*{
	margin:0;
	padding:0;
}
ul, p, h1, h2, h3, h4, h5, h6{
	margin: 0!important;
	padding: 0!important;
}
a{
	text-decoration: none!important;
}
body{
	font-size: 15px;
}
.flex-container {
	  display: flex;
	  flex-wrap: wrap;
	  padding: 0 3%;
}
.topbar{
	background: #272727;
	padding: 8px 0;
	font-family: 'Outfit', sans-serif;
	font-weight: 200;
    
}
.topleft{
	width: 50%;
}
.topleft ul li{
	display: initial;
	padding-right: 18px;
}
.topleft ul li a{
	color: #fff;
	transition:0.5s ease;
	-moz-transition:0.5s ease;
	-webkit-transition:0.5s ease;
}
.topleft ul li a:hover{
	color: #9dcff2;
}
.topleft ul li a i{
	margin-right: 8px;
	color: #9dcff2;
	font-size: 20px;
	transform: translateY(1px);
}
.topright{
	width: 50%;
}
.topright ul{
	float: right;
}
.topright ul li{
	display: initial;
}
.topright ul li a i{
	padding: 0 8px;
	color: #fff;
	font-size: 17px;
}
.topright ul li a i:hover{
	color: #9dcff2;
}
.menu{
/*	border-bottom: 2px solid #ccc;*/
	position: absolute;
	width: 100%;
	z-index: 999;
	padding: 0 50px;
	background: rgb(255, 255, 255, 0.8);
}
.nav-header img{
	margin: 12px 0;
	height: 93px;
}
.bannertext1{
/*	background: #ffffff95;*/
/*	width: 40%;*/
	position: absolute;
	top: 55%;
	text-align: center;
	text-align: left;
	font-family: 'Outfit', sans-serif;
}
.bannertext1 h1{
	font-weight: 500;
	text-align: center;
	font-family: "Proza Display W03 Regular";
	font-size: 60px;
	background: #00000035;
	display: inline-block;
	color: #fff;
	padding: 10px 50px!important;
	margin-bottom: 12px!important;
}
.bannertext1 p{
	font-size: 22px;
	font-weight: 300;
}
.bannertext2{
/*	background: #ffffff95;*/
/*	width: 40%;*/
	position: absolute;
	top: 35%;
	left: 50%!important;
	text-align: center;
	text-align: left;
	font-family: 'Outfit', sans-serif;
}
.bannertext2 h1{
	font-weight: 500;
	text-align: LE;
	font-family: "Proza Display W03 Regular";
	font-size: 60px;
	background: #ffffff55;
	display: inline-block;
	color: #000;
	padding: 10px 50px!important;
	margin-bottom: 12px!important;

}
.bannertext2 p{
	font-size: 22px;
	font-weight: 400;
	color: #000;
}
.aboutpage{
	padding: 6rem 0;
	 background-image: linear-gradient(to top, #fff9f2, #fff );
}
.fflab{
	width: 45%;
}
.fflab img{
	width: 100%;
	border: 5px solid #daecec;
	box-shadow: 0 0 4px #00000015;
}
.ffrab{
	width: 55%;	
	padding: 30px 0;
	padding-left: 50px;
}
.ffrab h1{
	font-size: 36px;
	letter-spacing: 0.5px;
	font-family: "Proza Display W03 Bold";
	padding-bottom: 15px!important;
	color: #8c522a;
	padding-left: 0!important;
	position: relative;
	transition:0.3s ease;
	-moz-transition:0.3s ease;
	-webkit-transition:0.3s ease;
}
.ffrab h1:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 40px;
	left: 0;
	 background-image: linear-gradient(to top, #daecec, #f9ecdb );
	 display: none;
}
.ffrab p{
	font-size: 16px;
	font-family: 'Outfit', sans-serif;
	line-height: 1.8;
	padding-bottom: 10px!important;

}
.hero-btn{
	margin-top: 30px;
}
.hero-btn .theme-btn {

    font-size: 15px;
    color: #8c522a;
    padding: 12px 18px;
    transition: all 0.5s;
    text-transform: uppercase;
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
   border: 1px solid #ffca94;
/*    background-image: linear-gradient(to right, #daecec, #f9ecdb );*/
background: #f9ecdb;
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1;
    transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;

}
.hero-btn .theme-btn:hover {
	background: transparent;
    border: 1px solid #bf8266;
    color: #8c522a;
}
.treatments{
	padding: 6rem 0;
}
.heading{
	text-align: center;
	font-family: "Proza Display W03 Bold";
	margin-bottom: 35px;
}
.heading img{
	width: 60px;
	margin-bottom: 15px;
}
.heading h1{
	color: #8c522a;
    font-size: 34px
}
.tbox{
	text-align: center;
    height: 300px;
	width: 19.2%;
	background: #f9ecdb;
	border: 2px solid transparent;
	margin: 0 4px;
	padding: 30px 2px;
	transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;
}
.tbox:hover{
	border: 2px solid #f9ecdb;
	background: #fff;
}
.t1{
	margin-top: 20px;
	background: #daecec;
}
.tbox img{
	width: 120px;
}
.boxcnt{
	text-align: center;
	 font-family: 'Outfit', sans-serif;
	 height: 100px;
}
.boxcnt h2{
	text-transform: uppercase;
	 font-size: 18px;
	 padding-top: 30px!important;
}
.condition{
	padding: 6rem 0;
    background-image: linear-gradient(to bottom, #fff9f2, #fff );
}

.conbox {
  position: relative;
  width: 24%;
  margin: 0 2px;
  overflow: hidden;
  transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;
}
.conbox img{
transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  padding-top: 70px;
  height: 50%;
  text-align: center;
  text-transform: uppercase;
}

.conbox:hover .overlay {
  opacity: 1;
}
.overlay h1{
	  font-family: 'Outfit', sans-serif;
	  font-size: 38px;
}
.conbox:hover img{
	transform: scale(1.2);
}
.testimonial{
		padding: 6em 0;
		background: #fffaf4;
}


/* ===================
testimonial css 
====================== */

.testimonial-area {
  position: relative;
  z-index: 1;
  background: #f4e5d9;
  padding: 90px 0;
}

.testimonial-single {
  text-align: center;
  margin-bottom: 20px;
  height: auto;
  background: #fff;
  border-radius: 0;
  padding: 90px 40px;
  position: relative;
  border: 2px solid #9dcff2;
   font-family: 'Outfit', sans-serif;
}

.testimonial-quote p {
  color: #bf8267;
  font-size: 18px;
  font-weight: 300;
}

.testimonial-content {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.testimonial-author-info {
  flex: 1;
}

.testimonial-author-img img {
  border-radius: 50%;
  width: 70px !important;
}

.testimonial-author-info h4 {
  		font-size: 24px;
      color: #8c522a;
      font-weight: 400;
      padding-top: 30px;

}

.testimonial-author-info p {
  color: #00CDE5;
  font-weight: 500;
}

.testimonial-quote-icon {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 120px;
  font-size: 90px;
  color: #00CDE5;
  opacity: .08;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: rgba(0, 205, 229, .4);
  margin: 5px;
  border-radius: 50px;
  width: 20px;
  height: 8px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background-color: #00CDE5;
}

.testimonial-rate {
  color: #a24e4e;
  margin-top: 15px;
}
/*moreinfo*/
.moreinfo{
	background: #bf8266;
	padding: 50px 0;
}
.moreinfolft{
	width: 50%;
}
.moreinfolft{
	 background: url(../images/moreinfoleft.jpg) center no-repeat;
	 background-size: cover;
	 height: 650px;
	 padding: 30px;
		text-align: center;
		padding-top: 20%;
}

.moreinfolft h1{
	font-size: 68px;
	color: #ffffff;
	font-family: "Proza Display W03 Bold";
}
.moreinforgt{
	width: 50%;
	padding: 30px 120px;
	text-align: center;
}
.moreinforgt ul li{
	list-style: none;
	margin: 40px 0;
}

.moreinforgt img{
		width: 60px;
		margin-bottom: 15px;
}
.moreinforgt p{
	 font-size: 26px;
	 color: #fff;
	 line-height: 1.3;
	 font-weight: 300;
	 font-family: 'Outfit', sans-serif;
}
.skincare{
	 background: url(../images/bg1.jpg) center no-repeat;
	 background-size: cover;
	 height: 650px;
	 padding: 0 20%;
		text-align: center;
		padding-top: 22%;
}
.skincareinner h1{
	text-align: center;
	color: #ffffff;
	font-family: "Proza Display W03 regular";
	font-size: 60px;
	font-weight: 500;
	padding-bottom: 15px!important;
}
.skincareinner p{
	 font-size: 18px;
	 color: #fff;
	 font-weight: 300;
	 font-family: 'Outfit', sans-serif;
}
/*Footer*/
.contactfooter{
		 background-image: linear-gradient(to right, #daecec, #f9ecdb );
            box-shadow: 0 0 10px rgb(0 0 0 / 12%);
		 padding: 6rem 0;
}
.cfl{
	width: 50%;
	padding-top: 10%;
}
.cfr{
	width: 50%;
}
.cfl h1{
	text-align: center;
	font-family: "Proza Display W03 Bold";
	color: #8c522a;
	font-size: 58px;
}
.cfr ul li{
	text-align: center;
	list-style: none;
	line-height: 55px;
	color: #8c522a;
}
.cfr ul li p{
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 0;
	color: #8c522a;
}
.cfr ul li h5{
	font-size: 18px;
	color: #ffffff;
	font-family: 'Outfit', sans-serif;
	margin-bottom: 20px!important;
	color: #8c522a;
}
.cfr ul li a{
	color: #8c522a;
}
.copy{
	width: 50%;
    text-align: left
}
.copyfooter{
		 background-color: #f9ecdb;
		 padding: 1rem 0;
		 text-align: center;
}
.copyfooter p{
	color: #8c522a;
    font-size: 15px;
	font-family: 'Outfit', sans-serif;
}
.copyfooter p a{
	color: #8c522a;
}
.copyfooter p a:hover{

}
.leftbanner {
    width: 50%;
}
.rightbanner{
    width: 50%;
    font-family: 'Outfit', sans-serif;
}
.rightbanner ul {
    float:right
}
.rightbanner ul li{
    display: inline;
    font-size: 14px;
}
.rightbanner ul li a{
        color: #272727;
     font-family: 'Outfit', sans-serif;
}
.innerbanner {
    background: #f4e5d9;
    padding: 140px 0 20px 0;
}

.leftbanner h1 {
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
}
.contactpage {
    padding: 6rem 0;
}

.cleft {
    width: 60%
}
.cright{
    width: 40%;
    padding: 30px 0 0 50px
}

.contactdetail p {
    font-size: 16px;  
    margin-bottom: 40px!important;
    font-family: 'Outfit', sans-serif;
    padding-left: 30px!important;
}
.contactdetail p a{
     color: #272727;   
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.contactdetail p a:hover{
     color: #bf8267;   
}
.contactdetail h5{
    padding-bottom: 15px!important;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px!important;
}
.contactdetail h5:after{
     content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #eee;
    left: 30px;
    bottom: 0;
}
.contactdetail h5 i{
     font-size: 25px;
    color: #9dcff2;
    transform: translate(-10px, 2px);
}
.reserve {
    width: 50%;
    text-align: right;
}
.map{

    border: 1px solid #bf8266;
    padding: 5px
}
.sidebar{
	width: 23%;
	font-family: 'Outfit', sans-serif;

}
.sidebar ul li{
	list-style: none;
	line-height: 30px;
	color: #272727;
}
.sidebar ul li a{
	color: #333333;	
	font-size: 15px;
	font-weight: 400;

}
.sidebar ul li a:hover, .sidebar ul li a.active{
	color: #bf8266;
}
.sidebar .accordion {
	border: none;
}
.sidebar .accordion-item .accordion-button {
	background: #fff;
	color: #272727;
	font-weight: 600;
}
.sidebar .accordion-button:not(.collapsed) {
  background: #fff;
	color: #bf8266;
	font-weight: 600;
}
.sidebar .accordion-button:focus {
    box-shadow: none!important;
}

.sidebar .accordion-button::after {
	display: none;
}
.accordion-button {
   background: #fff;
	color: #000000;
	font-weight: 600;
}
.servicedetail{
	width: 73%;
	margin-left: 4%;
	font-family: 'Outfit', sans-serif;
}
.servicedetail h1{
	font-size: 32px;
    letter-spacing: 0.5px;
    font-family: "Proza Display W03 Bold";
    padding-bottom: 15px!important;
    color: #8c522a;
    padding-left: 0!important;
    position: relative;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
.space30{
	margin-top: 20px;
}
.servicedetail h2{
	font-weight: 600;
	font-size: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 15px!important;
    color: #333;
    padding-left: 0!important;
    position: relative;
    transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
.servicedetail p{
	    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    line-height: 1.8;
    	padding-bottom: 10px!important;
}
.servicedetail img{
	max-width: 410px;
	border: 1px solid #eee;
	padding: 5px;
	margin-bottom: 20px;
}
.servicedetail ul {
	margin-bottom: 0;
}
.servicedetail ul li{
	list-style: none;
	position: relative;
	padding-left: 22px;
	line-height: 1.6;
	padding-bottom: 8px;
}
.servicedetail ul li i{
/*	transform: translate(-10px);*/
	position: absolute;
	left: 0;
	font-weight: 600;
	top: 5px;
	color:  #8c522a;
}
.servicedetail p:last-child{
	padding-bottom: 0!important;
}
.appform{
	width: 100%;

}
.appform form {
	padding: 0 150px;
	 font-family: 'Outfit', sans-serif;
}
.appform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.appform form input{
	background: none;
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #66666690;
    padding: 10px;
    margin-bottom: 15px;
}
.appform form input::placeholder{
    color: #ccc!important;
}
.appform form input:focus{
    outline: none;
   box-shadow: 0 5px 50px 10px #00000015;
}
.appform form textarea{
	background: none;
    display: block;
    width: 100%;
     margin-bottom: 15px;
    height: 100px;
    padding: 10px;
     border: none;
    border-bottom: 1px solid #666;
}
.appform form textarea::placeholder{
    color: #ccc!important;
}
.appform form textarea:focus{
    outline: none;
    box-shadow: 0 5px 50px 10px #00000015;
}
.appform form input[type=submit]{
    width: 150px;
     background: #272727;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.appform form input[type=submit]:hover{
  background: #8c522a 
}
