

#about {
  width: 100%;
  padding: 200px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #about {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #about {
    padding: 80px 0px;
  }
}
#about::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/el2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
#about .aboutMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#about .aboutMain .aboutThumbnail {
  flex: 0 0 50%;
  height: 700px;
  position: relative;
}
@media (max-width: 1800px) {
  #about .aboutMain .aboutThumbnail {
    flex: 0 0 45%;
  }
}
@media (max-width: 1024px) {
  #about .aboutMain .aboutThumbnail {
    flex: 100%;
  }
}
@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail {
    height: 500px;
  }
}
#about .aboutMain .aboutThumbnail .aboutThumbnailImg1 {
  width: 450px;
  height: 600px;
  background: #eee;
  border-radius: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1800px) {
  #about .aboutMain .aboutThumbnail .aboutThumbnailImg1 {
    width: 400px;
    height: 600px;
  }
}
@media (max-width: 1024px) {
  #about .aboutMain .aboutThumbnail .aboutThumbnailImg1 {
    left: 20%;
  }
}
@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail .aboutThumbnailImg1 {
    height: 100%;
    width: 350px;
  }
}
@media (max-width: 480px) {
  #about .aboutMain .aboutThumbnail .aboutThumbnailImg1 {
    width: 80%;
    left: 0;
    height: 400px;
  }
}
#about .aboutMain .aboutThumbnail .aboutThumbnailImg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .aboutMain .aboutThumbnail .aboutThumbnailImg2 {
  width: 300px;
  height: 400px;
  background: #eee;
  border-radius: 200px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  border: 10px solid white;
  left: 300px;
  top: 300px;
}
@media (max-width: 1800px) {
  #about .aboutMain .aboutThumbnail .aboutThumbnailImg2 {
    width: 250px;
    height: 350px;
  }
}
@media (max-width: 1024px) {
  #about .aboutMain .aboutThumbnail .aboutThumbnailImg2 {
    left: 50%;
  }
}
@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail .aboutThumbnailImg2 {
    width: 200px;
    height: 300px;
    top: 250px;
  }
}
@media (max-width: 480px) {
  #about .aboutMain .aboutThumbnail .aboutThumbnailImg2 {
    width: 150px;
    height: 200px;
  }
}
#about .aboutMain .aboutThumbnail .aboutThumbnailImg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .aboutMain .aboutThumbnail .aboutElemnt {
  position: absolute;
  width: 100%;
  height: 50%;
  border-bottom: 5px solid var(--secondaryColor);
  border-right: 1px solid var(--secondaryColor);
  border-left: 1px solid var(--secondaryColor);
  border-radius: 50%;
  z-index: 3;
  top: 35%;
  left: -10%;
  transform: skew(-10deg, -10deg) rotate(160deg);
}
@media (max-width: 1800px) {
  #about .aboutMain .aboutThumbnail .aboutElemnt {
    top: 20%;
  }
}
@media (max-width: 1024px) {
  #about .aboutMain .aboutThumbnail .aboutElemnt {
    width: 60%;
    left: 50%;
    top: 10%;
    transform: skew(-10deg, -10deg) rotate(160deg) translateX(50%);
  }
}
@media (max-width: 768px) {
  #about .aboutMain .aboutThumbnail .aboutElemnt {
    width: 65%;
  }
}
@media (max-width: 480px) {
  #about .aboutMain .aboutThumbnail .aboutElemnt {
    width: 100%;
    left: 50%;
  }
}
#about .aboutMain .aboutDetails {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #about .aboutMain .aboutDetails {
    flex: 100%;
  }
}
@media (max-width: 768px) {
  #about .aboutMain .aboutDetails {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  #about .aboutMain .aboutDetails {
    margin-top: 0px;
  }
}
#about .aboutMain .aboutDetails h2 {
  font-size: 3em;
}
@media (max-width: 1024px) {
  #about .aboutMain .aboutDetails h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  #about .aboutMain .aboutDetails h2 {
    font-size: 2em;
  }
}
#about .aboutMain .aboutDetails p {
  font-size: 16px;
  margin-top: 30px;
  font-family: myFont2;
  color: var(--secondaryTextColor);
  line-height: 1.7;
}
#about .aboutMain .aboutDetails a {
  text-decoration: none;
  color: white;
  padding: 10px 40px;
  font-size: 16px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  background: var(--primaryColor);
  transition: 0.3s ease-out;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
}
#about .aboutMain .aboutDetails a:hover {
  transition: 0.3s ease-in;
}
#about .aboutMain .aboutDetails a:hover::after {
  width: 100%;
  transition: 0.3s ease-in;
  opacity: 1;
}
#about .aboutMain .aboutDetails a::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  opacity: 0;
  background: rgba(248, 248, 248, 0.219);
  z-index: -1;
  border-radius: 50px;
  transition: 0.3s ease-out;
}

#aboutSpecif {
  width: 100%;
  background: linear-gradient(45deg, rgb(182, 255, 224), rgb(232, 255, 245), rgb(186, 255, 246));
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #aboutSpecif {
    padding: 80px 0px;
  }
}
#aboutSpecif .aboutSpecifMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  #aboutSpecif .aboutSpecifMain {
    row-gap: 50px;
  }
}
#aboutSpecif .aboutSpecifMain .aboutSpecifBox {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #aboutSpecif .aboutSpecifMain .aboutSpecifBox {
    flex: 0 0 48%;
  }
}
@media (max-width: 480px) {
  #aboutSpecif .aboutSpecifMain .aboutSpecifBox {
    flex: 100%;
  }
}
#aboutSpecif .aboutSpecifMain .aboutSpecifBox .aboutSpecifBoxIcon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
#aboutSpecif .aboutSpecifMain .aboutSpecifBox .aboutSpecifBoxIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#aboutSpecif .aboutSpecifMain .aboutSpecifBox h3 {
  font-size: 25px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #aboutSpecif .aboutSpecifMain .aboutSpecifBox h3 {
    font-size: 22px;
  }
}
#aboutSpecif .aboutSpecifMain .aboutSpecifBox p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-family: myFont2;
}
@media (max-width: 768px) {
  #aboutSpecif .aboutSpecifMain .aboutSpecifBox p {
    font-size: 14px;
  }
}

#treatments {
  width: 100%;
  padding: 200px 0px;
}
@media (max-width: 1024px) {
  #treatments {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #treatments {
    padding: 80px 0px;
  }
}
#treatments .treatmentsHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#treatments .treatmentsHead .treatmentsHeadBox1 {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #treatments .treatmentsHead .treatmentsHeadBox1 {
    flex: 100%;
  }
}
#treatments .treatmentsHead .treatmentsHeadBox1 h2 {
  font-size: 3em;
}
@media (max-width: 1024px) {
  #treatments .treatmentsHead .treatmentsHeadBox1 h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  #treatments .treatmentsHead .treatmentsHeadBox1 h2 {
    font-size: 2em;
  }
}
#treatments .treatmentsHead .treatmentsHeadBox1 p {
  font-size: 16px;
  margin-top: 30px;
  font-family: myFont2;
  color: var(--secondaryTextColor);
  line-height: 1.7;
}
#treatments .treatmentsHead .treatmentsHeadBox1 a {
  text-decoration: none;
  color: white;
  padding: 14px 40px;
  font-size: 16px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  background: var(--primaryColor);
  transition: 0.3s ease-out;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
}
#treatments .treatmentsHead .treatmentsHeadBox1 a:hover {
  transition: 0.3s ease-in;
}
#treatments .treatmentsHead .treatmentsHeadBox1 a:hover::after {
  width: 100%;
  transition: 0.3s ease-in;
  opacity: 1;
}
#treatments .treatmentsHead .treatmentsHeadBox1 a::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  opacity: 0;
  background: rgba(248, 248, 248, 0.219);
  z-index: -1;
  border-radius: 50px;
  transition: 0.3s ease-out;
}
#treatments .treatmentsHead .treatmentsHeadBox2 {
  flex: 0 0 25%;
}
@media (max-width: 1024px) {
  #treatments .treatmentsHead .treatmentsHeadBox2 {
    flex: 100%;
    margin-top: 50px;
  }
}
#treatments .treatmentsHead .treatmentsHeadBox2 .custom-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  #treatments .treatmentsHead .treatmentsHeadBox2 .custom-nav {
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  #treatments .treatmentsHead .treatmentsHeadBox2 .custom-nav {
    justify-content: center;
  }
}
#treatments .treatmentsHead .treatmentsHeadBox2 .custom-nav button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 30px;
  width: 80px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #eee;
  transition: 0.3s ease-out;
  z-index: 0;
  color: var(--primaryColor);
}
#treatments .treatmentsHead .treatmentsHeadBox2 .custom-nav button:hover {
  transition: 0.3s ease-in;
}
#treatments .treatmentsHead .treatmentsHeadBox2 .custom-nav button:hover::after {
  width: 100%;
  transition: 0.3s ease-in;
  opacity: 1;
}
#treatments .treatmentsHead .treatmentsHeadBox2 .custom-nav button::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  opacity: 0;
  background: rgba(204, 204, 204, 0.65);
  z-index: -1;
  border-radius: 50px;
  transition: 0.3s ease-out;
}
#treatments .treatmentsMain {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 480px) {
  #treatments .treatmentsMain {
    padding: 0px 2.5%;
  }
}
#treatments .treatmentsMain .treatmentsBox {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
#treatments .treatmentsMain .treatmentsBox:hover .treatmentsBoxThumbnail img {
  transition: 0.3s;
  transform: scale(1.1);
}
#treatments .treatmentsMain .treatmentsBox .treatmentsBoxThumbnail {
  width: 100%;
  height: 300px;
  background: #eee;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1800px) {
  #treatments .treatmentsMain .treatmentsBox .treatmentsBoxThumbnail {
    height: 280px;
  }
}
@media (max-width: 1024px) {
  #treatments .treatmentsMain .treatmentsBox .treatmentsBoxThumbnail {
    height: 220px;
  }
}
#treatments .treatmentsMain .treatmentsBox .treatmentsBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#treatments .treatmentsMain .treatmentsBox .treatmentsBoxDetails {
  width: 100%;
  padding: 30px 20px 0px 20px;
  display: flex;
  flex-direction: column;
}
#treatments .treatmentsMain .treatmentsBox .treatmentsBoxDetails h3 {
  color: black;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 30px;
}
#treatments .treatmentsMain .treatmentsBox .treatmentsBoxDetails p {
  font-size: 14px;
  color: var(--secondaryTextColor);
  margin-top: 10px;
  line-height: 1.5;
  font-family: myFont2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 65px;
}

#textSliding {
  width: 100%;
}
#textSliding .textSlidingBox {
  width: 100%;
}
#textSliding .textSlidingBox .textSlidingBoxMain {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#textSliding .textSlidingBox .textSlidingBoxMain h2 {
  font-size: 7em;
  font-family: myFont1;
  display: flex;
  align-items: center;
  gap: 20px;
  background-image: url("../images/bookingBg.webp");
  background-size: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  #textSliding .textSlidingBox .textSlidingBoxMain h2 {
    font-size: 3em;
  }
}
#textSliding .textSlidingBox .textSlidingBoxMain h2 .textSlidingImg1 {
  width: 150px;
  height: 80px;
  border-radius: 50px;
  background: #eee;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #textSliding .textSlidingBox .textSlidingBoxMain h2 .textSlidingImg1 {
    width: 120px;
    height: 60px;
  }
}
#textSliding .textSlidingBox .textSlidingBoxMain h2 .textSlidingImg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#textSliding .textSlidingBox .textSlidingBoxMain h2 .textSlidingImg2 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #textSliding .textSlidingBox .textSlidingBoxMain h2 .textSlidingImg2 {
    width: 60px;
    height: 60px;
  }
}
#textSliding .textSlidingBox .textSlidingBoxMain h2 .textSlidingImg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#bookingSection {
  width: 100%;
  padding: 200px 0px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  #bookingSection {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #bookingSection {
    padding: 80px 0px;
  }
}
#bookingSection::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/el4.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
#bookingSection .bookingSectionMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#bookingSection .bookingSectionMain .bookingSectionDetails {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #bookingSection .bookingSectionMain .bookingSectionDetails {
    flex: 100%;
  }
}
#bookingSection .bookingSectionMain .bookingSectionDetails h4 {
  font-size: 3em;
}
@media (max-width: 1024px) {
  #bookingSection .bookingSectionMain .bookingSectionDetails h4 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  #bookingSection .bookingSectionMain .bookingSectionDetails h4 {
    font-size: 2em;
  }
}
#bookingSection .bookingSectionMain .bookingSectionDetails p {
  font-size: 16px;
  margin-top: 30px;
  font-family: myFont2;
  color: var(--secondaryTextColor);
  line-height: 1.7;
}
#bookingSection .bookingSectionMain .bookingSectionDetails ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
#bookingSection .bookingSectionMain .bookingSectionDetails ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#bookingSection .bookingSectionMain .bookingSectionDetails ul li .bookingSectionSpecIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 126, 17, 0.137);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primaryColor);
  font-size: 20px;
}
#bookingSection .bookingSectionMain .bookingSectionDetails ul li .bookingSectionSpecDetail {
  width: calc(100% - 65px);
  display: flex;
  flex-direction: column;
}
#bookingSection .bookingSectionMain .bookingSectionDetails ul li .bookingSectionSpecDetail h5 {
  font-size: 20px;
}
#bookingSection .bookingSectionMain .bookingSectionDetails ul li .bookingSectionSpecDetail p {
  margin-top: 5px;
}
@media (max-width: 480px) {
  #bookingSection .bookingSectionMain .bookingSectionDetails ul li .bookingSectionSpecDetail p {
    line-height: 1.5;
  }
}
#bookingSection .bookingSectionMain .bookingSectionForm {
  flex: 0 0 40%;
}
@media (max-width: 1024px) {
  #bookingSection .bookingSectionMain .bookingSectionForm {
    flex: 100%;
    margin-top: 50px;
  }
}
#bookingSection .bookingSectionMain .bookingSectionForm form {
  width: 100%;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: white;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.0705882353);
}
@media (max-width: 480px) {
  #bookingSection .bookingSectionMain .bookingSectionForm form {
    padding: 20px;
  }
}
#bookingSection .bookingSectionMain .bookingSectionForm form h2 {
  font-size: 2em;
}
@media (max-width: 480px) {
  #bookingSection .bookingSectionMain .bookingSectionForm form h2 {
    font-size: 24px;
  }
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formGroup {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formGroup label {
  font-size: 16px;
  font-family: myFont2;
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formGroup input {
  width: 100%;
  height: 50px;
  margin-top: 5px;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0px 20px;
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formGroup input:focus {
  border: 1px solid var(--primaryColor);
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formGroup textarea {
  width: 100%;
  height: 100px;
  margin-top: 5px;
  border-radius: 10px;
  border: 1px solid #ddd;
  outline: none;
  padding: 10px 20px;
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formGroup textarea:focus {
  border: 1px solid var(--primaryColor);
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formBtnArea {
  width: 100%;
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formBtnArea button {
  width: 100%;
  padding: 20px;
  background: var(--primaryColor);
  color: white;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  outline: none;
  overflow: hidden;
  position: relative;
  background: var(--primaryColor);
  transition: 0.3s ease-out;
  z-index: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formBtnArea button:hover {
  transition: 0.3s ease-in;
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formBtnArea button:hover::after {
  width: 100%;
  transition: 0.3s ease-in;
  opacity: 1;
}
#bookingSection .bookingSectionMain .bookingSectionForm form .formBtnArea button::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  opacity: 0;
  background: rgba(248, 248, 248, 0.219);
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s ease-out;
}

#doctors {
  width: 100%;
  padding: 200px 0px;
  background: var(--primaryColor);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #doctors {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #doctors {
    padding: 80px 0px;
  }
}
#doctors::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/el1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
#doctors .doctorsHead {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#doctors .doctorsHead h4 {
  font-size: 3em;
  text-align: center;
  color: white;
}
@media (max-width: 1024px) {
  #doctors .doctorsHead h4 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  #doctors .doctorsHead h4 {
    font-size: 2em;
  }
}
#doctors .doctorsHead p {
  font-size: 16px;
  margin-top: 30px;
  font-family: myFont2;
  color: white;
  line-height: 1.7;
  width: 70%;
  text-align: center;
}
@media (max-width: 480px) {
  #doctors .doctorsHead p {
    width: 100%;
  }
}
#doctors .doctorsMain {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
#doctors .doctorsMain .doctorsBox {
  width: 300px;
  display: flex;
  flex-direction: column;
}
#doctors .doctorsMain .doctorsBox .doctorsBoxThumbnail {
  width: 100%;
  height: 350px;
  background: #fff;
  overflow: hidden;
  padding: 10px;
}
#doctors .doctorsMain .doctorsBox .doctorsBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#doctors .doctorsMain .doctorsBox .doctorsBoxDetails {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#doctors .doctorsMain .doctorsBox .doctorsBoxDetails h5 {
  color: white;
  font-size: 20px;
  text-align: center;
}
#doctors .doctorsMain .doctorsBox .doctorsBoxDetails span {
  color: white;
  text-align: center;
  font-size: 14px;
  font-family: myFont2;
  opacity: 0.8;
  margin-top: 10px;
}

#testimonials {
  width: 100%;
  padding: 200px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #testimonials {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #testimonials {
    padding: 80px 0px;
  }
}
#testimonials::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../images/el4.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0.1;
}
#testimonials .testimonialsHead {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#testimonials .testimonialsHead h6 {
  font-size: 3em;
  text-align: center;
  width: 75%;
}
@media (max-width: 1800px) {
  #testimonials .testimonialsHead h6 {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  #testimonials .testimonialsHead h6 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonialsHead h6 {
    width: 90%;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonialsHead h6 {
    font-size: 2em;
    width: 100%;
  }
}
#testimonials .testimonialsMain {
  width: 100%;
  margin-top: 100px;
  padding: 0px 20%;
}
@media (max-width: 1800px) {
  #testimonials .testimonialsMain {
    padding: 0px 10%;
  }
}
@media (max-width: 1024px) {
  #testimonials .testimonialsMain {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonialsMain {
    margin-top: 50px;
  }
}
#testimonials .testimonialsMain .testimonialsBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#testimonials .testimonialsMain .testimonialsBox p {
  text-align: center;
  font-family: myFont2;
  font-size: 24px;
  line-height: 1.7;
  color: var(--primaryColor);
}
@media (max-width: 1024px) {
  #testimonials .testimonialsMain .testimonialsBox p {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonialsMain .testimonialsBox p {
    font-size: 20px;
  }
}
#testimonials .testimonialsMain .testimonialsBox .testimonialsProfile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}
#testimonials .testimonialsMain .testimonialsBox .testimonialsProfile .testimonialsProfileImg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
}
#testimonials .testimonialsMain .testimonialsBox .testimonialsProfile .testimonialsProfileImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonials .testimonialsMain .testimonialsBox .testimonialsProfile h4 {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
#testimonials .testimonialsMain .testimonialsBox .testimonialsProfile span {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: var(--secondaryTextColor);
  font-family: myFont2;
}
#testimonials .owl-dots {
  display: none;
}
#testimonials .testimonialsControlls {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#testimonials .testimonialsControlls .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#testimonials .testimonialsControlls .owl-nav button {
  border: none;
  outline: none;
  font-size: 40px;
  color: #aaa;
  background: rgba(238, 238, 238, 0.4078431373);
  border-radius: 50px;
  cursor: pointer;
  width: 70px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#testimonials .testimonialsControlls .owl-nav button:hover {
  color: var(--primaryColor);
  transition: 0.3s;
}
#testimonials .testimonialsQuote1 {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 5%;
}
@media (max-width: 1800px) {
  #testimonials .testimonialsQuote1 {
    top: 12%;
    right: 6%;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonialsQuote1 {
    z-index: -1;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonialsQuote1 {
    display: none;
  }
}
#testimonials .testimonialsQuote1 span {
  color: var(--secondaryColor);
  font-size: 200px;
}
@media (max-width: 1800px) {
  #testimonials .testimonialsQuote1 span {
    font-size: 150px;
  }
}
@media (max-width: 1024px) {
  #testimonials .testimonialsQuote1 span {
    font-size: 100px;
  }
}
#testimonials .testimonialsQuote2 {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 5%;
}
@media (max-width: 768px) {
  #testimonials .testimonialsQuote2 {
    z-index: -1;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonialsQuote2 {
    display: none;
  }
}
#testimonials .testimonialsQuote2 span {
  color: var(--secondaryColor);
  font-size: 50px;
}
@media (max-width: 1024px) {
  #testimonials .testimonialsQuote2 span {
    font-size: 30px;
  }
}
#testimonials .testimonialsQuote3 {
  position: absolute;
  z-index: 1;
  top: 24%;
  right: 13%;
}
@media (max-width: 1024px) {
  #testimonials .testimonialsQuote3 {
    top: 22%;
  }
}
@media (max-width: 768px) {
  #testimonials .testimonialsQuote3 {
    z-index: -1;
  }
}
@media (max-width: 480px) {
  #testimonials .testimonialsQuote3 {
    display: none;
  }
}
#testimonials .testimonialsQuote3 span {
  color: var(--secondaryColor);
  font-size: 50px;
}
@media (max-width: 1024px) {
  #testimonials .testimonialsQuote3 span {
    font-size: 30px;
  }
}

footer {
  width: 100%;
  background: black;
  padding: 100px 0px 50px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  footer {
    padding: 80px 0px 50px 0px;
  }
}
footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/el2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}
footer .footerMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 20%;
}
@media (max-width: 1800px) {
  footer .footerMain {
    padding: 0px 5%;
  }
}
@media (max-width: 1024px) {
  footer .footerMain {
    padding: 0px;
  }
}
footer .footerMain .footerBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footerMain .footerBox .footerLogo h2 {
  color: white;
  font-size: 3em;
  text-align: center;
}
@media (max-width: 1024px) {
  footer .footerMain .footerBox .footerLogo h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  footer .footerMain .footerBox .footerLogo h2 {
    font-size: 2em;
  }
}
footer .footerMain .footerBox p {
  color: white;
  font-size: 14px;
  font-family: myFont2;
  line-height: 1.7;
  margin-top: 20px;
  opacity: 0.7;
  text-align: center;
}
footer .footerMain .footerBox2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #252525;
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  footer .footerMain .footerBox2 {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  footer .footerMain .footerBox2 {
    padding: 20px 15px;
  }
}
footer .footerMain .footerBox2 h3 {
  color: white;
  font-size: 16px;
  font-family: myFont2;
}
@media (max-width: 768px) {
  footer .footerMain .footerBox2 h3 {
    font-size: 14px;
  }
}
footer .footerMain .footerBox2 ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}
footer .footerMain .footerBox2 ul li {
  background: black;
  padding: 20px;
  border-radius: 10px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  color: white;
}
@media (max-width: 480px) {
  footer .footerMain .footerBox2 ul li {
    padding: 20px 10px;
  }
}
footer .footerMain .footerBox2 ul li h5 {
  flex: 0 0 40%;
  font-size: 20px;
}
@media (max-width: 768px) {
  footer .footerMain .footerBox2 ul li h5 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  footer .footerMain .footerBox2 ul li h5 {
    font-size: 14px;
    flex: 0 0 45%;
  }
}
footer .footerMain .footerBox3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #252525;
  border-radius: 20px;
  padding: 40px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer .footerMain .footerBox3 {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  footer .footerMain .footerBox3 {
    padding: 20px 15px;
  }
}
footer .footerMain .footerBox3 h3 {
  color: white;
  font-size: 16px;
  font-family: myFont2;
}
@media (max-width: 768px) {
  footer .footerMain .footerBox3 h3 {
    font-size: 14px;
  }
}
footer .footerMain .footerBox3 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .footerMain .footerBox3 ul {
    gap: 10px;
  }
}
footer .footerMain .footerBox3 ul li {
  flex: 0 0 48%;
  background: black;
  padding: 20px;
  border-radius: 10px;
  list-style: none;
  display: flex;
  flex-direction: column;
  color: white;
}
@media (max-width: 768px) {
  footer .footerMain .footerBox3 ul li {
    flex: 0 0 49%;
  }
}
@media (max-width: 480px) {
  footer .footerMain .footerBox3 ul li {
    flex: 100%;
  }
}
footer .footerMain .footerBox3 ul li p {
  font-size: 14px;
  font-family: myFont2;
  opacity: 0.7;
}
footer .footerMain .footerBox3 ul li a {
  font-size: 20px;
  font-family: myFont2;
  text-decoration: none;
  color: white;
  margin-top: 10px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  footer .footerMain .footerBox3 ul li a {
    font-size: 16px;
  }
}
footer .footerMain .footerBox3 ul li a:hover {
  transition: 0.3s;
  color: var(--secondaryColor);
}
footer .footerMain .footerBox3 ul li .footerSocialLinks {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .footerStrip {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.268);
  padding-top: 50PX;
}
@media (max-width: 480px) {
  footer .footerStrip {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer .footerStrip p {
  font-size: 14px;
  color: white;
  font-family: myFont2;
}
@media (max-width: 1800px) {
  footer .footerStrip p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .footerStrip p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  footer .footerStrip p {
    text-align: left;
    line-height: 1.5;
  }
}
footer .footerStrip .desined {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: white;
  font-family: myFont2;
}
@media (max-width: 1800px) {
  footer .footerStrip .desined {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer .footerStrip .desined {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  footer .footerStrip .desined {
    margin-top: 10px;
    justify-content: flex-start;
  }
}
footer .footerStrip .desined i {
  color: white;
  margin: 0px 10px;
  font-size: 16px;
}
footer .footerStrip .desined a {
  text-decoration: none;
}
footer .footerStrip .desined a .footerStripLogo {
  width: 60px;
}
footer .footerStrip .desined a .footerStripLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(1);
}

.contactFooter {
  padding-top: 180px;
}
.contactFooter .footerMain .footerBox h4 {
  color: white;
  font-size: 20px;
  font-family: myFont2;
  line-height: 1.7;
  margin-top: 20px;
  opacity: 0.7;
  text-align: center;
}
.contactFooter .footerMain .contactFooterForm {
  width: 100%;
  background: #252525;
  border-radius: 20px;
  padding: 40px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .contactFooter .footerMain .contactFooterForm {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .contactFooter .footerMain .contactFooterForm {
    padding: 20px 15px;
  }
}
.contactFooter .footerMain .contactFooterForm h3 {
  color: white;
  font-size: 25px;
  font-family: myFont1;
}
.contactFooter .footerMain .contactFooterForm form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 40px;
}
.contactFooter .footerMain .contactFooterForm form .formGroup {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .contactFooter .footerMain .contactFooterForm form .formGroup {
    flex: 100%;
  }
}
.contactFooter .footerMain .contactFooterForm form .formGroup label {
  color: rgba(255, 255, 255, 0.602);
  font-size: 14px;
}
.contactFooter .footerMain .contactFooterForm form .formGroup input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #aaa;
  height: 40px;
  background: none;
  outline: none;
  color: white;
  font-size: 20px;
}
.contactFooter .footerMain .contactFooterForm form .formGroup input:focus {
  border-bottom: 1px solid white;
}
.contactFooter .footerMain .contactFooterForm form .formGroupTextarea {
  flex: 100%;
  display: flex;
  flex-direction: column;
}
.contactFooter .footerMain .contactFooterForm form .formGroupTextarea label {
  color: rgba(255, 255, 255, 0.602);
  font-size: 14px;
}
.contactFooter .footerMain .contactFooterForm form .formGroupTextarea textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #aaa;
  height: 100px;
  background: none;
  outline: none;
  color: white;
  font-size: 20px;
  margin-top: 5px;
}
.contactFooter .footerMain .contactFooterForm form .formGroupTextarea textarea:focus {
  border-bottom: 1px solid white;
}
.contactFooter .footerMain .contactFooterForm form .formBtnArea {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.contactFooter .footerMain .contactFooterForm form .formBtnArea button {
  padding: 16px 60px;
  font-size: 20px;
  background: white;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  border: none;
  outline: none;
  align-items: center;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-out;
  z-index: 0;
}
@media (max-width: 768px) {
  .contactFooter .footerMain .contactFooterForm form .formBtnArea button {
    padding: 12px 40px;
    font-size: 16px;
  }
}
.contactFooter .footerMain .contactFooterForm form .formBtnArea button:hover {
  color: white;
  transition: 0.3s ease-in;
}
.contactFooter .footerMain .contactFooterForm form .formBtnArea button:hover::after {
  width: 110%;
  transition: 0.3s ease-in;
  opacity: 1;
}
.contactFooter .footerMain .contactFooterForm form .formBtnArea button::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  opacity: 0;
  background: var(--primaryColor);
  z-index: -1;
  border-radius: 50px;
  transition: 0.3s ease-out;
}
.contactFooter .footerMain .contactFooterFormLocation {
  width: 100%;
  height: 400px;
  background: var(--secondaryTextColor);
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contactFooter .footerMain .contactFooterFormLocation {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .contactFooter .footerMain .contactFooterFormLocation {
    height: 200px;
  }
}
.contactFooter .footerMain .contactFooterFormLocation iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#innerAbout {
  width: 100%;
  padding: 200px 0px;
}
@media (max-width: 1024px) {
  #innerAbout {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #innerAbout {
    padding: 80px 0px;
  }
}
#innerAbout .innerAboutMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
@media (max-width: 768px) {
  #innerAbout .innerAboutMain {
    gap: 100px;
  }
}
#innerAbout .innerAboutMain .innerAboutBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxDetails {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxDetails {
    flex: 100%;
    order: 2;
    margin-top: 40px;
  }
}
#innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxDetails p {
  font-size: 20px;
  font-family: myFont2;
  line-height: 1.7;
  margin-top: 100px;
}
#innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxDetails p:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  #innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxDetails p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxDetails p {
    margin-top: 40px;
  }
}
#innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxThumbnail {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxThumbnail {
    flex: 0 0 45%;
  }
}
@media (max-width: 768px) {
  #innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxThumbnail {
    flex: 100%;
    order: 1;
    height: 350px;
  }
}
@media (max-width: 480px) {
  #innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxThumbnail {
    height: 300px;
  }
}
#innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  #innerAbout .innerAboutMain .innerAboutBox .innerAboutBoxThumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#innerAbout .innerAboutMain .innerAboutBox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxDetails {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxDetails {
    flex: 100%;
    margin-top: 40px;
  }
}
#innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxDetails p {
  font-size: 20px;
  font-family: myFont2;
  line-height: 1.7;
  margin-top: 40px;
}
#innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxDetails p:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  #innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxDetails p {
    font-size: 18px;
  }
}
#innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxThumbnail {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  #innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxThumbnail {
    flex: 100%;
    position: inherit;
    height: 300px;
  }
}
#innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  #innerAbout .innerAboutMain .innerAboutBox2 .innerAboutBoxThumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#nurturingWellnes {
  width: 100%;
  padding: 200px 0px;
  background: #eff7f9;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #nurturingWellnes {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #nurturingWellnes {
    padding: 80px 0px;
  }
}
#nurturingWellnes::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/el3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
#nurturingWellnes .nurturingWellnesMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}
#nurturingWellnes .nurturingWellnesMain .nurturingWellnesThumbnail {
  width: 100%;
  height: 600px;
  background: #eee;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #nurturingWellnes .nurturingWellnesMain .nurturingWellnesThumbnail {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #nurturingWellnes .nurturingWellnesMain .nurturingWellnesThumbnail {
    height: 400px;
  }
}
@media (max-width: 480px) {
  #nurturingWellnes .nurturingWellnesMain .nurturingWellnesThumbnail {
    height: 250px;
  }
}
#nurturingWellnes .nurturingWellnesMain .nurturingWellnesThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#nurturingWellnes .nurturingWellnesMain .nurturingWellnesDetails {
  width: 100%;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #nurturingWellnes .nurturingWellnesMain .nurturingWellnesDetails {
    padding: 30px 20px;
  }
}
#nurturingWellnes .nurturingWellnesMain .nurturingWellnesDetails h2 {
  font-size: 3em;
}
@media (max-width: 1024px) {
  #nurturingWellnes .nurturingWellnesMain .nurturingWellnesDetails h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  #nurturingWellnes .nurturingWellnesMain .nurturingWellnesDetails h2 {
    font-size: 2em;
  }
}
#nurturingWellnes .nurturingWellnesMain .nurturingWellnesDetails p {
  font-size: 16px;
  margin-top: 30px;
  font-family: myFont2;
  color: var(--secondaryTextColor);
  line-height: 1.7;
}

#ourValues {
  width: 100%;
  padding: 200px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #ourValues {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #ourValues {
    padding: 80px 0px;
  }
}
#ourValues::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/el2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
#ourValues .ourValuesMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#ourValues .ourValuesMain h2 {
  font-size: 3em;
}
@media (max-width: 1024px) {
  #ourValues .ourValuesMain h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  #ourValues .ourValuesMain h2 {
    font-size: 2em;
  }
}
#ourValues .ourValuesMain ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
#ourValues .ourValuesMain ul li {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#ourValues .ourValuesMain ul li:nth-of-type(1) .ourValuesCol2 {
  border-top: none;
  padding-top: 0;
}
#ourValues .ourValuesMain ul li .ourValuesCol1 {
  width: 70px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  #ourValues .ourValuesMain ul li .ourValuesCol1 {
    width: 50px;
  }
}
#ourValues .ourValuesMain ul li .ourValuesCol1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#ourValues .ourValuesMain ul li .ourValuesCol2 {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
@media (max-width: 480px) {
  #ourValues .ourValuesMain ul li .ourValuesCol2 {
    width: calc(100% - 70px);
  }
}
#ourValues .ourValuesMain ul li .ourValuesCol2 h3 {
  font-size: 22px;
}
@media (max-width: 480px) {
  #ourValues .ourValuesMain ul li .ourValuesCol2 h3 {
    font-size: 18px;
  }
}
#ourValues .ourValuesMain ul li .ourValuesCol2 p {
  font-size: 16px;
  margin-top: 10px;
  font-family: myFont2;
  color: var(--secondaryTextColor);
  line-height: 1.7;
}
@media (max-width: 480px) {
  #ourValues .ourValuesMain ul li .ourValuesCol2 p {
    line-height: 1.5;
  }
}

#visionMission {
  width: 100%;
  padding: 200px 0px;
}
@media (max-width: 1024px) {
  #visionMission {
    padding: 100px 0px;
  }
}
@media (max-width: 768px) {
  #visionMission {
    padding: 80px 0px;
  }
}
#visionMission .visionMissionMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
@media (max-width: 768px) {
  #visionMission .visionMissionMain {
    gap: 100px;
  }
}
#visionMission .visionMissionMain .visionMissionBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol1 {
  flex: 0 0 35%;
}
@media (max-width: 768px) {
  #visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol1 {
    flex: 100%;
  }
}
#visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol1 h2 {
  font-size: 3em;
  position: sticky;
  top: 100px;
}
@media (max-width: 1024px) {
  #visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol1 h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  #visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol1 h2 {
    position: inherit;
  }
}
@media (max-width: 480px) {
  #visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol1 h2 {
    font-size: 2em;
  }
}
#visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol2 {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  #visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol2 {
    flex: 100%;
    margin-top: 30px;
  }
}
#visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol2 p {
  font-size: 25px;
  font-family: myFont2;
  color: var(--secondaryTextColor);
  line-height: 1.7;
}
@media (max-width: 1024px) {
  #visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol2 p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #visionMission .visionMissionMain .visionMissionBox .visionMissionBoxCol2 p {
    font-size: 16px;
  }
}


#treatmentList {
  padding: 100px 0px;
  width: 100%;
}
@media (max-width: 1024px) {
  #treatmentList {
    padding: 100px 0px 0px 0px;
  }
}
#treatmentList .treatmentListMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 80px;
  position: relative;
}
#treatmentList .treatmentListMain::after {
  content: "";
  height: 0;
  width: 30%;
}
#treatmentList .treatmentListMain .treatmentListBox {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  #treatmentList .treatmentListMain .treatmentListBox {
    flex: 0 0 48%;
  }
}
@media (max-width: 480px) {
  #treatmentList .treatmentListMain .treatmentListBox {
    flex: 100%;
  }
}
#treatmentList .treatmentListMain .treatmentListBox:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}
#treatmentList .treatmentListMain .treatmentListBox:hover .treatmentListBoxThumbnail img {
  transform: scale(1.05);
  transition: 0.3s;
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxThumbnail {
  width: 100%;
  height: 250px;
  background: #eee;
  overflow: hidden;
}
@media (max-width: 1800px) {
  #treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxThumbnail {
    height: 180px;
  }
}
@media (max-width: 1024px) {
  #treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxThumbnail {
    height: 220px;
  }
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxDetails {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxDetails h3 {
  color: black;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 30px;
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxDetails p {
  font-size: 14px;
  color: var(--secondaryTextColor);
  margin-top: 10px;
  line-height: 1.5;
  font-family: myFont2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 65px;
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxOther {
  width: 100%;
  padding: 40px 20px;
  background: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxOther:hover p {
  background: var(--secondaryColor);
  transition: 0.3s;
  color: white;
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxOther h5 {
  font-size: 2em;
  color: white;
}
#treatmentList .treatmentListMain .treatmentListBox .treatmentListBoxOther p {
  font-size: 18px;
  color: black;
  padding: 8px 30px;
  border-radius: 50px;
  background: white;
  margin-top: 20px;
  transition: 0.3s;
}

#innerTreatment {
  padding: 100px 0px;
  width: 100%;
}
@media (max-width: 480px) {
  #innerTreatment {
    padding: 80px 0px;
  }
}
#innerTreatment .innerTreatmentMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery {
  width: 100%;
  position: relative;
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryList {
  width: 100%;
  z-index: 0;
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryList .innerTreatmentGalleryListBox {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
}
@media (max-width: 1800px) {
  #innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryList .innerTreatmentGalleryListBox {
    height: 280px;
  }
}
@media (max-width: 1024px) {
  #innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryList .innerTreatmentGalleryListBox {
    height: 220px;
  }
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryList .innerTreatmentGalleryListBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryList .owl-dots {
  display: none;
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryControll {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryControll .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryControll .owl-nav button {
  z-index: 1;
  width: 35px;
  height: 35px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1254901961);
  transition: 0.3s;
}
#innerTreatment .innerTreatmentMain .innerTreatmentGallery .innerTreatmentGalleryControll .owl-nav button:hover {
  transition: 0.3s;
  background: var(--primaryColor);
  color: white;
}
#innerTreatment .innerTreatmentMain .innerTreatmentDetails {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  #innerTreatment .innerTreatmentMain .innerTreatmentDetails {
    margin-top: 50px;
  }
}
#innerTreatment .innerTreatmentMain .innerTreatmentDetails p {
  font-size: 20px;
  font-family: myFont2;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  #innerTreatment .innerTreatmentMain .innerTreatmentDetails p {
    font-size: 16px;
  }
}

#galleryList {
  width: 100%;
  padding: 100px 0px;
  background: black;
}
@media (max-width: 768px) {
  #galleryList {
    padding: 80px 0px;
  }
}
#galleryList .galleryListMain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#galleryList .galleryListMain .elsePage{
	width:100%;
	display :flex;
	justify-content :center;
	align-items :center;
	flex-direction :column;
	height: 40vh;
}
#galleryList .galleryListMain .elsePage .elsePageThumbnail{
	width :100px;
}
#galleryList .galleryListMain .elsePage .elsePageThumbnail img{
	width :100%;
	height :100%;
	object-fit :contain;
}
#galleryList .galleryListMain .elsePage p{
	font-size :25px;
	text-align: center;
	margin-top :20px;
}
#galleryList .galleryListMain .galleryListBox {
  text-decoration: none;
  width: calc(33.3333333333% - 5px);
  height: 280px;
  background: rgba(170, 170, 170, 0.6666666667);
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 1800px) {
  #galleryList .galleryListMain .galleryListBox {
    height: 240px;
  }
}
@media (max-width: 1024px) {
  #galleryList .galleryListMain .galleryListBox {
    height: 200px;
  }
}
@media (max-width: 768px) {
  #galleryList .galleryListMain .galleryListBox {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  #galleryList .galleryListMain .galleryListBox {
    height: 130px;
  }
}
#galleryList .galleryListMain .galleryListBox:hover {
  transition: 0.3s;
  transform: scale(1.05);
  z-index: 1;
}
#galleryList .galleryListMain .galleryListBox:hover img {
  transition: 0.3s;
  transform: scale(1);
}
#galleryList .galleryListMain .galleryListBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  transform: scale(1.05);
}


#blogList {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #blogList {
    padding: 80px 0px;
  }
}
#blogList .blogListMain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
#blogList .blogListMain .elsePage{
	width:100%;
	display :flex;
	justify-content :center;
	align-items :center;
	flex-direction :column;
	height: 40vh;
}
#blogList .blogListMain .elsePage .elsePageThumbnail{
	width :100px;
}
#blogList .blogListMain .elsePage .elsePageThumbnail img{
	width :100%;
	height :100%;
	object-fit :contain;
}
#blogList .blogListMain .elsePage p{
	font-size :25px;
	text-align: center;
	margin-top :20px;
}
#blogList .blogListMain .blogListBox {
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s;
}
#blogList .blogListMain .blogListBox:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}
#blogList .blogListMain .blogListBox:hover .blogListBoxThumbnail img {
  transform: scale(1.05);
  transition: 0.3s;
}
@media (max-width: 480px) {
  #blogList .blogListMain .blogListBox {
    width: 100%;
  }
}
#blogList .blogListMain .blogListBox .blogListBoxThumbnail {
  width: 100%;
  height: 320px;
  background: #eee;
  overflow: hidden;
}
@media (max-width: 1800px) {
  #blogList .blogListMain .blogListBox .blogListBoxThumbnail {
    height: 260px;
  }
}
@media (max-width: 768px) {
  #blogList .blogListMain .blogListBox .blogListBoxThumbnail {
    height: 180px;
  }
}
#blogList .blogListMain .blogListBox .blogListBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
#blogList .blogListMain .blogListBox .blogListBoxDetails {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#blogList .blogListMain .blogListBox .blogListBoxDetails h3 {
  color: black;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 30px;
}
#blogList .blogListMain .blogListBox .blogListBoxDetails p {
  font-size: 14px;
  color: var(--secondaryTextColor);
  margin-top: 10px;
  line-height: 1.5;
  font-family: myFont2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 65px;
}

#innerBlog {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #innerBlog {
    padding: 80px 0px;
  }
}
#innerBlog .innerBlogMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#innerBlog .innerBlogMain h1 {
  font-size: 3em;
}
@media (max-width: 1024px) {
  #innerBlog .innerBlogMain h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 480px) {
  #innerBlog .innerBlogMain h1 {
    font-size: 2em;
  }
}
#innerBlog .innerBlogMain .innerBlogThumbnail {
  width: 100%;
  margin-top: 50px;
}
#innerBlog .innerBlogMain .innerBlogThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#innerBlog .innerBlogMain .innerBlogDetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #innerBlog .innerBlogMain .innerBlogDetails {
    margin-top: 30px;
  }
}
#innerBlog .innerBlogMain .innerBlogDetails p {
  font-size: 18px;
  margin-top: 30px;
  font-family: myFont2 !important;
  line-height: 1.7;
}
#innerBlog .innerBlogMain .innerBlogDetails p span {
  font-family: myFont2 !important;
}

#otherTreatments {
  width: 100%;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  #otherTreatments {
    padding: 80px 0px;
  }
}
#otherTreatments .otherTreatmentsMain {
  width: 100%;
  padding: 0px 10%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1024px) {
  #otherTreatments .otherTreatmentsMain {
    padding: 0px;
  }
}
#otherTreatments .otherTreatmentsMain .otherTreatmentsBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 1px solid #eee;
  padding-top: 50px;
}
#otherTreatments .otherTreatmentsMain .otherTreatmentsBox:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}
#otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxThumbbnail {
  width: 300px;
  height: 200px;
  background: #eee;
  overflow: hidden;
}
@media (max-width: 480px) {
  #otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxThumbbnail {
    width: 100%;
  }
}
#otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxThumbbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxDetails {
  width: calc(100% - 340px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxDetails {
    width: 100%;
    margin-top: 30px;
  }
}
#otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxDetails h2 {
  font-size: 22px;
}
@media (max-width: 480px) {
  #otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxDetails h2 {
    font-size: 18px;
  }
}
#otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxDetails p {
  font-size: 16px;
  margin-top: 10px;
  font-family: myFont2;
  color: var(--secondaryTextColor);
  line-height: 1.7;
}
@media (max-width: 480px) {
  #otherTreatments .otherTreatmentsMain .otherTreatmentsBox .otherTreatmentsBoxDetails p {
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */