<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.for-homepage .jssor-carousel-container .jssor-home-wrapper #homeCarousel&gt;div:nth-child(3) {
    bottom: 15% !important;
}
/* .jssor-carousel-wrapper .jssor-carousel .jssorb036 .bullet-icon svg {
    border-radius: 0 !important;
} */

.bookingform-wrapper {
    bottom:0% !important;
    background: rgba(0, 0, 0, 0.35);
}

.bookingform-wrapper .abs_parent {  
    z-index: 201;
    width: 80%;
    max-width: 1044px;
}

.bookingform-wrapper .abs_parent #bookingForm {
     padding: 10px 20px 30px;
     background: none;
}

.bookingform-wrapper .abs_parent #bookingForm .form-group.select-block.select-location,.bookingform-wrapper .abs_parent #bookingForm  .form-group.select-block.select-hotel {
    display: inline-block;
    width: 25%;
    padding: 0;
}

.bookingform-wrapper .abs_parent #bookingForm .form-group.date-parameter-block {
    margin: 0px !important;
    display: inline-block !important;
    width: 135px !important;
}
#bookingForm .booking-form{
    display: block;
    float: none;
}
#bookingForm .adult-wrapper, #bookingForm .child-wrapper, #bookingForm .room-wrapper {
    display: none !important;
}
.bookingform-wrapper .abs_parent #bookingForm .btn-wrapper {
  position: absolute;
  display: inline-block;
  margin: 33px 0 0;
  bottom: unset;
  right: 40px;
  width: calc(50% / 4);
}
.bookingform-wrapper .abs_parent #bookingForm .form-group.select-block.select-location, .bookingform-wrapper .abs_parent #bookingForm .form-group.select-block.select-hotel{
    width: 22%;
}

#bookingForm .open-form-block .open-booking-form {
    display: none !important;
}
@media (max-width: 1024px) {
    .bookingform-wrapper .abs_parent #bookingForm .form-group.date-parameter-block {
        width: 15%;
    }
	
    /*#bookingForm .btn-wrapper .check-btn-holder .btn-full-width {
        min-width: unset;
    }*/
}
.for-homepage .bookingform-wrapper #booking-form .promo-block {
    display:block !important;
    width:125px !important;
}
.for-homepage .bookingform-wrapper #booking-form .date-parameter-block{
    left:5px
}

#bookingForm .whyBookDirect{
    bottom: -12px;
    right: 77%;
}
.jssor-carousel-wrapper.jssor-home-wrapper.aspectratio16-9 .jssorb036 {
    top:-10px !important;
}
/* -------------------- Responsiveness --------------*/
.bookingform-wrapper .abs_parent #bookingForm .btn-wrapper{
    bottom: 30px;
}
@media screen and (max-width:1306px){
    .bookingform-wrapper .abs_parent{
        width: 100%;
        max-width: unset;
    }
    .bookingform-wrapper .abs_parent #bookingForm .btn-wrapper{
        right: 40px;
        position: unset;
    }
    .bookingform-wrapper .abs_parent &gt; #bookingForm{
        display: flex;
        justify-content: center;
    }
    .bookingform-wrapper .abs_parent &gt; #bookingForm &gt; #booking-form{
        margin: 0;
     }
}
@media screen and (max-width:1050px){
    .bookingform-wrapper .abs_parent #bookingForm .form-group.select-block.select-location, .bookingform-wrapper .abs_parent #bookingForm .form-group.select-block.select-hotel{
          width: 15%;    
     }
}
@media screen and (max-width:1024px){
    .bookingform-wrapper .abs_parent #bookingForm .btn-wrapper input{
        min-width: 124px;
    }
}
@media screen and (max-width: 813px){
    .bookingform-wrapper .abs_parent #bookingForm .btn-wrapper input{
        padding: 0;
    }
    .bookingform-wrapper .abs_parent #bookingForm .btn-wrapper{
         right: 10px;
    }
}
@media screen and (max-width: 800px){
    .bookingform-wrapper .abs_parent #bookingForm .form-group.date-parameter-block , .for-homepage .bookingform-wrapper #booking-form .promo-block{
        width: 120px !important;
    }
    .jssor-carousel-container #bookingForm .whyBookDirect{
        width: 25%;
        right: 71%;
    }
}
#resv-form .modal-content #bookingForm .whyBookDirect{
    right: 74%;
}
#resv-form .modal-content #bookingForm .btn-wrapper{
    margin-top: 32px;
    position: unset;
}
@media screen and (max-width: 1061px){
    #resv-form .modal-dialog .modal-content{
        width: 75%;
        max-width: unset;
    }
}
@media screen and (max-width: 1023px){
    #resv-form .modal-dialog .modal-content{
        width: 80%;
    }
}
@media screen and (max-width: 958px){
    #resv-form .modal-dialog .modal-content{
        width: 85%;
    }
}
@media screen and (max-width: 902px){
    #resv-form .modal-dialog .modal-content{
        width: 90%;
    }
}
@media screen and (max-width: 842px){
    #resv-form .modal-dialog .modal-content{
        width: 95%;
    }
}
@media screen and (max-width: 798px){
    #resv-form .modal-dialog .modal-content{
        width: 99%;
    }
}

.landing_PopupWrapper {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    justify-content:center;
    align-items:center;
}
.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup img {
    margin: auto;
    float: none;
    max-width: 100%;
    max-height:80vh;
    min-height:50vh;
}
.for-homepage .landing_Popup {
    position: relative;
    max-width: unset;
    width: unset;
}
.imgforPopup {
    max-width:90%;
    display:block;
}
.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    background: transparent;
    border: 2px solid #EBEDEC;
    border-radius: 50%;
    color:#fff;
    min-width:30px;
    min-height:30px;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3,0.3);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
.landing_Popup{
    animation: zoominoutsinglefeatured 1s ease-in-out;
}
.mobile.for-homepage .landing_Popup .popUp_Close{
    top: -24px;
    right: -12px;
    width: 10px;
    height: 10px;
    padding:8px;
}
.mobile.for-homepage .landing_Popup .popUp_Close i{
    font-weight:100;
}
    
/*.landing_PopupWrapper {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left:0;*/
/*    right:0;*/
/*    bottom:0;*/
/*    background-color: rgba(0,0,0,0.8);*/
/*    z-index: 10000;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*}*/
/*.landing_PopupWrapper.popUp_zoomIn {*/
/*    display: flex;*/
/*}*/
/*.landing_Popup img {*/
/*    margin: auto !important;*/
/*    float: none;*/
/*    max-width: 100%;*/
/*}*/
/*.for-homepage .landing_Popup {*/
/*    position: relative;*/
/*    max-width: unset;*/
/*    width: unset;*/
/*}*/
/*.imgforPopup {*/
/*    max-width:90%;*/
/*    display:block;*/
/*}*/
/*.for-homepage .landing_Popup .popUp_Close {*/
/*    position: absolute;*/
/*    top: -32px;*/
/*    right: 0px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-weight: 100;*/
/*    cursor: pointer;*/
/*    background: transparent;*/
/*    border: 2px solid #EBEDEC;*/
/*    border-radius: 50%;*/
/*    color:#fff;*/
/*}*/
/*@keyframes zoominoutsinglefeatured {*/
/*    0% {*/
/*        transform: scale(0.3,0.3);*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.1,1.1);*/
/*    }*/
/*    100% {*/
/*        transform: scale(1,1);*/
/*    }*/
/*}*/
/*.landing_Popup{*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/
/*.mobile.for-homepage .landing_Popup .popUp_Close{*/
/*    top: -30px;*/
/*    right: 0px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    padding:8px;*/
/*}*/
/*.mobile.for-homepage .landing_Popup .popUp_Close i{*/
/*    font-weight:100;*/
/*}*/



.address-block-details{
    display:none !important;
}

body.parent-hotel .header-pills {
    padding: 140px 0px 0px !important;
}

body.child-hotel .header-pills {
    padding: 195px 0 5px !important;
}

h1, h2 {
    letter-spacing:1px;
}

/*h6 {*/
    /*letter-spacing:2px;*/
    /*font-weight:400;*/
    /*font-size:17px;*/
    /*padding-top:8px !important;*/
/*}*/

h6 {
    letter-spacing: .8px;
    font-weight: 500;
    font-size: 14px;
    line-height:18px;
    padding-top:10px !important;
    font-family:"Segoe UI";
}

body{
    font-weight:300;
}

/*.child-hotel[data-hotelid="5553"] .navbar-top .lang-book-wrapper {*/
/*    top: 53px;*/
/*}*/
/*.child-hotel[data-hotelid="5552"] .navbar-top .lang-book-wrapper {*/
/*    top: 110px;*/
/*}*/
/* .child-hotel[data-hotelid="5554"] .navbar-top .lang-book-wrapper {*/
/*    top: 65px;*/
/*}*/
/*.parent-hotel  .navbar-top .lang-book-wrapper {*/
/*    top: 90px;*/
/*}*/

.parent-hotel.for-homepage .content_wrapper .no-gutter.clearfix:last-child{
    display:none;
}
.for-homepage .content_wrapper{
    padding-bottom: 0 !important;
}

.child-hotel.for-homepage .content_wrapper .no-gutter.clearfix:last-child{
    display:none;
}

.child-hotel.location-page .header-pills .tab-content {
    margin-top: 6px;
}


.child-hotel.for-homepage .jssor-carousel-container.camera-carousel-container.aspectratio16-9.video-banner-container .videoControls {
    display:none;
}
.child-hotel[data-hotelid="5964"] .lang-book-wrapper 
{
    position:absolute;
    /*top:95px;*/
}

/*.navbar.navbar-top  .lang-book-wrapper {*/
/*    display:none;*/
/*}*/

.navbar.navbar-top.scroll .lang-book-wrapper {
    display:block;
}

ul#top-navbar-collapse span.fa.fa-angle-down.dropdown-arrow {
    color:white;
}

/*.lang-book-wrapper .resv {*/
/*    background-color:black !important;*/
/*}*/
/*.lang-book-wrapper .resv:hover*/
/*{*/
/*    background-color:#df9a2b !important;*/
/*}*/
.bookingform-wrapper .abs_parent .btn {
    background-color:#BD9C54;
}
div[data-widget-id="2169551"] .col-xs-12.one-col.text-content {
    position:relative;
}

.custom-weather {
    position:absolute;
    width:223px;
    right:-100px;
    top:-50px;
}
div[data-widget-id="2170835"] .text-content-wrapper span{
    color:white !important;
}
div[data-widget-id="2170835"] .text-content-wrapper a{
    color:white !important;
}

body.child-hotel[data-hotelid="5964"].for-homepage .bookingform-wrapper {
    display:none;
} 

header .navbar-top .navbar-nav&gt;li&gt;a {
    padding: 5px 15px;
}
header .lang-book-wrapper {
    margin-top:25px;
}
.simp-custom-weather 
{
width: 20% !important;
position: absolute;
top: 45%;
right: 0%;
background: rgba(0,0,0,0.2);
}


@media only screen and (min-width: 990px),
(min-width: 768px) and (max-width: 1024px) ,
(min-width: 768px) and (max-width: 1024px) and (orientation: landscape),
(min-width: 481px) and (max-width: 767px),
(min-width: 1025px) and (max-width: 1280px) {
#footer .custom-footer li {
    list-style: none;
}
#footer .custom-footer ul.list-group {
    padding-left: 0;
    line-height: 28px;
}
footer#footer {
    padding-bottom: 0;
}
#footer .custom-footer .coltwo li.list-group-items {
    padding: 12px 0;
}

#footer .custom-footer a.footer-img img {
    width: 250px;
    /*filter: brightness(0) invert(1);*/
}
#footer .custom-footer a.footer-img {
    padding-top: 60px!important;
}
#footer .custom-footer a.footer-img {
     width: 300px; 
    padding: 15px;
    text-align: center;
}
#footer .custom-branch.colthree .placename ,
#footer .custom-branch.colfour{
    /*font-weight:700!important;*/
}
#footer .custom-branch.colthree .list-group .list-group-items,
#footer .custom-branch.colfour{
    /*font-family: goudy-old-style;*/
    font-style:normal;
    font-weight: 400;
}

#footer .custom-footer .custom-branch.colone{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#footer .custom-footer {
    padding: 35px 12px 20px;
    font-style:normal;
    font-size:14px !important;
    line-height:22px;
}
#footer .custom-footer .list-heading {
    font-style: normal;
    font-weight: 400;
}
#footer .custom-footer .socialIcon a {
    background: none!important;
    margin-left: 0;
    margin-bottom: 0;
}

#footer .custom-footer .socialIcon a span {
    color: white!important;
    font-size: 20px!important;
}


#footer .custom-footer li.list-group-items:first-child {
    padding-top: 18px;
}

#footer .custom-footer .list-heading {
    border-bottom: 1px solid;
    color: #fff;
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 45px;
}

#footer .custom-footer .social_cont {
    text-align:left;
}
}
#footer .custom-footer .bottom-footer.row {
    float: right;
    padding-right: 30px;
}
#footer a:hover {
    text-decoration: none;
    color: #BD9C54;
}
#footer .footerimg img {
    filter: brightness(0) invert(1);
    width: 150px;
}
#footer .footerimg {
    width: 300px;
    padding: 15px;
    text-align: center;
}
#footer .social_head p{
   
    text-align:left;
    margin-top:10px;
    display:inline-block;
    border-bottom:1px solid;
    color: #fff;
    float:left;
    text-transform: uppercase;
    font-size:14px !important;
}

#footer .custom-newsletter.col-xs-4 {
    width:100%;
    padding:0px;
}

#footer p.text-center.side-nav-header {
    text-align:left;
}

#footer .subscribe-widget {
    text-align:left;
}
#footer span.fa.fa-angle-right {
    display:none;
}
#footer .custom-branch.coltwo li.list-group-items {
    text-transform: uppercase;
    font-size:14px;
}
#footer .news_letter_block p.text-center.side-nav-header span
{
    font-size:14px !important;
}

#footer .news_letter_block {
    width:100%;
}
#footer .contactdetail {
    margin-top:15px;
}


/*temporary code*/
.custom-branch.coltwo.col-xs-6.col-sm-2.col-md-2.col-lg-2 {
    display:none;
}

.custom-branch.colone.col-xs-6.col-sm-4.col-md-4.col-lg-4 {
    width:33%;
}

.custom-branch.colthree.col-xs-6.col-sm-3.col-md-3.col-lg-3 {
    width:33%;
}

.custom-branch.colfour.col-xs-6.col-sm-3.col-md-3.col-lg-3 {
    width:33%;
    
}
.custom-branch.colthree.col-xs-6.col-sm-3.col-md-3.col-lg-3 {
    width:30% !important;
}

.custom-branch.colfour.col-xs-6.col-sm-3.col-md-3.col-lg-3 {
    width:35% !important;
}

.socialIcon .fa-tripadvisor:before
{
    color:#51E0A2 !important;
}
.socialIcon .fa.fa-facebook:before
{
    color:#4867aa !important;
}
.socialIcon  .fa-twitter:before
{
    color:#5da9dd;
}
.socialIcon  .fa-instagram:before
{
    color:#a6488a !important;
}
.socialIcon .fa-whatsapp:before
{
    color:#57d141 !important;
}

.mobile .footer-row .footer-detail .fa-stack {
    visibility: visible;
}

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

.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
}


.simp-custom-cardlayout .text-content-wrapper 
{
    background-color:#fffafa;
    color:#000 !important;
    padding:20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    height:320px;
    
}

.simp-custom-reduced-width .text-content-wrapper{
    width:65% !important;
    margin:auto;
}


.simp-custom-sixtyfive{
    width:65% !important;
    margin:auto;
}

.simp-custom-fiftyfive{
    width:55% !important;
    margin:auto;
}

.simp-custom-slider-caption .camera_caption.fadeIn.jssor-caption {
    height: 100%;
    left: 0;
    width: 40%;
}
.simp-custom-slider-caption .camera_caption.jssor-caption {
    top: 0;
}
.simp-custom-slider-caption .caption-as-text {
    height: 100%;
    left: 0;
    float: left!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#0e4d68d9 !important;
    padding:0 40px!important
}




/*FullWidth Widget Padding*/
.simp-custom-2img-touch .fullWidthWidgetWrapper ,
.simp-custom-2img-touch1 .fullWidthWidgetWrapper  
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.simp-custom-2img-touch .text-content-wrapper p,
.simp-custom-2img-touch1 .text-content-wrapper p{
    padding-left:0 !important;
}
.simp-custom-2img-touch .text-content-wrapper,
 .simp-custom-2img-touch1 .text-content-wrapper

{
   padding: 0 55px !important;    
}

.simp-custom-slideraligned .fullWidthWidgetWrapper {
    width: 65% !important;
    margin: auto;
}
.simp-custom-slideraligned .slick-slide .text-content-wrapper img.reset-width {
    margin: auto;
}

.simp-custom-imghover .text-content-wrapper
{
    position:absolute;
    display:none;
}
.simp-custom-imghover .text-content:hover .text-content-wrapper
{
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    z-index:1;
}
.simp-custom-imghover .text-content:hover .text-content-wrapper h3 span
{
    color:#fff !important;
}
.simp-custom-imghover .text-content:after
{
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background-color: rgba(0,0,0,0.15)
}
.simp-custom-imghover .text-content:hover:after
{
    background-color: rgba(0,0,0,0.75);
    padding:0 !important;
    width:91%  !important;
}
.simp-custom-imghover a.btn
{
    background:transparent;
    border:1px solid #FFFFFF;
    color:#ffffff;
}
.simp-custom-imghover a.btn:hover
{
    background:#ffffff;
    color:#9E6D25;
}


.clearfix.widget-wrapper.wt1tb.bgImageContainer.fullWidthWidget.simp-custom-padding-reduce {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.simp-custom-padding-remove {
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.simp-custom-button a.btn
{
    background:transparent;
    border:1px solid #FFFFFF;
    color:#ffffff;
}
.simp-custom-button a.btn:hover
{
    background:#ffffff;
    color:#BD9C54;
}

/*.simp-custom-button a.btn
{
    background:transparent;
    border:1px solid #df9a2b;
    color:#000000;
}
.simp-custom-button a.btn:hover
{
    background:#e2971e;
    color:#ffffff;
}*/


.simp-custom-leftreducewidth {
    width:20% !important;
    margin:0px !important;
    margin-left:20px !important;
}

.simp-custom-reducerightwidth {
    width:75% !important;
}

.simp-custom-remove-paddingtop{
    padding-top: 0px !important;
}
.simp-custom-boxshadow .text-content {
    position: relative;
    width: 30%;
    margin: 0 10px;
}

.simp-custom-boxshadow .text-content:before {
    content: "";
    border: 1px solid white;
    display: block;
    position: absolute;
    height: 95%;
    width: 87%;
    left: 0;
    right: 0;
    z-index: 1;
    top: 10px;
    top: 1.7%;
    margin: auto;
}
.simp-custom-boxshadow .text-content-wrapper {
  
    width: 95%;
    margin: auto;
    border: 1px solid white;
    z-index: 2;
    position: relative;
    height:400px;
}

.simp-custom-boxshadow img {
    border-radius:5px !important;
}
.simp-custom-inset-box .text-content-wrapper{
box-shadow: inset 0 0 0 1px #fff;
width: 100%;
background-color: #eee;
padding:10px;
height:300px;
}

.simp-custom-imghover1 .text-content-wrapper
{
    position:absolute;
    display:none;
}
.simp-custom-imghover1 .text-content:hover .text-content-wrapper
{
    position:absolute;
    top:0px;
    left:0;
    width:100%;
    height:100%;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    z-index:1;
}
.simp-custom-imghover1 .text-content:hover .text-content-wrapper h3 span
{
    color:#fff !important;
}
.simp-custom-imghover1 .text-content:after
{
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background-color: rgba(0,0,0,0.15)
}
.simp-custom-imghover1 .text-content:hover:after
{
    background-color: rgba(0,0,0,0.75);
    padding:0 !important;
    width:92%  !important;
}
.simp-custom-imghover1 a.btn
{
    background:transparent;
    border:1px solid #FFFFFF;
    color:#ffffff;
}
.simp-custom-imghover1 a.btn:hover
{
    background:#ffffff;
    color:#9E6D25;
}

.container-fluid .simp-custom-widget-hide {
    display: none!important;
}
.mobile .simp-custom-mobile-widget-hide {
    display: none!important;
}
.simp-custom-sliderlandscape .text-content-wrapper p
{
    display:block !important;

}


.simp-custom-btnchange a.btn
{
    background:transparent;
    border:1px solid black;
    color:black;
}
.simp-custom-btnchange a.btn:hover
{
    background:#9E6D25;
    color:white;
    border:none;
}
.simp-custom-spacebetween .left-box.text-content {
    padding-right:130px;
    /*padding-top:50px;*/
}
.simp-custom-topborderleft .left-box:before {
    content: "";
    position: absolute;
    display: block;
    border: 2px solid #9E6D25;
    left: 1%;
    right: 1%;
    top: 1%;
    bottom: 1%;
    z-index: 2;
}
.simp-custom-topborderright .right-box:before {
    content: "";
    position: absolute;
    display: block;
    border: 2px solid #df9a2b;
    left: 1%;
    right: 1%;
    top: 1%;
    bottom: 1%;
    z-index: 2;
}
.simp-custom-btnalign .left-box .btn{
    margin-top:-10px !important
}

.simp-custom-fw-sheen
{
    position:relative;
}
.simp-custom-fw-sheen:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.55);
}
.simp-custom-fw-sheen .text-content 
{
    z-index:1;
}

.generic_slider.jssor-carousel-container.simp-custom-width50{
    width: 50% !important;
}
.generic_slider.jssor-carousel-container.simp-custom-width50 .text-content {
    padding-right: 85px;
    padding: 30px;
}
.generic_slider.jssor-carousel-container.simp-custom-width50 .jssor-carousel-wrapper {
    padding: 0 !important;
}
.generic_slider.jssor-carousel-container.simp-custom-width50 div#jssorCommonCarousel_7 {
    margin: 0;
}
.wt1tb.simp-custom-width50 {
    width: 50% !important;
    display:flex;
    justify-content: center;
    align-items: center;
}
.wt1tb.simp-custom-width50 .text-content {
    padding: 0 50px;
}
.simp-custom-width50 {
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.three-col.simp-custom-border {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 0 !important;
}
.three-col.simp-custom-border .center-box.text-content,
.three-col.simp-custom-border1 .center-box.text-content,
.three-col.simp-custom-border2 .center-box.text-content {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}
.three-col.simp-custom-border1 {
    padding:0 !important;
    border-bottom:1px solid #cdcdcd !important;
}
.three-col.simp-custom-border2
{
    padding-top:0 !important;
}
.three-col.simp-custom-border1
{
    padding:0 !important;
    border-bottom:1px solid #cdcdcd !important;
}
.three-col.simp-custom-border .text-content,
.three-col.simp-custom-border1 .text-content,
.three-col.simp-custom-border2 .text-content {
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center !important;
}



/*Contact Us page form*/
.simp-custom-contact-form {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight:400
}
.simp-custom-contact-form .form-group.col-sm-12 {
    display: flex;
    text-align: center;
    justify-content: center;
}
.simp-custom-contact-form .form-group lable ,
.simp-custom-contact-form label.control-label-custom,
.simp-custom-contact-form div#form-group-submit label{
    display: none;
}
.simp-custom-contact-form form{
    margin-left:12% !important;
    margin-right:12% !important;
}
 .inner-page .content_wrapper .no-gutter .widget-wrapper.bgImageContainer.simp-custom-contact-form
{
    padding-top:50px !important;
     padding-bottom:50px !important;
}
/*End*/

.simp-custom-2imgcenter-align 
{
    display:flex;
    justify-content:center;
    align-items:center;
}

.simp-custom-2imgcenter-align  .text-content {
    margin-left: 50px;
}
.simp-custom-2imgcenter-align .text-content-wrapper h2 {
    text-align: center !important;
}
.simp-custom-2imgcenter-align
{
    background-color:#f2f2f229;
}
.simp-custom-2imgcenter-align .left-box
{
    padding-right:0;
}

.simp-custom-2imgalign 
{
    display:flex;
    justify-content:center;
    align-items:center;
}
.simp-custom-2imgalign .text-content-wrapper h2
{
    text-align: center !important;
}
.simp-custom-2imgalign  .text-content
{
    margin-right:50px;
}
.simp-custom-2imgalign
{
    background-color:transparent;
}
.simp-custom-2imgalign .right-box
{
    padding-left:0
}



.mobile .name-of-hotel {
    display: none;
}


.mobile div#accordion {
    display: none;
}

.mobile  .content_wrapper .no-gutter .widget-wrapper:first-child
{
    display:none;
}

.mobile .content_wrapper .no-gutter h1,
.mobile .content_wrapper .no-gutter h2 {
    border-bottom: none;
    font-size:35px !important;
}


.mobile .simp-custom-slideraligned .slick-list .slick-track .slick-slide .reset-width 
{
    margin: auto;
}


.mobile .logo.navbar-logo {
    background-color: #fff;
}

.mobile .fullImage {
    padding-top: 70px;
}

.mobile .simp-custom-mb-bgcolor {
    background-color: none !important;
}

.mobile .simp-custom-mbtextcenter .descriptionMobileNoSpace div {
    text-align: center !important;
}

.mobile .simp-custom-mblineheight h2 {
    line-height: 1.75em;
}

.mobile .simp-custom-slideraligned .slick-track .slick-slide 
{
    padding-top:15px;
}

.mobile .simp-custom-slideraligned .slick-list .slick-track img.img-responsive {
    display: none;
}

.mobile .simp-custom-resizemobilehead h1 span{
    font-size:45px !important;
}
.mobile .fullImage img{
    height:425px;
    object-fit:cover;
}


.mobile div[data-widget-id="2168248"] p{
    background-color: #a5acc6c9 !important;
    color: #fff !important;
    height: 100px;
    align-items: center;
    position: absolute;
    bottom: 50px;
}
.mobile div[data-widget-id="2168248"] button.slick-prev.slick-arrow{
    position: absolute;
    top: 100%;
    left: 40%;
 }
.mobile div[data-widget-id="2168248"] button.slick-next.slick-arrow {
    position: absolute;
    top: 100%;
    right: 40%!important;
}
.mobile div[data-widget-id="2168248"] button.slick-next.slick-arrow:before{
    content:"\f105";
    border:1px solid grey;
    padding:5px;
    padding-right:10px;
    padding-left:10px;
}
.mobile div[data-widget-id="2168248"] button.slick-prev.slick-arrow:before{
    content:"\f104";
    border:1px solid grey;
    padding:5px;
    padding-right:10px;
    padding-left:10px;
}
.wt1imgtop-1tbbot[data-widget-id="2168248"] .slick-slide{
    padding:20px !important;
}
.wt1imgtop-1tbbot[data-widget-id="2168248"] ul.slick-dots {
    display: none!important;
}
div[data-widget-id="2168248"] .slick-slider .text-content-wrapper,
div[data-widget-id="2168248"] .slick-slider .text-content-wrapper h2{
    color:white;
}
.wt1imgtop-1tbbot[data-widget-id="2168248"] button.slick-prev.slick-arrow{
    position: absolute;
    top: 100%;
    left: 47%;
 }
.wt1imgtop-1tbbot[data-widget-id="2168248"] button.slick-next.slick-arrow {
    position: absolute;
    top: 100%;
    right: 47%!important;
}
.wt1imgtop-1tbbot[data-widget-id="2168248"] button.slick-next.slick-arrow:before{
    content:"\f105";
    border:1px solid grey;
    padding:5px;
     padding-right:10px;
    padding-left:10px;
}
.wt1imgtop-1tbbot[data-widget-id="2168248"] button.slick-prev.slick-arrow:before{
    content:"\f104";
    border:1px solid grey;
    padding:5px;
    padding-right:10px;
    padding-left:10px;
}
div[data-widget-id="2168248"] .slick-slider .text-content-wrapper{
    background-color: rgba( 50, 173, 159, 0.5) !important;
    color: #fff !important;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  
}




</pre></body></html>