.site {
  overflow: hidden;
}

@media (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .container, .container-sm {
    max-width: 90%;
  }
}
.home #hero h1 {
  width: 55%;
}
@media screen and (max-width: 1200px) {
  .home #hero h1 {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .home #hero h1 {
    width: 100%;
    text-align: center;
  }
}
.home .home-services-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .home-services-mobile {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.home .home-services-mobile a {
  display: block;
  background: linear-gradient(109deg, #C7171E 8.88%, #004F9D 95.13%);
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.17), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.17), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 4px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.home .home-services-mobile a .row {
  width: inherit;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 10px 20px 0;
  background-color: #ffffff;
  border-radius: 16px;
}
.home .home-services-mobile a .row .icon {
  width: 60px;
}
.home .home-services-mobile a .row .icon img {
  width: 100%;
}
.home .home-services-mobile a .row .content {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.home .home-services-mobile a .row .content img {
  width: 15px;
  display: block;
  margin: 0 0 0 auto;
}
.home .home-services-mobile a .row .content h3 {
  width: 75%;
  font-size: 26px;
  display: block;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .home .home-services-mobile a .row .content h3 {
    font-size: 22px;
  }
}
.home .section2 {
  padding-top: 100px;
}
.home .section2 .col a {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .section2 {
    display: none;
  }
}
.home .why-choose {
  position: relative;
  margin-top: -300px;
  padding-bottom: 0;
  background: linear-gradient(107deg, #295E93 -70.76%, #0B3A69 87.63%);
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .home .why-choose {
    margin-top: -250px;
  }
}
@media screen and (max-width: 1200px) {
  .home .why-choose {
    padding-bottom: 0;
  }
}
.home .why-choose__inner {
  padding-top: 250px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .home .why-choose__inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home .why-choose__inner .top {
    padding-top: 50px;
  }
}
.home .why-choose__inner .top h2 {
  margin-bottom: 32px;
  color: #ffffff;
  font-size: 54px;
  font-weight: 800;
  line-height: 64px;
  letter-spacing: -0.72px;
}
@media (max-width: 767px) {
  .home .why-choose__inner .top h2 {
    font-size: 44px;
    line-height: 110%;
  }
}
.home .why-choose__inner .top h2 {
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .home .why-choose__inner .top h2 {
    font-size: 33px;
  }
}
.home .why-choose__inner .top .box {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .home .why-choose__inner .top .box {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .home .why-choose__inner .top .box {
    width: 49%;
  }
}
.home .why-choose__inner .bottom h2 {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .home .why-choose__inner .bottom h2 {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.home .why-choose__inner .bottom .mobile-button-group .btn.blue {
  border-color: #ffffff;
}
.home .why-choose__inner .bottom .button-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .why-choose__inner .bottom .button-group > div {
  width: 32%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .home .why-choose__inner .bottom .button-group > div.phone {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
  .home .why-choose__inner .bottom .button-group > div.contact {
    width: 49%;
  }
}
@media screen and (max-width: 960px) {
  .home .why-choose__inner .bottom .button-group > div.quote {
    width: 100%;
  }
}
.home .why-choose__inner .bottom .button-group > div .btn {
  width: 100%;
}
.home .why-choose__inner .bottom .button-group > div .btn.blue {
  border-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .home .why-choose__inner .bottom .button-group > div .btn {
    margin-top: 15px;
    padding: 24px 0;
    margin-right: 0;
  }
}
.home .why-choose::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  background-color: #0B3B69;
  background: linear-gradient(25deg, #295E93 -70.76%, #0B3A69 87.63%);
  top: 100%;
  z-index: -1;
  -webkit-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-bottom: 20px solid #ffffff;
}
@media screen and (max-width: 900px) {
  .home .why-choose::after {
    height: 150px;
  }
}
@media screen and (max-width: 960px) {
  .home .why-choose::after {
    height: 75px;
  }
}
.home #reviews::before {
  background-image: unset;
}
@media screen and (max-width: 767px) {
  .home #reviews .grid-col h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home #reviews .reviews-box {
  
  }
}
@media (max-width: 767px) {
  .home .section3 {
    margin-top: 90px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .home .section3 {
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .home .section3::before {
    bottom: 20px;
  }
}
.home .section6 .bottom {
  padding: 40px 30px 30px 30px;
  width: 96%;
}
.home .section6 .bottom .search-box {
  padding-right: 5px;
}

:root {
  --gradient: linear-gradient(
    109deg,
    #C7171E 8.88%,
    #004F9D 95.13%
  );
}

.page-template-service .what-its-like {
  background: linear-gradient(107deg, #295E93 -70.76%, #0B3A69 87.63%);
  padding: 0 0 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-service .what-its-like {
    padding-bottom: 50px;
  }
}
.page-template-service .what-its-like::before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  height: 50%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(107deg, #295E93 -70.76%, #0B3A69 87.63%);
}
@media screen and (max-width: 767px) {
  .page-template-service .what-its-like::before {
    top: -150px;
    height: 150px;
  }
}
.page-template-service .what-its-like .line {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 75px;
}
.page-template-service .what-its-like .line img {
  display: block;
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 991px) {
  .page-template-service .what-its-like .line {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-service .what-its-like .line {
    display: none;
  }
}
.page-template-service .what-its-like h2 {
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
  font-family: Outfit;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .page-template-service .what-its-like h2 {
    margin-top: -75px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-service .what-its-like h2 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.page-template-service .what-its-like .what-its-like-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-template-service .what-its-like .what-its-like-row {
    display: block;
  }
}
.page-template-service .what-its-like .what-its-like-row .box {
  width: 19.5%;
  padding: 12px 24px;
  border-radius: 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .page-template-service .what-its-like .what-its-like-row .box {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-service .what-its-like .what-its-like-row .box {
    width: 80%;
    display: block;
    margin: 0 auto;
    width: 300px;
    padding: 12px 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .page-template-service .what-its-like .what-its-like-row .box {
    width: 100%;
  }
}
.page-template-service .what-its-like .what-its-like-row .box h3 {
  color: #000;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  margin: 0;
}
.page-template-service .what-its-like .what-its-like-row .box img {
  display: block;
  margin: 0 auto 5px;
  height: 100px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-template-service .what-its-like .button-group, .page-template-service .what-its-like .mobile-button-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-template-service .what-its-like .button-group, .page-template-service .what-its-like .mobile-button-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.page-template-service .what-its-like .button-group .btn, .page-template-service .what-its-like .mobile-button-group .btn {
  min-width: 270px;
}
.page-template-service .what-its-like .button-group .btn.blue, .page-template-service .what-its-like .mobile-button-group .btn.blue {
  border-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .page-template-service .what-its-like .button-group .btn, .page-template-service .what-its-like .mobile-button-group .btn {
    margin-top: 25px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-template-service .what-its-like .button-group .btn, .page-template-service .what-its-like .mobile-button-group .btn {
    margin-top: 0;
  }
}
.page-template-service .read-more-section {
  display: block;
  position: relative;
  padding: 80px 0 0 0;
}
.page-template-service .read-more-section .h {
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #000000;
  text-align: center;
  font-family: Outfit;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  text-transform: uppercase;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-template-service .read-more-section .h {
    font-size: 40px;
    line-height: 110%;
  }
}
@media screen and (max-width: 575px) {
  .page-template-service .read-more-section .h {
    font-size: 36px;
  }
}
.page-template-service .read-more-section picture {
  display: block;
}
.page-template-service .read-more-section .read-more__img {
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.page-template-service .read-more-section .read-more__img img {
  max-height: 340px;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.page-template-service .read-more-section .read-more__box .read-more__txt {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-service .read-more-section .read-more__box .read-more__txt {
    max-height: 150px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  }
}
.page-template-service .read-more-section .read-more__box .read-more__txt.read-more__expanded {
  max-height: 100%;
  margin-bottom: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  margin-bottom: 50px;
}
.page-template-service .read-more-section .read-more__box .read-more__txt.read-more__expanded::before, .page-template-service .read-more-section .read-more__box .read-more__txt.read-more__expanded::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-template-service .read-more-section .read-more__box .read-more__txt::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 125px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.95)));
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.95));
  }
}
.page-template-service .read-more-section .read-more__box .read-more__btn {
  margin-top: 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  background: none;
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.page-template-service .read-more-section .read-more__box .read-more__btn:hover {
  color: #EA1D24;
}
.page-template-service .read-more-section .read-more__box .read-more__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-template-service .read-more-section .read-more__box .read-more__btn {
    display: block;
  }
}
.page-template-service .section9 {
  padding-bottom: 210px;
}
.page-template-service .section9::before {
  display: block;
  content: "";
  position: absolute;
  background-color: #fbfbfb;
  top: -1px;
  left: 0;
  width: 100%;
  height: 135px;
  pointer-events: none;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.page-template-service .section9::after {
  background-color: #EFF3F6;
}
.page-template-service .section9 .brand:last-of-type {
  width: 200px;
}
.page-template-service .section9 .brand:last-of-type img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1399px) {
  .page-template-service .section9 {
    background-color: #EFF3F6;
    padding: 200px 0 250px;
  }
  .page-template-service .section9::before {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .page-template-service .section9 {
    padding: 150px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-template-service .section9 {
    background-color: #fbfbfb;
    padding: 50px 0 50px 0;
  }
  .page-template-service .section9::before {
    display: none;
  }
}
.page-template-service .section13 .button-group {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-template-service #footer {
  background-color: #EFF3F6;
}
.page-template-service #footer .bcg2 {
  background-image: url("../../img/footer-bcg1-transparent.webp");
  position: relative;
  display: block;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .page-template-service #footer .bcg2 {
    background-image: url("/wp-content/uploads/2025/11/footer-mobile-top.webp");
  }
}
@media (max-width: 1199px) {
  .page-template-service #footer .bcg3 {
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .page-template-service #footer {
    background-color: #fbfbfb;
  }
}

.page-template-about #hero h1 {
  width: 55%;
}
@media screen and (max-width: 1200px) {
  .page-template-about #hero h1 {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .page-template-about #hero h1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-about .section8 h2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-about .section10.wrapper {
    padding-bottom: 50px;
  }
}
.page-template-about .custom-video-wrapper {
  margin-top: -20vw;
}
@media (max-width: 991px) {
  .page-template-about .custom-video-wrapper {
    margin-top: -28vw;
  }
}
@media (max-width: 767px) {
  .page-template-about .custom-video-wrapper {
    margin-top: -15vw;
  }
}
.page-template-about .section5 .button-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-template-about .section5 .button-group .btn.blue {
  border-color: #ffffff;
}
.page-template-about .section10 {
  padding-bottom: 100px;
}
.page-template-about .zip-search {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-template-about .zip-search {
    margin-bottom: 0;
  }
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .button-group {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .button-group {
    display: none;
  }
}

.mobile-button-group {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-button-group {
    width: 90%;
    display: block;
    margin: 50px auto;
  }
}
.mobile-button-group__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-button-group .phone, .mobile-button-group .contact {
  width: 49%;
}
@media screen and (max-width: 575px) {
  .mobile-button-group .phone, .mobile-button-group .contact {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mobile-button-group .phone a, .mobile-button-group .contact a {
  width: 100%;
}
.mobile-button-group .quote {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .mobile-button-group .quote {
    margin-top: 0;
  }
}
.mobile-button-group .quote a {
  width: 100%;
}
.mobile-button-group .mobile-button-bar {
  width: 100%;
  background-color: #ffffff;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  -webkit-box-shadow: 1.221px 4.885px 12.213px 0 rgba(0, 0, 0, 0.1), 0 0 2.443px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1.221px 4.885px 12.213px 0 rgba(0, 0, 0, 0.1), 0 0 2.443px 0 rgba(0, 0, 0, 0.05);
}
.mobile-button-group .mobile-button-bar .mobile-button-bar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}
.mobile-button-group .mobile-button-bar .hero-p1 {
  width: 25%;
  text-align: center;
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
}
.mobile-button-group .mobile-button-bar .hero-box2 {
  width: 50%;
  text-align: center;
}
.mobile-button-group .mobile-button-bar .hero-box3 {
  width: 25%;
}
.mobile-button-group .mobile-button-bar .hero-box3 img {
  width: 100%;
}
.mobile-button-group .mobile-button-bar .hero-p1, .mobile-button-group .mobile-button-bar .hero-p2 {
  margin-bottom: 0;
}

.button-group .btn, .mobile-button-group .btn {
  margin-top: 0;
  margin-right: 10px;
  border-radius: 7px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.button-group .btn:hover, .mobile-button-group .btn:hover {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.button-group .btn.blue, .mobile-button-group .btn.blue {
  color: #ffffff;
  border: 2px solid transparent;
  background: linear-gradient(107deg, #295E93 -70.76%, #0B3A69 87.63%);
  padding: 20px 27px;
  min-width: auto;
  font-weight: 500;
}
.button-group .btn.blue:hover, .mobile-button-group .btn.blue:hover {
  color: #0B3B69;
  background: #ffffff;
  background-color: #ffffff;
  border-color: #0B3B69;
}
.button-group .btn.red, .mobile-button-group .btn.red {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 20px 27px;
  min-width: auto;
  border: 2px solid transparent;
  background: radial-gradient(92.96% 92.96% at 50% 7.04%, #E91E22 0%, #C7171E 100%);
}
.button-group .btn.red:hover, .mobile-button-group .btn.red:hover {
  color: #EA1D24;
  background: #ffffff;
  border-color: #EA1D24;
}
.button-group .btn.white, .mobile-button-group .btn.white {
  border-radius: 9px;
  border: 2px solid #969696;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
  background: linear-gradient(180deg, #F9F9F9 0%, #ECECEC 100%);
  color: #EA1D24;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  padding: 13px 24px 7px 24px;
}
.button-group .btn.white::after, .mobile-button-group .btn.white::after {
  content: "HVAC | Water Heater | Water Softener";
  display: block;
  text-align: center;
  color: #093A69;
  font-size: 10px;
  margin-top: 2px;
  font-weight: normal;
  color: #093A69;
}
.button-group .btn.white:hover, .mobile-button-group .btn.white:hover {
  color: #0B3B69;
  border-color: #EA1D24;
}
@media screen and (max-width: 767px) {
  .button-group .btn, .mobile-button-group .btn {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .new-hero#hero {
    padding: 100px 0 150px 0;
  }
}
.new-hero#hero::after {
  background-image: url("../../img/bcg2-top.webp");
}
.new-hero .container-hero {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .new-hero .container-hero {
    width: 90%;
  }
}
.new-hero .content {
  padding-right: 0;
  max-width: 1320px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.new-hero .content .button-group {
  border-radius: 14px;
  border: 1px solid #ffffff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1.221px 4.885px 12.213px 0 rgba(0, 0, 0, 0.1), 0 0 2.443px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1.221px 4.885px 12.213px 0 rgba(0, 0, 0, 0.1), 0 0 2.443px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .new-hero .content .button-group {
    display: none;
  }
}
.new-hero .hero-p1 {
  margin: 0 20px;
}
.new-hero .hero-box2 {
  text-align: center;
}
.new-hero .hero-box3 img {
  width: 80px;
}

.service-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .service-grid {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .service-grid {
    padding: 25px 0 0 0;
    margin-bottom: 0;
  }
}
.service-grid .box {
  padding: 16px;
  border-radius: 15px;
  border: 3px solid #0B3B69;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: default;
  width: 48%;
  margin-bottom: 2%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .service-grid .box {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .service-grid .box {
    width: 49%;
  }
}
.service-grid .box:nth-of-type(4) .icon, .service-grid .box:nth-of-type(5) .icon, .service-grid .box:last-of-type .icon {
  height: 110px;
}
@media screen and (max-width: 767px) {
  .service-grid .box:nth-of-type(4) .icon, .service-grid .box:nth-of-type(5) .icon, .service-grid .box:last-of-type .icon {
    height: 90px;
  }
}
.service-grid .box:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #EA1D24;
}
.service-grid .box:hover h3 {
  color: #C41230;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-grid .box .icon {
  height: 80px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .service-grid .box .icon {
    height: 60px;
  }
}
.service-grid .box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.service-grid .box .content h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 110%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .service-grid .box .content h3 {
    font-size: 16px;
  }
}
.service-grid .box .content p {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 100%;
}
@media screen and (max-width: 575px) {
  .service-grid .box .content p {
    font-size: 10px;
  }
}

.faq {
  position: relative;
  padding-top: 60px;
  padding-bottom: 35px;
  background-color: #F4F6F8;
  z-index: 1;
}
@media (max-width: 991px) {
  .faq {
    margin-top: 100px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 575px) {
  .faq {
    margin-top: 25px;
    padding-bottom: 50px;
    padding-top: 25px;
  }
}
.faq h2 {
  color: #222227;
  text-align: center;
  font-family: Outfit;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .faq h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .faq h2 {
    font-size: 27px;
    line-height: 33px;
  }
}
.faq .accordion-item {
  margin-bottom: 32px;
  border-radius: 14px;
  border: 1px solid #D3D3D3 !important;
  background: rgba(255, 255, 255, 0.9);
}

/* FAQ */
.faq-wrapper .faq-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq-wrapper .faq-accordion .faq-item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 16px 30px 53px;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .faq-accordion .faq-item {
    padding: 30px 16px 30px 25px;
  }
}
.faq-wrapper .faq-accordion .faq-item.active {
  background-color: #0B3B69;
  background: linear-gradient(107deg, #295e93 -70.76%, #0b3a69 87.63%);
}
.faq-wrapper .faq-accordion .faq-item.active .faq-question h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .faq-wrapper .faq-accordion .faq-item.active .faq-question h3 {
    font-size: 18px;
  }
}
.faq-wrapper .faq-accordion .faq-item.active .faq-question h3:hover {
  color: #ffffff;
}
.faq-wrapper .faq-accordion .faq-item.active .faq-question h3::after {
  color: #ffffff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq-wrapper .faq-accordion .faq-item.active .faq-answer {
  color: #ffffff;
  font-size: 19px;
  padding-top: 15px;
  padding-right: 25px;
}
@media screen and (max-width: 1199px) {
  .faq-wrapper .faq-accordion .faq-item.active .faq-answer {
    font-size: 16px;
  }
}
.faq-wrapper .faq-accordion .faq-item.active .faq-answer p {
  margin: 0;
}
.faq-wrapper .faq-accordion .faq-item.active .faq-answer a {
  border-bottom: 1px solid #ffffff;
}
.faq-wrapper .faq-accordion .faq-item .faq-question {
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.faq-wrapper .faq-accordion .faq-item .faq-question h3 {
  position: relative;
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.faq-wrapper .faq-accordion .faq-item .faq-question h3:hover {
  color: #295E93;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .faq-accordion .faq-item .faq-question h3 {
    width: 90%;
  }
}
.faq-wrapper .faq-accordion .faq-item .faq-question h3::after {
  content: "\f107";
  color: #000000;
  position: absolute;
  top: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 700;
  right: 45px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .faq-accordion .faq-item .faq-question h3::after {
    right: -10%;
  }
}
.faq-wrapper .faq-accordion .faq-item .faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.faq-wrapper .faq-accordion .faq-item details[open] .faq-answer {
  opacity: 1;
  visibility: visible;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-item h3::after {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.faq-item.active h3::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.zip-search {
  padding-top: 30px;
  background: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .zip-search {
    padding-bottom: 25px;
  }
}
.zip-search__inner {
  margin: 35px 0 0 0;
  padding: 60px 80px 30px 65px;
  border-radius: 22px;
  background: #EFF3F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .zip-search__inner {
    padding: 60px 40px 30px 50px;
  }
}
@media screen and (max-width: 991px) {
  .zip-search__inner {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .zip-search__inner {
    padding: 25px;
  }
}
.zip-search__inner .left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .zip-search__inner .left {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 25px;
  }
}
.zip-search__inner .left h3 {
  margin-bottom: -10px;
  padding: 0;
  font-size: 29px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 991px) {
  .zip-search__inner .left h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .zip-search__inner .left h3 {
    font-size: 24px;
  }
}
.zip-search__inner .left i {
  margin-right: 25px;
  color: #EA1D24;
  font-size: 43px;
  font-weight: 900;
  line-height: 43px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 991px) {
  .zip-search__inner .left i {
    margin: 0 0 15px 0;
    -webkit-transform: none;
    transform: none;
  }
}
.zip-search__inner .right {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .zip-search__inner .right {
    width: 100%;
  }
}
.zip-search__inner .right .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  border-radius: 100px;
  border: 1px solid #99A2AC;
  background: #FFF;
}
.zip-search__inner .right input[type=text] {
  border: none;
  margin-right: 15px;
  padding: 17px 15px;
  border-radius: 100px;
  width: 100%;
}
.zip-search__inner .right button {
  padding: 13px 30px;
  border-radius: 100px;
  background: #CD0303;
  border: 1px solid #CD0303;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-transform: capitalize;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.zip-search__inner .right button:hover {
  background-color: transparent;
  color: #CD0303;
}
.zip-search__inner .right #result {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}

.page-template-default .zip-search {
  margin-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .page-template-default .zip-search {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .page-template-default .zip-search {
    margin-bottom: 25px;
  }
}

.intro {
  background-image: url(../../img/bcg2-bottom.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 16vw;
  padding-top: 50px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .intro {
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    background-size: 100%;
    padding-bottom: 100px;
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .intro {
    padding-bottom: 50px;
  }
}
.intro .container {
  margin-bottom: 50px;
}
.intro h3 {
  padding: 0;
}
.intro .left-content {
  width: 90%;
}
.intro .left-content .txt a {
  border-bottom: 1px solid #000000;
}
.intro .left-content .txt a:hover {
  color: #0B3B69;
  font-weight: bold;
  border-bottom: 2px solid #0B3B69;
}
.intro .left-content .button-group {
  margin: 25px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .intro .left-content .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0;
  }
}
@media screen and (max-width: 575px) {
  .intro .left-content .button-group {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .intro .left-content .button-group .phone, .intro .left-content .button-group .contact {
    width: 50%;
  }
  .intro .left-content .button-group .phone .btn, .intro .left-content .button-group .contact .btn {
    min-width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .intro .left-content .button-group .phone, .intro .left-content .button-group .contact {
    width: 100%;
    margin-top: 25px;
  }
  .intro .left-content .button-group .phone .btn, .intro .left-content .button-group .contact .btn {
    min-width: 100%;
  }
}
.intro .left-content h2 {
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .intro .left-content {
    width: 100%;
  }
}

.how-we-help {
  position: relative;
  padding-top: 0;
  padding-bottom: 100px;
  background: linear-gradient(107deg, #295E93 -70.76%, #0B3A69 87.63%);
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .how-we-help {
    padding-bottom: 50px;
  }
}
.how-we-help::before {
  content: "";
  position: absolute;
  top: -370px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2025/11/about-section2-bcg.webp");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1399px) {
  .how-we-help::before {
    top: -250px;
  }
}
@media (max-width: 991px) {
  .how-we-help::before {
    top: -180px;
  }
}
@media (max-width: 767px) {
  .how-we-help::before {
    top: -135px;
  }
}
@media screen and (max-width: 575px) {
  .how-we-help::before {
    top: -90px;
  }
}
.how-we-help__inner {
  display: block;
  margin: 0 auto;
  width: 1420px;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 1450px) {
  .how-we-help__inner {
    width: 85%;
  }
}
@media screen and (max-width: 900px) {
  .how-we-help__inner {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .how-we-help__inner {
    padding: 40px 0;
    width: 95%;
  }
}
.how-we-help__inner h2 {
  margin-bottom: 80px;
  color: #ffffff;
  font-family: Outfit;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 98%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .how-we-help__inner h2 {
    font-size: 38px;
    line-height: 110%;
    margin-bottom: 25px;
  }
}
.how-we-help__inner .how-we-help-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .how-we-help__inner .how-we-help-desktop {
    display: none;
  }
}
.how-we-help__inner .how-we-help-desktop .column {
  width: 24%;
}
@media screen and (max-width: 1099px) {
  .how-we-help__inner .how-we-help-desktop .column {
    width: 48%;
    margin-bottom: 50px;
  }
}
.how-we-help__inner .how-we-help-desktop .column .box {
  position: relative;
  padding: 0 20px 45px;
  height: 100%;
  border-radius: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.how-we-help__inner .how-we-help-desktop .column .box .content {
  z-index: 2;
}
.how-we-help__inner .how-we-help-desktop .column .box .content h3 {
  margin-bottom: 19px;
  padding: 0;
  color: #000000;
  font-weight: 700;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 39px;
}
.how-we-help__inner .how-we-help-desktop .column .box .content p {
  max-width: 190px;
  margin: 0 auto;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  line-height: 45px;
  text-transform: capitalize;
  border-radius: 7px;
  border: 2px solid #F3F1F1;
  background: #ffffff;
  -webkit-box-shadow: -2px 3px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: -2px 3px 3px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.how-we-help__inner .how-we-help-desktop .column .box .bcg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  overflow: hidden;
  border: 5px solid #FFF;
}
.how-we-help__inner .how-we-help-desktop .column .box .bcg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.how-we-help__inner .how-we-help-desktop .column .box .bcg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.how-we-help__inner .how-we-help-desktop .column .box .icon {
  position: relative;
  margin-top: -50px;
  margin-bottom: 53px;
  z-index: 2;
}
.how-we-help__inner .how-we-help-desktop .column .box .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  width: 122px;
  height: 122px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgba(240, 240, 240, 0.5);
  backdrop-filter: blur(5px);
  z-index: -2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.how-we-help__inner .how-we-help-desktop .column a {
  height: 100%;
  width: 100%;
  padding: 4px;
  border-radius: 20px;
  background: linear-gradient(109deg, #C7171E 8.88%, #004F9D 95.13%);
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.17), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.17), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.how-we-help__inner .how-we-help-desktop .column a:hover .box h3 {
  color: #ffffff;
}
.how-we-help__inner .how-we-help-desktop .column a:hover .box p {
  border-color: transparent;
}
.how-we-help__inner .how-we-help-desktop .column a:hover .bcg::before {
  opacity: 0.7;
  background: #0B3A69;
}
.how-we-help__inner .button-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 75px 0 25px 0;
}
@media screen and (max-width: 1099px) {
  .how-we-help__inner .button-group {
    margin: 25px 0;
  }
}
@media screen and (max-width: 900px) {
  .how-we-help__inner .button-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.how-we-help__inner .button-group .btn {
  min-width: 270px;
}
@media screen and (max-width: 1099px) {
  .how-we-help__inner .button-group .btn {
    min-width: auto;
  }
}
.how-we-help__inner .button-group .btn.blue {
  border-color: #ffffff;
}
.how-we-help__inner .how-we-help-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .how-we-help__inner .how-we-help-mobile {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.how-we-help__inner .how-we-help-mobile a {
  display: block;
  background: linear-gradient(109deg, #C7171E 8.88%, #004F9D 95.13%);
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.17), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.17), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 4px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.how-we-help__inner .how-we-help-mobile a .row {
  width: inherit;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 10px 20px 0;
  background-color: #ffffff;
  border-radius: 16px;
}
.how-we-help__inner .how-we-help-mobile a .row .icon {
  width: 60px;
}
.how-we-help__inner .how-we-help-mobile a .row .icon img {
  width: 100%;
}
.how-we-help__inner .how-we-help-mobile a .row .content {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.how-we-help__inner .how-we-help-mobile a .row .content img {
  width: 15px;
  display: block;
  margin: 0 0 0 auto;
}
.how-we-help__inner .how-we-help-mobile a .row .content h3 {
  width: 75%;
  font-size: 26px;
  display: block;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .how-we-help__inner .mobile-button-group {
    width: 90%;
    margin: 50px auto 0;
  }
}
.how-we-help__inner .mobile-button-group .btn.blue {
  border-color: #ffffff;
}

#sticky-footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 20px 15px 10px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
#sticky-footer .col-sm-5 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 calc(50% - 25px) !important;
  flex: 0 0 calc(50% - 25px) !important;
  max-width: calc(50% - 25px) !important;
}
#sticky-footer .col-sm-2 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 50px !important;
  flex: 0 0 50px !important;
  max-width: 50px !important;
  padding-right: 0;
  padding-left: 0;
}
#sticky-footer .col-sm-2 img {
  max-height: 50px;
  margin: 0 auto;
}
#sticky-footer .fa-phone {
  background-color: #0B3B69;
  padding: 20px;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  border: 10px solid #ffffff;
}
@media screen and (max-width: 400px) {
  #sticky-footer .fa-phone {
    font-size: 18px;
  }
}
#sticky-footer a {
  text-align: center;
  line-height: 110%;
  font-size: 20px;
}
#sticky-footer a:hover {
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  #sticky-footer a {
    font-size: 16px;
  }
}
#sticky-footer .mobile-phone {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 110px;
}

#sticky-footer .col-sm-5:first-of-type p {
  padding-left: 5px;
}

#sticky-footer .col-sm-5:last-of-type p {
  padding-right: 5px;
}

@media only screen and (max-width: 480px) {
  .BOT_chatcontainer {
    width: 100% !important;
    right: 20px;
    bottom: 20px;
    height: 100% !important;
  }
}