@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=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&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;   
}



/****************************************************************************
Header Top
****************************************************************************/

.headertop{
	/* border-top:5px solid #05a7e1; */
	/* border-top:5px solid #f29d4b; */
	margin-top:-25px;
}
.headertop1{
	padding-bottom:0px;
	border-top:5px solid #fd941e;
	position:relative;
}
.logo{padding-top:10px;padding-bottom:10px;}
.logo img{width:100%;}

/* Header right section */
.header_frt{text-align:right;float:right;width:100%;}
.header_frt_apt{text-align:right;float:right;width:100%;position:absolute;right:0px;bottom:0px;}
.header_frt .social_head{margin:0px;float:right;}
.header_frt .social_head1{margin:12px 0px 0 0;float:right;}
.header_frt .social_head li,
.header_frt .social_head1 li{
	/* display:inline-block; */
	float:left;
}
.header_frt .social_head .call_detail,
.header_frt .social_head1 .call_detail{
	/* display:inline-block; */
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#55565a;
	padding-top:5px;
}
.header_frt .social_head .call_detail i,
.header_frt .social_head1 .call_detail i{
	/* display:inline-block; */
	border-radius:50%;
	width:30px;
	height:30px;
	line-height:30px;
	box-shadow:1px 1px 15px 0 rgb(0 0 0 / 20%);
	text-align:center;
	margin:0 10px;
	font-size:16px;
	color:#fd941e;
}
.header_frt .social_head .call_detail a{color:#55565a;}
.header_frt .social_head1 .call_detail a{color:#55565a;}
.header_frt .social_head .frt_apt a,
.header_frt .social_head1 .frt_apt a{
	padding:7px 30px;
	display: inline-block;
}
.header_frt .social_head .frt_apt,
.header_frt .social_head1 .frt_apt{
	/* display:inline-block; */
	background:#fd941e;
	
	font-size:16px;
	text-align:center;
	color:#fff;
	margin-left:20px;
}
.header_frt .social_head .frt_apt a{color:#fff;}
.header_frt .social_head1 .frt_apt a{color:#fff;}
.header_frt .social_head .sec_apt a,
.header_frt .social_head1 .sec_apt a{
	display:inline-block;
	padding:7px 20px;
}
.header_frt .social_head .sec_apt,
.header_frt .social_head1 .sec_apt{
	/* display:inline-block; */
	background:#16a59f;
	font-size:16px;
	text-align:center;
	color:#fff;
}
.header_frt .social_head .sec_apt a{color:#fff;}
.header_frt .social_head1 .sec_apt a{color:#fff;}

.header_frt .social_head .third_apt a,
.header_frt .social_head1 .third_apt a{
	display:inline-block;
	padding:7px 20px;
	
}
.header_frt .social_head .third_apt,
.header_frt .social_head1 .third_apt{
	background:#fd941e;
	font-size:16px;
	text-align:center;
	color:#fff;
}
.header_frt .social_head .third_apt a{color:#fff;}
.header_frt .social_head1 .third_apt a{color:#fff;}




/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel-item{
	position:relative;
}
.banner_content{
	position:absolute;
	left:5%;
	top:20%;
	width:550px;
}
.banner_content h1{
	padding-bottom: 20px;
    font-family: 'Poppins',sans-serif;
    font-size: 36px;
    color: #fd941e;
    line-height: 46px;
    text-transform: uppercase;
    -webkit-animation-delay: .2s;
    font-weight: 600;
}
.banner_content p{
	padding-bottom: 25px;
    max-width: 640px;
    font-size: 18px;
    color: #fff;
    -webkit-animation-delay: .34s;
	text-align:left;
}
.banner_content a{
	display: inline-block;
    padding: 12px 24px;
    border-radius: 0!important;
    border: 1px solid #e3e3e3;
    font-family: 'Poppins',sans-serif;
    font-size: 17px;
    color: #16a59f;
    text-transform: uppercase;
}
.banner_content a:hover{
	background:#16a59f;
	color:#fff;
	transform:0.5s;
	text-decoration:none;
	border-color:#16a59f;
}

.carousel-control-next{
	bottom:10px!important;
	top:unset!important;
	right:6%!important;
}
.carousel-control-prev{
	left:unset!important;
	right:10%;
	bottom:10px!important;
	top:unset!important;
}

.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#fff 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:#002b82!important;
	transition:0.3s;
	border-radius:2px;
}
.carousel-control-next-icon:hover:after{color:#f1f1f1;}
.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;
	color:#4a4a4a;
}
.carousel-control-prev-icon{
	background:#fff 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:#002b82!important;
	transition:0.3s;
	border-radius:2px;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{color:#f1f1f1;}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f177";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
	color:#4a4a4a;
}

.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;
}




/*****************************************************************************************
Text sliding Section
*****************************************************************************************/

.mt-round {
    border-radius: 0px;
}
.modern-ticker {
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}
.modern-ticker {
    background-color: #fafafa;
    color: #fafafa;
}
.mt-body {
    margin: 2px;
    position: relative;
}
.mt-round .mt-label {
    border-radius: 0;
}
.mt-label {
    margin-right: 2px;
    padding: 2px 10px 0 12px;
    position: absolute;
    left: 0;
}
.mt-label {
    background-color: #002c83;
}
.mt-news {
    overflow: hidden;
    position: absolute;
}
.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}
.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mt-news li {
    float: left;
    height: 60px;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.modern-ticker a {
    text-decoration: none;
}
.mt-news a {
    background: #21b89f none repeat scroll 0 0;
    border: 1px solid #21b89f;
    display: block;
    font-size: 17px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    color: #fff;
}
.mt-news a:hover{
	color:#fff;
}
.mt-controls {
    background-image: url(../img/pause.png);
}
.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-controls {
    background-position: -1000px center;
    background-repeat: no-repeat;
    margin-left: 2px;
    position: absolute;
    right: 0;
}
.mt-next, .mt-play, .mt-prev {
    width: 30px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}
.mt-prev {
    background-image: url(../img/arrow-prev.png);
}
.mt-pause {
    background-image: url(images/pause.png);
}
.mt-play {
    background-color: #002c83;
    background-image: url(../img/play.png);
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-next, .mt-prev {
    background-color: #002c83;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}


/****************************************************************************************
About Section Home
****************************************************************************************/

.head_about{
	padding:50px 0 50px 20px;
	background:#f1f1f1;
	display:inline-block;
	width:100%;
}
.head_abt_profile{
	background:#16a59f;
	padding:10px 0px 10px 10px;
	border-radius:200px 0 0 200px;
}
.head_abt_profile img{
	border-radius:200px 0 0 200px;
	width:100%;
	/* border:5px solid #16a59f; */
	
}
.head_abt_description{
	padding-right:30px;
}
.head_abt_description h1{
	font-size:22px;
	color:#fd941e;
	font-family: Monotype Corsiva;
	text-decoration:underline;
	letter-spacing:1px;
}
.head_abt_description h2{
	color: #fd941e;
    font: 800 50px/55px 'Montserrat', sans-serif;
    display: block;
    margin: 0px;
}
.head_abt_description h3{
	font: 500 20px/28px 'Montserrat', sans-serif;
    color: #282828;
    padding: 10px 0px 8px 0px;
    position: relative;
    text-transform: capitalize;
}
.head_abt_description .abt_prof{
	border-top:1px solid #21b89f;
	padding-top:15px;
	margin-top:10px;
}
.head_abt_description p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
	line-height:28px;
}
.head_abt_description .abt_btn{}
.head_abt_description .abt_btn .abt-appo{
	background:#fd941e;
	padding:5px 25px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	/* border-radius:25px; */
}
.head_abt_description .abt_btn .abt-read{
	background:#16a59f;
	padding:5px 25px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	/* border-radius:25px; */
}
.head_abt_description .abt_btn .abt-read:hover{
	background:#fd941e;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}
.head_abt_description .abt_btn .abt-appo:hover{
	background:#16a59f;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}

.head_abt_description .abt_btn a:hover i{
	transform:translateX(10px);
	transition:0.5s;
}

/* Experience */

.head_experience{padding:50px 0;}
.head_experience .abt_prof1 h4{
	font-size:28px;
	color:#ff9300;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:10px;
	margin-bottom:15px;
}
.head_experience .abt_prof1 h5{
	font-size:18px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:7px 0;
}
.head_experience .abt_prof1 p span{
	color:#1676aa;
}
.head_experience .abt_prof1 p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
	line-height:28px;
}

/* About Inner Page Section */

.about_publication{padding:30px;}
.about_specialist{}
.about_specialist h1{
	font-size:22px;
	color:#21b89f;
	background:#ebebeb;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding:8px 10px;
}
.about_specialist ul{
	padding:7px 0;
}

.about_specialist ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:8px 0;
	position:relative;
	padding-left:25px;
}
.about_specialist ul li span{
	color:#4a5e87;
	font-weight:600;
}
.about_specialist ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#4a5e87;
}

/* Table section */

.table_header{width:100%;}
.table_abt1{
	margin-bottom: 25px;
    display: inline-block;
}
.table_header h1{
	font-size:22px;
	color:#16a59f;
	font-family: 'Oswald', sans-serif;
	margin:0px;
	padding-top:30px;
}
.table_abt{
	border:1px solid #ddd;
	margin-top:15px;
}
.table_abt tr{border:1px solid #ddd;}
.table_abt tr th{
	border:1px solid #ddd;
	padding:7px;
	font-size:15px;
	color:#4a4a4a;
	font-family: Public Sans, sans-serif;
}
.table_abt tr td{
	border:1px solid #ddd;
	padding:7px 10px;
	font-size:16px;
	font-weight:400;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
}
.work_prof{margin-top:15px;}
.work_prof li{
	font-size:16px;
	font-weight:400;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	padding:5px 0;
}
.work_prof li i{
	color:#fd941e;
	padding-right:10px;
}
.frt-tab{background:#16a59f;color:#fff;}
.frt-tab th{color:#fff!important;}
.frt-tab1{background:#fff;color:#fff;}
.frt-tab1 td{color:#4a4a4a!important;}

/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	/* background:#e6edc3; */
	background:#e3efee;
	padding:50px 0;
}
.sec_service_none{display:none;}
/* .service_main{padding:50px 0;background:#f8eff0;} */
.cmt-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* position: relative; */
    margin: 15px -15px 0;
}
/* .cymolthemes-boxes-row-wrapper.cmt-processbox-wrapper:before { */
    /* content: ''; */
    /* position: absolute; */
    /* left: -428px; */
    /* right: -46px; */
    /* height: 100%; */
    /* display: block; */
    /* background: url(../images/proccess-box-arrow1.png) center center no-repeat; */
    /* background-size: 100% 100%; */
    /* top: -65px; */
    /* margin-left: 40px; */
/* } */
.cmt-processbox-wrapper .cmt-processbox {
    position: relative;
}

.cmt-processbox-wrapper .cmt-processbox {
    /* width: calc(100% / 3); */
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    transition: all 500ms ease;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cmt-processbox-wrapper .cmt-processbox .cmt-process-icon {
    display: inline-block;
    position: relative;
}
.cmt-vc_icon_element-inner img{
	height: 190px;
    width: 190px;
    border: 4px solid #d1d1d1;
    background-color: #f1f1f1;
    border-radius: 50%;
	padding:5px;
} 
.cmt-processbox:hover .cmt-vc_icon_element-inner img{
	transform:translateY(-15px);
	transition:0.5s;
	border-color:#f16d16;
}

.cmt-processbox-wrapper .cmt-box-content {
    text-align: center;
    padding: 0 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
	font-family: continuum_medium;
	color:#16a59f;
	padding-top:10px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 a{
	color:#16a59f;
}


/*****************************************************************************************
Testimonials Section
*****************************************************************************************/

.testimonial1{padding:50px 0 30px 0;}
.testimonial1 .header_title{padding-bottom:30px;}
.testimonial1 .testimonial-invild{background:unset;padding:0}.testimonial-invild .review .review-description{background:#fafafa;padding:24px;border-radius:6px}.testimonial-invild .review .review-description a .first{float:left}.testimonial-invild .review .review-description a .first img{width:44px;height:44px;border-radius:50%}.testimonial-invild .review .review-description a .first p{font-size:24px;border:1px solid #689f38;background:#689f38;color:#fff;border-radius:50%;width:44px;height:44px;text-align:center;line-height:42px}.testimonial-invild .review .review-description a .second{display:inline-block;padding-left:12px}.testimonial-invild .review .review-description a .second ul{display:inline-block}.testimonial-invild .review .review-description a .second h1{font-size:16px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;text-align:left;color:#000;line-height:1px}.testimonial-invild .review .review-description a .second ul li{float:left}.testimonial-invild .review .review-description a .second ul li i{color:rgb(255 180 0)}.testimonial-invild .review .review-description a .second ul .date-revi{font-size:13px;color:rgba(0,0,0,0.5);padding-left:10px}.testimonial-invild .review .review-description .review-title{float:unset;display:inline-block;padding-top:10px;text-align:left}.testimonial-invild .review .review-description .review-title h2{font-size:18px;color:#000;font-weight:400;line-height:26px;text-transform:unset!important}.testimonial1 .testimonial-invild .review .review-description .review-title h2{font-size:16px}.testimonial-invild .review .review-description .review-title h2 a{font-size:14px;color:#000;font-weight:400;padding-top:5px}.testimonial-invild .review .review-description .review-title .rev-img{padding-top:15px}.testimonial-invild .review .review-description .review-title .rev-img img{width:106px}#more17,#more16,#more15,#more14,#more13,#more12,#more11,#more10,#more9,#more8,#more7,#more6,#more5,#more4,#more3,#more2,#more1,#more{display:none}



/*****************************************************************************************
Footer Section
*****************************************************************************************/


.footer{
	/* background:url(../img/footer-bg.jpg) no-repeat; */
	background:#16a59f;
	background-attachment: fixed;
	background-size:100% 100%;
	width:100%;
	padding:50px 0 0 0;
}
/* .foot_detail{padding-top:80px;} */
.footer_inner{}
.footer_inner h1{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding-bottom:20px;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	padding-bottom:20px;
	text-align:justify;
}
.footer_inner ul{margin:0px;padding:0px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#fff;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	/* color:#a9bd40; */
	color:#fd941e;
}
.footer_inner{}

/* .map{padding-bottom:10px;} */
/* .map h1{ */
	/* font-size: 20px; */
    /* font-family: 'Roboto', sans-serif; */
    /* color: #fff; */
    /* margin: 0px; */
	/* padding:5px 10px; */
    /* background:#21b89f; */
/* } */
/* Copyright */

.copyright_inner{padding-top:0px;}
.copyright_inner p{
	font-size:15px;
	color:#4a4a4a;
	margin:0px;
	background:#f1f1f1;
	padding:10px;
	text-align:center;
}
.copyright_inner .sms_logo{padding-left:10px;}
.copyright_inner .sms_logo img{width:20px;}


/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f38e38;
	text-transform:capitalize;
}
.header_title p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}


.header_title1{
	text-align:center;
	width:100%;
}
.header_title1 h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f38e38;
	text-transform:capitalize;
	padding-bottom:30px;
}
/* Header Title End */

.video_clinic1 .header_title{padding-bottom:30px;}


/*****************************************************************************************
Contact Section
*****************************************************************************************/

.contact_form{
	padding:50px 0;
	display:inline-block;
	width:100%;
}
.dt-sc-one-fourth{}
.dt-sc-one-fourth h2{
	font-size:22px;
	font-family: 'Bubblegum Sans', cursive;
    font-weight: 500;
	color: #2f2f2f;
	padding-bottom:20px;
}
.dt-sc-contact-info {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 5px 0 7px;
    padding: 0;
    border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}
.dt-sc-contact-info span {
    font-size: 20px;
    float: left;
    margin: 0px 10px 0px 0px;
    padding-bottom: 12px;
    width: 40px;
    text-align: center;
	color: #21b89f;
}
.dt-sc-contact-info a{color: #2f2f2f;}




/*****************************************************************************************
Form Contact Section
*****************************************************************************************/


/**********************************************************************************
Form home page
**********************************************************************************/

.form-horizontal{
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #21b89f;
    font-size: 28px;
    text-align: left;
	padding-left:35px;
    margin: 0 0 15px 0;
}
.form-horizontal .form-group{
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
	/* display:inline-block;	 */
}
.form-group1{
	display:inline-block;
	margin-left:40px!important;
}
.form-horizontal .form-group>i{
    color: rgba(0,0,0,0.2);
    font-size: 21px;
    position: absolute;
    left: 8px;
    top: 11px;
}
.form-horizontal .form-control{
    color: #006994;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    /* text-transform: capitalize; */
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #006994;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #006994;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .btn{
    color: #21b89f;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 2px solid #21b89f;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #21b89f;
    border: 2px solid #21b89f;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #006994; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #ed5b8b;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'OR';
    color: #ed5b8b;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 35px;
    margin: -35px auto 0;
    border: 3px solid #ed5b8b;
    border-radius: 50%;
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #ed5b8b;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #006994;
    border-color: #fff;
	text-decoration:none;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}



/*************************************************************************************
Gallery Section
*************************************************************************************/

.gallery {padding:50px 0;display:inline-block;width:100%;}
.gallery .header_title{padding-bottom:30px;}
.gallery .btn:focus, .gallery .btn:active, .gallery button:focus, .gallery button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gallery #image-gallery .modal-footer{
  display: block;
}

.gallery .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Video Section  */

.video_clinic{
	padding:50px 0;
	display:inline-block;
	width:100%;
}
.video_clinic1{
	padding:0px 0 50px;
	display:inline-block;
	width:100%;
}
.video_inn h1{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	padding:11px 10px;
	background:#e3efee;
	text-align:center;
}
.onload-video{float:left;}
.modal-dialog{max-width:40%!important;}

/*************************************************************************************
Header top Title Section
*************************************************************************************/

.header_all_main {
    width: 100%;
    float: left;
    /* clear: both; */
    padding: 35px 0px;
    margin: 0px 0px 0px;
    color: #FFFFFF;
	background-color: #4a4a4a;
}
.header_all_main h1 {
    float: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
	font-family: 'Bubblegum Sans', cursive;
	
}
.header_all_main .breadcrumb {
    float: right;
    margin: 8px 0px 0px;
	background:unset;
}
.header_all_main .breadcrumb li {padding-right:10px;}
.header_all_main .breadcrumb a {
    float: left;
    color: #FFFFFF;
	padding-right:10px;
}
.header_all_main .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}
.header_all_main .breadcrumb span.current {
    margin: 0px;
}

.header_all_main .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}








::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-thumb {
  background: lightgray; 
  border-radius: 5px;
}
p {
  text-align: center;
}
.video_clinic .title {
  text-align: center;
  text-transform: uppercase;
}
.video_clinic .video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
.video_clinic .popup-btn3,
.video_clinic .popup-btn2,
.video_clinic .popup-btn1,
.video_clinic .popup-btn{
  width: 100%;
  /* height: 50px; */
  display: block;
  margin: 0 auto;
  cursor: pointer; 
  border: none;
  /* background-color: white; */
}
.video_clinic .close-btn3,
.video_clinic .close-btn2,
.video_clinic .close-btn1,
.video_clinic .close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 50px auto;
  cursor: pointer; 
  border: 2px solid black;
  background-color: white;
}
.video_clinic .popup-btn3:hover,
.video_clinic .popup-btn2:hover,
.video_clinic .popup-btn1:hover,
.video_clinic .popup-btn:hover {
  color: white;
  background-color: black;
}
.video_clinic .video-popup3,
.video_clinic .video-popup2,
.video_clinic .video-popup1,
.video_clinic .video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  boxshadow: 10px 10px 10px 10px black;
  z-index:9999;
  left:0px;
}
.video_clinic .popup-bg3,
.video_clinic .popup-bg2,
.video_clinic .popup-bg1,
.video_clinic .popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.video_clinic .popup-content {
	background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.video_clinic .popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}


.robotic-area {
    padding: 0px;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.intro--area h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    color: #00626f;
    padding: 11px 0px;
    font-weight: 600;
}
.h4-head {
    color: #765122;
    font-weight: 700;
    padding-bottom: 12px;
}
.intro--area p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #000;
    line-height: 30px;
	
	text-align:left;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.intro--area-img img {
    width: 100%;
}
.intro--area h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    color: #00626f;
    padding: 11px 0px;
    font-weight: 600;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.knee-replacement-1 i {
    float: left;
    padding-top: 5px;
}
.knee-replacement-1 div {
    padding-left: 32px;
}
.knee-replacement-1 div p {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #000;
    line-height: 30px;
	    text-align: left;
}


.banner_tittle{
	background: linear-gradient(90deg, rgb(18 59 65) 30%, rgb(63 121 129) 70%);
    padding: 10px 0;
	text-align: center;
}
.tit_descr{
	width: 100%;
}
.tit_descr h1{
	text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
	text-transform:uppercase;
	
}