
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Dangmen';
    src: url('../font/DangmenRegular.woff2') format('woff2'),
        url('../font/DangmenRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	font-family: "Rajdhani", sans-serif;
	text-align: center;
}

a,a:hover{text-decoration: none;}

.custome-container{
	width: 85%;
	margin:0px auto;
}

.clear{clear: both;}

header{
	width: 100%;
	padding:5px 0px;
	position: absolute;
	z-index: 10;
}

.bg{
	background: url(../images/bg2.png) no-repeat;
	background-size: cover;
}
.site_logo{
	width:100%;
	height: auto;
	display: block;
	padding-top: 5px;
	z-index: 1;
}
.site_logo img{width: 100%;}

.sticky {
  position: fixed;
  top: 0;
  height: 75px;
  width: 100%;
  z-index: 11;
  background-color: #fff;
  transition: top 0.3s;
  box-shadow: 1px 3px 21px 0px rgba(0,0,0,0.20);
-webkit-box-shadow: 1px 3px 21px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 1px 3px 21px 0px rgba(0,0,0,0.20);
}
.sticky .site_logo{
	width:150px;
	height: 75px;
	padding-top: 10px;
	display: block;
	padding-bottom: 5px;
}

.banner_slider{
	position: relative;
}

.banner_image{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	overflow: hidden;
}
.banner_image img{
	width: 100%;
	height: 100%;
}
.banner-text{
	position: absolute;
	z-index: 11;
	top: 50%;
    left: 6%;
    transform: translateY(-50%);
	text-align: left;
}
.banner-text h1{
	font-size: 4vw;
	font-family: 'Dangmen';
	color: #005D75;
	letter-spacing: 2px;
}

.banner-text h5{
	font-size: 2vw;
	color: #666666;
	font-weight: 400;
	margin-bottom: 50px;
}
.banner-text a{
	text-transform: uppercase;
	background: #005D75;
	color: #fff;
	font-size: 18px;
	padding: 20px 40px;
	transition: 0.3s all;
}
.banner-text a:hover{background: #003e4e;}

.aboutsection{
	padding: 60px 0px;
	background: #fff;
}

.aboutsection-row{
	display: flex;
    justify-content:space-between;
    align-items: center;
	flex-direction: row;
}

.aboutsection-left{
	width: 40%;
}
.aboutsection-left img{
	width: 100%;
}

.aboutsection-right{
	width: 55%;
	text-align: left;
}
.heading{
	font-size: 3vw;
	font-family: 'Dangmen';
	color: #005D75;
	letter-spacing: 2px;
}
.heading2{
	font-size: 2vw;
	font-family: 'Dangmen';
	color: #005D75;
	letter-spacing: 2px;
	padding-bottom: 30px;
}
.aboutsection-right p{
	font-size: 22px;
	color: #666666;
	line-height:35px;
	font-weight: 400;
	padding-bottom: 40px;
}
.aboutsection-right a{
	text-transform: uppercase;
	background: #2EAAC9;
	color: #fff;
	font-size: 18px;
	padding: 20px 40px;
	transition: 0.3s all;
}
.aboutsection-right a:hover{background: #005D75;}

.clinicalsection{
	padding: 90px 0px;
	background: #F4FCFC;
}

.clinical-row{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
}

.clinical-left{
	text-align: left;
	width: 65%;
}

.clinical-left p{
	font-size: 22px;
	color: #666666;
	line-height:35px;
	font-weight: 400;
	padding-bottom: 40px;
	padding-top: 20px;
}

.clinical-left  a{
	text-transform: uppercase;
	background: #2EAAC9;
	color: #fff;
	font-size: 18px;
	padding: 20px 40px;
	transition: 0.3s all;
}
.clinical-left a:hover{background: #005D75;}

.clinical-right{
	width: 30%;
	position: relative;
}
.shape{
	position: absolute;
    width: 36%;
    top: 21px;
    left: -20px;
}
.shape img{width: 100%; height: 100%;}

.clinicalimage{
	position: relative;
	width:100%;
	top: 0;
	left: 0;
}
.clinicalimage img{width: 100%; }

.executive{
	background: #fff;
}
.row-reverse{
	flex-direction: row-reverse;
}
.usp ul{
	margin: 0px;
    text-align: left;
    margin-left: -40px;
}
.usp ul li{
	list-style-type: none;
    display: inline-block;
    margin: 10px 30px 10px 0px;
    background-color: #fff;
    padding: 12px 45px;
    font-size: 32px;
    font-weight: 500;
    color: #666;

}

.contactsection{
	padding: 60px 0px;
	background: #fff;
}

.contact-row{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
}

.contat-left{
	width: 40%;
	text-align: left;
}
.contat-left p{
	font-size: 18px;
	color: #666;
	font-weight: 500;
	padding-bottom: 20px;
}
.contact-card{
	display: flex;
    justify-content:flex-start;
    align-items: center;
	flex-direction: row;
	background-color:#E1F3F7;
	padding: 20px;
	margin-bottom: 30px;
}
.contact-card .icon{
	margin-right: 20px;
}
.contact-card .card-details h6{font-size: 16px; color: #666;}
.contact-card .card-details h5 a{font-size: 24px; color: #333; font-weight: bold;}

.contact-right{
	background: #fff;
	height: auto;
	width: 55%;
	box-shadow: 0px 0px 47px 16px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 47px 16px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 47px 16px rgba(0,0,0,0.05);
	border-radius: 6px;
	padding: 45px;
	text-align: left;

}

.form input,textarea{
	width: 100%;
	border: none;
	border-bottom: 1px solid#ccc;

}
.form input:focus-visible{
	    outline: -webkit-focus-ring-color #fff 0p !important;
}

.form-col{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
}
form .form-col input{
	width: 47% !important;
	border: none;
	border-bottom: 1px solid#ccc;
	margin-bottom: 70px;
}

div .form-col input{
	width: 47% !important;
	border: none;
	border-bottom: 1px solid#ccc;
	margin-bottom: 70px;
}
.form button{
	background: #2EAAC9;
	color: #fff;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 600;
	border:none;
}

footer{
	background: #F3FBFB;
	padding: 60px 0px 0px 0px;
}

.footer-row{
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
	margin-bottom: 20px;
}

.footer-left{
	width: 35%;
	text-align: left;
}
.footer-logo{
	width: 70%;
	margin-bottom: 20px;
}
.footer-left p{
	color: #005D75;
	font-size: 16px;
}
.footer-left ul {
	margin: 20px 0px 0px -40px;
}
.footer-left ul li{
	list-style-type: none;
	margin-right: 20px;
	display: inline-block;
}
.footer-logo img{width: 100%;}
.footer-right{
	width: 25%;
	text-align: left;
}
.footer-right  ul{
	margin: 0px 0px 0px 0px;
}
.footer-right  ul li{
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 5px;
}
.footer-right  ul li span{
	/* padding-right: 100px; */
	color: #666;
	font-weight: 500;
}
.footer-bottom{
	border-top: 1px solid#D7F0F4;
	padding:15px 0px;
}
.footer-bottom p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #8E8E8E;
}


/* ============inner-pages-start====================*/
.breadcumb {
	margin: 0px 0px;
	position: relative;
}

.positioned-icons {
	position: relative;
}

.positioned-icons img.about-three-dot {
	left: 154px;
	bottom: -54px;
	position: absolute;
	z-index: 9;
	width: 180px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.breadcumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	height: 300px;
	max-height: 300px;
}

.breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

/*.hero-content-upper {
	padding-top: 4%;
}*/

.hero-content-upper h2 {
	font-family: 'Dangmen';
    color: #005D75;
	font-style: Bold;
	font-size: 48px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	text-align: center;
	display: block;
	line-height: 40px;

}

.hero-content {
	position: absolute;
	color: #ffffff;
	left: 0%;
	width: 100%;
}

.aboutrightimg {
	margin: 0px 0px 22px 0px;
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.aboutrightimg img {
	width: auto;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
}

.aboutrightimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.aboutrightimg02 {
	margin: 0px 0px 22px 0px;
	position: relative;
	width: 100%;
	height: 585px;
	border-radius: 20px;
	overflow: hidden;
}

.aboutrightimg02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.aboutrightimg02:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* ========================== */
/* ==Breadcrumb Navigation===*/
/* ========================== */
ul.breadcrumb {
	padding: 20px 0px;
	list-style: none;
	/* background-color: #eee; */
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.breadcrumb li {
	display: inline;
	font-size: 18px;
	color: #C12026;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: #FFFFFF;
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #fff;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #C12026
}


/* ========================== */
/* ==Breadcrumb Navigation===*/
/* ========================== */


input.wpcf7-form-control.wpcf7-submit.has-spinner.form {
    background: #2EAAC9;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}


textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}



.aboutuspage-section {
	margin: 0px 0px;
	padding: 60px 0px;
	overflow: hidden;
}


.about-section-one {
	padding: 0px 0px 40px 0px;
}

.custom-container {
    padding: 0px 80px;
}

.about-page-left {
    text-align: left;
}

.about-page-left p {
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #666666;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align: justify;
}

.stellarnav > ul > li.active a {
    color: #005D75;
    
}


.about-page-left h3 {
    color: #005D75;
}

.about-section-img img{
    width:100%;
}