@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 #21b89f;
}
.logo{padding-top:15px;}
.logo img{width:100%;}

/* Header right section */
.header_frt{float:right;width:100%;}
.header_frt .social_head{float:right;margin:0px;}
.header_frt .social_head li{
	/* display:inline-block; */
	float:left;
}
.header_frt .social_head .call_detail{
	/* display:inline-block; */
	font-family: continuum_medium;
	font-size:16px;
	color:#55565a;
	padding-top:5px;
}
.header_frt .social_head .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:#21b89f;
}
.header_frt .social_head .call_detail a{color:#55565a;}
.header_frt .social_head .frt_apt{
	/* display:inline-block; */
	background:#002c83;
	padding:7px 20px;
	font-size:16px;
	text-align:center;
	color:#fff;
	margin-left:20px;
}
.header_frt .social_head .frt_apt a{color:#fff;}
.header_frt .social_head .sec_apt{
	/* display:inline-block; */
	background:#21b89f;
	padding:7px 20px;
	font-size:16px;
	text-align:center;
	color:#fff;
}
.header_frt .social_head .sec_apt a{color:#fff;}

.header_frt .social_head .third_apt{
	/* display:inline-block; */
	background:#002c83;
	padding:7px 20px;
	font-size:16px;
	text-align:center;
	color:#fff;
}
.header_frt .social_head .third_apt a{color:#fff;}




/****************************************************************************************
Banner Section
****************************************************************************************/

.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;
}
.carousel-inner img.mob{
	display:none;	
}
.carousel-inner img.desktop{
	display:block;	
}
@media only screen and (max-width: 425px){
.carousel-inner img.desktop{
	display:none;	
}
.carousel-inner img.mob{
	display:block;	
}
}


/*****************************************************************************************
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);
}


/****************************************************************************************
Hospital About Section
****************************************************************************************/

.head_about{
	padding:50px 20px;
	background:#f1f1f1;
	position:relative;
	display:inline-block;
}
.head_about:before{
	content:'';
	position:absolute;
	background:url(../img/abt-bg.png) no-repeat;
	background-size:100% 100%;
	right:0px;
	top:0px;
	width:40%;
	height:100%;
}
.head_abt_profile{}
.head_abt_profile img{
	border-radius:50%;
	width:100%;
	/* border:5px solid #ff9300; */
	
}
.head_abt_description{}
.head_abt_description h1{
	font-size:22px;
	color:#002c83;
	font-family: Monotype Corsiva;
	text-decoration:underline;
	letter-spacing:1px;
}
.head_abt_description h2{
	color: #21b89f;
    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:#002b82;
	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:#21b89f;
	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:#002b82;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}
.head_abt_description .abt_btn .abt-appo:hover{
	background:#21b89f;
	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;
}

/**************************************************************************************
Services
**************************************************************************************/

.header_title{
	padding:0px 0 50px;
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:42px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	padding-bottom:6px;
	padding-top:10px;
}


/*********************************************************************************
Treatments
*********************************************************************************/

.treatment_home{padding:50px 20px;}
/* Title Section */

.treatment_detail{
	/* background:#21b89f; */
	background:#5a606c;
	padding:30px 260px 30px 30px;
	height:160px;
}
.treatment_detail h1{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	color:#fdfdfd;
	margin:0px;
	padding:0 0px 30px 0;
}
.treatment_detail p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	padding:0px;
}
.treatment_detail a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	/* border:1px solid #21b89f; */
	background:#fff;
	padding:5px 15px;
}
.treatment_detail a:hover{
	background:#21b89f;
	color:#fff;
	text-decoration:none;
}
.treatment_detail .treat_img{
	position:absolute;
	right:20px;
	top:0px;
}
.treatment_detail .treat_img img{
	width:100%;
	height:160px;
	padding:5px 0;
}

.margin_6{margin-top:30px;}

/*****************************************************************************************
Testimonials Section
*****************************************************************************************/

.testimonial1{padding:50px 0 30px 0;}
.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}



/*****************************************************************************************
Hospital Section
*****************************************************************************************/

.hospital_home{
	background:url(../img/hospital_bg.png) no-repeat;
	/* background-size:100% 100%; */
	background-size:cover;
	width:100%;
	padding:50px 0 30px;
}
.hospital_home1 .hospital_detail{margin:10px 0;}
.hospital_home1{
	/* background:url(../img/hospital_bg.png) no-repeat; */
	/* background-size:100% 100%; */
	/* background-size:cover; */
	width:100%;
	padding:50px 0 30px;
}

.hospital_home .header_title h1{color:#fff;}

.hospital_detail{
	background:#f1f1f1;
	padding:40px 0px;
	margin:0 20px;
}
.hospital_padd{padding:0 20px;}
.hospital_detail h1{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	color:#21b89f;
	margin:0px;
	padding-bottom:20px;
	letter-spacing:1px;
}
.hospital_detail h1 i{
	color:#21b89f;
	padding-right:10px;
}
.hospital_detail ul{}
.hospital_detail ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	margin:0px 0 0;
	color:#4a4a4a;
	padding-bottom:10px;
	text-align:justify;
	position:relative;
	padding-left:25px;
}
.hospital_detail ul li i{
	color:#21b89f;
	position:absolute;
	left:0px;
	top:5px;
}
.hospital_detail a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	background:#21b89f;
	padding:8px 10px;
	width:100%;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
}


/*****************************************************************************************
Footer Section
*****************************************************************************************/


.footer{
	background:url(../img/footer-bg.jpg) no-repeat;
	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:#21b89f;
	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:#21b89f;
}
.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:20px;}
.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
*****************************************************************************/

.header_all_main{
	background:#4a4a4a;
	padding:30px;
	text-align:center;
}
.header_all_main h1{
	font-size:32px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding:0px 0 10px;
	width:100%;
}
.header_all_main ul{margin:0px;}
.header_all_main ul li{
	display:inline-block;
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	padding-right:10px;
	margin:0px;
}
.header_all_main ul li a{color:#fff;padding-right:10px;}



/*****************************************************************************************
Contact Section
*****************************************************************************************/

.contact_form{padding:50px 0;}
.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;
}
.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;
    }
}


/*************************************************************************************
Hospital Section
*************************************************************************************/


.form-review{
	/* background:url(../img/header_bg1.png) repeat; */
	background-attachment: fixed;
	/* background-size:100% 100%; */
	width:100%;
	padding:50px 0;
}
.testimonial{
    padding: 20px 30px 10px;
    margin: 0px 15px 0;
	background:#002b82;
	/* background:url(../img/footer-bg.jpg) no-repeat; */
    /* background-size:100% 100%; */
    /* text-align: center; */
    position: relative;
    transition: all 0.7s ease 0s;
}


.testimonial .title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin: 0px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0px;
}
.testimonial ul{}
.testimonial ul li{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin: 5px 0;
	position:relative;
	padding-left:27px;
}
.testimonial ul li a{color:#fff;}
.testimonial ul li i{
	/* padding-right:10px; */
	position:absolute;
	left:0px;
	top:6px;
	color:#21b89f;
}
.testimonial-btn {
    margin: 20px auto;
    /* text-align: center; */
}
.testimonial-btn a{
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
    background: #21b89f;
    padding: 8px 22px 8px 17px;
    color: #fff;
}
.testimonial-btn ul li a {
    display: block;
    background: #21b89f;
    padding: 8px 22px 8px 17px;
    color: #fff;
	/* border-radius:4px; */
}
.sub-t a {
    background: #ed5b8a !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;
}
.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.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;
    }
}
