body {
  height: 100%;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: #fff;
}

.logo {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 30px;
}

.navlink {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #2c1858;
}

.navlink.w--current {
  color: #f897ec;
}

.navmenu {
  width: 100%;
  background-color: #50348b;
  box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, .18);
  text-align: center;
}

.main_section {
  height: 100vh;
  margin-top: 113px;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .71), transparent 55%), url('../images/shutterstock_749267272.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .71), transparent 55%), url('../images/shutterstock_749267272.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top_phone_div {
  width: 35%;
  padding-right: 30px;
  float: right;
  text-align: right;
}

.top_phone {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  color: #50348b;
  font-size: 30px;
  line-height: 30px;
  text-align: right;
}

.main_text_div {
  position: absolute;
  left: 0px;
  top: 125px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 50px;
  line-height: 16px;
  text-transform: uppercase;
}

.main_headline {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 27px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 68px;
  font-weight: 400;
  text-transform: uppercase;
}

.main_headline2 {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.headline_bold {
  font-size: 80px;
  line-height: 68px;
  font-weight: 800;
}

.main_form_div {
  position: relative;
  top: 29%;
  width: 40%;
  padding-left: 50px;
}

.main_form {
  width: 90%;
}

.main_form_headline {
  margin-top: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #50348b;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.main_btn {
  margin-right: 10px;
  padding: 18px 40px 18px 71px;
  border-radius: 40px;
  background-color: #fff;
  background-image: url('../images/appointment_icon_1appointment_icon.png');
  background-position: 11px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .26);
  font-family: 'Open Sans Condensed', sans-serif;
  color: #50348b;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.main_btn:hover {
  background-color: #50348b;
  background-image: url('../images/appointment_icon_over_1appointment_icon_over.png');
  background-position: 11px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #fff;
}

.what2expect {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.headline {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(80, 52, 139, .6);
  color: #50348b;
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
  text-align: left;
}

.headline.white {
  margin-bottom: 1px;
  border-bottom-style: none;
  border-bottom-color: hsla(0, 0%, 100%, .4);
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  font-weight: 300;
}

.headline._1 {
  width: 60%;
}

.text {
  margin-bottom: 0px;
  clear: none;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.text.q {
  font-size: 14px;
}

.video_div {
  display: inline-block;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 0px;
}

.experience {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/shutterstock_672797740.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.list {
  margin-bottom: 20px;
}

.list_item {
  margin-bottom: 10px;
  font-weight: 700;
}

.list_item._2 {
  margin-bottom: 5px;
  font-weight: 400;
}

.cataractoptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/shutterstock_603701801.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.self_test_div {
  width: 100%;
  padding-right: 50px;
  padding-left: 0px;
}

.self_test_headline {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #50348b;
  font-size: 65px;
  line-height: 62px;
  font-weight: 300;
  text-transform: uppercase;
}

.schedule_btn {
  padding: 20px 35px;
  border-radius: 35px;
  background-color: #50348b;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.schedule_btn:hover {
  background-color: #9a6afd;
}

.questions_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/shutterstock_603701801.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.question {
  margin-top: 40px;
  color: #50348b;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.q_column {
  padding-right: 15px;
  padding-left: 15px;
}

.q_row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.link {
  color: #50348b;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #814fe9;
}

.contact_section {
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #50348b;
}

.consultation_form {
  display: none;
}

.contact_column {
  padding-right: 20px;
  padding-left: 20px;
}

.contact_column.border {
  border-left: 1px dotted hsla(0, 0%, 100%, .44);
}

.text_field {
  border-style: none;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .31);
  color: #fff;
}

.submit_btn {
  padding: 12px 35px;
  border-radius: 30px;
  background-color: #fff;
  color: #50348b;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit_btn._1 {
  margin-top: 15px;
}

.submit_btn._1:hover {
  background-color: #50348b;
  color: #fff;
}

.submit_btn._1._2 {
  background-color: #50348b;
  color: #fff;
}

.submit_btn._1._2:hover {
  border: 1px solid #50348b;
  background-color: #fff;
  color: #50348b;
}

.address_text {
  margin-top: 6px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.map {
  display: none;
  height: 265px;
}

.contact_container {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.footer_div {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #1b0c3a;
}

.footer_column_right {
  text-align: right;
}

.logo_bottom {
  margin-bottom: 10px;
}

.footer_text {
  color: hsla(0, 0%, 100%, .62);
  font-size: 12px;
  line-height: 14px;
}

.disclaimer_text {
  color: hsla(0, 0%, 100%, .66);
  font-size: 12px;
  font-style: italic;
}

.footer_container {
  text-align: center;
}

.phone_mobile_section {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #50348b;
  text-align: center;
}

.phone_mobile {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
}

.success_msg {
  padding-top: 14px;
  padding-left: 0px;
  background-color: transparent;
  color: #f0bafd;
  text-align: left;
}

.error_msg {
  background-color: transparent;
  color: #fff;
}

.parallax_section {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url('../images/shutterstock_494819692.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.book_now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 135px 235px 135px 115px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn_more_div {
  width: 45%;
  margin-right: 25px;
  padding-right: 0px;
  padding-left: 50px;
}

.navigation-link {
  padding-left: 39px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #50348b;
  font-size: 30px;
}

.navigation-link:hover {
  color: #be28ac;
}

.bottom-navigation-link {
  padding-left: 0px;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 30px;
}

.bottom-navigation-link:hover {
  color: #be28ac;
}

.center-navigation-link {
  padding-left: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
  font-size: 30px;
}

.center-navigation-link:hover {
  color: #be28ac;
}

.bold-text {
  margin-bottom: 0px;
}

.form {
  width: 70%;
}

.field-label {
  color: #fff;
}

.list-item {
  text-align: left;
}

.package-div {
  width: 90%;
}

.column {
  height: 700px;
  background-image: url('../images/VISUALFREEDOM.png');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.column._2 {
  background-image: url('../images/CLARITYPLUS.png');
  background-size: 300px;
}

.column._3 {
  background-image: url('../images/CLARITYPACKAGE.png');
  background-size: 300px;
}

.column._4 {
  background-image: url('../images/BASICSURGERY.png');
}

.row {
  width: 100%;
}

.check-box-div {
  margin-top: -80px;
  padding-top: 0px;
}

.image {
  float: left;
}

.check {
  margin-top: 15px;
  margin-right: 19px;
  margin-bottom: 15px;
  float: left;
}

.check-text {
  margin-top: 17px;
  margin-bottom: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #50348b;
  font-size: 35px;
  line-height: 35px;
}

.image-2 {
  margin-top: -75px;
}

.white-div {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .73), hsla(0, 0%, 100%, .73));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .73), hsla(0, 0%, 100%, .73));
}

.heading {
  margin-top: 2px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #50348b;
  font-weight: 700;
}

.form-block {
  display: none;
}

.form-block-2 {
  display: none;
}

html.w-mod-js *[data-ix="slide-to-left"] {
  opacity: 0;
  -webkit-transform: translate(87px, 0px);
  -ms-transform: translate(87px, 0px);
  transform: translate(87px, 0px);
}

html.w-mod-js *[data-ix="slide-to-left-2"] {
  opacity: 0;
  -webkit-transform: translate(87px, 0px);
  -ms-transform: translate(87px, 0px);
  transform: translate(87px, 0px);
}

html.w-mod-js *[data-ix="slide-to-left-3"] {
  opacity: 0;
  -webkit-transform: translate(87px, 0px);
  -ms-transform: translate(87px, 0px);
  transform: translate(87px, 0px);
}
#sb-wrapper-inner{
  overflow: hidden;
}

@media (max-width: 1024px) {
    .book_now {
      padding: 135px 40px 135px 40px;
   }
}

@media (max-width: 991px) {
  .logo {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
  }
  .main_section {
    margin-top: 60px;
    background-position: 0px 0px, 50% 50%;
  }
  .top_phone {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
  }
  .main_text_div {
    top: 45%;
    width: 80%;
    padding-left: 35px;
  }
  .main_headline {
    font-size: 40px;
    line-height: 40px;
  }
  .main_headline2 {
    font-size: 20px;
    line-height: 24px;
  }
  .headline_bold {
    font-size: 50px;
    line-height: 50px;
  }
  .main_btn {
    margin-bottom: 10px;
  }
  .what2expect {
    padding: 65px 30px 0px;
  }
  .headline.white {
    font-size: 24px;
    line-height: 28px;
  }
  .experience {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cataractoptions {
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/shutterstock_603701801.jpg'), url('../images/shutterstock_603701801.jpg');
    background-position: 50% 50%, 6% 100%;
    background-size: cover, 40%;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
  }
  .self_test_div {
    width: 90%;
    padding-right: 0px;
  }
  .self_test_headline {
    font-size: 56px;
    line-height: 56px;
  }
  .questions_section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact_section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu_btn {
    background-color: #50348b;
    color: #fff;
  }
  .menu_btn:hover {
    background-color: #361e69;
  }
  .menu_btn.w--open {
    background-color: #fff;
    color: #50348b;
  }
  .book_now {
    padding: 66px 13px 66px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
  }
  .learn_more_div {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navigation-link {
    color: #50348b;
    font-size: 20px;
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .bottom-navigation-link {
    color: #fff;
    font-size: 20px;
  }
  .bottom-navigation-link.w--current {
    color: #fff;
  }
  .center-navigation-link {
    color: #fff;
    font-size: 20px;
  }
  .center-navigation-link.w--current {
    color: #fff;
  }
  .column {
    padding-top: 0px;
  }
  .check-box-div {
    margin-top: 7px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .white-div {
    padding-right: 35px;
    padding-left: 35px;
  }
  .bold-text-2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 40%;
    margin-top: 10px;
  }
  .main_section {
    height: 100vh;
    margin-top: 60px;
    padding-bottom: 27px;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .71), transparent 55%), url('../images/shutterstock_143334379.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .71), transparent 55%), url('../images/shutterstock_143334379.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .top_phone_div {
    width: 40%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .top_phone {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
    line-height: 24px;
  }
  .main_text_div {
    top: 25%;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .main_headline {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }
  .main_headline2 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 38px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .headline_bold {
    font-size: 34px;
    line-height: 34px;
  }
  .main_btn {
    padding: 12px 20px 12px 66px;
    background-position: 6px 50%;
    font-size: 14px;
    line-height: 16px;
  }
  .main_btn:hover {
    background-position: 6px 50%;
  }
  .what2expect {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .headline {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 38px;
    line-height: 38px;
  }
  .headline.white {
    margin-bottom: 11px;
  }
  .headline._1 {
    width: 100%;
  }
  .experience {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cataractoptions {
    padding-top: 50px;
    padding-bottom: 21px;
  }
  .self_test_headline {
    font-size: 40px;
    line-height: 40px;
  }
  .schedule_btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .questions_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_section {
    padding-top: 50px;
  }
  .consultation_form {
    margin-bottom: 48px;
  }
  .parallax_section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .form {
    width: 70%;
    margin-bottom: 28px;
  }
  .column {
    height: 430px;
    background-size: 200px;
  }
  .column._2 {
    height: 430px;
    background-size: 200px;
  }
  .column._3 {
    background-size: 200px;
  }
  .image-2 {
    max-width: 25%;
    margin-top: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .bold-text-2 {
    padding-right: 37px;
  }
  .heading {
    font-size: 38px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 70%;
    padding-left: 0px;
  }
  .main_section {
    height: 100vh;
    margin-top: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/EC_SeptCatSeminar_InteriorPageBanner.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/EC_SeptCatSeminar_InteriorPageBanner.jpg');
    background-position: 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .top_phone_div {
    display: none;
  }
  .top_phone {
    display: none;
  }
  .main_text_div {
    top: 30%;
    width: 100%;
  }
  .main_headline {
    margin-bottom: 10px;
    padding-right: 15px;
    font-size: 30px;
  }
  .main_headline2 {
    width: 100%;
  }
  .headline_bold {
    font-size: 30px;
  }
  .what2expect {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .headline {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
  }
  .text {
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
  }
  .video_div {
    width: 90%;
  }
  .experience {
    padding-right: 15px;
    padding-bottom: 23px;
    padding-left: 15px;
  }
  .cataractoptions {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(80, 52, 139, .31);
    background-image: none;
    background-position: 0px 0px;
  }
  .self_test_div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .self_test_headline {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .schedule_btn {
    text-align: left;
  }
  .questions_section {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .contact_container {
    padding-bottom: 50px;
  }
  .logo_bottom {
    width: 40%;
  }
  .phone_mobile_section {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .parallax_section {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 43% 50%;
    background-size: 100%;
    background-attachment: scroll;
    background-image: unset;
  }
  .book_now {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .learn_more_div {
    width: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .center-navigation-link {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
  }
  .link-2 {
    background-color: transparent;
  }
  .form {
    width: 80%;
  }
  .field-label {
    font-size: 12px;
  }
  .column {
    height: 500px;
    background-size: 225px;
  }
  .column._2 {
    height: 500px;
    background-size: 225px;
  }
  .column._3 {
    background-size: 225px;
  }
  .check-box-div {
    padding-top: 0px;
  }
  .check-text {
    font-size: 25px;
    line-height: 27px;
  }
  .image-2 {
    max-width: 70%;
  }
  .column-3 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 44px;
  }
  .text-field {
    font-size: 12px;
  }
  .text-field-2 {
    font-size: 12px;
  }
  .text-field-3 {
    font-size: 12px;
  }
  .heading {
    text-align: center;
  }
}

