/* Home Page */
.hero-header-wrapper {
  background-image: linear-gradient(
      261deg,
      #001a5600 40%,
      #1226568a 66%,
      #223156 85%
    ),
    url(../images/home-hero-bg.jpg);
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  min-height: 460px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.ahc-inqry-image-2 {
  color: #495ca0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 10px;
}

.socmed-logo-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.footer-link-box-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-box.mid {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.service-box {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  transition: 0.4s ease-in-out;
}

.ahc-inqry-box-2 {
  color: #000;
  background-color: #ececec;
  border-radius: 7px;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  width: 31%;
  height: 226px;
  margin-right: 0;
  padding: 25px;
  display: flex;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}

path,
svg,
.ahc-service-box {
  transition: 0.4s ease-in-out;
}

.ahc-inqry-image-2 {
  color: #495ca0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 10px;
}

.ahc-inqry-info-2 {
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  text-decoration: none;
}

.ahc-inqry-box-2:hover,
.ahc-service-box:hover {
  background: rgb(73, 92, 160);
  color: #fff !important;
}

.ahc-inqry-box-2:hover svg,
.ahc-service-box:hover svg {
  fill: #fff;
}

.ahc-inqry-box-2:hover svg path,
.ahc-service-box:hover svg path {
  fill: #fff !important;
}

.ahc-service-box:hover .ahc-service-info {
  color: #fff;
}

.ahc-service-info {
  transition: 0.4s ease-in-out;
}

.content-image-box.child-smile-care {
  background-image: url(../images/home-page-doctor-kid.jpg);
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 0;
}

.content-image-box.feedback {
  background-image: url(../images/hi-five-doc.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 0;
}

.list-item {
  background-image: url(../images/bluechecked-icon.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.book-online-wrapper.content {
  justify-content: flex-start;
  align-items: center;
}

.button-blue,
.btn-wrap,
.animate-up,
.green-button,
.button-blue {
  transition: 0.4s ease-in-out !important;
}

.button-blue:hover,
.btn-wrap:hover,
.animate-up:hover,
.green-button:hover,
.button-blue:hover {
  transform: translate3d(0px, -5px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d !important;
}

.image-box {
  border-radius: 10px 10px 0 0;
  width: 48%;
  height: 186px;
}

.image-box.feature-1 {
  background-image: url(../images/kid-doctor.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 185px;
}

.image-box.feature-2 {
  background-image: url(../images/AHC-logo-thumb.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 186px;
}

.image-box.feature-3 {
  background-image: url(../images/mother-kid-doctor.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 186px;
}

.image-box.feature-4 {
  background-image: url(../images/mather-ahc-thumb.jpeg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 186px;
}

.f-info-box {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.feature-box {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 24%;
  min-height: 350px;
  text-decoration: none;
}

.feature-info-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.feature-icon,
.feature-icon.service-icon {
  color: #001a56;
}

.circle.call-now {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 10px;
  padding: 10px 6px 6px;
}

.circle {
  color: #fff;
  text-align: center;
  background-color: #e71f3a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 10px;
  padding: 8px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.title-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 72px;
  margin-bottom: 14px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.feature-button-wrapper {
  padding-top: 10px;
}

.feature-button {
  color: #fff;
  background-color: #1b2d70;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.feature-box:hover {
  box-shadow: -7px 9px 5px -2px #00000014;
}

.map-wrapper {
  filter: grayscale();
  width: 100%;
}

/* .plans-wrapper {
    background-image: linear-gradient(90deg, #20284e, #20284ec4), url(../images/plans-bg.jpg);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
} */

.plans-wrapper {
  background-image: linear-gradient(90deg, #20284e, #20284ec4);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.cta-llinks {
  color: #333;
  text-decoration: none;
}

.white-links {
  color: #fff;
}

.button-icon {
  color: #1b2d70;
  width: 25px;
  max-width: 25px;
  height: 25px;
  max-height: 25px;
  margin-left: 10px;
  margin-top: -8px;
}

.button-link {
  color: #1b2d70;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.btn-wrap {
  z-index: 2147483647;
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 8px #0003;
}

.center-align-head-2.mid-text {
  text-align: center;
  margin-bottom: 0;
}

.center-align-head-2 {
  z-index: 9999;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
  display: flex;
  position: relative;
}

.mid-sepa-heading {
  color: #fff !important;
  text-align: center;
  margin-bottom: 30px;
  font-size: 39px;
  line-height: 49px;
}

.map {
  height: 500px;
}

.green-flare {
  color: #ff0;
  background-color: #258353;
  background-image: linear-gradient(#0000, #0000);
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

/* About */
.ahc-service-box {
  background-color: #e4e4e4;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  padding: 26px;
  display: flex;
  text-decoration: none;
}

.ahc-service-icon-box {
  color: #495ca0;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 0;
  padding: 10px;
}

.ahc-service-info {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  text-decoration: none;
}

.content-image-box.child-fever-care {
  background-image: url(../images/feverish-kid.png);
  background-position: 72% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 44%;
  min-height: 400px;
  margin-bottom: 0;
}

.content-image-box {
  width: 45%;
  margin-bottom: 20px;
}

.feature-icon,
.feature-icon.service-icon {
  color: #001a56;
}

.button-wrapper.service {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.circle.service {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 10px;
  padding: 8px 2px 6px;
}

.ahc-heading {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
}

/* Values and Mission Page */
.values-title {
  color: #fff;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.values-title.value-big {
  text-align: left;
  margin-top: 10px;
  font-size: 43px;
  line-height: 43px;
}

.values-box {
  border-bottom: 1px solid #001a56;
  border-left: 1px solid #001a56;
  border-right: 1px solid #001a56;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  height: 720px;
  margin-bottom: 40px;
  display: flex;
}

.value-header-box {
  background-color: #001a56;
  border-radius: 20px 20px 0 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 19px;
  display: flex;
}

.vision-list {
  margin-bottom: 20px;
}

.value-content-box {
  width: 100%;
  height: 100%;
  padding: 33px 52px 33px 33px;
}

.value-header-box.flex {
  display: flex;
}

.ahc-vision-list {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.value-content {
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 26px;
}

.values-box.values {
  width: 100%;
  height: 860px;
}

.value-list {
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.valute-title-list {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.value-icon-box {
  color: #e52134;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.value-icon-box.vision {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

/* Pricing Page */
.bulk-billing-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.green-flare.bull-billing {
  background-color: #25835300;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 5px;
  width: 378px;
  min-height: 48px;
  padding: 0;
}

.green-flare {
  color: #ff0;
  background-color: #258353;
  background-image: linear-gradient(#0000, #0000);
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.bulk-billing-content {
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.bulk-icon-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bulk-icon-box {
  width: 20%;
  padding: 17px;
}

.bulk-icon {
  padding-bottom: 20px;
  padding-left: 34px;
  padding-right: 34px;
}

.bulk-icon-content {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bulk-info {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.arrow-button {
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  height: 80px;
  min-height: 80px;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: -2.5px;
  left: 301px;
}

.cta-button.green-button {
  color: #fdeb23;
  background-color: #248453;
  border-color: #248453;
  padding-right: 30px;
  box-shadow: 1px 8px 0 -2px #0003;
}

.content-wrapper.bg {
  background-color: #f3f5f6;
}

.fees-box {
  width: 100%;
}

.heading-box.fees {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.fees-box-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-box {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.price.fees {
  color: #000;
  padding-top: 10px;
  font-size: 14px;
}

.price {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.fees-title {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.fees-info-box {
  background-color: #fff;
  border: 1px solid #33333329;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  padding: 30px 23px;
  display: flex;
}

.fees-content {
  text-align: center;
  padding-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.card-icon {
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 20px;
  display: flex;
}

.fees-card-box {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.big-price.red {
  color: #e52134;
  font-weight: 700;
}

.big-price {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.red {
  color: #e52134;
  font-weight: 500;
}

.separator-image {
  background-image: url(../images/smilingkid-and-doctor.png);
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 40%;
  min-height: 430px;
  position: absolute;
  inset: -47px 0% 0% 713px;
}

.content-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.plan-image {
  position: absolute;
  inset: 0%;
}

.center-align-head-2.left-allign {
  justify-content: center;
  align-items: flex-start;
}

.center-align-head-2 {
  z-index: 9999;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
  display: flex;
  position: relative;
}

.sepa-heading {
  color: #fff;
  text-align: left;
  line-height: 40px;
}

.sepa-content-par {
  color: #fff;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.button-wrapper.fees {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.fees-info-box:hover {
  border-color: #e52134;
  box-shadow: -4px 10px 11px 3px #00000024;
}

.faq-flex-box {
  flex-flow: column;
  width: 48%;
  display: flex;
}

.faq-email-box {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-left: 10px;
  display: flex;
}

.location-box {
  color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.location-box.faq {
  color: #4d4948;
  background-image: url(../images/evelope-loc.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.payment-list {
  background-image: url(../images/ahc-circle-check.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 5px;
  padding-left: 29px;
  font-size: 16px;
  line-height: 23px;
}

.card-option {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
}

.car-box {
  width: 14%;
  height: 67px;
  margin-right: 5px;
}

/* Blogs Page */

.blog-content-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.blog-box.about-us {
  background-image: linear-gradient(0deg, #20284e, #fff0 74%),
    linear-gradient(#20284e40, #20284e40);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 24%;
}

.blog-box {
  background-image: linear-gradient(0deg, #7791c9, #fff0),
    linear-gradient(#20284e40, #20284e40),
    url(../images/blog-box-thumb.jpg);
  background-position: 0 0, 0 0, 30%;
  background-size: auto, auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 31%;
  min-height: 360px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-image-box {
  position: absolute;
  inset: 0%;
}

.arrow-box {
  color: #473535;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 10px;
}

.arrow-box.inside-blog-box {
  color: #fff;
  border: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: block;
}

.read-button-wrapper {
  z-index: 2147483647;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.read-more-box {
  padding-left: 14px;
}

.read-more-box {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-image: linear-gradient(#ffffff26, #ffffff26);
  border: 1px solid #ffffff3b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.blog-content-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.blog-content-title {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.blogs-info {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.date-inside-blog {
  color: #fff;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
}

.blog-content {
  z-index: 2147483647;
  position: relative;
}

.blog-image-box.blog-5 {
  background-image: linear-gradient(0deg, #20284e, #fff0),
    linear-gradient(#20284e52, #20284e52), url(../images/blog-image1.jpg);
  background-position: 0 0, 0 0, 31% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.blog-image-box.blog-1.coughs {
  background-image: linear-gradient(0deg, #20284e, #fff0),
    url(../images/blog-cough-thumb.jpg);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blog-image-box.blog-2 {
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blog-image-box.blog-2.migraine {
  background-image: linear-gradient(0deg, #20284e, #fff0),
    url(../images/blog-migraine-thumb.jpg);
}

.blog-image-box.blog-3.heat-illness {
  background-image: linear-gradient(0deg, #20284e, #fff0),
    url(../images/heat-illness-thumb.jpg);
  background-size: auto, cover;
}

.blog-image-box {
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.read-more-box:hover {
  border-color: #fff;
}

.blog-box:hover .blog-image-box {
  transform: scale(1.1);
}

/* Location Page */
.content-wrapper.radial-bg {
  background-image: radial-gradient(circle at 0%, #001a561a, #fff0 10%);
}

.map-wrapper.half {
  width: 46%;
}

.blackstone-map {
  width: 100%;
  height: 100%;
}

.schedule-box {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ahc-sched-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 5px;
  display: flex;
}

.ahc-sched {
  color: #4d4947;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.address-location-box {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-title {
  color: #4d4948;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.contact-title.esk {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}

.location-box.contact-quesnsland {
  color: #4d4948;
  background-image: url(../images/map-pin.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.contact-info-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-info-flex.loc-page {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

.contact-box.c-number.half {
  width: 50%;
  margin-bottom: 0;
}

.contact-box.email.half {
  width: 49%;
  padding-left: 0;
}

.contact-box.c-number {
  border-right: 1px solid #fff;
  margin-right: 0;
  padding-right: 30px;
}

.location-box.contact-us.fb {
  background-image: url(../images/ahc-fb-icon.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 40px;
  text-decoration: none;
}

.location-box.check {
  color: #4d4948;
  background-image: url(../images/ahc-location-check.svg);
  background-position: -1%;
  background-repeat: no-repeat;
  background-size: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.location-box.contact-us.ig {
  background-image: url(../images/ahc-instagram-icon.svg);
  background-position: 0%;
  background-size: 25px;
  text-decoration: none;
  background-repeat: no-repeat;
}

.location-box.contact-us {
  color: #4d4948;
  background-image: url(../images/evelope-loc.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.location-box.contact-us.linkdn {
  background-image: url(../images/ahc-linkedin.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  text-decoration: none;
}

.location-box.contact-us.phone:hover {
  text-decoration: underline;
}

.location-box.contact-us.phone {
  background-image: url(../images/ahc-phone-icon.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  padding-left: 40px;
  text-decoration: none;
}

.location-box.fax {
  color: #4d4948;
  background-image: url(../images/ahc-license-id.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 26px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.location-box.contact-us.po {
  background-image: url(../images/ahc-home-icon.svg);
}

.location-box.billing {
  color: #4d4948;
  background-image: url(../images/ahc-billing-check.svg);
  background-position: -1%;
  background-repeat: no-repeat;
  background-size: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

/* Contact Page */
.inquiries-flex-box {
  color: #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.inquiries-form-box {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  width: 48%;
  padding: 30px 25px;
  box-shadow: 0 2px 5px #0003;
}

.inquiries-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  padding-top: 0;
}

.inquires-sepa-line {
  background-color: #eceff1;
  width: 3px;
  min-height: 470px;
}

.register-form-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.careers-heading {
  width: 100%;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.location-box.contact-us:hover {
  text-decoration: underline;
}

.location-box.fax:hover {
  text-decoration: underline;
}

.button-wrapper.contact {
  margin-bottom: 0;
  display: flex;
}

.cta-button.button-blue-contact-us {
  background-color: #1b2d70;
  border-color: #1b2d70;
  margin-bottom: 20px;
  padding: 8px 30px 8px 0;
  box-shadow: 1px 8px 0 -2px #0003;
}

.circle.feedback {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px 7px 6px;
}

.text-field {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #e0dede;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 26px;
}

.text-area {
  margin-bottom: 20px;
  padding-bottom: 27px;
}

textarea {
  overflow: auto;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.field-label {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.ahc-black-stone {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.location-map {
  height: 257px;
}

.loc-map {
  width: 100%;
  height: 100%;
}

.info-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-field:hover {
  border-color: #e52134;
}

.text-field:focus {
  outline: none;
  box-shadow: none;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.book-online-wrapper.inquiries {
  justify-content: flex-end;
  align-items: flex-end;
  position: static;
}

.cta-button.submit-blue {
  background-color: #1b2d70;
  border-color: #1b2d70;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  box-shadow: 4px 7px 0 -3px #0006;
}

.category-cta-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  text-decoration: none;
  display: flex;
  transition: 0.4s ease-in-out;
}

.cta-button.submit-blue:hover {
  background-color: #fff;
  color: #1b2d70;
}

.schedule-icon-box.cta-inquiries {
  min-width: 80px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 0;
}

.schedule-icon-box.cta-inquiries {
  min-width: 80px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 0;
}

.category-cta-content {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.schedule-title.cta-inquires {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.category-cta-box:hover {
  transform: scale(1.1);
}

.google-icon.google-review {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.google-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-right: 20px;
}

.google-icon.google-review {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.google-box {
  color: #000;
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-bottom: 20px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 9px -3px #0003;
}

.check-list-item {
  background-image: url(../images/black-check.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-left: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.contact-info-box {
  margin-top: 0;
  margin-bottom: 0;
}

.check-list {
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.separator-wrapper {
  background-image: linear-gradient(90deg, #20284e, #20284ec2);
  padding-top: 100px;
  padding-bottom: 100px;
}

p[role="status"] {
  color: red;
  font-size: 13px;
  display: none;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
  color: red;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  font-size: 13px;
  color: red;
}

/* Careers */

.hero-inside-content {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cta-button.white {
  color: #1b2d70;
  background-color: #fff;
  border-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  box-shadow: 1px 8px 0 -2px #0003;
}

.hero-content-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 82%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.ahc-service-box.career {
  justify-content: center;
  align-items: center;
  height: 300px;
}

.ahc-service-info.career {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.ahc-service-info-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}

.ahc-service-text-info,
circle {
  transition: 0.4s ease-in-out;
}

.ahc-service-box.career:hover .ahc-service-info-title,
.ahc-service-box.career:hover .ahc-service-text-info {
  color: #fff !important;
}

.ahc-service-box.career:hover svg,
.ahc-service-box.career:hover svg circle {
  fill: #fff;
}

.register-form.career {
  border: 1px solid #1b2d702e;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  box-shadow: -3px 3px 3px -2px #00000026;
}

.flex-wrapper.mid-flex {
  justify-content: center;
  align-items: center;
}

.register-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.register-box-flex {
  width: 46%;
}

.form-block {
  width: 100%;
  padding: 36px 30px 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cta-button.form {
  box-shadow: none;
  cursor: pointer;
  background-color: #1b2d70;
  border-color: #1b2d70;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: static;
}

.book-online-wrapper.form {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: static;
  top: -87px;
  left: 283px;
}

.content-image-box.career-image {
  background-image: url(../images/career-bottom-img.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 51%;
  margin-bottom: 0;
}

.content-box.career {
  width: 46%;
}

.career-heading {
  margin-bottom: 0;
}

/* Blacstone Timeline Page */
.timeline-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.blackstone-timeline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.blackstone-timeline .nav-link.active {
  color: #fff;
  background-color: #495ca0;
  border: 1px solid #495ca0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.blackstone-timeline .nav-link {
  color: #1b2d70;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #495ca0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;

  height: 50px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  justify-content: center;
}

.blackstone-timeline .nav-item {
  width: 23%;
}

div#pills-tabContent {
  background-color: #fff;
  border: 1px solid #495ca01f !important;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 291px;
  margin-top: 0;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 2px 2px #0003;
  margin-bottom: 60px;
}

.timeline-info-par {
  margin-bottom: 0;
}

.timeline-paragraph.subheading {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}

.content-image-box.timeline-images-2 {
  background-image: url(../images/timeline-boys-photo.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e6e6e6;
  border-radius: 10px 0 0 10px;
  width: 50%;
  margin-bottom: 0;
}

.content-image-box.timeline-images {
  background-image: url(../images/old-woman-doctor.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 10px 10px 0;
  width: 50%;
  height: 500px;
  margin-bottom: 0;
}

.content-box.half {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}

.content-image-box.dr-old-woman {
  background-image: url(../images/modern-blackstone.png);
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  width: 48%;
  min-height: 500px;
  margin-bottom: 40px;
  position: static;
  top: 84px;
  left: 871.922px;
}

.content-box.timeline {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 30px;
}

.book-online-wrapper.timeline {
  justify-content: flex-start;
  align-items: center;
}

.vintage-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-wrapper._0tpadding {
  padding-top: 0;
  display: flex;
}

.content-wrapper.timelinepad {
  padding-top: 30px;
}

.vintage-boxs {
  border: 1px solid #0000001c;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  height: 270px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 2px 3px #0003;
}

.vinatage-content-boxs {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #21294e4f;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 29px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  position: absolute;
  inset: 0%;
  transition: 0.5s linear;
}

.vintage-images {
  background-image: url(../images/vintage-blackstone.png);
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  min-height: 250px;
  height: 100%;
}

.vintage-images._1991 {
  background-image: url(../images/vintage-state-school.png);
  min-height: 270px;
}

.vintage-images.blackstone-plate {
  background-image: url(../images/blackstone-plate.png);
}

.vintage-images.school-1991 {
  background-image: url(../images/blackstone-1991.png);
}

.vintage-boxs:hover .vinatage-content-boxs {
  opacity: 1;
  background: rgba(10, 21, 63, 0.78);
}

/* Services Pages */
.flex-wrapper.service {
  justify-content: space-between;
  align-items: stretch;
}

.service-content-flex-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 30px;
  display: flex;
}

.content-image-box.service--sexual-hc {
  background-image: url(../images/sexual-health-check-thumb.jpg);
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.content-box.service-info {
  width: 100%;
  margin-right: 0;
  margin-top: 20px;
}

.selected-flex {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.s-selected-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 23%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s--selected-image {
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  min-height: 340px;
  margin-bottom: 0;
  display: flex;
  transition: 0.4s ease-in-out;
}

.s--selected-image.shc1 {
  background-image: linear-gradient(0deg, #20284e, #20284eb5 22%, #fff0),
    url(../images/afterhours-availability-ipswitch.jpg);
  background-position: 0 0, 50%;
}

.s--selected-image.shc2 {
  background-image: linear-gradient(0deg, #20284e, #20284eb5 22%, #fff0),
    url(../images/comprehensive-women-sexual.jpg);
  background-position: 0 0, 100%;
}

.s--selected-image.shc3 {
  background-image: linear-gradient(0deg, #20284e, #20284eb5 22%, #fff0),
    url(../images/after-hours-access.jpg);
  background-position: 0 0, 50%;
}

.s--selected-image.sch4 {
  background-image: linear-gradient(0deg, #20284e, #20284eb5 22%, #fff0),
    url(../images/sexual-health-check-afterhours.jpg);
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.s-selected-info {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  border-top: 1px #ffffff73;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 76px;
  margin-bottom: 20px;
  padding: 15px 15px 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.s-selected-title {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.s-selected-box {
  overflow: hidden;
  border-radius: 5px;
}

.s-selected-box:hover .s--selected-image {
  transform: scale(1.1);
}

.s-selected-title:hover {
  text-underline-offset: 2px;
  text-underline-position: under;
  -webkit-text-decoration: underline #ffffff78;
  text-decoration: underline #ffffff78;
}

/* Blog Sing Page */
.heading-blog {
  width: 100%;
  margin-bottom: 30px;
}

.top-blog-heading {
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.back-button {
  color: #000;
  border: 1px #3b3b3b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.date-blog {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.blog-title {
  color: #000;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sepa-line {
  background-color: #e52134;
  width: 100%;
  height: 2px;
}

.blog-tags-box {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.blog-tag {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  box-shadow: -4px 5px 4px -4px #0003;
}

.blog-tag:hover {
  color: #fff;
  background-color: #1b2d70;
  border-color: #1b2d70;
  box-shadow: -1px 4px 7px 1px #0003;
}

.content-image-box.blog-img--flue {
  background-image: url(../images/blog-flu-img.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.blog-sub-title {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.bullets-content {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 300 !important;
  line-height: 28px;
}

.bullet-list {
  margin-bottom: 10px;
  line-height: 28px;
}

.content-list-bullets {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.content-box.content-info {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-right: 0;
}

.bullet-sub-par {
  margin-bottom: 10px;
  font-weight: 500;
}

.back-button:hover {
  color: #e52134;
  border-color: #e52134;
}

.content-image-box.blog-image {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 45%;
  margin-bottom: 0;
}

/* Blog Cough Page */
.content-image-box.blog-img--coughs {
  background-image: url(../images/cough-img.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.med-list-item {
  background-image: url(../images/capsule-icon.svg);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* Blog Migraine */

.content-image-box.blog-image.migraine {
  background-image: url(../images/migraine-img.jpg);
  background-position: 50% 0;
  margin-bottom: 0;
}

.content-image-box.blog-image.heat-illneess {
  background-image: url(../images/heat-img.jpg);
  background-position: 50%;
}

.content-box.bi-infu {
  width: 100%;
  margin-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.big-par {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
