@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;   
}
/* .row{width:100%;display:block!important;} */

/*****************************************************************************************
Header Section
*****************************************************************************************/

.headertop{
	width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 30px;
    /* background:#f6fffe; */
    background:#f8fbff;
    display: block;
    
}
.header_logo{width:100%;}
.header_logo1{
	width:100%;
	/* padding-top:20px; */
}
.logo {
    float: left;
    padding: 0px 0px;
}
.logo img{width:100%;}

.emergency_head{
	padding-top:11px;
	text-align:right;
	padding-right:30px;
}
.emergency_head img{
	width:55%;
}

.header_logo1{
	padding-top:0px;
}
.social-detail1{
	/* float:left; */
	width:100%;
	margin:0px 0px;
	padding-left:0px;
	text-align:right;
}
.social-detail1 ul{margin:0px;}
.social-detail1 ul li{
	display:inline-block;
	padding:0 10px;
}
.social-detail1 ul .num_head{
	/* transform:translateY(-33px); */
}
.social-detail1 ul .num_head a{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	padding:0px;
	margin:0px;
	/* color:#ec534b; */
	color:#1ca790;
}
.social-detail1 ul .num_head a i{
	color:#1ca790;
	padding-right:10px;
}
.social-detail1 ul .num_add{
	/* width:400px; */
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	padding:0px 0 0 39px;
	margin:0px;
	/* color:#ec534b; */
	color:#4a4a4a;
	text-align:right;
	transform:translateY(-10px);
	position:relative;
}
.social-detail1 ul .num_add i{
	color:#1ca790;
	/* padding-right:10px; */
	font-size:28px;
	position:absolute;
	left:0px;
	top:0px;
}

.social-detail1 ul .num_add a i{
	
}
.social-detail1 ul .scl_head a{
	border-radius: 0px;
    padding: 7px 15px;
    background: transparent;
    color: #fff;
    /* border: 1px solid #ea0c85; */
	background:#ea0c85;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul .scl_head a:hover{
	background:#aac329;
	border-color:#aac329;
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul .scl_head a .user-apt{padding-left:20px;}


.contact-detail {
    text-align: right;
    margin: 7px 0px 0;
    padding: 0px;
	width:100%;
	/* transform:translateX(28px); */
}
.contact-detail p {
    margin: 0px 0 0 10px;
	color:#fff;
	display:inline-block;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	background:#1751a3;
	padding:5px 25px 5px 15px;
	font-style:italic;
	/* border-radius:0 25px 25px 0; */
	
}
.para_apt{
	transform:translateX(30px);
	/* z-index:1; */
}
.contact-detail p span{
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.contact-detail .book_apt{
	background:#1ca790;
	border-radius:20px;
	padding:5px 20px;
	/* transform:translateX(-30px); */
	border-left:2px solid #f0f6ff;
	/* z-index:2; */
}
.contact-detail p a{
	color:#fff;
}
.contact-detail i {
    margin-right: 7px;
    color: #fff;
}

/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel{display:inline-block;}
.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#1ca790 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:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-next-icon:hover{
	background:#f38e38!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: "\f30b";
	left:0px;
	right:0px;
	top:0px;
	font-size:26px;
}
.carousel-control-prev-icon{
	background:#1ca790 no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#f38e38!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: "\f30a";
	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;
}


/*****************************************************************************************
Text sliding Section
*****************************************************************************************/

.mt-round {
    border-radius: 0px;
}
.modern-ticker {
    font-size: 16px;
    height: 54px;
    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 8px 0 12px;
    position: absolute;
    left: 0;
}
.mt-label {
    background-color: #f38e38;
}
.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: #a9bd40 none repeat scroll 0 0;
    border: 1px solid #a9bd40;
    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: #f38e38;
    background-image: url(../img/play.png);
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}
.mt-next, .mt-prev {
    background-color: #f38e38;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{
	padding:50px 0;
	/* position:relative; */
}
.about-home1{
	padding:50px 0;
	background:#f1f1f1;
}
/* .about-home:before{ */
	/* background:url(../img/nakshatra.png) no-repeat; */
	/* background-size:100% 100%; */
	/* width:450px; */
	/* height:450px; */
	/* content:''; */
	/* position:absolute; */
	/* left:10px; */
	/* top:65px; */
/* } */

.about-profile{
	position:absolute;
	left:0px;
	top:0px;
}
.about-profile img{width:100%;}
/* .about-profile1 img{width:100%;border:10px solid #a9bd40;} */


.about-home .about-profile {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1
}

.about-discription1{text-align:center;}
.about-discription h1{
	font-size:28px;
	font-family:Monotype Corsiva;
	/* color:#e71f73; */
	color:#1ca790;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	/* color:#1ca790; */
	color:#1751a3;
	font: 800 38px/42px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
	padding-bottom:10px;
}
.about-discription h3{
	font: 500 20px/28px 'Montserrat', sans-serif;
    color: #282828;
    padding: 10px 0px 8px 0px;
    position: relative;
	text-transform:capitalize;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #dc3c70;
    width: 379px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#fff;
	background:#1ca790;
	margin:8px 0 15px;
	padding:5px 0 5px 10px;
}
.about-discription p{
	font: 400 16px/30px 'Roboto', sans-serif;
	
}
.about-discription ul{}
.about-discription ul li{
	font: 500 16px/28px 'Roboto', sans-serif;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
	margin:5px 0;
}
.about-discription ul li i{
	color:#1ca790;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more a {
    display: inline-block;
    background: #1ca790;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#1751a3;
}
.dr-more .abt-appont:hover{
	background:#1ca790;
}
.dr-more a:hover{
	background:#1751a3;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}


/*****************************************************************************************
Free Consultant Section
*****************************************************************************************/

.free_consultant{
	background:#1751a3;
	padding:20px 0;
}
.condult_dscrip{}
.condult_dscrip h1{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:700;
	margin:0px;
	padding:0 0 5px;
}
.condult_dscrip p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding:0px;
}
.condult_dscrip1{
	padding-top:19px;
	text-align:right;
}
.condult_dscrip1 a{
	background:#e71f73;
	padding:10px 22px;
	font-size:18px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
}
.condult_dscrip1 a:hover{
	background:#34bbb4;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}

/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:34px;
	font-family: 'Oswald', sans-serif;
	color:#1751a3;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:20px;
}
.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:#1f91cf;
	text-transform:capitalize;
	padding-bottom:30px;
}
.header_title1 p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}
/* Header Title End */


.header_title2{
	text-align:center;
	width:100%;
	padding:0 120px;
}
.header_title2 h1{
	font-size:34px;
	font-family: 'Oswald', sans-serif;
	color:#1ca790;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:20px;
}
.header_title2 p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}



/*****************************************************************************************
Our Doctor Section
*****************************************************************************************/

.doctor_main{
	padding:50px 0;
	background:#edf5ff;
}

.doctor_detail{}
.doctor_detail .dct_prof{text-align:center;}
.doctor_detail .dct_prof img{
	height: 210px;
    width: 210px;
	border-radius:50%;
	border: 5px solid #ebeaea;
    background-color: #f1f1f1;
	padding:4px;
}
.mar_bot_3{padding-bottom:30px;}
.doctor_detail:hover .dct_prof img {
    transform: translateY(-15px);
    transition: 0.5s;
    border-color: #34bbb4;
}
.doctor_detail .dct_title{
	text-align:center;
}
.doctor_detail .dct_title h1{
	    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: continuum_medium;
    color: #1751a3;
    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;
}
.doctor_detail .dct_title p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	background:#e6edc3;
	padding:50px 0;
}


/*********************************************************************************
Services
*********************************************************************************/
.services_home{
	background:#f6f9ff;
	/* background:#fff; */
	padding:50px 0px;
}
.services_main{padding:20px 0px;}
.services_home .ser_frt{padding-left:0px;padding-right:0px;}
.service_discription{
	padding: 20px 20px 20px 5px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
	display:inline-block;
	border-bottom:1px solid #f1f1f1;
}
.service_icon{
	padding-right:0px;
	width:40%;
	display:inline-block;
}
.service_icon{padding-top:4px;}
.service_icon img{width:95%;border:3px solid #f1f1f1;}
.service_title{
	width:60%;
	float:right;
	display:inline-block;
}
.service_title h5{
	font: 600 22px/24px 'Roboto', sans-serif;
	color:#1f91cf;
	margin:0px;
	padding-bottom:10px;
	text-transform:capitalize;
}
.service_title h5 a{color:#1751a3;}
.service_title p{
	font: 16px/26px 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	text-align:justify;
	height:130px;
}




/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	background:#f0f4f9;
	padding:50px 0;
}
/* .service_main{padding:50px 0;background:#f8eff0;} */
.cmt-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* position: relative; */
    margin: 15px 45px 0 10px;
}
/* .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 { */
    /* max-width: 50%; */
    /* padding: 0 15px; */
    /* position: relative; */
    /* text-align: center; */
    /* margin-top: 10px; */
/* } */
.cmt-processbox-wrapper .cmt-processbox {
    /* width: calc(100% / 3); */
    max-width: 50%;
    padding: 15px 15px;
    position: relative;
    text-align: center;
    margin-top: 5px;
    box-shadow: -3px 8px 13px 0px rgb(0 0 0 / 10%);
    margin: 5px 5px 0;
    background: #fff;
}
.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:#1ca790;
}

.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; */
	font-family: 'Roboto', sans-serif;
	color:#2e3f53;
	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:#54548b;
}


/**************************************************************************************
Buuton
**************************************************************************************/

.service_title .abt_btn {padding-top:15px;}
.service_title .abt_btn .abt-read{
	background:#1ca790;
	padding:5px 18px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border-radius:0px;
}
.service_title .abt_btn .abt-read:hover{
	background:#1751a3;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}



/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	/* background:url(../img/testimonial_bg1.jpg) no-repeat; */
	background:#1ca790;
	/* background-size:cover; */
	width:100%;
	padding:30px 0;
}
.form-review1{
	background:#4a4a4a;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 50px 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: #f83d5a; */
    color: #f1f1f1;
    text-transform: uppercase;
    padding: 30px 0px 5px 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: #f1f1f1;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    border-bottom: 1px solid #199a85;
    padding: 0 25px 20px;
    margin: 0;
}
.testimonial-btn {
    margin: 20px 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: #1751a3;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.sub-t a {
    background: #f1f1f1 !important;
    color: #4a4a4a !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;
}
.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.owl-theme .owl-controls .owl-page span{
	background:#ebebeb!important;
}
.testimonial .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;
}
.testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.testimonial .owl-prev:before,
.testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial .owl-theme .owl-controls,
    .testimonial .owl-prev,
    .testimonial .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 page Section */

.testimonial_inner{padding:50px 0;}
.testimonial_des{
	background:#f1f1f1;
	padding:30px;
	margin:15px 0;
}

.testimonial_des .title{
    font-size: 22px;
    font-weight: 700;
    color: #364293;
    text-transform: capitalize;
    margin: 0px 0 22px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial_des .description{
    font-size: 16px;
    color: #4a4a4a;
	font-family: 'Roboto', sans-serif;
    line-height: 25px;
    /* border-bottom: 1px solid #199a85; */
    padding: 0 0px 10px 25px;
    margin: 0;
	position:relative;
}
.testimonial_des .description i{
	position:absolute;
	left:0px;
	top:-5px;
	color:#29a08c;
	font-size:22px;
	opacity:0.5;
}

/***************************Certificate Section Right Side Teatimonial ************************/

.hospital_certifi{}
.hospital_certifi img{width:100%;}

/* Inner Page */

.testimonial_inner{
	padding:50px 0;
}
.testimonial_detail{
	background:#f1f1f1;
	padding:30px;
	margin:15px 0;
	width:100%;
}
.testimonial_detail h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#ea0c85;
	margin:0px;
	padding-bottom:20px;
}
.testimonial_detail p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	margin:0;
	color:#4a4a4a;
	line-height:28px;
	/* padding-bottom:20px; */
	text-align:justify;
}
.testimonial_detail p i{
	color:#1f91cf;
	font-size:22px;
	padding-right:6px;
}



/*****************************************************************************************
Footer Section
*****************************************************************************************/


.our_partner{
	/* background:url(../img/fot_bg.jpg) no-repeat; */
	/* background:url(../img/footer-bg.jpg) no-repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	/* background:#1751a3; */
	/* background:#26282a; */
	background:#3a3939;
	width:100%;
	padding:50px 0 0 0;
}
.footer_inner{}
.footer_inner h1{
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding-bottom:20px;
	text-transform:capitalize;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#dfdfdf;
	padding-bottom:20px;
}
.footer_inner ul{margin:0px;padding:0px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#dfdfdf;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#dfdfdf;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#e9e9e9;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:13px;
	color:#fff;
	margin:0px;
	background:#54548b;
	padding:10px;
	text-align:center;
}
.copyright_inner .sms_logo{padding-left:10px;}
.copyright_inner .sms_logo img{width:20px;}


/*************************************************************************************
Header top Title Section
*************************************************************************************/

.header_title_page{
	/* background:#1751a3; */
	background:url(../img/header_bg_title.jpg) no-repeat;
	background-size:100% 100%;
	padding:30px 0;
	display: inline-block;
    width: 100%;
}
.head_title_inn{text-align:center;}
.head_title_inn h1{
	font-size:32px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	margin:0px;
	padding-bottom:10px;
}
.head_title_inn ul{margin:0px;}
.head_title_inn ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding:0 5px;
	display:inline-block;
}
.head_title_inn ul a{
	color:#34bbb4;
	padding-right:10px;
}



/**************************************************************************************
Contact Page
**************************************************************************************/

.head_cnt{padding:50px 0;}
.head_cnt_description1.mt4{padding-top:40px;}
.head_cnt_description1 .cnt_public{
	background:#fff;
	padding:20px;
	margin:15px 0;
	box-shadow:0px 15px 30px 0px rgb(0 0 0 / 10%);
	height:200px;
	/* width:100%; */
	text-align:center;
	/* display:inline-block; */
}
.head_cnt_description1 .cnt_public1{
	background:#fff;
	padding:20px;
	margin:15px 0;
	box-shadow:0px 15px 30px 0px rgb(0 0 0 / 10%);
	height:600px;
	/* width:100%; */
	/* text-align:center; */
	/* display:inline-block; */
}
.head_cnt_description1 h4{
	/* color: #f83d5a; */
	color: #243e6f;
    font: 800 28px 'Montserrat', sans-serif;
    display: block;
    margin: 0px;
	padding-bottom:20px;
}
.head_cnt_description1 ul{margin:10px 0 0;}
.head_cnt_description1 ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	/* position:relative; */
	/* padding-left:25px; */
	margin:10px 0;
}
.head_cnt_description1 ul li i{
	color:#1ca790;
	padding-right:7px;
	/* position:absolute; */
	/* left:0px; */
	/* top:4px; */
}
.head_cnt_description1 ul li{word-break: break-all;}
/* Form */

.cnt_public1 h4{
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	color:#243e6f;
}
.cnt_public1 form{}
.cnt_public1 .form-control1{
	width:100%;
	border:1px solid #f2f7ff;
	background:#f2f7ff;
	padding:9px;
	margin:7px 0;
	outline-color: #f83d5a;
	font-family: 'Roboto', sans-serif;
}
.cnt_public1 .form-control{border:1px solid #f2f7ff;outline-color: #f83d5a!important;margin:7px 0;}
.frm_btn input{
	background:#f83d5a;
	padding:5px 18px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border:none;
	cursor:pointer;
	margin-top:10px;
}



/******************************************************************************************
Doctor Profile Section
******************************************************************************************/


/*****************************************************************************************
Service Verticle Tab Section
*****************************************************************************************/

.service_tab{
	padding:50px 60px;
	/* background:#f6f9ff; */
}
/*  bhoechie tab */
.service_tab .bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  /* opacity: 0.97; */
  filter: alpha(opacity=97);
}
.service_tab .bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  float:left;
}
.bhoechie-tab{float:right;}
.service_tab .bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
.service_tab .bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  color:#fff;
  font-weight:400;
  font-size:14px;
  font-family: 'Roboto', sans-serif;
  text-align:left;
  background-color: #54548b!important;
  /* border-top: 1px solid rgb(233 233 233)!important; */
  border:none;
  border-bottom: 1px solid rgb(99 99 159)!important;
}
.service_tab .bhoechie-tab-menu div.list-group>a .glyphicon,
.service_tab .bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
.service_tab .bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
.service_tab .bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
.service_tab .bhoechie-tab-menu div.list-group>a.active,
.service_tab .bhoechie-tab-menu div.list-group>a.active .glyphicon,
.service_tab .bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #1ca790!important;
  background-image: #1ca790;
  border-color:#1ca790;
  color: #ffffff;
}
.service_tab .bhoechie-tab-menu div.list-group>a:hover,
.service_tab .bhoechie-tab-menu div.list-group>a:hover .glyphicon,
.service_tab .bhoechie-tab-menu div.list-group>a:hover .fa{
  background-color: #1ca790!important;
  background-image: #1ca790;
  border-color:#1ca790;
  color: #ffffff;
}
.service_tab .bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #1ca790;
}

.service_tab .bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}
.service_tab .bhoechie-tab-content h2{
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	/* color:#1751a3; */
	color:#1ca790;
	letter-spacing:0.5px;
	padding:10px 0 30px;
	text-align:center;
}
.service_tab .bhoechie-tab-content h2:after{
	
}
.service_tab .bhoechie-tab-content h3{
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	color:#eaaa17;
}
/* .service_tab .bhoechie-tab-content p{ */
	/* font-size:15px; */
	/* line-height:26px; */
	/* font-family: 'Roboto', sans-serif; */
	/* color:#4a4a4a; */
	/* padding:0px 0 10px 25px; */
	/* margin:0px; */
	/* position:relative; */
/* } */
/* .service_tab .bhoechie-tab-content p i{ */
	/* color:#29a08c; */
	/* position:absolute; */
	/* top:5px; */
	/* left:0px; */
/* } */
.service_tab .bhoechie-tab-content img{
	width:100%;
	border:5px solid #f1f1f1;
	margin-top:20px;
}

.service_tab .bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.doct_inn{
	background:#fff;
	box-shadow: 0 0 30px rgb(0 0 0 / 18%);
	padding:20px;
	/* text-align:center; */
	margin:10px 0;
	height:165px;
}
.doct_inn h1{
	font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #526d93;
    /* letter-spacing: 0.5px; */
    padding: 0px 0 5px;
    border-bottom: 1px solid #ededed;
}
.doct_inn p{
	font-size:15px;
	line-height:26px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	padding:0px 0 5px 25px;
	margin:0px;
	position:relative;
}
.doct_inn p i{
	color:#4d897c;
	position:absolute;
	top:5px;
	left:0px;
}


/*****************************************************************************************
Free Consultant Section
*****************************************************************************************/

.free_consultant{
	background:#54548b;
	padding:20px 0;
}
.free_consultant1{
	background:#1ca790;
	padding:20px 0;
}
.condult_dscrip{text-align:center;width:100%;}
.condult_dscrip h1{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:700;
	margin:0px;
	padding:0 0 5px;
}
.condult_dscrip p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding:0px;
}
.condult_dscrip1{
	padding-top:19px;
	text-align:right;
}
.condult_dscrip1 a{
	background:#e71f73;
	padding:10px 22px;
	font-size:18px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
}
.condult_dscrip1 a:hover{
	background:#34bbb4;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}




/******************************************************************************************
Clinic Image slider Section
******************************************************************************************/

.clinc_main{
	padding:50px 0 20px;
	background:#f6faff;
}
.clinic_img{
	margin:0 10px;
}
.clinic_img img{width:100%;}

.clinc_main .owl-theme .owl-controls .owl-page span{
	background:#4a4a4a!important;
}

.thumb{padding:15px 0;}