@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}


*{
    margin:0;
    padding:0
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
body{ box-sizing: border-box; font-family: 'Open Sans', sans-serif; }
img { border: none }
ul{
    list-style: none;
}
i{
    font-weight: 400;
}
button:focus{
    outline: none!important;
}
a { text-decoration: none; }
p, h1, h2, h3, h4, h5{
    margin: 0; padding: 0;   
}
/* .row{width:100%;display:block!important;} */

/*****************************************************************************************
Header Section
*****************************************************************************************/

.headertop{
	width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 40px;
    /* background: url(../img/header_bg1.png) repeat #FFFFFF; */
	background:#fff;
    display: block;
    z-index: 999999;
	position:relative;
}
.headertop:before{
	content:'';
	position:absolute;
	/* background: url(../img/header_bg1.png) repeat #f6fffd; */
	background: url(../img/header_bg1.png) repeat #fff;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	z-index:1;
}
.header_logo{width:100%;}
.logo {
    float: left;
    padding: 24px 0px;
	z-index:99;
}
.logo img{width:100%;}
.contact-detail {
    float: right;
    margin: 20px 0px;
    padding: 0px;
	position:relative;
	z-index:99;
}

/* .contact-detail:after{ */
	/* content:''; */
	/* position:absolute; */
	/* left:-50px; */
	/* top:0px; */
	/* width:50px; */
	/* height:100%; */
	/* background:url(../img/gif_right_border.png) no-repeat; */
	/* background-size:100% 100%; */
/* } */
.contact-detail p {
    text-align: right;
    margin: 0px;
	color:#705191;
}
.contact-detail p a{
	color:#3a3a3a;
}
.contact-detail i {
    margin-left: 5px;
    color: #41b39a;
}
.social-detail11{
	float:left;
	margin:0px 0px;
	padding-left:100px;
	width:32%;
	/* position:relative; */
	
}
.social-detail11 img{width:73%;}
.social-detail1{
	float:left;
	margin:40px 0px 0;
	padding-left:10px;
	position:relative;
	z-index:99;
}

.social-detail1 ul li a{
	border-radius: 5px;
    padding: 10px 20px 10px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #41b39a;
	background:#41b39a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul li a:hover{
	background:#41b39a;
	border-color:#41b39a;
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul li a i{padding-left:20px;}
/* Social */
.social-detail{
	float: left;
    margin: 42px 0px 0;
    padding: 0 0 0 50px;
	position:relative;
	z-index:99;
}
.social-detail ul{margin:0px;}
.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;
}

/* Whatsapp */
.whatsapp-detail{
	float: left;
    margin: 9px 0px 0;
    padding: 0 0 0 0px;
	position:relative;
	z-index:99;
}
.whatsapp-detail ul{margin:0px;}
.whatsapp-detail ul li{
	display:inline-block;
	padding:0 8px;
}
.whatsapp-detail ul li a{color:#4a4a4a;font-weight:500;}
.whatsapp-detail ul li a i{
	background:#f38e38;
	width:40px;
	height:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	color:#fff;
}
.whatsapp-detail ul li a img{
	width:40px;
}


/****************************************************************************************
Banner Section
****************************************************************************************/


.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#f38e38 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:#4d897c!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:#f38e38 no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#4d897c!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;
}


/*****************************************************************************************
Text sliding Section
*****************************************************************************************/

.mt-round {
    border-radius: 0px;
}
.modern-ticker {
    font-size: 16px;
    height: 38px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
	position:fixed;
	bottom:0px;
	z-index:9999;
}
.modern-ticker {
    background-color: #fafafa;
    color: #fafafa;
}
.mt-body {
    margin: 0px;
    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: #4a4a4a none repeat scroll 0 0;
    border: 1px solid #4a4a4a;
    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);
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{
	padding:50px 30px;
	position:relative;
	display:inline-block;
}
.about-home:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	background:url(../img/abt-clinic1.png) no-repeat;
	background-size:100% 100%;
	width:200px;
	height:170px;
}
/* .about-profile{padding:0 30px;} */
.about-profile img{width:100%;border:10px solid #f1f1f1;}
.about-profile img:hover{border-color:#41b39a;}


.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{}
.about-discription h1{
	font-size:22px;
	font-family:"GeorgiaProW01-Regular";
	color:#f38e38;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	color:#41b39a;
	font: 800 50px/55px "GeorgiaProW01-Regular";
    display: block;
	margin:0px;
}
.about-discription h3{
	font: 500 18px/28px "GeorgiaProW01-Regular";
	/* font-family: 'Poppins', sans-serif; */
    color: #3a3a3a;
    padding: 10px 0px 8px 0px;
    position: relative;
	text-transform:capitalize;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #dc3c70;
    width: 379px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#fff;
	background:#7a599e;
	margin:0px;
	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;
	display:inline-block;
	/* list-style:dotted; */
}
.about-discription ul li i{
	color:#41b39a;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more a {
    display: inline-block;
    background: #41b39a;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#745197;
}
.dr-more a:hover{
	background:#f38e38;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}


/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
	padding-bottom:15px;
}
.header_title h1{
	font-size:42px;
	font-family: "GeorgiaProW01-Regular";
	color:#f38e38;
	text-transform:capitalize;
}
.header_title p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}


.header_title1{
	text-align:center;
	width:100%;
}
.header_title1 h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f38e38;
	text-transform:capitalize;
	padding-bottom:30px;
}
/* Header Title End */


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	background:#e0edea;
	padding:50px 0;
}
/* .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: 190px;
    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: 22px;
    line-height: 32px;
    font-weight: 500;
	font-family: "GeorgiaProW01-Regular";
	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:#41b39a;
}


/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../img/testimonial-bg.jpg) no-repeat;
	/* background:#3e3e3e; */
	background-size:100% 100%;
	width:100%;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 15px 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 "GeorgiaProW01-Regular";
    text-align: center;
    color: #41b39a;
    text-transform: uppercase;
    padding: 30px 0px 5px 0px;
    background: url(../img/starts-bg.png) no-repeat center bottom;
	letter-spacing:1px;
}
.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: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
	font-family: "GeorgiaProW01-Regular";
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #ddd;
    line-height: 25px;
    border-bottom: 1px solid #f7f7f7;
    padding: 0 25px 35px;
    margin: 0;
}
.testimonial-btn {
    margin: 40px auto;
    text-align: center;
}
.testimonial-btn ul li {
    font: 400 16px/16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #41b39a;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.sub-t a {
    background: #ed5b8a !important;
    color: #fff !important;
}




.testimonial .testimonial-content{
    padding: 15px 25px 12px;
    border: 1px solid #f7f7f7;
    border-top: none;
    position: relative;
    text-align: left;
    transition: all 500ms ease 0s;
}
.testimonial:hover .testimonial-content{ border-color: #1d3033; }
.testimonial .testimonial-content:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1d3033;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.7s ease 0s;
}
.testimonial:hover .testimonial-content:after{ height: 100%; }
.testimonial-content .testimonial-profile{ display: inline-block; }
.testimonial .name{
    font-size: 16px;
    font-weight: 700;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0 0 3px;
    transition: all 700ms ease 0s;
}
.testimonial:hover .name{ color: #fff; }
.testimonial .post{
    font-size: 14px;
    color: #eabd44;
    text-transform: capitalize;
}
.testimonial .rating{
    display: inline-block;
    padding: 1px 5px;
    margin: 0;
    list-style: none;
    background: #eabd44;
    position: absolute;
    right: 25px;
}
.testimonial .rating li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.testimonial .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.testimonial .owl-theme .owl-controls .owl-buttons div{
    width: 45px;
    height: 45px;
    line-height: 37px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ececec;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}
.testimonial .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: -1%;
}
.testimonial .owl-next{
    left: auto;
    right: -1%;
}
.testimonial .owl-prev:before,
.testimonial .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.testimonial .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .testimonial .owl-theme .owl-controls,
    .testimonial .owl-prev,
    .testimonial .owl-next{
        position: relative;
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width: 768px){
    .testimonial .testimonial-content{
        padding: 15px 10px 12px;
    }
    .testimonial .rating{
        right: 12px;
    }
}



/* Inner Page Testimonial Section */

.review_inner{padding:50px 0;}
.testimonial_inn{
	/* background:#defdfd; */
	background:#ecf3f3;
	padding:20px;
	height:300px;
	margin-bottom:30px;
}
.testimonial_inn h1{
	font-size:26px;
	font-family: 'Oswald', sans-serif;
	color:#18abaf;
	border-bottom:1px solid #bfdbdb;
	padding-bottom:10px;
	margin-bottom:10px;
}
.testimonial_inn p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	line-height:28px;
	text-align:justify;
}


/*************************************************************************************
Hospital Section
*************************************************************************************/


/*****************************************************************************************
Footer Section
*****************************************************************************************/

.footer_main{
	background:#41b39a;
	padding:50px 30px 46px;
}
.foot_detail{padding-top:80px;}
.footer_inner{}
.footer_inner h1{
	font-size:26px;
	font-family: "GeorgiaProW01-Regular";
	color:#fff;
	margin:0px;
	padding-bottom:10px;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	text-align:justify;
	/* padding-bottom:20px; */
}
.footer_inner ul{margin:0px;padding:0px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#fff;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#f48e39;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:0px;}
.copyright_inner p{
	font-size:15px;
	color:#fff;
	margin:0px;
	/* background:#f48e39; */
	padding:10px 0 0 0;
	border-top:1px solid #319f87;
	text-align:center;
}
.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: #41b39a;
}
.breadcrumb-section h1 {
    float: left;
    color: #FFFFFF;
	font-size:36px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
	font-family: "GeorgiaProW01-Regular";
}
.breadcrumb-section .breadcrumb {
    float: right;
    margin: 0px 0px 0px;
	padding:0px;
	background:unset;
}
.breadcrumb-section .breadcrumb a {
    float: left;
    color: #FFFFFF;
}
.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;
}



/******************************************************************************
Contact Section Page
******************************************************************************/

.contact_inner{
	/* background:#f1f1f1; */
	padding:50px 0;
	margin:0 auto;
	display:inline-block;
}
.contact_detail{}
.contact_detail h1{
	font-size:32px;
	color:#41b39a;
	font-family: "GeorgiaProW01-Regular";
	margin:0px;
	padding-bottom:20px;
}
.contact_detail ul{}
.contact_detail ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	position:relative;
	padding-left:25px;
}
.contact_detail ul li i{
	color:#41b39a;
	position:absolute;
	left:0px;
	top:5px;
}

/**********************************************************************************
Form home page
**********************************************************************************/

.form-horizontal{
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #666;
    font-size: 35px;
    text-align: center;
    margin: 10px 0 35px 0;
	font-family: "GeorgiaProW01-Regular";
}
.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 .form-terms img{text-align:left;display:inherit;}
.form-horizontal .btn{
    color: #18abaf;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 25px;
    border: 2px solid #18abaf;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #fff;
    background-color: #18abaf;
    border: 2px solid #18abaf;
}
.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: #18abaf;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'Follow us on';
    color: #4a4a4a;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 165px;
    margin: -35px auto 0;
    border: 1px solid #18abaf;
    /* 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: #18abaf;
    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;
    }
}

/******************************************************************************
Patient Education Section
******************************************************************************/

.patient_education{padding:50px 0;}
.patient_desc{
	padding:15px 0 15px 20px;
	margin:15px 0;
	width:100%;
	background:#4a4a4a;
	text-align:center;
}
.patient_desc h1{
	font-size:34px;
	font-family: "GeorgiaProW01-Regular";
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	margin:0px;
}



/******************************************************************************
Video Section
******************************************************************************/

.video_inner{
	padding:50px 0;
	display:inline-block;
}
.video_inner .video-frame{
	margin:15px 0 0;
	border:10px solid #f1f1f1;
}
.video_inner h2{
	font-size:22px;
	font-family: "GeorgiaProW01-Regular";
	color:#4a4a4a;
	font-weight:500;
	/* letter-spacing:1px; */
	margin:0px;
	text-align:center;
	padding:10px 5px;
}




/******************************************************************************
Hospital Section
******************************************************************************/

.hospital_inner{
	padding:50px 0;
	display:inline-block;
	width:100%;
}
.hospital-frame{
	box-shadow:0px 15px 30px 0px rgb(0 0 0 / 10%);
	padding:25px 25px;
	
	margin-bottom:40px;
}
.frt_height{height:430px;}
.sec_height{height:380px;}
.hospital-frame .hosp_logo{
	text-align:center;
}
.hospital-frame .hosp_logo img{
	/* width:110px; */
	width:100%;
	/* height:110px; */
	text-align:center;
	border:5px solid #f1f1f1;
	padding:5px;
	/* border-radius:50%; */
}
.hospital-frame h1{
	font-size:20px;
	font-family: "GeorgiaProW01-Regular";
	color:#41b39a;
	font-weight:500;
	/* letter-spacing:1px; */
	margin:0px;
	/* text-align:center; */
	padding:15px 0 5px;
}
.hospital-frame ul{}
.hospital-frame ul li{
	font-size:15px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	position:relative;
	padding-left:25px;
	margin:10px 0;
}
.hospital-frame ul li a{color:#4a4a4a;}
.hospital-frame ul li i{
	color:#f38e38;
	position:absolute;
	left:0px;
	top:3px;
}


/******************************************************************************
Testimonial Section
******************************************************************************/

.testimonial_inner{
	padding:50px 0;
	display:inline-block;
	width:100%;
}
.testimonial-frame{
	box-shadow:0px 15px 30px 0px rgb(0 0 0 / 10%);
	padding:15px 25px;
	/* height:330px; */
	margin-bottom:40px;
}
.testimonial-frame h1{
	font-size:22px;
	font-family: "GeorgiaProW01-Regular";
	color:#41b39a;
	font-weight:600;
	/* letter-spacing:1px; */
	margin:0px;
	/* text-align:center; */
	padding:15px 0 5px;
}
.testimonial-frame ul{}
.testimonial-frame ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	position:relative;
	padding-left:25px;
	margin:10px 0;
	text-align:justify;
}
.testimonial-frame ul li i{
	color:#f38e38;
	position:absolute;
	left:0px;
	top:3px;
}



/*****************************************************************************
Gallery Section
*****************************************************************************/

.gallery_inner{padding:50px 0;display:inline-block;width:100%;}


/*****************************************************************************
WhatsApp Section
*****************************************************************************/

.whatsapp .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp .my-float{
	margin-top:16px;
}
.navbar_menu{
    padding: 0 15px;
}
.articlessec{
    padding: 4rem 0;
}
.articlebox{
    background: #cccccc10;
    text-align: center;
    padding: 40px 0;
    box-shadow: 0 0 5px 10px #00000010;
    transition: 0.5s ease;
    border-radius: 10px;
}
.articlebox:hover{
    box-shadow: 0 0 10px 10px #00000030;
}
.articlebox img{
    width: 100px;
}
.articlessec a{
    text-decoration: none!important;
}
.articlebox h3{
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.articlebox p{
    padding: 0;
    margin: 0;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
}
.artclepage h3{
    font-size: 25px;
    font-weight: 700;
    color: #41b39a;
}
.artclepage p{
    font-size: 15px;
    margin-bottom: 0;
    color: #666666;
}
.artclepage h4{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 20px;
}
.artclepage blockquote{
    padding: 30px;
    line-height: 1.6;
    background: #41b39a;
    margin-top: 25px;
    border-radius: 5px;
}
.artclepage blockquote p{
    color: #fff;
    font-style: italic;
    font-size: 16px;
    margin: 0;
}
.artclepage blockquote h4{
    font-style: italic;
    color: #ffffff;
    margin: 0;
    padding-top: 10px;
}
.cetificate{
    text-align: center;
    padding-bottom: 2rem;
    padding-bottom: 4rem;
}
.cetificate h1{
    padding-bottom: 25px;
    font: 800 50px / 55px "GeorgiaProW01-Regular";
    font-weight: 700;
   
}
.cetificate img{
    width: 100%;
    padding: 10px;
    border:1px solid #cccccc;
}