
    .about-box h2 {
  font-size: 29px;
  line-height: 39px;
  color: #03c2cf;
  font-weight: 300;
  padding: 0;
}
.banner-text h1 {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
}
.call-box {
  border-radius: 50px;
  text-align: center;
}
.call-box p {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.call-box h2 {
  font-style: normal;
}
.footer-wrap {
  margin-top: 0px;
}
.about-box.faq-section {
  background: #ebf8fb;
  max-width: 1100px;
  padding: 50px;
  margin: 50px auto 0;
  border-radius: 50px;
}
.insurance {
  padding: 50px 0;
}
.col-sticky {
    position: sticky;
    top: 20px;
}
.custom-page-sty1 ul {
    list-style: unset;
    padding-left: 30px;
}

.custom-page-sty1 ul li {
    margin: 0;
}
.cc-left h3 {
    font-size: 23px;
    line-height: 39px;
    color: #03c2cf;
    font-weight: 300;
    padding: 0;
}
.col-sticky img {
    object-fit: cover;
}
.cc-left .row, .cc-right .row {
    align-items: center;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .cc-left .row .col-xl-5.col-lg-6.col-md-6.col-sm-12 {
    order: -1;
}
.col-sticky img {
    object-fit: cover;
    height: auto;
}
}