

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown {
    display: flex;
    width: 100%;
    max-width: unset;
    padding: 30px 20%;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content {
    padding: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .clearfix.widget-wrapper.simp-custom-faq-dropdown .text-content .text-content-wrapper .main_container {
    margin: 0;
    padding: 0;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    /*position: relative;*/
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .clearfix.widget-wrapper.simp-custom-faq-dropdown .text-content-wrapper .main_container+.main_container {
    border-top: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content-wrapper .main_container> :is(h1, h2, h3, h4, h5, h6, p) {
    padding: 20px 20px 20px 50px;
    text-align: left;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content-wrapper>div.main_container>div.content {
    margin: 0;
    transition: all 0.5s ease;
    padding-inline: 50px 30px;
    overflow: hidden;
    height: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq-dropdown .text-content-wrapper>div.active>div.content {
    border-top: 1px solid #d4d4d4;
    margin-top: 0;
    margin-bottom: 20px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content-wrapper div.content p {
    text-align: left;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content-wrapper div.content> :is(p, div, ul, table-responsive, table, ol, h3, h4, h5, h6):first-child {
    margin-top: 20px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content-wrapper div.content ul {
    padding-left: 2% !important;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content-wrapper>div.main_container > :is(p,h3,h4,h5,h6){
    position:relative;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content-wrapper>div.main_container > :is(p,h3,h4,h5,h6)::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M22.1654 15.1644H15.1654V22.1644H12.832V15.1644H5.83203V12.8311H12.832V5.83105H15.1654V12.8311H22.1654V15.1644Z' fill='black' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 16px;
    top:50%;
    transition: transform 1s ease, background-image 0.3s ease;
    transform:translateY(-50%);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content-wrapper>div.active > :is(p,h3,h4,h5,h6)::after {
    transform:translateY(-50%) rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M22.1654 12.8311H5.83203V15.1644H22.1654V12.8311Z' fill='black' fill-opacity='0.8'/%3E%3C/svg%3E");
}

:is(.outer-page, .outerpage) .content_wrapper.clearfix .clearfix.no-gutter .widget-wrapper.wt1tb.simp-custom-faq-dropdown .text-content-wrapper div.content {
    margin-top: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter.clearfix div.clearfix.widget-wrapper.simp-custom-faq-header {
    padding-bottom: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .widget-wrapper.simp-custom-faq-dropdown .text-content-wrapper .main_container :is(p,ul,ol,.table-responsive) + :is(.table-responsive,ul,ol){
    margin-top:12px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .clearfix.widget-wrapper.simp-custom-faq-dropdown .text-content .text-content-wrapper .main_container :is(h3,h4) + p{
    margin-top:16px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .clearfix.widget-wrapper.simp-custom-faq-dropdown .text-content .text-content-wrapper .main_container p + p{
    margin-top:8px;
}

@media(max-width:1200px){
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown {
        padding: 30px 15%;
    }
}

@media(max-width:900px){
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-dropdown {
        padding: 30px 12%;
    }
}


/*Mobile*/
.mobile .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content {
    background-color: unset;
    box-shadow: unset;
    padding: 0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq-dropdown .col-xs-12 :is(h1, h2, h3, h4, h5, h6) {
    padding: 20px 20px 20px 30px;
    text-align: left;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-dropdown .col-xs-12 .content :is(h1, h2, h3, h4, h5, h6) {
    padding: 0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.clearfix.simp-custom-faq-dropdown .col-xs-12>div.main_container {
    border: 1px solid #d4d4d4;
    margin-top: 0;
    padding: 0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.clearfix.simp-custom-faq-dropdown .col-xs-12>div.main_container+div.main_container {
    border-top: none;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.clearfix.simp-custom-faq-dropdown .col-xs-12>div.main_container div.content {
    transition: all 0.4s ease;
    overflow: hidden;
    padding-left: 32px;
    padding-right: 20px;
    height: 0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.clearfix.simp-custom-faq-dropdown .col-xs-12>div.main_container div.content * {
    text-align: left;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.clearfix.simp-custom-faq-dropdown .col-xs-12>div.active div.content {
    border-top: 1px solid #d4d4d4;
    margin-bottom: 20px;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-dropdown div.content> :is(p, div, ul, table-responsive, table, ol, h3, h4, h5, h6):first-child {
    margin-top: 20px !important;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-dropdown .col-xs-12>div > :is(h3,h4,h5,h6,p){
    position:relative;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-dropdown .col-xs-12>div > :is(h3,h4,h5,h6,p)::after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M22.1654 15.1644H15.1654V22.1644H12.832V15.1644H5.83203V12.8311H12.832V5.83105H15.1654V12.8311H22.1654V15.1644Z' fill='black' fill-opacity='0.8'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top:50%;
    transition: transform 1s ease, background-image 0.3s ease;
    transform:translateY(-50%);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-dropdown .col-xs-12>div.active > :is(h3,h4,h5,h6,p)::after{
    transform:translateY(-50%) rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M22.1654 12.8311H5.83203V15.1644H22.1654V12.8311Z' fill='black' fill-opacity='0.8'/%3E%3C/svg%3E");
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq-dropdown .main_container> :is(h1, h2, h3, h4, h5, h6, p) {
    padding: 16px 20px 16px 32px;
    text-align: left;
}

.mobile .content_wrapper .no-gutter.clearfix div.clearfix.widget-wrapper.simp-custom-margin-bottom-20{
    margin-bottom:20px;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq-header :is(h1,h2){
    padding:0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-dropdown .text-content .main_container :is(p,ul,ol,.table-responsive) + :is(.table-responsive,ul,ol){
    margin-top:12px;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.clearfix.simp-custom-faq-dropdown .col-xs-12>div.main_container div.content p + p{
    margin-top:8px !important;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.clearfix.simp-custom-faq-dropdown .col-xs-12>div.main_container div.content :is(h3,h4) + p{
    margin-top:12px !important;
}





header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}
header ul#bottom-navbar-collapse{
    padding-left: 0;
    padding-right: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.outer-page h1,
.outer-page h2{
    line-height: 46px !important;
}
.simp-custom-width {
    width: 70% !important;
}
.simp-custom-TextOnImg .text-content {
    background-color:white;
    opacity:0.85;
    padding:30px !important;
        width: 80%;
    margin: 0 10%;
}
.simp-custom-TextOnImg .text-content h3:after{
    content:"";
    border-bottom:1.5px solid #f7f4ec;
    display: block;
    width:10%;
    padding-top:20px;
    margin:auto;
}
.simp-custom-TextOnImg .text-content div:nth-child(4){
    margin-top:20px !important;
}
.simp-custom-parent-card .text-content {
    height: 100%;
    width: 41.3%;
    padding: 15px 15px 30px;
    background-color: #f1ebd4;
    box-shadow: 0 2px 8px 0 rgb(4 67 139 / 15%);
    transition: 0.3s;
    margin: 0px 1%;
}
.simp-custom-parent-card {
    padding-bottom: 90px !important;
}
.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simp-custom-h3-font h3 {
    font-family: 'Playfair Display',sans-serif;
    line-height: normal !important;
    font-size: 26px !important;
}
.simp-custom-center .fullWidthWidgetWrapper{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.simp-custom-spacing-imgL .text-content-wrapper {
    padding-left: 14%;
    padding-right: 14%;
}
.simp-custom-spacing-imgR .text-content-wrapper {
    padding-left: 14%;
    padding-right: 14%;
}
.simp-custom-spacing-imgR {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.simp-custom-spacing-imgR1 .text-content-wrapper {
    padding-left: 14%;
    padding-right: 14%;
}
header .navbar-top .navbar-nav > .dropdown > a{
    font-weight: 600;
}
.simp-custom-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}
.simp-custom-parent-cards .text-content {
    height: 100%;
    width: 31.3%;
    padding: 15px 15px 30px;
    background-color: #faf3dd;
    box-shadow: 0 2px 8px 0 rgb(4 67 139 / 15%);
    transition: 0.3s;
    margin: 0px 1%;
}
.simp-custom-parent-cards {
    padding-bottom: 90px !important;
}



/* For 2-text-box */
.simp-custom-hideRightBoxTwoText .right-box{
    display:none;
}
.simp-custom-hideLeftBoxTwoText .left-box{
    display:none;
}
.mobile .simp-custom-hideRightBoxTwoText .col-xs-12:nth-of-type(2){
    display:none;
}
.mobile .simp-custom-hideLeftBoxTwoText .col-xs-12:nth-of-type(1){
    display:none;
}
/* For 3-text-box */
.mobile .simp-custom-hideRightBox .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile .simp-custom-hideLeftBox .col-xs-12:nth-of-type(1){
    display:none;
}
.simp-custom-hideRightBox .right-box{
    display:none !important;
}
.simp-custom-hideLeftBox .left-box{
    display:none !important;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}
.mobile .simp-custom-center{
    display:flex;
    justify-content:center;
    flex-direction: column;
}

.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: #f0ead2;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile.for-homepage .wtheader{
    display: none;
}
.mobile h1{
    font-size: 26px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 23px;
     text-align: center !important;
     border: none !important
 }
.mobile .simp-custom-h3-font h3 {
    font-size: 17px !important;
}
.mobile .simp-custom-TextOnImg .text-content {
    background-color:white;
    opacity:.95;
    padding:5px;
}
.mobile .simp-custom-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}
.mobile .widget-wrapper.wtbookbtn {
    display:flex;
    justify-content: center;
}

.mobile .widget-wrapper.wtbookbtn > div {
    display: flex;
    justify-content: center;
}

.mobile .widget-wrapper.room-description h3 {
    padding: 0;
}

.mobile .widget-wrapper.room-description h3 + .btn{
    margin-top:0 !important;
}

.mobile .content_wrapper .no-gutter .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: center;
}
.mobile .widget-wrapper.wtbookbtn{
    display:flex;
}
.mobile .widget-wrapper.room-description h3 + .btn{
    margin-top:0 !important;
}

.parent-hotel.for-gallerypage .header-pills .nav-pills li:first-child,
.mobile.parent-hotel.for-gallerypage .gallery-drop .dropdown-menu-gallery li:first-child {
    display: none;
}

.parent-hotel.for-gallerypage .gallery-header,
.mobile.parent-hotel.for-gallerypage #dropdown-image-menu{
    visibility:hidden;
}



#whatsAppHeader {
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    left: 15px;
    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 {
    left: 17px;
    bottom: 15px; /* Updated to 15px for mobile */
}

.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}


