/*footer*/
.estimate-badge {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
  line-height: 1.1;
}

.estimate-badge__small {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 4px;
  line-height: .5 !important;
}

.estimate-badge__big {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #fff; /* orange text */
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.phone-badge {
  /* colors taken from the screenshot */
  --orange: #f18b1d;
  display: inline-block;
  background: var(--bg);
  color: #fff;
  /* padding: 10px 14px; */
  border-radius: 6px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.05;
}

.phone-badge__label {
  font-size: 12px;
  font-weight: 600;
  opacity: 1;
  margin-bottom: 6px;
  line-height: .5 !important;
}

.module-44 .ry-flex .ry-each .phone-badge__main {
  font-size: 30px !important;
  font-weight: 800;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.phone-badge__main--orange strong {
  color: var(--orange);
}

.phone-badge__sub {
  margin-top: 0;
  margin-left: 100px;
  font-size: 20px !important;
  color: var(--orange);
  letter-spacing: 2px;
  white-space: nowrap;
  line-height: 1 !important;
}

@media (max-width: 420px) {
  .phone-badge__main {
    font-size: 26px;
  }
  .phone-badge__sub {
    margin-left: 106px;
    letter-spacing: 5px;
  }
}

.module-44 .ry-flex .ry-each .phone-badge__main span {
    font-weight: 800;
    font-size: 30px;
}

.estimate-badge__big strong {
    color: #f18b1d;
}

.module-44 .ry-flex .ry-each a:hover {
    color: #f18b1d !important;
    text-decoration: underline !important;
    text-underline-offset: 6px;
}
.module-44 {
  padding: 400px 0 150px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #034f7f;
  margin-top: -17rem;
  z-index: 1;
  }
  .module-44 .ry-footer-top {
    padding-bottom: 0;
    }
  @media (min-width: 1366px) {
    .module-44 .ry-container {
      /* max-width: 1280px; */
      } }
  @media (max-width: 1200px) {
    .module-44 .ry-container {
      max-width: 95%; }
      .module-44 .ry-container .ry-left {
        white-space: nowrap; } }
  @media (max-width: 991px) {
    .module-44 .ry-container .ry-left {
      white-space: normal; } }
  .module-44 .ry-footer-logo {
    max-width: max-content !important;
    margin: 0 auto 0;
    }
  .module-44 .ry-divisor {
    width: 100%;
    margin: 40px 0; }
  .module-44 .ry-social-icons {
    padding: 0;
    list-style: none;
    max-width: 250px;
    background: #333;
    margin: 0 auto;
    position: relative;
    top: -20px;
    text-align: center; }
    .module-44 .ry-social-icons li {
      display: inline-block;
      margin: 2px; }
  .module-44 .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .module-44 .social-icons .social-inner-wrap {
		    min-width: 180px;
		position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-evenly; }

     .module-44 .social-icons .social-inner-wrap:before {
        content: "";
        display: block;
        width: 130px;
        height: 1px;
        background: #ffffff5c;
        left: -60%;
        top: 50%;
        position: absolute;
      }

     .module-44 .social-icons .social-inner-wrap:after {
        content: "";
        display: block;
        width: 130px;
        height: 1px;
        background: #ffffff5c;
        right: -60%;
        top: 50%;
        position: absolute;
      }

		.module-44 .ry-footer-copyright .ry-container {
		border-top: unset;
		}


      .module-44 .social-icons .social-inner-wrap li {
        list-style: none;margin: 0 5px; }
        .module-44 .social-icons .social-inner-wrap li .fa {
		  color: #f18b1d;
		  background: #FFFFFF !important;
	      margin: 0 1px;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          line-height: 40px;
          list-style: none;
          text-align: center; }
          .module-44 .social-icons .social-inner-wrap li .fa.fa-google {
            background: #DB4437; }
          .module-44 .social-icons .social-inner-wrap li .fa.fa-facebook {
            background: #1f68a0; }
          .module-44 .social-icons .social-inner-wrap li .fa.fa-twitter {
            background: #77ceee; }
          .module-44 .social-icons .social-inner-wrap li .fa.fa-instagram {
            background: #f09433;
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
          .module-44 .social-icons .social-inner-wrap li .fa.fa-yelp {
            background: #ec2626; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-pinterest {
            background: #c8232c; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-youtube {
            background: #FF0000; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-tiktok {
            background: #000; }
            .module-44 .social-icons .social-inner-wrap li .fa.fa-yelp:before {
              content: "\f1e9"; }
        .module-44 .social-icons .social-inner-wrap li a {
          color: #fff; }
  .module-44 .ry-flex {
    display: grid;
    grid-template-columns: 200px 150px 320px 320px 1fr;
    justify-content: center;
    }
    .module-44 .ry-flex .ry-each {
      -ms-flex-preferred-size: 25%;
      /* flex-basis: 25%; */
      /* padding: 0; */
      }
      .module-44 .ry-flex .ry-each h2 {
		margin-bottom: 10px;
		text-align: left;
		font-size: 26px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #eef2f9;
		font-weight: 600;
		}
        @media screen and (min-width: 992px) and (max-width: 1039px) {
          .module-44 .ry-flex .ry-each h2 {
            font-size: 25px; } }
      .module-44 .ry-flex .ry-each ul {
        padding: 0; }
        .module-44 .ry-flex .ry-each ul li {
          list-style: none; }
      .module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
        position: relative;
        font-size: 20px;
        /* color: #FFFFFF; */
        font-weight: 400;
        line-height: 40px;
        font-family: "Jost", sans-serif;
        }
      .module-44 .ry-flex .ry-each .span-2 {
        width: 100px;
        display: inline-block; }
        @media (max-width: 992px) {
          .module-44 .ry-flex .ry-each .span-2 {
            width: auto;
            margin-right: 4px;
            display: inline; } }
        @media (max-width: 991px) {
          .module-44 .ry-flex .ry-each .span-2 {
            margin-right: 0;
            display: block; } }
  .module-44 .ry-footer-copyright {
    font-size: 14px;
    padding: 0;
    position: relative;
    z-index: 2;
    }
    .module-44 .ry-footer-copyright .ry-left img,
    .module-44 .ry-footer-copyright .ry-right img {
      max-width: 120px;
      /* margin-left: 7px; */
      margin-top: 10px;
      position: relative;
      }
    .module-44 .ry-footer-copyright .ry-right div {
      text-align: right; }
    .module-44 .ry-footer-copyright .ry-right .powered {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-;
      align-it;
      ms-;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      }
      @media (max-width: 991px) {
        .module-44 .ry-footer-copyright .ry-right .powered {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
		opacity: .5;
		font-size: 16px;
		line-height: 24px;
		text-transform: uppercase;
		color: #ffffff;
		font-family: "Jost";
		text-align: center;
		}
    .module-44 .ry-footer-copyright .ry-container {
      padding: 20px 0; }
    @media (max-width: 991px) {
      .module-44 .ry-footer-copyright p {
        text-align: center; } }
  @media (max-width: 991px) {
    .module-44 .ry-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .module-44 .ry-flex .ry-each {
        margin-bottom: 30px;
        text-align: center; }
        .module-44 .ry-flex .ry-each h2, .module-44 .ry-flex .ry-each div {
          text-align: center; } }
  .module-44.style2 .ry-divisor {
    border-top: 2px rgba(255, 255, 255, 0.1) solid; }
  .module-44.style2 .ry-footer-copyright .ry-container {
    border-top: 2px rgba(255, 255, 255, 0.1) solid; }
  .module-44.style2 .ry-flex .ry-each h2 {
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-size: 25px; }

.module-44 .ry-each-divider {
    background: #1c608c !important;
    width: 1px;
    height: 440px;
    margin: 0 auto;
}

.module-44 .ry-flex .ry-each .footer__credit ul {
    padding: 0;
    list-style: none;
}

.module-44 .ry-flex .ry-each a.overlink {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
}

.module-44 .ry-flex .ry-each .footer__credit ul li a, .module-44 .ry-flex .ry-each .footer__credit ul li {
    font-size: 16px;
    line-height: 1.5 !important;
    color: #ffffff;
    font-family: "Jost";
    text-align: center;
    opacity: 1;
    text-transform: initial;
}

.module-44 .ry-flex .ry-each .footer__credit ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0 20px;
}

.module-44 .ry-footer-copyright .ry-right .powered p {
    opacity: 0.502;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-family: "Jost";
    text-transform: initial;
}

.module-44 .ry-each .footer__currentyear p {
    /* text-wrap: balance; */
}

.module-44 .ry-container {
    width: min(1280px, 90%);
    margin: 0 auto;
    float: unset;
}

.module-44 .ry-each .website-info {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.footer__social ul.custom-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 30px !important;
    list-style: none;
    gap: 20px;
}

.footer__social ul.custom-social-wrapper li a {
    display: flex;
    width: 40px;
    height: 40px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer__social ul.custom-social-wrapper li a svg {
    fill: #0068ab;
}

.footer__social ul.custom-social-wrapper li a:hover {
    background: #f18b1d !important;
}
