/*.outer-page .promotions-wrapper{*/
/*    display:none;*/
/*}*/

/*10127*/
.parent-hotel :is(.outer-page,.outerpage)  .bookingform-wrapper{
    position:unset;
    background: #000;
}


#bookingForm .whyBookDirect {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    display: inline-block;
    color: #fff;
    margin: 0 10px 10px;
    font-size: 14px;
    pointer-events: all;
    z-index: 99;
    cursor: pointer;
    text-align: left;
}
.outerpage .content_wrapper .no-gutter .simp-custom-hero-img-slider{
    padding:0;
    margin-top:-4px;
}

/*goa preview qc*/
.outer-page .content_wrapper .no-gutter .promotions_block:empty{
    display: none;
}

:is(.outer-page, .outerpage) #back-top a span{
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
}

:is(.outer-page, .outerpage) #footer .socialIcon a.social-ig:hover {
    background: -moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
}

@keyframes ripple {
  0% { box-shadow: 0 0 0 0 rgba(67, 40, 24, 0.4); }
  80% { box-shadow: 0 0 0 10px rgba(67, 40, 24, 0); }
  100% { box-shadow: 0 0 0 0 rgba(67, 40, 24, 0); }
}

@keyframes slideInRightContainer {
  0% { transform: translateX(60px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes tickPop {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

#contactHeader {
  animation: slideInRightContainer 0.6s ease-out forwards;
  z-index: 999;
}

#contactHeader .social-phone,
#contactHeader .social-whatsapp {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  cursor: pointer;
  border: none;
  position: relative;
  transition: background-color 0.3s ease;
}

#contactHeader .social-phone {
  background-color: #5e3e2b;
  animation: ripple 2s ease-in-out infinite;
}

#contactHeader .social-whatsapp {
  background-color: #4CAF50;
}

#contactHeader .social-phone:hover {
  background-color: #5c3823;
}

#contactHeader .social-whatsapp:hover {
  background-color: #3d8b42;
}

#contactHeader.desktop {
  position: fixed;
  bottom: 110px;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

#contactHeader.desktop .phone-wrapper,
#contactHeader.desktop .whatsapp-wrapper {
  position: relative;
  display: none;
}

#contactHeader.desktop .phone-info {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #5e3e2b;
  color: #fff;
  padding: 6px 14px;
  border-radius: 25px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  min-width: 120px;
}

#contactHeader.desktop .phone-info.visible {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  max-width: 240px;
  pointer-events: auto;
}

#contactHeader.desktop .phone-number {
  margin-right: 8px;
  font-size: 14px;
}

#contactHeader.desktop .copy-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #6e4b34;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  flex-shrink: 0;
}

#contactHeader.desktop .copy-button:hover {
  background-color: #7e533a;
}

#contactHeader .copy-button.copied {
  background-color: #6b8368;
  transform: scale(1.1);
  opacity: 0.95;
}

#contactHeader .copy-button.copied i {
  animation: tickPop 0.3s ease;
}

#contactHeader.mobile {
  position: fixed;
  right: 20px;
  bottom: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
}

#contactHeader.mobile a {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  position: relative;
  font-size: 24px;
}

#contactHeader.mobile .social-phone {
  background-color: #5e3e2b;
  animation: ripple 2s ease-in-out infinite;
}

#contactHeader.mobile .social-phone:hover {
  background-color: #5c3823;
}

#contactHeader.mobile .social-whatsapp {
  background-color: #4CAF50;
}

#contactHeader.mobile .social-whatsapp:hover {
  background-color: #3d8b42;
}

html.has-phone #contactHeader.desktop .phone-wrapper {
  display: block;
}

html.has-whatsapp #contactHeader.desktop .whatsapp-wrapper {
  display: block;
}

@media (max-width: 960px) {
  #contactHeader.desktop .social-phone,
  #contactHeader.desktop .social-whatsapp {
    width: 27px;
    height: 27px;
    font-size: 14px;
  }

  #contactHeader.desktop .phone-info {
    padding: 4px 10px;
    min-width: 100px;
    font-size: 12px;
    right: 35px;
    transform: translateY(-50%) translateX(15px);
  }

  #contactHeader.desktop {
    gap: 5px;
    bottom: 70px;
  }

  #contactHeader.desktop .copy-button {
    width: 22px;
    height: 22px;
  }

  .fa-clone:before {
    font-size: 10px;
  }
	#back-top{
		bottom:10px
	}
}

.mobile #contactHeader.mobile {
  bottom: 20%;
}

@media (orientation: landscape) {
  .mobile #contactHeader.mobile {
    top: 28%;
    bottom: unset;
    left: 10px;
  }
}



:is(.outer-page , .outerpage) .simp-custom-new-pop-up-form.active .form-contact-info .social-call:hover:after{
    content:'+919736031300';
    position:absolute;
    right:5px;
    color:#8f7353;
    transform:rotate(270deg);
    font-size:12px;
}
:is(.outer-page , .outerpage) .simp-custom-new-pop-up-form.active .form-contact-info .social-call{
    position:relative;
    overflow:visible;
}
.simp-custom-new-pop-up-form{
    display:none;
}
.simp-custom-new-pop-up-form.active{
    display:block;
}
.content_wrapper .no-gutter .widget-wrapper.simp-custom-new-pop-up-form.active{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
    max-width:100%;
    animation: zoominoutsinglefeatured 1.5s ease;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3,0.3);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
:is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .form-group{
    display:flex;
    justify-content:center;
    padding:0;
    margin:0 0 10px;
    width:100%;
}
:is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .form-group:nth-child(2),
:is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .form-group:nth-child(3){
    width:50%;
}
:is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .form-group:nth-child(2){
    padding-right:5px;
}
:is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .form-group:nth-child(3){
    padding-left:5px;
}
.simp-custom-new-pop-up-form.active .form-group label{
    display:none;
}
.simp-custom-new-pop-up-form.active .col-sm-12.one-col{
    width:500px;
    background:#fff;
    position:relative;
    padding:30px;
}
.simp-custom-new-pop-up-form.active .form-group label + div{
    width:100%;
    padding:0;
}
.simp-custom-new-pop-up-form.active .form-close-button{
    position:absolute;
    top:0px;
    right:0px;
    width:30px;
    height:30px;
    border:1px solid #fff;
    background:#000;
    border-radius:10%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
    cursor:pointer;
}
.simp-custom-new-pop-up-form.active .form-group button{
    border-radius:5px;
}
.simp-custom-new-pop-up-form.active .form-contact-info{
    display:flex;
    justify-content:center;
    gap:20px;
    /*margin-top:20px;*/
    margin:0;
    padding:30px 0;
    background:#fff;
}
/*.simp-custom-new-pop-up-form.active .form-contact-info{*/
/*    margin:0;*/
/*    padding:30px 0;*/
/*    background:#fff;*/
/*}*/
.simp-custom-new-pop-up-form.active .form-contact-info a{
    display:flex;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 20px;
    line-height: 50px;
    justify-content:center;
    align-items:center;
    color:#fff;
    text-decoration:none;
}
.simp-custom-new-pop-up-form.active .form-contact-info .social-wa{
    background: #25d366;
}
.simp-custom-new-pop-up-form.active .form-contact-info .social-call{
    background:#8f7353;
    rotate:90deg;
}
.simp-custom-new-pop-up-form.active .form-contact-info .social-call .fa:before{
    font-size:15px;
}
.simp-custom-new-pop-up-form.active .col-sm-12.one-col form::before{
    content:'Enquire Now';
    position:relative;
    font-size:30px;
    font-family:Roboto,sans-serif;
    font-weight:700;
    color:#8f7353;
    
}
.simp-custom-new-pop-up-form.active .col-sm-12.one-col form fieldset{
    margin-top:20px;
}
/*:is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .col-sm-12.one-col{*/
/*    height:52.5vh;*/
/*    overflow-y:auto;*/
/*}*/
:is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .col-sm-12.one-col{
    overflow:visible;
    height:auto;
    max-height:70vh;
    padding:0;
}
:is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .col-sm-12.one-col form{
    overflow-y:auto;
    max-height:60vh;
    padding:30px 30px 0;
}
/*@media (max-width:1800px){*/
/*    :is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .col-sm-12.one-col{*/
/*        height:60vh;*/
/*        overflow:scroll;*/
/*    }*/
/*}*/
/*@media (max-width:1600px){*/
/*    :is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .col-sm-12.one-col{*/
/*        height:70vh;*/
/*        overflow:scroll;*/
/*    }*/
/*}*/
/*@media (max-width:1400px){*/
/*    :is(.outer-page,.outerpage) .simp-custom-new-pop-up-form.active .col-sm-12.one-col{*/
/*        height:60vh;*/
/*        overflow:scroll;*/
/*    }*/
/*}*/

/*mobile*/

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-new-pop-up-form.active{
    flex-direction:column;
    padding:0 20px;
    z-index:9999;
}
.mobile .simp-custom-new-pop-up-form.active input,
.mobile .simp-custom-new-pop-up-form.active textarea{
    border-radius:5px;
}
.mobile .simp-custom-new-pop-up-form.active > div.col-xs-12{
    background:#fff;
    padding:20px 20px 0;
}
.mobile .simp-custom-new-pop-up-form.active .formSubmitButton{
    width:100%;
}
.mobile .simp-custom-new-pop-up-form.active .form-contact-info{
    width:100%;
    background:#fff;
    margin:0;
    padding:10px;
}
.mobile .simp-custom-new-pop-up-form.active .form-close-button{
    position:relative;
    left:57%;
    transform:translateX(-100%);
    top:15px;
    z-index:2;
}
.mobile .simp-custom-new-pop-up-form.active > div.col-xs-12::before {
    content:'Enquire Now';
    position:relative;
    font-size:25px;
    font-family:Roboto,sans-serif;
    font-weight:700;
    color:#8f7353;
    width:100%;
    display:flex;
    justify-content:center;
    margin-bottom:20px;
}
@media (min-width:500px){
    .mobile .simp-custom-new-pop-up-form.active .form-close-button{
        left:55%;
    }
}
@media (orientation:landscape){
    .mobile .simp-custom-new-pop-up-form.active > div.col-xs-12{
        height:70vh;
        overflow-y:auto;
    }
    .mobile .simp-custom-new-pop-up-form.active .form-close-button{
        left:53%;
    }
}

body:not(.mobile) .location-header {
    max-width: 1340px;
    width:96%;
    margin:0 auto;
    padding: 20px 0;
    text-align: center;
}
body:not(.mobile) .header-pills .tab-content{
    margin-top:120px;
}
.mobile .location-header {
    margin:15px 20px;
    text-align: center;
}
body:not(.location-page,.for-locationpage) .location-header{
    display:none;
}

[data-hotelid="7472"] footer .comm_cont>.col-xs-12 {
	display: none;
}

[data-hotelid="7472"] footer .comm_cont>.footer_navbar_wrapper {
	display: block;
	margin-top: 30px;
}

[data-hotelid="7472"] footer .footer_navbar_wrapper .clearfix {
	display: none;
}

[data-hotelid="7472"] footer .container>.comm_cont {
	padding-top: 60px
}

[data-hotelid="7472"] footer .footer_head h3 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 16px;
}

[data-hotelid="7472"] footer .footer_head {
	text-align: center;
}

[data-hotelid="7472"] footer .footer_content ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-direction: column;
	padding: 0;
}

[data-hotelid="7472"] #footer .footer_content ul li div {
	margin: 0;
}

[data-hotelid="7472"] #footer .footer_content ul li {
	margin-left: 0;
	text-align: center;
}

[data-hotelid="7472"] #footer .footer_content .socialIcon {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-left: 15%;
}

[data-hotelid="7472"] #footer .footer_content .socialIcon a {
	border-radius: 100%;
	position: relative;
	overflow: visible;
}

[data-hotelid="7472"] #footer .footer_content .socialIcon a:after {
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	font-size: 1em;
}

[data-hotelid="7472"] #footer .footer_content .socialIcon .social-fb:after {
	content: "Facebook"
}

[data-hotelid="7472"] #footer .footer_content .socialIcon .social-ig:after {
	content: "Instagram"
}

[data-hotelid="7472"] #footer .footer_content .socialIcon .social-lin:after {
	content: "Linkedin"
}

[data-hotelid="7472"] #footer .footer_content .socialIcon .social-yt:after {
	content: "Youtube"
}

[data-hotelid="7472"] #footer .footer_content .socialIcon .social-tw:after {
	content: "Twitter"
}

[data-hotelid="7472"] #footer .footer_content .socialIcon .social-ig:after {
	content: "Instagram"
}

[data-hotelid="7472"] #footer .footer_content .socialIcon .social-thread:after {
	content: "Thread"
}

@media (max-width:1300px) {
	[data-hotelid="7472"] #footer .quick-links {
		width: 100%;
		margin-top: 30px;
	}

	[data-hotelid="7472"] #footer .quick-links .footer_content ul {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	[data-hotelid="7472"] #footer .quick-links .footer_content ul li {
		padding: 10px;
	}

	[data-hotelid="7472"] #footer .our-hotels {
		width: 30%;
	}

	[data-hotelid="7472"] #footer .for-reservation {
		width: 30%;
	}

	[data-hotelid="7472"] #footer .follow-us {
		width: 25%;
	}

	[data-hotelid="7472"] #footer .trip-advisor {
		width: 15%
	}

	[data-hotelid="7472"] #footer .footer_content .socialIcon {
		padding-left: 30%;
	}
}

@media (max-width:1080px) {
	[data-hotelid="7472"] footer .container>.comm_cont {
		display: flex;
		flex-wrap: wrap;
	}

	[data-hotelid="7472"] #footer .our-hotels {
		width: 40%;
		order: 1;
	}

	[data-hotelid="7472"] #footer .for-reservation {
		width: 40%;
		order: 2;
	}

	[data-hotelid="7472"] #footer .follow-us {
		width: 100%;
		order: 4;
		margin-top: 30px;
	}

	[data-hotelid="7472"] #footer .trip-advisor {
		width: 20%;
		order: 3;
	}

	[data-hotelid="7472"] #footer .quick-links {
		order: 5;
	}

	[data-hotelid="7472"] footer .comm_cont>.footer_navbar_wrapper {
		order: 6;
	}

	[data-hotelid="7472"] #footer .f_bot {
		order: 7;
	}

	[data-hotelid="7472"] #footer .follow-us .socialIcon {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		flex-direction: row;
	}

	[data-hotelid="7472"] #footer .follow-us .socialIcon a:after {
		display: none;
	}
}

.mobile[data-hotelid="7472"] footer > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mobile[data-hotelid="7472"] footer > .container > div {
    width: 100%;
}

.mobile[data-hotelid="7472"] footer > .container .social-bar {
    order: 1;
    border: none;
}

.mobile[data-hotelid="7472"] footer > .container > .footer-head {
    order: 2;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mobile[data-hotelid="7472"] footer > .container .footer-row:nth-of-type(1) {
    order: 3;
}

.mobile[data-hotelid="7472"] footer > .container .footer-row:nth-of-type(2) {
    order: 4;
}

.mobile[data-hotelid="7472"] footer > .container .footer-row:nth-of-type(3) {
    order: 5;
}

.mobile[data-hotelid="7472"] footer > .container .footer-row-logo {
    order: 6;
    padding-top: 15px;
    text-align: center;
}

.mobile[data-hotelid="7472"] footer > .container .footer-menu {
    order: 7;
    display: none;
}

.mobile[data-hotelid="7472"] footer > .container .footer-row.final {
    order: 8;
}

.mobile[data-hotelid="7472"] footer > .container .social-bar ul li a {
    border-radius: 100%;
    margin-right: 10px;
}

.mobile[data-hotelid="7472"] footer > .container .social-bar ul li:last-of-type a {
    margin: 0;
}




.landing_PopupWrapper,
.simp-custom-popupform {
    display: none;
}

.btn-appointment {
    position: fixed;
    right: -55px;
    top: 200px;
    z-index: 1024;
    padding-block: 5px;
    text-transform: capitalize;
    transform: rotate(90deg);
}

.mobile .btn-appointment {
    right: -60px;
    top: 210px;
    padding: 15px;
}

.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 .landing_Popup {
    max-width: 600px;
    width: 100%;
    position: relative;
}
.mobile .landing_PopupWrapper .landing_Popup {
    width: 80%; 
}

.simp-custom-popupform {
    background: white;
    padding: 30px 0;
}
.mobile .simp-custom-popupform {
    padding-right: 10px;
    padding-left: 10px;
}

.simp-custom-popupform .form-group {
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .simp-custom-popupform {
        justify-content: center;
    }
    .simp-custom-popupform .form-group > *:first-child {
        width: 30%;
    }
    .simp-custom-popupform .form-group > *:last-child {
        width: 70%;
    }
}

.landing_PopupWrapper.zoomin-popup,
.landing_PopupWrapper.zoomin-popup .simp-custom-popupform {
    display: flex;
    width: 100%;
    margin: 0;
}

.landing_PopupWrapper .fa-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mobile .landing_PopupWrapper .fa-close {
    width: 25px;
    height: 25px;
    right: -25px;
}

#ui-datepicker-div {
    z-index: 1000000000 !important;
}

.child-hotel.for-gallerypage .btn-appointment,
.child-hotel.location-page .btn-appointment,
.mobile.child-hotel.for-locationpage .btn-appointment {
    display: none;
}











header ul#top-navbar-collapse {
    justify-content: center;
    text-align: center;
}
header ul#bottom-navbar-collapse{
    padding-left: 0;
    padding-right: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.simp-custom-leftTextRightImg,
.simp-custom-leftImgRightText{
    padding: 0!important;
    
}
.simp-custom-leftTextRightImg  .left-box,
.simp-custom-leftImgRightText .right-box{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fef5eb;
}
.simp-custom-leftTextRightImg  .fullWidthWidgetWrapper,
.simp-custom-leftImgRightText  .fullWidthWidgetWrapper {
    display: flex;
}
.simp-custom-leftTextRightImg .left-box .text-content, 
.simp-custom-leftImgRightText .right-box .text-content {
    padding: 0 14% !important;
}
.simp-custom-leftTextRightImg .right-box img, 
.simp-custom-leftImgRightText .left-box img{
    outline: 2px solid #faf2f3;
    outline-offset: -12px;
}
.simp-custom-leftTextRightImg h3,
.simp-custom-leftImgRightText h3{
    font-weight: 600;
    font-size: 26px;
    color: #1c1c1c;
    line-height: 34px;
}
.simp-custom-parent-card .text-content {
    height: 100%;
    width: 31.3%;
    padding: 15px 15px 30px;
    background-color: #fff;
    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-h3-font h3 {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #957a5c !important;
}
.simp-custom-paddingTop70{
    padding-top: 70px !important
}
.simp-custom-sheeneffect {
    position: relative
}
.simp-custom-sheeneffect:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    top: 0
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}
.simp-custom-fw-sheen1
{
    position:relative;
}
.simp-custom-fw-sheen1:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 40%) 25%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 70%) 75%, rgb(0 0 0 / 90%) 100%);
}
.simp-custom-fw-sheen1 .text-content 
{
    z-index:1;
}
.mobile .simp-custom-fw-sheen1:after {
    background: linear-gradient(rgb(0 0 0 / 31%) 0%, rgb(0 0 0 / 57%) 25%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 70%) 75%, rgb(0 0 0 / 90%) 100%) !important;
}
.clearfix.widget-wrapper.wt1tb.bgImageContainer.fullWidthWidget.simp-custom-vertical-spacing {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
}
.clearfix.widget-wrapper.wt1tb.bgImageContainer.fullWidthWidget.simp-custom-vertical-spacing1 {
    padding-top: 400px !important;
    padding-bottom: 80px !important;
}
.clearfix.widget-wrapper.wt1tb.bgImageContainer.fullWidthWidget.simp-custom-vertical-spacingL {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.simp-custom-textWidth .fullWidthWidgetWrapper {
    width: 70% !important;
}
.simp-custom-buttonO a.btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.simp-custom-buttonO a.btn:hover {
    background-color: #8f7353;
    color: #fff;
    border: 1px solid #8f7353;
}
.simp-custom-2imgtext{
    width: 90% !important;
}
.simp-custom-2imgtext .text-content{
    width:42% !important;
    margin: 0px 4%;
    outline: 2px solid #Ffff;
    outline-offset: -12px;
    padding: 0px;
}
.simp-custom-2imgtext .text-content-wrapper{
    background: #fef5eb;
    padding: 4% 10%;
}
.simp-custom-2imgtext h3{
    font-weight: 600;
    font-size: 26px;
    color: #1c1c1c;
    line-height: 34px;
}
.simp-custom-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simp-custom-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.simp-custom-singleText-bg {
    padding-top: 1.5% !important;
    padding-bottom: 1.5% !important;
    margin-top: 4% !important;
    margin-bottom: 1% !important;
}
.simp-custom-singleText-bg .fullWidthWidgetWrapper {
    width: 80% !important;
    margin: auto;
}
.simp-custom-singleText-bg div {
    font-size: 16px;
}
.simp-custom-singleText-bg img {
    opacity: 0.65;
}
.simp-custom-singleText-bg span {
    opacity: 0.85;
}
.simp-custom-textbg .text-content{
    background: #fef5eb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
}
.simp-custom-textbg h3{
    font-weight: 550;
    font-size: 22px;
    color: #272727
}
.parent-hotel .header-pills{
  padding-top: 160px;
}
.child-hotel .header-pills{
  padding-top: 190px;
}


/*Responive video*/
.widget-wrapper.wt2tb.two-col.simp-custom-center{
    max-width:1340px;
}

.widget-wrapper.wt2tb.two-col.simp-custom-center video{
    max-width:100% ;
}
.widget-wrapper.wt2tb.two-col.simp-custom-center .left-box{
    margin:0 1%;
    display:flex;
    justify-content:end
}
.widget-wrapper.wt2tb.two-col.simp-custom-center .right-box{
    margin:0 1%;
    display:flex;
    justify-content:start;
}


.clearfix.widget-wrapper.wt1tb.simp-custom-hide {
    display:none;
}

.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-hide {
    display:none;
}




/*.custom_icons{*/
/*    display: flex;*/
/*    flex-direction:column;*/
/*    text-align:center;*/
/*    position: fixed;*/
/*    bottom: 15%;*/
/*    left: 0;  */
/*    z-index: 999;*/
/*    margin-left:9px;*/
/*}*/
/*.custom_icons a{*/
/*    background: rgb(144, 117, 85);*/
/*    color: #fff;*/
/*    margin-bottom:10px;*/
/*    padding:3px 5px 5px;*/
/*    height:35px;*/
/*    width:35px;*/
/*    border-radius:50%;*/
/*}*/
/*.custom_icons a:hover{*/
/*    color:#fff;*/
/*}*/
/*header .navbar-top{*/
/*    height: 132px;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip{*/
/*    padding: 0 3.5%;*/
/*    background-color: #fef5eb;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip ,.navbar.navbar-top .top-nav-strip .nav-block ,.navbar.navbar-top .top-nav-strip .contact_info, .navbar.navbar-top .top-nav-strip .contact_info ul{*/
/*    display:flex;*/
/*    flex-direction: row;*/
/*    align-items:center;*/
/*    justify-content: flex-end;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .contact_info ul{*/
/*    list-style:none*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .contact_info ul span{*/
/*    margin: 0 10px;*/
/*    color:rgb(127, 102, 74);*/
/*    font-weight:bold;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .contact-block p{*/
/*    font-weight:bold;*/
/*    color:rgb(127, 102, 74);*/
/*    margin-right:10px;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .nav-block , .navbar.navbar-top .top-nav-strip .contact-block{*/
/*    margin:0;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip a:hover{*/
/*  color: #432818*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .email_info{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  margin-left: 10px;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .email_info .fa-stack{*/
/*  color: #fef5eb;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .email_info .fa.fa-envelope {*/
/*  color: rgb(127, 102, 74);*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .contact-block{*/
/*  padding-left: 5px;*/
/*}*/
/*.navbar.navbar-top .top-nav-strip .email_info span{*/
/*  padding: 0 10px;*/
/*  color: rgb(127, 102, 74);*/
/*}*/













.mobile .simp-custom-new-pop-up-form .recaptcha-modal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}









.outerpage .content_wrapper .no-gutter .simp-custom-amenities table *{
    border:none;
}
.outerpage .content_wrapper .no-gutter .simp-custom-address .text-content-wrapper{
    display:flex;
    flex-direction:column;
}
.mobile .content_wrapper .simp-custom-amenities table,
.mobile .content_wrapper .simp-custom-amenities table *{
    border:none;
}











:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper.simp-custom-3-card-layout{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    row-gap:30px;
    
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper.simp-custom-3-card-layout .text-content{
    margin: 0px 2%;
    outline: 2px solid #Ffff;
    outline-offset: -12px;
    padding: 0px;
    flex-basis:calc(33% - 4%);
    background: #fef5eb;
    display: flex;
    flex-direction: column;
    
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper.simp-custom-3-card-layout .text-content-wrapper{
    padding: 4% 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper.simp-custom-3-card-layout h3{
    font-weight: 600;
    color: #1c1c1c;
    font-size:clamp(16px,1.629vw,25px);
    line-height:clamp(24px,2.215vw,34px);
}

@media (max-width:1200px){
    :is(.outerpage,.outer-page) .content_wrapper .widget-wrapper.simp-custom-3-card-layout .text-content{
        flex-basis:calc(50% - 4%);
}
}

:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-3-card-layout-center-align,.simp-custom-2-card-layout-center-align){
    display:flex;
    justify-content:center;
}
.mobile .simp-custom-3-card-layout-hide-right .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile :is(.simp-custom-3-card-layout-hide-left,.simp-custom-2-card-layout-hide-left) .col-xs-12:nth-of-type(1){
    display:none;
}
.mobile .simp-custom-2-card-layout-hide-right .col-xs-12:nth-of-type(2){
    display:none;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-3-card-layout-hide-right,.simp-custom-2-card-layout-hide-right) .right-box{
    display:none;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-3-card-layout-hide-left,.simp-custom-2-card-layout-hide-left) .left-box{
    display:none;
}

/*mobile*/
.mobile .simp-custom-3-card-layout .col-xs-12{
    background: #fef5eb;
    outline: 2px solid #fff;
    outline-offset: -12px;
}
.mobile .simp-custom-3-card-layout .descriptionMobileNoSpace{
 padding: 0px 20px 30px
}
.mobile .simp-custom-3-card-layout h3{
 color: #1c1c1c;
 font-weight: 600;
 font-size: 22px;
}

.custom_icons.socialIcon .social-twitter svg {
    width:20px;
    height:20px;
    /* line-height:40px */
}
.custom_icons.socialIcon .social-twitter{
    display:flex;
    justify-content:center;
    align-items:center;
}


#footer .social-tw svg{
    position:relative;
    top:20%;
    fill:#907555;
}
#footer .social-thread svg{
    position:relative;
    top:22%;
    fill:#907555;
    width:17px
}
#footer .social-tw:hover{
    background-color:rgb(15 44 83);
}
#footer .social-thread:hover{
    background-color:#000;
}
#footer .social-tw:hover svg{
    fill:white;
}
#footer .social-thread:hover svg{
    fill:white;
}
.outer-page .widget-wrapper.wtsocialicons .socialWidgetRow .fasocialicon.tw_icon svg {
    fill:white;
    margin-top:5px;
}
#twitter-widget-0{
    display:none;
}
.widget-wrapper.wtsocialicons .socialWidgetRow li:last-child{
    cursor:pointer;
}
.widget-wrapper.wtsocialicons .socialWidgetRow li:last-child:hover{
    background-image:url("https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,h_25,f_auto,c_limit/nature-trails-resorts/twitter_logo_igkcjz");
    background-repeat:no-repeat;
    background-position:center;
}

/* .btn-o .btn i  {*/
/*https://assets.simplotel.com/simplotel/image/upload/x_0,y_0,w_343,h_326,c_crop,q_90,fl_progressive/w_200,h_150,c_pad,b_rgb:eeeeee/nature-trails-resorts/twitter_logo_igkcjz*/
/*  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2210px%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cstyle%3Esvg%7Bfill%3A%23ffffff%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M389.2%2048h70.6L305.6%20224.2%20487%20464H345L233.7%20318.6%20106.5%20464H35.8L200.7%20275.5%2026.8%2048H172.4L272.9%20180.9%20389.2%2048zM364.4%20421.8h39.1L151.1%2088h-42L364.4%20421.8z%22%2F%3E%3C%2Fsvg%3E');*/
/*}*/

.mobile #footer .social-tw svg{
    position:relative;
    top:20%;
    /* fill:#0a2254; */
}
.mobile #footer .social-tw:hover svg,
.mobile #footer .social-tw svg{
    fill:#907555;
}
.mobile #footer .social-tw:hover{
    background:white
}

.mobile .social-bar ul {
    display: flex;
    justify-content: center;
}
.mobile .social-bar .social-thread svg{
    top:4px !important
}
.mobile #footer .footer-row .footer-detail .fa-stack{
    visibility:visible;
}


/*custom fix for the social popup icons*/
/*@media (max-width:1540px){*/
/*.custom_icons.socialIcon {*/
/*    bottom: unset;*/
/*    top: 60%;*/
/*}*/
/*}*/
/*@media (max-width:1280px){*/
/*.custom_icons.socialIcon {*/
/*    bottom: unset;*/
/*    top: 65%;*/
/*}*/
/*.outer-page .custom_icons a {*/
/*    background: rgb(144, 117, 85);*/
/*    color: #fff;*/
/*    margin-bottom: 5px;*/
/*    padding: 3px 5px 5px;*/
/*    height: 25px;*/
/*    width: 25px;*/
/*    border-radius: 50%;*/
/*    line-height:22px;*/
/*}*/
/*}*/

.custom_icons.socialIcon .social-thread svg{
    fill:white;
    width:25px;
    height:25px;
}
.custom_icons.socialIcon .social-thread{
    display:flex;
    justify-content:center;
    align-items:center;
}
/*custom fix for the social popup icons*/
@media (max-width:1540px){
.custom_icons.socialIcon {
    bottom: unset;
    top: 60%;
}
}

.custom_icons.socialIcon {
    bottom: unset;
    top: 55%;
}
@media (max-width:1280px){
.custom_icons.socialIcon {
    bottom: unset;
    top: 60%;
}
.outer-page .custom_icons a {
    background: rgb(144, 117, 85);
    color: #fff;
    margin-bottom: 5px;
    padding: 3px 5px 5px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height:22px;
}
}

.outer-page .bookingform-wrapper .abs_parent {
    max-width: 1024px;
}

.outer-page #bookingForm {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
}

.outer-page #bookingForm .btn-wrapper {
    position: static;
    margin-top: 30px;
    margin-right: 10px;
}

.outer-page #bookingForm .btn-wrapper .check-btn-holder .btn-full-width {
    min-width: 130px;
}

.outer-page header .modal .modal-dialog .modal-content .modal-body #bookingForm {
    padding-bottom: 40px;
}

.simp-custom-faq {
    padding: 0 !important;
}

.simp-custom-faq .faq {
    position: relative;
}

.simp-custom-faq h3:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    color: #814500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simp-custom-faq h3 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: clamp(16, 1.45vw ,28px) !important;
}

.simp-custom-faq .content {
    display: none;
    transition: max-height 1.4s ease;
}

.simp-custom-faq .faq.active .content {
    display: block;
    animation: fadess 1s ease-in-out;
}

.simp-custom-faq .faq.active h3:after {
    transform: rotate(180deg);
}

h3:after {
    transition: transform 0.5s ease-in;
}

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

.simp-custom-faq {
    border: 1px solid #8F7353;;
    padding: 20px 10px !important;
    margin-bottom: 30px !important;
}

.mobile .simp-custom-faq h3 {
    font-size: 18px !important;
}



.simp-custom-childtable .table th, .simp-custom-childtable .table td {
    border: none;    
}
.simp-custom-childtable .table{
     width: 68% !important; 
     margin: auto; 
}

.address-block-details .hotel-contacts .address-telephone a{
    color:#fff;
}

.child-hotel #footer .container .comm_cont > .col-xs-12:nth-child(3){
    padding:0;
}
.child-hotel #footer .container .comm_cont .col-xs-12:nth-child(3) .quickLinks{
    text-align:center;
    
}
.child-hotel #footer .container .comm_cont > .col-xs-12:nth-child(3) .quickLinks > p{
    font-size:20px;
    margin-bottom:10px;
}
.child-hotel #footer .container .comm_cont > .col-xs-12:nth-child(3) .quickLinks ul{
    display:flex;
    justify-content:space-evenly;
    margin-bottom:20px;
}
.child-hotel #footer .container .comm_cont > .col-xs-12:nth-child(3) .quickLinks li{
    white-space:nowrap;
}
.child-hotel #footer .container .comm_cont > .col-xs-12:nth-child(3) .quickLinks li a{
    text-decoration:none;
    margin:5px 10px;
}
.child-hotel #footer .container .comm_cont > .col-xs-12:nth-child(3) .quickLinks li:hover{
    background:#432818;
    transition: all 0.3s ease-in-out;
}
.child-hotel #footer .container .comm_cont > .footer_navbar_wrapper {
    padding-top:10px;
}
.mobile.child-hotel[data-hotelid="8091"] #footer .footer-row:nth-child(3) p{
    font-size:18px;
    width:50%;
    margin:0 auto;
    padding:0;
    margin-bottom:10px;
}
.mobile.child-hotel[data-hotelid="8091"] #footer .footer-row:nth-child(3) ul{
    display:grid;
    grid-template-columns:auto auto;
    width:100%;
    padding:0;
    margin:0;
    justify-content:space-evenly;
}
.mobile.child-hotel[data-hotelid="8091"] #footer .footer-row:nth-child(3) ul li{
    list-style:none;
    white-space:nowrap;
    padding:0;
    margin:0;
}
.mobile.child-hotel[data-hotelid="8091"] #footer .footer-row:nth-child(3) ul li a{
    text-decoration:none;
}

.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;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}



.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}

.mobile .logo.navbar-logo {
 background: #fef6ee;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile h1, .mobile h2 {
    text-align: center !important;
}
.mobile h1{
    font-size: 26px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 23px;
     color: #191919;
     text-align: center !important;
     border: none !important
 }
 .mobile .simp-custom-leftTextRightImg .col-xs-12 img,
.mobile .simp-custom-leftImgRightText .col-xs-12 img{
    margin-bottom: 0px !important;
}
.mobile .simp-custom-leftTextRightImg .text-content,
.mobile .simp-custom-leftImgRightText .text-content{
 padding: 30px 20px 30px;
 background: #fef5eb;
    outline: 2px solid #fff;
    outline-offset: -12px;
    margin-bottom: 30px!important
}
.mobile .simp-custom-leftTextRightImg .text-content h3,
.mobile .simp-custom-leftImgRightText .text-content h3{
   font-size: 22px;
   color: #1c1c1c;
   font-weight: 600;
}
.mobile .simp-custom-parent-card h3 {
    margin-top: -8%;
}
.mobile .simp-custom-2imgtext .col-xs-12{
    background: #fef5eb;
    outline: 2px solid #fff;
    outline-offset: -12px;
    margin-bottom: 30px!important
}
.mobile .simp-custom-2imgtext .descriptionMobileNoSpace{
 padding: 0px 20px 30px
}
.mobile .simp-custom-2imgtext .col-xs-12:last-child img{
 margin-top: 0px !important
}
.mobile .simp-custom-2imgtext h3{
 color: #1c1c1c;
 font-weight: 600;
 font-size: 22px;
}
.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;
}
.mobile .simp-custom-fw-sheen:after {
    background-color: rgba(0,0,0,0.65) !important;
}

.simp-custom-fw-sheen1
{
    position:relative;
}
.simp-custom-fw-sheen1:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 40%) 25%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 70%) 75%, rgb(0 0 0 / 90%) 100%);
}
.simp-custom-fw-sheen1 .text-content 
{
    z-index:1;
}
.mobile .simp-custom-fw-sheen1:after {
    background: linear-gradient(rgb(0 0 0 / 31%) 0%, rgb(0 0 0 / 57%) 25%, rgb(0 0 0 / 60%) 50%, rgb(0 0 0 / 70%) 75%, rgb(0 0 0 / 90%) 100%) !important;
}
.mobile .simp-custom-buttonO a.btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.mobile .simp-custom-buttonO a.btn:hover {
    background-color: #8f7353;
    color: #fff;
    border: 1px solid #8f7353;
}

.mobile .simp-custom-mobile-widget-hide {
    display: none!important;
}
.mobile .simp-custom-hideLeftBox .col-xs-12:first-child {
    display: none;
}

.mobile .nav-wrap .navBtnBorder.call-btn {
    display: block;
}

.mobile .widget-wrapper.wt2tb.simp-custom-center video{
    max-width:100% ;
}

@media screen and (max-width:873px){
    .outer-page .navbar-top .top-nav-strip{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
     .outer-page .navbar-top .top-nav-strip .contact-block{
         font-size: 13.5px;

     }
}
@media screen and (max-width:810px){
    .outer-page .navbar-top .top-nav-strip{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
     .outer-page .navbar-top .top-nav-strip .nav-block p {
        font-size: 14px;
     }
     .outer-page .navbar-top .top-nav-strip .email_info a{
        font-size: 14px !important;
     }
    
     .outer-page .navbar-top .top-nav-strip .contact-block{
         font-size: 13px;

      }
}
@media screen and (max-width:769px){
    .outer-page .navbar-top .top-nav-strip{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
     .outer-page .navbar-top .top-nav-strip .nav-block p {
        font-size: 13px;
     }
}

@media screen and (max-width:1183px){
    header .container{
        background:rgba(254,245,235);
        border-top:1px solid #f0dfcc;
        margin:0;
        width:100%;
    }
}

.custom_icons.socialIcon {
    bottom: unset;
    top:65%;
}
@media (max-width:1086px) {
    .custom_icons.socialIcon {
        top:77% !important;
    }
}
@media (max-width:1100px) {
    .custom_icons.socialIcon {
        top:35%;
    }
}
@media (max-width:1052px) {
    .custom_icons.socialIcon {
        top:70%;
    }
}
@media (max-width:800px) {
    .custom_icons.socialIcon {
        top:40%;
    }
}
@media (max-width:817px) {
    .custom_icons.socialIcon {
        top:97% !important;
    }
}



