@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: 10px 40px;
    /* background: url(../img/header_bg1.png) repeat #FFFFFF; */
    display: block;
    z-index: 999999;
	/* border-top:3px solid #aac329; */
}
.header_logo{width:100%;padding-top:32px;}
.logo {
    float: left;
    padding: 0px 0px;
}
.logo img{width:100%;}
.contact-detail {
    float: right;
    margin: 0px 0px;
    padding: 0px;
}
.contact_transition{
	transform:translateY(-16px);
}
.contact-detail p {
    text-align: right;
    margin: 0px;
	color:#705191;
}
.contact-detail p a{
	color:#705191;
}
.contact-detail i {
    margin-left: 5px;
    color: #aac329;
}
.social-detail1{
	float:left;
	margin:0px 0px;
	padding-left:70px;
}
.social-detail1 ul li a{
	border-radius: 35px;
    padding: 10px 20px 10px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #005cac;
	background:#005cac;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul li a:hover{
	background:#aac329;
	border-color:#aac329;
	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 50px;
}
.social-detail ul{}
.social-detail ul li{
	display:inline-block;
	padding:0 8px;
}
.social-detail ul li a img{
	width:40px;
}
.social-detail ul li a{}
.social-detail ul li a i{
	background:#aac329;
	width:40px;
	height:40px;
	border-radius:50%;
	line-height:40px;
	text-align:center;
	color:#fff;
}



/****************************************************************************************
Banner Section
****************************************************************************************/


.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#aac329 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:#f38e38!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:#aac329 no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#f38e38!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: 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: #005cac;
}
.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: #fff none repeat scroll 0 0; */
    /* background: #fff; */
    background-image: #fff;
    border: 1px solid #fff;
    display: block;
    font-size: 17px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    color: #4a4a4a;
}
.mt-news a:hover{
	color:#4a4a4a;
}
.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: #005cac;
    background-image: url(../img/play.png);
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-round .mt-next {
    border-radius: 0 0px 0px 0;
}
.mt-next, .mt-prev {
    background-color: #005cac;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{padding:90px 0 20px;}
/* .about-profile{padding:0 30px;} */
.about-profile img{width:100%;border:10px solid #f1f1f1;}
.about-profile1 img{width:100%;border:10px solid #f1f1f1;}


.about-home .about-profile {
    margin-bottom: 0px;
    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_award{text-align:center;transform:translateY(-90px);}
.about_award ul{padding:0 40px;display:inline-block;}
.about_award ul li{
	padding:0px 0;
}
.about_award ul li img{
	width:100%;
}

.about_award h4{
	font-size:24px;
	font-family:Monotype Corsiva;
	color:#fff;
	background:#34a9df;
	margin:0px 0 20px;
	padding:5px;
}

.about-discription{}
.about-discription h1{
	font-size:24px;
	font-family:Monotype Corsiva;
	color:#85ba25;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	color:#0085c9;
	font: 800 50px/55px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
}
.about-discription h3{
	font: 500 20px/32px 'Roboto', sans-serif;
    color: #4a4a4a;
    padding: 10px 0px 8px 0px;
    position: relative;
	letter-spacing:0.5px;
	text-transform:capitalize;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #0085c9;
    width: 379px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:24px;
	/*font-family:Monotype Corsiva;*/
	color:#fff;
	color:#0085c9;
	margin:0px;
	margin-bottom: 8px;
	/*padding:5px 0 5px 10px;*/
}
.about-discription p{
	font: 400 16px/30px 'Roboto', sans-serif;
	text-align:justify;
	color:#4a4a4a;
}
.about-discription ul{}
.about-discription ul li{
	font: 400 16px/30px 'Roboto', sans-serif;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
	margin:5px 0;
}
.about-discription ul li i{
	color:#f38e38;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more a {
    display: inline-block;
    background: #0085c9;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#85ba25;
}
.dr-more a:hover{
	background:#85ba25;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}

.dr-more .abt-appont:hover{
	background:#0085c9;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}



/*****************************************************************************************
Free Consultant Section
*****************************************************************************************/

.free_consultant{
	/* background:#1751a3; */
	background:url(../img/cons-apt-visit.jpg) no-repeat;
	background-size:100% 100%;
	/* background-attachment:fixed; */
	padding:30px 0;
	text-align:left;
	/* float:right; */
	display: flex;
    width: 100%;
}

.condult_dscrip{
	text-align: center;
    width: 100%;
    background: #fff;
    width: 200px;
    height: 200px;
    padding: 16px 10px 10px;
    margin: 0 24px;
    border: 6px solid #abd9f1;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.condult_dscrip h1{
	font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #0085c9;
    font-weight: 700;
    margin: 0px;
    padding: 0 28px 5px;
}
.condult_dscrip p{
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
    line-height: 18px;
    margin: 0px;
    padding: 5px 0 0;
}
.condult_dscrip a{
	display: inline-block;
    background: #0085c9;
    padding: 5px 20px;
    border-radius: 36px;
    /* margin-top: 10px; */
    color: #fff;
    background: #85ba25;
    font-size: 16px;
    width: 100%;
	height:90px;
    line-height: 21px;
	overflow:hidden;
	transform:translateY(85px);
}
.condult_dscrip:hover a{
	transform:translateY(5px);
	transition:0.5s;
	color:#fff;
}
.condult_dscrip a i{padding-right:5px;}

.condult_dscrip1{
	padding-top:19px;
	text-align:right;
}
.condult_dscrip1 a{
	background:#e71f73;
	padding:10px 22px;
	font-size:18px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
}
.condult_dscrip1 a:hover{
	background:#34bbb4;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}



.free_consultant1{
	background:url(../img/cons-apt-visit1.jpg) no-repeat;
	background-size:100% 100%;
	/* background-attachment:fixed; */
	padding:50px 0;
}
.consult_dscrip1{text-align:right;width:100%;}
.consult_dscrip1 h1{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:700;
	margin:0px;
	padding:0 0 5px;
}
.consult_dscrip1 p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding:0px;
}
.consult_dscrip1 a{
	background:#0085c9;
	padding:10px 22px;
	font-size:18px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
	display:inline-block;
	margin-top:16px;
}
.consult_dscrip1 a:hover{
	background:#85ba26;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}



/*****************************************************************************************
Header Title Section
*****************************************************************************************/


.header_title{
	text-align:center;
	width:100%;
}
.header_title h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#0085c9;
	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:#005cac;
	text-transform:capitalize;
	padding-bottom:30px;
}

.header_title2{
	text-align:center;
	width:100%;
}
.header_title2 h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f1f1f1;
	text-transform:uppercase;
	padding-bottom:10px;
}
/* Header Title End */


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	/* background:#e6edc3; */
	background:#eff9ff;
	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:2px;
} 
.cmt-processbox:hover .cmt-vc_icon_element-inner img{
	transform:translateY(-15px);
	transition:0.5s;
	border-color:#85ba25;
}

.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: 'Roboto', sans-serif;
	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:#4a4a4a;
}

/*************************************************************************************
Partner Section
*************************************************************************************/

.our_partner{
	background:url(../img/footer_bg.jpg) no-repeat;
	/* background:#4a4a4a; */
	background-attachment: fixed;
	background-size:100% 100%;
	width:100%;
	padding:20px 0 0 0;
}
.hospital_affil{background:#fff;width:100%;vertical-align: middle;}
.partner_main{
    padding-top: 0px;
    margin: 0px 15px 0;
    /* border: 1px solid #fff; */
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
	height: 185px;
    line-height: 185px;
}
.partner_main img{width:100%;}

.partner_main .owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    top: 50%;
}
.partner_main .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;
}
.partner_main .owl-theme .owl-controls .owl-buttons div:hover{
    background: #ed5b8a;
    border-color: #ed5b8a;
}
.partner_main .owl-prev,
.partner_main .owl-next{
    position: absolute;
    left: -1%;
}
.partner_main .owl-next{
    left: auto;
    right: -1%;
}
.partner_main .owl-prev:before,
.partner_main .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    color: #ececec;
}
.partner_main .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
    .partner_main .owl-theme .owl-controls,
    .partner_main .owl-prev,
    .partner_main .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; */
    /* } */
/* } */



/*****************************************************************************************
Testimonials Section
*****************************************************************************************/

.testimonial1{padding:50px 0 30px 0;}
.testimonial1 .testimonial-invild{background:unset;padding:0}.testimonial-invild .review .review-description{background:#fafafa;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-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}.testimonial-invild .review .review-description .review-title h2{font-size:18px;color:#000;font-weight:400;line-height:26px;text-transform:unset!important}.testimonial1 .testimonial-invild .review .review-description .review-title h2{font-size:16px}.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}

/* Inner Page Section */

.testimonial-inn .serv_myth {}
.testimonial-inn .serv_myth p i{
	/* color:#735197; */
	color:#f38e38;
	font-size:26px;
	padding-right:5px;
	opacity:0.9;
}

.view_testimonial{
	width:100%;
	text-align:center;
	padding:30px 0;
}
.view_testimonial a{
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	background:#00a6e1;
	padding:8px 18px;
}
.view_testimonial a img{
	width:30px;
	margin-left:10px;
}
.view_testimonial a:hover{
	background:#9ac11f;
	transition:0.5s;
	color:#fff;
	text-decoration:none;
}

/*****************************************************************************************
Blog Section
*****************************************************************************************/

.blog_frt{
	padding:15px 0;
}
.blog_frt img{width:100%;}

/*****************************************************************************************
Footer Section
*****************************************************************************************/

.foot_detail{padding-top:80px;}
.footer_inner{}
.footer_inner h1{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	/* color:#98c020; */
	color:#f1f1f1;
	margin:0px;
	padding-bottom:20px;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#f1f1f1;
	padding-bottom:0px;
}
.footer_inner ul{margin:0px;padding:15px 0 0;}
.foot_treat{column-count:2;}
.foot_treat li, .foot_treat1 li{padding-bottom:10px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:0 0 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;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:15px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:0px;
	/* background:#0085c9; */
	background:#fff;
	padding:10px;
	text-align:center;
}
.copyright_inner .sms_logo{padding-left:10px;}
.copyright_inner .sms_logo img{width:20px;}



/*************************************************************************************
Header top Title Section
*************************************************************************************/

.head_main_title {
    width: 100%;
    padding: 55px 0px;
	background: url(../img/cons-apt-visit2.jpg) no-repeat;
	background-size:cover;
}
.head_main_title h1 {
    font-size:32px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: normal;
	font-family: 'Bubblegum Sans', cursive;
	text-align:right;
	width:100%;
}
/*****************************************************************************************
Contact Section
*****************************************************************************************/

.contact_form{padding:50px 0;}
.dt-sc-one-fourth{}
.dt-sc-one-fourth h2{
	font-size:22px;
	font-family: 'Bubblegum Sans', cursive;
    font-weight: 500;
	color: #2f2f2f;
	padding-bottom:20px;
}
.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: #a9bd40;
}
.dt-sc-contact-info a{color: #2f2f2f;}




/*****************************************************************************************
Form Contact Section
*****************************************************************************************/


/**********************************************************************************
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: #a9bd40;
    font-size: 28px;
    text-align: left;
	padding-left:35px;
    margin: 0 0 15px 0;
}
.form-horizontal .form-group{
    width: 90%;
    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: #a9bd40;
    background-color: unset;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 5px;
    border: 2px solid #a9bd40;
    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;
    }
}


/*****************************************************************************************
Form Contact Section
*****************************************************************************************/

.form-review1 .form-horizontal .form-group{width:91%;margin-bottom:20px;}
.form-review1 .form-horizontal .form-terms{width:91%;margin-bottom:20px;}




/*************************************************************************************
Hospital Section
*************************************************************************************/


.form-review{
	/* background:url(../img/header_bg1.png) repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	background:#ebefff;
	width:100%;
	padding:50px 0;
}
.testimonial{
    background: #e9e9e9;
    padding: 20px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
    margin: 15px 0;
	position:relative;
	
}
.cnt .testimonial{height:450px;}
.cnt .testimonial ul{height:300px;}

.testimonial .title{
    font-size: 22px;
    font-weight: 700;
    color: #5765a1;
    text-transform: capitalize;
    margin: 0px 0 20px 0;
	font-family: 'Oswald', sans-serif;
	/* letter-spacing:1.5px; */
}

.testimonial p{
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
    line-height:26px;
    /* margin: 0px 0 20px 0; */
	font-family: 'Roboto', sans-serif;
	/* letter-spacing:1.5px; */
}
.testimonial ul{}
.testimonial ul li{
    font-size: 16px;
    color: #4a4a4a;
    line-height: 25px;
    margin: 5px 0;
	position:relative;
	padding-left:27px;
}
.testimonial ul li a{color:#fff;}
.testimonial ul li i{
	/* padding-right:10px; */
	position:absolute;
	left:0px;
	top:6px;
	color:#5765a1;
}
.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;
	padding-left:0px;
}
.testimonial-btn ul li a {
    display: block;
    background: #f38e38;
    padding: 8px 22px 8px 17px;
    color: #fff;
	border-radius:4px;
}
.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;
    }
}
