body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  padding-right: 10px;
  padding-left: 10px;
  background-color: rgba(240, 134, 57, 0.05);
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -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;
}

.hero-container {
  width: 100%;
  max-width: 1160px;
}

.hero-content {
  width: 50%;
  padding: 30px;
}

.hero-content.img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-content.img.lesspading-top {
  padding-top: 120px;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4em;
  line-height: 120%;
}

.hero-h1.margin-bot {
  margin-bottom: 20px;
}

.hero-p {
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.8;
  font-size: 1.8em;
  line-height: 150%;
}
/*
.btn {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #f08639;
  border-radius: 20px;
  background-color: #f08639;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  border-color: #ff7715;
  background-color: #ff7715;
}

.btn.ghost {
  margin-left: 20px;
  background-color: transparent;
  color: #ff7715;
}*/

.pretitle {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 5px;
  border-radius: 20px;
  background-color: rgba(23, 127, 195, 0.06);
  color: #0b5e94;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  padding-right: 10px;
  padding-left: 10px;
}

.navbar {
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  max-width: 1325px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.img-logo {
  width: 230px;
}

.img-logo.footer {
  width: 180px;
}

.nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.rounded {
  border-style: solid;
  border-width: 1px;
  border-color: #f08639;
  border-radius: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-link.rounded:hover {
  background-color: #f08639;
  color: #fff;
}

.img-hero {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}

.section {
  padding: 40px 10px;
}

.section.alt {
  background-color: rgba(23, 127, 195, 0.05);
}

.section.footer {
  padding: 50px 0px 0px;
  background-color: #2f4447;
  color: #fff;
}

.section.hideoverflow {
  position: relative;
  overflow: hidden;
}

.section.top-padding {
  padding-top: 160px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.container-payment {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-footer {
  width: 100%;
  max-width: 1325px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: inherit;
}

.wrapper.c {
  -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;
}

.wrapper.left {
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content {
  padding: 30px;
}

.content._50 {
  width: 50%;
}

.content._50.padding-left {
  padding-left: 90px;
}

.content._50.padding-right {
  padding-right: 90px;
}

.content._20 {
  width: 20%;
  padding: 15px;
}

.content._33 {
  width: 33%;
  padding: 15px;
}

.img-full {
  width: 100%;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 120%;
}

.p20 {
  margin-bottom: 20px;
  opacity: 0.8;
  font-size: 20px;
  line-height: 30px;
}

.img-sp {
  width: 100%;
  height: 325px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-wrapper {
  background-color: rgba(240, 134, 57, 0.05);
}

.content-wrapper {
  padding: 30px 30px 60px;
  text-align: center;
}

.title-wrapper {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.slider {
  background-color: transparent;
}

.slider.slide0 {
  height: auto;
}

.arrow-wrapper {
  color: #f08639;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  min-height: 35px;
  min-width: 35px;
  -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: 360px;
  background-color: #f08639;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.6em;
  line-height: 100%;
}

.icon:hover {
  background-color: #ff7715;
}

.mask {
  padding-right: 80px;
  padding-left: 80px;
}

.wrapper-doctors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-nav {
  display: none;
}

.doctor-wrapper {
  width: 33%;
  padding: 15px;
  -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;
}

.doctor-wrapper.provider {
  width: 20%;
  height: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.doctor-img {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-bottom: 20px;
  border-radius: 360px;
}

.doctor-img.small {
  position: absolute;
  left: 30px;
  top: -56px;
  right: auto;
  bottom: auto;
  width: 75px;
  height: 75px;
  min-height: 75px;
  min-width: 75px;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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;
  border-radius: 4px;
  /* box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.04); */
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #303030;
  text-align: center;
  text-decoration: none;
}

.doctor-link-wrap:hover {
  background-color: rgba(240, 134, 57, 0.05);
}

.doctor-link-wrap.vertical {
  position: relative;
  min-height: 240px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.doctor-n {
  font-size: 1.3em;
  line-height: 120%;
  font-weight: 600;
}

.doctor-n.small {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #177fc3;
  font-size: 1em;
}

.footer-label {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 600;
}

.footer-link {
  display: block;
  margin-bottom: 15px;
  padding: 0px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  opacity: 1;
  color: #f4933e;
}

.wrapper-footer-bot {
  margin-top: 30px;
  padding: 15px;
  background-color: #1b2628;
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.btn-wrapper-center {
  margin-top: 50px;
  text-align: center;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-testimonial {
  margin-top: 20px;
  margin-bottom: 0px;
  opacity: 0.8;
}

.from-the-blog-wrapper {
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.feature-wrapper {
  height: 100%;
  padding: 40px 30px;
  border-bottom: 2px solid #177fc3;
  border-radius: 4px 4px 0px 0px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.04);
}

.icon-wrapper {
  position: relative;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  padding: 9px;
  border-radius: 360px;
  background-color: rgba(23, 127, 195, 0.2);
}

.feature-title {
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 120%;
}

.list-wrapper {
  height: 100%;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkmark {
  width: 16px;
  margin-right: 10px;
}

.checkmark-t {
  opacity: 0.8;
  font-size: 1.2em;
  line-height: 120%;
}

.step-number {
  position: absolute;
  left: -5px;
  top: -5px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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: 360px;
  background-color: #f08639;
  color: #fff;
  line-height: 100%;
}

.testimonial-wrapper {
  height: 100%;
  padding: 50px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.03);
  background-color: rgba(240, 134, 57, 0.06);
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.04);
}

.testimonial-icon {
  width: 25px;
  margin-bottom: 20px;
}

.testimonial-n-wrapper {
  color: #177fc3;
}

.slider-testimonials {
  height: auto;
  padding-right: 45px;
  padding-left: 45px;
  background-color: transparent;
}

.mask-testimonial {
  overflow: visible;
  width: 33%;
}

.wrapper-info-doctor {
  height: 100%;
  text-align: left;
}

.info-doctor-t {
  min-height: 35px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.input-wrapper {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.input-provider {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input-provider:hover {
  border-color: rgba(0, 0, 0, 0.64);
}

.input-provider:focus {
  border-color: #f08639;
}

.form-button {
  min-width: 130px;
  padding-right: 22px;
  padding-left: 22px;
  border-radius: 20px;
  background-color: #f08639;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #ff7715;
}

.pagination-wrapper {
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
}

.pagination-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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-right: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pagination-block:hover {
  background-color: rgba(240, 134, 57, 0.1);
}

.pagination-block.active {
  background-color: #f08639;
  color: #fff;
}

.pagination-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  .nav-container {
    max-width: 1180px;
  }
  .hero-section {
    padding-right: 75px;
    padding-left: 75px;
  }

  .hero-wrapper {
    min-height: auto;
    padding-bottom: 0px;
  }

  .hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
    padding-bottom: 0px;
  }

  .hero-content.img {
    position: static;
    padding-top: 0px;
  }

  .hero-content.img.lesspading-top {
    padding-top: 0px;
  }

  .nav-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff !important;
  }

  .nav-link.rounded {
    border-style: none;
  }

  .nav-link.rounded:hover {
    background-color: transparent;
  }

  .section {
    padding: 30px 75px;
  }

  .container.padding-footer {
    padding-right: 75px;
    padding-left: 75px;
  }

  .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper.c {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper.c.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content._50 {
    width: 100%;
  }

  .content._50.padding-left {
    padding-left: 30px;
  }

  .content._50.padding-right {
    padding-right: 30px;
  }

  .content._20 {
    width: 50%;
  }

  .content._20.full-tablet {
    width: 100%;
  }

  .content._33 {
    width: 100%;
  }

  .title-wrapper {
    margin-bottom: 0px;
  }

  .slider {
    height: auto;
  }

  .arrow-wrapper {
    display: none;
  }

  .mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-nav {
    position: static;
    display: block;
  }

  .slide-nav.hide {
    display: none;
  }

  .doctor-wrapper.provider {
    width: 50%;
  }

  .doctor-img.small {
    left: 15px;
  }

  .doctor-link-wrap.vertical {
    min-height: 200px;
    padding: 15px;
  }

  .menu-button {
    border-radius: 360px;
  }

  .menu-button.w--open {
    background-color: #177fc3;
  }

  .nav-menu {
    background-color: #177fc3;
  }

  .feature-wrapper {
    height: auto;
  }

  .list-wrapper {
    height: auto;
  }

  .slider-testimonials {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mask-testimonial {
    width: 100%;
  }

  .input-wrapper {
    width: 50%;
  }
  .nav-container {
    width:100%;
    padding: 0px 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-wrapper {
    padding-top: 110px;
  }

  .hero-h1 {
    font-size: 3.2em;
  }

  .btn.ghost {
    margin-top: 10px;
    margin-left: 0px;
  }

  .nav-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-logo {
    width: 200px;
  }

  .section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.padding-footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .img-sp {
    height: 250px;
  }

  .doctor-wrapper {
    padding: 5px;
  }

  .doctor-img {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .doctor-link-wrap {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .doctor-link-wrap.vertical {
    min-height: 220px;
  }

  .doctor-n {
    font-size: 1em;
  }

  .wrapper-calendly-button {
    width: 100%;
  }

  .btn-wrapper {
    -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;
  }
  .p20 {
    font-size: 18px;
    line-height: 20px;
  }
  .section-title {
    font-size: 24px;
  }
  .nav-container {
    padding-right: 0px;
    padding-left: 0px;
    width:100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-wrapper {
    padding-top: 105px;
  }

  .hero-content.img {
    display: block;
  }

  .hero-h1 {
    font-size: 1.8em;
  }

  .hero-p {
    font-size: 1.2em;
  }

  .btn {
    /* min-width: 180px; */
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    text-align: center;
  }

  .pretitle {
    font-size: 11px;
    line-height: 15px;
  }

  .nav-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-container {
    padding: 0px 10px;
  }

  .img-logo {
    width: 150px;
  }

  .img-hero {
    display: block;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section {
    padding: 9px 10px;
  }

  .section.footer {
    padding-top: 25px;
  }

  .container.padding-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content {
    padding: 15px;
  }

  .content._50.padding-left {
    padding-left: 15px;
  }

  .content._20 {
    width: 100%;
  }

  .section-title {
    font-size: 20px;
  }

  .p20 {
    font-size: 16px;
    line-height: 28px;
  }

  .img-sp {
    height: 200px;
  }

  .content-wrapper {
    padding: 10px 15px 30px;
  }

  .arrow-wrapper.r {
    display: block;
  }

  .doctor-wrapper.provider {
    width: 100%;
    padding: 19px;
  }

  .doctor-img {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .doctor-link-wrap {
    padding-right: 2px;
    padding-left: 2px;
  }

  .doctor-link-wrap.vertical {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 30px;
  }

  .wrapper-footer-bot {
    margin-top: 15px;
  }

  .mask-testimonial {
    width: 90%;
  }

  .input-wrapper {
    width: 100%;
    padding-bottom: 10px;
  }
}
