:root {
  --orange-red: #00404c;
  --dim-grey: #09d4d4;
  --black: #333;
  --white: white;
  --dark-slate-blue: #01252d;
  --black-2: black;
  --grey\<deleted\|variable-9063984d\>: #98867d;
  --alice-blue\<deleted\|variable-e5fb20f0\>: #e9eef3;
  --white-smoke: #d6f1f1;
}

h2 {
  color: var(--orange-red);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--black);
  font-family: Barlow, sans-serif;
  font-size: 1em;
  line-height: 1.75em;
}

.brand {
  max-height: none;
  max-width: none;
  min-width: 0;
  padding: 8px 5px 5px 20px;
}

.navbar {
  height: 95px;
  background-color: var(--white);
  justify-content: space-between;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 17px rgba(0, 0, 0, .07);
}

.nav_link {
  color: var(--orange-red);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  color: #09d4d4;
}

.nav_link.blue {
  background-color: var(--orange-red);
  color: var(--white);
}

.nav_link.blue:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.nav_icon {
  height: 30px;
  margin-right: 10px;
}

.nav-menu {
  height: 95px;
  align-items: center;
  padding-top: .2%;
  padding-bottom: .2%;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.hero {
  height: 100vh;
  background-image: linear-gradient(93deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)), url('../images/happy-couple-on-the-beach.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding: 100px 100px 100px 75px;
  display: flex;
}

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

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

.single_line_div {
  width: 30%;
  height: 1px;
  background-color: var(--orange-red);
}

.double_line_div {
  width: 100%;
  height: 1px;
  background-color: var(--orange-red);
}

.button {
  background-color: var(--orange-red);
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-size: .9em;
  font-weight: 500;
}

.button:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.button.marg {
  color: #09d4d4;
  margin-right: 15px;
}

.button.marg:hover {
  background-color: var(--dark-slate-blue);
}

.button.black {
  border: 1px solid var(--black-2);
  color: var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button.black:hover {
  background-color: var(--black-2);
  color: var(--white);
}

.button.black {
  background-color: var(--black-2);
  color: var(--white);
  border-style: none;
}

.button.black:hover {
  background-color: var(--orange-red);
  color: var(--black-2);
}

.button.mobile {
  margin-right: 15px;
}

.button.mobile:hover {
  background-color: var(--black-2);
}

.slide_tagline {
  height: 50px;
  background-color: var(--orange-red);
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  padding: 0 5px 0 10px;
  font-family: Barlow, sans-serif;
  font-size: .8em;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.hero-wrapper-div {
  width: 50%;
  position: relative;
  top: 0%;
  left: 0%;
}

.hero-tagline-text {
  color: var(--orange-red);
  text-transform: none;
  margin-bottom: 20px;
  margin-left: 0%;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

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

.selftest-wrapper-div {
  width: 90%;
  max-width: 1600px;
  border-top: 1px solid var(--grey\<deleted\|variable-9063984d\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.h2 {
  background-color: var(--white);
  color: var(--orange-red);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 1%;
  padding-right: 1%;
  font-family: Playfair Display, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
  position: absolute;
  top: -30px;
}

.h2.left {
  color: var(--dark-slate-blue);
  text-align: left;
}

.h2.left.center-white {
  color: var(--white);
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0%;
  padding-right: 0%;
  font-size: 3em;
  position: static;
}

.h2.sub {
  text-transform: none;
  font-size: 2em;
  position: static;
}

.h2.gray {
  background-color: var(--orange-red);
  color: var(--white);
}

.par {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
}

.par.center {
  text-align: center;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
}

.par.center.large {
  font-size: 1.5em;
}

.par.white {
  color: var(--white);
  color: #fff;
}

.what-are-cataracts-wrapper-div {
  width: 90%;
  max-height: 500px;
  max-width: none;
  min-height: 400px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-48 {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.photo-48 {
  width: 48%;
  object-fit: cover;
  overflow: hidden;
}

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

.cataract-symptom-wrapper-div {
  width: 48%;
  min-height: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: -1px;
  margin-right: 0;
  display: flex;
}

.h4 {
  color: var(--alice-blue\<deleted\|variable-e5fb20f0\>);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.testimonial-section {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/pensacola.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-holder {
  min-height: 0;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.testimonial {
  width: 32%;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px 0;
  display: flex;
}

.image-48 {
  max-width: 125px;
  margin-bottom: 20px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-wrapper-div {
  width: 90%;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-left-40 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field::-ms-input-placeholder {
  font-family: Barlow, sans-serif;
}

.text-field::placeholder {
  font-family: Barlow, sans-serif;
}

.text-area::-ms-input-placeholder {
  font-family: Barlow, sans-serif;
}

.text-area::placeholder {
  font-family: Barlow, sans-serif;
}

.footer-right-48 {
  width: 90%;
  padding-top: 0;
  padding-left: 0;
}

.copyright {
  background-color: var(--orange-red);
  background-image: linear-gradient(to top, var(--dark-slate-blue), rgba(255, 255, 255, 0));
  color: var(--alice-blue\<deleted\|variable-e5fb20f0\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 15px 50px;
  display: flex;
}

.image-49 {
  height: 75px;
  max-height: none;
  max-width: none;
  object-fit: contain;
}

.text-symptoms {
  width: 100%;
  background-color: rgba(1, 37, 45, .8);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.form-block {
  width: 80%;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.location-holder {
  width: 19%;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-holder-100 {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

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

.check-mark-holder {
  color: var(--white);
  align-items: center;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.check-mark-holder.bottom {
  margin-bottom: 30px;
}

.image-50 {
  width: 40px;
  margin-right: 15px;
}

.what-is-lasik {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.lasik-right-section {
  min-height: 80vh;
  background-image: url('../images/happy-young-woman-beach.jpg');
  background-position: 30% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0% 100px 5%;
  display: flex;
}

.how-works-section {
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

.meet-doc-section {
  min-height: 0;
  background-color: var(--orange-red);
  background-image: linear-gradient(to top, var(--dark-slate-blue), rgba(255, 255, 255, 0) 78%, rgba(255, 255, 255, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.selftest-wrapper-div-copy {
  width: 90%;
  max-width: 1600px;
  border-top: 1px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.doc-holder {
  width: 100%;
  max-height: 500px;
  min-height: 400px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.doc-photo-div {
  width: 30%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  margin-bottom: 0;
  overflow: hidden;
}

.text-68 {
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-51 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.trust-section {
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-52 {
  max-height: 100px;
  margin-bottom: 0;
}

.trust-wrapper {
  width: 90%;
  max-width: 1600px;
  border-top: 1px solid var(--grey\<deleted\|variable-9063984d\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.lasik-cost-section {
  min-height: 500px;
  background-color: var(--dim-grey);
  display: flex;
}

.photo-50 {
  width: 50%;
  object-fit: cover;
  overflow: hidden;
}

.text-50-white {
  width: 50%;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 30px;
  padding: 50px;
  display: flex;
}

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

.mobile-buttons {
  display: none;
}

.h2-white {
  color: var(--white);
}

.h3-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

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

.h2-center-white {
  color: var(--white);
  text-align: center;
}

.link {
  color: var(--orange-red);
}

.link:hover {
  color: var(--dim-grey);
}

.button-white {
  background-color: var(--white);
  color: var(--orange-red);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-size: .9em;
  font-weight: 500;
}

.button-white:hover {
  background-color: var(--orange-red);
  color: #fff;
}

.button-white.marg {
  margin-right: 15px;
}

.button-white.marg:hover {
  background-color: var(--dark-slate-blue);
}

.doc-div {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.p-white {
  color: var(--white);
}

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

  .brand {
    padding-left: 10px;
  }

  .navbar {
    height: auto;
    display: block;
  }

  .nav_link {
    justify-content: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_icon {
    height: 20px;
  }

  .nav-menu {
    height: auto;
    background-color: var(--white);
    padding-top: 0%;
    padding-bottom: 0%;
    padding-right: 0;
    position: absolute;
  }

  .hero {
    height: 800px;
    background-image: url('../images/happy-couple-on-the-beach.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: flex-end;
    margin-top: 0;
    padding-bottom: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .slide_label_wrapper {
    margin-bottom: 10px;
  }

  .button {
    margin-left: 0;
    margin-right: 0;
  }

  .button.marg {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .button.black {
    text-align: center;
  }

  .button.mobile {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .slide_tagline {
    font-size: 2vw;
  }

  .hero-wrapper-div {
    width: 100%;
    background-color: rgba(245, 245, 245, .67);
    padding: 10px;
    top: auto;
    left: auto;
  }

  .hero-tagline-text {
    font-size: 3.5em;
  }

  .h2 {
    font-size: 2em;
    top: -20px;
  }

  .what-are-cataracts-wrapper-div {
    max-height: none;
    min-height: 0;
    flex-direction: column;
  }

  .text-48 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .photo-48 {
    width: 100%;
    max-height: 400px;
    margin-top: 0;
  }

  .button-holder {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .cataract-symptom-wrapper-div {
    width: 100%;
    background-color: var(--black-2);
    flex-direction: column;
    margin-left: 0;
  }

  .testimonial-section {
    padding-bottom: 80px;
  }

  .testimonial-holder {
    flex-direction: column;
  }

  .testimonial {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-left-40 {
    width: 100%;
    align-items: flex-start;
  }

  .footer-right-48 {
    padding-top: 0;
    padding-left: 0;
  }

  .icon {
    color: var(--dim-grey);
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-49 {
    height: 40px;
    max-height: none;
  }

  .text-symptoms {
    width: 100%;
    background-color: var(--dark-slate-blue);
    padding: 100px 5%;
  }

  .form-block {
    width: 100%;
  }

  .form {
    align-items: flex-start;
  }

  .location-holder {
    width: 100%;
  }

  .location-holder-100 {
    flex-direction: column;
    margin-top: 0;
  }

  .what-is-lasik {
    padding-top: 70px;
  }

  .lasik-right-section {
    min-height: 0;
    padding: 0;
  }

  .how-works-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .doc-holder {
    max-height: none;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .doc-photo-div {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
  }

  .text-68 {
    width: 100%;
  }

  .lasik-cost-section {
    min-height: 0;
    flex-direction: column;
  }

  .photo-50 {
    width: 100%;
  }

  .photo-50.cost {
    display: none;
  }

  .text-50-white {
    width: auto;
    margin: 20px;
    padding: 30px;
  }

  .mobile-buttons {
    flex-direction: row;
    align-items: flex-start;
    display: none;
  }

  .button-white {
    margin-left: 0;
    margin-right: 0;
  }

  .button-white.marg {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    min-width: 125px;
    padding-left: 5px;
  }

  .nav_link {
    font-size: .9em;
    line-height: 1em;
  }

  .hero {
    height: 500px;
    padding-top: 0;
  }

  .slide_label_wrapper {
    margin-bottom: 12px;
  }

  .doble_line_wrapper {
    width: 7%;
  }

  .single_line_div {
    width: 45%;
  }

  .button {
    text-align: center;
    margin-right: 10px;
  }

  .button.black {
    text-align: center;
    background-color: var(--dark-slate-blue);
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.black:hover {
    color: var(--dim-grey);
  }

  .button.mobile {
    margin-right: 0;
  }

  .button.mobile:hover {
    background-color: var(--dark-slate-blue);
  }

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

  .hero-wrapper-div {
    width: 100%;
    padding: 10px 10px 0;
    top: auto;
  }

  .hero-tagline-text {
    margin-bottom: 10px;
    margin-left: 0%;
    font-size: 3em;
  }

  .self-test-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .h2.left.center-white {
    font-size: 2em;
  }

  .par.center.large {
    font-size: 1.5em;
  }

  .what-are-cataracts-wrapper-div {
    flex-direction: column;
  }

  .photo-48 {
    width: 100%;
    max-height: 350px;
    margin-top: 20px;
  }

  .button-holder.top {
    display: none;
  }

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

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-wrapper-div {
    flex-direction: column;
  }

  .footer-left-40 {
    width: 100%;
  }

  .footer-right-48 {
    margin-top: 20px;
    padding-left: 0;
  }

  .copyright {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .image-49 {
    height: 35px;
    max-height: none;
  }

  .text-symptoms {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .location-holder-100 {
    margin-bottom: 0;
  }

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

  .what-is-lasik {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .lasik-right-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .how-works-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .meet-doc-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .doc-photo-div {
    height: 300px;
  }

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

  .lasik-cost-section {
    flex-direction: column;
  }

  .photo-50 {
    width: 100%;
  }

  .text-50-white {
    width: auto;
  }

  .mobile-buttons {
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-white {
    text-align: center;
    margin-right: 10px;
  }
}

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

  .brand {
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_icon {
    height: 20px;
  }

  .nav-menu {
    height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .hero {
    height: 600px;
    background-image: url('../images/happy-couple-on-the-beach.jpg');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .single_line_div {
    width: 18%;
  }

  .button {
    margin-bottom: 8px;
    margin-right: 0;
    line-height: 1.2em;
  }

  .button.marg {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.black {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .button.mobile {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .slide_tagline {
    font-size: 3vw;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px;
    top: auto;
  }

  .hero-tagline-text {
    margin-left: 0%;
    font-size: 3em;
    font-weight: 500;
  }

  .selftest-wrapper-div {
    padding-top: 30px;
  }

  .h2 {
    font-size: 1.5em;
    top: -15px;
  }

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

  .h2.sub {
    font-size: 1.2em;
  }

  .h2.gray {
    position: static;
  }

  .par.center.large {
    font-size: 1.2em;
  }

  .button-holder {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .h4 {
    font-size: 1em;
  }

  .testimonial-holder {
    margin-top: 0;
  }

  .footer {
    padding-bottom: 30px;
  }

  .copyright {
    padding-bottom: 100px;
  }

  .image-49 {
    height: 35px;
    max-height: none;
  }

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

  .check-mark-holder {
    align-items: flex-start;
  }

  .image-50 {
    width: 30px;
  }

  .what-is-lasik {
    padding-bottom: 0;
  }

  .meet-doc-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .selftest-wrapper-div-copy {
    border-top-style: none;
    padding-top: 30px;
  }

  .doc-holder {
    width: 100%;
  }

  .doc-photo-div {
    width: 100%;
    height: 375px;
  }

  .trust-wrapper {
    padding-top: 30px;
  }

  .text-50-white.cost {
    margin: 10px;
    padding: 20px;
  }

  .mobile-buttons {
    width: 100%;
  }

  .button-white {
    margin-bottom: 0;
    margin-right: 0;
    line-height: 1.2em;
  }

  .button-white.marg {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .doc-div {
    flex-direction: column;
  }
}


