@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* Scss Document */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  background:#fff;
  overflow-x: hidden;
  background:#fff;
}

p {
  font-size: 16px;
  color: #4c4c4c; 
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000; }

a:hover {
  color:#eb6319; }


.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }

/*------------------common-css-------------------*/
.fa-phone { transform: scaleX(-1); }

.common-btn {
  font-size: 17px;
  background:#eb6319;
  color: #fff;
  padding:16px 28px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius:6px;
  font-weight:500;
  text-transform: uppercase;
}

.common-btn:hover {
  background:#375523;
  color:#fff;
  box-shadow: none; }

.title-col{ margin-bottom:60px; text-align: center; }

.title {
  position: relative;
  font-size:40px;
  font-weight:800;
  color:#395524;
  margin-bottom:20px;
  text-transform: uppercase; 
}

.title-para{ font-size:16px; text-align: center; }

.form-control {
    border-radius:0px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
	  height:45px;
    border-color: #325828;
}

select.form-control { padding: 0; padding-left:15px;  }

:focus {
  box-shadow: none !important;
  outline: none !important; 
}

@media (min-width: 1200px){
.container { max-width: 1200px; }
}

/*------------------end common-css-------------------*/

.topbar{ background:#395524; padding:10px 0;  color:#fff; }
.topbar p{ margin-bottom:0;  color:#fff;  font-size:14px;  } 
.header-top-action ul, .header-top-right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	list-style: none;
	padding: 0;
    margin-bottom: 0;
}

.header-top-action ul li {
    font-size: 14px;
    font-weight:400;
    color: #fff;
    position: relative;
}
.header-top-action ul li i {
    margin-right: 8px;
    font-size:21px;
    vertical-align: middle;
}
.header-top-action ul li a {
    color: #fff;
}

.header-top-action ul li + li::before {
    content: "|";
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
}

.top-social a{ margin-left: 10px; }
.top-social a i{ font-size: 21px; color: #fff; }

.main-header{ padding:10px 0; transition: all 0.3s ease; background: #fff; }

.logo img{ max-height:80px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color:#000;
    font-size: 17px;
    font-weight:500;
    margin: 0px 20px;
    padding:30px 0px;
    text-align: center;
    text-transform: uppercase;
}

.navbar-nav .nav-item:last-child .nav-link {
  background:#eb6319;
  padding:8px 15px;
  color: #fff;
  margin-left: 10px;
  margin-right:0px;
  border-radius: 6px;
}

.navbar-nav .nav-item:last-child .nav-link:hover { background:#365624; color: #fff !important; }


.main-header .navbar-expand-lg .navbar-nav .nav-link:hover { color:#eb6319; }

header.main-header.fixed-nav {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 0px 0;
	  top: 0;
}


header.main-header.fixed-nav .logo img{ max-height:70px; }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.navbar-nav .dropdown-menu{ padding: 0px; border-radius: 0px; margin-top: -3px; min-width: 250px; }

ul.submenu.dropdown-menu a {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dropdown-item{ padding: 7px 1.1rem; font-size: 16px; }

.dropdown-item:hover{ background-color: #eb6319; color: #fff; }

@media (min-width: 992px){
.nav-item .submenu {
    top: 3px;
}
}

ul.submenu.dropdown-menu .dropdown-item::after{ display: none; }

.topmenus-icon img{ max-height: 30px; margin-right: 10px; }


/*-------------banner---------------*/

.banner{
  position: relative;
  background: #fff;
  max-height: 570px;
  overflow: hidden;
}

.banner img{ max-height:427px; min-height:427px; object-fit:cover; }


.banner .item:after {
  background: url(../images/banner-overflow.png) no-repeat;
  background-position: left top;
  z-index:1;
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
}


.banner .banner_containt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  max-width: 850px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
}


.banner .banner_containt h1 {
  color: #fff;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  max-width: 600px;
  text-transform: uppercase;
}

.banner .banner_containt p {
color: #fff;
font-size:21px;
margin:15px 0px 30px;
font-weight:400; 	
max-width: 600px;
}

.banner .owl-nav .owl-prev {
position: absolute;
color: #fff;
top: 50%;
left:2%;
transform: translateY(-50%);
text-transform: uppercase;
font-size: 19px; 
z-index: 99;	
}

.banner .owl-nav span {
  position: relative;
  background: rgb(255 255 255 / 90%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 9px;
  display: inline-block;
}

.banner .owl-nav .owl-next {
position: absolute;
color: #000;
top: 50%;
right:2%;
transform: translateY(-50%);
text-transform: uppercase;
font-size: 19px;
z-index: 99;	
}

.banner .owl-nav i {
font-size:32px;
color: #000; } 


.afforcare-pic{ border-radius: 50px 0px 50px 0px; overflow: hidden; }

.expertise-level{ padding:50px 0 70px;   }

.expertise-level .title-col{ margin-bottom:20px; }

.expertise-4col{ position:relative; border-radius:8px; overflow: hidden; margin-top:35px; background: #000;  }
.expertise-4col a{ display: block; z-index:1; position: relative;  }

.expertise-4col h3 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight:700;
  position: absolute;
  z-index: 9;
  padding: 0px 20px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.expertise-4col a:after {
    background: url(../images/expertise-overlay.png) no-repeat;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.expertise-4col a img{ transition:all 0.3s ease-in; opacity: 0.9;  }

.expertise-4col a:hover img{ transform: scale(1.1); }


.aboutus-sec { background:#2f2483;  }
.about-txt {
    padding: 60px 9%;
    height: 100%;
    width: 100%;
}

.about-txt .title{ margin-bottom:20px; color:#fff; }

.about-txt p {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.about-big-flex{ display:flex; font-size:24px; font-weight:700; color:#fff; justify-content: space-between; margin-bottom:10px; }
.about-normal-flex{ display:flex; font-size:16px; font-weight:500; color:#fff; justify-content: space-between; }
.about-normal-flex i{ font-size:24px; vertical-align:middle; margin-right:5px; }

.about-service{ height:100%; }
.about-service img{ height: 100%; object-fit: cover; }

.about-botom p{ font-size:16px; line-height:26px;  }


.banner-3cols{ padding:60px 0; }

.inner-banner-3cols {
  padding: 20px 40px;
  text-align: center;
  display: block;
  height: 100%;
  position: relative;
}
.inba-txt {
  margin-top:40px;
}
.inba-txt h3 {
  font-size: 26px;
  color:#eb6319;
  font-weight: 500;
  margin-bottom: 15px;
}

.inba-txt p {
  margin-bottom: 5px;
  font-size: 16px;
}


.middlebanner-sec{ background:url(../images/patient-care.jpg) no-repeat #fff; background-size:cover; background-attachment: fixed; background-position: right;  }

.middlebanner-sec .container{ position: relative;  min-height:600px; }
.middlebanner-sec-text {
  max-width: 540px;
  width: 100%;
  left: 0;
  bottom: -80px;
  position: absolute;
  color: #fff;
  background: #2f2483;
  padding: 40px;
  border-radius: 30px;
}

.middlebanner-sec-text .title{ color:#fff; font-size:36px; font-weight:500; margin-bottom:15px;   }

.middlebanner-sec-text p{ color:#fff; font-size:16px; font-weight: 300; margin-bottom: 0; margin-top: 20px;  } 
.middlebanner-sec-text ul{ padding-left: 17px; margin: 20px 0; }
.middlebanner-sec-text ul li{ margin:10px 0px; font-size: 17px; }

.afforcare-sec{ padding:70px 0px 70px; }

.afforcare-text { padding-left: 50px; }
.afforcare-text h4{ font-size:21px; color:#000; margin: 15px 0px; font-weight: 300; line-height:32px; }
.afforcare-text p{ font-size:16px; color:#333333; margin: 15px 0px; line-height: 26px; }
.afforcare-text p small{ font-size: 15px; }

.affcare-ptag small{ display: block; margin-bottom: 10px; }
.affcare-ptag {
  font-size: 20px !important;
  margin-top: 25px !important;
  line-height: 40px;
}

.afforcare-text .common-box{ margin-top: 30px; }

.hometreatments-sec{ padding:70px 0px; }
.hometreat-col{ margin-bottom:35px; }
.hometreat-col a{ display: block; }
.hometreat-ico{ margin-bottom: 20px; }
.hometreat-col h3{ font-size: 22px; color: #4c4c4c; font-weight: 500; margin-bottom:5px; }
.hometreat-col p{ font-size:16px; color: #4c4c4c; font-weight:300; margin-bottom: 0px; }

.hometreat-col a:hover h3{ color: #f6a923; }

.homedr-sec { padding-bottom:80px; }

.inner-homedr-sec{ 
  background: #2f2483;
  border-radius: 25px;
  padding:60px 60px 50px;
  margin-top: 140px;
}

.homedr-pic {
  border-radius: 30px;
  overflow: hidden;
  margin-top: -120px;
}

.homedr-txt { padding:0px 50px 0px 70px; }
.homedr-txt h4{ color: #fff; font-size: 32px; margin-bottom:25px; font-weight: 500; }
.homedr-txt p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 25px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}

.dr-phone{ 
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-top: 40px;
 }

 .dr-phone img{ filter: brightness(1) invert(1); }

 .dr-phone b { margin-right: 15px; }
.dr-phone a {
  font-weight: 500;
  font-size: 26px;
  color:#eb6319;
}

.dr-phone a small {
  display: block;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}


.testimonial-wrapper {
  padding-bottom:70px;
  padding-top:90px;
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.testimonial-wrapper .title-col{ margin-bottom: 40px; }
.testimonial-wrapper .title{ color: #fff; }

.testimonial-wrapper .owl-prev i{ color: #fff; }
.testimonial-wrapper .owl-next i{ color: #fff; }

#testimonial-slider .item{ padding:10px; }

.testi{ background:#fff; border-radius:8px; overflow: hidden;  text-align: center; padding:40px 30px;  }
.testi img{ width: auto !important; margin: auto; }
.user-quote { margin-bottom: 20px; }

.testi h4{ font-size:19px; font-weight: 500; margin-top:15px;  } 
.testi h4 small{ font-size:13px; color:#939191; }  
.testi p {
  font-size: 14px;
  color: #626262;
  line-height: 22px;
}
.test-location{ color:#000; margin:10px 0px 0px;  }

#testimonial-slider2 .item { padding: 10px; text-align: center; }
.testi-video h4{ font-size: 17px; min-height: 45px; }

.hometest-tabs { text-align: center; margin-bottom: 40px; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{ background:#eb6319; color:#111; }
.nav-pills .nav-link {
  background: #fff;
  color: #666;
  margin: 0px 7px;
  padding: 10px 50px;
  border-radius:0px;
  font-weight: 400;
  min-width: 130px;
}

.blog-sec{ padding: 70px 0px; }
.blog-content{ text-align: center; padding:15px 15px; background: #395524; }
.blog-content h3{  font-size:18px; color: #fff; margin-bottom: 0px; }

footer {
  color: #c5dbe7;
  padding-top:70px; 
  background:#325828;
  padding-bottom:0px;
}

.footer-appoint-sec {
  border: 1px solid #3f708a;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.leftfoot-appoint { display: flex; }
.leftappoint-ico { margin-right: 25px; }

.leftappoint-txt p{ color: #fff; font-weight: 300; }
.leftappoint-txt h4{ color: #fff; font-weight:600; }

.rightfoot-appoint .common-btn:hover{ background: #fff; color: #2f2483; }

.products-col {
  border-radius: 10px;
  overflow: hidden;
}

footer h3 {
  margin-bottom:25px;
font-size:22px;
color: #fff;
text-transform: uppercase; 
}

.contact-conten p{ display: flex;  }

.footer-about p {
  line-height: 24px;
  font-size: 15px;
}

footer p, footer p a {
  font-size: 15px;
  color:#fff;
  font-weight:400;

}

footer p a:hover{ color:#fff; }

.contact-conten p strong {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
}

.footer-social { margin-top: 25px; }

.quicklinks-cont p{ margin-bottom:12px; }
.quicklinks-cont p a{ display: block; }

.quicklinks-cont hr{ background-color:rgb(255 255 255 / 30%); }

.footer-social i {
  font-size: 20px;
  color: #fff;
  background: #3c8129;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin: 0px 2px;
}

.footer-social i:hover{ background: #fff; color:#325828; }

.quicklinks{ padding-left:60px; }

.copyright{ margin-top:50px; text-align: center; background:#EB6319; padding:15px 0; }

.copyright p {
  color: #fff;
  margin: 0px;
  font-size: 14px;
}

.copyright p a{ font-size: 14px; }

.whatsapp-fix{ position: fixed; right:30px; bottom:50px; z-index:1;   }

/*----------------inner page----------------*/

.list-item{ padding-left: 17px; margin: 20px 0; }
.list-item li {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 300;
}

.inner-commonpage-content ul{ padding-left: 17px; margin: 20px 0; }
.inner-commonpage-content ul li {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 300;
}

.st-shedule-wrap {
  padding: 20px;
  background: #f9fafc;
  margin-left: 30px;
}

.st-shedule {
  border: 1px solid #2f2483;
  padding: 30px 20px;
}
.st-shedule-title {
  font-size: 24px;
  font-weight: 600;
  color: #2f2483;
  margin-bottom:20px;
}

.st-shedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.st-shedule-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px 0;
}

.welcome-about .title{ margin-bottom: 40px; }

.welcome-text h3{ margin-bottom: 20px; }

.welcome-text .dr-phone img{ filter: brightness(0) invert(0); }
.welcome-text .dr-phone a small{ color: #333; }

.welcome-about{ margin-bottom: 50px; }
.welcome-text { padding-right: 25px; }

.h-about-no {
  color: #3a3a3a;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}

.h-about-no b {
  font-size: 60px;
  font-weight: 600;
  color: #2f2483;
  display: block;
  line-height: 1.3;
  position: relative;
}

.afforcare-sec2{ margin-bottom:80px; margin-top: 30px; }


.materialContainer .row.g-4.mt-md-1.mt-2 .col-md-6 {
  margin-bottom:30px;
}


.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  transition: all 0.2s ease-in;
}

.contact-details .contact-box {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.contact-details .contact-box .contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-details .contact-box .contact-icon .feather {
  width: 20px;
  stroke: #fff;
  position: relative;
  z-index: 1;
}

.contact-details .contact-box .contact-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eb6319;
  opacity: 1;
  border-radius: 100%;
}

.contact-details .contact-box .contact-title {
  width: calc(80% - 80px);
  margin-left: 18px;
}

.contact-details .contact-box .contact-title h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}

.contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
}

.contact-details .contact-box .contact-title p a{ color: #fff; }

.materialContainer .col-md-6{ margin-top:20px; }
.materialContainer .col-12{ margin-top:20px; }

.contact-title h2{ margin-bottom:0px; }
.contact-details h2{ margin-bottom: 30px; color: #fff; }

.contact-page{ margin: 50px 0px 60px; }

.contact-map{ margin-top: 50px; }

.testimonials-page{ margin-bottom: 60px; }

.testimonials-page .tab-content{ text-align: center; }

.read-testcol1 {
  margin: 1%;
  width: 46%;
  display: inline-block;
  vertical-align: text-top;
}

.read-testcol1 .testi-text {
  background: #f1f7f6;
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 30px;
  position: relative;
  text-align: left;
}
.read-testcol1 .quote-icon {
  position: absolute;
  right: 40px;
  top: 40px;
}

.read-testcol1 .test-head {
  display: flex;
  margin-bottom: 15px;
}
.read-testcol1 .user-pic {
  width: 95px;
  height: 95px;
  overflow: hidden;
  border-radius: 50%;
}
.read-testcol1 .user-pic img {
  min-height: 95px;
}
.read-testcol1 .user-text {
  margin-left: 18px;
}
.read-testcol1 .testi-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.read-testcol1 .rating-star {
  margin: 10px 0 15px;
}

.read-testcol1 .testi-text p {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.2px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.testipage-video .testi-video h4{ min-height: auto; }

.testimonials-page .nav-pills .nav-link{ background:#e7edf2; }
.testimonials-page .nav-pills .nav-link.active, .testimonials-page .nav-pills .show>.nav-link{ background:#e80e00; }

.treatment-page{ margin-bottom:80px; margin-top:-40px; }
.treatment-page .title-para{ margin: 50px 0px;}
.treatment-page .hometreat-col{ padding-left:30px; }

.treatment-page .service-col .row.flex-lg-row-reverse .hometreat-col{ padding-left: 0px; }

.maintreat-text h3{ margin-bottom:20px; }
.maintreat-text p{ line-height:28px; }

.service-col{ padding:110px 0px 0px; }

.cdetails-col { margin-top: 30px; }
.reinventing-col {
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  align-items: center;
}

.w-iconbox-icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  max-width: 100%;
  position: relative;
  z-index: 1;
  font-size: 26px;
  background: #fff7d0;
  color: #414141;
  line-height: 2.7em;
  height: 2.5em;
  width: 2.5em;
  overflow: hidden;
  border-radius: 50%;
  margin-right: calc(15px + 0.2em);
}

.w-iconbox-icon i { font-size: 34px; }

.reinventing-col .w-iconbox-title {
  font-size: 17px;
  color: #17183a;
}

.treatment-page .title{ font-size: 38px; margin-bottom: 50px; }

.maintreat-pic{ box-shadow: 20px 20px 30px rgb(0 0 0 / 8%); }
.maintreat-pic img{ width: 100%; }
.maintreat-text { padding-left: 40px; }
.service-col .flex-lg-row-reverse .maintreat-text { padding-left:0px; padding-right: 40px; }

.mobile-colpsd { display: none; }

.services-mainbull {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: 20px;
}

.services-mainbull li a {
  font-size: 15px;
  font-weight: 400;
  margin:7px;
  padding: 10px 20px;
  border-radius: 40px;
  background: #fff;
}

.services-mainbull li a:hover{ background:#eb6319; border-color:#e80e00; color:#000; }

.expertise-level .title-para{ max-width:900px; margin: auto; }

.inner-page{ padding:40px 0px; }

.inner-commonpage-content h3{ font-size:21px; font-style: italic; }
.inner-commonpage-content p{ font-size: 17px; font-weight: 300; line-height: 28px; }

.full-para{ padding-top: 15px; padding-bottom: 15px; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; margin-bottom: 30px; }
.full-para p{ margin-bottom: 0px; }

.aboutdrappoint-tbl{ background: #fff; padding:25px 15px 15px; }
.appoi-tbl1 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 10px;
}

.appoi-tbl1 a{ background:#e80e00; padding:5px 10px; color: #000; font-size: 12px; font-weight: 500; }

.inner-appoi-tbl1{ max-width: 35%; flex: 0 0 35%; }
.inner-appoi-tbl2 {
  font-weight: 400;
  font-size: 14px;
}

.aboutdrappoint-tbl h2{ margin-bottom: 30px; font-size: 26px; }

.about-sec4 {
  text-align: center;
  padding: 0px 30px;
  margin-bottom:20px;
  margin-top: 25px;
}

.about-sec4 .feature-block-one h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top:15px;
  margin-bottom:10px;
}
.about-sec4 .feature-block-one p {
  color: #444;
  font-size: 15px;
  font-weight:300;
}

.feature-block-one {
  background: #fff;
  margin-bottom: 30px;
}

.about-sec2{ padding:90px 0px 70px; }

.feature-block-one{ text-align: center; }

.about-sec4 .feature-block-one h4 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.about-sec4 .feature-block-one p {
    padding: 0px 10px;
    color: #444;
    font-size:17px;
}

.about-sec4{ margin-bottom: 50px; }

.corona-heading{ text-align: center; padding: 20px 0; }
.corona-heading a{ font-size: 24px; color:#eee; }

.icon-box {
  height:90px;
  width:90px;
  text-align: center;
  line-height: 90px;
  position: relative;
  border-radius: 100%;
  background-color:#eee;
  margin:0px auto 20px;
}

.icon-box i{ font-size: 45px; vertical-align: middle; }

.home-gallery { padding:20px 0 0; }

.home-gallery * div{ margin:0px; padding:0px; }
.home-gallery a{ width:100%;  }
.home-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border:1px solid #fff;
}
.home-gallery img:hover{ filter: grayscale(10); }

.border-radius{ border-radius:10px; overflow: hidden; }


.homeproducts-sec{ padding:90px 0px 120px; background: #395524; }
.homeproducts-sec .title{ color: #fff; }


.slider-col { text-align: center; }
.slider-col a { width: 100%; }
.slider-col a:hover .add-cart-btn{ background: #a2ae2d; color: #fff; }
.item-pic { min-height: 245px; }
.item-text { background: #fff; padding: 20px; }
.item-text h3 {
  font-size:21px;
  margin-bottom: 5px;
  color: #222;
}
.item-text p {
  color: #666;
  font-size: 16px;
  margin-bottom: 5px;
  min-height: 100px;
}
.item-text p.price {
  color: #333;
  font-size: 18px;
  margin-top: 8px;
  font-weight: 600;
}
.cut-price {
  font-weight: 400;
  color: #9f9f9f;
  text-decoration: line-through;
  margin-left: 10px;
}

.homeproducts-sec .owl-nav .owl-prev {
  position: absolute;
  color: #fff;
  top: 40%;
  left:-60px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px;
}

.homeproducts-sec .owl-nav .owl-next {
  position: absolute;
  color: #fff;
  top: 40%;
  right:-60px;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px;
}

.homeproducts-sec .owl-nav span {
  position: relative;
}

.homeproducts-sec .owl-nav i {
  font-size:30px;
  color: #fff;
line-height: 55px;
}

.slider-col .item-pic img{
  max-height: 350px;
    object-fit: cover;
    width: auto;
    margin: auto;
}

.reapir-choose-inner{ padding:110px 0px 90px; }

.service-6.reapir-service { margin-top: 12px; }
.service-6.reapir-service .icons {
  border: 0 none;
  width: auto;
  height: auto;
  line-height: inherit;
  border-radius: inherit;
  float: left;
  text-align: center;
  margin-right: 22px;
  margin-top: 10px;
}
.service-6 .content {
  overflow: hidden;
}

.icons img{ max-height: 60px; }
.content.contentN h4{ font-size:21px; }
.content.contentN p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 1px;
  color: #111;
}

.inner-banner {
  position: relative;
  background: #000;
}
.inner-banner img {
  opacity: 0.7;
}
.inner-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  width:96%;
}

.inner-banner-text h1 {
  color: #fff;
  font-weight: 600;
    text-transform: uppercase;
}

.inner-banner-text .breadcrumb {
  background: none;
  padding: .3rem 1rem;
  justify-content: center;
}
.inner-banner-text .breadcrumb a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #eee;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.inner-wrapper {
  padding:70px 0;
}

.mt-7{ margin-top: 90px; }
.staff-col {
  background:#eb6319;
  box-shadow:0px 5px 5px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #eb6319;
}
.staff-col h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin: 18px 15px 8px;
}
.staff-col span {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.staff-col p {
  font-size: 16px;
  font-weight:400;
  color:#ffdecc;
  margin-bottom: 20px;
}

.staff-col p strong{ font-weight: 400; }

.service-para{ text-align: center; margin-bottom:30px; }
.service-para p{ font-size: 18px; max-width: 800px; margin: auto; }

.inner-service-col {
  margin-bottom: 70px;
}

.inner-service-text h2 {
  color: #395524;
  margin-bottom: 20px;
  font-size: 26px;
}
.inner-service-text p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}

.inner-service-text {
  width: 100%;
  padding-left:30px;
  padding-right: 30px;
}

.inner-service-col .flex-lg-row-reverse .inner-service-text{ padding-left: 0px; padding-right:60px; }

.contact-details {
  background-color:#325828;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.service-bullpoints{ text-align: center; margin-bottom:50px; }
.service-bullpoints ul{ list-style: none; padding: 0px; margin: 0px; }
.service-bullpoints li {
  background: #ffe8db;
  color: #000;
  border-radius: 40px;
  padding: 6px 24px;
  margin: 0px 3px 14px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 1px;
}

.static-page h3{ font-size:20px; font-weight:500; color: #EB6319; margin-top: 40px; }
.static-page h2{ font-size:24px; font-weight:600; color: #f00; margin-top: 40px; }

.banner-notice {
  background: #dcf6c9;
  height: 100%;
}

.banner-notice h3{ background:#EB6319; padding: 10px 25px; font-size: 18px; color: #fff; font-weight: 600; }
.innerbanner-notice ul{ margin-bottom: 0px; height: 360px; }
.innerbanner-notice ul li{ margin:10px 0px; line-height: normal; padding-right: 20px; }
.innerbanner-notice ul li a{ font-size: 14px; }
.innerbanner-notice{ overflow: hidden; }






/*----------------media----------*/

@media (min-width: 992px){
  .navbar-nav li:hover > ul.dropdown-menu { display: block; }
}

@media (max-width:1180px){
.container{ max-width: 96%; }
.banner .banner_containt{ max-width: 1000px; }
.banner .banner_containt h1{ font-size: 50px; }
.homeproducts-sec .owl-nav .owl-prev{ left:0px; background: #eb6319; padding-left: 10px; padding-right: 10px; }
.homeproducts-sec .owl-nav .owl-next {
  right: 0px;
  background: #eb6319;
  padding-left: 10px;
  padding-right: 10px;
}

.item-pic{ min-height: inherit; }

}

@media (max-width:1024px){
.main-header .navbar-expand-lg .navbar-nav .nav-link{ margin: 0px 10px; }
.logo img { max-height: 55px; }
.banner-title{ font-size: 42px; line-height: 56px; }
.banner-text{ padding-left: 30px; padding-right: 50px; }
.banner-btns span a{ font-size: 22px; }
.title{ font-size: 36px; }
.inba-txt h3{ font-size: 24px; }
.inner-banner-3cols{ padding: 20px 10px; }
.middlebanner-sec-text{ left: 30px; }
.homedr-txt p{ font-size: 18px; }
.banner-vector{ max-width: 40%; flex: 0 0 40%; }
.banner .banner_containt { max-width: 900px; }
.banner .banner_containt h1{ font-size: 38px; }
.banner .banner_containt p{ font-size: 18px; }
.appoi-tbl1{ flex-direction: column; }
.inner-appoi-tbl2{ margin-top: 10px; margin-bottom: 10px; }
.appoi-tbl1 a{ padding: 7px 20px; }
.inner-banner img{ height: 300px; object-fit: cover; }

}

@media (max-width:980px){
.navbar-toggler{ font-size: 30px; }
.navbar-nav .nav-item{ width: 100%; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ padding:10px 0px; margin: 0px; text-align: left; }
.navbar-nav .nav-item:last-child .nav-link{ padding-left: 15px; }
.banner-btns span{ display: none; }
.banner-title{ line-height: 64px; }
.main-header{ padding: 10px 0; }
.banner-btns{ margin-top: 15px; }
.banner-3cols { padding:40px 0 30px; }
.inba-ico img{ max-height: 60px; }
.title-col{ margin-bottom:40px; }
.afforcare-text { padding-left:0px; margin-top: 30px; }
.hometreatments-sec .col-lg-6{ order: 1; }
.hometreatments-sec .col-lg-3{ order: 3; }
.hometreat-col a{ text-align: center; }

.doctor-treatvector{ margin-bottom:50px; }
.hometreatments-sec { padding: 70px 0px 30px; }
.homedr-txt { padding: 0px; margin-top: 40px; }
.leftfoot-appoint{ max-width: 70%; flex: 0 0 70%; }
.quicklinks { padding-left: 0px; }
.footer-social{ margin-bottom: 30px; }
.inba-txt h3 { font-size: 22px; }

.afforcare-text p{ font-size: 22px; }
.contact-details{ margin-left: 0px; margin-top: 40px; }
.contact-details .contact-box .contact-title{ width: calc(100%); }
.h-about-no b{ font-size: 50px; }

.navbar-nav .dropdown-toggle::after{ display: none; }
.dropdown-item::after{ display: none; }	
	
.mobile-colpsd {
  font-size: 20px;
  text-align: right;
  color: #000;
  transform: translateY(-36px);
  display: inline-block;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  padding:0px 20px;
  float: right;
}	
	.navbar-nav .dropdown-menu{ border:none; }
	
.mobile-colpsd.dropdown-toggle::after{ display: none; }
.menu-large .dropdown-toggle::after{ display: none; }
.banner img{ height: 400px; }
.banner .banner_containt { max-width: 700px; }
.banner .banner_containt h1 { font-size: 34px; }

ul.submenu.dropdown-menu { max-height:150px; overflow-y: auto; }
.inner-banner h1{ font-size: 30px; }
.inner-commonpage-content p {
  font-size: 15px;
  line-height: 24px;
}
.inner-commonpage-content h3{ font-size: 18px; }
.about-sec4{ padding: 0px; }
.about-txt{ padding: 30px 4%; }
.about-txt p{ font-size: 15px; }
.about-big-flex{ font-size: 22px; }
.h-about-no{ font-size: 16px; }
.h-about-no b { font-size: 40px; }
.about-sec2 { padding: 90px 0px 50px; }
.treatment-page .hometreat-col { padding-left: 0px; margin-top:0px; }
	
.blog-col{ margin-top: 30px; }
.staff-col{ margin-top: 30px; }
.inner-service-text{ padding: 0px; margin-top: 30px; }
.inner-service-col{ margin-bottom: 30px; }
.topbar{ display: none; }

}


@media (max-width:820px){
header.main-header.fixed-nav .logo img { max-height: 40px; }
header.main-header.fixed-nav { padding: 10px 0; }
.read-testcol1 .quote-icon{ display: none; }
.maintreat-pic{ margin-bottom: 40px; }
.maintreat-text { padding-left: 0px; }
.treatment-page .title { font-size: 34px; margin-bottom: 30px; }
.read-testcol1 .testi-text h4{ font-size: 20px; }


}

@media (max-width:768px){
.banner-title{ font-size: 34px; line-height: 55px; }
.banner-title span{ line-height: 1; }
.small-text{ font-size: 18px; }
.title { font-size: 30px; }
.title span{ font-size:22px; }
.inba-txt h3 { font-size: 20px; }
.inner-banner-3cols{ padding: 20px 0px; }
.title-col { margin-bottom: 30px; }
.middlebanner-sec-text .title{ font-size: 30px; }
.inner-homedr-sec{ margin-top: 100px; }
.homedr-txt h4{ font-size: 28px; }
.dr-phone{ margin-top: 20px; }
.leftfoot-appoint {
  max-width: 65%;
  flex: 0 0 65%;
}
.contact-title h2, .contact-details h2{ font-size: 24px; }

}

@media (max-width:740px){
.dropdown-item a{ padding-left: 0px; padding-right: 0px; }
.dropdown-item{ padding:10px 0rem; font-size: 15px; }
ul.submenu.dropdown-menu {
  background: #f5f5f5;
  height: 207px;
  overflow-y: scroll;
}
	
	ul.submenu.dropdown-menu li a{ padding-left:10px; padding-right:10px; }	

.navbar-nav .dropdown-menu .container{ max-width: 100%; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ font-size: 15px; }
.afforcare-text {
  padding-left: 0px;
  margin-top: 30px;
  text-align: center;
}
.leftfoot-appoint {
  max-width: 100%;
  flex: 0 0 100%;
}
.footer-appoint-sec{ flex-direction: column; align-items: flex-start; }
.rightfoot-appoint{ margin-top:15px; }
.quicklinks{ margin-bottom: 35px; }
.copyright { margin-top: 0px; }
.copyright p{ padding: 0px 0 20px; flex-direction: column; }
.copyright p span{ margin-top: 10px; }

.st-shedule{ margin-top: 30px; }
.welcome-text h3{ font-size: 22px; }
.maintreat-text h3{ font-size: 24px; }
.read-testcol1 {
  margin: 0px 0px 30px;
  width: 100%;
  display: block;
  vertical-align: text-top;
}

.read-testcol1 .quote-icon { display: block; }
.materialContainer{ margin-top: 30px; }
.banner .banner_containt { max-width: 85%; }


}

@media (max-width:670px){
.banner-title{ font-size: 32px; }
.small-text { font-size: 16px; }
.about-normal-flex{ display: block; line-height: 34px; }


}

@media (max-width:520px){
  .topbar{ display:none; } 
  .banner .item:after{ width: 100%; }
  .banner .banner_containt{ text-align: center; }
.banner-container{ flex-direction: column; }
.banner-text {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 10px;
    padding-right: 10px;
}

.banner-vector {
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 30px;
}
.banner-title { font-size: 34px; }
.middlebanner-sec-text{  border-radius:20px; left: 0px; padding:30px; }
.afforcare-text p { font-size:16px; }
.inner-homedr-sec{ padding: 60px 30px 50px; }
.homedr-txt p { font-size: 16px; }
.homedr-txt h4{ font-size: 26px; margin-bottom: 15px; }
.leftappoint-ico { margin-right: 15px; }
.rightfoot-appoint{ width: 100%; }
.rightfoot-appoint .common-btn{ text-align: center; width: 100%; }
.copyright p{ padding: 0px; }

.welcome-text { padding-right: 0px; }
.cdetails-col { margin-top: 0px; }
.read-testcol1 .quote-icon { display:none; }
.testi-video{ margin-bottom: 30px; }
.testipage-video .testi-video h4{ margin-bottom: 15px; }
.materialContainer .row.g-4.mt-md-1.mt-2 .col-md-6 { margin-bottom: 15px; }
.contact-details .contact-box .contact-icon{ width: 53px; }
.title { font-size: 26px; }
.title span { font-size: 20px; }
.inba-txt { margin-top: 20px; }
.middlebanner-sec-text .title { font-size: 26px; }
.banner .banner_containt h1 { font-size: 24px; }
.banner .banner_containt p { font-size: 15px; margin: 15px 0px 15px; }
.banner .banner_containt .common-btn{ font-size: 15px; padding: 14px 18px; }
.banner img { height: 300px; min-height: 300px; }
.about-txt { padding: 30px 9%; }
.about-big-flex{ flex-direction: column; font-size: 18px; }
.inner-banner h1 { font-size: 26px; }
.about-sec2 { padding: 50px 0px 30px; }
.afforcare-sec{ padding-bottom:25px; }
.staff-col h4{ font-size: 22px; }
.staff-col p{ font-size:18px; }
.afforcare-text h4{ font-size:18px; line-height: 27px; }
.mt-7 { margin-top:40px; }
.banner .owl-nav span{ width: 40px;
  height: 40px;
  padding: 8px; 
}
.banner .owl-nav i{ font-size: 24px; }

.banner .owl-nav i{ font-size: 24px; }
.banner-notice h3{ width: 100%; }
.banner-notice{ flex-direction: column; }


}
