@font-face {
  font-family: Helvetica neue cyr;
  src: url('../fonts/HelveticaNeueCyr-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue condensed;
  src: url('../fonts/HelveticaNeueBoldCondensed.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue cyr;
  src: url('../fonts/HelveticaNeueCyr-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue condensed;
  src: url('../fonts/HelveticaNeueBlackCondensed.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue cyr;
  src: url('../fonts/HelveticaNeueCyr-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue cyr;
  src: url('../fonts/HelveticaNeueCyr-UltraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue cyr;
  src: url('../fonts/HelveticaNeueCyr-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue cyr;
  src: url('../fonts/HelveticaNeueCyr-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2"), url('../fonts/Inter-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-gray-backgorund: #f9f9f9;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  z-index: 100002;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  padding-top: 15px;
  position: sticky;
  top: 0;
}

.container {
  background-color: #ee434300;
  width: 75%;
  max-width: none;
  display: block;
}

.container.nav {
  max-width: 100%;
  position: static;
}

.container.navbar {
  background-color: #fff;
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.container.review {
  display: block;
}

.navbar-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 12.5%;
  display: flex;
}

.logo {
  color: #2444b7;
  font-family: Helvetica neue cyr, sans-serif;
  font-size: 1.1rem;
  line-height: 20px;
  text-decoration: none;
}

.logo-text-1 {
  font-weight: 700;
}

.logo-container {
  text-align: center;
  text-decoration: none;
}

.logo-text-2 {
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 26px;
}

.btn {
  color: #2444b7;
  background-color: #3898ec00;
  border: 1px solid #2444b7;
  border-radius: 30px;
  padding: 11px 28px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.btn.btn-color {
  color: #fff;
  background-color: #2444b7;
  margin-top: 1em;
}

.btn.review-btn {
  object-fit: fill;
  background-color: #fff;
  font-size: .95rem;
}

.btn.appointment-btn {
  background-color: #fff;
  font-size: .95rem;
}

.btn.hero {
  color: #fff;
  background-color: #2444b7;
}

.nav-link {
  color: #333;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #2444b7;
}

.nav-link.w--current {
  border: 2px #2444b7;
}

.nav-link.w--current:lang(en) {
  color: #2444b7;
  font-weight: 600;
}

.nav-link.footer-link {
  color: #9ca4ad;
  font-size: .65rem;
}

.nav-link.footer-link:hover {
  color: #2444b7;
}

.banner {
  background-color: #2444b700;
  height: 2.2em;
  display: none;
  overflow: hidden;
}

.banner-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f7f9fe;
  background-color: #2444b7;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: end center;
  max-width: 100%;
  min-height: 100%;
  display: grid;
}

.banner-container.nav {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 2.5em;
  display: grid;
  position: relative;
}

.banner-close {
  cursor: pointer;
  padding-right: 25px;
}

.body {
  font-family: Inter, sans-serif;
}

.banner-message {
  font-size: .8rem;
  font-weight: 300;
}

.text-block {
  padding-right: 25px;
}

.collection-list-wrapper {
  line-height: 0;
}

.hero-section {
  z-index: 1;
  background-color: #fff0;
  border: 3px solid #f000;
  position: relative;
}

.navbar-wrapper {
  min-width: 100%;
  position: absolute;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  place-items: start stretch;
  margin-top: 3em;
}

.hero-heading {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.subheading {
  color: #212121;
  text-transform: capitalize;
  margin-top: 1.3em;
  font-size: 1.2rem;
}

.subheading.faq-subheading {
  color: #2444b7;
  text-transform: none;
  margin-top: .7em;
  font-size: .8rem;
  font-weight: 400;
  line-height: 18px;
}

.hero-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  display: flex;
}

.appointment-wrapper {
  margin-top: 3em;
  margin-bottom: 2.7em;
}

.select-type-appointment {
  color: #2444b7;
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom: 2px solid #2444b7;
  height: 50px;
  padding-left: 5px;
  padding-right: 12px;
  font-size: 1.8rem;
  font-weight: 600;
}

.form-block {
  width: 280px;
}

.form-block.hero {
  display: none;
}

.hero-image {
  position: relative;
}

.trusted-by {
  margin-top: 2em;
  margin-bottom: 2em;
}

.image {
  filter: grayscale();
}

.trusted-logo {
  max-width: 30%;
  padding-right: 20px;
}

.trusted-label {
  color: #222;
  margin-bottom: 1.1em;
  font-size: .85rem;
}

.google-review-icon {
  max-width: 45%;
  position: absolute;
  inset: auto 17% 15% auto;
}

.image-2 {
  object-fit: cover;
  width: 100%;
}

.work-history {
  z-index: 2;
  background-color: #f7f9fe;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  position: relative;
}

.grid-2 {
  grid-template-rows: 90px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
}

.work-done {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-label {
  text-transform: capitalize;
  padding-top: 1em;
  font-size: .7rem;
  font-weight: 700;
}

.work-count {
  font-size: 2.3rem;
  font-weight: 700;
}

.procedure-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section-heading {
  color: #2444b7;
  text-transform: capitalize;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.section-heading.review-heading {
  color: #fff;
  text-transform: none;
  line-height: 1.15em;
}

.section-heading.appointment-heading {
  color: #fff;
  line-height: 1.1em;
}

.section-heading.sm-screen {
  display: none;
}

.section-subheading {
  color: #444;
  padding-top: .6em;
  font-size: 1.25rem;
  font-weight: 400;
}

.section-subheading.honour-subheading {
  color: #444;
  text-transform: none;
  padding-top: .6em;
  padding-bottom: 2em;
  font-size: .9rem;
  line-height: 19px;
}

.section-subheading.honour-subheading.sm-screen {
  display: none;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.procedure-card {
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 30px 25px;
  box-shadow: 1px 1px 15px #00378a1a;
}

.procedure-icon {
  width: 50px;
}

.procedure-heading {
  color: #2444b7;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 14px;
}

.procedure-card-heading {
  text-transform: capitalize;
  font-size: .9rem;
  font-weight: 600;
}

.procedure-card-subheading {
  padding-top: 10px;
  font-size: .75rem;
  line-height: 15px;
}

.procedure-name {
  color: #222;
  text-transform: capitalize;
  border: 1px #c1c5c9;
  border-bottom-style: solid;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .75rem;
}

.procedure-name.last {
  border-style: none;
}

.container-2 {
  max-width: 87.5%;
  margin-right: 0;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  place-content: center;
  place-items: center start;
}

.image-3 {
  width: 98%;
  max-width: 100%;
  margin-left: auto;
}

.honour-card {
  color: #2444b7;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 15px #00378a1a;
}

.honour-icon {
  width: 56px;
}

.honour-detail {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  margin-left: 3px;
  display: flex;
}

.text-block-2 {
  font-size: .8rem;
}

.honour-text-1 {
  font-size: .8rem;
  font-weight: 700;
  line-height: 15px;
}

.honour-text-2 {
  font-size: .8rem;
  font-weight: 300;
  line-height: 15px;
}

.image-4 {
  width: 40px;
}

.image-4._2 {
  width: 45px;
}

.grid-5 {
  grid-template-rows: auto auto auto;
  margin-top: 3em;
}

.grid-5.awards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 1em;
}

.news-section {
  background-color: var(--light-gray-backgorund);
  filter: none;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.news-icon {
  width: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.news-icon.icon-3 {
  width: 200px;
}

.news-icon.icon-5 {
  width: 165px;
}

.review-section {
  background-color: #2444b7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-headings {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-section {
  padding-top: 5em;
  padding-bottom: 5em;
}

.grid-6 {
  grid-column-gap: 43px;
  color: #2444b7;
  grid-template-rows: auto;
}

.question-answer {
  border-bottom: 1px solid #c9c9c9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 10px;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-icon {
  cursor: pointer;
  width: 18px;
}

.question {
  color: #2444b7;
  text-transform: none;
  font-size: .8rem;
}

.answer-wraper {
  aspect-ratio: auto;
  margin-top: 1.2em;
  display: none;
  position: static;
  inset: 35px 0% 0%;
}

.question-wraper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.answer {
  display: block;
  position: static;
}

.appointment-section {
  background-color: #2444b7;
  display: none;
}

.appointment-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
}

.appointment-field {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 38px;
}

.appointment-form {
  margin-top: 1.5em;
}

.appointment-btn-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.whatsapp-text {
  color: #fff;
  padding-right: 24px;
  font-size: .65rem;
}

.footer {
  background-color: var(--light-gray-backgorund);
  padding-top: 5.5em;
  padding-bottom: 4em;
}

.grid-8 {
  grid-column-gap: 96px;
  grid-row-gap: 10px;
  grid-template: ". . Area" minmax(55px, .25fr)
                 ". . Area"
                 "Area-2 Area-2 Area-2"
                 "Area-3 Area-3 Area-3"
                 / 1fr minmax(170px, .25fr) minmax(200px, .5fr);
  grid-auto-flow: row;
  place-items: start;
}

.grid-8.footer-sm-screen {
  display: none;
}

.footer-text-1 {
  color: #2444b7;
  font-size: 1rem;
  font-weight: 500;
}

.footer-text-1.footer-question {
  font-size: 1.75rem;
  font-weight: 500;
}

.footer-text-2 {
  color: #646464;
  -webkit-text-stroke-color: #444;
  margin-top: .9em;
  font-size: .8rem;
  line-height: 20px;
}

.whatsapp-btn {
  width: 40px;
}

.footer-links {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.wubbl-text {
  color: #2444b7;
  font-weight: 700;
}

.rights-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: .65rem;
  line-height: 15px;
  display: flex;
}

.footer-bottom-text {
  color: #9ca4ad;
}

.dropdown-toggle {
  width: 100%;
  padding: 0;
}

.dropdown-list {
  background-color: #ddd0;
  margin-top: 15px;
  position: static;
}

.icon-6 {
  color: #2444b7;
  margin-right: 0;
  transform: rotate(-90deg);
}

.nav-link-container {
  margin-top: .7em;
  padding-top: .95em;
  padding-bottom: .95em;
  box-shadow: 1px 0 15px #00378a1a;
}

.nav-link-container.nav {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  box-shadow: 1px 0 15px #00378a1a;
}

.form {
  width: 68%;
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  object-fit: cover;
  width: 100%;
  display: block;
}

.services-nav {
  background-color: #f7f9fe;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: none;
}

.service-link {
  color: #222;
  text-transform: capitalize;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.services-heading {
  color: #004bbb;
  font-size: 2.6rem;
  font-weight: 700;
}

.services-subheading {
  color: #444;
  text-transform: none;
  margin-top: 1.2em;
  font-size: 1.35rem;
  font-weight: 400;
}

.body-2 {
  font-family: Inter, sans-serif;
}

.services-container {
  margin-top: 7em;
  margin-bottom: 8em;
  display: block;
  position: relative;
}

.grid-9 {
  grid-column-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4em;
}

.service-card {
  background-color: #f1f4ff;
  border-radius: 10px;
  width: 100%;
  height: 235px;
  padding: 20px 15px 20px 22px;
  position: relative;
  overflow: hidden;
}

.service-card-top {
  z-index: 0;
  background-color: #2444b7;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.service-details {
  z-index: 1;
  position: relative;
}

.image-13 {
  width: 40px;
  max-width: 100%;
}

.service-card-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: .8em;
  font-size: .95rem;
  font-weight: 600;
}

.service-card-title.card-title-2 {
  text-transform: capitalize;
  margin-top: .7em;
}

.service-detail-top {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.service-card-description {
  color: #222;
  text-align: left;
  text-transform: none;
  margin-top: 4em;
  font-size: .7rem;
  font-weight: 400;
  line-height: 16px;
}

.service-card-description.card-description-2 {
  margin-top: 2.35em;
}

.service-card-description._1 {
  margin-top: 2.4em;
}

.grid-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4em;
}

.about-us-image-2 {
  display: none;
}

.about-us-section {
  background-color: #eaeef3;
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.about-us-section.remove-bg-color {
  background-color: #eaeef300;
  padding-top: 4em;
  padding-bottom: 4em;
  display: none;
}

.about-us-heading {
  color: #00378a;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 45px;
}

.about-us-heading.s-screen {
  display: none;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.about-us-text {
  color: #00378a;
  text-transform: none;
  width: 680px;
  margin-top: 1.3em;
  font-size: 1rem;
}

.about-us-heading-2 {
  color: #00378a;
  width: 400px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 35px;
}

.about-us-heading-2.remove-w {
  width: auto;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.grid-12 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.about-us-text-2 {
  color: #838b93;
  margin-top: 1.1em;
  margin-bottom: 2.5em;
  padding-right: 70px;
  font-size: .85rem;
  line-height: 19px;
}

.about-us-text-2.icon-text-bold {
  color: #00378a;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 500;
}

.about-us-text-2.s-screen {
  display: none;
}

.about-us-icon-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.image-14 {
  width: 30px;
}

.body-4 {
  font-family: Inter, sans-serif;
  box-shadow: 1px 0 15px #0003;
}

.form-section {
  margin-top: 4em;
  margin-bottom: 4em;
}

.refer-heading {
  color: #00378a;
  width: 580px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 43px;
}

.form-card {
  border-radius: 5px;
  padding: 25px 35px 15px;
  box-shadow: 0 1px 10px #0003;
}

.form-card.condition {
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.form-heading {
  color: #212121;
  text-transform: capitalize;
  font-size: .85rem;
  font-weight: 700;
  line-height: 15px;
}

.form-subheading {
  color: #444;
  font-size: .8rem;
}

.form-subheading.time-font {
  color: #79747e;
}

.input-field {
  border: 1px solid #49454f80;
  border-radius: 5px;
  width: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.input-field.brief-description-field {
  height: 100px;
}

.grid-13 {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.radio-btn-container {
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.radio-btn {
  padding-right: 30px;
}

.form-btn {
  background-color: #00378a;
  border-radius: 30px;
  margin-top: 3em;
  padding: 11px 28px;
  font-size: 1.1rem;
}

.fs-select-1 {
  z-index: 99;
  margin-left: 0;
  overflow: visible;
}

.fs-select_toggle-1 {
  border: 2px #2444b7;
  border-bottom-style: solid;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  width: 290px;
  padding: .75rem 1rem;
  display: flex;
}

.fs-select_toggle-1:focus-visible, .fs-select_toggle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_toggle-1.appointment-field {
  width: auto;
}

.fs-select_toggle-1.input-field-dropdown {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 220px;
  height: 38px;
  padding-top: .55em;
  padding-bottom: .55em;
}

.fs-select_toggle-1.input-field-dropdown.medical-details {
  border-color: #49454f80;
  width: 250px;
}

.fs-select_toggle-1.input-field-dropdown.medical-details.condition {
  width: 250px;
  margin-top: 20px;
}

.fs-select_icon-1 {
  width: 12px;
}

.fs-select_text-1 {
  color: #2444b7;
  text-transform: capitalize;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
}

.fs-select_text-1.dropdown-field {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.fs-select_text-1.dropdown-field.medical-detail {
  color: #49454f91;
}

.fs-select_list-1.w--open {
  z-index: 999;
  border: 2px #000;
  border-bottom: 1px solid #ddd;
  border-radius: .25rem;
  max-height: 400px;
  margin-top: 1rem;
  overflow: auto;
  box-shadow: 0 1px 5px #0003;
}

.fs-select_field-1 {
  margin-bottom: 0;
  display: none;
}

.fs-select_link-1 {
  color: #222;
  object-fit: fill;
  background-color: #f7f9fe;
  border: 1px #e9e9e9;
  padding: .75rem 1rem;
}

.fs-select_link-1:hover {
  opacity: 1;
  color: #222;
  background-color: #1d1b2017;
  border-style: none;
}

.fs-select_link-1:focus-visible, .fs-select_link-1[data-wf-focus-visible] {
  z-index: 1;
  opacity: 1;
  outline-offset: 4px;
  color: #222;
  background-color: #1d1b2017;
  border-style: none;
  outline: 2px #9b9b9b;
}

.fs-select_link-1.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs-select_link-1.category-title {
  color: #444;
  background-color: #e7e7e7;
  font-weight: 700;
}

.fs-select_link-1.category-title:hover {
  color: #000;
  background-color: #e7e7e700;
  font-weight: 700;
}

.fs-select_link-1.category-title:focus-visible, .fs-select_link-1.category-title[data-wf-focus-visible] {
  outline-offset: 4px;
  background-color: #e7e7e700;
  outline: 2px #9b9b9b;
  display: block;
}

.body-5 {
  font-family: Inter, sans-serif;
}

.grid-14 {
  grid-column-gap: 13px;
  grid-row-gap: 19px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2em;
  margin-bottom: 1em;
}

.time-slot-box {
  color: #79747e;
  cursor: pointer;
  border: 1px solid #b2b7bb;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 55px;
  font-size: .8rem;
  display: flex;
  box-shadow: 0 1px 7px #00000029;
}

.time-slot-box:hover {
  color: #fff;
  background-color: #00378a;
  border-color: #00378a;
}

.time-slot-box.disable {
  box-shadow: none;
  color: #79747e99;
  cursor: auto;
}

.time-slot-box.disable:hover {
  background-color: #00378a00;
  border-style: solid;
  border-color: #b2b7bb;
}

.calender-date {
  color: #222;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 1.2rem;
  font-weight: 400;
}

.calender-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.week-detail {
  justify-content: center;
  align-items: center;
  display: flex;
}

.week {
  color: #222;
  font-size: 1.2rem;
}

.calender-btn {
  cursor: pointer;
  width: 36px;
  margin-left: 6px;
}

.calender-btn.right-arrow {
  transform: rotate(180deg);
}

.calender-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.date-box {
  cursor: pointer;
  border: 1px solid #b2b7bb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 0;
  padding-bottom: 5px;
  font-size: .95rem;
  display: flex;
  box-shadow: 0 1px 7px #0003;
}

.date-box.disable {
  box-shadow: none;
  cursor: auto;
  border-color: #b2b7bb;
}

.date-box.selected {
  background-color: #00378a;
  box-shadow: 0 1px 7px #0003;
}

.day-date {
  color: #79747e;
  text-transform: uppercase;
  display: none;
}

.day-date.disable {
  color: #79747e8c;
  font-weight: 400;
}

.day-date.selected {
  color: #fff;
}

.number-date {
  color: #000;
  display: none;
}

.number-date.disable {
  color: #00000080;
}

.number-date.selected {
  color: #fff;
}

.box {
  background-color: #fff0;
  border-radius: .625rem;
  margin-top: 1.5rem;
  padding: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  display: none;
  overflow: hidden;
}

.box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.box.services, .box.box-news-logo {
  display: none;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box {
  background-color: #fff;
  border-radius: .625rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  padding: 1.5rem 2rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px #d6d0d0;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-box.is-first {
  box-shadow: none;
  background-color: #fff;
  border-style: none;
  width: 230px;
  height: 9rem;
  padding: .725rem 1rem;
}

.swiper-icon {
  width: 2rem;
  height: 2rem;
}

.item_description {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.more {
  color: #000;
  align-items: center;
  margin-left: 24px;
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.heading-medium {
  font-size: 24px;
  line-height: 30px;
}

.more-circle {
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  display: flex;
  overflow: hidden;
}

.item_left {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.more-arrow {
  line-height: 0;
}

.more-right {
  display: none;
}

.collection-list-wrapper-2, .html-embed {
  display: block;
}

.image-15, .phone-image, .image-sm-screen, .grid-15, .img-bllock, .menu-icon {
  display: none;
}

.nav {
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
}

.navbar-2 {
  display: block;
}

.nav-menu {
  padding: 1em 10%;
  box-shadow: 1px 0 15px #00378a1a;
}

.nav-menu-2 {
  display: none;
}

.container-3 {
  display: flex;
}

.image-18 {
  max-width: 57%;
}

.image-19 {
  width: 400px;
  max-width: 200%;
}

.image-20 {
  display: none;
}

.date-btn-list {
  padding-left: 10px;
}

.collection-list-2 {
  margin-left: 0;
  margin-right: 0;
}

.collection-item-3 {
  width: 60px;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
}

.date-selection-hidden {
  display: none;
}

.cta-section {
  background-color: #f9f9f9;
  padding-top: 0;
  padding-bottom: 4em;
}

.direction-link-block {
  cursor: pointer;
  padding-top: 15px;
  text-decoration: none;
}

.hide-elfsight-box {
  z-index: 100001;
  background-color: #2444b7;
  border: 1px #fff;
  width: 30%;
  height: 50px;
  position: absolute;
  inset: auto auto 12%;
}

.review-container {
  width: 100%;
}

.link-block-3, .procedure-cards-links {
  text-decoration: none;
}

.scroll-to {
  opacity: 0;
  width: 100%;
  position: absolute;
  inset: -38% 0% auto;
}

.scroll-to._2 {
  top: -57%;
}

.get-direction-animation {
  background-color: #2444b7;
  border-radius: 20px;
  width: 100%;
  height: 2px;
}

.collection-list-wrapper-3, .collection-list-wrapper-4, .collection-list-wrapper-5 {
  display: none;
}

.trusted-logo-section {
  background-color: #f7f9fe;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.trusted-logo-image {
  width: 120px;
  margin-left: 25px;
  margin-right: 25px;
}

.html-embed-2 {
  margin-top: 2em;
}

.banner-box {
  width: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .container {
    width: 70%;
  }

  .container.nav {
    width: 100%;
  }

  .navbar-top {
    max-width: none;
    padding-left: 15%;
    padding-right: 15%;
  }

  .logo {
    text-indent: 2px;
    font-size: 1.2rem;
  }

  .logo-text-2 {
    letter-spacing: 2.3px;
  }

  .btn {
    padding: 12px 30px;
    font-size: 1.15rem;
  }

  .btn.review-btn, .btn.appointment-btn {
    font-weight: 600;
  }

  .nav-link {
    font-size: 1rem;
  }

  .banner {
    height: 3em;
  }

  .banner-container.nav {
    height: 2.5em;
  }

  .banner-message {
    font-size: .85rem;
  }

  .grid {
    grid-template-rows: auto;
    align-items: start;
  }

  .hero-heading {
    font-size: 3rem;
  }

  .subheading {
    font-size: 1.4rem;
  }

  .appointment-wrapper {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .select-type-appointment {
    height: 55px;
    font-size: 1.9rem;
  }

  .form-block {
    width: 290px;
  }

  .trusted-logo {
    max-width: 33%;
    padding-right: 25px;
  }

  .grid-2 {
    grid-template-rows: repeat(auto-fit, 90px);
    place-content: center;
  }

  .work-label {
    color: #222;
    padding-bottom: 0;
  }

  .work-count {
    color: #222;
  }

  .section-subheading.honour-subheading {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    font-size: 1.05rem;
    line-height: 20px;
  }

  .grid-3 {
    grid-column-gap: 17px;
  }

  .procedure-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .procedure-heading {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .container-2 {
    max-width: 85%;
  }

  .grid-4 {
    grid-column-gap: 50px;
  }

  .image-3.booking {
    display: none;
  }

  .honour-card {
    padding: 30px 20px;
  }

  .image-4 {
    border: 1px #0000;
    width: 45px;
  }

  .grid-5 {
    grid-column-gap: 0px;
  }

  .grid-5.awards {
    grid-column-gap: 15px;
  }

  .news-icon {
    margin-left: 30px;
    margin-right: 30px;
  }

  .review-section {
    padding-top: 5em;
  }

  .grid-6 {
    grid-column-gap: 70px;
  }

  .appointment-field {
    height: 42px;
  }

  .nav-link-container {
    margin-top: .8em;
  }

  .form {
    width: 58%;
  }

  .services-nav {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .service-link {
    font-size: 1.05rem;
  }

  .grid-9 {
    grid-column-gap: 20px;
  }

  .service-card {
    height: 245px;
  }

  .service-card-description {
    font-size: .8rem;
  }

  .grid-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-us-section, .about-us-section.remove-bg-color {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .about-us-text-2 {
    padding-right: 74px;
  }

  .form-section {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .input-field {
    width: 270px;
  }

  .grid-13 {
    grid-row-gap: 15px;
  }

  .form-btn {
    padding: 12px 30px;
    font-size: 1.15rem;
  }

  .fs-select_toggle-1 {
    width: 310px;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .fs-select_toggle-1.input-field-dropdown {
    width: 225px;
    height: 42px;
  }

  .fs-select_toggle-1.input-field-dropdown.medical-details, .fs-select_toggle-1.input-field-dropdown.medical-details.condition {
    width: 270px;
  }

  .fs-select_text-1 {
    font-size: 1.9rem;
    line-height: 32px;
  }

  .time-font {
    font-size: .95rem;
  }

  .date-box {
    padding-bottom: 3px;
  }

  .image-19 {
    width: 460px;
  }

  .collection-item-3 {
    margin-right: 10.5px;
  }

  .scroll-to._2 {
    top: -69%;
  }

  .trusted-logo-image {
    margin-left: 40px;
    margin-right: 40px;
  }

  .html-embed-2 {
    margin-top: 2.5em;
  }
}

@media screen and (min-width: 1440px) {
  .logo {
    font-size: 1.4rem;
  }

  .logo-text-2 {
    letter-spacing: 2.5px;
  }

  .btn {
    padding: 15px 35px;
    font-size: 1.3rem;
  }

  .btn.review-btn, .btn.appointment-btn {
    font-size: 1rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .nav-link.footer-link {
    font-size: .9rem;
  }

  .banner-container.nav {
    height: 3em;
  }

  .banner-message {
    font-size: .9rem;
  }

  .grid {
    align-items: start;
    margin-top: 4em;
  }

  .hero-heading {
    font-size: 3.3rem;
    line-height: 52px;
  }

  .subheading {
    margin-top: 1.5em;
    font-size: 1.5rem;
  }

  .subheading.faq-subheading {
    font-size: 1rem;
  }

  .hero-left {
    padding-top: 35px;
  }

  .appointment-wrapper {
    margin-top: 4em;
  }

  .select-type-appointment {
    height: 60px;
    font-size: 2.1rem;
  }

  .form-block {
    width: 345px;
  }

  .trusted-by {
    margin-bottom: 3em;
  }

  .trusted-logo {
    max-width: 35%;
    padding-right: 28px;
  }

  .trusted-label {
    margin-bottom: 1.3em;
    font-size: 1rem;
  }

  .work-history {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .work-label {
    font-size: .85rem;
  }

  .work-count {
    font-size: 3rem;
  }

  .section-heading {
    font-size: 1.95rem;
  }

  .section-subheading {
    padding-top: .85em;
    font-size: 1.45rem;
  }

  .section-subheading.honour-subheading {
    font-size: 1.15rem;
    line-height: 23px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    margin-top: 4.5em;
  }

  .procedure-card {
    padding: 40px 35px;
  }

  .procedure-icon {
    width: 60px;
  }

  .procedure-heading {
    margin-top: 2.3em;
    margin-bottom: 2.3em;
  }

  .procedure-card-heading {
    font-size: 1.1rem;
  }

  .procedure-card-subheading, .procedure-name {
    font-size: .85rem;
  }

  .grid-4 {
    justify-items: start;
  }

  .honour-card {
    height: 85px;
    padding: 45px 25px;
  }

  .honour-detail {
    width: 185px;
    margin-left: 7px;
  }

  .honour-text-1 {
    font-size: 1rem;
    line-height: 25px;
  }

  .honour-text-2 {
    font-size: 1rem;
    line-height: 19px;
  }

  .image-4 {
    width: 50px;
  }

  .image-4._2 {
    width: 90px;
  }

  .grid-5.awards {
    margin-top: 1.5em;
  }

  .news-section {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .news-icon {
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-left: 26px;
    margin-right: 26px;
    display: flex;
  }

  .review-section {
    padding-top: 5em;
  }

  .grid-6 {
    grid-column-gap: 101px;
  }

  .question {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1rem;
  }

  .answer {
    font-size: 1.1rem;
  }

  .appointment-container {
    width: 100%;
  }

  .grid-7 {
    grid-column-gap: 25px;
    grid-row-gap: 10px;
  }

  .appointment-field {
    height: 50px;
  }

  .appointment-form {
    width: 85%;
    margin-top: 2.5em;
  }

  .appointment-btn-container {
    margin-top: 2.5em;
  }

  .whatsapp-text {
    padding-right: 37px;
    font-size: .7rem;
  }

  .grid-8 {
    grid-column-gap: 88px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr minmax(170px, .25fr) minmax(200px, .75fr);
    grid-template-areas: ". . Area"
                         ". . Area"
                         "Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3";
  }

  .footer-text-1 {
    font-size: 1.4rem;
  }

  .footer-text-1.footer-question {
    font-size: 2.5rem;
  }

  .footer-text-2 {
    margin-top: 1.1em;
    font-size: .95rem;
    line-height: 24px;
  }

  .rights-text {
    font-size: .9rem;
    line-height: 20px;
  }

  .nav-link-container {
    margin-top: 1em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .nav-link-container.nav {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }

  .form {
    width: 55%;
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }

  .services-nav {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .service-link {
    padding-right: 50px;
    font-size: 1.15rem;
  }

  .services-heading {
    font-size: 2.8rem;
  }

  .services-subheading {
    font-size: 1.5rem;
  }

  .service-card {
    height: 285px;
  }

  .image-13 {
    width: 50px;
  }

  .service-card-title {
    font-size: 1.25rem;
    line-height: 25px;
  }

  .service-card-title.card-title-2 {
    margin-top: .6em;
    line-height: 23px;
  }

  .service-card-description {
    font-size: 1rem;
    line-height: 19px;
  }

  .about-us-heading {
    font-size: 2.8rem;
  }

  .about-us-text {
    width: 750px;
    font-size: 1.15rem;
  }

  .about-us-heading-2 {
    width: 450px;
    font-size: 2.2rem;
    line-height: 38px;
  }

  .about-us-text-2 {
    padding-right: 80px;
    font-size: 1rem;
    line-height: 22px;
  }

  .form-section {
    margin-top: 5.5em;
    margin-bottom: 5.5em;
  }

  .refer-heading {
    width: 615px;
    font-size: 2.8rem;
  }

  .form-card {
    padding-bottom: 20px;
  }

  .form-heading {
    font-size: 1rem;
    line-height: 25px;
  }

  .form-subheading {
    font-size: .9rem;
  }

  .input-field {
    width: 290px;
    height: 45px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
  }

  .grid-13 {
    grid-row-gap: 16px;
  }

  .form-btn {
    padding: 15px 35px;
    font-size: 1.3rem;
  }

  .fs-select_toggle-1 {
    border-bottom-width: 3px;
    width: 360px;
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
  }

  .fs-select_toggle-1.input-field-dropdown {
    width: 240px;
    height: 50px;
  }

  .fs-select_toggle-1.input-field-dropdown.medical-details {
    width: 290px;
    height: 45px;
  }

  .fs-select_toggle-1.input-field-dropdown.medical-details.condition {
    width: 290px;
  }

  .fs-select_icon-1 {
    width: 15px;
  }

  .fs-select_text-1 {
    font-size: 2.2rem;
    line-height: 36px;
  }

  .radio-button-label, .radio-button-label-2, .radio-button-label-3 {
    font-size: 16px;
  }

  .time-font {
    font-size: .9rem;
  }

  .date-box {
    margin-right: 20px;
  }

  .image-19 {
    width: 550px;
  }

  .cta-section {
    padding-top: 5em;
    padding-bottom: 6em;
  }

  .scroll-to._2 {
    top: -84%;
  }

  .trusted-logo-section {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .trusted-logo-image {
    width: 150px;
  }

  .html-embed-2 {
    margin-top: 3em;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 75%;
  }

  .navbar-top {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .logo {
    font-size: 2rem;
    line-height: 35px;
  }

  .logo-text-2 {
    letter-spacing: 3.8px;
  }

  .btn {
    padding: 20px 40px;
    font-size: 1.6rem;
  }

  .btn.btn-color {
    margin-top: 1em;
  }

  .btn.review-btn, .btn.appointment-btn {
    font-size: 1.5rem;
  }

  .nav-link {
    padding-right: 30px;
    font-size: 1.5rem;
  }

  .nav-link.footer-link {
    font-size: 1.2rem;
  }

  .banner {
    z-index: 2;
    height: 4em;
  }

  .banner-container.nav {
    height: 4em;
  }

  .banner-message {
    font-size: 1.35rem;
  }

  .grid {
    margin-top: 6em;
  }

  .hero-heading {
    font-size: 4.5rem;
    line-height: 70px;
  }

  .subheading {
    margin-top: 1.5em;
    font-size: 2rem;
  }

  .subheading.faq-subheading {
    font-size: 1.3rem;
    line-height: 33px;
  }

  .hero-left {
    padding-top: 50px;
  }

  .appointment-wrapper {
    margin-top: 6em;
  }

  .select-type-appointment {
    height: 75px;
    font-size: 2.7rem;
  }

  .form-block {
    width: 400px;
  }

  .trusted-by {
    width: 100%;
    margin-bottom: 4em;
  }

  .trusted-logo {
    min-width: 32%;
    max-width: 36%;
    padding-right: 30px;
  }

  .trusted-label {
    font-size: 1.5rem;
  }

  .work-history {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .work-label {
    padding-top: 1.7em;
    font-size: 1rem;
  }

  .work-count {
    font-size: 3.5rem;
  }

  .section-heading {
    font-size: 2.7rem;
    line-height: 1.05em;
  }

  .section-subheading {
    padding-top: 1em;
    font-size: 2rem;
  }

  .section-subheading.honour-subheading {
    font-size: 1.55rem;
    line-height: 33px;
  }

  .grid-3 {
    grid-column-gap: 25px;
    margin-top: 7em;
    margin-bottom: 5em;
  }

  .procedure-card {
    padding: 50px 45px;
  }

  .procedure-icon {
    width: 85px;
  }

  .procedure-heading {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }

  .procedure-card-heading {
    font-size: 1.5rem;
  }

  .procedure-card-subheading {
    margin-top: .5em;
    font-size: 1.3rem;
    line-height: 25px;
  }

  .procedure-name {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.3rem;
    line-height: 29px;
  }

  .procedure-name.last {
    border-style: none;
  }

  .container-2 {
    max-width: 87.5%;
  }

  .grid-4 {
    grid-column-gap: 122px;
  }

  .honour-card {
    height: 120px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .honour-detail {
    width: 240px;
    margin-left: 10px;
  }

  .honour-text-1 {
    font-size: 1.35rem;
    line-height: 35px;
  }

  .honour-text-2 {
    font-size: 1.35rem;
    line-height: 26px;
  }

  .image-4 {
    width: 73px;
  }

  .image-4._2 {
    width: 130px;
  }

  .grid-5 {
    grid-column-gap: 10px;
  }

  .grid-5.awards {
    margin-top: 2em;
  }

  .news-section {
    filter: none;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .news-icon {
    width: 190px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .news-icon.icon-3, .news-icon.icon-5 {
    width: 280px;
  }

  .review-section {
    padding-top: 6em;
    padding-bottom: 5em;
  }

  .faq-section {
    margin-top: 9.9em;
    margin-bottom: 9.9em;
  }

  .grid-6 {
    grid-column-gap: 102px;
  }

  .question {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
  }

  .answer {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .grid-7 {
    grid-row-gap: 20px;
  }

  .appointment-field {
    height: 65px;
    font-size: 22px;
  }

  .appointment-form {
    width: 93%;
    margin-top: 3.5em;
  }

  .appointment-btn-container {
    margin-top: 3.5em;
  }

  .whatsapp-text {
    padding-right: 21px;
    font-size: 1.1rem;
  }

  .footer {
    padding-bottom: 3.5em;
  }

  .grid-8 {
    grid-column-gap: 132px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(100px, .25fr) auto auto auto;
    grid-template-columns: 1fr minmax(180px, .6fr) minmax(200px, .75fr);
  }

  .footer-text-1 {
    font-size: 1.85rem;
  }

  .footer-text-1.footer-question {
    font-size: 3.1rem;
  }

  .footer-text-2 {
    margin-top: 1em;
    font-size: 1.25rem;
    line-height: 28px;
  }

  .whatsapp-btn {
    width: 60px;
  }

  .rights-text {
    font-size: 1.2rem;
    line-height: 28px;
  }

  .icon-6 {
    font-size: 20px;
  }

  .image-5 {
    width: 200px;
    min-width: 100%;
  }

  .new-logo {
    min-width: 90%;
  }

  .image-7, .image-8 {
    min-width: 100%;
  }

  .image-9 {
    min-width: 65%;
  }

  .image-10, .image-11 {
    min-width: 100%;
  }

  .nav-link-container {
    margin-top: 1.2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .nav-link-container.nav {
    padding-top: 2.1em;
    padding-bottom: 2.1em;
  }

  .form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5em;
    margin-bottom: 5em;
    display: flex;
  }

  .services-nav {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .service-link {
    padding-right: 60px;
    font-size: 1.6rem;
  }

  .services-heading {
    font-size: 3.75rem;
  }

  .services-subheading {
    font-size: 2.1rem;
  }

  .services-container {
    margin-top: 12.5em;
    margin-bottom: 12.5em;
  }

  .grid-9 {
    grid-column-gap: 30px;
    margin-top: 6.5em;
  }

  .service-card {
    height: 390px;
    padding: 25px 20px 25px 30px;
  }

  .image-13 {
    width: 70px;
  }

  .service-card-title {
    margin-top: .8em;
    font-size: 1.6rem;
    line-height: 30px;
  }

  .service-card-title.card-title-2 {
    line-height: 29px;
  }

  .service-card-description {
    font-size: 1.3rem;
    line-height: 27px;
  }

  .grid-10 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    margin-top: 6.5em;
  }

  .about-us-section.remove-bg-color {
    display: none;
  }

  .about-us-heading {
    font-size: 3.75rem;
    line-height: 63px;
  }

  .about-us-text {
    width: 1000px;
    font-size: 1.5rem;
    line-height: 33px;
  }

  .about-us-heading-2 {
    width: 600px;
    font-size: 3rem;
    line-height: 52px;
  }

  .about-us-text-2 {
    font-size: 1.45rem;
    line-height: 29px;
  }

  .about-us-icon-text {
    margin-top: 1.5em;
  }

  .image-14 {
    width: 50px;
  }

  .form-section {
    margin-top: 7em;
    margin-bottom: 7em;
  }

  .refer-heading {
    width: 817px;
    font-size: 3.75rem;
    line-height: 65px;
  }

  .form-card.condition {
    flex-direction: column;
    display: flex;
  }

  .form-heading {
    font-size: 1.5rem;
  }

  .form-subheading {
    font-size: 1.3rem;
    line-height: 35px;
  }

  .input-field {
    width: 420px;
    height: 60px;
    font-size: 20px;
  }

  .input-field.brief-description-field {
    height: 200px;
  }

  .grid-13 {
    grid-row-gap: 24px;
  }

  .form-btn {
    padding: 20px 40px;
    font-size: 1.6rem;
  }

  .fs-select_toggle-1 {
    width: 430px;
    padding-top: 1.95rem;
    padding-bottom: 1.95rem;
  }

  .fs-select_toggle-1.input-field-dropdown {
    width: 343px;
    height: 65px;
  }

  .fs-select_toggle-1.input-field-dropdown.medical-details {
    width: 420px;
    height: 60px;
  }

  .fs-select_toggle-1.input-field-dropdown.medical-details.condition {
    width: 420px;
  }

  .fs-select_icon-1 {
    width: 20px;
  }

  .fs-select_text-1 {
    font-size: 2.7rem;
    line-height: 40px;
  }

  .fs-select_text-1.dropdown-field {
    font-size: 22px;
  }

  .form-2 {
    width: 100%;
  }

  .radio-button-label, .radio-button-label-2, .radio-button-label-3 {
    font-size: 20px;
  }

  .grid-14 {
    margin-top: 3em;
    margin-bottom: 2em;
  }

  .time-slot-box {
    height: 90px;
  }

  .time-font {
    font-size: 1.3rem;
  }

  .date-box {
    width: 90px;
    height: 90px;
  }

  .day-date {
    font-size: 1.3rem;
  }

  .number-date {
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .image-19 {
    width: 685px;
  }

  .cta-section {
    padding-top: 7em;
    padding-bottom: 8em;
  }

  .hide-elfsight-box {
    height: 65px;
    bottom: 5%;
  }

  .div-block-4 {
    min-width: 34%;
  }

  .scroll-to._3 {
    top: -31%;
  }

  .trusted-logo-section {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .trusted-logo-image {
    width: 205px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .html-embed-2 {
    margin-top: 4em;
  }
}

@media screen and (max-width: 767px) {
  .container.navbar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .btn.nav-btn {
    display: none;
  }

  .box {
    padding: 1.25rem 1.5rem;
  }

  .swiper-box.is-first {
    width: 7rem;
    height: 7rem;
  }

  .more {
    flex: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 100002;
    background-color: #fff;
    height: 75px;
    display: block;
    position: sticky;
    overflow: visible;
    box-shadow: 0 1px 15px #00378a1a;
  }

  .container {
    width: 90%;
  }

  .container.services-page {
    width: 100%;
  }

  .container.nav {
    background-color: #fff;
    max-width: 100%;
    height: 53px;
    padding-left: 6%;
    padding-right: 6%;
    overflow: hidden;
  }

  .container.nav-link {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .navbar-top {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar-bottom {
    text-align: center;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .navbar-bottom.footer-link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .btn {
    display: none;
  }

  .btn.btn-color {
    padding: 12px 35px;
  }

  .btn.btn-color.s-screen {
    display: block;
  }

  .btn.review-btn {
    width: 170px;
    margin-left: 6%;
    display: block;
    position: absolute;
    inset: auto 0% 7%;
  }

  .btn.review-btn.sm-screen {
    width: 170px;
    margin-top: 40px;
    display: block;
  }

  .btn.appointment-btn {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1.1rem;
  }

  .btn.appointment-btn.s-btn, .btn.hero {
    display: block;
  }

  .nav-link {
    padding: 15px 0;
    font-size: 1.7rem;
    font-weight: 400;
  }

  .nav-link.footer-link {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .85rem;
  }

  .hero-section {
    margin-top: 2em;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
    margin-top: 1em;
  }

  .hero-heading {
    font-size: 2.2rem;
    line-height: 40px;
  }

  .subheading {
    font-size: .98rem;
  }

  .subheading.faq-subheading {
    margin-top: 2em;
  }

  .appointment-wrapper {
    margin-top: 3.5em;
    margin-bottom: 2em;
  }

  .hero-image {
    display: none;
  }

  .trusted-by {
    margin-top: 1.5em;
    margin-bottom: 0;
  }

  .trusted-logo {
    max-width: 33%;
    padding-right: 14px;
  }

  .trusted-label {
    font-size: .9rem;
  }

  .work-history {
    margin-top: 2.5em;
  }

  .grid-2 {
    grid-row-gap: 61px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }

  .work-label {
    font-size: .8rem;
  }

  .work-count {
    font-size: 2.5rem;
  }

  .procedure-section {
    padding-bottom: 2.5em;
  }

  .section-heading {
    letter-spacing: 1.2px;
    overflow-wrap: normal;
    font-size: 2rem;
    line-height: 33.5px;
    display: block;
  }

  .section-heading.review-heading {
    width: 285px;
  }

  .section-heading.appointment-heading {
    display: none;
  }

  .section-heading.sm-screen {
    line-height: 36px;
    display: block;
  }

  .section-heading.wide-screen {
    display: none;
  }

  .section-subheading {
    margin-top: 30px;
    padding-top: 0;
    font-size: 1.05rem;
  }

  .section-subheading.honour-subheading {
    text-align: left;
    width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5em;
    font-size: 1rem;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .procedure-card {
    box-shadow: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .procedure-card-heading {
    font-size: 1rem;
  }

  .procedure-card-subheading {
    margin-top: 8px;
    padding-right: 35px;
    font-size: .85rem;
    line-height: 16.5px;
  }

  .procedure-name {
    padding-right: 50px;
    font-size: .85rem;
  }

  .honour-section {
    margin-top: .5em;
  }

  .container-2 {
    margin-right: auto;
  }

  .grid-4 {
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  .grid-4.awards-sm {
    margin-bottom: 0;
    display: block;
  }

  .image-3 {
    display: none;
  }

  .image-3.booking {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    margin-right: auto;
    display: block;
  }

  .honour-card {
    box-shadow: none;
    width: 100%;
  }

  .honour-detail {
    margin-left: 10px;
  }

  .honour-text-2 {
    font-weight: 400;
  }

  .grid-5.awards, .news-icon {
    display: none;
  }

  .news-icon.icon-3.rolling, .news-icon.icon-5.rolling {
    display: block;
  }

  .news-icon.rolling {
    width: 120px;
    margin-left: 17px;
    margin-right: 17px;
    display: block;
  }

  .review-section {
    padding-bottom: 9em;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .faq-wraper {
    width: 100%;
  }

  .question-answer {
    padding: 20px 0;
  }

  .question {
    padding-right: 20px;
  }

  .appointment-container {
    width: 100%;
  }

  .grid-7 {
    grid-row-gap: 24px;
    grid-template-rows: minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr);
    grid-template-columns: 1fr;
  }

  .appointment-field {
    height: 100%;
  }

  .appointment-form {
    width: 100%;
  }

  .appointment-btn-container {
    flex-direction: column;
    margin-top: 2em;
  }

  .whatsapp-text {
    margin-top: 15px;
    padding-right: 0;
    font-size: .75rem;
  }

  .footer {
    padding-top: 3.5em;
    padding-bottom: 2em;
  }

  .grid-8 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: none;
  }

  .grid-8.footer-sm-screen {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: grid;
  }

  .footer-text-1 {
    font-weight: 600;
  }

  .footer-text-1.footer-question {
    width: 225px;
    font-size: 2.1rem;
    line-height: 39px;
  }

  .footer-text-1.direction {
    margin-top: 10px;
  }

  .footer-text-2 {
    margin-top: .8em;
    font-size: .95rem;
    line-height: 22px;
  }

  .whatsapp-btn {
    width: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wubbl-text {
    margin-top: 5px;
  }

  .rights-text {
    align-items: center;
    width: 100%;
    margin-top: 20px;
    font-size: .75rem;
  }

  .image-8.icon-times-india {
    width: 135px;
    max-width: 200%;
    margin-top: 4px;
  }

  .nav-link-container.nav {
    z-index: 1000;
    box-shadow: none;
    margin-top: 1em;
    padding-top: .5em;
    padding-bottom: 1em;
  }

  .form, .form.refer-patient-form {
    width: 100%;
    margin-bottom: 0;
  }

  .services-nav {
    display: none;
  }

  .services-heading {
    font-size: 2.5rem;
    line-height: 43px;
  }

  .services-subheading {
    margin-top: 1em;
    padding-right: 40px;
    font-size: 1rem;
  }

  .services-container {
    margin-top: 3em;
    margin-bottom: 3em;
    padding-left: 6%;
  }

  .grid-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .service-card {
    width: 265px;
    height: 235px;
  }

  .service-card-top {
    height: 50%;
  }

  .service-card-description {
    margin-top: 3em;
    font-size: .8rem;
    line-height: 18px;
  }

  .service-card-description.card-description-2 {
    font-size: .8rem;
  }

  .grid-10 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  .about-us-section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .about-us-section.remove-bg-color {
    padding-bottom: 2em;
  }

  .about-us-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .about-us-heading {
    line-height: 30px;
  }

  .about-us-heading.s-screen {
    width: 305px;
    font-size: 2.1rem;
    line-height: 36px;
    display: block;
  }

  .about-us-heading._w-screen {
    display: none;
  }

  .about-us-text {
    width: auto;
    padding-right: 10px;
    line-height: 21px;
  }

  .about-us-heading-2 {
    width: 300px;
    padding-right: 86px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 36px;
  }

  .grid-11 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .grid-12 {
    display: none;
  }

  .about-us-text-2 {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-right: 16px;
    font-size: 1rem;
    line-height: 20px;
  }

  .about-us-text-2._w-screen {
    display: none;
  }

  .about-us-text-2.s-screen {
    color: #131313;
    font-size: .9rem;
    display: block;
  }

  .about-us-image.img2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-section {
    margin-top: 0;
    margin-bottom: 1em;
  }

  .refer-heading {
    width: auto;
    margin-top: 50px;
    font-size: 2.4rem;
    line-height: 39px;
  }

  .form-card {
    padding-left: 25px;
    padding-right: 0;
  }

  .form-card.condition {
    padding-bottom: 35px;
  }

  .form-subheading {
    padding-right: 35px;
  }

  .input-field {
    width: 90%;
    height: 50px;
  }

  .grid-13 {
    grid-row-gap: 24px;
  }

  .form-btn {
    width: 85%;
    margin-top: 1em;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .fs-select-1 {
    z-index: 10;
    width: 90%;
    height: 100%;
    margin-right: 0;
  }

  .fs-select-1.condition {
    width: 90%;
    margin-right: 0;
  }

  .fs-select-1.field {
    width: 90%;
    height: 50px;
  }

  .fs-select-1.component {
    width: 100%;
  }

  .fs-select_toggle-1.input-field-dropdown {
    width: 100%;
    height: 100%;
  }

  .fs-select_toggle-1.input-field-dropdown.medical-details {
    width: 100%;
    height: 45px;
  }

  .fs-select_toggle-1.input-field-dropdown.medical-details.condition {
    width: 100%;
    height: 50px;
  }

  .fs-select_toggle-1.input-field-dropdown.medical-details.condition.field {
    height: 50px;
  }

  .fs-select_field-1 {
    display: none;
  }

  .fs-select_link-1 {
    z-index: 999;
    background-color: #fff;
  }

  .grid-14 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 50%;
  }

  .time-slot-box.disable {
    height: 45px;
  }

  .calender-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .week-detail {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .calender-bottom {
    flex-wrap: wrap;
    padding-right: 11%;
  }

  .date-box {
    margin-top: 20px;
    margin-right: 20px;
  }

  .box {
    margin-top: 1.5rem;
    margin-bottom: 1.5em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 0;
    display: none;
  }

  .box.services {
    padding-left: 1em;
    padding-right: 0;
    display: block;
    overflow: hidden;
  }

  .box.services.logos {
    margin-top: 0;
    margin-bottom: 0;
  }

  .box.box-news-logo {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    display: block;
  }

  .box.awards {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: block;
  }

  .swiper-slide {
    margin-right: 20px;
  }

  .swiper-slide.awards {
    margin-right: 15px;
  }

  .swiper-box.is-first {
    width: auto;
    height: auto;
    margin-right: 20px;
  }

  .swiper-box.is-first.awards {
    border-radius: 7px;
    width: 270px;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 0 1px 15px #00378a1a;
  }

  .item_description {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .more {
    margin-left: 0;
  }

  .more-left {
    display: none;
  }

  .more-circle {
    margin-left: 0;
    margin-right: 12px;
  }

  .item_left {
    grid-row-gap: 8px;
  }

  .more-right {
    display: block;
  }

  .image-15 {
    margin-top: 45px;
    display: block;
  }

  .phone-image {
    display: block;
    overflow: hidden;
  }

  .image-16 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    height: 433px;
    position: relative;
    top: 0;
  }

  .image-sm-screen {
    aspect-ratio: auto;
    width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
  }

  .grid-15 {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .image-17 {
    display: block;
  }

  .img-bllock {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .div-block-2 {
    padding-right: 20px;
  }

  .menu-icon {
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav {
    width: 100%;
  }

  .nav-menu {
    z-index: 999;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-button {
    margin-right: 7%;
  }

  .image-19 {
    width: 119%;
    position: relative;
    left: -34px;
    right: auto;
  }

  .div-block-3 {
    margin-top: 30px;
  }

  .image-20 {
    cursor: pointer;
    display: block;
  }

  .cta-section {
    padding-bottom: .5em;
    padding-left: 7%;
    padding-right: 7%;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .hide-elfsight-box {
    width: 60%;
    height: 49px;
    bottom: 18%;
  }

  .review-container {
    width: 100%;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .trusted-logo-image {
    display: none;
  }

  .trusted-logo-image.sm {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .trusted-lsm-logo {
    width: 115px;
    margin-left: 20px;
    margin-right: 40px;
  }
}

#w-node-_5d1347aa-08fe-e75e-9f5d-c2e4d7e9153c-56b2e6a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20a8662-33d3-2c60-ef4a-fdd84cb68701-56b2e6a8 {
  grid-area: Area;
  place-self: center end;
}

#w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e3f-56b2e6a8, #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e40-56b2e6a8, #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e44-56b2e6a8, #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e63-56b2e6a8, #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e64-56b2e6a8, #w-node-f5d73a59-8e9d-1367-7a0b-c46e5781e854-56b2e6a8, #w-node-_03ec2a54-c3e8-6dff-bf96-a23817a266f1-56b2e6a8, #w-node-_1f45a365-10f6-1ec5-e9c2-aeea1856de29-56b2e6a8, #w-node-fa656764-a5ec-2916-1861-7d8915f91078-56b2e6a8, #w-node-bc2d8726-f9fe-47d5-a180-e6515f5e2c84-56b2e6a8, #w-node-_07f59c80-bb69-7546-4618-f4bc74519029-56b2e6a8, #w-node-a6025619-2a02-29eb-b6b1-25daf2fe8eb2-56b2e6a8, #w-node-_4edc4532-e37e-d6d1-46a2-343adc9a5cb3-56b2e6a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74fa769a-2ca6-7731-ae1f-8dcf897dbddd-56b2e6a8, #w-node-_66b5e537-4162-02b7-ef21-fe2d38a4621b-56b2e6a8, #w-node-f6e1ea0b-a9e8-5626-07d8-7784e8143f4e-56b2e6a8, #w-node-fb8a9b21-3942-11d4-5700-5cdb0ff47c0a-56b2e6a8, #w-node-_7aafc277-515b-1bea-5d1e-e79161533f84-56b2e6a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1042c87e-5827-16dc-5a7b-c0830ad3d452-56b2e6a8, #w-node-ee0eb17c-7343-5a89-3812-edac86ca59c2-86ca59b8, #w-node-ee0eb17c-7343-5a89-3812-edac86ca59c7-86ca59b8, #w-node-ee0eb17c-7343-5a89-3812-edac86ca59cc-86ca59b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee0eb17c-7343-5a89-3812-edac86ca59d1-86ca59b8 {
  grid-area: Area-2;
}

#w-node-ee0eb17c-7343-5a89-3812-edac86ca59d3-86ca59b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee0eb17c-7343-5a89-3812-edac86ca59da-86ca59b8 {
  grid-area: Area-3;
  place-self: center stretch;
}

#w-node-ee0eb17c-7343-5a89-3812-edac86ca59db-86ca59b8 {
  grid-area: Area-3;
}

#w-node-cb79061b-990c-f837-ab0d-c0ccf19733f0-86ca59b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddcce914-d512-131b-99ce-25160f53d698-86ca59b8, #w-node-ddcce914-d512-131b-99ce-25160f53d699-86ca59b8 {
  grid-area: Area-2;
}

#w-node-_5e76230c-c9e9-049e-3e0d-48656e50419c-86ca59b8, #w-node-_0fab23fe-16a3-c251-8708-e427c176bd54-86ca59b8, #w-node-_92efadf3-c886-b3fb-306b-1b0c23450871-86ca59b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9271c8f8-0d66-bbb1-ddcf-60f02ac55f25-86ca59b8 {
  grid-area: Area-3;
}

#w-node-_9e236bdc-d000-2404-ea72-12ce39e40282-39e40267, #w-node-_9e236bdc-d000-2404-ea72-12ce39e4026a-39e40267, #Name-2.w-node-_9e236bdc-d000-2404-ea72-12ce39e40272-39e40267, #Email-2.w-node-_9e236bdc-d000-2404-ea72-12ce39e40273-39e40267, #Phone-Number-2.w-node-_9e236bdc-d000-2404-ea72-12ce39e40274-39e40267, #Date-Time-2.w-node-_9e236bdc-d000-2404-ea72-12ce39e40277-39e40267, #w-node-_47e5d2e1-cba9-fa5c-aa46-e6762e9651b2-39e40267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05b19021-32b7-c0fa-9d7c-5c13c9e16d29-c9e16d26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_05b19021-32b7-c0fa-9d7c-5c13c9e16d2c-c9e16d26, #w-node-_05b19021-32b7-c0fa-9d7c-5c13c9e16d2e-c9e16d26, #w-node-_3dc852fb-8358-f0e8-b9e0-0a97c31a13ae-5c59b35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49e4ebe9-e555-8d1c-8451-4f3cde0c2c54-5c59b35c {
  grid-area: Area;
  place-self: center end;
}

#w-node-cc98c814-f513-bc2a-9b72-e29293bb5934-56b2e6ab, #Brief-Description.w-node-_7472c203-43c5-487f-7ea5-5418b805fcc6-56b2e6ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d3d34ca-340a-e044-615c-e953bd2af05e-56b2e6ab {
  place-self: end;
}

#w-node-_221c5446-4bb9-0b64-d1d9-f23f5438cb2c-56b2e6ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53b9ae9e-a772-8cac-5d3b-994bf515ed4d-56b2e6ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_8631b8b6-dca5-2b7e-9dd1-400b23bc25f8-56b2e6b3, #w-node-_8a1673e1-6ca6-790f-4bbd-7b051c6a0c58-56b2e6b3, #w-node-fefe2466-5374-39e2-345d-8c335ce6b107-56b2e6b3, #w-node-c58d9911-55fa-9089-e90b-e4e3f99f2380-56b2e6b3, #w-node-c58d9911-55fa-9089-e90b-e4e3f99f2388-56b2e6b3, #w-node-c58d9911-55fa-9089-e90b-e4e3f99f2390-56b2e6b3, #w-node-e5dbd1a9-6a37-17ac-4278-10180f02e080-56b2e6b3, #w-node-_6d7f9f1b-a8c2-d043-ca83-19edd60f6cd3-56b2e6b3, #w-node-_4d88e8e6-220b-1a98-6f6a-e427cf34374d-56b2e6b3, #w-node-e5dbd1a9-6a37-17ac-4278-10180f02e090-56b2e6b3, #w-node-e5dbd1a9-6a37-17ac-4278-10180f02e088-56b2e6b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e3f-56b2e6a8, #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e63-56b2e6a8, #w-node-fa656764-a5ec-2916-1861-7d8915f91078-56b2e6a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d3d34ca-340a-e044-615c-e953bd2af05e-56b2e6ab {
    place-self: end;
  }

  #w-node-_8631b8b6-dca5-2b7e-9dd1-400b23bc25f8-56b2e6b3, #w-node-_6d7f9f1b-a8c2-d043-ca83-19edd60f6cd3-56b2e6b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e3f-56b2e6a8, #w-node-fa656764-a5ec-2916-1861-7d8915f91078-56b2e6a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee0eb17c-7343-5a89-3812-edac86ca59c7-86ca59b8 {
    grid-area: Area;
  }

  #w-node-_53b9ae9e-a772-8cac-5d3b-994bf515ed4d-56b2e6ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e3f-56b2e6a8, #w-node-fa656764-a5ec-2916-1861-7d8915f91078-56b2e6a8, #w-node-_9e236bdc-d000-2404-ea72-12ce39e4026a-39e40267, #Phone-Number-2.w-node-_9e236bdc-d000-2404-ea72-12ce39e40274-39e40267 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d3d34ca-340a-e044-615c-e953bd2af05e-56b2e6ab {
    place-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7efa9b4-0b0c-8354-25cf-3405ec7f8e3f-56b2e6a8, #w-node-cb79061b-990c-f837-ab0d-c0ccf19733f0-86ca59b8, #w-node-ddcce914-d512-131b-99ce-25160f53d698-86ca59b8, #w-node-_5e76230c-c9e9-049e-3e0d-48656e50419c-86ca59b8, #w-node-_0fab23fe-16a3-c251-8708-e427c176bd54-86ca59b8, #w-node-_92efadf3-c886-b3fb-306b-1b0c23450871-86ca59b8, #w-node-_9271c8f8-0d66-bbb1-ddcf-60f02ac55f25-86ca59b8, #w-node-f91632c6-18d1-daf0-4ea1-bfb258a501fb-39e40267, #w-node-_47e5d2e1-cba9-fa5c-aa46-e6762e9651b2-39e40267 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d3d34ca-340a-e044-615c-e953bd2af05e-56b2e6ab {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Helvetica neue cyr';
  src: url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue condensed';
  src: url('../fonts/HelveticaNeueBoldCondensed.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue cyr';
  src: url('../fonts/HelveticaNeueCyr-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue condensed';
  src: url('../fonts/HelveticaNeueBlackCondensed.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue cyr';
  src: url('../fonts/HelveticaNeueCyr-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue cyr';
  src: url('../fonts/HelveticaNeueCyr-UltraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue cyr';
  src: url('../fonts/HelveticaNeueCyr-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue cyr';
  src: url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}