.mobile .copyright{
    text-align:center;
}
footer .f_bot .text-center a{
    display:none;
}



#footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 1280px) {
    #footer .container {
        /* max-width: unset; */
    }
}
@media (max-width: 1200px) {
    #footer .container {
        /* width: 100%; */
    }
}

#footer .container  > .comm_cont > .col-xs-12 {
    display: none;
}

#footer .top-item {
    display: grid;
    grid-template-areas:
        "brands intouch connect links";
    gap: 5%;
    margin-bottom: 2%;
}

#footer .top-item .item {
    /* padding: 0 5%; */
    width: 100%;
}

#footer .top-item ul {
    list-style: none;
    padding: 0;
}

#footer .top-item ul li a {
    color: black;
    font-size: 1.143em;
    text-decoration: none;
    transition: all .3s ease-in;
}
#footer .top-item ul li a:hover,
#footer .top-item ul li a:focus {
    color: rgb(117, 117, 117);
}

#footer .brands {
    grid-area: brands;
}

#footer .intouch {
    grid-area: intouch;
}

#footer .connect {
    grid-area: connect;
}
/*#footer .connect ul {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*}*/
/*#footer .connect ul li a {*/
/*    padding: 10px;*/
/*    background: black;*/
/*    color: #ecc378;*/
/*}*/
#footer .connect ul li a:hover,
#footer .connect ul li a:focus {
    /*color: white;*/
    background: transparent;
}

#footer .links {
    grid-area: links;
}

#footer .top-item h2 {
    font-size: 1.8em;
}
@media (max-width: 1100px) {
    #footer .top-item h2 {
        font-size: 22px;
    }
}



.outer-page .text-content h1:after, .outer-page .text-content h2:after,
.outerpage .text-content h1:after, .outerpage .text-content h2:after{
    content: '';
    height: 2px;
    background: linear-gradient(to left,rgba(66,66,66,0.1),rgba(66,66,66,.75),rgba(66,66,66,1),rgba(66,66,66,.75),rgba(66,66,66,0.1));
    display: block;
    transition: all .5s ease-in-out;  
    margin: 10px auto;
    width: 30%;
}
.outer-page  .text-content h1:hover:after, .outer-page .text-content h2:hover:after,
.outerpage  .text-content h1:hover:after, .outerpage .text-content h2:hover:after{
    width: 40%;
	background: linear-gradient(to left,rgba(66,66,66,0.1),rgba(66,66,66,.75),rgba(66,66,66,1),rgba(66,66,66,.75),rgba(66,66,66,0.1));
    height: 2px;
}

.mobile .content_wrapper .no-gutter h1,
.mobile .content_wrapper .no-gutter h2{
    /*border-bottom: 1px solid #616161 !important;*/ 
    /*Removed as per jira raiser*/
}

.outerpage .simp-custom-hide-border .text-content h2:after{
    background:none;
}

header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}
header ul#bottom-navbar-collapse{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.simp-custom-AmenitesWithSheen {
    position: relative;
}
.simp-custom-AmenitesWithSheen:before{
    content:'';
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/*responsive uniform padding for all widgets*/
.homepage .content_wrapper .no-gutter .widget-wrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper{
     padding:1.954% 0;
}
.homepage .content_wrapper .no-gutter .simp-custom-heading, .inner-page .content_wrapper .no-gutter .simp-custom-heading{
    padding-bottom:0.652% !important;
}
.homepage .content_wrapper .no-gutter .simp-custom-button, .inner-page .content_wrapper .no-gutter .simp-custom-button{
    padding-top:0.652% !important;
}
.homepage .content_wrapper .no-gutter .parallaxContainer{
    margin:1.954% 0;
}

/*Tranquil Reprieve in Modern Elegance*/

.simp-custom-reducedwidthtext .text-content-wrapper 
{
    width: 32%;
    color: #000;
    background-color:#ffffff;
    padding: 30px 45px;
    margin-left:60%;
}

/*Underline Explore link*/
.simp-custom-link-decoration .text-content-wrapper a{
    text-decoration:underline;
}

/*Remove Address Block from parent*/
.parent-hotel.for-homepage .container-wrapper .address-block-details.text-center{
    display:none;
}
/*Black reservations text*/
button.resv.resv_button.book_button {
    color:#000;
}
/*Hover Effect Color - reservation */
button.resv.resv_button.book_button:hover{
    color:#fff;
}

/*Increased footer p size*/
/*#footer .container .add_head p:nth-child(1),*/
/*#footer .container .add_head p:nth-child(2){*/
/*    font-size:20px*/
/*}*/

/*#footer .container .text-center.footer-row:nth-child(1),*/
/*#footer .container .text-center.footer-row:nth-child(2){*/
/*    font-size:20px*/
/*}*/

/*Background color for rooms amenities block */

.widget-wrapper .col-sm-12.one-col.amenities-block {
     background:#e7e6e2
}


/*Box for At Sun Park Hotels and Resorts */
.outer-page .simp-custom-2imgtext .text-content{
    padding: 15px 15px 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 0 15px;
    width: calc( 50% - 30px);
    height: 100%;
    transition: all 0.5s ease-in-out 0.0s;
}
.outer-page .simp-custom-2imgtext .text-content:hover{
    background: #fffdf9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}

/*Rooms Summary layout change*/
.widget-wrapper.wtroomDescriptionSideCarousel.summary-page-slider.jssor-carousel-container.two-col {
    display:flex;
    align-items:center
}


.summary-page-slider.jssor-carousel-container.two-col .col-xs-12.col-sm-6.right-box.text-content h3{
    font-size:clamp(32px,2.083vw,40px);
    margin-bottom:5%;
}

.summary-page-slider.jssor-carousel-container.two-col .col-xs-12.col-sm-6.right-box.text-content{
    background-color:#fff7e5;
}
.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 0 !important;
}

/*Dining Summary Change layout*/
/*.widget-wrapper.imageDescriptionSide.imageDescriptionSide-rightimage.two-col.fullWidthWidget.simp-custom-dining-LtextRimg{*/
/*        padding:6%;*/
/*}*/

/*.simp-custom-dining-LtextRimg .left-box{*/
/*    width: 30%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-right: 3%;*/
/*    padding: 4.5% 0 2.5%;*/
/*}*/

/*.simp-custom-dining-LtextRimg .left-box .text-content{*/
/*    background: #fff7e5;*/
/*    padding: 6%;*/
/*    margin: 0 auto;*/
/*}*/

/*.content_wrapper .no-gutter .simp-custom-dining-LtextRimg .fullWidthWidgetWrapper .col-md-8.col-sm-6.right-box{*/
/*    width: 100%;*/
/*    max-width: 67%;*/
/*}*/

/*.simp-custom-dining-LtextRimg .fullWidthWidgetWrapper  {*/
/*    display:flex;*/
/*    align-items:center;*/
/*}*/
.simp-custom-width {
    width: 70% !important;
}

/* black sheen to widget */

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-fullwidth.simp-custom-parallax{
    position:relative;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-fullwidth.simp-custom-parallax:after{
    content:"";
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000;
    opacity:0.5;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-fullwidth.simp-custom-parallax .text-content{
    z-index:1;
}

/* padding bet header and card */

.homepage .content_wrapper .no-gutter .simp-custom-headerabvcard {
    /*padding:0;*/
}

/* for child hotel home page */

.child-hotel .outer-page .simp-custom-below.simp-custom-stays,
.child-hotel .outer-page .simp-custom-below.simp-custom-stays h2
{
    color:#000;
}
/* removing gray padding above footer */

.parent-hotel .outerpage .inner-page{
    padding-bottom: 0;
}
.child-hotel .outerpage .inner-page{
    padding-bottom: 0;
}
/* removing gray padding sides and bottom gallery page */

.child-hotel.for-innerpage.for-gallerypage .inner-page .container {
    max-width: unset; 
    width:100%;
}
.child-hotel.for-innerpage.for-gallerypage .inner-page{
    /*padding-bottom:0;*/
}

/* hiding wrapper above footer */

.parent-hotel .outer-page .homepage .content_wrapper .no-gutter:nth-child(2){
    display:none;
}
.parent-hotel.for-innerpage .outerpage .content_wrapper .no-gutter:nth-child(2){
    display:none;
}

/* adding hotel name footer */

/*#footer .container .col-xs-12 {*/
/*    order: -2;*/
/*}*/
/*#footer .container .col-xs-12 .add_head {*/
/*    display:block*/
/*}*/
/*#footer .container .add_head p{*/
/*    text-align:left;*/
/*    margin-left:37.5px;*/
/*    font-size: 2000px;*/
/*    font-size:25px !important;*/
/*}*/
/*#footer .container .add_head p:nth-child(2) {*/
/*    display:none;*/
/*}*/

/*@media screen and (min-width:1100px){*/
/*    #footer .container .add_head p{*/
/*         margin-left:30px;  */
/*    }*/
/*}*/

/* widget padding reducing */

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-fullwidth{
    padding-left:10%;
    padding-right:10%;
}

.address-block-details .hotel-contacts address .address-telephone .telephone-number-block .telephone-number,
.address-block-details .hotel-contacts address .address-email a .email-id{
    font-size: 16px;
}

header .navbar-bottom .navbar-nav>li.child-hotel-name {
    text-transform: uppercase;
}

.header-pills .nav>li>a.active, .header-pills .nav>li>a:active, .header-pills .nav>li>a:focus, .header-pills .nav>li>a:hover {
    color: black !important;
    border-bottom-color: black;
}



/*new padding*/
.outer-page .content_wrapper .no-gutter .simp-custom-sub-heading1{
    /*padding:0 0 0.652% 0;*/
}
.outer-page .content_wrapper .no-gutter .simp-custom-sub-heading2{
    /*padding-bottom:0.652%;*/
}
.outerpage .content_wrapper .no-gutter .simp-custom-sub-heading2{
    /*padding-bottom:0.652%;*/
}
.outer-page .content_wrapper .no-gutter .simp-custom-marginTopBot h2:empty,
.outer-page .content_wrapper .no-gutter .simp-custom-marginTopBot p:empty{
    display:none !important;
}
.outerpage .content_wrapper .no-gutter .widget-wrapper.simp-custom-layout-LtextRimg{
    padding:1.954% 6%;
}

/*#footer .container a {*/
/*    color:black;*/
/*}*/

/*#footer li.first-li:first-child{*/
/*    display:none  !important;*/
/*}*/
/*#footer .footer_navbar_wrapper{*/
/*    border-top: none;*/
/*    border-bottom: 1px solid #757575;*/
/*    padding-bottom: 30px;*/
/*}*/
/*#footer .bottomfooter .footer_navbar_wrapper .navbar-nav-footer{*/
/*    padding-top:40px;*/
/*    border-top:1px solid #dbdbdb;*/
/*}*/
/*#footer .bottom-footer .sub-head{*/
/*    color:black;*/
/*    font-weight:bold;*/
/*    padding-bottom:20px;*/
/*    font-size:1.143em;*/
/*    line-height: 2em;*/
/*}*/
/*#footer .bottom-footer .third-col .sub-head {*/
/*    visibility:hidden;*/
/*    display:none;*/
/*}*/
/*#footer .footer_navbar_wrapper li a{*/
/*    line-height:2em;*/
/*}*/
/*#footer .bottom-footer .flink{*/
/*    line-height:2.5em;*/
/*}*/
/*#footer{*/
    /* background-color:#f9f9f9 !important; */
/*    color:black !important;*/
/*    padding-bottom:10px;*/
/*    padding-top:20px*/
/*}*/
/*#footer a,*/
/*#footer a:hover{*/
/*    color:#757575;*/
/*    font-size:1.143em;*/
/*    text-decoration:none !important;*/
/*}*/
/*#footer .cus-footer{*/
/*    border-bottom:1px solid #000;*/
/*}*/
/*#footer .fourth-col {*/
    /* border:1px solid #dbdbdb; */
    /* padding:20px 0px 20px 20px; */
/*    font-size:16px;*/
/*}*/
/*#footer .custom-button i{*/
/*    padding-right:13px;*/
/*}*/
/*#footer .custom-button{*/
/*    padding-left:7px;*/
/*}*/
/*#footer .custom-button a{*/
/*    color:black;*/
/*    line-height:2em;*/
/*}*/
/*#footer .custom-button .mail{*/
/*    font-size:16px;*/
/*    color: grey;*/
/*}*/
/*footer .footer_navbar_wrapper .navbar-nav {*/
/*    column-count: 2;*/
/*}*/
/*#footer .col-xs-12.text-center {*/
/*    padding-top:20px;*/
/*}*/
/*#footer .social-links{*/
/*    display: inline-block;*/
/*    float:right;*/
/*    font-size:16px;*/
/*}*/
/*#footer .social-links div{*/
/*    margin-right:20px;*/
/*    display: inline-block;*/
/*}*/
/*#footer .col-xs-12.text-center .bottom-text-left{*/
/*    text-align:left;*/
/*    display:inline-block;*/
/*    display:none;*/
/*    float:left;*/
/*}*/
/*#footer .col-xs-12.text-center .bottom-text-left a{*/
/*    margin-left:10px;*/
/*}*/
/*#footer .col-xs-12.text-center .bottom-text-left p{*/
/*    padding:0 !important;*/
/*    color:black;*/
/*}*/
/*#footer .col-xs-12.text-center .bottom-text-left a{*/
/*    color:black;*/
/*    font-weight:bold;*/
/*    font-size:14px;*/
/*}*/
/*#footer .col-md-4.col-xs-4.third-col li a {*/
/*    padding-left: 0px !important;*/
/*    padding-top: 0px !important;*/
/*    margin-left: 0px;*/
/*}*/
/*#footer .footer-row.footer_navbar_wrapper {*/
/*    padding-top:0px!important;*/
/*}*/

/*#footer ul.nav.navbar-nav a{*/
/*    padding-bottom:0px!important;*/
/*}*/
/*#footer .footer_navbar_wrapper li a{*/
/*    line-height:2.2em;*/
/*}*/
/*#footer .footer-row.footer_navbar_wrapper .footer_navbar li{*/
/*    display:block;*/
/*    text-align: left;*/
/*}*/

/*Commenting the footer logo code as per the requirements*/
/*#footer .footer-logo {*/
/*    max-height: 80px;*/
/*    max-width: 150px;*/
/*}*/
/*#footer .social-links div:last-child {*/
/*    margin-right:0;*/
/*}*/

/*#footer {*/
    /* background:black !important; */
/*}*/

/*#footer .col-md-4.col-xs-4.fourth-col {*/
/*    color:black;*/
/*}*/

/*#footer .col-md-4.col-xs-4.fourth-col a{*/
/*    color:black;*/
/*}*/
/*#footer .add_head p{*/
/*    color:black;*/
/*}*/
/*.add_head{*/
/*    display:none;*/
/*}*/

/*#footer .container>.comm_cont{*/
/*    display:flex;*/
/*    flex-direction:column;*/
/*}*/
/*#footer .container .cus-footer{*/
/*    order:-1*/
/*}*/
/*#footer .container .fourth-col .add_cont ul{*/
/*    display:flex;*/
/*    flex-direction:row;*/
    /* flex-wrap:wrap; */
    /* column-count:2; */
    /* column-gap:300px; */
    /* text-align:start; */
/*}*/
/*#footer .container .fourth-col .add_cont ul li{*/
/*    width:100px;*/
/*    white-space: nowrap;*/
    /* line-height:28px; */
/*}*/
/*#footer .container .add_cont ul li:empty{*/
/*    display:none !important;*/
    
/*}*/
/*#footer .container .fourth-col .mail-contact a{*/
/*    font-size:16px;  */
/*    white-space: nowrap*/
    
/*}*/
/*#footer .container .fourth-col .mail-contact{*/
    /* margin-top:-7px */
/*    white-space: nowrap*/
    
/*}*/
/*#footer .container .fifth-col .phone-contact span:last-child{*/
/*    font-size:16px;*/
/*    white-space: nowrap*/
/*}*/
/*#footer .container .fifth-col .phone-contact{*/
/*    margin-top:40px;*/
/*    white-space: nowrap*/
/*}*/
/*#footer .container .sixth-col .social_block{*/
/*    width:100%;*/
/*    display:flex;*/
/*    flex-direction:column;*/
/*    justify-content:center;*/
/*}*/


/*#footer .footer-detail{*/
    /* margin:0 0 ; */
/*    margin-left:0;*/
/*    margin:0;*/
/*}*/
/*#footer .container .fourth-col .add_cont{*/
    /* padding:0; */
    /* margin-top:-7px; */
    /* background:red; */
    /* width:max-content */
    /* display:flex; */
    /* flex-direction:row; */
    /* width:150% */
/*}*/
/*#footer .container .fifth-col .social_block .social_cont{*/
    /* column-count:3; */
/*}*/
/*#footer .container .comm_cont .footer-row.col-sm-12{*/
    /* background:red; */
/*}*/
/*#footer .container .comm_cont .social_head{*/
/*    margin-left:10px;*/
    /* margin-left:45px; */
/*}*/
/*#footer .container .comm_cont .social_head,*/
/*#footer .container .comm_cont .social_cont{*/
/*    width: unset;*/
/*    float: left;*/
/*    text-align: center;*/
/*    padding: 5px 0;*/
/*}*/
/*#footer .container .comm_cont .social_cont .socialIcon{*/
/*    padding:0 15px;*/
/*}*/
/*@media (min-width:1280px){*/
/*    #footer .container {*/
/*    max-width: unset;*/
/*}*/
/*}*/

/*@media (max-width:1650px){*/
/*    #footer .bottom-footer .sixth-col{*/
/*        position:relative;*/
/*        right:-3%;*/
/*    }*/
/*    #footer .container .comm_cont .social_cont .socialIcon{*/
/*    padding:0 0px;*/
/*}*/
/*}*/
/*@media (max-width:1600px){*/
/*    #footer .container .comm_cont .sixth-col{*/
        /* background:red; */
/*        width:19%;*/
/*        position:absolute;*/
/*        right:-30px;*/
/*  }*/
/*}*/
/*#footer .footer-row:empty{*/
/*    display:none;*/
/*}*/

/*@media (max-width:1750px){*/
/*    footer .footer_navbar_wrapper .navbar-nav {*/
    /* width:75%; */
/*}*/
/*}*/

/*@media (max-width: 1650px) and (min-width: 768px) {*/
/*  #footer .container>.comm_cont {*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*  }*/

/*  #footer .container .cus-footer {*/
/*    order: -1;*/
/*  }*/

/*  #footer .container .fourth-col .add_cont ul li {*/
/*    width: auto;*/
    margin-right: 20px; /* Adjust margin as needed */
/*  }*/

/*  #footer .container .fourth-col .mail-contact a {*/
    font-size: 14px; /* Adjust font size as needed */
/*  }*/

/*  #footer .container .fifth-col .phone-contact span:last-child {*/
    font-size: 14px; /* Adjust font size as needed */
/*  }*/
/*#footer .container .third-col a{*/
    /* font-size:14px */
/*}*/

/*  #footer .container .fifth-col .phone-contact {*/
    /* margin-top: 20px;  */
/*  }*/

/*  #footer .container .sixth-col .social_block {*/
/*    width: auto;*/
/*  }*/

/*  #footer .container .comm_cont .social_head,*/
/*  #footer .container .comm_cont .social_cont {*/
/*    width: auto;*/
/*    text-align: center;*/
    padding: 5px 10px; /* Adjust padding as needed */
/*  }*/

/*  #footer .container .comm_cont .social_cont .socialIcon {*/
    padding: 0 0px; /* Adjust padding as needed */
/*  }*/

/*  #footer .bottom-footer .sixth-col {*/
/*    position: relative;*/
/*    right: unset;*/
/*  }*/
/*}*/
/*@media (max-width:1370px){*/
/*    #footer .container .comm_cont .sixth-col{*/
        /* background:red; */
/*        width:19%;*/
/*        position:static;*/
/*        right:-30px;*/
/*  }*/
/*    #footer .bottom-footer .sixth-col{*/
/*        width:100% !important*/
/*    }*/
/*    #footer .bottom-footer .third-col.col-md-4 {*/
/*    width: 40%;*/
/*}*/
/*}*/

/*@media (max-width:1200px){*/
/*    #footer .container{*/
/*        width:100%*/
/*    }*/
/*}*/
/*@media (max-width:1100px){*/
/*    #footer .container .fourth-col{*/
/*        width:100% !important;*/
/*    }*/
/*    #footer .container .fifth-col{*/
/*        width:100% !important*/
/*    }*/
/*    #footer .container .bottom-footer{*/
        /* background:red; */
/*        justify-content:center;*/
/*    }*/
/*    footer .footer_navbar_wrapper .navbar-nav {*/
/*    column-count: 4;*/

/*}*/
/*    #footer .container .fourth-col .mail-contact {*/
/*    column-count:2;*/
/*}*/
/*    #footer .container .fourth-col .mail-contact .footer-detail {*/
/*    column-count:2;*/
/*    display: flex;*/
/*    width:100% !important;*/
/*}*/
/*    #footer .container .fifth-col .phone-contact {*/
/*    column-count:2*/
/*}*/
/*    #footer .container .fifth-col .phone-contact {*/
/*    margin-top: 0px;*/
/*    text-wrap: nowrap;*/
/*}*/
/*    footer .footer_navbar_wrapper .navbar-nav li{*/
    /* margin-left:200px */
/*}*/
/*    #footer .container .third-col{*/
/*        width:100% !important;*/
    
/*    }*/
/*    footer .footer_navbar_wrapper .navbar-nav li {*/
/*    margin-left:10px;*/
/*}*/
/*    footer .footer_navbar_wrapper .navbar-nav li a{*/
    /*white-space: nowrap;*/
/*}*/
/*}*/


.widget-wrapper.imageDescriptionSide.imageDescriptionSide-rightimage.two-col.fullWidthWidget.simp-custom-layout-LtextRimg{
    padding: 0 6%;
}

.simp-custom-layout-LtextRimg .left-box{
    width: 30%;
    display: flex;
    align-items: center;
    margin-right: 3%;
    /* padding: 4.5% 0 2.5%; */
}

.simp-custom-layout-LtextRimg .left-box .text-content{
    background: #fdf9f1;
    padding: 6%;
    margin: 0 auto;
}

.content_wrapper .no-gutter .simp-custom-layout-LtextRimg .fullWidthWidgetWrapper .col-md-8.col-sm-6.right-box{
    width: 100%;
    max-width: 67%;
}

.simp-custom-layout-LtextRimg .fullWidthWidgetWrapper  {
    display:flex;
    align-items:center;
}


/* LimgRtxt */
.widget-wrapper.imageDescriptionSide.imageDescriptionSide-leftimage.two-col.fullWidthWidget.simp-custom-layout-RtextLimg{
        padding: 0 6%;
}

.simp-custom-layout-RtextLimg .right-box{
    width: 30%;
    display: flex;
    align-items: center;
    margin-left: 3%;
    /* padding: 4.5% 0 2.5%; */
}

.simp-custom-layout-RtextLimg .right-box .text-content{
    background: #fdf9f1;
    padding: 6%;
    margin: 0 auto;
}

.content_wrapper .no-gutter .simp-custom-layout-RtextLimg .fullWidthWidgetWrapper .col-md-8.left-box{
    width: 100%;
    max-width: 67%;
}

.simp-custom-layout-RtextLimg .fullWidthWidgetWrapper  {
    display:flex;
    align-items:center;
}

@media (max-width: 1300px){
    .widget-wrapper.imageDescriptionSide.imageDescriptionSide-rightimage.two-col.fullWidthWidget.simp-custom-layout-LtextRimg{
        padding: 0 1%;
    }
    .widget-wrapper.imageDescriptionSide.imageDescriptionSide-leftimage.two-col.fullWidthWidget.simp-custom-layout-RtextLimg{
        padding: 0 1%;
    }
    .simp-custom-layout-LtextRimg .left-box{
        width: 50%;
        margin-left: 0;
        margin-right: 0%;
        /* padding: 4.5% 0 2.5%; */
    }
    .content_wrapper .no-gutter .simp-custom-layout-LtextRimg .fullWidthWidgetWrapper .col-md-8.col-sm-6.right-box{
        max-width: 50%;
        margin-right: 0%;
        /* padding: 4.5% 0 2.5%; */
    }
    .simp-custom-layout-RtextLimg .right-box{
        width: 50%;
        margin-right: 0%;
        margin-left: 0%;
        /* padding: 3% 0 4.5%; */
    }
    .content_wrapper .no-gutter .simp-custom-layout-RtextLimg .fullWidthWidgetWrapper .col-md-8.left-box{
        width: 100%;
        max-width: 50%;
        margin-left: 0%;
        /* padding: 3% 0 4.5%; */
    }
}



.content_wrapper .no-gutter .widget-wrapper.simp-custom-slidertextleft{
    width: 30%;
    display: flex;
    align-items: center;
    margin-left: 6%;
    margin-right: 3%;
    /*padding: 4.5% 0 2.5%;*/
}
.simp-custom-slidertextleft .text-content{
    background: #e7e6e2;
    padding: 6%;
    margin: 0 auto;
}
.content_wrapper .no-gutter .widget-wrapper.simp-custom-sliderright{
    width: 100%;
    max-width: 55%;
    margin-right: 6%;
    /*padding: 4.5% 0 2.5%;*/
}
.simp-custom-sliderright .jssor-carousel-wrapper{
    padding: 0;
}

.content_wrapper .no-gutter .widget-wrapper.simp-custom-slidertextright{
    width: 30%;
    display: flex;
    align-items: center;
    margin-right: 6%;
    margin-left: 3%;
    /*padding: 3% 0 4.5%;*/
}
.simp-custom-slidertextright .text-content{
    background: #e7e6e2;
    padding: 6%;
    margin: 0 auto;
}
.content_wrapper .no-gutter .widget-wrapper.simp-custom-sliderleft{
    width: 100%;
    max-width: 55%;
    margin-left: 6%;
    /*padding: 3% 0 4.5%;*/
}
.simp-custom-sliderleft .jssor-carousel-wrapper{
    padding: 0;
}
@media (max-width: 1200px){
    .content_wrapper .no-gutter .widget-wrapper.simp-custom-slidertextleft{
        width: 50%;
        margin-left: 0;
        margin-right: 0%;
        /*padding: 4.5% 0 2.5%;*/
    }
    .content_wrapper .no-gutter .widget-wrapper.simp-custom-sliderright{
        max-width: 50%;
        margin-right: 0%;
        /*padding: 4.5% 0 2.5%;*/
    }
    .content_wrapper .no-gutter .widget-wrapper.simp-custom-slidertextright{
        width: 50%;
        margin-right: 0%;
        margin-left: 0%;
        /*padding: 3% 0 4.5%;*/
    }
    .content_wrapper .no-gutter .widget-wrapper.simp-custom-sliderleft{
        width: 100%;
        max-width: 50%;
        margin-left: 0%;
        /*padding: 3% 0 4.5%;*/
    }
}


.parent-hotel .outer-page .header-pills {
    display:none;
}


.child-hotel .outer-page .header-pills,
.child-hotel .outerpage .header-pills {
    padding:120px 0 10px;
}
.parent-hotel .outerpage .header-pills {
    padding: 90px 0 10px;
}
.parent-hotel .outer-page .header-pills {
    padding: 90px 0 10px;
}



.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: #fff;
}
.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;
}

/*Tranquil Reprieve in Modern Elegance*/

.mobile .simp-custom-reducedwidthtext .text-content {
    background-color: #ffffff;
    color:#000;
    padding:4% 6%;
}

/*Underline Explore link*/
.simp-custom-link-decoration .descriptionMobileNoSpace a.internal-link{
    text-decoration:underline !important;
}
/*Underline Know More link*/
.simp-custom-link-decoration .col-xs-12.slick-slide a.internal-link{
    text-decoration:underline !important;
}
/*Box for At Sun Park Hotels and Resorts */
.mobile .simp-custom-2imgtext .col-xs-12{
    padding: 15px 15px 30px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    background: #fffdf9;
}
.mobile .simp-custom-2imgtext .col-xs-12 .image-content{
    margin-bottom: 0;
}
.mobile .imageDescriptionbottom2.simp-custom-2imgtext .col-xs-12:last-child img{
    margin: 0 !important;
}
.mobile .simp-custom-2imgtext .col-xs-12:first-child{
    margin-bottom: 30px;
}
/* mobile footer color */

.mobile #footer{
    background-color:#ecc378 !important;
}

.mobile .mobile-menu .drop-menu-header-block{
    background: white;
}

/*sheen effect on image*/
.mobile .content_wrapper .no-gutter .parallaxContainer.simp-custom-fullwidth{
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.mobile .content_wrapper .no-gutter .parallaxContainer.simp-custom-fullwidth::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background:black;
   opacity: 0.4;
   transition: opacity 0.3s ease;
    z-index:1;
}
.mobile .content_wrapper .no-gutter .parallaxContainer.simp-custom-fullwidth .text-content{
    z-index:2;
}

/* mobile gallery */
.mobile .dropdown-menu-gallery {
    background: white;
}




.outer-page .simp-custom-below {
    color:white
}
.outer-page .simp-custom-below h2{
    color:white
}

.outer-page .simp-custom-below h2:after{
    content: '';
    height: 2px;
    background: linear-gradient(to left,rgb(187 187 187 / 10%),rgb(242 242 242 / 75%),rgb(243 243 243),rgb(255 255 255 / 75%),rgb(238 238 238 / 10%));
    display: block;
    transition: all .5s ease-in-out;
    margin: 10px auto;
    width: 30%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-fullwidth{
    padding-left:15.104%;	
    padding-right:15.104%;
    /*padding-top:10px !important;*/
    /*padding-bottom:0 !important;*/
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-fullwidth .col-sm-4.text-content,
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-fullwidth .col-xs-12.one-col.text-content.slick-slide {
    padding:0 15px;
}
.for-homepage .widget-wrapper.wt1tb.bgImageContainer.fullWidthWidget.simp-custom-reducedwidthtext.simp-custom-padTop.simp-custom-padBot{
    /*padding:50px 0  !important; */
    margin:1.954% 0;
}

/*60px margin */
.outer-page .content_wrapper .no-gutter .simp-custom-marginTopBot{
    /* margin-bottom:60px !important;*/
    /*margin-top:30px !important;*/
}

/*Mobile Footer*/
.mobile #footer {
    background: url(https://assets.simplotel.com/simplotel/image/upload/w_1366,c_fill/q_80/sun-park-hotels/texture_2_mwwhnz);
    background-color: #baa382;
}


/**/
.inner-page {
    background-color: #f3f2f0;
}



.simp-custom-border img
{
    border-left:1.4px solid white;
    border-right:1.4px solid white;
}
.simp-custom-arrow.wt-image-text-slider .slick-next:before {
    color: #fff  !important;
}
.simp-custom-arrow.wt-image-text-slider .slick-prev:before {
    color: #fff !important;
}
.simp-custom-arrow .slick-next:before, .simp-custom-arrow .slick-prev:before {
    font-size: 46px !important;
}

.simp-custom-img-hover-effect .hover-effect{
    position: relative;
}
.simp-custom-img-hover-effect .hover-effect:hover:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(8, 43, 38, 0.5);
    display: block;
}

.page_link,
.content_wrapper .no-gutter a.all-photos {
    background: #ecc378;
}



.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.simp-custom-center {
    display:flex;
    justify-content:center;
}
.mobile .simp-custom-center {
    display: initial;
}
.mobile .simp-custom-hideRightBox > div:last-of-type{
    display:none;
}
.mobile .simp-custom-hideLeftBox > div:first-of-type{
    display:none;
}

.inner-page .content_wrapper .no-gutter .widget-wrapper.summary_widget_wrapper.summary_widget_wrapper_12{
    display:none;
}

