.contact-section {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .contact-section {
    padding-bottom: 60px;
  }
}

.contact-section .col-md-6:first-child {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contact-section .col-md-6:first-child {
    margin-bottom: 0;
  }
}

.contact-section h3 {
  font-weight: 700;
  padding-left: 45px;
  color: #333333;
}

@media (min-width: 992px) {
  .contact-section h3 {
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .contact-section h3 {
    padding-left: 85px;
  }
}

.contact-section p {
  font-weight: 600;
  color: #333333;
}

.contact-section a {
  font-size: 28px;
  line-height: 43px;
  font-weight: 800;
  color: #202F60;
  position: relative;
}

@media (min-width: 992px) {
  .contact-section a {
    font-size: 46px;
    line-height: 72px;
  }
}

.contact-section span {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .contact-section span {
    font-size: 20px;
    line-height: 31px;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .contact-section span {
    margin-left: 5px;
  }
}

.contact-section .anchor-decoration {
  text-decoration: underline;
}

.contact-section .contact-block {
  padding: 15px;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
  border-radius: 10px 10px 6px 6px;
  border-bottom: 4px solid #F08B77;
  background-color: white;
}

@media (min-width: 768px) {
  .contact-section .contact-block {
    padding-right: 7px;
  }
}

@media (min-width: 992px) {
  .contact-section .contact-block {
    padding-left: 24px;
    padding-right: 14px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
  }
  .contact-section .contact-block.hovered {
    border-color: #F08B77;
  }
}

@media (min-width: 992px) {
  .contact-section .contact-block.call-support {
    padding-bottom: 15px;
  }
}

.contact-section .contact-block.call-support .contact-us-click-to-call-icon {
  position: relative;
  display: none;
}

@media (min-width: 375px) {
  .contact-section .contact-block.call-support .contact-us-click-to-call-icon {
    display: -webkit-flex;
    display: flex;
  }
}

@media (min-width: 768px) {
  .contact-section .contact-block.call-support .contact-us-click-to-call-icon {
    position: unset;
  }
}

.contact-section .contact-block.call-support .contact-us-click-to-call-icon img {
  position: absolute;
  top: 3px;
  cursor: pointer;
  width: 35px;
  left: -5px;
  border-radius: 35px;
  background: white;
}

@media (min-width: 768px) {
  .contact-section .contact-block.call-support .contact-us-click-to-call-icon img {
    left: 21px;
    top: 56px;
  }
}

@media (min-width: 992px) {
  .contact-section .contact-block.call-support .contact-us-click-to-call-icon img {
    top: 66px;
    width: auto;
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .contact-section .contact-block.call-support .contact-us-click-to-call-icon img {
    left: unset;
  }
}

.contact-section .contact-block.call-support p {
  padding-bottom: 0;
}

.contact-section .contact-block.call-support p strong.cta-hours-operation {
  color: #2953DE;
  font-weight: 600;
  cursor: pointer;
}

.contact-section .contact-block.call-support p strong.cta-hours-operation:hover {
  color: #072A9C;
}

.contact-section .contact-block.call-support .contact span {
  cursor: pointer;
}

.contact-section .contact-block.customer-support .contact a {
  background-size: 5% !important;
  padding-right: 25px;
}

@media (min-width: 992px) {
  .contact-section .contact-block.customer-support .contact a {
    padding-right: 30px;
    background-size: inherit !important;
  }
}

@media (min-width: 1200px) {
  .contact-section .contact-block.customer-support .contact a {
    padding-right: 40px;
  }
}

.contact-section .contact-block.customer-support .contact a.request-call-bg {
  background-repeat: no-repeat;
  background-position: right center;
}

.contact-section .contact-block .contact-block-wrapper {
  width: auto;
  text-align: center;
  margin-left: -45px;
}

@media (min-width: 375px) {
  .contact-section .contact-block .contact-block-wrapper {
    width: 315px;
    text-align: left;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .contact-section .contact-block .contact-block-wrapper {
    width: auto;
  }
}

.contact-section .contact-block .contact-block-wrapper .contact {
  padding-left: 45px;
}

@media (min-width: 992px) {
  .contact-section .contact-block .contact-block-wrapper .contact {
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .contact-section .contact-block .contact-block-wrapper .contact {
    padding-left: 85px;
  }
}

.contact-section .contact-block .contact-block-wrapper .contact a img {
  position: absolute;
  top: 0px;
  left: -45px;
  width: 35px;
  border-radius: 35px;
  background: white;
  display: none;
}

@media (min-width: 375px) {
  .contact-section .contact-block .contact-block-wrapper .contact a img {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .contact-section .contact-block .contact-block-wrapper .contact a img {
    left: -70px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .contact-section .contact-block .contact-block-wrapper .contact a img {
    left: -80px;
  }
}

.contact-section.hero-contact-section, .contact-section.cta-contact-section {
  padding-bottom: 15px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .contact-section.hero-contact-section, .contact-section.cta-contact-section {
    width: 100%;
  }
}

.contact-section.hero-contact-section a, .contact-section.cta-contact-section a {
  font-size: 28px;
  line-height: 43px;
}

@media (min-width: 1200px) {
  .contact-section.hero-contact-section a, .contact-section.cta-contact-section a {
    font-size: 46px;
    line-height: 56px;
  }
}

.contact-section.hero-contact-section span, .contact-section.cta-contact-section span {
  margin-left: 0;
}

.contact-section.hero-contact-section .contact-block, .contact-section.cta-contact-section .contact-block {
  padding: 15px;
}

@media (min-width: 768px) {
  .contact-section.hero-contact-section .contact-block, .contact-section.cta-contact-section .contact-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .contact-section.hero-contact-section .contact-block, .contact-section.cta-contact-section .contact-block {
    margin: initial;
  }
}

@media (min-width: 1200px) {
  .contact-section.hero-contact-section .contact-block, .contact-section.cta-contact-section .contact-block {
    padding: 25px;
  }
}

.contact-section.hero-contact-section .contact-block.call-support p, .contact-section.cta-contact-section .contact-block.call-support p {
  padding-bottom: 0;
}

@media (min-width: 375px) {
  .contact-section.hero-contact-section .contact-block .contact-block-wrapper, .contact-section.cta-contact-section .contact-block .contact-block-wrapper {
    margin: auto;
  }
}

.contact-section.hero-contact-section .contact-block .contact-block-wrapper .contact-us-click-to-call-icon, .contact-section.cta-contact-section .contact-block .contact-block-wrapper .contact-us-click-to-call-icon {
  position: relative;
}

.contact-section.hero-contact-section .contact-block .contact-block-wrapper .contact-us-click-to-call-icon img, .contact-section.cta-contact-section .contact-block .contact-block-wrapper .contact-us-click-to-call-icon img {
  height: auto;
  width: 35px;
  top: 5px;
  left: 0;
  z-index: 1;
}

@media (min-width: 1200px) {
  .contact-section.hero-contact-section .contact-block .contact-block-wrapper .contact-us-click-to-call-icon img, .contact-section.cta-contact-section .contact-block .contact-block-wrapper .contact-us-click-to-call-icon img {
    width: auto;
    top: -3px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-section.hero-contact-section .contact-block .contact-block-wrapper .contact, .contact-section.cta-contact-section .contact-block .contact-block-wrapper .contact {
    padding-left: 50px;
  }
}

.contact-section.cta-contact-section .col-md-6:first-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .contact-section.cta-contact-section .contact-block {
    margin: auto;
  }
}

.cta-contact-wrap {
  padding: 40px 0 0 0;
  background-color: #F5F8FC;
  border-bottom: 5px solid #2e3552;
}

@media (min-width: 992px) {
  .cta-contact-wrap {
    padding: 60px 0 0 0;
  }
}

@media (min-width: 768px) {
  .cta-contact-wrap h1 {
    padding: 0 12%;
  }
}

@media (min-width: 992px) {
  .cta-contact-wrap h1 {
    padding: 0;
  }
}

.common-cta-contact .desc {
  margin-bottom: 15px;
}
