@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
*****************************************************************************************/

/* Header Top Section */

.header_top{
	/* border-bottom:1px solid #ddd; */
	background:#087d9e;
	padding:4px 40px;
}
.header_social {text-align:right;}
.header_social ul{margin:0px;padding:0px;}
.header_social ul li{
	display:inline-block;
	font-size: 13px;
    font-family: Arimo,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
	line-height:14px;
	padding:0 14px;
	border-right:1px solid #f1f1f1;
}
.header_social ul li a{
	color:#fff;
}
.header_social ul li:last-child{
	border-right:none;
}
.header_social ul li i{
	color:#fff;
	padding-right:8px;
}

.header_social1 {}
.header_social1 ul{margin:0px;padding:0px;}
.header_social1 ul li{
	display:inline-block;
	font-size: 13px;
    font-family: Arimo,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
	line-height:14px;
	padding:0 10px;
	border-right:1px solid #f1f1f1;
}
.header_social1 ul li:last-child{
	border-right:none;
}
.header_social1 ul li i{
	color:#fff;
	padding-right:8px;
}

/* Second Header Section */

.headertop{
	width: 100%;
    margin: 0px;
    padding: 20px 55px 20px 50px;
    display: block;
    z-index: 999999;
}
.logo {
    padding: 0px 0px;
}
.logo img{width:92%;}

.social-detail1{
	width:100%;
	margin:0px 0px;
	padding-left:0px;
	text-align:right;
	padding-top:10px;
}
.social-detail1 ul{
	margin:0px;
	justify-content: flex-end;
	display: flex;
}
.social-detail1 ul li{
	display:inline-block;
	padding:0 0px;
}
.social-detail1 ul li a{
	border-radius: 0px;
    color: #fff;
    font-family: Lato-Bold, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
	text-align:center;
    margin: 0px;
}
.social-detail1 ul li a span{font-size:10px;}
.emrgcy {
    background: #db0b20;
    padding: 0 32px;
	height:48px;
	padding-top:10px;
}
.consult {
    background: #224855;
    padding: 0 32px;
	height:48px;
	padding-top:10px;
}
.social-detail1 ul li a:hover{
	background:#087d9e;
	border-color:#087d9e;
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul li a .user-apt{padding-left:20px;}
/* Social */
/* .social-detail{ */
	/* float: left; */
    /* margin: 0px 0px; */
    /* padding: 0 0 0 0px; */
/* } */
/* .social-detail ul{} */
/* .social-detail ul li{ */
	/* display:inline-block; */
	/* padding:0 8px; */
/* } */
/* .social-detail ul li a{} */
/* .social-detail ul li a i{ */
	/* background:#ea0c85; */
	/* width:40px; */
	/* height:40px; */
	/* border-radius:50%; */
	/* line-height:40px; */
	/* text-align:center; */
	/* 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:#fcb717 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:#087d9e!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:#fcb717 no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#087d9e!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;
}


/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{
	padding:50px 0;
	position:relative;
	background:#eff4ff;
}
.about-home1{
	padding:50px 0;
	background:#f1f1f1;
}
/*.about-home:before{
	background:url(../img/abt-after.png) no-repeat;
	background-size:100% 100%;
	width:500px;
	height:100%;
	content:'';
	position:absolute;
	left:0px;
	top:0px;
}*/

/* .about-profile{padding:0 30px;} */
.about-profile img{width:100%;border-radius:50%;border:10px solid #f1f1f1;}
.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-discription{
	text-align:center;
	width:100%;
}
.about-discription1{
	text-align:center;
	width:100%;
}
.about-discription h1{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#1f91cf;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	color:#087d9e;
	font: 800 42px/55px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
	/* position: relative; */
	padding-bottom:7px;
}
/* .about-discription h2:after{ */
	/* position: absolute; */
    /* content: ''; */
    /* border-bottom:1px solid #087d9e; */
    /* width: 100%; */
    /* height: 2px; */
    /* left: 0px; */
    /* bottom: 0px; */
/* } */
.about-discription h3{
	font: 500 18px/28px 'Montserrat', sans-serif;
    color: #4a4a4a;
    padding: 10px 0px 8px 0px;
    /* position: relative; */
	text-transform:capitalize;
	/* margin-bottom:20px; */
}
/* .about-discription h4{ */
	/* font-size:28px; */
	/* font-family:Monotype Corsiva; */
	/* color:#fff; */
	/* background:#3bbbb4; */
	/* margin:0px 0 15px; */
	/* padding:5px 0 5px 10px; */
/* } */
.about-discription h4{
	font: 400 16px/28px 'Roboto', sans-serif;
    color: #4a4a4a;
    padding: 0px 0px 15px 0px;
    position: relative;
	text-transform:capitalize;
	margin-bottom:20px;
	position:relative;
}
.about-discription h4:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #ddd;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4 span{
	color:#03587d;
	font-weight:500;
}
.about-discription p{
	font: 400 16px/30px 'Roboto', sans-serif;
}
/* .about-discription .para{ */
	/* text-align:justify; */
/* } */
.about-discription p span{
	color:#03587d;
	font-weight:500;
}
.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:#dc1a7b;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more a {
    display: inline-block;
    background: #087d9e;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#fcb717;
}
.dr-more .abt-appont:hover{
	background:#087d9e;
}
.dr-more a:hover{
	background:#fcb717;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}


/*****************************************************************************************
Vision Mission Section
*****************************************************************************************/

.vision-home{
	padding:50px;
}
.vision-discription{}
.vision-discription h2{
	color:#087d9e;
	font: 800 28px/32px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
	/* position: relative; */
	padding-bottom:7px;
}
.vision-discription h3{
	color:#fff;
	background:#087d9e;
	font: 500 22px 'Montserrat', sans-serif;
    display: block;
	margin:0px 0 15px;
	/* position: relative; */
	padding:7px;
}
.vision-discription p{
	font: 400 14px/30px 'Roboto', sans-serif;
	color:#4a4a4a
}

.vision-profile{}
.vision-profile img{
	width:100%;
	border:9px solid #f1f1f1;
}

/*****************************************************************************************
Service Verticle Tab Section
*****************************************************************************************/

.service_tab{
	padding:50px 60px;
	background:#eff4ff;
}
/*  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:#4a4a4a;
  font-weight:400;
  font-size:14px;
  font-family: 'Roboto', sans-serif;
  text-align:left;
  background-color: #f1f1f1!important;
  /* border-top: 1px solid rgb(233 233 233)!important; */
  
  border-bottom: 1px solid rgb(233 233 233)!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: #087d9e!important;
  background-image: #087d9e;
  border-color:#087d9e;
  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: #087d9e!important;
  background-image: #087d9e;
  border-color:#087d9e;
  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 #087d9e;
}

.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:#087d9e;
	letter-spacing:0.5px;
	padding:10px 0;
}
.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;
	margin:0px;
}
.service_tab .bhoechie-tab-content img{
	width:100%;
	border:5px solid #f1f1f1;
	margin-top:20px;
}
.dr-more1{
	margin-bottom:15px;
}
.dr-more1 a {
    display: inline-block;
    /* background: #087d9e; */
    padding: 4px 12px;
    color: #565656;
    border: 1px solid #e1e1e1;
    font-weight: 500;
    /* text-decoration: underline; */
    text-transform: capitalize;
}
.dr-more1 a:hover{
	background:#087d9e;
	transition:0.5s;
	color:#fff;
	text-decoration:none;
}

.service_tab .bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}



/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#1f91cf;
	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:#087d9e;
	text-transform:uppercase;
	padding-bottom:30px;
}
/* Header Title End */


/**************************************************************************************
Buuton
**************************************************************************************/

.service_title .abt_btn {padding-top:15px;}
.service_title .abt_btn .abt-read{
	background:#f28097;
	padding:5px 18px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border-radius:35px;
}
.service_title .abt_btn .abt-read:hover{
	background:#1f91cf;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}



/*************************************************************************************
Hospital Section
*************************************************************************************/


.ipd_main{
	background:url(../img/header_bg1.png) repeat;
	background-attachment: fixed;
	/* background-size:100% 100%; */
	width:100%;
	padding:50px 0;
}
.opd_main{
	background:url(../img/opd_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size:cover;
	/* background:#f1f1f1; */
	width:100%;
	padding:50px 0;
}
.ipd_main .testimonial{
    padding: 0px 0px 10px;
    margin: 30px 15px 40px;
	background:#fff;
    background-size:100% 100%;
    /* text-align: center; */
    position: relative;
    transition: all 0.7s ease 0s;
	box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
}
.ipd_main .testimonial .title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
	padding:8px 5px;
	background:#f28097;
    text-transform: capitalize;
    margin: 0px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
}
.ipd_main .testimonial ul{padding:0 30px;}
.ipd_main .testimonial ul li{
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
    margin: 7px 0;
	position:relative;
	padding-left:27px;
	display:inline-block;
}
.ipd_main .testimonial ul li a{color:#fff;}
.ipd_main .testimonial ul li i{
	/* padding-right:10px; */
	position:absolute;
	left:0px;
	top:6px;
	color:#34bbb4;
}
.ipd_main .testimonial-btn {
    margin: 20px auto;
    text-align: center;
}
.ipd_main .testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
	padding-left:0px;
}
.ipd_main .testimonial-btn ul li a {
    display: block;
    background: #34bbb4;
    padding: 8px 15px;
    color: #fff;
	/* border-radius:4px; */
}
.ipd_main .sub-t a {
    background: #ed5b8a !important;
    color: #fff !important;
}




.ipd_main .testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.ipd_main .testimonial:hover .testimonial-content{ border-color: #1d3033; }
.ipd_main .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;
}
.ipd_main .testimonial:hover .testimonial-content:after{ height: 100%; }
.ipd_main .testimonial-content .testimonial-profile{ display: inline-block; }
.ipd_main .testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.ipd_main .testimonial:hover .name{ color: #fff; }
.ipd_main .testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.ipd_main .testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.ipd_main .testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.ipd_main .testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.ipd_main .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;
}
.ipd_main .testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.ipd_main .testimonial .owl-prev,
.ipd_main .testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.ipd_main .testimonial .owl-prev:before,
.ipd_main .testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.ipd_main .testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .ipd_main .testimonial .owl-theme .owl-controls,
    .ipd_main .testimonial .owl-prev,
    .ipd_main .testimonial .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .ipd_main .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .ipd_main .testimonial .rating{
        right: 12px;
    }
}


/* Inner Page Section */

.available_inn{padding:50px 0;}
.service_discription{
	padding: 20px 20px 20px 5px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
	border-bottom: 1px solid #f1f1f1;
}
.service_discription .service_title{
	padding:20px;
	height:180px;
}
.service_discription .service_title h5{
	font: 600 22px/24px 'Roboto', sans-serif;
    color: #1f91cf;
    margin: 0px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.service_discription .service_title h5 a{
	color:#2ba7b6;
}
.service_discription .service_title p{
	font: 16px/26px 'Roboto', sans-serif;
    color: #4a4a4a;
    margin: 0px;
    text-align: justify;
}


/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../img/testimonial_bg.jpg) no-repeat;
	/* background:#087d9e; */
	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: 15px;
    color: #fff;
    line-height: 27px;
    border-bottom: 1px solid #628fa5;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial-btn {
    margin: 40px auto;
    text-align: center;
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #087d9e;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.sub-t a {
    background: #fcb717 !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;
    }
}


/* 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:#087d9e;
	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:#f5c75d;
	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:#f0f5ff;
	width:100%;
	padding:50px 0 0 0;
}
.footer_inner{}
.footer_inner h1{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	color:#087d9e;
	margin:0px;
	padding-bottom:20px;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#4a4a4a;
	padding-bottom:5px;
	text-align:justify;
	line-height:28px;
}
.footer_inner ul{margin:0px;padding:0px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:7px 0;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#4a4a4a;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#087d9e;
}
.footer_inner{}
.map{
	border:2px solid #ddd;
}
/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:15px;
	color:#fff;
	margin:0px;
	background:#087d9e;
	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{
	background:url(../img/header_bg.jpg) no-repeat;
	background-size:100% 100%;
	padding:50px 0;
}
.header_title h1 {
    float: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: normal;
	font-family: 'Bubblegum Sans', cursive;
	width:100%;
}
.header_title ul{
	margin:0px auto;
}
.header_title ul li{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', cursive;
	padding:0px 0 10px 0;
	margin:0px;
	display:inline-block;
}

.header_title ul li a{
	color:#fff;
	padding-right:10px;
}
/*****************************************************************************************
Contact Section
*****************************************************************************************/

/**************************************************************************************
Contact Page
**************************************************************************************/

.head_cnt{padding:50px 0;}
.head_cnt_description1.mt4{padding-top:40px;}
.head_cnt_description1 .cnt_public{
	background:#087d9e;
	padding:20px;
	margin:15px 0;
	box-shadow:0px 15px 30px 0px rgb(0 0 0 / 10%);
	height:180px;
	/* 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:570px;
	/* width:100%; */
	/* text-align:center; */
	/* display:inline-block; */
}
.head_cnt_description1 h4{
	/* color: #f83d5a; */
	color: #fff;
    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:#fff;
	/* position:relative; */
	/* padding-left:25px; */
	margin:10px 0;
}
.head_cnt_description1 ul li i{
	color:#fff;
	padding-right:7px;
	/* position:absolute; */
	/* left:0px; */
	/* top:4px; */
}

/* Form */

.cnt_public1 h4{
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	color:#108caf;
}
.cnt_public1 form{}
.cnt_public1 .form-control1{
	width:100%;
	border:1px solid #f2f7ff;
	background:#f2f7ff;
	padding:9px;
	margin:7px 0;
	outline-color: #f28097;
	font-family: 'Roboto', sans-serif;
}
.cnt_public1 .form-control{border:1px solid #f2f7ff;outline-color: #f28097!important;margin:7px 0;}
.frm_btn input{
	background:#108caf;
	padding:5px 18px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border:none;
	cursor:pointer;
	margin-top:10px;
}


/***********************************************************************
Treatment Section
***********************************************************************/

.treatment_main{
	background:url(../img/treatment_bg.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
	padding:50px 0;
}
.header_title2{width:100%;text-align:center;padding-bottom:25px;}
.header_title2 h1{
	font-size:36px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	text-align:center;
	width:100%;
	letter-spacing:0.5px;
}
.header_title2 p{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	padding:15px 0 0;
}
.our_treatment{}
.our_treatment ul{}
.our_treatment ul li{
	list-style:none;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:12px 0;
	background:#fff;
	position:relative;
	padding:8px 5px 8px 30px;
}
.our_treatment ul li a{color:#4a4a4a;}
.our_treatment ul li i{
	position:absolute;
	left:7px;
	top:11px;
	color:#4a4a4a;
}

/**************************************************************************
Services Section
**************************************************************************/

.ser_img img{width:100%;border:7px solid #f1f1f1;}


.video1{
	padding: 50px 0 ;
}