/*!
Theme Name: resort
Theme URI: http://underscores.me/
Author: Rubiq
Author URI: https://rubiq.in
Description: Hotels and Resorts
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: resort
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

resort is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



.booking-engine-wrap{
	position: relative;
	z-index: 999; 
    margin-top: -140px;
    padding: 20px 15px;
    min-height: 100px;
  
}


.booking-engine-wrap-inner{
	position: relative;
	z-index: 999; 
    margin-top: 0;
    padding: 30px 15px;
    min-height: 100px;
    display: none;
  
}

@media (max-width: 992px) {
.booking-engine-wrap{
	position: relative;
	z-index: 999; 
    margin-top: 0;
    padding: 20px 15px;
    min-height: 100px;
  
}
    
}

.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
    background: rgb(47 46 39 / 60%) !important;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 20px 40px !important;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border-radius: 50px;
}
.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #242424 !important;
    color: #ffffff !important;
    border: 1px solid #0e0d0d !important;
    margin-left: 2px;
}


.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
    background: rgb(47 46 39 / 60%) !important;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 20px 40px !important;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border-radius: 50px;
}
.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #242424 !important;
    color: #ffffff !important;
    border: 1px solid #0e0d0d !important;
    margin-left: 2px;
}


.header.is-sticky .header__container .header__logo img {
    height: 40px;
}





.fixed-book-now {
    background: #353535; 
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    bottom: 40%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 180px;
    z-index: 999999;
    border-radius: 0px;
    border: 0;
}
.fixed-book-now a {
    padding: 12px 36px;
}
.fixed-book-now a:hover {
    color: #f2f2f2;
    background: #555; 
}

.fixed-social {
    /*background: #353535; */
    color: #fff;
    padding: 10px 5px;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 70%;
    /*width: auto !important;*/
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 180px;
    z-index: 999999;
    border-radius: 0;
}
/*.fixed-social a i{*/
/*    font-size: 26px;*/
/*}*/
/*.fixed-social a{*/
/*    padding: 0 5px;*/
/*    line-height: 0;*/
/*}*/
/*.fixed-social a img{*/
/*    width: 27px;*/
/*    height: 27px;*/
/*    margin: 3px 0 24px 3px;*/
/*    -moz-transform: rotate(90deg);*/
/*    -ms-transform: rotate(90deg);*/
/*    -o-transform: rotate(90deg);*/
/*    -webkit-transform: rotate(90deg);*/
/*}*/
.fixed-social a:hover {
    color: #a7a7a7;
}
.fixed-social hr{
    display: none;
}







@media (max-width: 991px) {
    .fixed-book-now a {
        padding: 10px 15px;
    }
    .fixed-social{
        display: flex !important;
        justify-content: space-around !important;
        /*width: 100% !important;*/
        left: 0% !important;
        bottom: 0% !important;
        padding: 5px 5px !important;
        -webkit-transform: rotate(-360deg) !important;
        border-radius: 0;
        align-items: center;
    }
    .fixed-book-now{
        right: 0 !important;
        bottom: 0% !important;
        width: 40% !important;
        -webkit-transform: rotate(-360deg) !important;
        border-radius: 0;
        display: none;
    }
    .fixed-social hr{
        display: block;
        width: 2px;
        background-color: #000;
        height: 100%;
    }
    
    .fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
        display: none;
    }
    
    .fixed-widget.booking-engine-wrap {
        box-shadow: none !important;
    }
    
    .fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
        display: none !important;;
    }
    
    .fixed-widget.booking-engine-wrap-inner {
        box-shadow: none !important;
    }
}

.fixed-widget.booking-engine-wrap {
    width: 100%;
    max-width: 100%;
    padding:  0 0;
}

.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget{
    box-shadow: 0px 6px 12px 0px #000;
}

.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget {
    background: #fff !important;
    width: 100%;
    max-width: 100%;
    color: #000 !important;
    border-radius: 0 !important;
    
}
.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #fff !important;
    color: #000 !important;
}
.fixed-widget.booking-engine-wrap div.Configure-quickBook-Widget .MbsSearchWidget .lbl{
    color: #000 !important;
}




.fixed-widget.booking-engine-wrap-inner {
    width: 100%;
    max-width: 100%;
    padding:  0 0;
}

.fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget{
    box-shadow: 0px 6px 12px 0px #000;
}

.fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget {
    background: #fff !important;
    width: 100%;
    max-width: 100%;
    color: #000 !important;
    border-radius: 0 !important;
    
}
.fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
    background-color: #fff !important;
    color: #000 !important;
}
.fixed-widget.booking-engine-wrap-inner div.Configure-quickBook-Widget .MbsSearchWidget .lbl{
    color: #000 !important;
}
/*.fixed-widget .booking-engine-wrap{*/
/*    width: 100%  !important;*/
/*    background: #fff !important;*/
/*    color:#000  !important;*/
/*}*/

/*.fixed-widget .booking-engine-wrap div#quickbook-widget .MbsSearchWidget{*/
/*    background: #fff  !important;*/
/*    width: 100%  !important;*/
/*    max-width: 100%  !important;*/
/*    border-radius: 0;*/
/*    color:#000  !important;*/
/*}*/


label#field_bpvmc2_label, label#field_bpvmc_label {
    display: block;
    color: #767474;
}




.header.bg-light-transparent{background-color: #344a71 !important;}
.header .desktopNav__item{color: white !important;}
/*.border-top-bottom {border-top: 1px solid rgb(255 255 255 / 20%) !important;}*/

.bg-accent {background-color: var(--color-accent) !important;}
.bg-dark-2{background-color: #344a71 !important;}
.hero.-type-9 .hero__slide{margin: 0px !important;}
.hero.-type-9 .hero__bg{border-radius: 0px !important;}
/*.hero__content .hero__title{font-size: 20px !important;}*/
.hero__content {margin-top: 20% !important;}
.header.is-sticky .header__container .header__logo img {height: 80px !important;}
.footer.-type-1 .footer__main {padding: 100px 0 20px 0;}
.button.-blur-1{background-color: #344a71 !important;}

.hero.-type-9 .hero__bg{height: 100vh !important;}
.innbaner{height: 70vh !important;}
.rmpadd{padding: 10px 0px !important;}
.pack-block{background-color: #d5e3eff5 !important;}
.header.is-hidden-on-scroll {transform: unset !important;}
.ftsocial > * {padding-left: 0 !important;padding-right: 0 !important;}
.ftsocial img{width: 75% !important;}
.facilities-section .navAbsolute {right: -10px;left: -10px;}
.text-16{font-size: 16px !important;}


.header.is-sticky .button.-blur-1 {background-color: #ffffff !important;color: #122223 !important;}

/*991*/
@media (max-width: 1200px) {
    .menuFullScreen-links {overflow-y: hidden;}
    .menuFullScreen__left {overflow-y: hidden;}
    .menuFullScreen__mobile__bg{height: 450px !important;}
    .menuFullScreen__topMobile {background-color: #344a71 !important;}
    .header{box-shadow: unset !important;}
    .header.is-sticky .header__container .header__logo img{height: 30px !important;}
    .confer-detail-slider .js-section-slider {height: 70vh !important;}

}
@media (max-width: 575px) {
    .header__logo img{height: 82px !important;}
    .confer-detail-slider .js-section-slider {height: 90vh !important;}
}

@media (min-width: 576px){
 


}



@media (min-width: 768px){


 

}



@media (min-width: 992px){


}


@media (min-width: 1200px){
.pkpg{display: none !important;}


}

@media (min-width: 768px) and (max-width: 992px){
.header.-mx-60 .header__container{padding-top: 80px !important;}
.menuFullScreen__topMobile{padding: 80px 20px !important;}
 .header.is-sticky .header__container {padding-top: 15px !important;padding-bottom: 15px !important;}

}

@media (min-width: 1023px) and (max-width: 1025px){
.header.-mx-60 .header__container{padding-top: 80px !important;}
.menuFullScreen__topMobile{padding: 80px 20px !important;}
 .header.is-sticky .header__container {padding-top: 15px !important;padding-bottom: 15px !important;}
 .confer-detail-slider .js-section-slider {height:60vh !important;}


}

@media (min-width: 767px) and (max-width: 769px){
.confer-detail-slider .js-section-slider {height: 80vh !important;}

}




.desk{
    display:block;
}

.mob{
    display:none;
}


@media (min-width: 600px) {
  
.desk{
    display:none !important;
}

.mob{
    display:block !important;
} 

.facilities-section .navAbsolute {
    right: -10px !important;
    left: -10px !important;
}
    
}    
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}