







.outer-page .navbar .container .navbar-header .navbar-brand {
    display: flex;
    align-items: center;
}

/*jira 12972 start*/
.mobile .logo.navbar-logo {
    margin-top: 94px !important;
}
/*end*/





.outer-page .cus-header-top-strip{
    padding: 2px 0;
    background-color:#d9b99b;
}
.outer-page .cus-header-top-strip .container{
    margin:0;
    padding:0;
    min-width: 100%;
}
.outer-page .cus-header-top-strip .container .row{
    margin:0;
    min-width:100%;
}
.outer-page .cus-header-top-strip .container .row >div {
    width:100%;
    padding:0
}
.outer-page .cus-header-top-strip .container .row .top-strip-header-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:100%;
    gap: 30px;
}
.outer-page .cus-header-top-strip .header-info span{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.outer-page .cus-header-top-strip a{
    transition: all 0.3s ease-out 0s;
    outline: medium none;
    text-decoration: none;
}
.outer-page .cus-header-top-strip .header-img{
    margin-right:5px;
}
.outer-page .cus-header-top-strip .header-img i{
    font-family: 'Font Awesome 5 Pro';
    font-style: unset;
    color: #fff;
}
.outer-page .cus-header-top-strip .phone-icon{
    transform: rotate(90deg);
}

/*footer call button hide */

.outer-page .container-wrapper .clearfix.address-block-details.text-center .telephone-number-block{
    display:none
}

/*jira changes 12822*/
/*.mobile #footer .text-center.footer-row .footer-detail:last-child{*/
/*    display:none;*/
/*}*/

/*#footer .address_block .add_cont ul li:last-child {*/
/*    display:none;*/
/*}*/
/*jira changes 12822*/

/*mobile call top strip */
.mobile .cus-header-top-strip{
    padding: 2px 0;
    background:#d9b99b;
}
.mobile .cus-header-top-strip .container{
    margin:0;
    padding:0;
    min-width: 100%;
}
.mobile .cus-header-top-strip .container .row{
    margin:0;
    min-width:100%;
}
.mobile .cus-header-top-strip .container .row >div {
    width:100%;
    padding:0
}
.mobile .top-strip-header-left{
    margin-right: 10px;
    display: flex;
}
.mobile .cus-header-top-strip .container .row .top-strip-header-wrapper{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    min-width:100%;
}
.mobile .cus-header-top-strip .header-info span{
    color: #fff;
    font-weight: 700;
    font-size:14px;
}
.mobile .cus-header-top-strip a{
    transition: all 0.3s ease-out 0s;
    outline: medium none;
    text-decoration: none;
    white-space:nowrap;
    font-size:10px;
}
.mobile .cus-header-top-strip .header-img{
    margin-right: 5px;
}
.mobile .cus-header-top-strip .header-img i{
    font-family: 'Font Awesome 5 Pro';
    font-style: unset;
    color: #fff;
    font-size:11px;
}
.mobile .cus-header-top-strip .phone-icon{
    transform: rotate(90deg);
}

.cus-header-top-strip .container .row .top-strip-header-wrapper .hotel-offical-name {
    color: #fff;
    font-weight: 700;
}

/*jira changes 12822*/
.outer-page .cus-header-top-strip .top-strip-header-wrapper .phone-list{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:5px;
}

.outer-page .top-strip-header-left{
    display: flex;
    align-items:center;
    justify-content:center;
}

@media(max-width:768px){
    .outer-page .cus-header-top-strip .top-strip-header-wrapper .phone-list{
        row-gap:10px;
    }
}

.mobile .top-strip-header-wrapper {
    display: flex;
    flex-direction: column; 
    justify-content:center;
    align-items:center
}

.mobile .top-strip-header-wrapper .hotel-offical-name {
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}

.mobile .top-strip-header-wrapper .phone-list {
    display: flex;
    flex-wrap:wrap;
    gap: 5px; 
    justify-content:center;
    align-items:center
}

.mobile .top-strip-header-wrapper .top-strip-header-left {
    display: flex;
    align-items: center;
}

/*jira 12972*/
.top-strip-header-left .label{
    color:#fff
}
@media (min-width: 440px) and (max-width: 705px) {
    .mobile .logo.navbar-logo {
        margin-top: 64px !important;
    }
}
@media(max-width:780px){
    .outer-page .cus-header-top-strip .container .row .top-strip-header-wrapper {
        padding:0 5px;
        gap:15px;
    }
}
/*end*/
@media(orientation:landscape){
    .mobile .logo.navbar-logo {
        margin-top:60px !important
    }
}



.landing_PopupWrapper_dukes {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    justify-content: center;
    padding: 30px;
    display: flex;
    opacity: 0; 
    pointer-events: none; 
    transition: opacity 0.5s ease; 
}

.landing_PopupWrapper_dukes.fadeIn {
    opacity: 1;
    pointer-events: auto; 
}

.landing_PopupWrapper_dukes.fadeOut {
    opacity: 0; 
    pointer-events: none;
}

.landing_PopupWrapper_dukes .landing_Popup_dukes {
    display: flex;
    justify-content: center; 
}

.landing_PopupWrapper_dukes .dukes-text-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 4px solid #D9B99B;
    width: 900px;
    background: rgba(0, 0, 0, 0.5);
}

.landing_PopupWrapper_dukes .dukes-text-content-wrapper {
    color: #fff;
    padding: 30px;
    overflow: auto;
}

.landing_PopupWrapper_dukes .dukes-text-content-wrapper h2 {
    text-align: center;
    margin: 10px 0;
    position: relative;
}

.landing_PopupWrapper_dukes .dukes-text-content-wrapper h2::after{
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: #d9b99b;
    margin: 10px auto;
}
.landing_PopupWrapper_dukes .dukes-text-content-wrapper h2::before{
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: #d9b99b;
    margin: 5px auto;
}

.landing_PopupWrapper_dukes .dukes-text-content-wrapper::-webkit-scrollbar {
    width: 5px;
}

.landing_PopupWrapper_dukes .dukes-text-content-wrapper::-webkit-scrollbar-track {
    background: #38822b;
}

.landing_PopupWrapper_dukes .dukes-text-content-wrapper::-webkit-scrollbar-thumb {
    background: #85713e;
}

.landing_PopupWrapper_dukes .dukes-text-content .close_btn_div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #fff;
}

.landing_PopupWrapper_dukes .dukes-text-content .dukes_popUp_Close {
    width: 25px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 0 10px 0 0;
}

.landing_PopupWrapper_dukes .dukes-text-content-wrapper p a {
    color: red;
}

/* */

.landing_PopupWrapper_dukes .dukes-text-content-wrapper h2 {
    /*font-size: 24px;*/
}

.landing_PopupWrapper_dukes .dukes-text-content-wrapper :is(p, ul, li) {
    /*font-size: 13px;*/
}

/* */

/* Responsive design */
@media screen and (max-width: 1100px) {
    .landing_PopupWrapper_dukes .dukes-text-content {
        width: 700px;
    }
}

/* Smooth fade-in/out animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.landing_PopupWrapper_dukes.fadeIn {
    animation: fadeIn 0.5s ease forwards;
}

.landing_PopupWrapper_dukes.fadeOut {
    animation: fadeOut 0.5s ease forwards;
}

/* Mobile CSS */
.mobile .landing_PopupWrapper_dukes {
    padding: 30px 15px;
}
.mobile .landing_PopupWrapper_dukes .dukes-text-content {
    width: 100%;
}
.mobile .landing_PopupWrapper_dukes .dukes-text-content-wrapper {
    padding: 15px;
}
.mobile .landing_PopupWrapper_dukes .dukes-text-content-wrapper h2{
    color:#fff;
}




.content_wrapper .widget-wrapper p:empty {
	display: none !important;
	padding: 0;
	margin: 0;
}


.mobile .fullImage img{
    /*height: 380px;*/
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 64px
}
.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: 30px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 26px;
     text-align: center !important;
     border: none !important
 }
.mobile .simp-custom-h3-font h3 {
    font-size: 24px;
}
.mobile .simp-custom-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}
.mobile .simp-custom-AmenitesWithSheen {
    position: relative;
}
.mobile .simp-custom-AmenitesWithSheen:before{
    content:'';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.simp-custom-center{
    display:flex;
    justify-content:center;
}
/* 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;
}

/* design chnages*/
.mobile .simp-custom-AmenitesWithSheen:before {
  right: 0;
}

.mobile .simp-custom-AmenitesWithSheen .text-content {
  padding: 0 10px;
}

.mobile .simp-custom-AmenitesWithSheen h2 {
  padding-bottom: 20px;
}

.mobile .simp-custom-AmenitesWithSheen p {
  padding-bottom: 20px;
}

.mobile .content_wrapper .widget-wrapper {
  margin: 20px 0;
}

.mobile
  .content_wrapper
  .widget-wrapper
  .text-content
  :is(h1, h2, h3, h4, h5, h6, p, div, .txt-wdgt-btn-wrapper) {
  text-align: left !important;
}

.mobile .content_wrapper .widget-wrapper.simp-custom-Intro1txt {
  margin-top: 0;
}

.mobile .content_wrapper .simp-custom-Intro1txt .text-content h1 {
  padding-bottom: 20px;
}

.mobile .content_wrapper .simp-custom-Intro1txt .text-content p {
  text-align: left !important;
}

.mobile .content_wrapper .simp-custom-roomsNcottages-heading h2 {
  padding: 0;
}

.mobile .content_wrapper .simp-custom-roomsNcottages-widget {
  margin: 0 0 20px !important;
}

.mobile .content_wrapper .simp-custom-lTxt-rImg h2 {
  text-align: left !important;
  padding-bottom: 20px;
}

.mobile .content_wrapper .simp-custom-lTxt-rImg p {
  margin-bottom: 20px !important;
  text-align: left !important;
}

.mobile .content_wrapper .simp-custom-lTxt-rImg .txt-wdgt-btn-wrapper {
  text-align: left !important;
}

.mobile .content_wrapper .widget-wrapper.wtheader {
  margin-bottom: 0;
}

.mobile .content_wrapper .widget-wrapper.wtheader h1 {
  padding-bottom: 0;
  text-align: left !important;
}

.mobile .content_wrapper .room-description img {
  margin: 0 0 20px;
}

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

.mobile .content_wrapper .widget-wrapper.wtbookbtn .col-sm-12 .pull-right,
.mobile .content_wrapper .widget-wrapper.wtlinkbutton a {
  float: unset !important;
}

.mobile .content_wrapper .widget-wrapper.wtlinkbutton {
    margin-top: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-ifram-widget{
  padding:  0;
}

.mobile .content_wrapper .no-gutter .wtformjson{
  margin: 20px 0;
}

.mobile .content_wrapper .no-gutter .wtformjson #form-group-submit{
  margin-bottom: 0;
}
/* 
.mobile .content_wrapper .no-gutter .wtsubheader{
  margin: 20px 0 0;
  padding: 0;
} */

.mobile .content_wrapper .no-gutter .wtsubheader * {
  margin: 0;
  padding: 0;
}

.mobile .content_wrapper .no-gutter .imageDescriptionSide-leftimage{
  margin: 20px 0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper:first-child{
  margin-top: 20px !important;
}

.mobile .content_wrapper .no-gutter .widget-wrapper:last-child{
  margin-bottom: 20px !important;
}

.mobile .content_wrapper .widget-wrapper.wtsubheader{
  margin-bottom: 0;
}


.mobile .content_wrapper .gallery-content + .gallery-content{
  margin-bottom: 0;
}

.mobile .content_wrapper .gallery-content + .gallery-content > :first-child.widget-wrapper{
  margin-top: 0;
}

.mobile .content_wrapper .gallery-content + .gallery-content #leftColWid > :first-child.div-16-9{
  padding-bottom: 30.9%;
}

.mobile .content_wrapper .gallery-content + .gallery-content #leftColWid .cycle-content{
  padding-bottom: 0;
}

.mobile .content_wrapper .gallery-content + .gallery-content .cycle-prev{
  top: 30%;
  transform: translateY(-40%);
  bottom: 0;
}

.mobile .content_wrapper .gallery-content + .gallery-content .cycle-next{
  top: 30%;
  transform: translateY(-40%);
  bottom: 0;
}

@media (orientation: landscape) {
  .mobile .content_wrapper .gallery-content + .gallery-content .cycle-prev {
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
  }

  .mobile .content_wrapper .gallery-content + .gallery-content .cycle-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
  }
}

.mobile .content_wrapper .simp-custom-term-widget .text-content :is(h1, h2, h3, h4) + :is(ul, div, p){
  margin: 20px 0 0 !important;
  padding: 0;
}

.mobile .content_wrapper .simp-custom-term-widget .text-content  :is(ul, div, p) + :is(h1, h2, h3, h4){
  margin: 20px 0 0;
  padding: 0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-privacy-policy-text-widget p{
    margin-top:15px !important;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-privacy-policy-text-widget :is(h3,h4,h5,h6){
    padding:0;
    margin:0;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-privacy-policy-text-widget ol{
    margin-top:10px !important;
}

.simp-custom-three-cards .txt-wdgt-btn-wrapper{
    margin-top:20px
}

.outer-page .simp-custom-hide-call-now .txt-wdgt-btn-wrapper + .txt-wdgt-btn-wrapper{
    display: none;
}
.mobile .simp-custom-hide-call-now .text-content{
    display:flex;
    flex-wrap:wrap;
    gap: 20px;
    justify-content: center;
} 




.content_wrapper .no-gutter .wtlinkbutton > div,
.mobile .content_wrapper .widget-wrapper.wtbookbtn{
    display:flex;
    justify-content:center;
}
.mobile .widget-wrapper.room-description a.btn-sm{
    position:relative;
    left:50%;
    transform:translate(-50%);
}
.mobile .content_wrapper .no-gutter .widget-wrapper .text-content .txt-wdgt-btn-wrapper{
    text-align:center !important;
}



header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}

.simp-custom-AmenitesWithSheen {
    position: relative;
}
.simp-custom-AmenitesWithSheen:before{
    content:'';
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/*design changes*/
/*Home page*/
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-Intro1txt .text-content-wrapper :is(h1, h2, h3, h4) + :is(p, div){
  padding: 2.291% 0 0;
}

:is(.outer-page, .outerpage) .content_wrapper{
  padding-bottom: 0;
}

:is(.outer-page, .outerpage) .homepage{
  padding-bottom: 30px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-roomsNcottages-heading{
  margin: 20px 0 0;
  padding: 30px 0 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .wt2imgtop-2tbbot.simp-custom-roomsNcottages-cardwidget{
  margin: 0 0 30px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-AmenitesWithSheen{
  margin: 30px 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter + .no-gutter > :first-child.widget-wrapper{
  padding: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter + .no-gutter .hotel_amenities_wrap{
  margin:  0 auto;
  padding: 30px 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter + .no-gutter .hotel_amenities_wrap .wtsubheader{
  padding:  0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter + .no-gutter .hotel_amenities_wrap .wtsubheader + ul{
  margin: 30px 0 0 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-lTxt-rImg  .text-content-wrapper :is(h1, h2, h3, h4) + :is(p, div){
  padding: 4.689% 0 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-lTxt-rImg  .text-content-wrapper :is(h1, h2, h3, h4, p, div) + .txt-wdgt-btn-wrapper{
  padding: 4.689% 0 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-AmenitesWithSheen  .text-content-wrapper :is(h1, h2, h3, h4) + :is(p, div){
  margin: 2.291% 0 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-AmenitesWithSheen  .text-content-wrapper :is(h1, h2, h3, h4, p, div) + .txt-wdgt-btn-wrapper{
  margin: 2.291% 0 0;
}

/*Accomadation*/

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .wtheader{
  padding-bottom: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .summary_widget_wrapper{
  padding-bottom: 0;
}

:is(.outer-page, .outerpage) .inner-page{
  padding-bottom: 30px;
}

/*:is(.outer-page, .outerpage)  .inner-page .content_wrapper{*/
/*    padding-top: 0;*/
/*}*/

:is(.outer-page, .outerpage)  .inner-page .content_wrapper .no-gutter :first-child.generic_slider{
    padding-top: 0;
}

/*Accomadtion Inner page*/
:is(.outer-page, .outerpage) .inner-page .content_wrapper .no-gutter > :first-child.predef_content {
  padding-bottom: 0;
}

:is(.outer-page, .outerpage) .inner-page .content_wrapper .no-gutter .jssor-carousel-container + .wtbookbtn{
  padding-top: 0;
}

:is(.outer-page, .outerpage) .inner-page .content_wrapper .no-gutter .widget-wrapper .amenities-block :is(h1, h2, h3, h4){
  margin: 0 0 2.291%;
}

:is(.outer-page, .outepage) .content_wrapper .no-gutter .widget-wrapper.wtlinkbutton .btn{
  margin: 0;
}

.location-page :is(.outer-page, .outerpage) .header-pills{
  padding: 135px 0 10px;
  max-width: 1340px;
  margin: 0 auto;
} 

.location-page :is(.outer-page, .outerpage) .header-pills .container{
  margin: 0;
  padding: 0 20px;
}

.location-page :is(.outer-page, .outerpage) .header-pills .tab-content{
  margin-top: 11px;
}

.location-page :is(.outer-page, .outerpage) .content_wrapper{
  margin-bottom: 45px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .wtlinkbutton{
  padding-top: 0;
}

.for-gallerypage :is(.outerpage, .outer-page) .content_wrapper{
  padding-top: 0;
}

.for-gallerypage :is(.outerpage, .outer-page)  .content_wrapper .no-gutter > :first-child.img-description-padding{
  padding-bottom: 0;
}

.for-gallerypage :is(.outerpage, .outer-page)  .content_wrapper .no-gutter > :first-child.img-description-padding .gallery-header{
  margin-top: 0 !important;
}

:is(.outerpage, .outer-page) .content_wrapper .no-gutter .imageDescriptionSide-leftimage{
  display: flex;
  align-items: center;
  justify-content: center;
}

:is(.outerpage, .outer-page) .content_wrapper .no-gutter .imageDescriptionSide-rightimage{
  display: flex;
  align-items: center;
  justify-content: center;
}


:is(.outer-page, .outerpage) .content_wrapper .simp-custom-ifram-widget .text-content-wrapper{
   display: flex;
  justify-content: center;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .btn{
  min-width: 165px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .viewbtn a{
  min-width: 165px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .viewbtn{
    max-width: max-content;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .summary_widget_wrapper .offcont :is(p, div){
  text-align: center !important;
}

:is(.outer-page, .outerpage) .promotions-wrapper .promo-btn .promo-gift{
  position: static;
  display: block;
}

:is(.outer-page, .outerpage) .promotions-wrapper .promo-btn .promo-text{
  margin: 0 5px 0 0;
  display: block;
  position: static;
}

:is(.outer-page, .outerpage) .promotions-wrapper .promo-btn{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-term-widget .text-content-wrapper :is(h1, h2, h3, h4) + :is(ul, div, p){
  margin-top: 2.291%;
  padding: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .simp-custom-term-widget .text-content-wrapper  :is(ul, div, p) + :is(h1, h2, h3, h4){
  margin-top: 2.291%;
  padding: 0;
}
.container-wrapper .address-block-details{
    display:none;
}
/* jira changes */
.outer-page .navbar .container {
    max-width: unset;
}

.outer-page .navbar .container .navbar-header .navbar-brand img {
    max-height: 55px !important;
}

.outer-page .content_wrapper .no-gutter .wtbookbtn .one-col {
    display: flex;
    justify-content: center;
}

:is(.outer-page, outerpage) .simp-custom-privacy-policy-text-widget :is(ol,ul){
    padding:0 0 0 17px !important;
}


/*ops-12195*/
.outer-page .content_wrapper .no-gutter .simp-custom-three-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
}
.outer-page .content_wrapper .simp-custom-three-cards .btn{
  margin: 0;
}
.outer-page .content_wrapper .simp-custom-three-cards .text-content{
  max-width: 33%;
}
@media screen and (max-width: 1400px){
  .outer-page .content_wrapper .simp-custom-three-cards .text-content{
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 900px){
  .outer-page .content_wrapper .simp-custom-three-cards .text-content{
    max-width: 100%;
    width: 100%;
  }
}





/*ops - 12624*/
.simp-custom-external-form iframe{
  min-height: 50vh;
  height: 100vh !important;
  width: max-content;
  min-width: 60vw;
  width: 100vw;
  padding: 3.25%;
  border-radius: 15px;
  border: unset;
}
.simp-custom-external-form iframe #form-main {
  background-color: transparent !important;
}
.simp-custom-external-form .text-content-wrapper{
  display: flex;
  justify-content: center;
}











.outer-page .clearfix.hotel_amenities_wrap ul{
    display: grid;
    grid-template-columns:auto auto auto;
    grid-gap:8%;
    justify-content:space-between;
}

.btn, button.resv{
    border-radius:0;
    border: 4px double #fff;
}

button.resv:hover{
    border: 4px double #2e7322;
}
.viewbtn a{
    border-radius:0;
    border: 4px double #fff;
}

.viewbtn a:hover, .viewbtn a:focus, .viewbtn a:active{
    border-color: transparent;
    outline: 0;
}

.outer-page h1,
.outer-page h2{
    text-transform:uppercase;
}

.outer-page .header-pills-wrapper ul.nav-pills li {
    transform:translateY(15px);
}

.outer-page .simp-custom-Intro1txt h3 {
    position: relative;
    width:430px;
    margin:0 auto;
    margin-bottom:1%;
}
.outer-page .simp-custom-Intro1txt h3:before,
.outer-page .simp-custom-Intro1txt h3:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 15%;
    background: #000;
    bottom: 10%;
}
.outer-page .simp-custom-Intro1txt h3:before {
    left: 0;
    transform: translateX(-50%);
}
.outer-page .simp-custom-Intro1txt h3:after {
    right: 0;
    transform: translateX(50%);
}
@media screen and (max-width:1200px){
    .outer-page .simp-custom-Intro1txt h3:before,
    .outer-page .simp-custom-Intro1txt h3:after {
        bottom: 22%;
    }
}


.outer-page .simp-custom-lTxt-rImg .left-box,
.outer-page .simp-custom-Limg-rTxt .right-box{
    display:flex;
    align-items:center;
    height:100%;
}

.mobile footer#footer {
    background:url("https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,w_1920,f_auto,c_limit/the-dukes-retreat/abstract-mountain-landscape-poster-contemporary-260nw-2403510213_1_qzkugh");
    background-size: cover;
}







/*.outer-page .content_wrapper .no-gutter .simp-custom-roomsNcottages-heading {*/
/*    background:#EFF0D2;*/
/*    min-width:100%;*/
/*}*/
/*.outer-page .content_wrapper .no-gutter .simp-custom-roomsNcottages-widget {*/
/*    background:#EFF0D2;*/
/*    min-width:100%;*/
/*    padding:30px 10%;*/
/*}*/
/*.outer-page .simp-custom-roomsNcottages-widget .text-content img{*/
/*    border-radius:8px 8px 0 0;*/
/*    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1), 2px 2px 10px 0 rgba(0, 0, 0, 0.1);*/
/*}*/
/*.outer-page .simp-custom-roomsNcottages-widget .text-content-wrapper {*/
/*    border-radius: 0 0 8px 8px;*/
/*    background:#fff;*/
/*    height:70px;*/
/*    display:flex;*/
/*    padding-left:10%;*/
/*    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1), 2px 2px 10px 0 rgba(0, 0, 0, 0.1);*/
/*}*/
/*.outer-page .simp-custom-roomsNcottages-widget .text-content-wrapper >div{*/
/*    display:flex;*/
/*    align-items:center;*/
/*}*/
/*.outer-page .simp-custom-roomsNcottages-widget .text-content-wrapper p:empty{*/
/*    display:none;*/
/*}*/


/*-------------------------------------><-----------------------------*/

.outer-page .content_wrapper .no-gutter .simp-custom-roomsNcottages-heading {
    background: #fff8f2;
    min-width:100%;
}
.outer-page .content_wrapper .no-gutter .simp-custom-roomsNcottages-cardwidget {
    background: #fff8f2;
    min-width:100%;
    padding:30px 10%;
}
.outer-page .simp-custom-roomsNcottages-cardwidget .text-content img{
    border-radius:8px 8px 0 0;
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1), 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.outer-page .simp-custom-roomsNcottages-cardwidget .text-content-wrapper {
    border-radius: 0 0 8px 8px;
    background:#fff;
    height:70px;
    display:flex;
    padding-left:10%;
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, 0.1), 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.outer-page .simp-custom-roomsNcottages-cardwidget .text-content-wrapper >div{
    display:flex;
    align-items:center;
}
.outer-page .simp-custom-roomsNcottages-cardwidget .text-content-wrapper p:empty{
    display:none;
}
/*slider similar to 3 cards is hidden using css in mobile and available in desktop*/
.mobile .simp-custom-roomsNcottages-cardwidget{
    display:none;
}

/*slider similar to 3 cards is hidden using css in desktop and available in mobile*/
.outer-page .content_wrapper .no-gutter .simp-custom-roomsNcottages-widget{
    display:none;
}

