*{
    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: #3e83b3;
    padding: 5px 0;
}
.headerbottom{
    /* background: #211f20; */
    padding: 10px 0;
}
.topleft ul{
    margin-bottom: 0;
}
.topleft ul li{
    display: inline;
    color: #fff;
    padding-right: 12px;
}
.topleft ul li i{
    display: inline;
    color:#fff;
    padding-right: 10px;
}
.topright{
    float: right;
}
.bookappp button{
    background: #fff;
    cursor: pointer;
    color: #000;
    padding: 2px 10px;
    border: none;
    border-radius: 3px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.bookappp button:hover{
    
     background: #ee1e23;
     color: #fff;
}
.logo img {
    max-width:350px;
}

.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: 14px;
    /* background: #3e3e3e; */
    width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
   margin-right: 8px;
}
.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;
}
.heading {
    margin-bottom: 30px;
}
.heading h1{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    font-family: 'Lato', sans-serif;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 25px;
} 
.heading h1:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #901b02;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 /* banner text section  */
.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%);
}

/* Service CSS */
.service{
    padding: 4em 0 0 0;
}
.serviceinner{
    position: relative;
}
.serviceinner .owl-theme .owl-nav{
    margin-top: 0;
}
.serviceinner a{
    text-decoration: none;
}
.serviceinner a:hover{
    text-decoration: none;
}

.prodbox{
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlay{
    position: absolute;
    visibility: hidden;
    background: #901b0295;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
}
.overlay p{
    color: #fff;
    text-align: center;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 20px;
    font-size:16px;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
}
.overlay p i{
    font-size: 14px;
}
.prodbox:hover{
    transform: translate(0, -5px);
}
.prodbox:hover .overlay{
    visibility: visible;
}
.prodbox:hover .overlay p{
     top: 45%;
}
.serviceinner .owl-carousel button.owl-dot{
    top: 50px;
}

.serviceinner .owl-carousel .owl-nav button.owl-next {
    background: #333333!important;
    position: absolute;
    
    right: -50px;
    top: 35%;
    width: 30px;
    height: 30px;
  
    color: #fff;
    outline: none;
    border-radius: 100%;
    transition: 0.5s ease;
}
.serviceinner .owl-carousel .owl-nav button.owl-next:hover{
    background: #901b02;
}
.serviceinner .owl-carousel .owl-nav button.owl-next i{
    color: #ffff
}

.serviceinner .owl-carousel .owl-nav button.owl-prev{
    background: #333333!important;
    position: absolute;
    border-radius: 100%;
    left: -50px;
    top: 35%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
}
/* Testmonials CSS */
.testimonials{
    background: #00000010; 
    padding: 4em  0;
    position: relative;
}
.testibox {
    text-align: left;
    /* padding: 0 80px; */
    margin-top: 10px;  
}
.testibox p{
     font-size: 15px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    padding-top: 20px;
}
.testibox h3{
    text-align: left;
    margin: 0;
    color: #666;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding-top:8px;
    position: relative;
    padding-top: 30px;
    display: block;
}
.testibox h3:before{
    margin: 0;
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    right: 0;
    background: #333;
}
.testibox img{
    text-align: center;
    margin: auto;
    width: 50px!important;
}
.serviceinner .owl-carousel button.owl-dot{
    top: 50px;
}
.testimonials .owl-theme .owl-dots .owl-dot span{
    background: #fff!important;
    color: #901b02;
    border: 2px solid #901b02;
    width: 12px;
    height: 12px;
    border-radius: 0;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span{
    background: #901b02!important;
    
}
.testimonials .owl-carousel .owl-nav button.owl-next {
    background:#333333!important;
    position: absolute;
    border-radius: 0;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
}
.testimnials .owl-carousel .owl-nav button.owl-next i{
    color: #ffff
}
.testimonials .owl-carousel .owl-nav button.owl-prev{
   background: #333333!important;
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    outline: none;
    border-radius: 100%;
}



footer{
      background: #eee;
}
.footertop{
    background: #eee;
    padding: 4em 0 2em 0;
    border-bottom: 1px solid #ddd;
}
.footertop img{
    width: 250px;
    margin-bottom: 30px;
}
.footertop p{
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
.widget h2{
    font-size: 22px;
    margin: 0;
    padding: 0;
      font-family: 'Lato', sans-serif;
    color: #3e3e3e;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000015
}
.widget ul li {
    line-height: 26px;
    color: #333;
     font-family: 'Open Sans', sans-serif;
}
.widget ul li a{
    line-height: 24px;
    color: #3e3e3e;
    text-decoration: none;
}
.widget ul li a:hover{

    color: #901b02;
    
}

.widget p span{
    display: block;
    font-weight: 600;
}
.footerbtm{
    padding: 8px 0;
    background: #000;
}
.footerbtm p{
    color: rgb(122, 115, 115);
    margin: 0;
    font-size: 13px;
     font-family: 'Open Sans', sans-serif;
}
.last { float: right;}

.footerbtm p a{
    color: rgb(122, 115, 115);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s ease;
}
.footerbtm p a:hover{
    color: #eee;
}
.bookapp{
    position: absolute;
    width: 464px;
    top: -58px;
    padding:  0 30px;
    z-index: 99;
    padding-bottom: 30px;
    background: #fff;
}

.back-to-top {

    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 65px;
    right: 45px;
    display: none;
}
.back-to-top img{
    width: 40px;
}
/* Testimonial Page */
.patientsay{
    padding: 4em 0;
}
.testipage{
    background: #eeeeee80;
    padding: 40px 80px;
    margin: 20px 0;
    border-radius: 0 50px 50px 50px;
    box-shadow: 13px 13px 2px 2px #00000015;
}
.testipage p{
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-align: justify;
    
}
.testipage h3{
    font-size: 15px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    position: relative;
    color: #666;
    padding-top: 20px;
    padding-left: 25px;
    text-transform: uppercase;
}
.testipage h3::before{
    position: absolute;
    width: 2px;
    left: 0;
    content: '';
    height: 30px;
    top: 15px;
    background: #a01d1a;
}










/*****************************************************************
# Banner section
*****************************************************************/

.carousel-item img{background-size:100% 100%;width:100%;}


/*****************************************************************
# AboutUs Home Page section
*****************************************************************/

.about {padding:60px 0;}
.about .abt-tittle h1{font-size:32px; text-transform:uppercase;position:relative;color:#3e83b3;font-family: 'Roboto', sans-serif;}
.about .abt-tittle h1:after{content:'';position:absolute;left:0px;bottom:-5px;background:#3e83b3;width:70px;height:3px;}
.about .abt-tittle h2{font-size:18px;font-weight:500;padding-top:5px;font-family: 'Roboto', sans-serif;}
.about .abt-tittle p{text-align:justify;font-family: 'Roboto', sans-serif;}
.about .abt-tittle a{border:1px solid #3e83b3;border-left:4px solid #ee1e23;padding:7px 15px;background:#3e83b3;color:#fff;text-decoration:none;}
.about .abt-tittle a:hover{text-decoration:none;border-color:#ee1e23;border-left:4px solid #3e83b3;background:#ee1e23;color:#fff;transition:0.5s;}
.about .abt-img img{width:100%;}
.about .abt-tittle h3{background:#3e83b3;color:#fff;padding:10px 10px;font-size:18px;margin-bottom:5px;display:inline-block;}
.about .abt-tittle h4{background:#3e83b3;color:#fff;padding:10px 10px;font-size:18px;margin-bottom:30px;}

.professional {padding:50px 0;}
.professional .prof-attach h1{font-size:18px;color:#fff;background:#3e83b3;border-left:4px solid #ee1e23;padding:10px;}
.professional .prof-attach ul li {line-height:30px;position:relative;padding-left:25px;}
.professional .prof-attach ul li i{color:#ee1e23;position:absolute;left:0px;top:7px;}
.professional .prof-attach table tr{border:1px solid #cbcbcb;}
.professional .prof-attach table tr td{border:1px solid #cbcbcb;padding:10px;}


/*****************************************************************
# Services Home Page section
*****************************************************************/

.services-home{padding:60px 0;background:#e8e9ed;}
.header-tittle{margin:0 auto;padding:0px 0 60px 0;}
.header-tittle h1{font-size:32px;color:#3e83b3;position:relative;}
.header-tittle h1:after{position:absolute;content:'';background:#3e83b3;width:50px;height:4px;left:70px;bottom:-7px;margin:0 auto;}

.services-home .serviceBox{
    color: #fff;
    background: #4283A9;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin: 0 auto;
    /* position: relative; */
}
/* .serviceBox:after{ */
    /* content: ""; */
    /* background: #fff; */
    /* width: 15px; */
    /* height:15px; */
    /* transform: translateX(-50%) rotate(45deg); */
    /* position: absolute; */
    /* bottom: 18px; */
    /* left: 50%; */
/* } */
.services-home .serviceBox .service-icon img{
	width:100%;
}
.services-home .serviceBox .service-box-btn{padding-top:15px;}
.services-home .serviceBox .service-box-btn a{color:#fff;border:1px solid #fff;padding:5px 10px;text-decoration:none;}
.services-home .serviceBox .service-box-btn a:hover{text-decoration:none;background:#fff;color:#3e83b3;transition:0.5s;}

.services-home .serviceBox .service-icon{
    background: #1E5B88;
    font-size: 60px;
    /* padding: 20px 0; */
    margin: 0 0 30px;
    border-bottom: 15px solid #fff;
    position: relative;
}
.services-home .serviceBox .service-icon:before,
.services-home .serviceBox .service-icon:after{
    content: "";
    background: linear-gradient(to top left, #fff 49%, transparent 50%);
    width: 30px;
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    bottom: -30px;
    left: 50%;
}
.services-home .serviceBox .service-icon:after{
    /* background: #1E5B88; */
    background: #unset;
    width: 45px;
    height: 45px;
    bottom: -23px;
}
.services-home .serviceBox .title{
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 10px 10px;
}
.services-home .serviceBox .description{
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 0 15px;
	/* text-align:justify; */
}
.services-home .serviceBox.orange{ background: #f99c31; }
.services-home .serviceBox.orange .service-icon,
.services-home .serviceBox.orange .service-icon:after{
    background: #ff8a05;
}
.services-home .serviceBox.pink{ background: #FF7271; }
.services-home .serviceBox.pink .service-icon,
.services-home .serviceBox.pink .service-icon:after{
    background: #F54C4F;
}
.services-home .serviceBox.purple{ background: #BB4B71; }
.services-home .serviceBox.purple .service-icon,
.services-home .serviceBox.purple .service-icon:after{
    background: #983B60;
}
@media only screen and (max-width: 990px){
    .services-home .serviceBox{ margin: 0 0 30px; }
}



/******************************************************************************
Footer
******************************************************************************/

.footer{
	/* background:#3e83b3; */
	background:#303030;
	padding:60px 0 10px 0;
}
.footer .foot-first{}
.footer .foot-first h1{font-size:22px;font-family: 'Roboto', sans-serif;color:#fff;padding-bottom:20px;}
.footer .foot-first p{font-size:14px;font-family: 'Roboto', sans-serif;color:#fff;text-align:justify;}
.footer .foot-first ul li{padding:5px 0;}
.footer .foot-first ul li a{font-size:16px;position:relative;color:#fff;padding:0 0 0px 25px;display:inline-block;text-decoration:none;}
.footer .foot-first ul li a i{font-size:14px;position:absolute;left:0px;top:6px;}
.footer .foot-first ul li a:hover{color:#3e83b3;transition:0.5s;}
.footer .foot-first ul li a:hover i{left:5px;transition:0.5s;}

/* Copyright */

.copyright{background:#fff;width:100%;display:inline-block;}
.copyright p{color:#000;font-size:13px;font-weight:600;text-align:center;padding:8px 0;margin:0px;}
.copyright p a{color:#3e83b3;font-weight:1000;}


/******************************************************************************
Testimonial Home Page
******************************************************************************/

.testimonial-home{padding:50px 0;}
.testimonial-home .blog1{padding:110px 0 0 0;}
.testimonial-home .cta-100 {
  margin-top: 100px;
  padding-left: 8%;
  padding-top: 7%;
}
.testimonial-home .col-md-4{
    padding-bottom:20px;
}

.testimonial-home .white {
  color: #fff !important;
}
.testimonial-home .mt{float: left;margin-top: -20px;padding-top: 20px;}
.testimonial-home .bg-blue-ui {
  background-color: #3e83b3 !important;
}
.testimonial-home figure img{width:300px;}

.testimonial-home #blogCarousel {
  padding-bottom: 20px;
}

.testimonial-home .blog .carousel-indicators {
  left: 0;
  bottom: 0px;
  height: 0%;
}


/* The colour of the indicators */

.testimonial-home .blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.testimonial-home .blog .carousel-indicators .active {
  background: #0fc9af;
}




.testimonial-home .item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.testimonial-home .item-box-blog {
  border: 1px solid #dadada;
  text-align: center;
  z-index: 4;
  padding: 20px 7px;
}

.testimonial-home .item-box-blog-image {
  position: relative;
}

.testimonial-home .item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.testimonial-home .item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}

.testimonial-home .item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.testimonial-home .item-box-blog-date span.mon {
  font-size: 18px;
}

.testimonial-home .item-box-blog-date span.day {
  font-size: 16px;
}

.testimonial-home .item-box-blog-body {
  padding: 10px;
}

.testimonial-home .item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.testimonial-home .item-box-blog-heading a {
    text-decoration: none;
}

.testimonial-home .item-box-blog-data p {
  font-size: 13px;
}

.testimonial-home .item-box-blog-data p i {
  font-size: 12px;
}

.testimonial-home .item-box-blog-text {
  max-height: 100%;
  overflow: hidden;
}

.testimonial-home .item-box-blog-text p{
  text-align:justify;
}

.testimonial-home .item-box-blog-text p i{
	color:#3e83b3;
}

.testimonial-home .mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.testimonial-home .btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.testimonial-home .btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}






/******************************************************************************
Media Home Page
******************************************************************************/

.media-home{padding:10px 0 0 0;}

.media-home .owl-nav button i{color:#fff;}
.media-home .owl-nav button{border:1px solid #3e83b3 !important;background:#3e83b3 !important;width:40px;height:30px;}
.media-home .owl-nav button:hover{background:#3e83b3 !important;}
.media-home .owl-nav button:hover i{color:#fff;}
.media-home .owl-carousel .owl-nav button.owl-next{position:absolute;right:0px;top:110px;}
.media-home .owl-carousel .owl-nav button.owl-prev{position:absolute;left:0px;top:110px;}


/******************************************************************************
About Us
******************************************************************************/

.tittle-head {background:#e5e5e5;padding:15px 0;}
.tittle-head .tttle{}
.tittle-head .tttle h1{font-size:26px;text-transform:uppercase;}
.tittle-head .tttle ul{text-align:center;margin:0 auto;display:flex;}
.tittle-head .tttle ul li a{text-decoration:none;}
.tittle-head .tttle ul li{float:left;padding-right:5px;}



/******************************************************************************
About Us
******************************************************************************/

.contact {padding:60px 0;}
.contact .cnt-header {border:2px solid #3e83b3;padding:20px 20px;}
.contact .cnt-header h1{font-size:22px;color:#3e3e3e;font-family: 'Roboto', sans-serif;position:relative;padding-top:15px;}
.contact .cnt-header h1:after{content:'';position:absolute;background:#3e83b3;width:30px;height:3px;left:0px;bottom:-3px;}
.contact .cnt-header p{font-size:16px;color:#3e3e3e;padding-top:5px;}
.contact .cnt-header p i{color:#3e83b3;}

.contact .cnt-form{border:2px solid #3e83b3;padding:15px 20px;}
.contact .cnt-form h1{font-size:24px;color:#3e83b3;text-transform:capitalize;padding-bottom:17px;}
.contact .cnt-form form .buttn input{border:1px solid #3e83b3;background:unset;padding:6px 15px;font-weight:600;cursor:pointer;}
.contact .cnt-form form .buttn input:hover{background:#3e83b3;color:#fff;}



/******************************************************************************
Media
******************************************************************************/

.media{padding:60px 0;}

.media .btn:focus, .media .btn:active, .media button:focus, .media button:active {
  outline: none !important;
  box-shadow: none !important;
}

.media #image-gallery .modal-footer{
  display: block;
}

.media .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}



/******************************************************************************
Publication
******************************************************************************/

.publication{padding:60px 0;}
.publ-table table{border-collapse: collapse;
  border-spacing: 0;
  width: 100%;}
.publ-table table tbody tr {border:1px solid #000;padding:5px 10px;}
.publ-table table tbody tr th{border:1px solid #000;padding:5px 10px;}
.publ-table table tbody tr td{border:1px solid #000;padding:5px 10px;}



/******************************************************************************
Services
******************************************************************************/

.serv-img{padding:20px 0;}







