@import url(../lib/animate/animate.min.css);
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&display=swap');
 body {
     overflow-x: hidden;
     font-family: 'Open Sans', sans-serif;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: 'Quicksand', sans-serif;
	 color:#1e201e;
 }
 p{
	font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
 }
 p,li,a {
     font-family: 'Open Sans', sans-serif;
	 color:#000000;
 }

 a:hover {
     text-decoration: none;
 }

 .space {
     padding: 80px 0px;
 }
.bg-grey{
	background-color:#f8f6f2 !important;
}
 button:focus {
     outline: none;
 }
.btn.btn-primary.GreenBTN{
	font-size: 16px;
    padding: 14px 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
    background-color: #008791;
    border-color: transparent;
}
.btn.btn-primary.GreenBTN:hover{
	background-color: #ffffff;
	color:#008791 !important;
	border-color: #008791;
}
.btn.btn-primary.yellowBTN:hover {
    background: #000;
    border-color: #000;
}
.btn.btn-link.Btnlink {
    font-size: 13px;
    padding: 0;
    border-radius: 0;
    border: none;
    color: #000000;
    transition: 0.4s;
    text-decoration: underline;
}
.btn.btn-link.Btnlink:hover {
	text-decoration:none;
	color:#008791;
}
.btn.btn-link.LinkBtn:focus {
	text-decoration:none !important;
}
.link{
	color:#0094a3 !important;
}
.vp-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: center;
    align-items: start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: center;
    justify-content: center;
}



.page-id-104 .owl-dots {
    display: block !important;
}
/* main heading */
.MainHead {
    text-align: center;
    margin-bottom: 40px;
}
.MainHead h2 {
	font-weight: 400;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #008791;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1px;
}
.MainHead p {
    font-weight: 300;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #9a9f96;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
}
/* sub heading */
.SubHeading {
    font-weight: 400;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #008791;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
	margin-bottom: 20px!important;
}
.banner.mt-20 .carousel-item.space{
	margin-top: 36px !important;
}
.BookPage .banner .MediaLibry.botm.space {
    margin-top: 85px;
}
.page-template-book_template .MediaLibry,
.page-template-book_confirmation .MediaLibry,
.page-template-confirm_and_addon .MediaLibry,
.page-template-addon_confirmation .MediaLibry {
    background-attachment: inherit !important;
}
.SeconderyTabs .nav-tabs {
    padding-bottom: 30px;
}
.SeconderyTabs .nav-link {
    border: 1px solid;
    margin: 6px;
    border-radius: 3px;
    padding: 4px 10px;
    font-size: 14px;
}
.SeconderyTabs .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 1px solid #008791;
    background: #008791;
    color: #fff !important;
}
.banner.kas-mobile{
		display:none;
	}




 /*header*/
 header.header.sticky.sticker.stick {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
.ScrollableRes.stick .row{
	justify-content:center;
}
.ScrollableRes.stick {
    position: fixed;
    top: 85px;
    width: 100%;
    z-index: 1000;
    background: #373A36;
    left: 0;
	transition: 0.4s;
}
.ScrollableRes.stick.SNavbar {
    top: 65px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.ScrollableRes.stick::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ScrollableRes.stick {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.ScrollableRes.stick ul li a {
    padding: 8px 20px;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
}
section.Gallery {
    margin-top: 70px;
}
.ScrollableRes.stick ul li a.active {
    height: 38px;
    border-radius: 0px;
    color: #fff;
    border: none;
    background: #008791;
	border:none;
}
.ScrollableRes.stick ul li a:hover {
	/*border-radius:0;*/
	/*height: 38px;*/
	/*    text-decoration: underline;*/
	/*padding: 8px 20px;*/
	/*border-color:transparent !important;*/
	/*border:none;*/
	height: 38px;
    border-radius: 0px;
    color: #fff;
    border: none;
    background: #008791;
    border: none;
}
 .navbar-light .navbar-brand {
	width: 168px;
    position: relative;
    padding: 0;
	transition: 0.4s;
 }

 .navbar-light .navbar-brand img {
     padding: 0;
     margin-top: 0;
     width: 100%;
 }

.BookNow a {
    font-size: 14px;
    padding: 8px 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    background-color: #008791;
    border-color: transparent;
    height: auto;
    margin-left: 30px;
    width: 106px;
    text-align: center;
}
.BookNow {
    margin-right: 12px;
}
.ContctBtn a {
    font-size: 14px;
    padding: 8px 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #008791;
    background-color: transparent;
    border-color: #008791;
    height: auto;
    margin-right: 15px;
    width: 106px;
    text-align: center;
    border: 1px solid;
}
.ContctBtn a:hover {
	background-color:#008791 !important;
	color:#fff;
}
 
 nav.navbar.navbar-expand-lg.navbar-light {
	width: 100%;
    background: #f2f0e8;
    padding: 0px 15px;
	height:85px;
    transition: ease 0.3s;
	padding-right:25px;
 }
header.header.sticky.sticker.stick.stick2 nav.navbar.navbar-expand-lg.navbar-light{
	height:66px; 
}
header.header.sticky.sticker.stick.stick2 .HeadTitle h1{
	font-size:20px;
}
header.header.sticky.sticker.stick.stick2 .navbar-light .navbar-brand{
   width: 125px;
}
.HeadMwnu {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #000;
}

 @media (min-width: 992px) {
     .is-active nav.navbar.navbar-expand-lg.navbar-light a.navbar-brand {
         width: 116px;
         box-shadow: none;
         margin-right: 0;
         transform: scale(1);
         -webkit-transform: scale(1);
         transition: all 0.5s ease-in-out 0s !important;
         -webkit-transition: all 0.5s ease-in-out 0s !important;
     }
     .is-active nav.navbar.navbar-expand-lg.navbar-light a.navbar-brand>img {
         width: 100%;
         margin: auto;
         margin-top: 0;
     }
 }

.HeadTitle h1{
	font-weight: 400;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #008791;
    font-size: 26px;
    /* line-height: 21px; */
    letter-spacing: 0px;
    margin: 0;
    transition: 0.4s;
 }

 .navbar-text {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
 .call_head {
     margin-right: 25px;
 }
 .call_head a:hover {
     color: #f8bc2f !important;
 }







/* headerr right */
.HeadRightMain {
    display: flex;
    justify-content: flex-end;
	align-items:center;
}
.HeadNo {
    width: 28px;
    margin-right: 18px;
}
.Hamburger {
    width: 35px;
    height: 31px;
    margin: 0;
    padding: 0;
}
.HeadNo img {
    width: 100%;
}





/* Hamburger */
.hamburger1 {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    position: relative;
    top: -7px;
    color: #008791;
	text-transform:uppercase;
}
.hamburger1:hover{
	cursor:pointer;
}
.hamburger1 div {
    background-color: rgb(0 135 145);
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 3px;
}

#toggle1 {
  display: none;
}

#toggle1:checked + .hamburger1 .top {
  -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 12.5px;
}

#toggle1:checked + .hamburger1 .meat {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

#toggle1:checked + .hamburger1 .bottom {
  -webkit-transform: scale(0);
          transform: scale(0);
}

#toggle1:checked ~ .menu1 {
  height: calc(100vh - 60px);
  padding-top:30px;
  overflow-y:auto;
  padding-bottom:60px;
}
.HeadNo{
	display:none;
}

/* Menu */
.menu1 {
	width: 100%;
    background-color: #f2f0e8;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 0px;
    overflow: hidden;
    transition: height .4s ease;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    left: 0;
    position: absolute;
    padding: 0px 170px;
}
.menu1 a.nav-link {
    text-transform: uppercase;
    color: #008791;
    padding: 0;
    padding-top: 20px;
}
.menu1 li ul li {
    text-transform: uppercase;
    color: #008791;
    padding: 0;
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
}
.menu1 li ul li a{
	color:#008791;
font-size: 13px;
}
.menu1 li ul li a:hover{
	color:#008791;
}




ul#menu-top-menu {    padding: 0;    list-style: none;}


 /*end header*/


 /*banner*/
.banner {
    position: relative;
}
 .banner .carousel-item {
     display: flex;
     align-items: center;
 }
.banner .carousel-item.space {
    padding-bottom: 0;
    padding-top: 85px;
}
 .banner .carousel-item { 

 }
 .Innerbanner .bannerImg {

 }
 .banner_text {
    background: #0000007a;
    padding: 30px;
    margin: 0 auto;
    display: table;
 }

 .banner_text h2 {
     font-size: 20px;
     color: #fff;
     font-weight: 700;
     text-transform: uppercase;
     position: relative;
     margin-bottom: 20px;
     border-bottom: solid 1px #fff;
     display: inline-block;
 }

 .banner_text h2 span.border-text {
     width: 30px;
     height: 3px;
     background: #f8bc2f;
     position: absolute;
     top: 44%;
     margin-left: 13px;
 }

 .banner_text h1 {
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
 }

 .banner .owl-dots {
	bottom: 40px;
    position: absolute;
    width: 100%;
    z-index: 999;
    text-align: center;
}
.banner button.owl-dot {
    width: 15px;
    height: 15px;
    background: #fff !important;
    margin: 4px 5px;
    border-radius: 50%;
	opacity: 0.3;
    
}
.banner button.owl-dot.active,
.banner button.owl-dot:hover {
    opacity: 9;
    background: #008791 !important;
	border: 2px solid #fff;
}
.banner .owl-nav {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 999;
	width:100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 30px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner .owl-carousel .owl-nav button.owl-next{
	right:40px;
	background-image: url(../images/right.png);
}
.banner .owl-carousel .owl-nav button.owl-prev{
	left:40px;
	background-image: url(../images/left.png);
}
.button_read .btn.btn-primary.yellowBTN:hover {
    background-color: #000000;
    border: 1px solid #008791;
    color: #008791;
}
.mb-5,.mb-4 {
    text-align: left !important;
	margin-bottom:30px !important;
}


span.BanerYBg {
    padding: 0px 7px;
    display: inline-block;
	color:#fff;
}
 .banner_text p {
     color: #000;
     font-size: 16px;
     margin-bottom: 30px;
 }

 .banner_text .button_read a {
     padding: 15px 40px;
 }

 .carousel-indicators li {
     box-sizing: content-box;
     -ms-flex: 0 1 auto;
     flex: 0 1 auto;
     width: 10px;
     height: 10px;
     margin-right: 1px;
     margin-left: 3px;
     text-indent: -999px;
     cursor: pointer;
     background-color: #81b353;
     background-clip: padding-box;
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     opacity: 1;
     transition: opacity .6s ease;
     border-radius: 50%;
 }

 .carousel-indicators .active {
     opacity: 1;
     background-color: #1994d0;
 }

 .carousel-indicators {
     position: absolute;
     right: inherit;
     bottom: 25px;
     left: 0;
     z-index: 15;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: center;
     justify-content: center;
     padding-left: 0;
     margin-right: 0px;
     margin-left: 0px;
     list-style: none;
 }

 .img_banner {
     height: 438px;
 }

 .img_banner img {
     height: 100%;
     width: 100%;
     object-fit: cover;
 }











/* About */
.AboutSec {
	position:relative;
}
.AboutBox {

}
.WhtBeebyImg{
	position:relative;
}

.AboutBox h1 {
	font-weight: 400;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #0094a3;
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 1px;
}
.AboutBox h5 {
	font-weight: 400;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #0094a3	;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
}
.AboutBox p {

}
.AboutBox .btn.btn-primary.GreenBTN{
	margin-bottom:20px;
}
 
 

 
 
 
/* what we offer */
.OfferSec{
	position:relative;
}
.OfferBox {
    padding: 0px 0px 0px 40px;
    position: relative;
}
.OfferBox.left-faq {
    padding: 0px 0px 0px 0px;
}
.OfferBox p{
	margin:0;
	margin-bottom:15px;
}
.OfferBox h3{
    margin-bottom: 15px;
} 
.WhtBeebyImg figure {
    max-height: 100%;
    margin: 0;
    position: relative;
	z-index:2;
}
.WhtBeebyImg figure img{
	width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.KasiyaPad{
	padding-bottom:70px;
}
.BeeblyHiveSec .OfferBox {
    padding: 0px 40px 0px 0px;
    position: relative;
}
/* slider */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translatey(-50%);
}
.owl-carousel .owl-nav button.owl-next {
    right: 20px;
}
.owl-carousel .owl-nav button.owl-prev {
	left:20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 11px;
    top: 50%;
    transform: translatey(-50%);
    border-radius: 50%;
    border: 1px solid #fff;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
	color: #fff;
    font-size: 30px;
}
 /* Media Library */
.MediaLibry{
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.MediaContBox {
    width: 324px;
    margin-left: auto;
    padding-right: 50px;
    padding-top: 70px;
}
div#MediaLibrary {
    height: 190px;
}
.MediaBox figcaption h3 {
    font-size: 28px;
    margin: 0;
    color: #000;
    transition: 0.3s;
    margin-bottom: 12px;
	color: #f8f6f2;
	font-family: 'Open Sans', sans-serif;
	line-height:42px;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
    min-height: 40px;
}
.MediaBox figcaption p {
	color:#f8f6f2;
	margin:0;
}
.MediaMain .btn.btn-primary.GreenBTN{
	margin-top:50px;
}
#MediaLibrary button.owl-dot{
	width: 13px;
    height: 13px;
    background: #fff !important;
    margin: 4px 5px;
    transition: 0.3s;
    border-radius: 50%;
    border: 2px solid #000;
}
#MediaLibrary button.owl-dot.active,
#MediaLibrary button.owl-dot:hover{
	opacity: 9;
    height: 18px;
    width: 18px;
    background: #008791 !important;
}
.MediaLibry .owl-dots {
    position: absolute;
    left: 0;
    bottom: -60px;
	display:none;
}
 
 
 
 
 /* FAQ */
 .FAQSec{
	 background:#000;
 }
.FAQSec .MainHead h2{
	 color:#fff;
}
.FAQCont .card{
	background:transparent;
}
.FAQSec .MainHead{
	margin-bottom:40px;
}
.card .card-header {
    padding: 0;
    background: transparent;
	border:none;
}
.card .card-header .btn-header-link.collapsed:hover{
	color: #008791;
}

.card div.collapse:after{
    content: "";
    font-weight: 900;
    height: 16px;
    width: 16px;
    display: block;
    background-image: url(../images/down.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 0;
}

.card div.collapse.show:after {
	background-image: url(../images/up.png) !important;
}

.card div.collapse:not(.show) {
    opacity: 1;
    height: 0;
    display: block;
}





.FAQpage{padding-top: 80px;}
.card .card-header .btn-header-link.collapsed {
    font-size: 18px;
	color: #000;
}	
.card .card-header .btn-header-link {
    display: block;
    text-align: left;
    border-radius: 0;
    border: none;
    font-size: 18px;
	position:relative;
	color:#000;
	padding:0px 0px;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
	margin-bottom:20px;
	padding-right:90px;
	z-index:999;
	
	color: #008791;
}	
.card {
    border-radius: 0;
    border: none;
}
.card .card-body {
    padding: 0;
    padding-bottom:15px;
	font-size:14px;
}




 
 /*footer*/
 .footer {	
    background: #f2f0e8;
    padding: 120px 0px 0px;
	position:relative;
	z-index:10;
 }
.FootMain {
	padding-top: 0px;
    padding-bottom: 40px;
}
 .footer_text h2 {
	color:#000;
}
 .footer_text p {
     margin-bottom: 10px;
     font-size: 16px;
 }
 .footer_text p i {
     color: #008791;
 }
 .footer_text p a {
   
 }


.KasiyaNewsletter form {
    width: 500px;
}
.FootHead p{
	margin-top:20px;
	margin-bottom:30px;
	font-size:14px;
}
.KasiyaNewsletter form .form-group{
	
}
.KasiyaNewsletter input.mailpoet_text {
    color: #a7aaa6;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #e6e2d3;
    border-radius: 0;
    height: 52px;
    font-size: 13px;
    letter-spacing: 1px;	padding-left:20px !important;
}
.mailpoet_paragraph {
    margin-top: 6px;
}
.KasiyaNewsletter #mailpoet_form_4 form.mailpoet_form{	
	padding:0 !important;
}
.mailpoet_paragraph label.mailpoet_checkbox_label {
    font-size: 13px;
}
.KasiyaNewsletter input.mailpoet_text::placeholder {
    color: #a7aaa6;
}
input.mailpoet_submit {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800 !important;
	padding: 14px 30px !important;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background-color: #008791;
	border-color: transparent;
	display: inline-block;
	width: auto !important;
	border:1px solid transparent;
}
input.mailpoet_submit:hover{
	background-color: #ffffff;
	color: #008791;
	border-color: #008791 !important;
}






 .footer_bottom_icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
 }

 .footer_bottom_icon ul li {
     margin: 2px 0px 2px 0px;
 }

 .footer_bottom_icon ul li a i{
    width: 56px;
    height: 56px;
    display: block;
    background: #008791;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 20px;
    transition: 0.3s;
	border: 1px solid transparent;
 }

 .footer_bottom_icon ul li a {
	display: flex;
    align-items: center;
    font-size: 14px;
	transition:0.3s;
	
 }

 .footer_bottom_icon {
	display: inline-block;
    float: right;
    position: relative;
    top: -65px;
 }
 .footer_bottom_icon ul li a i:hover{
	
 }
 .footer_bottom_icon ul li a:hover i{
    background-color: #ffffff;
    color: #008791;
    border-color: #008791;
 }

 .footer_links ul {
     padding: 0px;
     list-style: none;
	 column-count:3;
 }

 .footer_links ul li a {
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    padding: 2px 8px;
    line-height: 18px;
    transition: 0.3s;
 }
 .footer_links ul li a:hover {
    color: #0094a3;
}

 .Copyrights {
	margin-top: 70px;
    padding-top: 15px;
    border-top: 1px solid #9a9f96;
 }

 .Copyrights p {
    text-align: right;
    font-size: 13px;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
 }

 .Copyrights p a {
     color: #fff;
 }

 .Copyrights p a:hover {
     color: #81b353;
 }

 /*end footer*/



 .footer-logo img {
     height: 60px;
     object-fit: contain;
     margin-bottom: 20px;
 }
 




/* inner page banner */
.Innerbanner .bannerImg {
    padding-bottom: 0;
    padding-top: 85px;
}
.Innerbanner .bannerImg img{
   width:100%;
}


/* Tented Suits */
.TentedSuitsPage .AboutBox h5{
	font-weight: 300;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #9a9f96;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
}
.TentedSuitsPage .ChooseBox figure{
	max-height: 100%;
    min-height: 230px;
    overflow: hidden;
    margin: 0;
    position: relative;
    z-index: 2;
}
.TentedSuitsPage .ChooseBox figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.page-id-255 .Testimonialspage.TentedSuitsPage.KasiiyaInDepth .ChooseBox figure img{
    object-fit: contain;
    padding: 15px;
}
.page-id-255 .Testimonialspage.TentedSuitsPage.KasiiyaInDepth .ChooseBox figure{
        min-height: 195px;
            border-bottom: solid 1px #eee;
            background:#fff;
            padding:15px;
}
.Testimonialspage.TentedSuitsPage.KasiiyaInDepth .ChooseBox figure{
	max-height: 100%;
    min-height: 230px;
}
.Testimonialspage.TentedSuitsPage.KasiiyaInDepth .ChooseBox figcaption p{
	padding-left:0;
}
.TentedSuitsPage .ChooseBox figcaption {
    background: #fff;
    padding: 20px;
	min-height: 590px;
}
.TentedSuitsPage.KasiiyaInDepth .ChooseBox figcaption .btn.btn-primary.GreenBTN{
    padding: 8px 20px;
	margin-top:15px;
    position: inherit;
    bottom: 0px;
}
.TentedSuitsPage .ChooseBox figcaption .btn.btn-primary.GreenBTN{
    padding: 8px 20px;
	margin-top:15px;
	margin-top: 0px;
    position: absolute;
    bottom: 30px;
}
.TentedSuitsPage .ChooseBox figcaption h2{
	
}
.TentedSuitsPage .ChooseBox figcaption span{
	font-weight: 300;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #9a9f96;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
}
.TentedSuitsPage .ChooseBox figcaption ul{
	margin-top:30px;
}
.TentedSuitsPage .ChooseBox figcaption ul li{
	position: relative;
    padding: 0 0 0 10px;
    margin-bottom: 6px;
	font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.TentedSuitsPage .ChooseBox figcaption p{
	position: relative;
    padding: 0 0 0 10px;
    margin-bottom: 6px;
	font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.TentedSuitsPage.KasiiyaInDepth .ChooseBox figure{
	min-height: 350px;
}
.TentedSuitsPage.KasiiyaInDepth .ChooseBox figcaption{
	margin-bottom:30px;
	min-height:auto;	
}
section.Testimonialspage.TentedSuitsPage.KasiiyaInDepth .ChooseBox figcaption{
	min-height: 295px;
}
.TentedSuitsPage .ChooseBox figcaption ul li:before {
    content: '\f105';
    position: absolute;
    top: 50%;
    left: 0;
    font: 14px FontAwesome;
    color: #e6e2d3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.BtmMsg {
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 60px;
}
.BtmMsg p{
	margin:0;
}





/* Experiences Page */
.ExperiencePage .ExpBox {
	margin-bottom:30px;
}
.ExperiencePage .ExpBox figure{
	max-height: 100%;
    min-height: 300px;
    overflow: hidden;
    margin: 0;
    position: relative;
	margin-bottom:20px;
}
.ExperiencePage .ExpBox figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.ExperiencePage .ExpBox figcaption{
	padding:0px 15px;
}
.ExperiencePage .ExpBox figcaption #faq .card .card-header .btn-header-link	{
	background-color: transparent;
    border-radius: 0px;
    border-style: none;
    color: #9a9f96;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
	margin-bottom:10px;
}
.ExperiencePage .ExpBox #faq .card .card-header .btn-header-link:after{
	height: 12px;
    width: 12px;
}





 /* contact page */
section.ContactUsPage {
    margin-top: 85px;
}
.FormBox{
	
}
.FormBox .form-group{
	
}
.FormBox .form-group label{
	font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #008791;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0px;
}
.FormBox .form-control{
	font-size: 15px;
    line-height: 1.6;
    border-radius: 2px;
    border: solid 1px #d3d8db;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #353159;
    background-color: #fff;
	height: 44px;
    padding-left: 15px;
    padding-right: 15px;
}
.CheckFormM {
    padding: 0px 30px;
    display: flex;
    margin-bottom: 30px;
}
.CheckFormM .CheckForm {
    height: 20px;
    width: 20px;
    margin-right: 30px;
}
.CheckFormM span{
	    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.FormSubmit{
	padding: 0px 0px;
	margin-top:30px;
}
.FormSubmit .btn.btn-primary.GreenBTN{
	font-size: 19px;
    padding: 20px 49px;
}
.ContAddressBox {
    padding-left: 40px;
}
.ContAddressBox .footer_bottom_icon{
	top:0;
	float:none;
	margin-top:30px;
}
.ContMedia{
	margin-top:60px;
}
 
 
 
/* offer page */
.OfferInfoMain .OfferLtextBox{
	border-bottom:solid 1px #ebebeb;
	margin-bottom:60px;
	padding-bottom:60px;
}
.OfferInfoMain .OfferRtextBox ul li{
	    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0px;
	position: relative;
    padding: 0 0 0 10px;
    margin-bottom: 6px;
}
.OfferInfoMain .OfferRtextBox ul li:before{
	    content: '\f105';
    position: absolute;
    top: 50%;
    left: 0;
    font: 14px FontAwesome;
    color: #e6e2d3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.OfferPage #faq .card .card-header .btn-header-link.collapsed{
	margin-bottom:35px;
}
.OfferPage .card .card-body {
    padding: 0;
    padding-bottom: 45px;
    font-size: 14px;
    padding-top: 6px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 32px;
}
.OfferPage #faq .card .card-header .btn-header-link{
	margin-bottom:35px;
}
.OfferPage .OfferBox{
	padding:0;
}
.OfferPage .Innerbanner .bannerImg {
	position:relative;
}
.OfferPage .Innerbanner .banner_text{
	position: absolute;
    top: 55%;
    transform: translatey(-50%);
	left: 0;
    right: 0;
}
.ScrollableRes.stick ul {
    flex-wrap: nowrap;
    white-space: nowrap;
	border:none;
	margin:0;
}


/* gallery */
.MaseGallery{
	margin-top:20px;
}
.my-masonry-grid-item {
	background-color: #eee;
    margin: 0 6px 12px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;	height:225px;
}

.my-masonry-grid-item p:hover span{
	bottom:20px !important;
}
.my-masonry-grid-item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.my-masonry-grid-item p {
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000075;
    position: absolute;
	color:#fff;
	margin:0;
	transition:0.5s;
	visibility:none;
	opacity:0;
}
.my-masonry-grid-item p:hover{
	visibility:visible;
	opacity:9;
}
.my-masonry-grid-item p span{
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
	color:#fff;
	bottom:-40px;
	transition:0.5s;
}
.OffTopBox ul li a:hover {
    text-decoration: underline;
}



/* book page */
.BookPage{
	
}
.BookPage .banner {
    margin-top: 52px;
}
.DatePick span.input-group-addon {
    position: absolute;
    right: 20px;
	z-index:0;
}
.BookPage .OfferBox ul li{
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0px;
    position: relative;
    padding: 0 0 0 10px;
    margin-bottom: 0px;
    list-style:none;
}
.RsrvCnfrm.space + .OfferSec {
    padding-top: 20px;
}

.RsrvCnfrm_Box img {
    margin-bottom: 20px;
}
.BookPage .OfferBox #fetchresult ul li{
    font-size: 14px !important;
}


.BookPage .OfferBox ul li:before {
    content: '\f105';
    position: absolute;
    top: 4px;
    left: 0;
    font: 14px FontAwesome;
    color: #e6e2d3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.BookPage .OfferBox{
	padding: 0px 0px 0px 10px;
}
.BookPage .OfferBox p{
	font-size:14px;
	margin-bottom:10px;
}
.BookPage .OfferBox h3 {
    margin-bottom: 20px;
    line-height: 24px;
}
.BookPage .OfferBox span{
	margin-bottom:20px;
	display:block;
}
.BookPage .stepImage{
	margin-bottom:80px;
}
div#ui-datepicker-div{
	z-index:999 !important;
}
.booking-notice-box p {
    line-height: 22px;
    margin: 0;
    font-size: 15px;
    color: #fff;
}

div#children_notice p a {
    color: #fff;
}

.booking-notice-box {
    padding: 14px;
    background: #008791;
}

.booking-notice-box p + p {
    margin-top: 16px;
}

.BookPage .BTNPicker .btn.btn-primary.GreenBTN {
    font-size: 14px;
    padding: 2px 20px;
    margin-top: 19px;
    font-weight: 600;
    margin-left: 2px;
}
.DatePick1, .DatePick2 {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
	position:relative;
}
.DatePick1 label, .DatePick2 label {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
}
.PickerContainer{
	margin-bottom:20px;
}
.DatePick label {
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 600;
    display: block;
}
input#datepicker, input#datepicker2 {
    height: 26px;
    margin-right: 13px;
    font-size: 13px;
    width: 159px !important;
    padding-left: 6px;
    position: relative;
    z-index: 1;
    background: transparent;
    box-shadow: none;
    border: none;
	border: 1px solid #ddd;
}
section.BookPage.ReservationConfirm.Thankyou {
    padding-top: 80px;
}
.RsrvCnfrm_Box h5 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #0094a3;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 4px;
}
.RsrvCnfrm_Box h6 {
    font-size: 23px;
}
input#datepicker, input#datepicker2 {
    width: 120px;
}
.DatePick1:after, .DatePick2:after {
    content: "";
    display: block;
    height: 22px;
    width: 30px;
    background-image: url(../images/calendar3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 21px;
    right: 0;
}
.SuiteAction .btn.btn-link.Btnlink{
	margin-right:10px;
}
.selectItem {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    position: relative;
    width: 12%;
}
.selectItem label {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
}
.selectItem p{
	margin:0;
	font-size:12px;
}
.BookPage .WhtBeebyImg figure{
	height:340px;
}





/* Reserve kassiya */
.ReserveDate .DatePick1:after, .ReserveDate .DatePick2:after{
	bottom: auto;
    right: 0;
    top: 50%;
}
.ReserveDate .PickerContainer {
    margin-bottom: 40px;
}
.ReserveDate .stepImage {
    margin-bottom: 40px;
}




/* description */
.SuiteDescrip {

}
.DespContainer h3 {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 3px solid #008791;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}
.DespContainer .Desphead {
	margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}
.DespContainer ul{
	list-style-type: circle;
	padding-left:20px;
}
.DespContainer ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.DespTile p.TileHead {
    text-decoration: underline;
	font-size:16px;
}
.DespTile p{
	font-size:14px;
}


/* description popup */
.OverlayBg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:9999;
}
.OverlayBg:target {
  visibility: visible;
  opacity: 1;
}
.popup {
    padding: 20px;
    background: #fff;
    width: 60%;
    position: relative;
    transition: all 1s ease-in-out;
    margin-left: auto !important;
    height: 100vh;
	overflow-y:auto;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index:999;
}
.popup .close:hover {
	cursor:pointer;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.OverlayBg.NonePop {
    display: none;
}
@media screen and (max-width: 700px){
  .popup{
    width: 100%;
  }
}



.AmenContainer h3 {
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 3px solid #008791;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}
.AmenContainer .Desphead {
	margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}
.AmenContainer ul {
    list-style-type: none;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding-bottom: 26px;
}
.AmenContainer ul li {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    width: calc(33% - 20px);
    margin-right: 20px;
	position:relative;
}
.AmenContainer ul li:after {
    height: 15px;
    width: 15px;
    content: "";
    display: block;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translatey(-50%);
    background-image: url(../images/check.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.DespTile.Amen p{
	margin:0;
	line-height: 18px;
}
.DespTile.Amen {
    margin-bottom: 15px;
}
.BookPage.BlogSearch .WhtBeebyImg figure {
    height: 250px;
    max-height: 250px;
    min-height: 250px;
}
.SuitRPanel p {
    font-size: 13px;
    color: #b7b7b7;
    margin: 0;
    line-height: 18px;
}
.TotalEst > p {
    color: #000;
}
.TotalEst h5{
	font-weight:600;
}
.AvgPrice {
    margin-bottom: 38px;
}
.SuitRPanel.text-right .TotalEst {
    margin-bottom: 60px;
}
.SuitRPanel.text-right .TotalEst h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.BookPage .NumberSuit {
	display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
}
.NumberSuit select{
	word-wrap: normal;
    background: #008791;
    color: #fff;
    border-radius: 4px;
    width: 70px;
    height: 30px;
}
.BookPage .BoxSelect {
	margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
    position: relative;
}
h5.show_price + p {
    font-style: italic;
    font-size: 12px;
}
div#secure_online_payment .modal-dialog {
    border: 5px solid #000;
    max-width: 460px !important;
    margin-top: 150px !important;
}
.BookPage .NumberSuit p {
    color: #000;
    padding-bottom: 6px;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
}
.BookPage .NumberSuit p i {
    color: #008791;
    border: 2px solid #008791;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    text-align: center;
    font-size: 5px;
    line-height: 11px;
    position: relative;
    top: 0px;
}
.BookPage .NumberSuit p i:before {
    position: relative;
    top: -1.1px;
}
span.Tooltip_cont.Adult {
    left: 61%;
}
span.Tooltip_cont.Child {
    left: 89%;
}
.Tooltip_cont{
	display:none;
	top:-60px !important;
}
.BookPage .NumberSuit select {
     word-wrap: normal;
    background: #008791;
    color: #ffffff;
    border-radius: 0px;
    width: 100%;
    height: 36px;
    border: navajowhite;
    font-weight: 600;
    padding: 1px 4px;
    font-size: 15px;
}


.BookPanel .TotalEst {
    margin-top: 20px;
    text-align: left !important;
}
.BookPanel p.night_detail {
    margin-top: 16px;
    color: #b7b7b7;
}
.BookPanel p {
    font-size: 14px;
    /*color: #b7b7b7;*/
    color: #000000;
    margin: 0;
    line-height: 18px;
}
.BookPanel h5{
	font-weight:600;
}
.BookPanel .NumberSuit p{
	color:#000;
	text-transform:uppercase;
	font-size:11px;
	font-weight:600;
}
.BookPanel .btn.btn-primary.GreenBTN {
    padding: 14px 15px;
    width: 100%;
	margin:0;
}
.BookPanel .NumberSuit input{
	padding:0px 10px;
	height:30px;
	border-radius:3px;
}
.BookPanel.text-right {
    background: #f2f0e8;
    padding: 20px;
    margin-left: 28px;
}
#FixBook.FixSidebar {
	position: fixed;
	top: 100px;
	z-index: 1;
	border-radius: 0 0 0.5em 0.5em;
	width:245px;
}








/* Reservation */
.CheckHead h5{
	font-size:16px;
	color:#000;
	margin-top:20px;
}
.ActvCheck span {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    vertical-align: bottom;
}
.ActvCheck {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.ActvCheck .ActvTile.Others{
	font-size:12px;
}




.InvoiceReserv{
	
}
.InvoiceContainer {
    padding: 30px;
    border: 1px solid #f2f0e8;
}
.InvoiceContainer .Invhead{
	margin-bottom: 22px;
    border-bottom: 1px solid #eee;
}
.InvoiceContainer .Invhead h3{
	font-size: 19px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 3px solid #008791;
    padding-bottom: 9px;
    margin: 0;
}
.InvoiceContainer .InvTile{
	
}
.InvTile {
    margin-bottom: 20px;
}
 .InvoiceContainer p{
    margin: 0;
    line-height: 18px;
	font-size:14px;
 } 
.InvTile .TileHead{
	font-weight:800;
	margin-bottom:10px;
}
.InvoiceContainer .InvTile tr td {
    line-height: 17px;
    font-size: 14px;
}
.InvoiceContainer .InvTile tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.InvoiceContainer .InvTile tr td:nth-child(even) {
    text-align: right;
}
.InvcTble table {
    border-top: 1px solid #eee;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 13px;
}


.PaymentMethod{
	margin-top:30px;
}
.PaymentHead h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
.PayTile label + input:checked{
	
}
.PayBox{
	
}
.PayTile span{
	font-size:14px;
}
.PayTile label + input:checked + span {
    color: #0075ff;
    font-weight: 600;
}
.form-group.cardNo .form-control {
    padding-left: 70px;
}
.form-group.cardNo:after {
    content: "";
    display: block;
    height: 44px;
    width: 60px;
    background: #f2f0e8;
    position: absolute;
    bottom: 0;
    background-image: url(../images/credit-card.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: center;
    /* border-right: 1px solid #ddd; */
}
.PaymentPage .FormBox .form-group label {
    color: #000;
}
.PaymentPage .FormBox .form-group label span {
    color: #ff5f5f;
}
.Secure {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background: #f2f0e8;
    padding: 15px 20px;
}
.Secure .secureLeft{
	padding-left:30px;
	position:relative;
}
.Secure .secureLeft p{
	margin:0;
}
.Secure .secureLeft p, .Secure .secureLeft a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn.btn-primary.GreenBTN{
	text-transform:uppercase;
	font-size:14px;
	font-weight:800;
	margin-top:10px;
}
.Secure .secureLeft:after {
    content: "";
    display: block;
    height: 17px;
    width: 17px;
    position: absolute;
    bottom: 0;
    background-image: url(../images/lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 0px;
    top: 50%;
    transform: translatey(-50%);
}









/* FAQ */
.FAQpage .card .card-body{
	padding: 0;
    padding-bottom: 45px;
    font-size: 14px;
    padding-top: 6px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 32px;
}
.FAQpage .card .card-header .btn-header-link {
    margin-bottom: 35px;
}
.FAQpage .OfferBox{
	margin-bottom:80px;
}





/* testimonials page */
.TestBox {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.TestBox:last-child {
	border:none;
	margin:0;
	padding:0;
}
.TestBox figure{
    overflow: hidden;
    margin: 0;
	border-radius:50%;
	width:100px;
	height:100px;
	max-height: 100%;
    min-height: 100px;
	position:relative;
	float:left;
}.TestBox figcaption {    float: right;    width: calc(100% - 130px);}
.Testimonialspage .TestBox figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
/* .Testimonialspage .TestBox figcaption{ */
	/* float:right; */
	/* width:calc(100% - 120px); */
/* } */
.Testimonialspage .TestBox figcaption p{
	
}
.Testimonialspage .TestBox figcaption .NameDate{
	font-size:13px;
}



/* privacy policy */
.PrivacyPage .Innerbanner .banner_text{ 
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
    right: 0;
}
.PrivacyPage .PrivacyBox p,.PrivacyPage .PrivacyBox li{
	font-size:14px;
}
.PrivacyPage .PrivacyBox h4{
	font-weight: 400;
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    color: #008791;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
	margin-bottom:20px;
	margin-top:20px;
}
.PrivacyPage .PrivacyBox ul li{
    position: relative;
    padding: 0 0 0 0px;
    margin-bottom: 10px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
}
/*.PrivacyPage .PrivacyBox ul li:before {
    content: '\f105';
    position: absolute;
    top: 50%;
    left: 0;
    font: 14px FontAwesome;
    color: #e6e2d3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}*/


.panel-box label {
    display: block;
    font-size: 9px;
    font-weight: 600;
}

.select_pref {
    display: flex;
    margin-bottom: 20px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
	margin-top:18px;
}
.BookPage .OfferBox ul{
padding:0;
margin:0;
}
.BookPage .OfferBox b {
	display: block;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.BookPage .OfferBox b + br {
    display: none !important;
}
#fetchresult .col-lg-3{
    text-align: center;
}
.panel-box {
    margin-right: 8px;
    width: 25%;
}

.panel-box select {
    height: 26px;
    margin-right: 13px;
    font-size: 13px;
    width: 100% !important;
    padding-left: 6px;
}

.BookPage .OfferBox b br {
    display: none;
}

/* Additional Cost */
.AboutBox a {
    color: #008791;
}
.AdditionalCostPage .OfferBox ul li {
    position: relative;
    padding: 0 0 0 10px;
    margin-bottom: 6px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.AdditionalCostPage .OfferBox ul li:before {
    content: '\f105';
    position: absolute;
    top: 3px;
    left: 0;
    font: 14px FontAwesome;
    color: #e6e2d3;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.kasi-ul {
    padding-left: 0;
    list-style: none;
}
/* DiningPage */

.ChooseSec.ArtDetailPage.space p img {
    width: 100%;
    object-fit: contain;
    height:100%;
}
.free_pickup.no_pickup h3 {
    background: #008791;
    padding: 13px 20px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
}
div#fetchresult {
    width: 100%;
margin-top:40px;
}


.addon-box-heading h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    background: #008791;
    color: #fff;
    padding: 12px;
}
.BookPanel p span {
    display: inline-block;
    width: 100%;
}
.TotalEst h5 {
    margin-bottom: 14px;
    font-size: 16px;
    margin-top: 0px;
}
.TotalEst h5.show_price span {
    margin-right: 8px !important;
}
.TotalEst h5 + p {
    color: #b7b7b7;
}


/* calender Design */

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: 1px solid #008791 !important;
    background: #008791 !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
    padding: 10px;
    box-shadow: 0px 0px 30px #dedede;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
}
.ui-datepicker .ui-datepicker-header {
    border: none !important;
}













/* gallery mesnory */
.magnific-img img {
    width: 100%;
    height: auto;
}
.magnific-img {
    display: inline-block;
    width: 24.6%;
	margin-bottom:4px;
}
a.image-popup-vertical-fit {
    cursor: pointer;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.Testimonialspage.TentedSuitsPage.KasiiyaInDepth .ScrollableRes.stick ul li a:hover{
	padding: 8px 12px;
}
.Testimonialspage.TentedSuitsPage.KasiiyaInDepth .ScrollableRes.stick ul li a{
	padding: 8px 12px;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer; }

.mfp-zoom {
  cursor: pointer;
  cursor: pointer;
  cursor: pointer;
  cursor: pointer; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }


.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
    .testimonialChooseBox {
    background: #fff;
    height: calc(100% - 30px);
}







.modal-dialog {
    max-width: 710px !important;
    margin: 1.75rem auto !important;
    margin-top: 120px !important;
}
.modal-content{
    border: none !important;
    border-radius: 0px !important;
}
.modal-title{
   color: #008791;
}






div#payment_policy_modal .modal-body p {
    font-size: 14px;
    color: #969696;
}

div#payment_policy_modal .modal-body {
    padding: 30px;
}

div#payment_policy_modal .modal-dialog {
    max-width: 910px !important;
}




div#wpcf7-f2961-o1 .FormSubmit .btn.btn-primary.GreenBTN {
    font-size: 16px;
    padding: 14px 40px;
}
div#wpcf7-f2961-o1 textarea.form-control {
    height: auto;
    max-height: 110px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 2px;
    border: solid 1px #d3d8db;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #353159;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

div#wpcf7-f2961-o1 .form-group {}

div#wpcf7-f2961-o1 .form-group label {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #008791;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0px;
}

div#wpcf7-f2961-o1 .form-group input.wpcf7-form-control.wpcf7-text.form-control {
    font-size: 15px;
    line-height: 1.6;
    border-radius: 2px;
    border: solid 1px #d3d8db;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #353159;
    background-color: #fff;
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
}







.wrapper {
    display: table;
    width: auto;
    position: relative;
    width: 100%;
}
.playpause {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
}
.playpause:before {
    content: 'Watch the Film';
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: none;
    padding: 5px 12px;
    display: inline-block;
    letter-spacing: 2px;
    background-color: #008791;
    cursor: pointer;
}
.wrapper video {
    width: 100%;
}

.BookPage.BlogSearch.ReservationConfirm .OfferSec.space.confirm-page .WhtBeebyImg figure {
    height: 310px;
    max-height: 310px;
    min-height: 310px;
}
div#fetchresult .WhtBeebyImg figure img{
    object-fit: cover !important;
}



/* contact page */
li.choice-1.depth-1 {
    display: flex;
}

input#wpforms-3126-field_6_1,input#wpforms-3126-field_5_1 {
    height: 20px !important;
    width: 20px !important;
    margin-right: 15px;
    max-width: 20px !important;
    position: relative;
    top: 3px;
}

div#wpforms-3126-field_5-container {
    margin-top: 20px;
}

div#wpforms-3126-field_5-container,div#wpforms-3126-field_6-container {
    padding: 20px 0px;
    position: relative;
    top: 4px;
    padding-right:40px;
}

div#wpforms-3126-field_6-container {
    margin-bottom: 20px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
   font-size:14px !important;
   line-height: 22px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline a {
    color: #008791;
}






@media screen (max-width: 767px){
	div#wpforms-3126-field_5-container,div#wpforms-3126-field_6-container {
		padding: 20px 0px;
	}
	.ChooseSec.ArtDetailPage iframe {
		width: 100% !important;
	}
}
.FAQBox .FAQCont .card-body p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.FAQBox .FAQCont .card-body ul li {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.FAQBox .FAQCont .card-body a {
    color: #008791;
}

.footer-logo>ul {list-style: none;padding: 0;display: flex;align-items: center;}
.footer-logo>ul li {margin-right: 50px;}
.footer-logo>ul>li:last-child {margin: 0;}