@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;   
}
.headertop{
    background: #f6fcff;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 40px;
    /* background: url(../img/header_bg1.png) repeat #FFFFFF; */
    display: block;
    z-index: 999999;
}


.header_logo{width:100%;}
.logo {
    float: left;
    padding: 8px 0px;
    width: 12%;
}
.logo img{width:100%;}
.contact-detail {
    float: right;
    margin: 20px 0px;
    padding: 0px;
}
.contact-detail p {
    text-align: right;
    margin: 8px 0;
	color:#4a4a4a;
	font-family:'Roboto', sans-serif;
}
.contact-detail p a{
	color:#4a4a4a;
}
.contact-detail i {
    margin-left: 5px;
    color: #e91e63;
}
.social-detail1{
	float:left;
	margin:45px 0px 0;
	padding-left:100px;
}
.social-detail1 ul li a{
	border-radius: 5px;
    padding: 10px 20px 10px 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #ff9801;
	background:#ff9801;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul li a:hover{
	background:#e91e63;
	border-color:#e91e63;
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul li a i{padding-left:20px;}
/* Social */
.social-detail{
	float: left;
    margin: 45px 0px 0;
    padding: 0 0 0 0px;
	text-align:right;
	width:60%;
}
.social-detail ul{}
.social-detail ul li{
	display:inline-block;
	padding:0 16px;
}
.social-detail ul li a{}
.social-detail ul li a i{
	background:#fbe1ea;
	width:40px;
	height:40px;
	border-radius:15%;
	line-height:40px;
	text-align:center;
	color:#383838;
}





/****************************************************************************************
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:#e91e63!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:#e91e63!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: 0px;
    position: relative;
}
.mt-round .mt-label {
    border-radius: 0;
}
.mt-label {
    margin-right: 2px;
    padding: 2px 9px 0 12px;
    position: absolute;
    left: 0;
}
.mt-label {
    background-color: #ffecf3;
    color: #282828;
}
.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: #ffecf3 none repeat scroll 0 0;
    border: 1px solid #ffecf3;
    display: block;
    font-size: 15px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
    color: #282828;
}
.mt-news a:hover{
	color:#282828;
}
.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;
    color: #282828;
}
.mt-prev {
    background-image: url(../img/arrow-prev.png);
}
.mt-pause {
    background-image: url(../img/pause.png);
}
.mt-play {
    background-color: #e7b10c;
    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: #e7b10c;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}


/****************************************************************************************
About Section
****************************************************************************************/

.head_about{
	padding:60px 20px;
	/* background:#f1f1f1; */
	/* position:relative; */
	/* display:inline-block; */
}
.head_about1{
	display:inline-block;
	width:100%;
}
/* .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: 30px;
    border: 6px solid #ddd;
    width: 100%;
	
}
.head_abt_description{}
.head_abt_description h1{
	font-size:22px;
	color:#ff9300;
	font-family: 'Lato', sans-serif;
	text-decoration:underline;
	letter-spacing:1px;
}
.head_abt_description h2{
	font-size:38px;
	font-family: 'Oswald', sans-serif;
	color:#ea2064;
	font-weight:1000;
	letter-spacing:1px;
	padding-bottom:10px;
	margin:0px;
}
.head_abt_description h3{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	font-weight:400;
	padding-bottom:8px;
	margin:0px;
}
.head_abt_description .abt_prof{
	border-top:1px dashed #b5b6c1;
	padding-top:10px;
	margin-top:5px;
}
.head_abt_description p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
	line-height:28px;
	margin:0px;
	padding-bottom:5px;
}

.head_abt_description ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	padding-left:20px;
	position:relative;
	margin:5px 0;
}
.head_abt_description ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#f38e38;
}
.columns_2{columns:2;}
.head_abt_description .abt_btn{padding-top:20px;}
.head_abt_description .abt_btn a:first-child{background:#ea2064;}
.head_abt_description .abt_btn a{
	background:#ff9300;
	padding:8px 25px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
}
.head_abt_description .abt_btn a:hover{
	background:#1676aa;
	transition:0.5s;
	border-radius:25px;
	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;
}
.abt_sushma{width:100%;}
.abt_sushma h1{
	font-size: 28px;
    font-family: Monotype Corsiva;
    color: #fff;
    background: #1676aa;
    margin: 0px;
    padding: 5px 0 5px 10px;
}
.abt_sushma ul{
	padding-top:10px;
}
.abt_sushma ul li{
	font: 500 16px/28px 'Roboto', sans-serif;
    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:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	text-align:justify;
	line-height:28px;
}


/****************************************************************************************
Doctor Home page About Section
****************************************************************************************/

.profilesec {
    padding: 3em 0;
}
.dr-sushma{display:inline-block;width:100%;margin-bottom:1.5rem;}
.overlaybg2 {
    background: #1676aa;
    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: 34px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
	font-family: 'Oswald', sans-serif;
}
.pcnt2 h3,
.pcnt h3 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 0px;
	margin:0px;
    font-family: 'Roboto', sans-serif;
}
.pcnt2 p,
.pcnt p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    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: 'Poppins', sans-serif;
    font-style: italic;
    cursor: pointer;
    border: none;
    border-right: 5px solid #dddddd;
}
.prof2 img {
    position: absolute;
    top: 0;
    right: 0;
}
.prof2 {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
	display:inline-block;
}
.prof1 img {
    position: absolute;
    top: 0;
    left: 0%;
}
.overlaybg {
    background: #1676aa;
    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: 32px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 5px;
	margin:0px;
	/* border-bottom:1px solid #f1f1f1; */
}
.header_title1 h2 {
	font-size: 16px;
	text-decoration:underline;
    font-family: 'Roboto', sans-serif;
    color: #f2f2f2;
	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%; */
	width:100%;
	padding:0px 0;
}

.first-serv{
	background:#ff9103;
	padding:20px;
}
.sec-serv{
	background:#1676aa;
	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: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding: 0px 5px 20px;
	margin:0px;
	font-family: 'Oswald', 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: 8px 22px 8px 17px;
    color: #fff;
	border-radius:4px;
}
.sub-t a {
    background: #ed5b8a !important;
    color: #fff !important;
}
.serv_img img{width:60%;}



.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:26px;
	font-family: 'Roboto', sans-serif;
	color:#287ba0;
	margin:0px;
	padding-bottom:20px;
}
.testimonial_descript p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	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 50px 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}


/*****************************************************************************************
Footer Section
*****************************************************************************************/


.footer{
	/* background:url(../img/footer-bg.jpg) no-repeat; */
	background:#ffecf3;
	background-attachment: fixed;
	background-size:100% 100%;
	width:100%;
	padding:50px 0 0 0;
}
/* .foot_detail{padding-top:80px;} */
.footer_inner{}
.footer_inner h1{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
	color:#302f2f;
	margin:0px;
	padding-bottom:10px;
}
.footer_inner p{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	line-height:26px;
	margin:15px 0 0;
	padding-bottom:20px;
	/* text-align:justify; */
}
.footer_inner ul{margin:0px;padding:0px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#282828;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#282828;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	/* color:#a9bd40; */
	color:#bf2358;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:15px;
	color:#fff;
	margin:0px;
	background:#bf2358;
	padding:10px;
	font-family: 'Roboto', sans-serif;
	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: #4a4a4a;
}
.breadcrumb-section h1 {
    float: left;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
	font-family: 'Vidaloka', serif;
}
.breadcrumb-section .breadcrumb {
    float: right;
    margin: 8px 0px 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;
}


/****************************************************************************************
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:20px;
	background:#e91e63;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	color:#fff;
	text-align:center;
}
.contact_head h1{
	font-size:28px;
	color:#323232;
	font-family: 'Oswald', sans-serif;
	margin:0px;
	padding-bottom:10px;
	padding-top:20px;
}
.contact_head h2{
	font-size:20px;
	color:#e91e63;
	font-family: 'Oswald', sans-serif;
	margin:0px;
	padding-bottom:20px;
	padding-top:0px;
}
.contact_head p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	margin:7px 0;
}
.contact_head p i{
	color:#e91e63;
}

/* Form */

.contact_form{padding:50px 0;display:inline-block;width:100%;}

.main_form {
	background:#2d3290;
	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:#ff9103;
	font-size:16px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	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:#e6edc3;
	padding:50px 0;
	display:inline-block;
	width:100%;
}


.header_title2{
	text-align:center;
	width:100%;
}
.header_title2 h1{
	font-size:34px;
	font-family: 'Roboto', sans-serif;
	color:#f38e38;
	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: 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: continuum_medium;
	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;
}




/****************************************************************************************
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;
}



/****************************************************************************************
Services Section
****************************************************************************************/

.home-sec-3 {
    /* background: url(../img/home-bg-2.png) no-repeat; */
    /* background: #ea2064; */
    /* background: #bf2358; */
    background: #ffefef;
    background-size: 100% 100%;
}
.home-sec-3 h3 {
    color: #bf2358;
    font-family: 'Vidaloka', serif;
    font-size: 40px;
    display: inline-block;
    /* padding-left: 100px; */
    padding-top: 55px;
    text-align: center;
    width: 100%;
}
.home-sec-3 .overlay-top {
    /* background: url(../img/home-bg-2.png) no-repeat; */
    /* background-size: 100% 100%; */
    /* position: absolute; */
    padding: 50px 0 80px;
    text-align: center;
    /* top: 130px; */
    z-index: 999;
    display: inline-block;
}
.home-sec-3 .overlay-top .bcg {
    margin-bottom: 0px;
    /* height: 200px; */
	padding:0 20px;
}
.home-sec-3 .overlay-top .bcg img {
    display: inline-block;
    width: 100%;
	border:4px solid #ddd;
}
.home-sec-3 .overlay-top label {
    color: #e1e1e1;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin: 20px 0 0;
    line-height: 26px;
    padding: 0 0px;
}
.home-sec-3 .overlay-top label a {
    color: #202020;
}
.home-sec-3 .overlay-top p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 28px;
}
/* .home-sec-3 .overlay-top .bcg:after { */
    /* content: ""; */
    /* background: url(../img/home-before-1.png) no-repeat; */
    /* width: 26px; */
    /* height: 147px; */
    /* display: inline-block; */
    /* position: absolute; */
    /* top: 0px; */
    /* right: -11px; */
/* } */
/* .home-sec-3 .overlay-top .last:after { */
    /* display:none; */
/* } */
.mb_n {
    margin-bottom: 0px !important;
}


/*********************************************
Skills
*********************************************/

.header_title3 {
    text-align: center;
    width: 100%;
}
.header_title3 h1 {
    font-size: 44px;
    font-family: 'Vidaloka', serif;
    color: #bf2358;
	font-weight:800;
    text-transform: capitalize;
	padding-bottom:8px;
	margin: 0px;
}
.header_title3 p {
	padding-bottom: 45px;
	font-size:18px;
    font-family: 'Roboto', sans-serif;
    color: #282828;
}
.viss_miss {
    background: #ffefef;
    padding: 20px 10px;
    border-radius: 10px;
    /* height: 130px; */
	margin:15px 0;
	box-shadow:2px 5px 2px 1px #2d319224;
}
.viss_miss img {
	width:100%;
}
.viss_miss h1 {
    /* color: #ec3237; */
    color: #565656;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
    text-align: center;
    /* text-transform: uppercase; */
    /* background: #eddede; */
    padding: 7px 5px;
}
.viss_miss p {
    color: #383737;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.viss_miss p a{
    color: #282828;
}


.bg1{
	background:#bf2358;
}

.testimonial_inner{
	padding:50px 0;
	display:inline-block;
	width:100%;
}

.teti_img{
	text-align:center;
	width:100%;
}
.teti_img img{
	width:300px;
}



/*********************************************
Hospital Attachments
*********************************************/

.form-review {
    background: #bf2358;
    /* background-attachment: fixed; */
    /* background-size: 100% 100%; */
    width: 100%;
    padding: 50px 0;
	display:inline-block;
}
.header_title2 {
    text-align: center;
    width: 100%;
}
.header_title2 h1 {
    font-size: 44px;
    font-family: 'Vidaloka', serif;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    padding-bottom: 38px;
    margin: 0px;
}
.testimonial2 {
    padding: 20px 20px 10px;
    margin: 13px 0px;
    background: #fff;
    /* background: url(../img/home-bg-1.png) no-repeat; */
    background-size: 100% 100%;
    /* text-align: center; */
    position: relative;
    transition: all 0.7s ease 0s;
    border-radius: 10px;
    /* height: 290px; */
}
.testimonial2 .title {
    font-size: 22px;
    font-weight: 800;
    color: #494a52;
    text-transform: capitalize;
    margin: 0px 0 16px 0;
    font-family: 'Vidaloka', serif;
    /* letter-spacing: 1.5px; */
	padding:0px;
	
}
.testimonial2 ul {
    padding: 0px;
}
.testimonial2 ul li {
    font-size: 16px;
    color: #282828;
    line-height: 25px;
    margin: 5px 0;
    position: relative;
    padding-left: 27px;
    list-style: none;
}
.testimonial2 ul li i {
    /* padding-right: 10px; */
    position: absolute;
    left: 0px;
    top: 6px;
    color: #f38e38;
}
.testimonial-btn2 {
    margin: 20px auto;
    /* text-align: center; */
}
.testimonial-btn2 ul {
    padding: 0px;
}
.testimonial-btn2 ul li {
    font: 400 16px / 16px 'Montserrat', sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
.testimonial-btn2 ul li a {
    display: block;
    background: #f38e38;
    padding: 10px 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 24px;
    /* border: 2px dashed #ddd;
}



.main_form h1{
	font-size: 28px;
    color: #4a4a4a;
    font-family: 'Oswald', sans-serif;
    margin: 0px;
    padding-bottom: 20px;
    /* padding-top: 20px; */
}



.review_inner {
    padding: 50px 0;
	display:inline-block;
	width:100%;
}
.testimonial-two__single {
    position: relative;
    display: block;
    border: 1px solid #efd0da;
    overflow: hidden;
    border-radius: 40px;
    width: 100%;
    margin: 20px 0;
    padding-left: 0px;
    padding-right: 0px;
}
.testimonial-two__text-2 {
    position: relative;
    display: block;
    /* text-align: center; */
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
    background: #fff;
}
.testimonial-two__text-2 p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    /* font-weight: 500; */
    /* height: 190px; */
    /* overflow-y: scroll; */
}
.testimonial-two__client-info-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fde8ef;
    padding-top: 30px;
    margin-top: 32px;
    border-top: 1px solid #efd0da;
    padding-left: 25px;
    padding-right: 10px;
    padding-bottom: 25px;
}
.testimonial-two__shape-1 {
    position: absolute;
    bottom: -22px;
    left: -22px;
    display: none;
}
.testimonial-two__shape-1 img {
    width: auto;
}
.testimonial-two__client-quote {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-two__client-quote span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background-color: #e91e63;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
}
.testimonial-two__client-img {
    position: relative;
    display: block;
    width: 55px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
}
.testimonial-two__client-img img {
    width: 100%;
}
.testimonial-two__client-info {
    position: relative;
    display: block;
    margin-left: 12px;
}
.testimonial-two__client-name {
    font-size: 22px;
    font-weight: 500;
    color: #e91e63;
    line-height: 40px;
	text-transform:capitalize;
    /* margin-bottom: 6px; */
}
.testimonial-two__client-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.testimonial-two__client-rating i {
    display: inline-block;
    font-size: 16px;
    color: #dba709;
}


#gallery {
  padding: 60px 0;
	display:inline-block;
	width:100%;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}