

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

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

.btn {
	padding: 0 34px;
	line-height: 40px;
}

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

/*Sub head font family*/

.outer-page .content_wrapper .no-gutter .text-content .sub_head {
	font-family: 'Allison', cursive;
	font-size: 32px;
	color: #787373;
	font-weight: 400;
	line-height: 32px;
	padding-bottom: 15px;
}

/*Text on Img*/
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-textonimg {
	margin: 30px 0 0 0;
	position: relative;
	padding: 8% 0;
	background-image: url("https://assets.simplotel.com/simplotel/image/upload/x_0,y_125,w_5000,h_2813,r_0,c_crop,q_80,fl_progressive/w_1200,f_auto,c_fit/hotel-castle-mandawa/Sileh_Khanna_Coffee_Shop_n_Bar_(1)");
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-textonimg .fullWidthWidgetWrapper .text-content {
	color: #fff;
	width: 60%;
	margin: 0 20%;
	text-shadow: 1px 1px rgb(0 0 0 / 81%);
	padding: 40px 15px;
}

.outer-page .simp-custom-textonimg:before {
	content: '';
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display:block;
}

.outer-page .simp-custom-textonimg .text-content:before {
	content: '';
	border: 7px solid rgb(215 179 105 / 30%);
	height: 100%;
	position: absolute;
	width: 60%;
	left: 20%;
	top: 0;
	transition: all .5s;
}

.outer-page .simp-custom-textonimg .text-content:hover:before {
	transform: scale(1.2, 1.2);
	transition: all .8s;
}

.outer-page .simp-custom-textonimg .text-content-wrapper {
	z-index: 999;
	position: relative;
}

.outer-page .simp-custom-textonimg.widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper .text-content-wrapper p:empty {
	display: none;
}


/*Travel Back to Eternal Luxury at Our Stay in Mandawa*/

.outer-page .simp-custom-card-head .text-content-wrapper {
	width: 75%;
	margin: 0 auto;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-card-head .fullWidthWidgetWrapper .text-content-wrapper > p:empty{
	display:none;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-card-head{
	padding-bottom:0;
	background-color: #fefae0;
}


.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-50-Left,
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-50-Right {
	margin: 0;
	background-color: #fefae0;
	max-width: 100%;
	width: 100%;
	padding: 2.5% 5%;
}


@media (min-width:1200px) {
	.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-50-Left {
		width: 50%;
		padding: 2.5% 0;
		padding-left: 1%;
	}

	.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-50-Right {
		width: 50%;
		padding: 2.5% 0;
		padding-right: 1%;
	}
}

.outer-page .simp-custom-rooms-HP .text-content-wrapper {
	background-color: #bb9457;
	border-radius: 0 0 2px 2px;
	padding: 5% 0 5% 0;
	color: #fff;
}

.outer-page .simp-custom-rooms-HP .text-content-wrapper h3 {
	line-height: 18px;
}

.outer-page .simp-custom-rooms-HP .text-content-wrapper h3 {
	line-height: 18px;
}

/*3 Image Card*/

.outer-page .simp-custom-3-img-card .text-content img {
	outline: 2px solid #fff;
	outline-offset: -10px;
}

.outer-page .simp-custom-3-img-card .text-content-wrapper {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	color: #fff;
	padding: 10px 20px;
	z-index: 1 !important;
	text-align: center !important;
	justify-content: center;
	transition: transform 0.3s, visibility .20s ease-in-out;
	color: #fff;
	font-size: 24px;
}

.outer-page .simp-custom-3-img-card .text-content:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background-color:rgba(0,0,0,0.1);*/
	/*background-image: linear-gradient(360deg, #0a0a0ac9,  transparent);*/
	background-image: linear-gradient(360deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0.8)10%, rgba(0, 0, 0, 0.5)20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)100%);
}

.outer-page .simp-custom-3-img-card .text-content {
	overflow: hidden;
	padding: 0px !important;
	margin: 0px 15px;
	width: calc(100% /3 - 30px) !important;
}

.outer-page .simp-custom-3-img-card .text-content:hover img {
	transform: scale(1.15);
}

.outer-page .simp-custom-3-img-card .text-content img {
	transition: transform 0.5s, visibility .25s ease-in;
}


/*Image Text Slider*/

.outer-page .simp-custom-image-text-slider .slick-dots {
	display: none !important;
}

.outer-page .simp-custom-image-text-slider .slick-slide img {
	outline: 2px solid #fff;
	outline-offset: -10px;
}

.outer-page .content_wrapper .no-gutter .simp-custom-image-text-slider .slick-slide {
	overflow: hidden;
	padding: 0;
	margin: 0 0.24%;
}

.outer-page .simp-custom-image-text-slider .slick-slide::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(360deg, rgba(0, 0, 0, 1)0%, rgba(0, 0, 0, 0.8)10%, rgba(0, 0, 0, 0.5)20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)100%);
}

.outer-page .simp-custom-image-text-slider .slick-slide .text-content-wrapper {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 5;
	color: #fff;
}

.outer-page .simp-custom-image-text-slider .slick-slide:hover img {
	transform: scale(1.15);
}

.outer-page .simp-custom-image-text-slider .slick-slide img {
	transition: transform 0.5s, visibility .25s ease-in;
}


/*2 Image Text*/

.outer-page .simp-custom-2imgtext .text-content {
	padding: 15px 15px 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin: 0 15px;
	width: calc(50% - 30px);
	height: 100%;
	transition: all 0.5s ease-in-out 0.0s;
}

.outer-page .simp-custom-2imgtext .text-content:hover {
	background: #fffdf9;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3);
}


/*Footer Above Image*/
.outer-page .simp-custom-footer-image .col-xs-12 {
	padding: 0;
}

.outer-page .simp-custom-footer-image img {
	width: 100%
}


/*Inned Pages Hero Image*/
.outer-page .inner-page .content_wrapper {
	padding-top: 88px;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-header-img {
	padding: 0;
}

.outer-page .simp-custom-header-img .fullWidthWidgetWrapper.clearfix {
	position: relative;
}

.outer-page .simp-custom-header-img .fullWidthWidgetWrapper .one-col:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

.outer-page .simp-custom-header-img .fullWidthWidgetWrapper:after {
	position: absolute;
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-top: 15%;
	left: 50%;
	font-family: 'Shippori Mincho', serif;
	text-transform: capitalize;
	transform: translateX(-50%);
}

.outer-page .simp-custom-header-img.simp-custom-rooms .fullWidthWidgetWrapper:after {
	content: "Rooms";
}

.outer-page .simp-custom-header-img.simp-custom-dinning .fullWidthWidgetWrapper:after {
	content: "Dining";
}

.outer-page .simp-custom-header-img.simp-custom-events .fullWidthWidgetWrapper:after {
	content: "Events";
}

.outer-page .simp-custom-header-img.simp-custom-wellness .fullWidthWidgetWrapper:after {
	content: "Wellness";
}

.outer-page .simp-custom-header-img.simp-custom-activities .fullWidthWidgetWrapper:after {
	content: "Activities";
}

.outer-page .simp-custom-header-img.simp-custom-facilities .fullWidthWidgetWrapper:after {
	content: "Facilities";
}

.outer-page .simp-custom-header-img.simp-custom-wedding .fullWidthWidgetWrapper:after {
	content: "Wedding";
}
.outer-page .simp-custom-header-img.simp-custom-about-us .fullWidthWidgetWrapper:after {
    content: "About Us";
}
.outer-page .simp-custom-header-img.simp-custom-terms .fullWidthWidgetWrapper:after {
    content: "Terms & Conditions";
}


/*Two col Slider*/
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-LeftText,
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-RightText {
	width: 38% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-LeftSlider,
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-RightSlider {
	width: 58% !important;
	position: relative;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-LeftText .text-content,
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-RightText .text-content {
	text-align: center;
	padding: 0 5%;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-LeftSlider {
	margin-left: 2%;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-RightSlider {
	margin-right: 2%;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-LeftText {
	margin-left: 2%;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-RightText {
	margin-right: 2%;
}

@media (max-width:1600px) {

	.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-LeftText,
	.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-RightText {
		width: 48% !important;
	}

	.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-LeftSlider,
	.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-RightSlider {
		width: 48% !important;
		position: relative;
	}

	.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-LeftSlider .fullWidthWidgetWrapper,
	.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-RightSlider .fullWidthWidgetWrapper {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
}





.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: #fff;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile.for-homepage .wtheader{
    display: none;
}
.mobile h1{
    font-size: 26px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 23px;
     text-align: center !important;
     border: none !important
 }
.mobile .simp-custom-h3-font h3 {
    font-size: 17px !important;
    text-transform: uppercase !important;
}

/*Sub Head CSS*/

.mobile .sub_head{
    font-family: 'Allison', cursive;
    font-size:30px;
    line-height:30px;
    color: #787373;
    padding-bottom:15px;
}


/*Text on Img*/
.mobile .simp-custom-textonimg{
    position: relative;
    padding:70px 0;
    background-image: url("https://assets.simplotel.com/simplotel/image/upload/x_0,y_125,w_1200,h_675,r_0,c_crop,q_80,fl_progressive/w_1200,f_auto,c_fit/hotel-castle-mandawa/Sileh_Khanna_Coffee_Shop_n_Bar_(1)");
}
.mobile .simp-custom-textonimg .text-content{
    color: #fff;
    width: 90%;
    margin: 0 5% !important;
    text-shadow: 1px 1px rgb(0 0 0 / 81%);
    padding: 20px 10px;
}
.mobile .simp-custom-textonimg:before{
    content:'';
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display:block;
}
.mobile .simp-custom-textonimg .text-content:before{
    content: '';
    border: 7px solid rgb(215 179 105 / 30%);
    height: 100%;
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    transform: scale(1.1,1.1);
    display:block;
}
.mobile .simp-custom-textonimg .text-content-wrapper{
    z-index: 999;
}


/*Travel Back to Eternal Luxury at Our Stay in Mandawa*/
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-card-head{
    background: #fefae0;
    padding:15px;
    margin:0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-rooms-HP{
    background: #fefae0;
    padding:15px;
    margin:0;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-50-Right{
    margin-bottom:15px;
}


/*Mobile Image Text Slider - 3 Image Card*/


.mobile .simp-custom-3-img-card .slick-slide{
    position:relative;
}

.mobile .content_wrapper .no-gutter .imageDescriptionbottom1.simp-custom-3-img-card .image-content{
    margin:0;
}
.mobile .simp-custom-3-img-card .slick-slide img{
    margin:0;
}
.mobile .simp-custom-3-img-card .slick-slide p{
    position:absolute;
    bottom:15px;
    left:0;
    right:0;
    color:#fff;
    z-index:10;
    text-align:center;
}

.mobile .simp-custom-3-img-card .slick-slide:after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:block;
    background-image: linear-gradient(360deg, rgba(0,0,0,1)0%, rgba(0,0,0,0.8)10%, rgba(0,0,0,0.5)20%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0) 50%,rgba(0,0,0,0)100%);
}


.mobile .simp-custom-3-img-card .slick-slide img{
    outline: 2px solid #fff;
    outline-offset: -10px
}


.mobile .simp-custom-3-img-card .slick-slide img {
    transition: transform 0.5s, visibility .25s ease-in;
}



/*Image Text Slider*/

.mobile .simp-custom-image-text-slider .slick-slide {
  position: relative;
}

.mobile
  .content_wrapper
  .no-gutter
  .imageDescriptionbottom1.simp-custom-image-text-slider
  .image-content {
  margin: 0;
}
.mobile .simp-custom-image-text-slider .slick-slide img {
  margin: 0;
}
.mobile .simp-custom-image-text-slider .slick-slide p {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 10;
  text-align: center;
}

.mobile .simp-custom-image-text-slider .slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display:block;
  background-image: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.8) 10%,
    rgba(0, 0, 0, 0.5) 20%,
    rgba(0, 0, 0, 0.1) 30%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.mobile .simp-custom-image-text-slider .slick-slide img {
  outline: 2px solid #fff;
  outline-offset: -10px;
}

.mobile .simp-custom-image-text-slider .slick-slide:hover img {
  transform: scale(1.15);
}
.mobile .simp-custom-image-text-slider .slick-slide img {
  transition: transform 0.5s, visibility 0.25s ease-in;
}


/*2 Image Text Card*/

.mobile .simp-custom-2imgtext .col-xs-12{
    padding: 15px 15px 30px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    background: #fffdf9;
}
.mobile .simp-custom-2imgtext .col-xs-12 .image-content{
    margin-bottom: 0;
}
.mobile .imageDescriptionbottom2.simp-custom-2imgtext .col-xs-12:last-child img{
    margin: 0 !important;
}
.mobile .simp-custom-2imgtext .col-xs-12:first-child{
    margin-bottom: 30px;
}






/*.outer-page .content_wrapper .no-gutter:last-of-type .widget-wrapper{*/
/*    display:none;*/
/*}*/

.outer-page .content_wrapper .no-gutter:nth-child(2){
    display:none;
}



.clonedSocialIcon {
    position: fixed;
    right: 0;
    width: 40px;
    bottom:0;
    transform: translateY(-80%);
    z-index: 999;
    display:flex;
    flex-direction:column;
}

.clonedSocialIcon a{
    border-radius:5px 0 0 5px;
    margin: 2px 0;
    background-color: #d7b369;
    text-align:center;
}
.clonedSocialIcon a span{
    color: #fff;
    font-size: 18px;
    line-height: 37px;
}


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

