<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div-block {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.brand {
  width: 300px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #366c7c;
  font-weight: 600;
}

.nav-link:hover {
  color: #74b9c3;
}

.body {
  font-family: Raleway, sans-serif;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -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: linear-gradient(99deg, rgba(0, 0, 0, 0.34) 12%, transparent 71%), url('../images/shutterstock_1717453729.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-text-wrapper {
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.hero-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  min-height: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 155px;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: 5px;
    padding-top: 20px;
}

.heading-2 {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 9px;
  color: #fff;
  font-size: 43px;
  font-weight: 500;
  text-transform: none;
}

.heading-3 {
  margin-top: 10px;
  margin-left: 11px;
  padding-top: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  line-height: 38px;
}

.heading-border{
    border-bottom: 4px solid #366c7c;
    padding-bottom: 20px;
}
.hero-button-div {
  width: 100%;
  min-height: 30px;
  margin-top: 10px;
  padding-left: 11px;
}

.button {
  margin-right: 10px;
  padding: 15px 25px;
  background-color: #366c7c;
  font-size: 16px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #333;
}

.button._2 {
  background-color: #74b9c3;
  color: #333;
}

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

.phone-link {
  padding-right: 15px;
  padding-left: 44px;
  background-image: url('../images/phone_dark.png');
  background-position: 5px 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
  color: #366c7c;
  font-size: 16px;
  font-weight: 700;
}

.phone-link:hover {
  background-image: url('../images/phone_light.png');
  background-position: 5px 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
  color: #74b9c3;
}

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

.test-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 900px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #366c7c;
  font-size: 40px;
  line-height: 45px;
}

.doc-sections {
  padding: 100px;
  background-color: rgba(116, 185, 195, 0.14);
}

.doc-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.image-5 {
  width: 350px;
  margin-right: 30px;
  margin-left: 0px;
  float: none;
}

.adv-section {
  padding: 100px;
  background-color: #366c7c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 108, 124, 0.84)), to(rgba(54, 108, 124, 0.84))), url('../images/shutterstock_77781868.jpg');
  background-image: linear-gradient(180deg, rgba(54, 108, 124, 0.84), rgba(54, 108, 124, 0.84)), url('../images/shutterstock_77781868.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.adv-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.reverse-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
}

.rev-paragraph {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.afford-section {
  min-height: 680px;
  padding: 200px 100px;
  background-color: #74b9c3;
  background-image: url('../images/shutterstock_1945297426.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.afford-wrapper {
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.afford-div {
  width: 50%;
}

.footer-section {
  padding: 100px;
  background-image: linear-gradient(94deg, rgba(0, 0, 0, 0.51) 25%, transparent 84%), url('../images/shutterstock_528143434.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.image-6 {
  width: 300px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.paralax-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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_1171639609.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cta-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 115px;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin: 6px 0px;
  padding: 15px 10px 18px;
  -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;
  border-radius: 0px;
  background-color: #366c7c;
  text-decoration: none;
}

.cta-button-div:hover {
  background-color: #333;
}

.cta-button-div._2 {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #74b9c3;
}

.cta-button-div._2:hover {
  background-color: #333;
}

.test_icon {
  width: 50px;
  margin-right: 14px;
}

.text-block {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.column {
  padding-left: 0px;
}

.address {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.footer-phone {
  color: #74b9c3;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.columns {
  width: 100%;
}

.form-block {
  margin-top: 31px;
}

.txt-field {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.txt-field::-webkit-input-placeholder {
  font-weight: 500;
}

.txt-field:-ms-input-placeholder {
  font-weight: 500;
}

.txt-field::-ms-input-placeholder {
  font-weight: 500;
}

.txt-field::placeholder {
  font-weight: 500;
}

.message {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
}

.message::-webkit-input-placeholder {
  font-weight: 500;
}

.message:-ms-input-placeholder {
  font-weight: 500;
}

.message::-ms-input-placeholder {
  font-weight: 500;
}

.message::placeholder {
  font-weight: 500;
}

.adv-div {
  width: 50%;
}

.vid-div {
  width: 48%;
  min-height: 350px;
  background-color: #333;
}

.copyright {
  margin-top: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.div-block-2 {
  width: auto;
}

.bold-text {
  color: #fff;
  text-decoration: none;
}

.bold-text:hover {
  color: #366c7c;
}

.link {
  color: #fff;
}

.link:hover {
  color: #366c7c;
}

.schedule-section {
  padding: 100px;
}

.screenshot {
  width: 800px;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: none;
}

.mobile-phone {
  display: none;
}

.map-div {
  width: 600px;
  height: 400px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.review-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(116, 185, 195, 0.14);
}

.test-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.testimonial-text {
  margin-bottom: 18px;
  color: #366c7c;
  font-size: 20px;
  line-height: 30px;
}

.image-12 {
  width: 80%;
  max-width: none;
}

.test-name {
  color: #366c7c;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}

.test-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  min-height: 350px;
  background-color: transparent;
}

.test-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: transparent;
}

.slide-content {
  min-height: 20px;
  margin-right: 5px;
  margin-left: 58px;
  padding-left: 0px;
}

.right-arrow {
  left: 0%;
  top: 44px;
  right: auto;
  bottom: auto;
  width: 35px;
  height: 35px;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 40px;
    padding-left: 40px;
    background-image: linear-gradient(99deg, rgba(0, 0, 0, 0.34) 30%, transparent 71%), url('../images/shutterstock_1717453729.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading {
    font-size: 135px;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
  }

  .button {
    margin-bottom: 12px;
  }

  .phone-link {
    padding-left: 51px;
    background-position: 10px 50%;
  }

  .phone-link:hover {
    background-position: 10px 50%;
  }

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

  .image-4 {
    width: 80%;
  }

  .doc-sections {
    padding: 50px;
  }

  .doc-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-5 {
    margin-right: 0px;
    margin-bottom: 26px;
  }

  .adv-section {
    padding: 50px;
  }

  .adv-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .afford-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 750px;
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .afford-div {
    width: 100%;
    padding: 20px;
    background-color: #333;
  }

  .footer-section {
    padding: 50px;
  }

  .paralax-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .cta-div {
    padding: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-button-div {
    min-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .test_icon {
    width: 50px;
  }

  .adv-div {
    width: 100%;
  }

  .vid-div {
    width: 100%;
    margin-top: 16px;
  }

  .schedule-section {
    padding: 50px;
  }

  .screenshot {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
  }

  .mobile-phone {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    display: block;
    padding: 20px;
    background-color: #366c7c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .map-div {
    overflow: hidden;
    width: 250px;
    height: 250px;
  }

  .review-section {
    padding: 50px;
  }

  .test-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-12 {
    width: 100%;
  }

  .test-slider-div {
    width: 100%;
  }

  .test-image-block {
    width: 60%;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 600px;
    margin-top: 50px;
    padding: 20px;
  }

  .heading {
    font-size: 75px;
    line-height: 75px;
  }

  .heading-2 {
    margin-left: 0px;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-3 {
    margin-left: 0px;
    font-size: 30px;
    line-height: 36px;
  }

  .hero-button-div {
    padding-left: 0px;
  }

  .self-test-section {
    padding: 50px 20px;
  }

  .image-4 {
    width: 90%;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .doc-sections {
    padding: 50px 20px;
  }

  .adv-section {
    padding: 50px 20px;
  }

  .reverse-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .afford-section {
    min-height: 650px;
    padding: 50px 20px 240px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: auto 300px;
  }

  .afford-div {
    padding: 0px;
    background-color: transparent;
  }

  .footer-section {
    padding: 50px 20px;
  }

  .paralax-section {
    padding: 10px;
  }

  .cta-div {
    min-width: 0px;
    padding: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-button-div {
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-button-div._2 {
    padding-top: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
  }

  .copyright {
    margin-top: 35px;
  }

  .schedule-section {
    padding: 50px 20px;
  }

  .screenshot {
    width: 100%;
  }

  .mobile-phone {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    min-height: 30px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #366c7c;
    text-decoration: none;
  }

  .text-block-4 {
    padding: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .map-div {
    width: 100%;
  }

  .column-2 {
    padding-left: 0px;
  }

  .review-section {
    padding: 50px 20px;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    width: 230px;
    margin-top: 7px;
    padding-left: 0px;
  }

  .navbar {
    padding-right: 5px;
    padding-left: 5px;
  }

  .section {
    height: auto;
    min-height: 600px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #333;
    background-image: none;
    background-position: 0px 0px;
  }

  .hero-text-div {
    width: 100%;
    padding: 20px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 45px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 34px;
  }

  .button {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }

  .test-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-4 {
    width: 100%;
  }

  .heading-4 {
    width: auto;
  }

  .rev-paragraph {
    font-weight: 500;
  }

  .afford-section {
    min-height: 800px;
    background-size: auto 250px;
  }

  .footer-section {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(94deg, rgba(0, 0, 0, 0.51) 25%, transparent 84%), url('../images/shutterstock_528143434.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

  .cta-div {
    padding: 0px;
  }

  .cta-button-div {
    padding: 10px 10px 10px 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cta-button-div._2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .test_icon {
    width: 40px;
    margin-right: 9px;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .text-block {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .vid-div {
    min-height: 250px;
  }

  .copyright {
    line-height: 15px;
    text-align: center;
  }

  .image-8 {
    display: block;
    margin-bottom: 0px;
  }

  .mobile-phone {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 18px;
  }

  .review-section {
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(116, 185, 195, 0.14);
  }

  .test-div {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 30px;
  }

  .image-12 {
    width: 100%;
  }

  .test-name {
    font-size: 16px;
  }

  .test-slider-div {
    width: auto;
  }

  .slider {
    min-height: 350px;
  }

  .test-image-block {
    width: auto;
    margin-bottom: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .left-arrow {
    display: none;
  }

  .slide-content {
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-arrow {
    display: none;
  }
}

</pre></body></html>