.mobile .booking-form-input {
    display: block;
}

@media (max-width: 768px) {
    .mobile .bookingform-wrapper .simp-booking-form {
        min-width: 250px;
        width: calc(100% - 30px);
    }

    .mobile .layer-content #layerContainer {
        flex-grow: 1;
    }
    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #hotelWrapper .input-icon-wrapper,
    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #locationWrapper .input-icon-wrapper {
        width: 100%;
    }
}


.inner-page .row.clearfix.widget-wrapper.wtbookbtn {
    display:none
}


.mobile .row.clearfix.widget-wrapper.wtbookbtn {
    display:none;
}



.mobile #whatsAppHeader {
    border-radius: 50px;
    background: #25d366;
    float: right;
    position: fixed;
    right: 24px;
    bottom: 75px;
    padding: 8px 10px;
    margin-right: -10px;
    z-index: 999;
}
.mobile #whatsAppHeader a {
    color: #ffffff;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
    padding: 3px 5px;
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}

.open-form-block, .promo-block  {display: none !important;}
.tohide, .vc_tohide {display: block;}
.dropdown.open .resv_button {background-color: #333;}
.resv {outline: 0;}
#bookingForm .form-control,
#bookingForm .date-parameter-block .dp-holder{
    border-color: transparent !important;
}
#bookingForm .select-hotel span::after,
#bookingForm .select-location span::after,
#bookingForm .adult-block span::after, 
#bookingForm .child-block span::after, 
#bookingForm .room-block span::after {
    border: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    right: 15px;
    line-height: 40px;
    font-size: 20px;
    color: #999;
}
#bookingForm .select-hotel span::after,
#bookingForm .select-location span::after {
    position: absolute;
    height: 40px;
    top: 0;
    right: 3px;
    background-color: #fff;
    width: 30px;
    padding-right: 14px;
    padding-left: 6px;
}
#bookingForm .select-hotel span,
#bookingForm .select-location span {
    display: block;
    position: relative;
}
#bookingForm .select-hotel select,
#bookingForm .select-location select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#bookingForm .adult-block select, 
#bookingForm .child-block select, 
#bookingForm .room-block select {
    background: none;
    background-color: #fff;
}
.bookingform-wrapper {
    bottom: 0;
}
.bookingform-wrapper .abs_parent {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.bookingform-wrapper #bookingForm{
    padding: 10px 27px 100px;
}
.bookingform-wrapper .min-price-div {
    width: auto;
    text-align: center;
    line-height: normal;
    display: inline-block;
}
.bookingform-wrapper #bookingForm .date-parameter-block, 
.bookingform-wrapper #bookingForm .adult-wrapper,
.bookingform-wrapper #bookingForm .child-wrapper,
.bookingform-wrapper #bookingForm .promo-block, 
.bookingform-wrapper #bookingForm .text-field,
.bookingform-wrapper #bookingForm .btn-wrapper {
    margin: 0 1px !important;
}
.bookingform-wrapper #bookingForm .btn-wrapper {
    bottom: 20px;
}
@media screen and (max-width: 1023px){
    .bookingform-wrapper {
        position: relative;
    }
    .bookingform-wrapper #bookingForm {
        background-color: transparent;
    }
    .bookingform-wrapper #bookingForm .btn-wrapper {
        right: auto;
        left: 50%;
        margin: 0 1px;
    }
    .bookingform-wrapper .min-price-wrapper {
        left: 50%;
        right: auto;
        bottom: 60px;
        width: 164px;
        text-align: center;
    }
    .bookingform-wrapper #bookingForm .promo-block {
        position: absolute;
        bottom: 20px;
        right: 50%;
    }
}
@media screen and (min-width: 1024px) {

.bookingform-wrapper {
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.bookingform-wrapper .abs_parent {
    width: 60%;
    max-width: 1270px;
}
.bookingform-wrapper #bookingForm {
    /*background: transparent;*/
    padding: 10px 135px 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bookingform-wrapper #bookingForm .date-parameter-block, 
.bookingform-wrapper #bookingForm .promo-block, 
.bookingform-wrapper #bookingForm .text-field,
.bookingform-wrapper #bookingForm .btn-wrapper .check-btn-holder .btn-full-width {
    width: 139px;
    min-width: auto;
}

.bookingform-wrapper #bookingForm .btn-wrapper {
    bottom: 20px;
    right: 15px;
}
.bookingform-wrapper .min-price-wrapper {
    right: 15px;
    bottom: auto;
    width: 150px;
    text-align: center;
}


}

.bookingForm-dm {
  width: 280px;
  padding: 0;
  background-color: transparent;
  top: 40px;
  position: absolute;
}
.bookingForm-dm #bookingForm .select-hotel,
.bookingForm-dm #bookingForm .date-parameter-block,
.bookingForm-dm #bookingForm .promo-block {
    width: 100%;
    margin: 0 !important;
    padding: 0 10px;
}
.bookingForm-dm #bookingForm .adult-wrapper,
.bookingForm-dm #bookingForm .child-wrapper {
    width: 50%;
    margin: 0 !important;
    padding: 0 10px;
}
.bookingForm-dm #bookingForm .btn-wrapper,
.bookingForm-dm .min-price-div {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
}
.bookingForm-dm #bookingForm .btn-wrapper {
    width: 100%;
    margin-top: 35px !important;
    padding: 0 10px;
}
.bookingForm-dm .min-price-wrapper {
    right: 0;
    bottom: 80px;
    width: 100%;
    line-height:35px; 
}
.bookingForm-dm .min-price-div {text-align: center;}
.bookingForm-dm #bookingForm {padding-bottom: 40px;}
#continueBooking.slide-right {right: -110%;}
#continueBooking{
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
.for-homepage .bookingform-wrapper {
    bottom: 20%;
    z-index: 201;

}
.child-hotel.for-homepage .bookingform-wrapper {
    bottom: 20%;
    z-index: 201;
}

.for-innerpage .dropdown.open #resv-form {
  display: block;
}

#bookingForm .select-block {
    width: 60%;
    padding: 0 2px;
}

.modal-content #bookingForm .select-block {
    width: 50%;
    padding: 0 10px;
}

#bookingForm .booking-form {
    width: 5%;
}

.modal-content #bookingForm .booking-form {
    width: auto;
}
.collapsedNavbar.child-hotel.for-homepage .bookingform-wrapper {
    top: 0;
}
.collapsedNavbar.for-homepage .bookingform-wrapper {
    top: 0;
}

.child-hotel.for-innerpage .wtbookbtn .col-sm-12.one-col {
    width: 15%;
    float: none !important;
    margin: 0 auto;
}

.child-hotel.for-innerpage .wtbookbtn .pull-right {
    float: none !important;
}

.child-hotel.for-innerpage .wtlinkbutton a.btn.pull-right.btn-forlink {
    float: none !important;
}

.generic_slider.jssor-carousel-container.simp-custom-SliderWidth {
    width: 50% !important
}

.simp-custom-TextWidth {
    width: 50% !important
}



#footer a
{
    color:#913E97;
}
#footer .footer-detail 
{
    color:#913E97;
}

.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

.simp-custom-highlightbox .table td
{
    border-top:none;
 }
.simp-custom-highlightbox .left-box
{
    width: 60%;
    height: 100%;
 }
.simp-custom-highlightbox .right-box
{
    padding:25px !important;
    padding-left:15px !important;
    padding-right:15px !important;
    background-color: #ffffff;
    width: 35%;
    padding:60px;
    height: 96%;
    margin-left:40px;
}

/*mobile changes css*/
.mobile.for-homepage div#accordion {
    display: none;
}
/*.content_wrapper .no-gutter h1, */
.content_wrapper .no-gutter h2
{
    border-bottom:none !important;
}
/* mobile logo back ground color*/
.mobile.for-homepage .logo.navbar-logo {
    background: white;
    position: relative;
}

.mobile .row.clearfix.widget-wrapper.wtheader h1:first-child
{
    display:none;
}

.mobile .widget-wrapper[data-widget-id="2106977"] .table>tbody>tr>td {
    border: none;
}

.mobile .widget-wrapper[data-widget-id="2106977"] .table>tbody>tr>td img {
    max-width: unset;
}

header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu
{
    padding:10px !important;
}



/*.sliderConten {*/
/*    position: absolute;*/
/*    top: -290px !important;*/
/*    right: 0;*/
/*    transform: translateY(-50%);*/
/*    width: 40%;*/
/*    max-width: 470px;*/
/*    background: #000;*/
/*    color: #fff;*/
/*    padding: 10px 40px;*/
/*    min-height: 270px;*/
/*}*/
.sliderConten {
    position: absolute;
    top: -298px !important;
    right: -80px;
    transform: translateY(-50%);
    width: 40%;
    max-width: 470px;
    background: #913e97;
    color: white;
    padding: 10px 40px;
    min-height: 450px !important;
}
.btn-brand {
    display: inline-block;
    border: 0;
    text-align: center;
    padding: 2px 20px;
    border-radius: 4px;
    background: #ffffff;
    color: #913e97;
    font-size: 16px;
    margin-top: 10px;
}
.smalltext {
    font-size: 12px;
    color: #ffffff;
}
.sliderConten h5 {
    margin-bottom: 15px !important;
    font-size: 32px;
}
.sliderConten p {
    line-height: 20px;
}

.clearfix.widget-wrapper.wtsocialicons {
    display:none !important;
}
.social_block2 a {
    display:block;
    font-size:18px;
    padding:5px;
    width: 40px;
    height: 40px;
    vertical-align:middle;
    text-align:center;
}

.footer_social_wrapper2 {
    position:fixed;
    top:65%;
    left:0%;
}

.social_block2 a.social-fb {
    background:#4867AA;
    color:white;
}


.social_block2 a.social-tw {
    color:white;
    background:#1DA1F2;
}

.social_block2 a.social-ig {
    color:white;
    background:#CD486B;
}

.social_block2 a.social-wa {
    background:#25d366;
    color:white;
}
.social_block2 a:hover
{
    color:white;
}

a.social-trip {
    background:#51E0A2;
}


#footer .socialIcon .social-fb{
    background-color:#3b5998;
}
#footer .socialIcon a.social-fb:hover{
    background-color:#313131;
}
#footer .socialIcon .social-ig{
    background-color:#CD486B;
}
#footer .socialIcon .social-ig:hover{
    background-color:#313131;
}
#footer .socialIcon a.social-wa{
    background-color:#25d366;
}
#footer .socialIcon a.social-wa:hover{
    background-color:#313131;
}
#footer .socialIcon a.social-ta{
    background-color:#51E0A2;
}
#footer .socialIcon a.social-ta:hover{
    background-color:#313131;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
 border-top: 1px solid #FFF;
}



@media only screen and (min-width: 1025px) {
    header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu {
        column-count: unset !important;
    }
}
/*Dropdown list*/
ul.mega-menu .dropdown-header {
    display:flex;
    width: auto !important;
}
ul.mega-menu .dropdown-header h4 {
    width: 90px;
    font-weight: 600;
}
.dropdown-menu.our-hotel-menu {
    width:auto !important;
    left: -50px;
}
ul.mega-menu .dropdown-header ol.ul-top {
    width: 330px;
}
ul.mega-menu .dropdown-header ol.ul-top li:first-child {
    padding-top: 0px !important;
}

.simp-custom-sixtyfive {
    width:65% !important;
}
.simp-custom-sliderleft{
    max-width: 48% !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-left: 2%!important;
    margin-right: 0px !important;
}
.simp-custom-sliderleft .jssor-carousel-wrapper{
    padding: 40px;
    background-color: #B5BEC6 !important; 
}
.simp-custom-slidertextright{
    width: 40% !important;
    margin-left: 4.5% !important;
}
.simp-custom-slidertextright .text-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 9%;
    padding-left: 0px !important;
    line-height: 1.7em !important;
}
.simp-custom-slidertextright h2{
    font-size: 33px !important;
    letter-spacing: 1px !important;
}
.simp-custom-sliderright{
    max-width: 48% !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-right:2.005% !important;
}
.simp-custom-sliderright .jssor-carousel-wrapper{
    padding: 40px;
    background-color: #b5bec6 !important; 
}
.simp-custom-slidertextleft{
    width: 45.4% !important;
    margin-right: 4.5% !important;
}
.simp-custom-slidertextleft .text-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20%;
    padding-right: 0px;
    line-height: 1.7em !important;
}
.simp-custom-slidertextleft h2{
    font-size: 33px !important;
    letter-spacing: 1px !important;
}

.homepage .content_wrapper {
    padding-top: 0px !important;
}
.simp-custom-leftimg{
    padding: 0px !important;
}
.simp-custom-leftimg .right-box{
    width: 60% !important;
    padding: 30px 50px 0px;
}
.simp-custom-leftimg h1{
    margin-bottom: 15px !important;
}
.simp-custom-leftimg .left-box{
    width: 38% !important;
    padding: 50px;
    background: #b5bec6;
}
.simp-custom-leftimg1{
    padding: 0px !important;
}
.simp-custom-leftimg1 .right-box{
    width: 60% !important;
    padding: 0px 50px;

}
.simp-custom-leftimg1 .left-box{
    width: 38% !important;
    padding: 0px 50px;
    background: #b5bec6;
}
.simp-custom-leftimg2{
    padding: 0px !important;
}
.simp-custom-leftimg2 .right-box{
    width: 60% !important;
    padding: 0px 50px;
}
.simp-custom-leftimg2 .left-box{
    width: 38% !important;
    padding: 50px 50px;
    background: #b5bec6;
}
.simp-custom-holidayswidget img{
    width: 60% !important;
    box-shadow: 1px 4px 10px #00000070;    
}

.simp-custom-width42 {
    width: 42.5% !important;
    padding-top: 60px !important;
}

/*Left slider and Right text*/
.simp-custom-leftimgoffer {
    max-width: 60.1% !important;
    margin-left: 2.9% !important;
    padding: 0px !important;
}
.simp-custom-leftimgoffer .jssor-carousel-wrapper{
    padding: 0px !important;
}

.simp-custom-righttext {
    width: 33.3% !important;
    margin-right: 2.9% !important;
    background: #b5bec6;
}
.simp-custom-righttext .text-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10% !important;
}
.simp-custom-righttext h2{
    font-size: 28px !important;
    text-align: left !important;
}
.simp-custom-righttext h3{
    font-size: 18px;
    padding: 20px 0px;
    color: #0000;  
}
.simp-custom-righttext h4{
    padding-top: 25px;
    color: #0000; 
    margin-bottom: 0px !important;  
    font-weight:600 !important;
    font-size: 16.5px;
}
.simp-custom-righttext p{
    margin-top: 3px !important;
    line-height: 1.4em !important;
    padding-bottom: 20px;
}


/*Right slider and Left text*/

.simp-custom-rightimgoffer {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    max-width: 60.1% !important;
    margin-right: 2.9% !important;
    padding: 0px !important;
}
.simp-custom-rightimgoffer .jssor-carousel-wrapper{
    padding: 0px !important;
}

.simp-custom-lefttext {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    width: 33.3% !important;
    margin-left: 2.9% !important;
    background: #b5bec6;
}
.simp-custom-lefttext .text-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10% !important;
}
.simp-custom-lefttext h2{
    font-size: 28px !important;
    text-align: left !important;
}
.simp-custom-lefttext h3{
    font-size: 18px;
    padding: 20px 0px;
    color: #0000;  
}
.simp-custom-lefttext h4{
    padding-top: 25px;
    color: #071108;
    margin-bottom: 0px !important;  
    font-weight:600 !important;
    font-size: 16.5px;
}
.simp-custom-lefttext p{
    margin-top: 3px !important;
    line-height: 1.4em !important;
    padding-bottom: 20px;
}

.simp-custom-leftimgoffer img, .simp-custom-rightimgoffer img{
    outline: 4px solid #b5bec6;
    outline-offset: -48px ;
}
.simp-custom-righttext .table-responsive table td , .simp-custom-lefttext .table-responsive table td {
    border: none !important;
}



/*.simp-custom-offer{*/
/*    margin-right: 17% !important;*/
/*    margin-left: 17% !important;*/
/*}*/
/*.simp-custom-offer h2{*/
/*    font-size: 36px !important;*/
/*}*/

/*.simp-custom-offertext{*/
/*     width: 50% !important;*/
/*     padding-bottom: 7.5% !important;*/
/*}*/

.simp-custom-offerwidget .text-content-wrapper {
    background-color:#ffffff;
    width: 95%;
    margin: auto;
    border: 1px solid #ffffff;
    z-index: 2;
    position: relative;
}
.simp-custom-offerwidget .text-content:before{
    content: "";
    border: 1px solid #ffffff;
    display: block;
    position: absolute;
    height: 90%;
    width: 95%;
    left: 0;
    right: 0;
    z-index: 1;
    top:1.7%;
    margin: auto;
}
.simp-custom-offerwidget .fullWidthWidgetWrapper{
    width:80%;
    display: flex;
    justify-content: center;
}
.simp-custom-offerwidget .text-content-wrapper:hover {
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);
    background-color:rgb(232 241 246 / 0.7);
    border: 1px solid rgb(232 241 246 / 0.7);
}
.simp-custom-offerwidget .text-content {
    position: relative;
    width: 36%;
    margin: 0 3.8%;
}
 .simp-custom-offerwidget .text-content-wrapper p {
    line-height:1.6em !important;
    padding: 0px 9% !important;
    margin-top: 20px !important;
    font-size: 15px;
} 
.simp-custom-offerwidget h2{
    color: #071108;
    font-size: 28px !important;
    padding: 0px 9% !important;
}

.simp-custom-removeright .right-box{
    display: none;
}

.summary_widget_wrapper.summary_widget_wrapper_5 {
    display: none !important;
}

.simp-custom-testheading{
    padding-top: 60px !important;
}
.simp-custom-testimonials{
    padding-top: 0px !important;
}
.simp-custom-testimonials .text-content-wrapper{
    background-color: #fff;
    padding: 9% 9% !important;
    outline: 1px solid #000;
    outline-offset: -10px;
    height: 672px;   
}
.simp-custom-testimonials h3{
    font-weight: 600;
    color: #071108;
}
.simp-custom-testimonials p{
    color: #3c3c3c !important;
}
.simp-custom-testimonials .slick-slide img{
    display: unset !important;
}

.simp-custom-h3 h3{
    font-size: 24px;
}

.simp-custom-blogwidget .text-content-wrapper {
    background-color:#ffffff;
    width: 95%;
    margin: auto;
    border: 1px solid #ffffff;
    z-index: 2;
    position: relative;
}
.simp-custom-blogwidget .text-content:before{
    content: "";
    border: 1px solid #ffffff;
    display: block;
    position: absolute;
    height: 90%;
    width: 95%;
    left: 0me
    right: 0;
    z-index: 1;
    top:1.7%;
    margin: auto;
}
.simp-custom-blogwidget .fullWidthWidgetWrapper{
    width:80%;
    display: flex;
    justify-content: center;
}
.simp-custom-blogwidget .text-content-wrapper:hover {
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: rgba(232,241,246,0.7);
    border: 1px solid rgba(232,241,246,0.7);
}
.simp-custom-blogwidget .text-content {
    position: relative;
    width: 36%;
    margin: 0 3.8%;
}
 .simp-custom-blogwidget .text-content-wrapper p {
    line-height:1.6em !important;
    padding: 0px 9% !important;
    margin-top: 20px !important;
    font-size: 15px;
} 
.simp-custom-blogwidget h3{
    color: #071108;
    font-size: 24px;
    padding: 0px 9% !important;
}

/*upcoming hotel*/
ul.mega-menu li:nth-child(3) .ul-top li:nth-child(4) .list-name:after,
ul.mega-menu li:nth-child(4) .ul-top li:nth-child(2) .list-name:after {
    content: "New";
    background-color:#5a2141;
    color:white;
    font-size: 12px;
    margin-left:10px;
    padding: 2px 4px;
    letter-spacing: 0.5px;
}   

