* {
  font-family: "Montserrat", sans-serif !important;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.common_btn {
  background-color: #D9251D;
  color: white;
  padding: 8px 18px 8px 18px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  text-decoration: none;
  outline-style: none;
  margin: 5px;
}

.common_btn:hover {
  color: white;
}

.navbar_top {
  padding: 10px 0px;
}
.navbar_top .logo img {
  width: 43% !important;
}

.banner {
  background-color: red;
  background-color: transparent;
  background-image: linear-gradient(130deg, #FED501 0%, #FFC000 100%);
  padding-top: 30px;
}
.banner h5 {
  color: #193785;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
}
.banner h1 {
  color: #193785;
  font-size: 30px;
  font-weight: 700;
}
.banner h4 {
  color: #193785;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
.banner .common_btn {
  margin: 0px !important;
}

.YourNaturalText_text {
  padding: 50px 0px;
  background-color: #E5E5E5;
}
.YourNaturalText_text p {
  text-align: center;
  padding: 0px 100px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.why_choose_lasik_treatment {
  padding: 50px 0px;
  background-color: #E5E5E5;
}
.why_choose_lasik_treatment img {
  width: 100%;
}
.why_choose_lasik_treatment h4 {
  color: #193785;
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
}
.why_choose_lasik_treatment .box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 170px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  text-align: center;
}
.why_choose_lasik_treatment .box p {
  line-height: 20px;
  font-size: 18px;
  color: #193785;
  font-weight: 700;
}
.why_choose_lasik_treatment .common_btn {
  margin: 0px;
  margin-top: 25px;
}

.reviews {
  padding: 50px 0px;
}
.reviews .reviews_img_box {
  text-align: center;
}
.reviews .reviews_img_box img {
  width: 20%;
  margin-bottom: 20px;
}
.reviews .reviews_img_box p {
  line-height: 30px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.Vision_Care {
  padding: 50px 0px;
  background-image: url("../images/bgimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}
.Vision_Care h4 {
  line-height: 37px;
  font-size: 24px;
  font-weight: 500;
}
.Vision_Care .pera {
  font-size: 14px;
  font-weight: 400;
}
.Vision_Care .box {
  border-radius: 5px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.3);
}
.Vision_Care .box h1 {
  font-size: 56px;
  font-weight: 500;
}
.Vision_Care .box p {
  font-size: 16px;
  font-weight: 500;
}
.Vision_Care .common_btn {
  margin-top: 50px;
}

.form_web {
  padding: 40px 0px;
}
.form_web h4 {
  text-align: center;
  line-height: 37px;
  font-size: 24px;
  font-weight: 700;
  color: #193785;
}
.form_web .form_web_main {
  width: 55%;
  margin: 30px auto;
}

.common_form input {
  color: #7A7A7A;
  background-color: #F1F1F1;
  padding: 10px;
}
.common_form .common_btn {
  width: 100%;
  margin: 0px;
}
.common_form input[type=submit] {
  background-color: #D9251D;
  color: white;
  outline-style: none;
  border: none;
}

.footer {
  padding: 50px 0px;
  background-color: #19347D;
  color: white;
}
.footer h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.footer ul {
  padding: 0px;
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.footer ul li a i {
  margin-right: 10px;
}

.faq {
  padding: 40px 0px;
  background-color: white;
}
.faq h5 {
  font-size: 22px;
  color: #193785;
  font-weight: 700;
  text-align: center;
}

.faq_main {
  width: 90%;
  margin: 30px auto;
}
.faq_main .accordion-button {
  background-color: #F5F5F5;
  color: #193785;
}
.faq_main .accordion-body {
  color: #000000 !important;
}

.testimonials {
  padding: 50px 0px;
  background-color: #F5F5F5;
}
.testimonials h4 {
  color: #193785;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.testimonials .item {
  border: none;
}
.testimonials .item .item_main p {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  opacity: 0.6;
}
.testimonials .item .item_main h5 {
  color: #D9251D;
  font-size: 15px;
  font-weight: bold;
}

.footer_buttons .btn {
  width: 100%;
  background-color: #D9251D;
  border-radius: 0px !important;
  text-decoration: none;
   visibility: hidden;
}
.footer_buttons a {
  text-decoration: none;
  color: white;
}

/* Mobile screen */
@media only screen and (max-width: 600px) {
  .common_btn {
    font-size: 12px;
  }
  .navbar_top .num-section {
    margin-top: 10px;
    text-align: center;
  }
  .navbar_top .num-section .common_btn {
    font-size: 16px;
    padding: 8px 10px 8px 10px;
  }
  .navbar_top .logo {
    text-align: center;
  }
  .navbar_top .logo img {
    width: 100% !important;
  }
  .form_web .form_web_main {
    width: 100%;
    margin: 30px auto;
  }
  .banner {
    padding-bottom: 20px;
  }
  .banner .row {
    display: flex;
    flex-flow: column-reverse;
    padding: 0px 10px;
  }
  .banner .row h1 {
    font-size: 30px;
    font-weight: bold !important;
    margin: 20px 0px;
  }
  .banner .row .common_btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    margin-top: 30px !important;
  }
  .YourNaturalText_text p {
    text-align: center;
    padding: 0px;
  }
  .why_choose_lasik_treatment {
    padding: 10px 0px;
  }
  .why_choose_lasik_treatment h4 {
    line-height: 25px;
    font-size: 20px;
  }
  .why_choose_lasik_treatment .box {
    padding: 10px;
    height: auto;
  }
  .why_choose_lasik_treatment .box p {
    margin-top: 10px;
  }
  .why_choose_lasik_treatment .common_btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    margin-top: 30px !important;
  }
  .why_choose_lasik_treatment img {
    padding: 25px 0px;
  }
  .reviews .reviews_img_box img {
    width: 100%;
  }
  .reviews .common_btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    margin-top: 30px !important;
  }
  .Vision_Care .common_btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    margin-top: 30px !important;
  }
  .form_web .common_btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    margin-top: 30px !important;
  }
  .form_web h4 {
    line-height: 25px;
    font-size: 20px;
  }
  .testimonials .common_btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    margin-top: 30px !important;
  }
  .faq {
    padding: 20px 5px;
  }
  .faq_main {
    width: 100%;
  }
  .faq_main .common_btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    margin-top: 30px !important;
  }
  .footer_buttons .btn {
    font-size: 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    margin-top: 30px !important;
    visibility: visible;
  }
}/*# sourceMappingURL=main.css.map */