@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}
*,
body {
  outline: 0;
}
:root {
  --white-color: #fff;
  --heading-color: #1e1e1e;
  --paragraph-color: #999999;
  --primary-color: #006138;
  --secondary-color: #edd86b;
  --golden-color: #efe0a7;
  --heading-font-size: 56px;
  --subheading-font-size: 48px;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  vertical-align: baseline;
}
body {
  font-family: "Jost", sans-serif;
  color: var(--heading-color);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 14px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  font-size: 18px;
  color: #1e1e1e;
  font-family: "Marcellus";
}

ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
button:focus {
  outline: 0 !important;
}
.banner {
  /* background: url("../images/banner2.jpg"); */
  background-color: #fff;
  /* height: 650px; */
  height: auto;
  position: relative;
  background-size: cover;
  padding: 25px 0px;
}
.banner-img img{
width: 100%;
}
.opt{
  padding: 8px 12px;
  font-weight: 600;
}
.opt-input{
  background-color: #006138;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner-text {
  position: relative;
  padding: 10px 35px;
  margin-top: 10%;
}
.banner-text h1 {
color: #fff;
    font-size: 3rem !important;
    font-weight: 600;
    margin-bottom: 15px;
}
.header-logo{
  text-align: center;
}
.header-logo img {
  /* height: 80px;
  width: auto;
  border-radius: 7px; */
  
  height: 120px;
  width: auto;
  border-radius: 7px;
}
.banner-text p {
  color: #fff;
  line-height: 25px;
}
.banner-text {
  padding-top: 15%;
}
.banner-top-text{
  font-size: 4.4rem;
  /* color: #006138; */
  color: #fff;
  padding: 6px 0;
}
.banner-form h3 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
}
.banner-form p {
  margin-bottom: 15px;
  color: #666;
}
.banner-form {
  /* margin-top: 35%; */
  /* background: rgba(255, 255, 255, 0.7); */
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
  position: relative;
  padding: 20px;
  border-radius: 8px;
      /* background-image: url(/assets/images/108602.jpg) !important; */
      background: linear-gradient(228deg, rgba(241, 215, 78, .642), #e1c03b 60%);
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      margin-top: 24px;

}
.banner-form .form-group {
  margin-bottom: 20px;
}
.banner-form-content{
  text-align: center;

}
.banner-form-content h2{
  color: var(--heading-color);
  /* color: var(--secondary-color); */
  font-size: 2rem;
  line-height: 72px;
}
.banner-form-content p{
  color: var(--primary-color);
  font-weight: 600;
}
.mt-0 {
  margin-top: 0px !important;
}
.btn-blue {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  width: 250px;
  min-width: 200px;
  outline: 0;
  cursor: pointer;
  padding: 15px 15px 18px;

  transition: all ease 0.5s;
  display: inline-block;
  border-radius: 7px;
}

.btn-blue:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.btn-blue-2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: var(--white-color);
  background-color: var(--primary-color);
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  width: 250px;
  min-width: 200px;
  outline: 0;
  cursor: pointer;
  padding: 15px 15px 18px;

  transition: all ease 0.5s;
  display: inline-block;
  border-radius: 7px;
}
.banner-form-content a{
  text-decoration: none;
}

.btn-blue-2:hover {
  color: var(--white-color);
  background-color: var(--heading-color);
}
.banner-form .form-control:focus {
  color: #212529;
  background-color: rgb(255, 255, 255);
  border-color: #cea548;
  outline: 0;
  box-shadow: none;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-30 {
  padding: 30px 0;
}
.ptb-20 {
  padding: 20px 0;
}
.ptb-10 {
  padding: 10px 0;
}
.accordion {
  background-color: #eee;
  color: var(--primary-color);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  font-weight: 600;
  padding: 20px;
  background: #f5eed7;
  /* box-shadow: 0 10px 50px rgba(178, 89, 89, .25); */
  margin: 4px;
  text-align: center;
}

.active, .accordion:hover {
  background-color: var(--golden-color); 
}

.panel {
  padding: 24px;
  display: none;
  background-color: white;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
}
.why-choose-tab{
  padding: 14px 12px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(178, 89, 89, .25);
  margin: 18px;
  text-align: center;
  /* border-radius: 9px; */
  border-radius: 3px 34px 3px 34px;
}
.why-choose-tab-icon img{
  padding: 8px;
  background-color: #fff;
  border-radius: 22px;
  margin: 12px;
  /* border: 2px double green; */
  height: 64px;
}
.why-choose-tab-title p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.why-choose-sec{
  /* background-image: url(/assets/images/108602.jpg) !important; */
  background: linear-gradient(228deg, rgba(241, 215, 78, .642), #e1c03b 60%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.about {
  background: #eee;
}
.main-services-content p {
  font-size: 1rem;
  line-height: 30px;
  color: #1b1b1b;
}
.about-content h3 {
  color: #0c263c;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}
.about-image img {
  height: 500px;
  width: auto;
}
.about-content h5 {
  color: #636b73;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-content p {
  color: #636b73;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.21px;
  font-weight: 400;
  margin-bottom: 50px;
}
.blue {
  color: var(--primary-color);
  font-family: MTCORSVA;
  font-size: 24px;
  border: 0;
  font-weight: 500;
}
.about-content {
  padding-top: 5%;
}
.main-category-img img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
.main-category-img {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.category-content {
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.category-content h4 {
  text-align: center;
}
.category {
  background: #f1f1f1;
}
.enquiry {
  text-align: center;
  padding-top: 10px;
}
.btn-enquire {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: var(--primary-color);
  background-color: var(--golden-color);
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  padding: 10px 15px 10px 10px;

  transition: all ease 0.5s;
  display: inline-block;
}
.btn-enquire:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.sec-heading {
  text-align: center;
}
.sec-heading h3 {
  color: #091d2f;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sec-heading p {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.free-consultation-content{
  text-align: center;
}
.free-consultation-section-title h4{
  font-size: 3rem;
  padding: 16px;
}
.laser-hair-sec-yt-video iframe{
  border-radius: 3px 34px 3px 34px;
}
.about-us-info p{
  line-height: 24px;
  margin-bottom: 10px;
}
.item-center{
  align-items: center !important;
}
.text-align-center{
  text-align: center;
}
.about-us-content{
  padding: 2.5rem;
}
.project-image img {
  max-width: 100%;
  border-radius: 8px;
}
.project-image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: #fff;
}
.project-content {
  padding: 15px;
  text-align: center;
}
.project-content span {
  color: #ff6f11;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.project-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
}
.header {
  padding: 10px 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  position: fixed;
  z-index: 999;
  width: 100%;

  top: 0;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
}
.project-image {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.category-content p {
  line-height: 25px;
}
.client-logo img {
  max-width: 100%;
}
.press-image img {
  max-width: 100%;
}
.press-content {
  text-align: center;
}
.press-content p {
  line-height: 25px;
}
.press-image {
  margin-top: 20px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.press-image img {
  border-radius: 10px;
  height: 350px;
  width: 340px;
  padding: 0;
  transition: all ease 0.5s;
  max-width: 100%;
  cursor: zoom-in;
  margin-bottom: 10px;
}
.press-image h3 {
  font-size: 0.9rem;
  text-align: center;
}
.press-image img:hover {
  cursor: pointer;
}
.testimonial-box p {
  line-height: 25px;
  margin-bottom: 10px;
}
.testimonial-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  background: #fff;
  padding: 20px 20px;
  border-radius: 8px;
}
.get-in-image img {
  max-width: 100%;
  width: 100%;
}
.footer {
  padding: 20px 20px;
  background: var(--primary-color);
}
.footer p {
  color: #fff;
  text-align: center;
}
.owl-prev {
  width: 30px !important;
  height: 30px !important;
  background: var(--primary-color) !important;
  top: 40%;
  position: absolute;

  margin-left: -20px;
  display: block !important;
  color: #fff !important;
  border: 0px solid black;
}

.owl-next {
  width: 30px !important;
  height: 30px !important;

  position: absolute;
  background: var(--primary-color) !important;
  top: 40%;

  color: #fff !important;
  right: -5px;
  display: block !important;
  border: 0px solid black;
}
.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  font-size: 2rem !important;
  display: block;
  color: #ccc;
}
.owl-prev,
.owl-next,
span {
  font-size: 1.2rem;
}
.close {
  text-align: right;
}
.modal-content.banner-form {
  margin-top: 0% !important;
}
.testimonial {
  background: #f1f1f1;
}
.ptb-120 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.thankyou-content {
  text-align: center;
}
.thankyou-content img {
  height: 180px;
}
.thankyou-content h2 {
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  font-size: 45px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}
.thankyou-content p {
  line-height: 30px;
}
.thankyou-content img {
  margin-bottom: 20px;
}
.service-images img {
  max-width: 100%;
  border-radius: 5px;
  height: 300px;
  margin-top: 10%;
}
.main-services-content {
  display: flex;
  align-items: center;
  margin-top: 7%;
}
.main-services-content h2 {
  margin-bottom: 20px;
  font-weight: 600;
}
.main-services-content li {
  line-height: 25px;
  margin-bottom: 10px;

  position: relative;
}
.main-services-content li i {
  color: #e69472;
  margin-right: 10px;
}
.main-service-card{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding: 0.5rem;
    margin-bottom: 1.2rem;
    border-radius: 4px;
}
.main-service-card-img img{
  width: 100%;
}
.main-service-card-title h4{
  color: var(--heading-color);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 24px;
  padding: 16px;
  text-align: center;
}
.main-service-card-title h4 br{
  color: var(--primary-color);
  font-weight: 600;
}
.main-service-card-title h4 br:hover{
  text-decoration: underline;
}
.main-service-card-title h4 span{
  color: var(--primary-color);
  font-weight: 600;
}
.main-service-card-title h4 span:hover{
  text-decoration: underline;
}
.main-service-card-btn{
  text-align: center;
  padding: 4px;
}

.main-services-content li:before {
  background-color: var(--primary-color);
  border-radius: 50px 50px 50px 50px;
  content: "";
  height: 10px;
  margin: 7px 0 0 -16px;
  position: absolute;
  width: 10px;
}
.main-services-content {
  margin-left: 40px;
}
.services-btn-m-40 {
  margin: 10px 0px 15px 40px;
}
.why-choose-content-section {
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  padding: 20px;
}

.doctors-team-content h2{
 text-align: center !important;
 font-size: 28px !important;
}
.keyword-box {
  padding: 2rem 0;
}
.keyword-box ul {
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.keywords{
  display: flex;
}

.doctors-team-services ul {
  /* overflow-x:hidden; */
  /* white-space:nowrap;  */
  height: 1em;
  width: 100%;
}
.keyword-box{
  padding: 1rem 0;
}
.keywords{
  display: flex;
}
.keywords:hover{
  display: flex;
  color: #EDD86B;
  padding-right: 4px;
  transition: .5s;
  text-decoration: underline;

}
.keyword-arrow-icon{
  padding-right: 5px;
}
.keyword-text a{
  color: #262d3d;
  font-weight: 600;
  text-transform: capitalize;
}
 .keyword-box ul{
  text-align: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
 }
 .keyword-box ul li{
  display: inline-block;
  padding-bottom: 10px;
 }
 .keywords .text-orange{
  margin-right: 20px;
  margin-left: 20px;
 }
.doctors-team-services ul li{
  list-style-type: none;
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  display:inline !important; 
}
.doctors-team-services ul li p{
border-right: 1px solid #edd86b;
}

.doctors-team-sec{
  background-image: url("../images/sections/doctors-team-sec.png");
  background-color: var(--white-color); 
  /* height: 800px; */
  height: 920px;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 3rem !important;
}



.section-content {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.section-title {
  /* text-align: center; */
  padding: 5px 0px;
}
.section-title h4 {
  color: var(--secondary-color) !important;
}
.counter {
  /* padding-top: 30px; */
  padding: 30px 0px;
  display: flex;
  justify-content: space-around;
}
.stats-card {
  padding: 20px;
  background: var(--golden-color);

  /* box-shadow: 0 10px 50px rgba(178, 89, 89, 0.25); */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 20px;
  text-align: center;
}
.stats-number h2 {
  font-size: 40px;
}
.stats-text p {
  font-size: 18px;
}
.stats-content p {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 60px;
}
.main-services-heading-text p {
  text-align: center;
  padding: 30px 0px;
}
.top-services-content p {
  font-weight: 400;
  color: #636b73;
  font-size: 15px;
  line-height: 25px;
  margin: 0 auto 25px;
}
.top-services-content li::before {
  background-color: #e69472;
  border-radius: 50px 50px 50px 50px;
  content: "";
  height: 10px;
  margin: 7px 0 0 -16px;
  position: absolute;
  width: 10px;
}
.mt-25-6 {
  margin: 25px 0px 4px 0px;
}
.mt-20-0 {
  margin: 20px 0px;
}
.laser-hair-removal-sec-heading{
  background-color: #edd86b;
  padding: 8px 0px 2px 0px;
  border-radius: 8px;
}
.top-services-title h2 {
  margin-bottom: 20px;
}
.top-services-content li {
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
}
.main-services-heading-text {
  padding: 25px 0px;
}
.laser-hair-sec-img img{
  width: 100%;
}
.top-services-card {
  /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 25px;
}
.bg-FDF5F2 {
  background-color: #fdf5f2;
}
.bg-D9E6EE {
  background-color: #d9e6ee;
}
.reverse-direction {
  flex-direction: row;
  margin-bottom: 5%;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-100 {
  margin-top: 100px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.contact-number {
  padding-left: 1rem;

}
.contact-number a{
  text-decoration: none;
  background-color: transparent;
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.07);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(12.9px);
-webkit-backdrop-filter: blur(12.9px);
/* border: 1px solid rgba(255, 255, 255, 0.09); */
}
.text-center{
  text-align: center;
  margin: 0 auto;
}
.ptb-7{
  padding: 7px 0px;
}
