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: #ff750e;
        }

        .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: #ff750e !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: #ff750e;
        }

        .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: #ff750e !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: #ff750e;
        }
        /*-----------end main color------------*/
            /*----------whatsapp style------------*/
        .whats-app {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 6em;
            right: 15px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
        }

        .my-float {
            margin-top: 16px;
        }

        
        /*----------whatsapp style end------------*/
            
    .masthead.-type-5 {
    position: relative;
    padding-top: 160px;
    padding-bottom: 20px;
}

.masthead__bg {
    background-image: linear-gradient(#fdedc5, #ffffff);
}

.layout-pt-lg {
    padding-top: 20px;
}

.mt-20 {
    margin-top: 10px !important;
}

.layout-pb-md {
    padding-bottom: 20px;
}
.layout-pt-md {
    padding-top: 10px;
}

.masthead.-type-5 .masthead__image img {
  height: 100%;
}





.zippy_website_footer,.zippy-desktop-menu{
        display:block;
    }

.zippy_mobile_footer,.zippy-mobile-menu{
         display: none;
    }
        /* Styles for mobile (up to 767px) */


@media only screen and (max-width: 1199px) {
        .zippy_website_footer,.zippy-desktop-menu{
            display:none;
        }

        .zippy_mobile_footer,.zippy-mobile-menu{
            display: grid;
            position:fixed;
            bottom: 0;
            width: 100%;
            height: 4em;
            align-items: center;
            z-index: 1000;
    }
        }
        .zippy_mobile_footer > .d-flex{
            justify-content: space-around;
            height: inherit;
            padding:1em;
        }
     .menu_nav > .text-white {
    color: var(--color-dark-2);
}

   
    .menu_nav > .button.-outline-white{
        border-color:var(--color-dark-2);
    }
    
    .zippy_mobile_footer > .d-flex> ul,li{
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}


#zippy_mobile_menu {
    margin-top: -.75em;
}
    
