*{
    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: #ec3136; */
    /* background: #2867a9; */
    /* background: #508844; */
    background: #3155a7;
    padding: 5px 0;
}
.headerbottom{
    background: #fff;
    padding: 10px 0;
}
.headertop .topleft ul{float:left;}
.topleft ul{
	
    margin-bottom: 0;
}
.topleft ul li{
    display: inline;
    color: #fff;
    padding-right: 12px;
}

.topleft ul li a{
	color:#fff;
}
.topleft ul li i{
    display: inline;
    color:#fff;
    padding-right: 10px;
}
.topright{
    float: right;
}
.bookappp button{
    background: #ec3136;
    cursor: pointer;
    color: #fff;
    padding: 2px 10px;
    border:1px solid #ec3136;
    /* border-radius: 3px; */
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.bookappp button:hover{
    border:1px solid #fff;
     background: #3155a7;
     color: #fff;
}
.logo{padding-left:30px;}
.logo img {
    max-width:100%;
}

.sociallinks{
    float: right;
}
.sociallinks ul{
    margin-bottom: 0;
}
.sociallinks ul li{
    display: inline;
    margin: 0 0 0 5px;
    font-size: 15px;
     font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.sociallinks ul li:hover {
    color: #901b02;
}

.sociallinks ul li i {
    color: #ffffff;
     font-size: 20px;
    /* background: #3e3e3e; */
    width: 20px;
    height: 18px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
   margin-right: 0px;
   padding:0px;
}
.appbtn ul li button{
    background: #901b02;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
}
.appbtn ul li button i{
    background: none;
    color: #fff;
}


/*---------------------------- preloader area ----------------------------*/
 .loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}
 .loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .loader img {
     width: 280px;
	 animation: zoom-in-zoom-out 1.5s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
  100% {
    transform: scale(1, 1);
  }
}


/* Banner slider */
.carousel-control-next, .carousel-control-prev{width:5% !important;}
.banner{z-index:1;}
.heading-box h2{ width:100%; color: red; }
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}
.carousel-indicators li{background-color:#4974da!important;}
.carousel-indicators .active{background-color:#ec3136!important;}


/*************************************************************************************
Home About section
*************************************************************************************/
.description-head{
	/* background:#267591; */
	background:#3155a7;
	/* background:#e6e6fa; */
}
.description-head .tittle-header{padding:20px 0;}
.description-head .tittle-header h1{font-size:22px;color:#fff;text-transform:uppercase;}
.description-head .tittle-header ul li{list-style:none;float:left;color:#fff;padding-right:7px;}
.description-head .tittle-header ul li a{color:#fff;text-decoration:none;}
.description-head .tittle-header ul li a:hover{color:#ec3136;}


.about-indra{padding:50px 0 0 0;}
.about-indra .about-section {}
.about-indra .about-section {padding:20px 0;}
.about-indra .about-section .about-tittle h1{font-family: 'Roboto', sans-serif;font-size:26px;color:#373435;text-transform:capitalize;position:relative;}
.about-indra .about-section .about-tittle h1:after{content:'';background:#e6e6fa;width:35px;height:4px;position:absolute;left:0px;bottom:-5px;}
.about-indra .about-section .about-tittle h1:before{content:'';background:#3155a7;width:70px;height:4px;position:absolute;left:0px;bottom:-5px;}
.about-indra .about-section .about-tittle h2{font-size:16px;color:#373435;font-family: 'Roboto', sans-serif;padding-top:7px;}
.about-indra .about-section .about-tittle p{padding-top:7px;text-align:justify;font-family: 'Roboto', sans-serif;}
.about-indra .about-section .about-tittle img{width:100%;border:3px solid #3155a7;margin-top:45px;}
.about-indra .about-section .about-tittle a{border:1px solid #3155a7;border-left:4px solid #ec3136 !important;background:#3155a7;color:#fff;padding:5px 10px;text-decoration:none;}
.about-indra .about-section .about-tittle a:hover{border-left:4px solid #3155a7 !important;border:1px solid #ec3136;background:#ec3136;color:#fff;transition:0.5s;}

.about-clinic{width:100%;}
.about-clinic h1{background:#3155a7;font-size:18px;padding:10px 0 10px 15px;color:#fff;}
.about-clinic ul li{font-family: 'Roboto', sans-serif;position:relative;padding-left:30px;}
.about-clinic ul li i{color:#ec3136;position:absolute;top:5px;left:15px;}


/*************************************************************************************
Home Service section
*************************************************************************************/

.service-hme{padding:60px 0;}
.sevices-tittle {text-align:center;display:flex;margin:0 auto;padding:40px 0 40px 0;}
.sevices-tittle h1{font-size:28px;color:#000;position:relative;text-transform:uppercase;	}
.sevices-tittle h1:after{content:'';background:#3155a7;width:50px;height:4px;position:absolute;bottom:10px;left:-70px;}
.sevices-tittle h1:before{content:'';background:#3155a7;width:50px;height:4px;position:absolute;bottom:10px;right:-70px;}

.serv-title{padding-bottom:40px;}
.serviceBox{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    /* padding: 15px 10px 10px; */
    /* padding: 0px 10px 0 10px; */
    border:1px solid #3155a7;
	border-bottom:none;
}


.serviceBox a{
	/* background:#ec3136; */
	background:#e6e6fa;
	padding:5px 0;
	width:100%;
	color:#000;
	display:inline-block;
	
}
.serviceBox:hover a{background:#3155a7;color:#fff;text-decoration:none;transition:0.5s;}
.serviceBox img{width:100%;}

.serviceBox .title{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 0px;
	padding:10px 0;
	background:#3155a7;
}
.serviceBox .description{
    color: #000;
    font-size: 13px;
    line-height: 18px;
    margin: 0 10px;
	text-align:justify;
	padding:5px 0 15px 0;
	font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}



/*************************************************************************************
Testimonial section
*************************************************************************************/

.testimonial-head { background: #f8f8f8; }
.testimonial-head .testimonial{
    margin: 0 20px 40px;
}
.testimonial-head .testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial-head .testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-head .testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #2867a9;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-head .testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #2867a9;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial-head .testimonial .description{
    font-size: 15px;
    /* font-style: italic; */
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
	text-align:justify;
	font-family: 'Roboto', sans-serif;
}
.testimonial-head .testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial-head .testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
.testimonial-head .owl-theme .owl-controls{
    margin-top: 20px;
}
.testimonial-head .owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.testimonial-head .owl-theme .owl-controls .owl-page.active span,
.testimonial-head .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #0000ff;
}

#testimonial-slider1 .title{border:1px solid #dbdbdb;padding:5px 10px;display:inline-block;}
.testimonial-head #testimonial-slider1 .testimonial .testimonial-content{margin-bottom:17px;}


/*************************************************************************************
Services page
*************************************************************************************/

.services-inner{padding:60px 0;}


/*************************************************************************************
Clinic page
*************************************************************************************/


.clinic-info #image-gallery .modal-footer{
  display: block;
}

.clinic-info .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


/*************************************************************************************
Contact page
*************************************************************************************/

.contact {padding:50px 0;}
.contact .cnt-section1{margin-top:50px;}
.contact .cnt-section{border:1px solid #e5e5e5;padding:20px 10px;box-shadow:-1px 0px 5px 5px #c7c7c7;}
.contact .cnt-section .cnt-tittle{margin:0 auto;text-align:center;}
.contact .cnt-section .cnt-tittle .figure{border:1px solid #e5e5e5;padding:10px 20px;color:#3155a7;}
.contact .cnt-section .cnt-tittle:hover .figure{border:1px solid #3155a7;background:#3155a7;color:#fff;transition:0.5s;}
.contact .cnt-section .cnt-tittle p{font-size:16px;padding:20px 20px 0 20px;}
/* .contact-form .cnt-form .form-head{border:1px solid #e5e5e5;padding:20px 10px;box-shadow:-1px 0px 5px 5px #c7c7c7;} */
.contact-form{padding:60px 0;}
.contact-form .cnt-form .form-head fieldset{padding-top:20px;}
.contact-form .cnt-form .map {border:1px solid #e5e5e5;}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 0px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}


fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="subject"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 14px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="subject"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #d6d6d6;
  color: #3155a7;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact input[type="submit"]:hover {
  background: #3155a7;
  color:#fff;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact input[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/*************************************************************************************
Footer section
*************************************************************************************/

.footer{background:#1e1e1e;padding:30px 0;}
.footer .footer-header img{width:100%;background:#fff;margin-bottom:20px;}
.footer .footer-header h1{font-size:18px;color:#fff;background:#3155a7;padding:5px 0px 5px 10px;text-transform:uppercase;}
.footer .footer-header p{font-size:16px;color:#fff;text-align:justify;}

.footer .footer-header ul li{padding:5px 0;}
.footer .footer-header ul li a{color:#fff;text-decoration:none;}
.footer .footer-header ul li a:hover{color:#3155a7;transition:0.5s;padding-left:7px;}
.footer .footer-header ul li a i{color:#fff;padding-right:8px;}
.footer{}
.footer .footer-header h2{font-size:16px;color:#fff;position:relative;padding-left:25px;line-height:25px;}
.footer .footer-header h2 i{position:absolute;top:5px;left:0px;color:#fff;}

.copyright{background:#fff;text-align:center;width:100%;}
.copyright p{color:#000;font-weight:12px;text-align:center;width:100%;margin-bottom:0px;padding:5px 0;}
.copyright p a{color:#3155a7;font-weight:bold;}

.bookappp{float:left;padding-right:12px;}

.article-home{
	background:#f1f1f1;
	padding:50px 0;
}
/*.article-home .sevices-tittle{text-align:center;}*/
.article-home .thumbnail img{
	border:5px solid #257493;
}