h2 {
  color: #365888;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #365888;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: #333;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 1.75em;
}

.cost-hero-jm {
  height: 100vh;
  background-image: url('../images/cost-calculating.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.double_line_div {
  width: 100%;
  height: 1px;
  background-color: #45555f;
}

.double_line_div.pink {
  background-color: #acdfff;
}

.single_line_div {
  width: 50%;
  height: 1px;
  background-color: #45555f;
}

.single_line_div.cost {
  width: 30%;
}

.single_line_div.ways, .single_line_div.faq {
  width: 50%;
  background-color: #acdfff;
}

.slide_label_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.slide_label_wrapper.cost {
  justify-content: space-between;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #051c3c;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 30px 15px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.button:hover {
  color: #fff;
  background-color: #365888;
}

.button.light {
  color: #051c3c;
  background-color: #acdfff;
}

.button.light:hover {
  background-color: #fff;
}

.button.light.marg {
  margin-bottom: 20px;
}

.button.cost {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 20px;
  margin-left: 7%;
  padding-top: 18px;
  font-family: Roboto, sans-serif;
}

.button.cost:hover {
  color: #5385cc;
  border-color: #5385cc;
}

.doble_line_wrapper {
  width: 5%;
  height: 30px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.doble_line_wrapper.section {
  width: 10%;
  height: 20px;
}

.slide_tagline_wrapper {
  width: 45%;
  position: relative;
  top: 40%;
  left: 5%;
}

.slide_tagline_wrapper.evo-title {
  width: auto;
  top: 0%;
  left: 0%;
}

.slide_tagline {
  height: auto;
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  padding-top: 18px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.slide_tagline_small-cost {
  text-transform: none;
  margin-bottom: 12px;
  margin-left: 7%;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.5em;
}

.pricing-details-jm {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-details-wrapper-div {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.h2-center {
  text-align: center;
  font-family: Roboto, sans-serif;
}

.p-center {
  text-align: center;
}

.link {
  color: #5385cc;
  text-decoration: none;
}

.link:hover {
  color: #acdfff;
}

.pricing-details-holder {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.pricing-details-div {
  width: 31%;
  background-color: rgba(172, 223, 255, .2);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .11);
}

.h3-center {
  text-align: center;
}

.text-block {
  margin-bottom: 10px;
}

.custom-quote-cta {
  min-height: 35vh;
  background-image: url('../images/young-man-using-cellphone.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.custom-quote-cta-div {
  width: 40%;
  min-height: 25vh;
  background-color: rgba(5, 28, 60, .85);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 26px;
  display: flex;
}

.h2-white {
  color: #fff;
}

.ways-to-pay-jm {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.ways-to-pay-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section_label_wrapper {
  width: 70%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.section_label {
  color: #acdfff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 0;
  font-family: Roboto, sans-serif;
}

.way-to-pay-div {
  justify-content: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.way-to-pay-div.top {
  margin-top: 50px;
}

.way-to-pay-1-div {
  width: 100%;
  min-height: 125px;
  border: 2px solid #051c3c;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.big-text-and-number {
  min-width: 330px;
  color: #051c3c;
  margin-right: 15px;
  font-size: 2em;
  line-height: 1.2em;
}

.big-text-and-number._2 {
  min-width: 330px;
  color: #365888;
}

.big-text-and-number._3 {
  min-width: 330px;
  color: #5385cc;
}

.big-text-and-number._4 {
  min-width: 330px;
  color: #acdfff;
}

.way-to-pay-2-div {
  width: 100%;
  min-height: 125px;
  border: 2px solid #365888;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.way-to-pay-3-div {
  width: 100%;
  min-height: 125px;
  border: 2px solid #5385cc;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.way-to-pay-4-div {
  width: 100%;
  min-height: 125px;
  border: 2px solid #acdfff;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.lasik-cost-faqs-section {
  background-color: #051c3c;
  padding-top: 100px;
  padding-bottom: 70px;
}

.lasik-cost-faq-wrapper-div {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.faq2_question {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.section_faq2 {
  width: 100%;
  margin-top: 50px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq2_answer {
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.faq2_icon {
  width: 2rem;
  filter: invert();
  align-self: flex-start;
  margin-left: 1.5rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.faq2_component {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 30px;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.p-white {
  color: #fff;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-wrapper-jm {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  max-width: 40%;
}

.cost-wrapper {
  max-width: 50%;
  margin-bottom: -8%;
}

.kt-blocks-accordion-header{
  background-color: transparent !important;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .cost-hero-jm {
    height: 600px;
    background-position: 30%;
    align-items: flex-end;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .single_line_div.cost {
    width: 15%;
  }

  .single_line_div.ways, .single_line_div.faq {
    width: 42%;
  }

  .button {
    text-align: center;
  }

  .button.cost {
    margin-top: 0;
  }

  .slide_tagline_wrapper {
    width: 55%;
    top: 64%;
    left: 3%;
  }

  .slide_tagline_wrapper.evo-title {
    width: auto;
    top: 51%;
    left: 3%;
  }

  .slide_tagline {
    font-size: 2vw;
  }

  .slide_tagline_small-cost {
    font-size: 3vw;
  }

  .pricing-details-jm {
    padding-bottom: 70px;
  }

  .pricing-details-holder {
    flex-direction: column;
  }

  .pricing-details-div {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  .custom-quote-cta {
    min-height: 0;
    background-position: 100%;
    background-attachment: scroll;
    padding-right: 0%;
  }

  .custom-quote-cta-div {
    width: 55%;
    min-height: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 50px 25px;
  }

  .section_label_wrapper {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 19px;
  }

  .section_label {
    letter-spacing: 8px;
  }

  .big-text-and-number {
    min-width: 250px;
    font-size: 1.5em;
  }

  .big-text-and-number._2, .big-text-and-number._3, .big-text-and-number._4 {
    min-width: 250px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1.2rem;
  }

  .image {
    max-width: 50%;
  }

  .cost-wrapper {
    max-width: 65%;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .cost-hero-jm {
    height: 400px;
  }

  .single_line_div.cost {
    width: 0%;
  }

  .slide_label_wrapper {
    margin-bottom: 12px;
  }

  .button.cost {
    margin-top: 10px;
    margin-left: 10%;
    padding: 13px 20px;
  }

  .doble_line_wrapper, .doble_line_wrapper.section {
    width: 10%;
  }

  .slide_tagline_wrapper {
    width: 45%;
    top: 141px;
  }

  .slide_tagline_wrapper.evo-title {
    position: static;
    top: 105px;
  }

  .slide_tagline {
    margin-left: 6px;
    margin-right: 6px;
  }

  .slide_tagline_small-cost {
    margin-bottom: 0;
    margin-left: 10%;
    font-size: 4vw;
    line-height: 1.2em;
  }

  .pricing-details-jm {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .custom-quote-cta {
    min-height: 25vh;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .custom-quote-cta-div {
    padding: 15px;
  }

  .h2-white {
    font-size: 1.5em;
  }

  .ways-to-pay-jm {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section_label {
    letter-spacing: 5px;
    font-size: .9em;
  }

  .way-to-pay-div.top {
    margin-top: 0;
  }

  .way-to-pay-1-div, .way-to-pay-2-div, .way-to-pay-3-div, .way-to-pay-4-div {
    flex-direction: column;
  }

  .lasik-cost-faqs-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .faq2_question {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .pricing-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image, .cost-wrapper {
    max-width: 65%;
  }
}

@media screen and (max-width: 479px) {
  .cost-hero-jm {
    height: 600px;
    background-position: 50%;
    padding: 0;
    background-image: url('../images/cost-calculatin_mbl.jpg') !important;
  }

  .single_line_div.ways {
    width: 25%;
  }

  .single_line_div.faq {
    width: 45%;
  }

  .button {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cost {
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .doble_line_wrapper.section {
    width: 5%;
  }

  .slide_tagline_wrapper {
    width: 80%;
    top: 64%;
  }

  .slide_tagline_wrapper.evo-title {
    width: auto;
    top: 65%;
  }

  .slide_tagline {
    font-size: 3vw;
  }

  .slide_tagline_small-cost {
    margin-left: 0%;
    font-size: 6vw;
    font-weight: 500;
  }

  .h2-center {
    font-size: 1.8em;
  }

  .h3-center {
    font-size: 1.5em;
  }

  .custom-quote-cta {
    min-height: 0;
    padding: 0;
    background-image: none;
  }

  .custom-quote-cta-div {
    width: 100%;
    background-color: #051c3c;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 50px 5%;
  }

  .section_label {
    letter-spacing: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
  }

  .lasik-cost-faqs-section {
    padding-bottom: 10px;
  }

  .faq2_question {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_faq2 {
    margin-top: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-large {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-size-medium.text-weight-bold {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .image {
    max-width: 100%;
  }

  .cost-wrapper {
    max-width: none;
    background-color: rgba(255, 255, 255, .84);
    padding: 10px;
    margin-bottom: 0;
  }

  .heading {
    font-size: 1.8em;
  }
}


