@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;   
}



/**************************************************************************************************
Whatsapp Section
**************************************************************************************************/

.float3{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float3{
	margin-top:16px;
}


.float4{
	position:fixed;
	width:60px;
	height:60px;
	bottom:180px;
	left:10px;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float4{
	/* margin-top:16px; */
	width:100%;
}

/**************************************************************************************************
Header Section
**************************************************************************************************/

.head-scl{
	background:#0074bb;
	padding:0px 0;
}
.head_location{
	padding:5px 0;
	text-align:center;
	width:100%;
}
.head_location ul{margin:0px;}
.head_location ul li{
	display:inline-block;
	margin:0 34px;
}
.head_location ul li a{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Oswald', sans-serif;
	letter-spacing:0.5px;
}
.head_location ul li a i{padding-right:15px;}


/* Logo Section */

.headertop{
    /* background: #e2eff8; */
    /* background: #fff7f3; */
    /* background: #f2eff8; */
    background: #f8fdff;
    padding: 10px 0;
}
/* Logo Section First Part */
.logo{
	/* padding:0px 20px; */
	padding:0px 45px;
	margin-left:-15px;
}
.logo img{
	width:100%;
}

/****************************************************************************************
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:#308f87 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:#0074bb!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:#fff;
}
.carousel-control-prev-icon{
	background:#308f87 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:#0074bb!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:#fff;
}

.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;
}


/*****************************************************************************************
Sticky Book Appointment
*****************************************************************************************/

.book_appointment .float{
	position:fixed;
	top:50%;
	right:-97px;
	padding:7px 15px;
	font-size:22px;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	/* background-color:#ccafaa; */
	/* background-color:#f38e38bf; */
	background-color:#308f87;
	border-radius:8px 8px 0 0;
	box-shadow: 2px 2px 3px #5c5c5cbf;
	z-index:100;
	transform: rotate(-90deg);
	/* overflow:hidden; */
}
.book_appointment .float1{
	position:fixed;
	bottom:26%;
	right:-80px;
	padding:7px 15px;
	font-size:22px;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	background-color:#7db182;
	border-radius:0 0 8px 8px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
	transform: rotate(-90deg);
}
.book_appointment .float i,
.book_appointment .float1 i{
	padding-right:10px;
}
.book_appointment .float:hover{
	transition:0.5s;
	box-shadow: 6px 6px 4px #999;
	text-decoration:none;
	background:#0074bb;
	transform:translateX(-10px);
	/* transform:translateY(-10px); */
	transform: rotate(-90deg);
}

.book_appointment .float1:hover{
	transition:0.5s;
	box-shadow: 6px 6px 4px #999;
	text-decoration:none;
	background:#0b689d;
	/* transform:translateY(-10px); */
	transform: rotate(-90deg);
}
.book_appointment .float:hover i,
.book_appointment .float1:hover i{
	transition:0.5s;
	transform:translateX(-5px);
}





/****************************************************************************************
Doctor Home page About Section
****************************************************************************************/

.profilesec {
    padding: 3em 0 4em;
	position:relative;
	background:#f1f1f1;
	overflow:hidden;
}
.overbg{
	background:url(../img/abt-bg.png) no-repeat;
	background-size:100% 100%;
	width:100%;
	height:650px;
	position:absolute;
	bottom:-60px;
	left:0px;
}
.dr-sushma{display:inline-block;width:100%;margin-bottom:1.5rem;}

.pcnt2 {}
 
.pcnt h1 {
    font-size: 34px;
    font-weight: 500;
    color: #0074bb;
    padding-bottom: 5px;
	font-family: 'Oswald', sans-serif;
}
.pcnt h3 {
    font-size: 18px;
    line-height: 28px;
    /* color: #1f8cc7; */
    color: #444646;
    padding-bottom: 0px;
	margin:0px;
    font-family: 'Roboto', sans-serif;
}
.pcnt p {
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
	text-align:justify;
	padding-top:15px;
	line-height:28px;
}
.pcnt button {
    background: #308f87;
    width: 140px;
    height: 40px;
    color: #fff;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    cursor: pointer;
    border: none;
    border-right: 5px solid #dddddd;
}
.pcnt button:hover{
	background:#0074bb;
	border-color:#308f87;
}
.prof {
	
}
.prof img {
    /* border:2px solid #308f87; */
    /* border:2px solid #308f87; */
	background:#308f87;
	padding: 0 0 0 5px;
	width:100%;
}


/****************************************************************************************
Attachments Section
****************************************************************************************/

.attachment{padding:80px 0;}
.attachment .service_discrip .servi_prof{height:320px;}
.attachment .service_discrip .servi_prof h1{padding-bottom:20px;}
.attachment .service_discrip .servi_prof p{
	height:auto;
	position:relative;
	padding-left:25px;
}
.attachment .service_discrip .servi_prof p i{
	color:#308f87;
	position:absolute;
	left:0px;
	top:5px;
}
.attachment .service_discrip .servi_prof a{margin-top:10px;display:inline-block;}

/****************************************************************************************
Services Section
****************************************************************************************/

.service_home{padding:50px 0;}
/* .padd_top{padding-top:40px;} */
.header_title{padding:0 0 30px 0;text-align:center;}
.header_title h1{
	font-size:36px;
	font-family: 'Oswald', sans-serif;
	color:#0074bb;
	letter-spacing:0.5px;
	margin:0px;
	text-transform:capitalize;
}
.header_title h2{
	font-size:22px;
	line-height:28px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	letter-spacing:0.5px;
	margin:0px;
	text-transform:capitalize;
}
.service_discrip{
	background:#eaf5f7;
	/* padding:20px; */
	position:relative;
	margin:0 15px;
}
.service_discrip:before{
	content:'';
	position:absolute;
	right:0px;
	bottom:0px;
	background:url(../img/ser-bg.png) no-repeat;
	background-size:100% 100%;
	height:130px;
	width:100%;
	z-index:1;
	/* transform: rotate(360deg); */
}
.service_discrip .servi_prof{padding:0 20px 30px;position:inherit;z-index:999;}
.service_discrip img{
	width:100%;
	border:2px solid #eaf5f7;
}
.service_discrip h1{
	font-size:22px;
	color:#0074bb;
	font-family: 'Oswald', sans-serif;
	text-transform:capitalize;
	letter-spacing:0.5px;
	text-align:left;
	margin:0px;
	padding:20px 0 10px 0;
}
.service_discrip p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	padding: 0 0 15px 0;
	line-height:26px;
	text-align:justify;
	z-index:2;
	height:200px;
}
.service_discrip a{
	background:#308f87;
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	padding:7px 20px;
	margin:0px;
	border-radius:25px;
	font-style: italic;
}
.service_discrip a:hover{
	background:#0074bb;
	color:#fff;
	text-decoration:none;
}


/****************************************************************************************
Gallery Section
****************************************************************************************/

.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;
}


/****************************************************************************************
Testimonial Section
****************************************************************************************/

.testimonial_home{
	padding:50px 0;
	background:url(../img/testimonial.jpg) no-repeat;
	background-size:100% 100%;
	width:100%;
}
.testimonial_home1 .testimonial_discrip{
	background:#4f6168;
	margin:0 20px;
}
.testimonial_home1{
	padding:50px 0;
	/* background:url(../img/testimonial.jpg) no-repeat; */
	/* background-size:100% 100%; */
	width:100%;
}
.testimonial_home .header_title h1{color:#fff;}
.testimonial_discrip{
	text-align:center;
	padding:20px 60px;
}
.testimonial_discrip h1{
	font-size:32px;
	font-family: 'Roboto', sans-serif;
	color:#0074bb;
	/* color:#4a4a4a; */
	margin:0px;
	background:#ffffffe6;
	padding:5px 10px;
	/* border-radius:25px; */
	/* line-height:28px; */
}
.testimonial_discrip p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#f1f1f1;
	margin:0px;
	line-height:28px;
	padding-top:20px;
	text-align:justify;
}
.testimonial_discrip a{
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	background:#308f87;
	margin:0px;
	padding:7px 20px;
	border-radius:25px;
	margin-top:30px;
	display:inline-block;
}
.testimonial_discrip a:hover{
	background:#0074bb;
	color:#fff;
	text-decoration:none;
}




/*******************************************************************************************
Award slider Section
*******************************************************************************************/

.award_discrip{padding:0 90px;}
.award_discrip img{width:100%;}

.award_abt{
	padding:50px 0;
}
.awd_abt_inn{}
.awd_abt_inn img{
	width:100%;
}
.awd_abt_inn h1{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding-top:10px;
	text-align:center;
	line-height:26px;
}
/*******************************************************************************************
Gallery Tab Section
*******************************************************************************************/
.gallery {padding:50px 0;}
.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;
}

/* Home Page Gallery Section */

.gallery_main{
	padding: 50px 0;
    background: #f2f7fb;
}
.gallery_inn{
	margin:0 15px;
	border:5px solid #ddd;
}
.gallery_inn img{width:100%;}




/*************************************************************************
Footer
*************************************************************************/

.footer{
	background:#e6eef5;
	/* background:url(../img/testimonial.jpg) no-repeat; */
	padding:50px 0 10px 0;
}
.footer .footer_title{text-align:center;}
.footer .footer_title h1{
	font-size:32px;
	color:#308f87;
	font-family: 'Oswald', sans-serif;
	margin:0px;
	padding-bottom:20px;
}
.footer .quick-footer p{
	/* border-top:1px solid #267fa4; */
	border-top:1px solid #c2dae7;
	border-bottom:1px solid #c2dae7;
	padding:14px 0;
	display:inline-block;
	width:100%;
	/* margin:0 auto; */
	text-align:center;
	margin:0px;
}
.footer .quick-footer p a{
	/* float:left; */
	padding:0 8px;
	font-size:16px;
	color:#161616!important;
	border-right:1px solid #161616;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:1px;
}
.footer .quick-footer p a i{padding-right:10px;color:#0074bb;}
.footer .quick-footer p a:last-child, .footer .quick-footer1 p a:last-child{
	border-right:none;
}
.footer .quick-footer1 p{
	/* border-top:1px solid #267fa4; */
	border-bottom:1px solid #c2dae7;
	padding:12px 0;
	display:inline-block;
	width:100%;
	/* margin:0 auto; */
	text-align:center;
	/* line-height:44px; */
	font-family: 'Roboto', sans-serif;
	margin:0px;
}
.footer .quick-footer1 p a{
	/* float:left; */
	padding:0 10px;
	font-size:15px;
	color:#282828!important;
	border-right:1px solid #282828;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:1px;
	margin:5px 0;
	display:inline-block;
}
.footer .quick-footer2 p{
	/* border-top:1px solid #267fa4; */
	/* border-bottom:1px solid #267fa4; */
	padding:14px 0;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	width:100%;
	/* margin:0 auto; */
	text-align:center;
	margin:0px;
}
.footer .quick-footer2 p a{
	/* float:left; */
	padding:0 6px;
	font-size:14px;
	color:#282828!important;
	border-right:1px solid #282828;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:1px;
}
.footer .quick-footer2 p a i{padding-right:10px;color:#0074bb;}
.footer .quick-footer3{padding-top:10px;}
.footer .quick-footer3 p{
	padding:10px 0;
	display:inline-block;
	width:100%;
	color:#fff;
	background:#0074bb;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	letter-spacing:1px;
	margin:0px;
}

.footer .quick-footer3 p a{
	font-size:12px;
	color:#282828;
	font-weight:600;
	letter-spacing:1px;
}


.sms-logo{padding-left:10px;}
.sms-logo img{width:20px;}

/* Footer Hospital */

.foot_hospital{}
.foot_hospital h1{
	font-size:22px;
	color:#0074bb;
	font-family: 'Oswald', sans-serif;
	margin:0px;
	padding-bottom:10px;
}
.foot_hospital h2{
	font-size:22px;
	color:#0074bb;
	font-family: 'Oswald', sans-serif;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
}
.foot_hospital .hos_map{
	border:2px solid #b3b3b3;
}

/****************************************************************************************
Header all page Section
****************************************************************************************/

.abt_header{
	background:url(../img/about_header.jpg) no-repeat;
	background-size:100% 100%;
}
.abt_header img{width:100%;}
.abt_header h1{
	font-size:32px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	padding:60px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}


/*****************************************************************************************
Contact Section
*****************************************************************************************/

.contact_form{padding:50px 0;}

.dt-sc-one-fourth h2 {
    font-size: 22px;
    font-family: 'Bubblegum Sans', cursive;
    font-weight: 500;
    color: #2f2f2f;
    padding-bottom: 10px;
}
.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: #308f87;
}
.dt-sc-contact-info a {
    color: #2f2f2f;
}
/* Form Section */


.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: #308f87;
    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: #308f87;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 2px solid #308f87;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #a9bd40;
    border: 2px solid #a9bd40;
}
.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;
    }
}




/****************************************************************************************
Book Appointment Section
****************************************************************************************/

.book_apt{padding:50px 0;}

.book_apt .form-horizontal .form-group{width:90%;margin-bottom:20px;}
.book_apt .form-horizontal .form-terms{width:90%;margin-bottom:20px;}

