@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600;700;800&family=Jost:wght@200;300;400;500;600;700&display=swap');
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'EB Garamond', serif;
}
img {
  max-width: 100%;
}
a:hover {
  color: #e34133;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.sec-heading h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(253, 52, 6, 1);
}
body {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: #222;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.modal-content {
  padding: 10px;
}
.bullet-poin {
  padding: 10px 20px;
}
.gallary-img {
  margin-bottom: 10px;
}
.bullet-poin ul li {
  font-weight: 600;
}
.portfolio-im {
  margin-bottom: 20px;
}
.testimonial-box {
  margin-bottom: 20px;
}
.card {
  background: #fff;
  padding: 40px;

  margin-bottom: 20px;
}
.text h3 {
  color: #fff;
  font-size: 1.2rem;
}
.card-content {
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: #1b1b1b;
}

.top-header {
  width: 100%;
  background: #ff5775;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  padding: 12px 0px;
}
.icon-with-number img {
  height: 40px;
  width: auto;
  margin-right: 7px;
}
.header-icon-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}
.icon-with-number {
  text-align: center;
  display: flex;

  justify-items: center;
  justify-content: center;

  align-items: center;
}
.icon-with-number a {
  color: #fff;
  font-size: 1.2rem;

  cursor: pointer;
}
.before-images {
  text-align: center;
}
.before-images img {
  max-width: 100%;
}
.footer-num a {
  color: #1b1b1b !important;
  font-size: 2rem;
}
.footer-num i {
  font-size: 1.5rem;
}
.footer-num i {
  color: #1b1b1b;
}
.icon-with-number-footer a {
  color: #1b1b1b;
  font-size: 1.2rem;

  cursor: pointer;
}
.featured-content {
  padding: 15px 30px 25px;
  text-align: center;
}
.avail {
  padding: 0px 10px !important;
}
.actual {
  font-size: 22px;
  font-weight: 700;
}
.service-box {
  margin-bottom: 30px;
}
.avail .btn-avails {
  display: inline-block;
  vertical-align: middle;
  background: #ff5775 !important;
  font-size: 14px;
  text-transform: capitalize;
  line-height: normal;
  padding: 15px 32px 15px 31px;
  width: 100%;
  background: transparent;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #eaeff5;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.sale {
  font-size: 22px;
  margin-right: 10px;
  color: red;
}
.lth {
  text-decoration: line-through;
}
.whatsapp {
  position: fixed;
  bottom: 20px;
  left: 1%;
  z-index: 99;
}
.whatsapp a {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background: #39be50;
  color: #ffffff;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.phone-number {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 99;
  background: #ff5775;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  border-radius: 100%;
  -webkit-animation: yellow 2s infinite;
  -moz-animation: yellow 2s infinite;
  -o-animation: yellow 2s infinite;
  animation: yellow 2s infinite;
}
.number-call a {
  display: block;
  border: 1px solid #ffff;
  border-radius: 3px;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 10px;
}
.number-call a:hover {
  background: #fff;

  color: #ff5775;
}
.footer-number-te a {
  display: block;
  background: #ff5775;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.2rem;
  max-width: 300px;
  width: 100%;
  letter-spacing: 1px;
  padding: 10px 10px;
}
.phone-number::before {
  content: '';
  width: 72px;
  height: 72px;
  top: -16px;
  left: -16px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ff5775;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.phone-number:hover {
  background: #ff5775;
  color: #ffffff;
}
.phone-number i {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.reserve {
  margin-top: 25px;
}
.btn-reserve {
  min-height: 48px;
  min-width: 96px;
  padding: 14px 24px;
  border-color: rgb(253, 52, 6);
  background: rgb(253, 52, 6);
  color: rgba(255, 255, 255, 1);
  width: 200px;
  font-weight: 600;
  border-radius: 12px;
}
.btn-reserve-m {
  min-height: 48px;
  min-width: 96px;
  padding: 14px 24px;
  border-color: rgb(253, 52, 6);
  background: rgb(253, 52, 6);
  color: rgba(255, 255, 255, 1);
  width: 315px;
  font-weight: 600;
  border-radius: 12px;
}
.btn-reserve-m:hover {
  color: #fff;
  background-color: rgb(202, 42, 5);
  border-color: rgb(202, 42, 5);
}
.client-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.owl-nav {
  display: none;
}
.client-flex img {
  max-width: 220px;
  height: auto;
  width: 100%;
}
.bullet {
  background: #f3f3f3;
}
.heading {
  text-align: center;
}
.gallary-img {
  margin-top: 10px;
}
.heading p {
  color: #fff;
  font-weight: 600;
}
.heading span i {
  color: #fff;
}
.copyright {
  text-align: center;
  margin-top: 50px;
}
.copyright p {
  color: #fff;
}
.heading span a {
  color: #fff;
  margin-left: 10px;
}
.testimonial-box h3 {
  font-size: 1rem;
  font-weight: 700;
}
.footer p {
  color: #1b1b1b;
}
.testimonial-box {
  background: #fff;
  padding: 20px;
}
.portfolio-im img {
  border-radius: 10px;
}
.btn-reserve:hover {
  color: #fff;
  background-color: rgb(202, 42, 5);
  border-color: rgb(202, 42, 5);
}
.gallary-img img {
  border-radius: 10px;
}
.believe-content h3 {
  font-size: 3rem;
  font-weight: 600;
}
.believe {
  margin-top: 20px;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.become-img img {
  max-width: 100%;
}
.heading {
  padding-top: 25px;
}
.main-content {
  text-align: center;
  margin-top: 25px;
}
.main-content h3 {
  color: #fff;
}
.single-course-main {
  margin-bottom: 20px;
}
.join {
  margin-top: 10px;
}
.logo {
  margin-top: 25px;
}
.logo img {
  max-width: 100%;
}
.hading h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
.main-content h6 {
  font-size: 20px;
  font-weight: 800;
  color: red;
}

.btn-demo {
  border-color: rgb(255, 255, 255);
  background: rgb(204, 204, 204);
  color: #000;
  text-shadow: 0 1px 0 rgb(0 0 0 / 50%);
  border-radius: 20px;
}
.heading h3 {
  color: #fff;

  margin-bottom: 25px;
}
.single-course-main img {
  max-width: 100%;
}
.heading h3 {
  font-size: 2.5rem;
  color: #1b1b1b;
}
.bullet-points {
  padding: 45px;
}
.bullet-points ul li {
  color: #1b1b1b;

  margin-bottom: 5px;
}
.banner {
  margin-top: 67px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.form-main-b {
  border-radius: 10px;

  background-size: cover;
}
.card {
  background: #fff;
  padding: 40px;
  box-shadow: 0 10px 50px rgba(178, 89, 89, 0.25);
  margin-bottom: 20px;
}
.card-content {
  display: flex;
  justify-content: space-between;
}
.card-para p {
  padding-top: 20px;
  text-align: justify;
}
.card-shape {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.main-derma-form {
  border: 1px solid #f1f1f1;
  padding: 20px;
  background: #fee2e7;
  border-radius: 5px;
}
.counselling {
  padding: 0.5rem;
  background-color: #ff5775;
  color: #fff;
  border-radius: 5px;
}
.banner-content {
  text-align: center;
  padding-top: 5%;
}
.banner-content h2 {
  color: #fff;
  font-size: 20px;
}
.banner-content .logo img {
  height: 80px;
  width: auto;
  margin-bottom: 10px;
}
.owl-dots {
  text-align: center;
  margin-left: 10px;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: #fee2e7;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left: 1px;
}
.owl-dots button.owl-dot {
  border: 1px solid #f1f1f1;
  background: f1f1f1;
  border-radius: 50%;
  height: 16px;
  margin-left: 5px;
  width: 16px;
  position: relative;
}
@keyframes yellow {
  0%,
  100% {
    -webkit-box-shadow: 0 0px 0 4px #ff5775;
    -moz-box-shadow: 0 0px 0 4px #ff5775;
    -ms-box-shadow: 0 0px 0 4px #ff5775;
    -o-box-shadow: 0 0px 0 4px #ff5775;
    box-shadow: 0 0px 0 4px #ff5775;
  }

  50% {
    -webkit-box-shadow: 0 0px 0 0px #ff5775;
    -ms-box-shadow: 0 0px 0 0px #ff5775;
    -o-box-shadow: 0 0px 0 0px #ff5775;
    -moz-box-shadow: 0 0px 0 0px #ff5775;
    box-shadow: 0 0px 0 0px #ff5775;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
