.smile_procedure_banner .smile_procedure_text {
  top: 35% !important;
  width: -moz-fit-content;
  width: fit-content;
  color: #222;
  font-family: "Work Sans";
  font-size: 48px;
  position: absolute;
  width: 704px;
  margin-left: 100px;
}
.smile_procedure_banner p {
  width: -moz-fit-content;
  width: fit-content;
  color: #222;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .smile_procedure_banner p {
    font-size: 14px;
  }
}

.smile_procedure_mobile_banner .smile_procedure_text1 {
  font-size: 48px;
  top: 66% !important;
  margin-left: none !important;
  color: #fff;
  font-family: "Work Sans";
  font-size: 44px;
  position: absolute;
  padding: 26px;
  width: none !important;
}
.smile_procedure_mobile_banner .smile_procedure_text1 p {
  font-size: 14px;
}

.smile_heading h2 {
  color: #000;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .smile_heading h2 {
    font-size: 20px;
  }
}

.section_intro .procedure_col h4 {
  color: #000;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 1040px) {
  .section_intro .procedure_col h4 {
    font-size: 20px;
  }
}
.section_intro .procedure_col p {
  color: #000;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 18px;
}
.section_intro .alignment {
  padding: 10px;
}
.section_intro .alignment h4 {
  color: #000;
  font-family: "Work Sans";
  font-size: 22px;
  margin-top: 1.5em;
}
.section_intro .alignment p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.section_intro .alignment h1 {
  color: #000;
  font-family: "Work Sans";
  font-size: 16px;
  top: -66px;
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(234, 228, 228, 0.29);
  z-index: -1;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.section_intro .alignment h1 span {
  color: #1a579d;
  font-family: "Work Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.86px;
}
.section_intro .box {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-right: 0px;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.section_intro .box1 {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-right: 0px;
  width: 100%;
  margin: auto;
}
.section_intro .alignment1 {
  padding: 10px;
}
.section_intro .alignment1 h4 {
  color: #000;
  font-family: "Work Sans";
  font-size: 16px;
}
.section_intro .alignment1 p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.section_intro .alignment1 h1 {
  color: #000;
  font-family: "Work Sans";
  font-size: 10px;
  top: 217px !important;
  position: absolute;
  left: 9px;
}
.section_intro .alignment1 h1 span {
  color: #1a579d;
  font-family: "Work Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.86px;
}
.section_intro .bg_img {
  padding-right: 46%;
  position: absolute;
}

.advantages h2 {
  color: #000;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .advantages h2 {
    font-size: 20px;
  }
}
.advantages .card_box {
  height: 237px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .advantages .card_box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    height: 166px;
    flex-shrink: 0;
    margin: auto;
  }
}
.advantages .card_box .box {
  padding-top: 10%;
  padding-left: 4%;
  padding-right: 4%;
}
@media only screen and (max-width: 767px) {
  .advantages .card_box .box {
    padding-top: 5%;
  }
}
.advantages .card_box .box h2 {
  color: #000;
  font-family: "Work Sans";
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .advantages .card_box .box h2 {
    font-size: 20px;
  }
}
.advantages .card_box .box p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}

.Eligibility {
  background: url(../front/images/smile/eligibility_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 98%;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .Eligibility {
    background: #fbfdfd;
    background-position: center;
    background-size: cover;
    max-width: none !important;
  }
}
.Eligibility .Eligibility_info h3 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .Eligibility .Eligibility_info h3 {
    font-size: 20px;
  }
}
.Eligibility .Eligibility_info p {
  color: #333;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}
.Eligibility .btn-1 {
  border-radius: 4px;
  background: #1c348c;
  color: #fff;
  font-family: "Work Sans";
  font-size: 17px;
  width: 99%;
}
@media only screen and (max-width: 767px) {
  .Eligibility .btn-1 {
    font-size: 14px;
    width: none !important;
  }
}

.astigmatism_section {
  background: url(../front/images/smile/astigmatisam_bg.png);
  background-position: center;
  background-size: cover;
  max-width: 98%;
}
@media only screen and (max-width: 600px) {
  .astigmatism_section {
    background: #f4dec7;
    background-position: center;
    background-size: cover;
    max-width: none !important;
  }
}
.astigmatism_section .astigmatism_info h3 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .astigmatism_section .astigmatism_info h3 {
    font-size: 20px;
  }
}
.astigmatism_section .astigmatism_info p {
  color: #333;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}
.astigmatism_section .btn-1 {
  border-radius: 4px;
  background: #1c348c;
  color: #fff;
  font-family: "Work Sans";
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .astigmatism_section .btn-1 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .section_intro .alignment h1 {
    top: -18px !important;
    z-index: 0;
  }
}/*# sourceMappingURL=smile_procedure.css.map */