@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;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: garamond-regular;
  src: url(../fonts/garamond-regular.ttf);
}
@font-face {
  font-family: garmond;
  src: url(../fonts/garmond.ttf);
}
@font-face {
  font-family: GARMNDB;
  src: url(../fonts/GARMNDB.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;   
}
.headertop{
    background: #f6fcff;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 15px 0px;
    /* background: url(../img/header_bg1.png) repeat #FFFFFF; */
    display: block;
    z-index: 999999;
}


.header_logo{
	width:100%;
	padding-top:20px;
	padding-right:0px;
}
.logo {
    /* float: left; */
    padding: 0px 0px;
}
.logo img{width:100%;}
.contact-detail {
    float: right;
    margin: 0px 0px;
    padding: 0px;
	width:100%;
}
.contact-detail p {
    text-align: right;
    margin: 0px;
	color:#4a4a4a;
	font-family:garmond;
    text-align: justify;
    font-size: 14px;
}
.contact-detail p a{
	color:#4a4a4a;
}
.contact-detail i {
    margin-left: 5px;
    color: #ed7887;
}
.social-detail1{
	float:right;
	margin:0px 0px;
	/* padding-left:100px; */
	/* width:50%; */
}
.social-detail1 ul li a{
	border-radius: 5px;
    padding: 10px 20px 10px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #059bab;
	background:#059bab;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
	font-family:GARMNDB;
}
.social-detail1 ul li a:hover{
	background:#f38e38;
	border-color:#f38e38;
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul li a i{padding-left:20px;}
/* Social */
.social-detail{
	/* float: left; */
    margin: 0px 0px;
    padding: 0 0 0 110px;
	/* width:25%; */
}
.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:#f38e38;
	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 i{
    font-size: 22px;
    padding: 10px 15px;
    background: #000;
}

/* .carousel-control-next-icon{
	background:#1b98d7 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:#ed7887!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:#1b98d7 no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
} */
.carousel-control-prev-icon i{
    font-size: 22px;
    padding: 10px 15px;
    background: #000;
}
.fa-arrow-left:before{
    font-size: 22px;
    padding: 10px 20px;
    background: #0063b1;
  
}

.fa-arrow-right:before{
    font-size: 22px;
    padding: 10px 20px;
    background: #0063b1;
    
}
.carousel-control-prev-icon:hover{
	background:#ed7887!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;
}
.carousel-item img{width:100%;}


/*****************************************************************************************
Text sliding Section
*****************************************************************************************/

.mt-round {
    border-radius: 0px;
}
.modern-ticker {
    font-size: 16px;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
}
.modern-ticker {
    background-color: #fafafa;
    color: #fafafa;
}
.mt-body {
    margin: 2px;
    position: relative;
}
.mt-round .mt-label {
    border-radius: 0;
}
.mt-label {
    margin-right: 2px;
    padding: 2px 8px 0 12px;
    position: absolute;
    left: 0;
}
.mt-label {
    background-color: #1b98d7;
}
.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: #f38e38 none repeat scroll 0 0;
    border: 1px solid #f38e38;
    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(../img/pause.png);
}
.mt-play {
    background-color: #1b98d7;
    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: #1b98d7;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}


/****************************************************************************************
About Section
****************************************************************************************/

.head_about{
	padding:50px 20px;
	background:#f1f1f1;
	/* position:relative; */
	display:inline-block;
}
.head_about1{
	padding:50px 20px;
	background:#ed7887;
	/* position:relative; */
	display:inline-block;
}
.head_about1 .head_abt_description h1{color:#ffffff;}
.head_about1 .head_abt_description h2{color:#e3e6e9;}
.head_about1 .head_abt_description h3{color:#e7e4e4;}
.head_about1 .head_abt_description p{color:#ede8e8;}
.head_about1 .head_abt_description .abt_btn a{background:#fff;color:#282828;}
.head_about1 .head_abt_description .abt_btn a i{color:#ed7887;}
/* .head_about:before{ */
	/* content:''; */
	/* position:absolute; */
	/* background:url(../img/abt-bg.png) no-repeat; */
	/* background-size:100% 100%; */
	/* left:0px; */
	/* top:0px; */
	/* width:40%; */
	/* height:100%; */
/* } */
.head_abt_profile{}
.head_abt_profile img{
	border-radius:50%;
	width:100%;
	/* border:5px solid #ff9300; */
    margin-top: 10px;
	
}
.head_abt_description{}
.head_abt_description h1{
	font-size:22px;
	color:#ed7887;
	font-family: GARMNDB;
	text-decoration:underline;
	letter-spacing:1px;
}
.head_abt_description h2{
	font-size:48px;
	font-family: GARMNDB;
	color:#2c63af;
	letter-spacing:1px;
	padding-bottom:5px;
	margin:0px;
}
.head_abt_description h3{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	line-height:28px;
	font-weight:400;
	padding-bottom:8px;
	margin:0px;
	border-bottom:1px dashed #ddd;
}
.head_abt_description .abt_prof{
	padding-top:10px;
	
}
.head_abt_description p{
	font-size:17px;
	font-family: garmond;
	color:#282828;
	text-align:justify;
	line-height:28px;
}
.head_abt_description .abt_btn{padding-top:10px;}
.head_abt_description .abt_btn a{
	background:#2c63af;
	padding:11px 25px;
	color:#fff;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	/* letter-spacing:1px; */
	/* border-radius:25px; */
}
.head_abt_description .abt_btn a:hover{
	background:#1676aa;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}
.head_abt_description .abt_btn a:hover i{
	transform:translateX(10px);
	transition:0.5s;
}

/* Experience */

.head_experience{padding:50px 0;}
.head_experience .abt_prof1 h4{
	font-size:28px;
	color:#ff9300;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:10px;
	margin-bottom:15px;
}
.head_experience .abt_prof1 h5{
	font-size:18px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	padding:7px 0;
}
.head_experience .abt_prof1 p span{
	color:#1676aa;
}
.head_experience .abt_prof1 p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
	line-height:28px;
}


/****************************************************************************************
Doctor Inner page About Section
****************************************************************************************/

.abt_inner_desc{
	padding:50px 0;
	background:#f1f1f1;
}
.for_pateint{
	display: inline-block;
    width: 100%;
}
.abt_sushma{width:100%;}
.abt_sushma h1{
	font-size: 28px;
    font-family: GARMNDB;
    color: #fff;
    background: #1676aa;
    margin: 0px;
    padding: 5px 0 5px 10px;
}
.abt_sushma h2{
	font-size: 24px;
    font-family: garmond;
    color: #059bab;
    /* background: #1676aa; */
    margin: 0px;
    padding: 10px 0 10px 0px;
}
.text_dec h2{text-decoration:underline;}
.abt_sushma h3{
	font-size: 28px;
	font-weight:bold;
    font-family: garmond;
    color: #059bab;
    /* background: #1676aa; */
    margin: 0px;
    padding: 0px 0 20px 0px;
}
.abt_sushma ul{
	/* padding-top:20px; */
}
.abt_sushma ul li{
	font: 500 16px/28px garmond;
    color: #4a4a4a;
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}
.abt_sushma ul li i{
    color: #f38e38;
    position: absolute;
    left: 0px;
    top: 5px;
}
.abt_sushma p{
	font-size:17px;
	font-family: garmond;
	color:#282828;
	text-align:justify;
	line-height:28px;
}



.abt_footer_inner {
    background: #059bab;
    padding: 10px 15px;
    /* height: 350px; */
	margin:25px 0;
}
.abt_footer_inner h4 {
    font-size: 18px;
    /* font-family: 'Roboto', sans-serif; */
    font-family: GARMNDB;
    /* color: #98c020; */
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.abt_footer_inner a{color:#fff;font-weight:500;font-size:15px;font-family:garmond;}
.paddding_50{padding-top:50px;}
.columns{columns:3;padding-top:20px;}
.columns1{columns:2;padding-top:20px;}
.columns li i{font-size:8px;top:9px!important;color:#168591!important;}
/* .columns1 li{padding-left:15px;} */
.columns1 li i{font-size:8px;top:9px!important;color:#168591!important;}
.abt_footer_inner ul {
    margin: 0px;
    padding: 15px 0 0;
}
.abt_footer_inner ul li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 10px 0;
    color: #f1f1f1;
    position: relative;
    padding-left: 25px;
}
.abt_footer_inner ul li i {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #fff;
}

/****************************************************************************************
Doctor Home page About Section
****************************************************************************************/

.profilesec {
    padding: 3em 0;
}
.dr-sushma{display:inline-block;width:100%;margin-bottom:1.5rem;}
.overlaybg2 {
    background: #059bab;
    position: absolute;
    width: 80%;
    height: 390px;
    left: 0px;
}
.pcnt2 {
    padding: 2em 0;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
.pcnt {
    padding: 2em 0;
    position: relative;
    padding-left: 50px;
    padding-right: 30px;
}
.pcnt2 h1,
.pcnt h1 {
    font-size: 38px;
    /* font-weight: 500; */
    color: #fff;
    padding-bottom: 5px;
	font-family: GARMNDB;
}
.pcnt2 h3,
.pcnt h3 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 0px;
	margin:0px;
    font-family: garamond-regular;
}
.pcnt2 p,
.pcnt p {
    color: #fff;
    font-family: garmond;
    font-size: 16px;
    font-weight: 400;
	text-align:justify;
	padding-top:7px;
	padding-bottom:6px;
	margin:0px;
}
.pcnt button,
.pcnt2 button {
    background: #ff9103;
    width: 140px;
    height: 40px;
    color: #fff;
    border-radius: 30px;
    font-family: garamond-regular;
    font-style: italic;
    cursor: pointer;
    border: none;
    border-right: 5px solid #dddddd;
	font-size:22px;
}
.prof2 img {
    position: absolute;
    top: 0;
    right: 0;
	width:100%;
}
.prof2 {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
	display:inline-block;
}
.prof1 img {
    position: absolute;
    top: 0;
    left: 0%;
	width:100%;
}
.overlaybg {
    background: #059bab;
    position: absolute;
    width: 80%;
    height: 380px;
    right: 0;
}
.prof1 {
    margin-bottom: 30px;
    position: relative;
}


/*************************************************************************************
home title Section
*************************************************************************************/

.header_title1 {
    text-align: center;
    width: 100%;
}
.header_title1 h1 {
    font-size: 36px;
    font-family: GARMNDB;
    color: #4a4a4a;
    text-transform: capitalize;
    padding-bottom: 35px;
	margin:0px;
	/* border-bottom:1px solid #f1f1f1; */
}
.header_title1 h2 {
	font-size: 20px;
	text-decoration:underline;
    font-family: GARMNDB;
    color: #2a2a2a;
	font-weight:400;
    text-transform: capitalize;
    padding-bottom: 30px;
}
.header_title2 {
    text-align: center;
    width: 100%;
}
.header_title2 h1 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    color: #ff9103;
    text-transform: capitalize;
    padding-bottom: 45px;
	margin:0px;
	/* border-bottom:1px solid #f1f1f1; */
}
.header_title2 h2 {
	font-size: 16px;
	text-decoration:underline;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
	font-weight:400;
    text-transform: capitalize;
    padding-bottom: 30px;
}

/*************************************************************************************
Services Section
*************************************************************************************/


.form-review{
	/*background:url(../img/header_bg1.png) repeat;
	background-attachment: fixed;
	 background-size:100% 100%; */
	background:#dee8f1;
	width:100%;
	padding:30px 0;
}

.first-serv{
	background:#dee8f1;
	padding:20px;
}
.sec-serv{
	background:#dee8f1;
	padding:20px;
}
.testimonial{
    padding: 20px 0px 10px;
    margin: 0px 15px 0;
	/* background:url(../img/footer-bg.jpg) no-repeat; */
    /* background-size:100% 100%; */
    /* text-align: center; */
    position: relative;
    transition: all 0.7s ease 0s;
}


.testimonial .title{
    font-size: 18px;
    font-weight: 700;
    color: #2c2d2e;
	line-height:28px;
    text-transform: capitalize;
    padding: 20px 5px 0px;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	/* letter-spacing:1.5px; */
	text-align:center;
}

.testimonial p {
    font: 400 15px/22px 'Montserrat', sans-serif;
    display: inline-block;
	color:#f1f1f1;
	text-align:center;
	padding:0 10px;
    /* vertical-align: top; */
    margin: 20px 0px 0px 0px;
	height:120px;
}
.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: #a9bd40; */
    background: #1676aa;
    padding: 11px 22px;
    color: #fff;
	border-radius:1px;
}
.sub-t a {
    background: #ed5b8a !important;
    color: #fff !important;
}
.serv_img img{width:100%;}



.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 Section */

.testimonial_inn{
	padding:50px 0;
	display:inline-block;
	width:100%;
}
.testimonial_descript{
	background:#f1f1f1;
	padding:30px; 
	margin:10px 0;
	width:100%;
}
.testimonial_descript h1{
	font-size:29px;
	font-family: garmond;
	color:#287ba0;
	margin:0px;
	padding-bottom:20px;
}
.testimonial_descript p{
	font-size:17px;
	font-family: garmond;
	margin:0px;
	color:#4a4a4a;
	/* padding-bottom:20px; */
	position:relative;
	padding:0 20px;
}
.testimonial_descript p .frt_icn{
	position:absolute;
	left:-10px;
	top:-5px;
	color:#fd941e;
	font-size:26px;
	opacity:0.5;
}
.testimonial_descript p .sec_icn{
	/* position:absolute; */
	/* right:0px; */
	/* bottom:-5px; */
	color:#fd941e;
	font-size:26px;
	opacity:0.5;
}


/*****************************************************************************************
Testimonials Section
*****************************************************************************************/

.testimonial1{padding:50px 0 30px 0;}
.testimonial1 .testimonial-invild{background:unset;padding:0;}.testimonial-invild .review .review-description{background:#f5eeee;padding:24px;border-radius:6px}.testimonial-invild .review .review-description a .first{float:left}.testimonial-invild .review .review-description a .first img{width:44px;height:44px;border-radius:50%}.testimonial-invild .review .review-description a .first p{font-size:24px;border:1px solid #689f38;background:#689f38;color:#fff;border-radius:50%;width:44px;height:44px;text-align:center;line-height:42px}.testimonial-invild .review .review-description a .second{display:inline-block;padding-left:12px}.testimonial-invild .review .review-description a .second ul{display:inline-block}.testimonial-invild .review .review-description a .second h1{font-size:16px;font-family: 'Roboto', sans-serif;font-weight:700;white-space:nowrap;text-overflow:ellipsis;text-align:left;color:#000;line-height:1px}.testimonial-invild .review .review-description a .second ul li{float:left}.testimonial-invild .review .review-description a .second ul li i{color:rgb(255 180 0)}.testimonial-invild .review .review-description a .second ul .date-revi{font-size:13px;color:rgba(0,0,0,0.5);padding-left:10px}.testimonial-invild .review .review-description .review-title{float:unset;display:inline-block;padding-top:10px;text-align:left; font-weight: bold; color: #1676aa !important;}.testimonial-invild .review .review-description .review-title h2{font-size:18px;color:#000;font-weight:400;line-height:26px;text-transform:unset!important;font-family: 'Roboto', sans-serif; text-align: justify;}.testimonial1 .testimonial-invild .review .review-description .review-title h2{font-size:16px;font-family: 'Roboto', sans-serif;}.testimonial-invild .review .review-description .review-title h2 a{font-size:14px;color:#000;font-weight:400;padding-top:5px}.testimonial-invild .review .review-description .review-title .rev-img{padding-top:15px}.testimonial-invild .review .review-description .review-title .rev-img img{width:106px}#more17,#more16,#more15,#more14,#more13,#more12,#more11,#more10,#more9,#more8,#more7,#more6,#more5,#more4,#more3,#more2,#more1,#more{display:none}


/*****************************************************************************************
Footer Section
*****************************************************************************************/


.footer{
	/* background:url(../img/footer-bg.jpg) no-repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	background:#ed7887;
	width:100%;
	padding:40px 0 0 0;
}
/* .foot_detail{padding-top:80px;} */
.footer_inner{}
.footer_inner h1{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	color:#f5f5f5;
	margin:0px;
	padding-bottom:10px;
}
.footer_inner p{
	font-size: 17px;
    font-family: garamond-regular;
    margin: 15px 0;
    color: #f1f1f1;
    line-height: 25px;
    padding-bottom: 20px;
    text-align: justify;
}
.footer_inner ul{margin:0px;padding:0px;}
.footer_inner ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	margin:10px 0;
	color:#f1f1f1;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#fff;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	/* color:#a9bd40; */
	color:#efefef;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:25px;}
.copyright_inner p{
	font-size:16px;
	color:#4a4a4a;
	margin:0px;
	background:#f1f1f1;
	padding:10px;
	text-align:center;
	font-family:garmond;
}
.copyright_inner .sms_logo{padding-left:10px;}
.copyright_inner .sms_logo img{width:20px;}




/*************************************************************************************
Header top Title Section
*************************************************************************************/

.breadcrumb-section {
    width: 100%;
    float: left;
    clear: both;
    padding: 35px 0px;
    margin: 0px 0px 0px;
    color: #FFFFFF;
	background-color: #4a4a4a;
}
.breadcrumb-section h1 {
    float: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
	font-family: garmond;
}
.breadcrumb-section .breadcrumb {
    float: right;
    margin: 8px 0px 0px;
	background:unset;
}
.breadcrumb-section .breadcrumb a {
    float: left;
    color: #FFFFFF;
	font-family:garmond;
}
.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
}
.breadcrumb-section .breadcrumb span.current {
    margin: 0px;
}

.breadcrumb-section .breadcrumb span {
    float: left;
    margin: 0px 8px;
    line-height: 24px;
	/* font-family:garmond; */
}


/****************************************************************************************
Contac Section
****************************************************************************************/

.contact_header{
	background:#e7f7fd;
	padding:40px 0;
	margin:0px 0;
	display:inline-block;
	width:100%;
}
.contact_head{
	text-align:center;
	padding:0 20px;
}
.contact_head .cnt_icon{}
.contact_head .cnt_icon i{
	font-size:30px;
	background:#ed7887;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	color:#fff;
	text-align:center;
}
.contact_head h1{
	font-size:32px;
	color:#ed7887;
	font-family: garmond;
	margin:0px;
	padding-bottom:10px;
	padding-top:20px;
}
.contact_head h2{
	font-size:22px;
	color:#932c7c;
	font-family: garmond;
	margin:0px;
	padding-bottom:20px;
	padding-top:0px;
}
.contact_head p{
	font-size:17px;
	color:#4a4a4a;
	font-family: garmond;
	margin:7px 0;
}
.contact_head p a{
	color:#4a4a4a;
}
.contact_head p i{
	color:#ed7887;
}

/* Form */

.contact_form{padding:50px 0;display:inline-block;width:100%;}

.main_form {
	background:#1676aa;
	padding:30px;
}
.main_form .form-control{
	background-color:#f1f1f1;
	border-color:#d3ecf5;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
}
.main_form .single_input_fieldsbtn input{
	background:#ed7887;
	font-size:18px;
	color:#fff;
	font-family: garmond;
	border:none;
	padding:4px 15px;
	cursor:pointer;
}
.main_form .single_input_fieldsbtn input:hover{
	background:#e7f7fd;
	color:#282828;
	transition:0.5s;
}


/****************************************************************************************
Service Inner Page Section
****************************************************************************************/


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	background:#e1eff7;
	padding:50px 0;
	display:inline-block;
	width:100%;
}


.header_title2{
	text-align:center;
	width:100%;
}
.header_title2 h1{
	font-size:34px;
	font-family: GARMNDB;
	color:#3c3c3c;
	text-transform:capitalize;
}
.header_title2 p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}

/* .service_main{padding:50px 0;background:#f8eff0;} */
.cmt-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* position: relative; */
    margin: 15px -15px 0;
}
/* .cymolthemes-boxes-row-wrapper.cmt-processbox-wrapper:before { */
    /* content: ''; */
    /* position: absolute; */
    /* left: -428px; */
    /* right: -46px; */
    /* height: 100%; */
    /* display: block; */
    /* background: url(../images/proccess-box-arrow1.png) center center no-repeat; */
    /* background-size: 100% 100%; */
    /* top: -65px; */
    /* margin-left: 40px; */
/* } */
.cmt-processbox-wrapper .cmt-processbox {
    position: relative;
}

.cmt-processbox-wrapper .cmt-processbox {
    /* width: calc(100% / 3); */
    max-width: 50%;
    padding: 0 15px;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    transition: all 500ms ease;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-iconbox {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cmt-processbox-wrapper .cmt-processbox .cmt-process-icon {
    display: inline-block;
    position: relative;
}
.cmt-vc_icon_element-inner img{
	/* height: 190px; */
    width: 100%;
    border: 4px solid #d1d1d1;
    background-color: #f1f1f1;
    /* border-radius: 50%; */
	/* padding:5px; */
} 
.cmt-processbox:hover .cmt-vc_icon_element-inner img{
	transform:translateY(-15px);
	transition:0.5s;
	border-color:#f16d16;
}

.cmt-processbox-wrapper .cmt-box-content {
    text-align: center;
    padding: 0 10px;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 {
    font-size: 23px;
    line-height: 32px;
    /* font-weight: 500; */
	font-family: garmond;
	color:#2e3f53;
	padding-top:10px;
    margin-bottom: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content .cmt-box-title h5 a{
	color:#2e3f53;
}
.cmt-processbox-wrapper .cmt-processbox .cmt-box-content p{
	font-family:garmond;
	font-size:16px;
}

.services_inn{
	padding:50px 0;
	display:inline-block;
	width:100%;
}
.service_title{}
.service_title h1{
	font-size:32px;
	font-family: GARMNDB;
	color:#059bab;
	padding:0 0 10px;
}
.service_title h2{
	font-size:19px;
	font-family: GARMNDB;
	color:#025b7a;
	padding:0 0 5px;
	margin:0px;
}
.service_title p{
	font-size:17px;
	font-family: garmond;
	color:#4a4a4a;
	line-height:27px;
}
.service_title ul{}
.service_title ul li{
	font-size:17px;
	font-family: garmond;
	color:#4a4a4a;
	position:relative;
	padding-left:24px;
	margin:5px 0;
}
.service_title ul li i{
	color:#025b7a;
	position:absolute;
	left:0px;
	top:5px;
}

.ser_img{padding-bottom:30px;}
.ser_img img{width:100%;border:5px solid #f1f1f1;}


/****************************************************************************************
Hospital Attachments Section
****************************************************************************************/

.attach_inn{
	padding:50px 0;
	display:inline-block;
	width:100%;
}
.hos_attach{
	background:#f1f1f1;
	padding:30px 20px;
	margin:15px 0;
	height:230px;
}
.hos_attach h1{
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	color:#f38e38;
	margin:0px;
	padding-bottom:10px;
}
.hos_attach p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	line-height:24px;
}
.hos_attach a{
	font-size:16px;
	font-family: continuum_medium;
	color:#fff;
	margin:15px 0 0;
	display:inline-block;
	background:#1b98d7;
	padding:5px 15px;
}
.hos_attach a:hover{
	color:#fff;
	background:#f38e38;
	transition:0.5s;
	text-decoration:none;
}

/****************************************************************************************
Media Section
****************************************************************************************/

.media_inner{
	padding:50px 0;
	display:inline-block;
	width:100%;
}

.media_inner .btn:focus, .media_inner .btn:active, .media_inner button:focus, .media_inner button:active {
  outline: none !important;
  box-shadow: none !important;
}

.media_inner #image-gallery .modal-footer{
  display: block;
}

.media_inner .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}



/****************************************************************************************
Hospital About Section
****************************************************************************************/


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.my-float{
	margin-top:16px;
}

.float1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:180px;
	right:20px;
	background-color:#1676aa;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.my-float1{
	margin-top:16px;
	color:#fff;
}



.ser_img1{padding:10px 0;}
.ser_img1 img{width:50%;border:4px solid #ddd;}

.ser_btn{
	    background: #059bab;
    padding: 8px 25px;
    color: #fff;
    font-size: 18px;
    font-family: garmond;
    /* letter-spacing: 1px; */
    border-radius: 25px;
}


.breadcrumb-bar {
    background: url(../assets/img/banner2.png);
    /* background: #ed7887; */
    padding: 50px 0;
    background-size: cover;
}
.breadcrumb-bar .breadcrumb-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 5px 0 0;
    text-align: center;
}

.hosp h1{
    font-size: 38px;
font-family: "Arial";
color: #000; 
font-weight: bold;
}

.hosp1{
width: 100%;
min-height: 430px;
background: #0063b1;
border-radius: 10px;
margin-bottom: 10%;
}

.hosp1 h2{
    font-size: 24px;
font-family: "Arial";
color: #fff; 
font-weight: 600;
padding-left: 15px;
}

.hosp1 p{
    font-size: 16px;
font-family: "Arial";
color: #fff; 
padding: 0 15px 10px 15px;
text-align: justify;
}

.hosp1 a{
    font-size: 16px;
font-family: "Arial";
color: #000; 
padding: 10px 15px;
background: #fff;
margin-left: 18px;
border-radius: 7px;
line-height: 50px;
}



/* .....................counter start................... */

.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
  }
  
  .fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
  }
  
  
  .sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
  }
  
  .sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  
  
  
  /* .headerLine {
    width: 250px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
  } */
  
  
  .projectFactsWrap{
      display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  
  #projectFacts .fullWidth{
    padding: 0;
  }
  
  .projectFactsWrap .item{
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
  }
  
  .projectFactsWrap .item:nth-child(1){
    background: #1676aa;
  }
  
  .projectFactsWrap .item:nth-child(2){
    background: #1676aa;
  }
  
  .projectFactsWrap .item:nth-child(3){
    background: #1676aa;
  }
  
  .projectFactsWrap .item:nth-child(4){
    background: #1676aa;
  }
  
  .projectFactsWrap .item p.number{
    font-size: 40px;
    padding: 0;
    font-weight: bold;
  }
  
  .projectFactsWrap .item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
  }
  
  
  .projectFactsWrap .item span{
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
  }
  
  
  .projectFactsWrap .item i{
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  
  .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
    color: white;
  }
  
  .projectFactsWrap .item:hover span{
    background: white;
  }
  
  @media (max-width: 786px){
    .projectFactsWrap .item {
       flex: 0 0 50%;
    }
  }
  
  @media (max-width: 320px){
    .projectFactsWrap .item {
       flex: 0 0 100%;
    }
    .sectiontitle p{
        text-align: justify;
        padding: 15px;
      }
  }
  
  

  
  .about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
  }
  
  
  .about-me-img img {
  }
  
  
  .authorWindow{
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .authorWindowWrapper{
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
  }
  
  .trans{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  @media screen and (max-width: 768px) {
      .authorWindow{
           width: 210px;
      }
  
      .authorWindowWrapper{
               bottom: -170px;
    margin-bottom: 20px;
      }
  
  }

  .choose1{
    width: 100%;
    min-height: 180px;
    border: 1px solid #ed7887;
    box-shadow: 0 0 5px;
    background: #1676aa;
    transition: 0.5s;
  }
  .choose1 h5{
    color: #fff;
    padding-top: 5px;
  }
  .choose1:hover{
    transform: scale(0.9);
  }

  .choose h2 {
    font-size: 34px;
    font-family: GARMNDB;
    color: #3c3c3c;
    text-transform: capitalize;
}
@media screen and (max-width: 320px) {
    .choose p{
        text-align: justify;
    }    
    .choose h2{
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .choose p{
        text-align: justify;
    }    
    
}

  

