footer {
  background-color: transparent;
}
.heading_section h1 {
  text-align: center;
}
.heading_section h2 {
  color: #1d1d1d;
  text-align: center;
}
.heading_section p {
  text-align: center;
}
/***************Form*****************/
.fancy_popup {
  max-width: unset;
  margin: auto;
  padding-top: 0px;
}
/***************End Form*****************/
/***************Locations****************/
.locations-main {
  background: url(/wp-content/themes/clinch/assets/images/img/contact-us/map.png) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 8rem;
}
@media (max-width: 480px) {
  .locations-main {
    background-image: none;
  }
}
.locations-main .row.location-listing {
  margin-top: 2rem;
  justify-content: center;
}
.locations-main .items {
  max-width: 450px;
  padding: 0 7px 15px 8px;
}
.address-box {
  background: #fff;
  border-radius: 10px;
  padding: 23px 20px 32px 46px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.address-box .city-name {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 15px;
}
.address-box .address {
  display: block;
  color: #1D1D1D;
  position: relative;
  padding-left: 2px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 13px;
}
.address-box .phone {
  display: block;
  color: #1D1D1D;
  font-weight: 700;
  position: relative;
  padding-left: 2px;
  letter-spacing: 0.5px;
}
.address-box .icon-address,
.address-box .icon-phone {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 7px;
  left: -24px;
}
.address-box .icon-address {
  background: url(/wp-content/themes/clinch/assets/images/img/contact-us/address-icon.png) no-repeat center;
}
.address-box .icon-phone {
  background: url(/wp-content/themes/clinch/assets/images/img/contact-us/phone-icon.png) no-repeat center;
  top: 3px;
}
.address-box a:hover {
  color: #3cc5ff;
}
/***********Ned locations***************/
.cta_section .cta_wrapper {
  background-image: url(/wp-content/uploads/2021/11/clinch_gradient_background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-radius: 10px;
}
.cta_section .cta_wrapper h2,
.cta_section .cta_wrapper p {
  text-align: center;
  color: white;
}
