@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}


*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}



/*****************************************************************************
Stickt Whatsapp
*****************************************************************************/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:34px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.my-float{
	margin-top:13px;
}

/****************************************************************************************
Header Section
****************************************************************************************/
/* HeaderTop Section */
.headertop{padding:15px 40px;border-top:2px solid #ffb700;}
.logo img{width:100%;}


.logo-btn{width:100%;display:block;margin-top:10px;}
.logo-btn li{
	display:inline-block;
	float:unset!important;
}
.logo-btn li a:hover{
	background:#4bb6e3;
	border-color:#4bb6e3;
	transition:0.5s;
	text-decoration:none;
	/* letter-spacing:0.5px; */
}
.logo-btn li a{
	border:1px solid #ffb700;
	background:#ffb700;
	color:#fff;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	padding:7px 20px;
	border-radius:35px;
}
.logo-btn li a img{width:30px;margin-left:10px;}
/* .logo-btn .bk-apt{margin-left:0px;padding-left:50px;} */

.topright{float:right;}
.header_call{padding-top:0px;width:100%;}
.header_call ul{float:right;margin-bottom:0px;}
.header_call ul li{
	display:inline-block;
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	position:relative;
	padding-left:65px;
	margin:0 15px;
	font-weight:400;
}
.header_call ul li i{
	color:#ffb700;
	position:absolute;
	left:0px;
	top:3px;
	font-size:22px;
	border:1px solid #f1f1f1;
	padding:10px;
	border-radius:50%;
}
.header_call ul li span{
	color:#4bb6e3;
	font-weight:500;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
}

/* Header Bottom Section */

.headerbottom{
	/* border-top:1px solid #ffdec8; */
	background:#4bb6e3;
	height:40px;
}

/* Marque Tagline Section */

.marque_head{
	/* background:#6377b4; */
	/* padding:4px 10px; */
	display:inline;	
	float:right;
	width:71%;
}
.marque_head marquee{
	color:#fff;
	background:#6377b4;
	padding:5px;
	border-radius:4px;
}

/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel-control-next{
	bottom:20px!important;
	top:unset!important;
	right:1%!important;
}
.carousel-control-prev{
	left:unset!important;
	right:5%;
	bottom:20px!important;
	top:unset!important;
}

.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#ffb700 no-repeat center center!important;
	/* background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important; */
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-next-icon:hover{
	background:#50c3f3!important;
	transition:0.3s;
}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f178";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}
.carousel-control-prev-icon{
	background:#ffb700 no-repeat center center!important;
	width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    position: relative;
    line-height: 50px;
}
.carousel-control-prev-icon:hover{
	background:#50c3f3!important;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f177";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}

.banner{
    position: relative;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;

}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
	cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}



/****************************************************************************************
About Us Home Section
****************************************************************************************/

.main_profile{
	padding:50px 0;
	background:#e7f7fd;
}
.main_profile1{padding:50px 0;}

.abt_profile{padding-top:20px;}
.about_pro{
	border:4px solid #ffb700;
	border-radius:20px;
	display:inline-flex;
}
.about_pro video{
	border-radius:20px;
}
/* About Us Right Discription Section */

.abt_description{}
.abt_description h1{
	font-size:36px;
	color:#5fcaf7;
	font-family: Continuum;
	font-weight:600;
	/* letter-spacing:0.5px; */
	/* text-transform:uppercase; */
	margin:0px;
	padding-bottom:10px;
}
.abt_description h2{
	font-size:20px;
	color:#4a4a4a;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border-bottom:1px dashed #c0dce7;
	margin:0px 0 10px 0;
	padding-bottom:15px;
}
.abt_description h3{
	font-size:20px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	background:#6377b4;
	padding:4px 15px;
	display:inline-block;
}
.abt_description p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding-top:5px;
	text-align:justify;
	line-height:28px;
	/* font-weight:500; */
}
.abt_description h4{
	font-size:20px;
	color:#6377b4;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	margin:0px;
	padding:15px 0 10px;
}
.abt_description ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin:0px;
	position:relative;
	padding-left:25px;
}
.abt_description ul li i{
	color:#f16d16;
	position:absolute;
	left:0px;
	top:4px;
}
.abt_description a{
	font-size:16px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	background:#50c3f3;
	padding:5px 17px;
	border-radius:25px;
	margin-top:10px;
	display:inline-block;
}
.abt_description a:hover{
	background:#ffb700;
	transition:0.5s;
	color:#fff;
	text-decoration:none;
}
.abt_description a i{
	padding-left:10px;
	color:#fff;
}



/*****************************************************************************
Heading Title Section
*****************************************************************************/

.heading_title{
	text-align:center;
	width:100%;
	padding-bottom:50px;
}
.heading_title h1{
	font-size:38px;
	color:#f16d16;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
}

/*****************************************************************************
Footer Section 
*****************************************************************************/

.footer{
	background:#e7f7fd;
	padding:50px 0 20px 0;
}
.footer .footer-title img{
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:10px;
	margin-bottom:15px;
}
.footer .footer-title p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	line-height:28px;
}
.footer .footer-title h1{
	font-size:32px;
	color:#34b9f1;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
}
.footer .footer-title ul{
	padding-top:15px;
}
.footer .footer-title ul li{
	position:relative;
	margin:10px 0;
	padding-left:22px;
}
.footer .footer-title ul li a{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
}
.footer .footer-title ul li a i{
	position:absolute;
	left:0px;
	top:5px;
	color:#34b9f1;
	
}

/* Copyright */

.copyright{
	width:100%;
	padding-top:10px;
}
.copyright p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin:0px;
}
.foot_logo{padding-left:10px;}
.foot_logo img{width:20px;}


/**********************************************************************************************
Header Title Section
**********************************************************************************************/

.main_header{
	background:#4c4c4c;
	padding:30px 0;
}
.main_header h1{
	font-size:36px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	letter-spacing:1px;
	padding-bottom:10px;
	margin:0px;
	width:100%;
}
.main_header ul{margin:0px;padding:0px;}
.main_header ul li{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	display:inline-block;
	padding-right:10px;
}
.main_header ul li a{
	color:#f16d16;
	padding-right:10px;
}

/****************************************************************************************
Service Section
****************************************************************************************/

.service_main{
	background:url(../img/treatments.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:660px;
	padding:40px 0 50px 0;
	position:relative;
}
.service_header{
	width:100%;
}
.service_header h1{
	font-size:32px;
	font-family: Continuum;
	/* color:#ffb700; */
	color:#ffb700;
	text-decoration:underline;
	text-align:center;
	margin:0px;
	padding:0px;
}
.ser-frt{position:absolute;left:100px;top:140px;}
.ser-sec{position:absolute;left:80px;top:230px;}
.ser-thr{position:absolute;left:40px;top:320px;}
.ser-for{position:absolute;left:80px;top:410px;}
.ser-fif{position:absolute;left:100px;top:500px;}
.ser-six{position:absolute;right:100px;top:140px;}
.ser-sev{position:absolute;right:80px;top:230px;}
.ser-eig{position:absolute;right:40px;top:320px;}
.ser-nin{position:absolute;right:80px;top:410px;}
.ser-ten{position:absolute;right:100px;top:500px;}
.ser-elv{position:absolute;left:43%;bottom:40px;}

.ser-frt h2 a,
.ser-sec h2 a,
.ser-thr h2 a,
.ser-for h2 a,
.ser-fif h2 a,
.ser-six h2 a,
.ser-sev h2 a,
.ser-eig h2 a,
.ser-nin h2 a,
.ser-ten h2 a,
.ser-elv h2 a{
	background:#fff;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#686868;
	padding:5px 15px;
	border-radius:4px;
}
.ser-frt h2 a:hover,
.ser-sec h2 a:hover,
.ser-thr h2 a:hover,
.ser-for h2 a:hover,
.ser-fif h2 a:hover,
.ser-six h2 a:hover,
.ser-sev h2 a:hover,
.ser-eig h2 a:hover,
.ser-nin h2 a:hover,
.ser-ten h2 a:hover,
.ser-elv h2 a:hover{
	text-decoration:none;
	background:#34b9f1;
	color:#fff;
	transform:translateX(20px);
	transition:0.5s;
}



/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../img/punchkarma-bg2.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 55px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}
/* .testimonial:hover{ border-color: #e7e3e3; } */
.testimonial h2{
	font: 700 30px/30px 'Montserrat', sans-serif;
    text-align: center;
    color: #34b9f1;
    text-transform: uppercase;
    padding: 65px 0px 0px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
}
.testimonial .pic{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    padding: 7px;
    position:absolute;
    top: -50px;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}
.testimonial:hover .pic{ background: #1d3033; }
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #ddd;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial-btn {
    margin: 40px auto;
    text-align: center;
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #e8e8e8;
    padding: 12px 22px 12px 17px;
    color: #000000;
}
.sub-t a {
    background: #ffb700 !important;
    color: #fff !important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #f16615;
    border-color: #f16615;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: -1%;
}
.owl-next{
    left: auto;
    right: -1%;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .owl-theme .owl-controls,
    .owl-prev,
    .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}


/* Inner Testimonial */

.testimonial_inner{padding:50px 0;}
.testimonial_description{
	background:#ebf9ff;
	padding:30px 20px;
	margin-bottom:30px;
	/* height:500px; */
}
.first{
	height:370px;
}
.second{
	height:480px;
}
.testimonial_description h1{
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
	color:#1d75bd;
	font-weight:500;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:3px solid #e3edf1;
}
.testimonial_description p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	line-height:26px;
	text-align:justify;
}

/****************************************************************************************
Contac Section
****************************************************************************************/

.contact_header{
	background:#e7f7fd;
	padding:40px 0;
	margin:0px 0;
}
.contact_head{
	text-align:center;
	padding:0 20px;
}
.contact_head .cnt_icon{}
.contact_head .cnt_icon i{
	font-size:20px;
	background:#ffb700;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	color:#fff;
	text-align:center;
}
.contact_head h1{
	font-size:28px;
	color:#4bb6e3;
	font-family: 'Oswald', sans-serif;
	margin:0px;
	padding-bottom:10px;
	padding-top:20px;
}
.contact_head p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
}
.contact_head p i{
	color:#ffb700;
}

/* Form */

.contact_form{padding:50px 0;}

.main_form {
	background:#4bb6e3;
	padding:30px;
}
.main_form .form-control{
	background-color:#e7f7fd;
	border-color:#d3ecf5;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
}
.main_form .single_input_fieldsbtn input{
	background:#ffb700;
	font-size:16px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	border:none;
	padding:4px 15px;
	cursor:pointer;
}
.main_form .single_input_fieldsbtn input:hover{
	background:#e7f7fd;
	color:#282828;
	transition:0.5s;
}