@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 30px;
    /* background:#f6fffe; */
    /* background:#f0f6ff; */
    display: block;
    
}
.header_logo{width:100%;}
.header_logo1{
	width:100%;
	text-align:right;
	/* padding-top:20px; */
}
.logo {
    float: left;
    padding: 6px 0 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:0px;
}
.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(-20px);
}
.social-detail1 ul .num_head a{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	padding:0px;
	margin:0px;
	/* color:#ec534b; */
	color:#4a4a4a;
}
.social-detail1 ul .num_head a i{
	color:#f8931f;
	padding-right:10px;
}
.social-detail1 ul .num_add{
	width:310px;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	padding:0px;
	margin:0px;
	/* color:#ec534b; */
	color:#4a4a4a;
	text-align:right;
}

.social-detail1 ul .num_add i{
	color:#f8931f;
	padding-right:10px;
}
.social-detail1 ul .scl_head a{
	border-radius: 0px;
    padding: 7px 15px;
    background: transparent;
    color: #fff;
    /* border: 1px solid #ea0c85; */
	background:#ea0c85;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.social-detail1 ul .scl_head a:hover{
	background:#aac329;
	border-color:#aac329;
	transition:0.5s;
	text-decoration:none;
}
.social-detail1 ul .scl_head a .user-apt{padding-left:20px;}


.contact-detail {
    /* text-align: left; */
    margin: 0px 0px;
    padding: 0px 0 15px;
	width:100%;
	transform: translateX(30px);
}
.contact-detail p {
    margin: 0px 0 0 10px;
	color:#fff;
	display:inline-block;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	background:#3ab3c2;
	padding:5px 25px 5px 15px;
	font-style:italic;
	/* border-radius:0 25px 25px 0; */
}
.contact-detail p span{
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
.contact-detail .book_apt{
	background:#f8931f;
	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:#2390c9 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:#2390c9 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: 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.png);
}
.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}
.mt-controls {
    background-position: -1000px center;
    background-repeat: no-repeat;
    margin-left: 2px;
    position: absolute;
    right: 0;
}
.mt-next, .mt-play, .mt-prev {
    width: 30px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}
.mt-prev {
    background-image: url(../img/arrow-prev.png);
}
.mt-pause {
    background-image: url(images/pause.png);
}
.mt-play {
    background-color: #f38e38;
    background-image: url(../img/play.png);
}
.mt-round .mt-next {
    border-radius: 0;
}
.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}
.mt-next, .mt-prev {
    background-color: #f38e38;
}
.mt-next {
    background-image: url(../img/arrow-next.png);
}



/*****************************************************************************
About Home Page Section
*****************************************************************************/

.about-home{
	padding:50px 0;
}
.about-home1{
	padding:50px 0;
	background:#f1f1f1;
}

.about-home .about-profile {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1
}
.about-profile img{width:100%;}

.about-discription-center{
	text-align:center;
}
.about-discription h1{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#f8931f;
	margin:0px;
	padding-bottom:5px;
}
.about-discription h2{
	/* color:#1ca790; */
	color:#f8931f;
	font: 800 38px/42px 'Montserrat', sans-serif;
    display: block;
	margin:0px;
}
.about-discription h3{
	font: 500 20px/28px 'Montserrat', sans-serif;
    color: #3ab3c2;
    padding: 10px 0px 8px 0px;
    position: relative;
	text-transform:capitalize;
}
.about-discription h3:after{
	position: absolute;
    content: '';
    border-bottom:1px dotted #ddd;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.about-discription h4{
	font-size:28px;
	font-family:Monotype Corsiva;
	color:#fff;
	background:#3ab3c2;
	margin:8px 0 15px;
	padding:5px 0 5px 10px;
}
.about-discription p{
	font: 400 16px/30px 'Roboto', sans-serif;
	
}
.about-discription ul{}
.about-discription ul li{
	font: 400 16px/28px 'Roboto', sans-serif;
	color:#4a4a4a;
	position:relative;
	padding-left:25px;
	margin:5px 0;
	text-align:justify;
}
.about-discription ul li i{
	color:#3ab3c2;
	position:absolute;
	left:0px;
	top:5px;
}
.dr-more a {
    display: inline-block;
    background: #3ab3c2;
    padding: 12px 22px 12px 17px;
    color: #fff;
}
.dr-more .abt-appont{
	background:#f8931f;
}
.dr-more .abt-appont:hover{
	background:#3ab3c2;
}
.dr-more a:hover{
	background:#f8931f;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}
.dr-more img {
    margin: -2px 10px 0px 0px;
}


/*****************************************************************************************
Free Consultant Section
*****************************************************************************************/

.free_consultant{
	background:#3ab3c2;
	padding:20px 0;
}

.free_consultant1{
	background:url(../img/head-title.jpg) no-repeat;
	background-size:100% 100%;
	padding:20px 0;
}
.free_consultant2{
	background:url(../img/head-title2.jpg) no-repeat;
	background-size:100% 100%;
	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:#f6f9ff;
	padding:10px 22px;
	font-size:18px;
	color:#323232;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
}
.condult_dscrip1 a:hover{
	background:#f8931f;
	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:#f8931f;
	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: 'Oswald', sans-serif;
	color:#f8931f;
	/* text-transform:uppercase; */
	letter-spacing:1px;
	padding-bottom:20px;
}
/* Header Title End */





/*****************************************************************************************
Our Doctor Section
*****************************************************************************************/

.doctor_main{
	padding:50px 0;
	/* background:#edf5ff; */
	/* background:#f1f1f1; */
}

.doctor_detail{margin:0 0 30px 0;display:inline-block;width:100%;}
.doctor_detail .dct_prof{text-align:center;}
.doctor_detail .dct_prof img{
	/* height: 210px; */
    width: 100%;
	/* 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: #f8931f;
}
.doctor_detail .dct_title{
	text-align:center;
}
.doctor_detail .dct_title h1{
	font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #1e92a0;
    /* color: #f8931f; */
    /* color: #4a4a4a; */
    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 h1 a{
	color: #1e92a0;
}
.doctor_detail .dct_title p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#4a4a4a;
}


/**********************************************************************************************
Services Home Section
**********************************************************************************************/
.services_home{
	background:#e6edc3;
	padding:50px 0;
}


/*********************************************************************************
Services
*********************************************************************************/
.services_home{
	/* background:#f6f9ff; */
	background:#f0f6ff;
	padding:50px 0px;
}
.services_main{padding:20px 0px;}
.services_home .ser_frt{padding-left:0px;padding-right:0px;}
.service_discription{
	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;
	padding-left:10px;
}
.service_title h5{
	font: 600 22px/24px 'Roboto', sans-serif;
	color:#1f91cf;
	margin:0px;
	padding-bottom:5px;
	text-transform:capitalize;
}
.service_title h5 a{color:#2ba7b6;}
.service_title p{
	font: 16px/26px 'Roboto', sans-serif;
	color:#4a4a4a;
	margin:0px;
	text-align:justify;
	/* height:130px; */
}

/**************************************************************************************
Buuton
**************************************************************************************/

.service_title .abt_btn {padding-top:15px;}
.service_title .abt_btn .abt-read{
	background:#f8931f;
	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:#3ab3c2;
	transition:0.5s;
	border-radius:0px;
	text-decoration:none;
}



/*************************************************************************************
Testimonial Section
*************************************************************************************/

.form-review{
	background:url(../img/testimonial_bg1.jpg) no-repeat;
	/* background:#282828; */
	background-size:cover;
	width:100%;
	padding:30px 0;
}
.form-review1{
	background:#4a4a4a;
	padding:30px 0;
}
.testimonial{
    padding-top: 0px;
    margin: 0px 10px 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.png) 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: 25px;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 25px 20px;
    margin: 0;
}
.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: #3ab3c2;
    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:22px;
	font-family: 'Oswald', sans-serif;
	color:#3ab3c2;
	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:#f9cb96;
	font-size:22px;
	padding-right:6px;
}



/*****************************************************************************************
Footer Section
*****************************************************************************************/


.our_partner{
	/* background:#1b2839; */
	/* background:#3ab3c2; */
	background:#383840;
	width:100%;
	padding:50px 0 0 0;
}
.footer_inner{}
.footer_inner h1{
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	color:#f8931f;
	margin:0px;
	padding-bottom:20px;
}
.footer_inner p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	margin:15px 0;
	color:#fff;
	/* 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:#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:#f8931f;
}
.footer_inner{}

/* Copyright */

.copyright_inner{padding-top:20px;}
.copyright_inner p{
	font-size:15px;
	color:#fff;
	margin:0px;
	/* background:#f8931f; */
	background:#59beca;
	padding: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:#1751a3; */
	background:url(../img/header_bg.jpg) no-repeat;
	background-size:100% 100%;
	background-attached:fixed;
	padding:50px 0;
}
.head_title_inn{text-align:center;}
.head_title_inn h1{
	font-size:32px;
	color:#f8931f;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	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:#34bbb4;
	padding-right:10px;
	font-weight:500;
}



/**************************************************************************************
Contact Page
**************************************************************************************/

.head_cnt{
	padding:50px 0;
	background:#fafdff;
}
.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:185px;
	/* 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: #3ab3c2; */
	color: #f8931f;
    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;
}
.head_cnt_description1 ul li i{
	color:#f8931f;
	padding-right:7px;
	/* position:absolute; */
	/* left:0px; */
	/* top:4px; */
}

/* Form */

.cnt_public1 h4{
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	color:#f8931f;
}
.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:#f8931f;
	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%;}