body{
                                                                                                                        }
            /*----------main color------------*/
        .text-blue-1,
        .header .header-menu .menu .subnav > li > a:hover,
        .bravo_wrap .footer .menu-footer .menu__nav li .subnav > li > a:hover,
        .desktopMenu .menu a:hover,
        .desktopMenu .menu .subnav__backBtn a,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .pricing-table .title{
            color: #ff6e34;
        }

        .tabs.-underline .tabs__controls .tabs__button:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button:hover,
        .tabs.-bookmark-2 .tabs__button:hover,
        .sidebar.-dashboard .sidebar__button.-is-active,
        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active,
        .accordion.-db-sidebar .accordion__item.is-active .sidebar__button,
        .tabs.-underline-2 .tabs__controls .tabs__button:hover{
            color: #ff6e34 !important;
        }

        .pagination.-dots .pagination__item.is-active,
        .button.-outline-blue-1:hover,
        .form-checkbox:hover input ~ .form-checkbox__mark,
        .pricing-tabs .tab-btns:before,
        .tabs.-underline-2 .tabs__controls .tabs__button::after{
            background-color: #ff6e34;
        }

        .bg-blue-1,
        .button.-blue-1:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active,
        .tourTypeCard.-type-1:hover,
        .noUi-connect,
        .accordion.-map .accordion__item.is-active .accordion__icon,
        .form-checkbox input:checked ~ .form-checkbox__mark{
            background-color: #ff6e34 !important;
        }

        .button.-blue-1:hover,
        .border-blue-1,
        .button.-outline-blue-1,
        .noUi-handle,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .form-checkbox input:checked ~ .form-checkbox__mark,
        .pricing-table .inner-box:hover, .pricing-table.tagged .inner-box{
            border-color: #ff6e34;
        }
        /*-----------end main color------------*/
    
            
    #popup_expert {
        position: fixed;
        bottom: 15px;
        right: 15px;
        box-shadow: 0 17px 40px hsla(0, 8%, 36%, .26);
        border-radius: 4px;
        background: #fff;
        min-width: 290px;
        z-index: 106
    }

    #popup_expert .pe_photo {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: -86px auto 0;
        border: 2px solid #ffcc7d;
        float: right;
        cursor: pointer
    }

    #popup_expert.active .pe_photo {
        margin: -40px auto 0;
        border: none;
        float: none;
        cursor: default
    }

    #popup_expert.active.no-activate .pe_photo {
        margin: -86px auto 0;
        border: 2px solid #C79C6E;
        float: right;
        cursor: pointer
    }

    #popup_expert .pe_content {
        position: relative;
        display: none
    }

    #popup_expert.active .pe_content {
        display: block
    }

    #popup_expert.active.no-activate .pe_content {
        display: none
    }

    #popup_expert .pe_close {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: -27px;
        cursor: pointer;
        z-index: 99;
        background: url(/public/uploads/0000/1/2023/03/09/closed.png) no-repeat top center;
        transition: 0.2s all ease;
        background-size: contain
    }

    #popup_expert .pe_name {
        color: #0b0b0b;
        font-size: 17px;
        font-weight: 900;
        text-align: center;
        padding-top: 10px;
        font-family: 'PT Serif', serif
    }

    #popup_expert .pe_post {
        color: #2f2f2f;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        padding: 7px 0 18px;
        border-bottom: 1px solid #e5e5e5
    }

    #popup_expert .pe_phone {
        display: block;
        padding: 19px 0;
        width: 100%;
        color: #0b0b0b;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        font-family: 'PT Serif', serif
    }

    #popup_expert .messengers {
        text-align: center;
        padding-top: 12px;
        font-size: 0
    }

    #popup_expert .messengers a {
        width: 35px;
        height: 35px;
        display: inline-block;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        margin-left: 10px
    }

    #popup_expert .messengers a:first-child {
        margin-left: 0
    }

    #popup_expert .pe_phone {
        display: block;
        padding: 19px 0;
        width: 100%;
        color: #0b0b0b;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
        padding-top: 10px
    }

    /*@media (max-width:767px){*/
    #popup_expert.unread::after {
        content: '1';
        display: block;
        position: absolute;
        top: -82px;
        right: 8px;
        color: #fff;
        background-color: #e63917;
        font-size: 11px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        padding: 8px 0 0 4.8px;
        line-height: 0
    }

    /*}*/
    
