@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);
}
@font-face {
  font-family: AbandoN;
  src: url(../fonts/AbandoN.ttf);
}
@font-face {
  font-family: ZapfChancery-Italic;
  src: url(../fonts/ZapfChancery-Italic.otf);
}


*{
    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;
}
header{display:inline-block!important;}
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: 12px 30px;
    /* background:#f6fffe; */
    /* background:#f0f6ff; */
    display: block;
    
}
.header_logo{width:100%;padding-top:10px;display:inline-block;}
.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:left;
}
.social-detail1 ul{margin:0px;}
.social-detail1 ul li{
	display:inline-block;
	padding:0 10px;
}
.social-detail1 ul .num_head{
	transform:translateY(-30px);
	width:37%;
	text-align:right;
}
.social-detail1 ul .num_head a{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	padding:0px;
	margin:0px;
	/* color:#ec534b; */
	color:#08698d;
}
.social-detail1 ul .num_head a i{
	color:#08698d;
	padding-right:10px;
}
.social-detail1 ul .num_add{
	width:96%;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	padding:0px 0 5px;
	margin:0px;
	/* color:#ec534b; */
	color:#4a4a4a;
	text-align:right;
	line-height:26px;
}
.social-detail1 ul .num_add span i{
	color:#fdc526;
}
.social-detail1 ul .num_add span{
	color:#4a4a4a;
	padding:0 10px;
}
.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: 0px 0px;
    padding: 0px;
	width:100%;
}
.contact-detail p {
    margin: 0px 0 0 10px;
	color:#fff;
	display:inline-block;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	background:#fbba00;
	padding:5px 25px 5px 15px;
	font-style:italic;
	/* border-radius:0 25px 25px 0; */
}
.contact-detail p span{
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.contact-detail .book_apt{
	background:#3a4b81;
	border-radius:20px;
	padding:5px 20px;
	transform:translateX(-30px);
	border-left:2px solid #f0f6ff;
}
.contact-detail .book_apt:hover{
	background:#fbba00;
	transition:0.5s;
	border-color:#08698d;
}
.contact-detail .book_apt:hover i,
.contact-detail .book_apt:hover a{
	color:#08698d;
}
.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:#fbba00 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:#3a4b81!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:#fbba00 no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#3a4b81!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 .banner_text{
    top: 15%;
    right: 11%;
    padding: 40px 20px;
    position: absolute;
    /* width: 620px; */
    /* height: 260px; */
    /* background: #ffffff95; */
    
}
.banner .banner_text h1 {
    font-size: 55px;
    font-family: AbandoN;
    color: #0d304f;
    line-height: 35px;
	letter-spacing:6px;
    margin: 0;
    /* font-weight: 800; */
	text-transform:lowercase;
    padding-bottom: 25px;
}
.banner .banner_text p {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    line-height: 32px;
    margin: 0;
    padding-bottom: 20px;
    color: #282828;
    /* font-weight: 600; */
	text-transform:capitalize;
}
.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);
}



/*****************************************************************************
Contact below banner Section
*****************************************************************************/

.appoint-part-bg {
    background: #e9f4ff;
}
.c-bg {
    padding: 10px 0px;
}
/* .info-icon { */
    /* display: inline-block !important; */
/* } */
.top-info-icon{
	text-align:center;
}
.top-info-icon:after {
    content: '';
    right: 0px;
    background-color: #00000015;
    position: absolute;
    height: 80px;
    width: 1px;
}
.top-info-icon.nonea:after{
	display : none
}
.info-icon img {
    width: 50px;
    position: relative;
    top: -17px;
    left: -8px;
}
.info-icon .frt_icn {
    width: 50px;
    position: relative;
    /*top: -36px;*/
	top: -17px;
    left: -8px;
}
.info-text-part {
    display: inline-block;
    padding-top: 10px;
}
.info-text-part strong {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: 16px;
}
.info-text-part p {
    margin: 0px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
    font-size: 22px;
}
.info-text-part p a {
    color: #4C4C4C;
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{
	padding:80px 0;
	/* position:relative; */
}
.about-home1{
	padding:50px 0;
	/* background:#f1f1f1; */
}
/* .about-home:before{ */
	/* background:url(../img/dr_atit.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-home .about-profile:before { */
    /* position: absolute; */
    /* content: ''; */
    /* width: 100%; */
    /* height: 100%; */
    /* top: 0; */
    /* left: 0; */
    /* background-color: #d94574; */
    /* z-index: -1; */
    /* -webkit-animation: border-transform-default-two 10s linear infinite alternate forwards; */
    /* animation: border-transform-default-two 10s linear infinite alternate forwards */
/* } */

.about-home .about-profile img {
    /* -webkit-animation: border-transform-default 10s linear infinite alternate forwards; */
    /* animation: border-transform-default 10s linear infinite alternate forwards; */
}

@-webkit-keyframes border-transform-default {

    0%,
    to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}


.about-discription{
	padding:0 30px 0 30px;
}
.about-discription h1{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#f5c70b;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	/* color:#1ca790; */
	/* color:#08698d; */
	color:#fbba00;
	font: 800 38px/42px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
	text-transform:uppercase;
}
.about-discription h3{
	font: 400 18px/28px 'Roboto', 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 #08698d;
    width: 100%;
    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;
	text-align:justify;
}
.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: #f5c70b;
    padding: 10px 22px 10px 17px;
    color: #fff;
	border-radius:25px;
}
.dr-more .abt-appont{
	background:#3a4b81;
}
.dr-more .abt-appont:hover{
	background:#f5c70b;
}
.dr-more a:hover{
	background:#08698d;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}


/*****************************************************************************************
Free Consultant Section
*****************************************************************************************/

.free_consultant{
	background:#3a4b81;
	padding:20px 0;
}
.condult_dscrip{}
.condult_dscrip h1{
	font-size:28px;
	font-family: AbandoN;
	color:#fff;
	letter-spacing:3px;
	text-transform:lowercase;
	/* 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;
	text-transform:uppercase;
}
.condult_dscrip1{
	padding-top:19px;
	text-align:right;
}
.condult_dscrip1 a{
	background:#f5c70b;
	padding:10px 22px;
	font-size:18px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
}
.condult_dscrip1 a:hover{
	background:#08698d;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}

/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:38px;
	font-family: AbandoN;
	color:#fbba00;
	text-transform:lowercase;
	letter-spacing:2px;
	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:38px;
	font-family: AbandoN;
	color:#fbba00;
	text-transform:lowercase;
	letter-spacing:2px;
	padding-bottom:0px;
}

.header_title1 p{
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}
/* Header Title End */





/*****************************************************************************************
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
*********************************************************************************/
.services_home{
	background:#eff9ff;
	/* background:#fff; */
	padding:50px 0px;
}
.services_main{
	padding-top:30px;
}
.service_discription{
	text-align:center;
	margin:0 10px;
	padding:30px 10px;
	background:#fff;
}
.service_discription:hover .service_icon img{
	border-color:#edc316;
	transition:0.5s;
}
/* .service_discription:hover .abt_btn a{ */
	/* background:#08698d; */
/* } */
.service_icon{padding:0 30px;}
.service_icon img{
	width:100%;
	border:5px solid #ddd;
	padding:5px;
	border-radius:50%;
}

.service_title{
	padding:10px 0;
}
.service_title h5{
	font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #2e3f53;
    padding-top: 10px;
    margin-bottom: 5px;
}
.service_title h5 a{
	color: #4a4a4a;
	/* color: #08698d; */
}
.service_title p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
	line-height:26px;
	/* text-align:justify; */
}



/**************************************************************************************
Buuton
**************************************************************************************/

.service_title .abt_btn {padding-top:15px;}
.service_title .abt_btn .abt-read{
	background:#edc316;
	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:#08698d;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}



/*************************************************************************************
Hospital Attachments Section
*************************************************************************************/

.attach_home1{
	background:#f6f9ff;
	/* background:#fff; */
	padding:50px 0px;
}

.hosp_main1{padding:20px 0px 0;}
.hosp_discription1{
	padding: 20px 25px;
	margin-bottom:20px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
	display:inline-block;
	border-bottom:1px solid #f1f1f1;
	width:100%;
	/*height:280px;*/
}
.hosp_discription2{
	padding: 20px 25px;
	margin-bottom:20px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
	display:inline-block;
	border-bottom:1px solid #f1f1f1;
	width:100%;
	/* height:250px; */
}

.hosp_discription1 h5{
	font: 600 22px/24px 'Roboto', sans-serif;
	color:#edc316;
	margin:0px;
	padding-bottom:10px;
	text-transform:capitalize;
}
.hosp_discription1 h5 a{color:#3a4b81;}
.hosp_discription1 p{
	font: 16px/26px 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	text-align:justify;
	/* height:130px; */
}
.hosp_discription1 p span{
	color:#08698d;
	font-weight:600;
}
.hosp_discription1 ul{
	padding-top:5px;
}
.hosp_discription1 ul li{
	font: 16px/26px 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:10px 0;
	position:relative;
	padding-left:23px;
}
.hosp_discription1 ul li a{color:#4a4a4a;}
.hosp_discription1 ul li i{
	color:#08698d;
	position:absolute;
	left:0px;
	top:5px;
}

/*************************************************************************************
Hospital Attachments Section
*************************************************************************************/

.attach_home{
	background:#f6f9ff;
	/* background:#fff; */
	padding:50px 0px;
}
.hosp_main{padding:20px 0px 0;}
.attach_home .ser_frt{padding:10px;}
.hosp_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;
	width:100%;
	height:250px;
}
.hosp_icon{
	padding-right:0px;
	width:40%;
	display:inline-block;
}
.hosp_icon{padding-top:4px;}
.hosp_icon img{width:95%;border:3px solid #f1f1f1;}
.hosp_title{
	width:60%;
	float:right;
	display:inline-block;
	padding-left:10px;
}
.hosp_title h5{
	font: 600 22px/24px 'Roboto', sans-serif;
	color:#edc316;
	margin:0px;
	padding-bottom:10px;
	text-transform:capitalize;
}
.hosp_title h5 a{color:#3a4b81;}
.hosp_title p{
	font: 16px/26px 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	text-align:justify;
	/* height:130px; */
}
.hosp_title p span{
	color:#08698d;
	font-weight:600;
}
.hosp_title ul{
	padding-top:5px;
}
.hosp_title ul li{
	font: 16px/26px 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:10px 0;
	position:relative;
	padding-left:23px;
}
.hosp_title ul li a{color:#4a4a4a;}
.hosp_title ul li i{
	color:#08698d;
	position:absolute;
	left:0px;
	top:5px;
}

/* Button Attachments */

.view_hospital {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
}
.view_hospital a {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #3a4b81;
    padding: 8px 18px;
}
.view_hospital a img {
    width: 30px;
    margin-left: 10px;
}
.view_hospital a:hover{
	background:#edc316;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}



/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../img/testimonial_bg1.jpg) no-repeat;
	/* background:#282828; */
	background-size:cover;
	width:100%;
	padding:30px 0;
}
.form-review1{
	background:#4a4a4a;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 150px 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: #f1f1f1; */
    /* text-transform: uppercase; */
    /* padding: 30px 0px 5px 0px; */
    /* background: url(../img/starts-bg.png) no-repeat center bottom; */
/* } */
.testimonial h2{
	font: 400 30px/30px AbandoN;
    text-align: center;
    /* color: #f83d5a; */
    color: #f1f1f1;
    text-transform: lowercase;
    padding: 30px 0px 5px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
    letter-spacing: 2px;
}
.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 #bdbdbd;
    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: #edc316;
    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%;
}
.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 Pages */

.review_home{padding:50px 0;}
.testi_discription{
	padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
	display:inline-block;
	border-bottom:1px solid #f1f1f1;
	width:100%;
	height:280px;
	margin:15px 0;
}
.testi_discription h1{
	font-size:22px;
	font-family:AbandoN;
	color:#fbba00;
	letter-spacing:2px;
	text-transform:lowercase;
	margin:0px;
	padding:0 0 15px;
}
.testi_discription p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	text-align:justify;
}
.testi_discription p i{
	color:#f7e3aa;
	padding-right:7px;
}



/***************************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:#ffcd00;
	width:100%;
	padding:50px 0 0 0;
}
.footer_inner{}
.footer_inner h1{
	font-size:28px;
	font-family: ZapfChancery-Italic;
	color:#3a4b81;
	margin:0px;
	padding-bottom:20px;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#282828;
	padding-bottom:0px;
	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:#282828;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#282828;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#3a4b81;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:15px;
	color:#fff;
	margin:0px;
	background:#3a4b81;
	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:#f1f1f1; */
	background:url(../img/header_bg.jpg) no-repeat;
	background-size:100% 100%;
	padding:30px 0;
	display: inline-block;
    width: 100%;
}
.head_title_inn{text-align:left;width:100%;}
.head_title_inn h1{
	font-size:32px;
	color:#dbb311;
	font-family: AbandoN;
	font-weight:500;
	letter-spacing:3px;
	text-transform:lowercase;
	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:#fff;
	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: #fbba00;
    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:#dbb311;
	padding-right:7px;
	/* position:absolute; */
	/* left:0px; */
	/* top:4px; */
}

/* 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;
}



/******************************************************************************************
Clinic Image slider Section
******************************************************************************************/

.clinc_main{
	padding:50px 0;
	background:#f6faff;
}
.clinic_img{
	margin:0 10px;
}
.clinic_img img{width:100%;}



/*****************************************************************************************
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: #08698d!important;
  /* border-top: 1px solid rgb(233 233 233)!important; */
  text-transform:uppercase;
  border-bottom: 1px solid rgb(49 95 161)!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: #f5c70b!important;
  background-image: #f5c70b;
  border-color:#f5c70b;
  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: #f5c70b!important;
  background-image: #f5c70b;
  border-color:#f5c70b;
  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 #f5c70b;
}

.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:29px;
	font-family: AbandoN;
	letter-spacing:2px;
	text-transform:lowercase;
	color:#dbb311;
	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 25px;
	margin:0px;
	position:relative;
}
.service_tab .bhoechie-tab-content p i{
	color:#08698d;
	position:absolute;
	top:5px;
	left:0px;
}
.service_tab .bhoechie-tab-content p span{
	font-size:16px;
	font-family: AbandoN;
    letter-spacing: 2px;
    text-transform: lowercase;
    color: #08698d;
}
.service_tab .bhoechie-tab-content table{margin-bottom:20px;}
.service_tab .bhoechie-tab-content table tr{
	border:1px solid #ddd;
}
.service_tab .bhoechie-tab-content table tr td{
	border:1px solid #ddd;
	padding:6px;
	font-size:15px;
	color:#282828;
}
.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;
}



/******************************************************************
Gallery Section
******************************************************************/

.gallery{padding:50px 0;}
.gallery .modal-lg{width:600px!important;}
.gallery .btn:focus, .gallery .btn:active, .gallery button:focus, .gallery button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gallery #image-gallery .modal-footer{
  display: block;
}

.gallery .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.img_title{
	font-size:9px;
	line-height:16px;
	color:#fff;
	background:#fbba00;
	text-align:center;
	/* text-transform:uppercase; */
	font-family: 'Roboto', sans-serif;
	padding:7px 10px;
}