

.btn:active, .btn:focus, .btn:hover {
    border-color: unset;
}



header .navbar-top .navbar-nav>li>a.ddMenuIcon:after {
    display:none;
}

.inner-page .content_wrapper .no-gutter .widget-wrapper.wtheader {
    max-width: 100% !important;
}

.inner-page .content_wrapper .no-gutter .clearfix.widget-wrapper.generic_slider.jssor-carousel-container {
    max-width: 100% !important;
}

/*.homepage .content_wrapper .no-gutter .widget-wrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper {*/
/*    max-width: 780px !important;*/
/*}*/
/*@media (min-width: 1561px) {*/
/*    .inner-page .content_wrapper .no-gutter .widget-wrapper {*/
/*        max-width: 960px !important;*/
/*    }*/
/*}*/
/*@media (min-width: 1921px) {*/
/*    .inner-page .content_wrapper .no-gutter .widget-wrapper {*/
/*        max-width: 1340px !important;*/
/*    }*/
/*}*/
/*.homepage .content_wrapper .no-gutter {*/
/*    max-width: 780px !important;*/
/*}*/
body .inner-page .content_wrapper .no-gutter .widget-wrapper.summary_widget_wrapper {
    max-width: 100% !important;
}

.summary-widget h3 a {
    font-weight: bold!important;
}

.widget-wrapper .hotel_amenities_wrap ul {
    padding: 0 !important;
}

/* for text widget to be 80% throughout the website*/
.homepage .content_wrapper .no-gutter .widget-wrapper.wt1tb, .inner-page .content_wrapper .no-gutter .widget-wrapper.wt1tb {
    max-width: 100% !important;
    width: 80% !important;
}





:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq{
    width:80% !important;
    max-width:1340px !important;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    border:1px solid #0006;
    padding:0;
    margin:clamp(10px,0.967vw,15px) 0;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq .fullWidthWidgetWrapper {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    margin:0;
    width:100%;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq .left-box{
    padding:20px 50px 20px 20px;
    cursor:pointer;
    width:100%;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .left-box :is(h1,h2,h3,h4,h5,h6,p){
    margin:0;
    padding:0;
    text-align:left;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .left-box:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    font-size: clamp(15px,.938vw,18px);
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: 400;
    transition: all .5s ease;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .left-box.active:after {
    transform: rotate(180deg);
    transition: all .5s ease;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq .right-box{
    padding: 0 50px 0 20px;
    position:relative;
    width:100%;  
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper{
    display:flex;
    flex-direction:column;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper p{
    padding: 0;
    margin:0;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper p+p{
    margin-top:8px;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper :is(h1,h2,h3,h4,h5,h6,p) {
    text-align: left;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper ul {
    padding: 0 0 0 20px !important;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .right-box:not(.active) .text-content-wrapper {
    transition: max-height .1s linear,padding .1s ease-in-out;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .right-box.active .text-content-wrapper {
    display: flex;
    flex-direction:column;
    overflow: hidden;
    padding: 0 50px 0 20px;
    flex-grow: 0;
    max-height: 0;
    transition: max-height 1s linear,padding 1s linear;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .right-box {
    display: flex;
    overflow: hidden;
    padding: 0 50px 0 20px;
    flex-grow: 0;
    max-height: 0;
    transition: max-height 1s linear,padding 1s linear
}
@keyframes fadess {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0px)
    }
}


/*mobile*/
.mobile .content_wrapper .no-gutter .simp-custom-faq{
    margin:15px 0;
    border: 1px solid #0006;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:first-of-type{
    display: flex;
    padding: 15px 30px 15px 15px;
    flex-direction: column;
    position:relative;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:first-of-type::after{
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    color: #323131;
    font-size: 12px;
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 600;
    transition: all .5s ease
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .active.col-xs-12:first-of-type:after {
    transform: rotate(180deg);
    transition: all .5s ease;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:first-of-type :is(h1,h2,h3,h4,h5,h6){
    padding:0;
    margin:0;
    text-align:left;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type {
    margin:0 !important;
    padding:0 30px 15px 15px;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type ul{
    padding: 0 0 0 20px !important
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type p + p{
    margin-top:8px;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type :is(h1,h2,h3,h4,h5,h6){
    text-align:left;
}


.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type {
    display: flex;
    overflow: hidden;
    padding: 0 15px 0;
    flex-grow: 0;
    max-height: 0;
    transition: max-height 1s linear;
    flex-direction: column;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .active.col-xs-12:last-of-type {
    animation: Mobilefadess 1s ease-in-out;
    height: max-content;
    padding: 0 30px 15px 15px;
    max-height: 1000px !important;
    flex-grow: 1;
    flex-direction: column;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type:not(.active) {
    transition: max-height .1s linear,padding .1s linear;
}


@keyframes Mobilefadess {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0px)
    }
}

/*header faq*/
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq-header {
    max-width:1340px !important;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq-header .text-content{
    padding:0;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq-header :is(h1,h2,h3,h4,h5,h6,p){
    text-align:left;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq-header {
    margin:0;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq-header :is(h1,h2,h3,h4,h5,h6,p){
    text-align:left;
    padding:0;
}

/*.outer-page #footer .clonedSocialIcon {*/
/*    position: fixed;*/
/*    left: auto;*/
    /*width: 40px;*/
    /*top: 58%;*/
/*    top: 40%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 999;*/
/*    right:0;*/
/*}*/
/*.outer-page #footer .socialmedia .social_cont .socialIcon.clonedSocialIcon a {*/
/*    display: block !important;*/
/*    border-radius: 5px 0 0 5px;*/
/*    margin: 2.5px 0;*/
/*}*/
/*.mobile .clonedSocialIcon{*/
/*  position: fixed;*/
/*  bottom: 60%;*/
/*  right: 0;*/
/*  border-bottom:0;*/
/*}*/
/*.mobile .clonedSocialIcon ul{*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/
/*.mobile .clonedSocialIcon ul .socialIcon a{*/
/*  border-radius: 4px 0 0 4px;*/
/*  margin: 2px 0;*/
/*  color: #fff;*/
/*  display: flex !important;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
/*.mobile .clonedSocialIcon ul .socialIcon a span{*/
/*  color: #fff;*/
/*}*/
/*email popup*/
/*.for-homepage .emailSliderFormDelay {*/
/*	bottom: 40%;*/
/*}*/
/*@media (orientation:landscape){*/
/*  .for-homepage.mobile .emailSliderFormDelay {*/
/*    bottom:60%*/
/*  }*/
/*}*/

.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-yt {
    background:#e62117;
    color:white;
}


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

.social_block2 a.social-ig {
    color:white;
    background:#CD486B;
}
.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:#bfbdbd;
}
#footer .socialIcon .social-ig{
    background-color:#CD486B;
}
#footer .socialIcon .social-ig:hover{
    background-color:#bfbdbd;
}
#footer .socialIcon a.social-yt{
    background-color:#e62117;
}
#footer .socialIcon a.social-yt:hover{
    background-color:#bfbdbd;
}
#footer .socialIcon a.social-wa{
    background-color:#25d366;
}
#footer .socialIcon a.social-wa:hover{
    background-color:#bfbdbd;
}
#footer .socialIcon a.social-gp{
    background-color:#db4437;
}
#footer .socialIcon a.social-gp:hover{
    background-color:#bfbdbd;
}
#footer .socialIcon a.social-ta{
    background-color:#51E0A2;
}
#footer .socialIcon a.social-ta:hover{
    background-color:#bfbdbd;
}



/*.outer-page #footer .footer-text{*/
/*    padding:10px 0;*/
/*    font-size:16px;*/
/*}*/

/*.mobile #footer .footer-text{*/
/*    padding:5px 0;*/
/*    color:#fff;*/
/*}*/
.mobile .footer-row .footer-detail .fa-stack{
    visibility:visible;
}

   

.carousel-indicators, #homeCarousel .jssorb036 {
    display: none;
}
#homeCarousel .carousel-control {
    width: 45px;
    height: 70px;
    top: 56%;
    transform: translateY(-50%);
    background-image: none !important;
    opacity: 1;
}
.iconHolder{
    font-size: 35px;
    display: block;
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
}
#homeCarousel .carousel-control {
    text-shadow: none;
}
.jssor-carousel-wrapper #homeCarousel.jssor-carousel .jssora051{
    display:block;
}
.jssor-carousel-wrapper #homeCarousel.jssor-carousel .jssora051 svg{
    background-color: rgba(255,255,255,0.5);
}
.jssor-carousel-wrapper #homeCarousel.jssor-carousel .jssora051 .jssor-arrows{
    stroke: rgba(0,0,0,0.7);
}
.jssor-carousel-wrapper #homeCarousel.jssor-carousel>div:nth-child(4), .jssor-carousel-wrapper #homeCarousel.jssor-carousel>div:nth-child(5) {
    top: 51%!important;
}



.mobile .navBtnBorder.top_padding{
    padding-left: 0;
    padding-right: 0;
}







/*
#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 130px;
    right: 5px;
    background: #25d366;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 52px;
}
#whatsAppHeader a{
    color: white;
}
.mobile #whatsAppHeader {
    right: 17px;
    bottom: 100px;
    position: foxed;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}
*/

