@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
@font-face {
  font-family: Continuum;
  src: url(../fonts/Continuum.ttf);
}
@font-face {
  font-family: continuum_medium;
  src: url(../fonts/contm.ttf);
}


*{
    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: 16px 30px;
    /* background:#f6fffe; */
    background:#f0f6ff;
    display: block;
    
}
.header_logo{
	width:100%;
}

.header_logo h1{
	font-size: 40px;
	color: #1a157bd6;
	line-height: 30px;
	text-shadow: 2px 2px #28282850;
}

.header_logo h3{
	font-size: 24px;
	color: #c72a2a;
	text-shadow: 2px 2px #c72a2a20;
}

.header_logo1{
	/* width:100%; */
	/* padding-top:20px; */
	float:right;
}
.logo {
    float: left;
    padding: 0px 0px;
}
.logo img{width:100%;}

.emergency_head{
	padding-top:11px;
	text-align:right;
	padding-right:30px;
}
.emergency_head img{
	width:55%;
}

.header_logo1{
	padding-top:15px;
}
.social-detail1{
	/* float:left; */
	width:100%;
	margin:0px 0px;
	padding-left:0px;
	text-align:left;
}
.social-detail1 ul{margin:0px;}
.social-detail1 ul li{
	display:inline-block;
	padding:0 10px;
}
.social-detail1 ul .num_head{
	transform:translateY(-6px);
}
.social-detail1 ul .num_head a{
	font-size:32px;
	font-family: 'Oswald', sans-serif;
	padding:0px;
	margin:0px;
	/* color:#ec534b; */
	color:#c72a2a;
/*	text-decoration: none !important;*/
}
	
.social-detail1 ul .num_head a i{
	color:#c72a2a;
	padding-right:10px;
}
.social-detail1 ul .num_add{
	width:400px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	padding:0px;
	margin:0px;
	/* color:#ec534b; */
	color:#4a4a4a;
	text-align:right;
}

.social-detail1 ul .num_add a i{
	
}
.social-detail1 ul .scl_head{
	/* transform: translateY(-33px); */
	float:right;
}
.social-detail1 ul .scl_head a{
	border-radius: 0px;
    padding: 7px 15px;
    background: transparent;
    color: #fff;
    /* border: 1px solid #ea0c85; */
	border-radius:25px;
	background:#c72a2a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul .scl_head a:hover{
	background:#1a157bd6;
	border-color:#1a157bd6;
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul .scl_head a .user-apt{padding-left:20px;}


.contact-detail {
    text-align: right;
    margin: 0px 0px;
    padding: 0px;
	width:100%;
}
.contact-detail p {
    margin: 10px 0 0 0px;
	color:#fff;
	/* display:inline-block; */
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	/* background:#1751a3; */
	background:linear-gradient(to left,#c72a2ae8,#c72a2abf,#1a157bcf,#1a157bde);
	padding:5px 25px 5px 15px;
	font-style:italic;
	border-radius:25px 25px;
}
.contact-detail p span{
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.contact-detail .book_apt{
	background:#c72a2a;
	border-radius:20px;
	padding:5px 20px;
	transform:translateX(-30px);
	border-left:2px solid #f0f6ff;
}
.contact-detail p a{
	color:#fff;
}
.contact-detail i {
    margin-right: 7px;
    color: #fff;
}

/****************************************************************************************
Banner Section
****************************************************************************************/

.carousel{display:inline-block;}
.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#c72a2a 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:#1a157bd6 !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:#c72a2a no-repeat center center!important;
	width:60px!important;
	height:40px!important;
	border-radius:5px;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#1a157bd6 !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: 54px;
    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: #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: #a9bd40 none repeat scroll 0 0;
    border: 1px solid #a9bd40;
    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.html);
}
.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.html);
}
.mt-pause {
    background-image: url(images/pause.html);
}
.mt-play {
    background-color: #f38e38;
    background-image: url(../img/play.html);
}
.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.html);
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{
	padding:80px 0;
	position:relative;
}
.about-home1{
	padding:50px 0;
	background:#f1f1f1;
}
.about-home:before{
	/*background:url(../images/sadguru.png) no-repeat;
	background-size:100% 100%;*/
	width:420px;
	height:420px;
	content:'';
	position:absolute;
	left:10px;
	top:65px;
}

.about-profile{
	position:absolute;
	left:0px;
	top:0px;
	border: 5px solid #828194;
	border-radius: 15px;
}
.about-profile img{width:100%;border-radius: 10px}
/* .about-profile1 img{width:100%;border:10px solid #a9bd40;} */


.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:25px;
	font-family:Monotype Corsiva;
	color:#c72a2a;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	/* color:#1ca790; */
	color:#1a157bd6;
	font: 800 39px/28px 'Montserrat', sans-serif;
    display: block;
	margin:0 0 15px;
}
.about-discription h3{
	font: 500 19px/22px 'Montserrat', sans-serif;
    color: #282828;
/*    padding: 10px 0px 8px 0px;*/
    position: relative;
	text-transform:capitalize;
	line-height: 34px;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #dc3c70;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:20px;
	font-family:'Roboto', sans-serif;
	color:#fff;
	background:#1a157bd6;
/*	background: #c72a2ae0;*/
	margin:0px 0 9px;
	padding:4px 0 4px 15px;
}
.about-discription p{
	font: 400 15px/25px 'Roboto', sans-serif;
	
}
.about-discription ul{}
.about-discription ul li{
	font: 15px/28px 'Roboto', sans-serif;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
	margin:5px 0;
}
.about-discription ul li i{
	color:#282828;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more a {
    display: inline-block;
    background: #c72a2a;
    padding: 8px 13px 8px 9px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#1a157bd6;
}
.dr-more .abt-appont:hover{
	background:#c72a2a;
}
.dr-more a:hover{
	background:#1a157bd6;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}


/*****************************************************************************************
Free Consultant Section
*****************************************************************************************/

.free_consultant{
	background:#1a157bd6;
	padding:20px 0;
}
.condult_dscrip{}
.condult_dscrip h1{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:700;
	margin:0px;
	padding:0 0 5px;
}
.condult_dscrip p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	margin:0px;
	padding:0px;
}
.condult_dscrip1{
	padding-top:19px;
	text-align:right;
}
.condult_dscrip1 a{
	background:#c72a2a;
	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:#d45151;
	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: 'Oswald', sans-serif;
	/* color:#1751a3; */
	color:#1a157bd6;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:20px;
}
.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:#1f91cf;
	text-transform:capitalize;
	padding-bottom:30px;
}
/* Header Title End */





/*****************************************************************************************
Our Doctor Section
*****************************************************************************************/

.doctor_main{
	padding:50px 0;
	background:#edf5ff;
}

.doctor_detail{}
.doctor_detail .dct_prof{text-align:center;}
.doctor_detail .dct_prof img{
	height: 210px;
    width: 210px;
	border-radius:50%;
	border: 5px solid #ebeaea;
    background-color: #f1f1f1;
	padding:4px;
}
.mar_bot_3{
/*	padding-bottom:30px;*/
}
.doctor_detail:hover .dct_prof img {
    transform: translateY(-15px);
    transition: 0.5s;
    border-color: #34bbb4;
}


.doctor_detail .dct_title{
	background: #e9e9e9;
    padding: 15px 15px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
	text-align:center;
	height: 100%;
}

.doctor_detail .dct_title h1{
	font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #c72a2a;
    /* color: #1ca790; */
    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;
}
.doctor_detail .dct_title p{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}

.OPD{
	padding: 50px 0;
    background: #edf5ff;
}

.opd-time h1{
	font-size: 19px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #c72a2a;
    padding-top: 10px;
    margin-bottom: 5px;
}

.opd-time h2{
	font-size: 34px;
    font-family: 'Oswald', sans-serif;
    color: #1a157bd6;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    text-align: center;
}

.opd-time b{
	font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #4a4a4a;
}

.opd-details{
	width: 100%;
	background: #e9e9e9;
    padding: 15px 15px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
    text-align: center;
    height: 100%;
}


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	background:#e6edc3;
	padding:50px 0;
}


/*********************************************************************************
Services
*********************************************************************************/
.services_home{
	background:#f6f9ff;
	/* background:#fff; */
	padding:50px 0px;
}
.services_main{padding:20px 0px;}
.services_home .ser_frt{padding-left:0px;padding-right:0px;}
.service_discription{
	height: 100%;
	padding: 20px 20px 20px 5px;
    background-color: #fff;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
	display:inline-block;
	border-bottom:1px solid #f1f1f1;
}
.service_icon{
	padding-right:0px;
	width:40%;
	display:inline-block;
}
.service_icon{padding-top:4px;}
.service_icon img{width:95%;border:3px solid #f1f1f1;}
.service_title{
	width:60%;
	float:right;
	display:inline-block;
}
.service_title h5{
	font: 600 22px/24px 'Roboto', sans-serif;
	color:#1f91cf;
	margin:0px;
	padding-bottom:10px;
	text-transform:capitalize;
}
.service_title h5 a{color:#1a157bd6;}
.service_title p{
	font: 16px/26px 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	text-align:justify;
	/* height:130px; */
}
.height1{height:140px;}
.height2{height:240px;}
.height3{height:180px;}

/**************************************************************************************
Buuton
**************************************************************************************/

.service_title .abt_btn {padding-top:15px;}
.service_title .abt_btn .abt-read{
	background:#c72a2a;
	padding:5px 18px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border-radius:0px;
}
.service_title .abt_btn .abt-read:hover{
	background:#1a157bd6;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}



/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../images/testimonial_bg.jpg) no-repeat;
	 background:#000000de; 
	background-size:cover;
	width:100%;
	padding:30px 0;
}
.form-review1{
	background:#4a4a4a;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 150px 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 'Montserrat', sans-serif;
    text-align: center;
    /* color: #f83d5a; */
    color: #f1f1f1;
    text-transform: uppercase;
    padding: 30px 0px 5px 0px;
    background: url(../img/starts-bg.html) no-repeat center bottom;
}
.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: 22px;
    font-weight: 700;
    color: #f1f1f1;
    text-transform: capitalize;
    margin: 35px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1.5px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 25px 20px;
    margin: 0;
	font-family: 'Roboto', sans-serif;
}
.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: #c72a2a;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.sub-t a {
    background: #f1f1f1 !important;
    color: #4a4a4a !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;
    }
}



/***************************Certificate Section Right Side Teatimonial ************************/

.hospital_certifi{}
.hospital_certifi img{width:100%;}

/* Inner Page */

.testimonial_inner{
	padding:50px 0;
}
.testimonial_detail{
	background:#f1f1f1;
	padding:30px;
	margin:15px 0;
	width:100%;
}
.testimonial_detail h1{
	font-size:28px;
	font-family: 'Oswald', sans-serif;
	color:#0061b1;
	margin:0px;
	padding-bottom:20px;
}
.testimonial_detail p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	margin:0;
	color:#4a4a4a;
	line-height:28px;
	/* padding-bottom:20px; */
	text-align:justify;
}
.testimonial_detail p i{
	color:#1f91cf;
	font-size:22px;
	padding-right:6px;
}



/*****************************************************************************************
Footer Section
*****************************************************************************************/


.our_partner{
	/* background:url(../img/fot_bg.jpg) no-repeat; */
	/* background:url(../img/footer-bg.jpg) no-repeat; */
	/* background-attachment: fixed; */
	/* background-size:100% 100%; */
	/* background:#1751a3; */
/*	background:url(../images/footer_bg1.jpg) no-repeat;*/
	 background:#f8d3d3; 
	background-size:cover;
	width:100%;
	padding:50px 0 0 0;
}
.footer_inner{}
.footer_inner h1{
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	color:#c72a2a;
	margin:0px;
/*	padding-bottom:20px;*/
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0 0;
	color:#000;
	/* padding-bottom:20px; */
	line-height:26px;
	text-align:justify;
}
.dropdown_colum{columns: 2;}
.footer_inner ul{margin:15px 0 0;padding:0px;}
.footer_inner ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:0 0 15px 0;
	color:#000;
	position:relative;
	padding-left:25px;
}
.footer_inner ul li a{color:#000;}
.footer_inner ul li i{
	position:absolute;
	left:0px;
	top:4px;
	color:#c72a2a;
}
.footer_inner{}

/* Copyright */

.copyright_inner{
	margin-top:20px;
/*	background: #c72a2a;*/
	background: #d97777;
	border-radius: 15px 15px 0 0;
}

.copyright_inner p{
	font-size:15px;
	color:#fff;
	margin:0px;
	/* background:#1ca790; */
	padding:15px;
/*	padding-bottom: 10px;*/
	text-align:center;
}
.copyright_inner .sms_logo{padding-left:10px;}
.copyright_inner .sms_logo img{width:20px;}



/*************************************************************************************
Header top Title Section
*************************************************************************************/

.header_title_page{
	background:#dddddd;
	padding:30px 0;
}
.head_title_inn{text-align:center;}
.head_title_inn h1{
	font-size:32px;
	color:#1a157bd6;
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	margin:0px;
	padding-bottom:10px;
}
.head_title_inn ul{margin:0px;}
.head_title_inn ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	padding:0 5px;
	display:inline-block;
}
.head_title_inn ul a{
	color:#c72a2a;
	padding-right:10px;
}



/**************************************************************************************
Contact Page
**************************************************************************************/

.head_cnt{padding:50px 0;}
.head_cnt_description1.mt4{padding-top:40px;}
.head_cnt_description1 .cnt_public{
	background:#fff;
	padding:20px;
	margin:15px 0;
	box-shadow:0px 15px 30px 0px rgb(0 0 0 / 10%);
	height:200px;
	/* width:100%; */
	text-align:center;
	/* display:inline-block; */
}
.head_cnt_description1 .cnt_public1{
	background:#fff;
	padding:20px;
	margin:15px 0;
	box-shadow:0px 15px 30px 0px rgb(0 0 0 / 10%);
	height:600px;
	/* width:100%; */
	/* text-align:center; */
	/* display:inline-block; */
}
.head_cnt_description1 h4{
	/* color: #f83d5a; */
	color: #1a157bd6;
    font: 800 28px 'Montserrat', sans-serif;
    display: block;
    margin: 0px;
	padding-bottom:20px;
}
.head_cnt_description1 ul{margin:10px 0 0;}
.head_cnt_description1 ul li{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#282828;
	/* position:relative; */
	/* padding-left:25px; */
	margin:10px 0;
	word-wrap:break-word;
}
.head_cnt_description1 ul li i{
	color:#f83d5a;
	padding-right:7px;
	/* position:absolute; */
	/* left:0px; */
	/* top:4px; */
}

/* Form */

.cnt_public1 h4{
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	color:#1a157bd6;
}
.cnt_public1 form{}
.cnt_public1 .form-control1{
	width:100%;
	border:1px solid #f2f7ff;
	background:#f2f7ff;
	padding:9px;
	margin:7px 0;
	outline-color: #f83d5a;
	font-family: 'Roboto', sans-serif;
}
.cnt_public1 .form-control{border:1px solid #f2f7ff;outline-color: #f83d5a!important;margin:7px 0;}
.frm_btn input{
	background:#f83d5a;
	padding:5px 18px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border:none;
	cursor:pointer;
	margin-top:10px;
}



/******************************************************************************************
Clinic Image slider Section
******************************************************************************************/

.clinc_main{
	padding:50px 0;
	background:#f6faff;
}
.clinic_img{
	margin:0 10px;
}
.clinic_img img{
	width:100%;
	border:5px solid #e2e1f7;
	padding:3px;
	border-radius: 20px;
	transition: 0.5s;
	transform: scale(0.9);
}
.clinic_img img:hover{
	border: 5px solid #c72a2aad;
	transform: scale(1.0);
}




/*****************************************************************************************
Gallery Section
*****************************************************************************************/

.gallery_inner{padding:50px 0;}
.gallery_inner .thumb{
	padding-bottom:30px;
}

.r1 a{
	padding: 8px 10px;
/*    border-radius: 0;*/
    font-size: 14px;
}

.r1 a:hover{
	background: #c72a2a !important;
}

.logo a{
	text-decoration: none !important;
}

.service-main {
    padding: 50px 0;
}

.sidebar {
    /* border-left: 1px solid #0004; */
    box-shadow: 0px 0px 10px #cfb9bebf;
     border-radius: 5px;
}

.service-main h2 {
    font-size: 24px;
    background: #35186e;
    color: #fff;
    padding: 15px 10px;
    margin: 0;
    text-transform: uppercase;
    /* border-radius: 20px 20px 0 0; */
}

.sidebar ul li {
    border-bottom: 1px solid #9d7a812e;
    padding: 10px 10px;
    font-family: roboto;
    background: #f8d3d3;
    padding: 10px 15px;
}

.sidebar ul li:hover, .sidebar ul li.active {
    background: #c72a2a;
    color: #fff !important;
}


.sidebar ul li a {
    font-size: 15px;
    color: #282828;
    /* padding-left: 25px; */
    display: block;
    /* background: url(../img/btn.png) left no-repeat; */
}

.sidebar ul li a:hover{
	text-decoration: none !important;
	color: #fff;
}

.sidebar ul li.active a{
	color: #fff !important;
}

.service-main .container-fluid{
	padding-left: 30px;
	padding-right: 30px;
}

.service-detail {
    padding: 25px;
    box-shadow: 0 0 15px #d9d6d6;
    border-radius: 20px;
}

.service-detail img {
    width: 100%;
    border: 2px solid #d7d4d5;
    border-radius: 10px;
    margin: 18px 0 25px;
}


.service-detail h1{
	font-size: 32px;
	color: #35186e;
	font-family: roboto;
	text-transform: capitalize;
}

.service-detail h5 {
    font-size: 16px;
    font-weight: normal;
    font-family: roboto;
    line-height: 30px;
    text-align: justify;
}

.service-detail ul li{
	font-size: 16px;
	position: relative;
	padding:0 0 3px 20px;
	font-family: roboto;
	text-align: justify;
}


.service-detail i{
	font-size: 18px;
	color: #c72a2a;
	position: absolute;
	left: 0;
	top: 2px;
}

.service-detail b{
	color: #2c2a2a;
	font-weight: 500;
	font-family: roboto;
}


.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery{
	background: #eeeef5;
	padding: 50px 0;
}

.thumb img{
	border: 1px solid #aeacd5;
}


.a1{
	background: #f1f1f7;
}

.psao{
	padding: 50px 0;
}

.says {
    width: 100%;
/*    height: 360px;*/
    box-shadow: 0 0 5px #00000047;
    padding: 30px;
    border-radius: 20px 0 20px 0;
    margin: 20px 0;
    background: #fff7f7;
}

.says h2 {
    color: #3e3a8d;
    font-size: 22px;
    padding-bottom: 5px;
    font-weight: bold;
}

.satr i {
    color: #ffa500;
    font-size: 20px;
}

.says p{
/*	height: 240px;*/
	 font-size: 16px;
	 text-align: justify;
}

.modal-content{
	width: 90% !important;
}

.img-responsive{
	padding: 15	px 0;
}

