@media only screen and (max-width: 767px) {
  .relex_smile_banner .relex_smile_overlay_text {
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 85% !important;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.section_intro h1 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .section_intro h1 {
    font-size: 24px;
  }
}
.section_intro p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}

.second_section .eye_surgery_info h2 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .second_section .eye_surgery_info h2 {
    font-size: 20px;
  }
}
.second_section .eye_surgery_info p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}

.benefits_section .benefits_info h2 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .benefits_section .benefits_info h2 {
    font-size: 20px;
  }
}
.benefits_section .benefits_info h5 {
  color: #333;
  font-family: "Work Sans";
  font-size: 16px;
}
.benefits_section .benefits_info p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 14px;
}
.benefits_section .benefits_info .bullet_img {
  position: relative;
}
.benefits_section .benefits_info .bullet_img .points1 {
  list-style: none;
}
.benefits_section .benefits_info .bullet_img .points1::before {
  content: url(../front/images/smile/1_icon.png);
  position: absolute;
  height: 71px;
  width: 100px;
  top: 18px;
  left: -4px;
  list-style: none;
}
.benefits_section .benefits_info .bullet_img .points1 h5 {
  color: #333;
  font-family: "Work Sans";
  font-size: 22px;
}
.benefits_section .benefits_info .bullet_img .points1 p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}
.benefits_section .benefits_info .bullet_img .points2 {
  list-style: none;
}
.benefits_section .benefits_info .bullet_img .points2::before {
  content: url(../front/images/smile/2_icon.png);
  position: absolute;
  height: 71px;
  width: 100px;
  top: 191px;
  left: -4px;
  list-style: none;
}
.benefits_section .benefits_info .bullet_img .points2 h5 {
  color: #333;
  font-family: "Work Sans";
  font-size: 22px;
}
.benefits_section .benefits_info .bullet_img .points2 p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}
.benefits_section .benefits_info .bullet_img .points3 {
  list-style: none;
}
.benefits_section .benefits_info .bullet_img .points3::before {
  content: url(../front/images/smile/1_icon.png);
  position: absolute;
  height: 71px;
  width: 100px;
  top: 299px;
  left: -4px;
  list-style: none;
}
.benefits_section .benefits_info .bullet_img .points3 h5 {
  color: #333;
  font-family: "Work Sans";
  font-size: 22px;
}
.benefits_section .benefits_info .bullet_img .points3 p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}
.benefits_section .benefits_info .bullet_img .points4 {
  list-style: none;
}
.benefits_section .benefits_info .bullet_img .points4::before {
  content: url(../front/images/smile/4_icon.png);
  position: absolute;
  height: 71px;
  width: 100px;
  top: 442px;
  left: -4px;
  list-style: none;
}
.benefits_section .benefits_info .bullet_img .points4 h5 {
  color: #333;
  font-family: "Work Sans";
  font-size: 22px;
}
.benefits_section .benefits_info .bullet_img .points4 p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}
.benefits_section .btn-1 {
  border-radius: 4px;
  background: #1c348c;
  color: #fff;
  font-family: "Work Sans";
  font-size: 17px;
}
.benefits_section .btn-1 :hover {
  border-radius: 4px;
  background: #0d6efd;
  color: #fff;
  font-family: "Work Sans";
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .benefits_section .btn-1 {
    font-size: 14px;
  }
}

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

.Eligibility {
  background: url(../front/images/smile/procdure_bg.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  max-width: 100%;
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .Eligibility {
    background: #fbfdfd;
    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: 100%;
  max-width: 98%;
  height: 80%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@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;
  }
}

.faq .faq_heading {
  color: #333;
  font-family: "Work Sans";
  font-size: 36px;
}
.faq .faq_1 h3 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .faq .faq_1 h3 {
    font-size: 20px;
  }
}
.faq .faq_1 p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}
.faq .faq_2 h3 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .faq .faq_2 h3 {
    font-size: 20px;
  }
}
.faq .faq_2 p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}
.faq .faq_3 h3 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .faq .faq_3 h3 {
    font-size: 20px;
  }
}
.faq .faq_3 p {
  color: #666;
  text-align: justify;
  font-family: "Work Sans";
  font-size: 16px;
}

.hero-body h1 {
  color: #333;
  font-family: "Work Sans";
  font-size: 28px;
  margin-bottom: 1em;
}

.hero-body h3 {
  font-size: 20px;
  font-weight: 900;
  color: #1c348c;
}/*# sourceMappingURL=smile.css.map */