@media all and (max-width: 767px) {
  .reverse-row-mobile {
    display: flex;
    flex-direction: column-reverse; } }

.ServicesPage {
  font-size: 62.5%; }
  .ServicesPage *::after,
  .ServicesPage *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .ServicesPage body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  .ServicesPage .ourServices {
    background-image: linear-gradient(76deg, rgba(193, 51, 44, 0.8) 0%, rgba(31, 94, 168, 0.8) 70%, rgba(128, 144, 207, 0.8) 100%), url(../img/ReviewSml.jpg);
    background-size: cover;
    background-position: center;
    height: 35vh; }
  .ServicesPage .ourServicesHeading {
    margin-top: 8rem;
    font-size: 6rem;
    font-weight: 500;
    color: white;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black; }
    @media all and (max-width: 767px) {
      .ServicesPage .ourServicesHeading {
        font-size: 4rem;
        margin-top: 2rem; } }
  .ServicesPage .ourServicesP {
    font-size: 2rem;
    font-weight: 400;
    color: white;
    letter-spacing: 2px;
    text-shadow: 2px 1px 1px black;
    margin-top: 2rem; }
    @media all and (max-width: 767px) {
      .ServicesPage .ourServicesP {
        font-size: 1.6rem; } }
  .ServicesPage .btn-cta {
    background-image: linear-gradient(90deg, #4bbf73 0, #4bbf73 50%, #4bbf73 100%);
    background-size: 400%, 1px;
    background-position: 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 1.5rem;
    transition: all 0.6s; }
    .ServicesPage .btn-cta:hover {
      transform: scale(1.2); }
  .ServicesPage .services-spacing {
    padding-top: 8rem; }
    @media all and (max-width: 767px) {
      .ServicesPage .services-spacing {
        padding-top: 4rem; } }
  .ServicesPage .service-img-red {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .ServicesPage .services-heading-blue {
    color: #1f5ea8;
    font-size: 3.8rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
    @media all and (max-width: 767px) {
      .ServicesPage .services-heading-blue {
        margin-top: 2rem;
        text-align: center; } }
  .ServicesPage .services-heading-red {
    color: #c1322c;
    font-size: 3.8rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
    @media all and (max-width: 767px) {
      .ServicesPage .services-heading-red {
        margin-top: 2rem;
        text-align: center; } }
  .ServicesPage .services-p {
    font-size: 1.8rem;
    font-weight: 300;
    color: black; }
    @media all and (max-width: 767px) {
      .ServicesPage .services-p {
        font-weight: 500;
        text-align: center; } }
  @media all and (max-width: 767px) {
    .ServicesPage .services-ul {
      width: 70%;
      margin: auto; } }
  .ServicesPage .btn-text-blue:link, .ServicesPage .btn-text-blue:visited {
    font-size: 1.6rem;
    color: #1f5ea8;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #1f5ea8;
    padding: 3px;
    transition: all 0.2s;
    font-weight: 900; }
  .ServicesPage .btn-text-blue:hover {
    background-color: #1f5ea8;
    color: #f7f7f7;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: translateY(-2px); }
  .ServicesPage .btn-text-blue:active {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
    transform: translateY(0); }
  @media all and (max-width: 767px) {
    .ServicesPage .center-tag-mobile {
      text-align: center; } }
  .ServicesPage .btn-text-red:link, .ServicesPage .btn-text-red:visited {
    font-size: 1.6rem;
    color: #c1322c;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #c1322c;
    padding: 3px;
    transition: all 0.2s;
    font-weight: 900; }
  .ServicesPage .btn-text-red:hover {
    background-color: #c1322c;
    color: #f7f7f7;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: translateY(-2px); }
  .ServicesPage .btn-text-red:active {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
    transform: translateY(0); }
  @media all and (max-width: 767px) {
    .ServicesPage .btn-text-red {
      margin-bottom: 2rem; } }
  .ServicesPage .nav-a {
    text-decoration: none; }

.AboutPage {
  font-size: 62.5%; }
  .AboutPage *::after,
  .AboutPage *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .AboutPage body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  @media all and (max-width: 767px) {
    .AboutPage .reverse-row-mobile {
      display: flex;
      flex-direction: column-reverse; } }
  .AboutPage .hero-vid {
    width: 100%;
    height: 35vh;
    background-size: cover;
    object-fit: cover;
    background-position: top; }
    @media all and (max-width: 767px) {
      .AboutPage .hero-vid {
        display: none; } }
  .AboutPage .hero-img {
    margin-top: -60rem;
    width: 75px; }
  .AboutPage .page-heading {
    margin-top: -26rem;
    color: white;
    position: relative;
    font-size: 8rem;
    font-weight: 700;
    text-shadow: 0 6px 4px black;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .AboutPage .page-heading {
        font-size: 5.8rem;
        margin-top: -24rem; } }
    @media all and (max-width: 767px) {
      .AboutPage .page-heading {
        font-size: 2.8rem;
        margin-top: 2rem;
        color: #1f5ea8;
        text-shadow: none; } }
  .AboutPage .ourServices {
    background-image: linear-gradient(76deg, rgba(193, 51, 44, 0.8) 0%, rgba(31, 94, 168, 0.8) 70%, rgba(128, 144, 207, 0.8) 100%), url(../img/ReviewSml.jpg);
    background-size: cover;
    background-position: center;
    height: 35vh; }
  .AboutPage .ourServicesHeading {
    margin-top: 8rem;
    font-size: 6rem;
    font-weight: 500;
    color: white;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black; }
    @media all and (max-width: 767px) {
      .AboutPage .ourServicesHeading {
        font-size: 4rem;
        margin-top: 2rem; } }
  .AboutPage .ourServicesP {
    font-size: 2rem;
    font-weight: 400;
    color: white;
    letter-spacing: 2px;
    text-shadow: 2px 1px 1px black;
    margin-top: 2rem; }
    @media all and (max-width: 767px) {
      .AboutPage .ourServicesP {
        font-size: 1.6rem; } }
  .AboutPage .btn-cta {
    background-image: linear-gradient(90deg, #4bbf73 0, #4bbf73 50%, #4bbf73 100%);
    background-size: 400%, 1px;
    background-position: 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1.5rem 1.5rem;
    transition: all 0.6s; }
    .AboutPage .btn-cta:hover {
      transform: scale(1.2); }
  .AboutPage .services-spacing {
    padding-top: 8rem; }
    @media all and (max-width: 767px) {
      .AboutPage .services-spacing {
        padding-top: 4rem; } }
  .AboutPage .service-img-red {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .AboutPage .services-heading-blue {
    color: #1f5ea8;
    font-size: 3.8rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
    @media all and (max-width: 767px) {
      .AboutPage .services-heading-blue {
        margin-top: 2rem;
        text-align: center; } }
  .AboutPage .services-heading-red {
    color: #c1322c;
    font-size: 3.8rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
    @media all and (max-width: 767px) {
      .AboutPage .services-heading-red {
        padding-top: 2rem;
        text-align: center; } }
  .AboutPage .services-p {
    font-size: 1.6rem;
    font-weight: 400;
    color: black; }
    @media all and (max-width: 767px) {
      .AboutPage .services-p {
        font-weight: 500;
        text-align: center; } }
  .AboutPage .btn-text-blue:link, .AboutPage .btn-text-blue:visited {
    font-size: 1.6rem;
    color: #1f5ea8;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #1f5ea8;
    padding: 3px;
    transition: all 0.2s;
    font-weight: 900; }
  .AboutPage .btn-text-blue:hover {
    background-color: #1f5ea8;
    color: #f7f7f7;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: translateY(-2px); }
  .AboutPage .btn-text-blue:active {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
    transform: translateY(0); }
  @media all and (max-width: 767px) {
    .AboutPage .center-tag-mobile {
      text-align: center; } }
  .AboutPage .btn-text-red:link, .AboutPage .btn-text-red:visited {
    font-size: 1.6rem;
    color: #c1322c;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #c1322c;
    padding: 3px;
    transition: all 0.2s;
    font-weight: 900; }
  .AboutPage .btn-text-red:hover {
    background-color: #c1322c;
    color: #f7f7f7;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: translateY(-2px); }
  .AboutPage .btn-text-red:active {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
    transform: translateY(0); }
  @media all and (max-width: 767px) {
    .AboutPage .btn-text-red {
      margin-bottom: 2rem; } }
  .AboutPage .nav-a {
    text-decoration: none; }
  .AboutPage .btn-call-now {
    color: white;
    background-color: #c1322c;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 1.5rem 1.5rem;
    transition: all 0.4s; }
    .AboutPage .btn-call-now:hover {
      color: white;
      transform: scale(1.05); }
    @media all and (max-width: 1399px) {
      .AboutPage .btn-call-now {
        font-size: 2rem; } }
    @media all and (max-width: 767px) {
      .AboutPage .btn-call-now {
        font-size: 1.8rem; } }

.water-damage-restoration-page {
  font-size: 62.5%; }
  .water-damage-restoration-page *::after,
  .water-damage-restoration-page *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .water-damage-restoration-page body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  .water-damage-restoration-page .hero-vid {
    width: 100%;
    height: 35vh;
    background-size: cover;
    object-fit: cover;
    background-position: top; }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .hero-vid {
        display: none; } }
  .water-damage-restoration-page .hero-img {
    margin-top: -60rem;
    width: 75px; }
  .water-damage-restoration-page .page-heading {
    margin-top: -26rem;
    color: white;
    position: relative;
    font-size: 8rem;
    font-weight: 700;
    text-shadow: 0 6px 4px black;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .water-damage-restoration-page .page-heading {
        font-size: 5.8rem;
        margin-top: -24rem; } }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .page-heading {
        font-size: 2.8rem;
        margin-top: 2rem;
        color: #1f5ea8;
        text-shadow: none; } }
  .water-damage-restoration-page .heading-text {
    font-size: 2.6rem;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .water-damage-restoration-page .heading-text {
        font-size: 2rem;
        text-align: center;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .heading-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .water-damage-restoration-page .btn-call-now {
    color: white;
    background-color: #1f5ea8;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 1.5rem 1.5rem;
    transition: all 0.4s; }
    .water-damage-restoration-page .btn-call-now:hover {
      color: white;
      transform: scale(1.05); }
    @media all and (max-width: 1399px) {
      .water-damage-restoration-page .btn-call-now {
        font-size: 2rem; } }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .btn-call-now {
        font-size: 1.8rem; } }
  .water-damage-restoration-page .content-spacing {
    padding-top: 10rem; }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .content-spacing {
        padding-top: 5rem; } }
  .water-damage-restoration-page .call-us-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .call-us-heading {
        text-align: center;
        margin-top: 2rem; } }
  .water-damage-restoration-page .call-us-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .water-damage-restoration-page .call-us-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .call-us-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .water-damage-restoration-page .box-shadow-img {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .water-damage-restoration-page .bg-blue {
    background-image: radial-gradient(circle, #1f5ea8 0%, #b3bcc7 100%);
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .water-damage-restoration-page .restoration-process-spacing-top {
    padding-top: 5rem; }
  .water-damage-restoration-page .restoration-process-h2 {
    color: white;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .restoration-process-h2 {
        font-size: 3.8rem; } }
  .water-damage-restoration-page .restoration-process-number {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    padding: 0 1.5rem; }
  .water-damage-restoration-page .restoration-process-heading {
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1.5rem;
    text-transform: uppercase; }
  .water-damage-restoration-page .restoration-process-text {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 2px 2px 2px black;
    padding: 0 3.5rem; }
  .water-damage-restoration-page .whyChooseUs-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .whyChooseUs-heading {
        text-align: center;
        margin-top: 2rem; } }
  .water-damage-restoration-page .whyChooseUs-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .water-damage-restoration-page .whyChooseUs-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .whyChooseUs-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .water-damage-restoration-page .li-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .li-heading {
        text-align: center;
        margin-top: 2rem; } }
  .water-damage-restoration-page .li-text {
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .water-damage-restoration-page .li-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .li-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .water-damage-restoration-page .callNow-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .water-damage-restoration-page .callNow-heading {
        font-size: 4rem; } }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .callNow-heading {
        font-size: 2.8rem;
        text-align: center; } }
  .water-damage-restoration-page .callNow-text {
    font-size: 2.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .water-damage-restoration-page .callNow-text {
        font-size: 2rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .water-damage-restoration-page .callNow-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .water-damage-restoration-page .callNow-btn {
    color: #1f5ea8; }

.fire-damage-restoration-page {
  font-size: 62.5%; }
  .fire-damage-restoration-page *::after,
  .fire-damage-restoration-page *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .fire-damage-restoration-page body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  .fire-damage-restoration-page .hero-vid {
    width: 100%;
    height: 35vh;
    background-size: cover;
    object-fit: cover;
    background-position: bottom; }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .hero-vid {
        display: none; } }
  .fire-damage-restoration-page .hero-img {
    margin-top: -60rem;
    width: 75px; }
  .fire-damage-restoration-page .page-heading {
    margin-top: -26rem;
    color: white;
    position: relative;
    font-size: 8rem;
    font-weight: 700;
    text-shadow: 1px 2px 2px black;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .fire-damage-restoration-page .page-heading {
        font-size: 5.8rem;
        margin-top: -24rem; } }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .page-heading {
        font-size: 2.8rem;
        margin-top: 2rem;
        color: #c1322c;
        text-shadow: none; } }
  .fire-damage-restoration-page .heading-text {
    font-size: 2.6rem;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .fire-damage-restoration-page .heading-text {
        font-size: 2rem;
        text-align: center;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .heading-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .fire-damage-restoration-page .btn-call-now {
    color: white;
    background-color: #c1322c;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 1.5rem 1.5rem;
    transition: all 0.4s; }
    .fire-damage-restoration-page .btn-call-now:hover {
      color: white;
      transform: scale(1.05); }
    @media all and (max-width: 1399px) {
      .fire-damage-restoration-page .btn-call-now {
        font-size: 2rem; } }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .btn-call-now {
        font-size: 1.8rem; } }
  .fire-damage-restoration-page .content-spacing {
    padding-top: 10rem; }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .content-spacing {
        padding-top: 5rem; } }
  .fire-damage-restoration-page .call-us-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .call-us-heading {
        text-align: center;
        margin-top: 3rem; } }
  .fire-damage-restoration-page .call-us-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .fire-damage-restoration-page .call-us-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .call-us-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .fire-damage-restoration-page .box-shadow-img {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .fire-damage-restoration-page .bg-blue {
    background-image: radial-gradient(circle, #db2720 0%, #a8413d 100%);
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .fire-damage-restoration-page .restoration-process-spacing-top {
    padding-top: 5rem; }
  .fire-damage-restoration-page .restoration-process-h2 {
    color: white;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .restoration-process-h2 {
        font-size: 3.8rem; } }
  .fire-damage-restoration-page .restoration-process-number {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    padding: 0 1.5rem; }
  .fire-damage-restoration-page .restoration-process-heading {
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1.5rem;
    text-transform: uppercase; }
  .fire-damage-restoration-page .restoration-process-text {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 2px 2px 2px black;
    padding: 0 3.5rem; }
  .fire-damage-restoration-page .whyChooseUs-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .whyChooseUs-heading {
        text-align: center;
        margin-top: 2rem; } }
  .fire-damage-restoration-page .whyChooseUs-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .fire-damage-restoration-page .whyChooseUs-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .whyChooseUs-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .fire-damage-restoration-page .li-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .li-heading {
        text-align: center;
        margin-top: 2rem; } }
  .fire-damage-restoration-page .li-text {
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .fire-damage-restoration-page .li-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .li-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .fire-damage-restoration-page .callNow-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .fire-damage-restoration-page .callNow-heading {
        font-size: 4rem; } }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .callNow-heading {
        font-size: 2.8rem;
        text-align: center; } }
  .fire-damage-restoration-page .callNow-text {
    font-size: 2.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .fire-damage-restoration-page .callNow-text {
        font-size: 2rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .fire-damage-restoration-page .callNow-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .fire-damage-restoration-page .callNow-btn {
    color: #1f5ea8; }

.mold-removal-page {
  font-size: 62.5%; }
  .mold-removal-page *::after,
  .mold-removal-page *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .mold-removal-page body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  .mold-removal-page .hero-vid {
    width: 100%;
    height: 35vh;
    background-size: cover;
    object-fit: cover;
    background-position: top; }
    @media all and (max-width: 767px) {
      .mold-removal-page .hero-vid {
        display: none; } }
  .mold-removal-page .hero-img {
    margin-top: -60rem;
    width: 75px; }
  .mold-removal-page .page-heading {
    margin-top: -26rem;
    color: white;
    position: relative;
    font-size: 8rem;
    font-weight: 700;
    text-shadow: 0 6px 4px black;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .mold-removal-page .page-heading {
        font-size: 5.8rem;
        margin-top: -24rem; } }
    @media all and (max-width: 767px) {
      .mold-removal-page .page-heading {
        font-size: 2.8rem;
        margin-top: 2rem;
        color: #1f5ea8;
        text-shadow: none; } }
  .mold-removal-page .heading-text {
    font-size: 2.6rem;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .mold-removal-page .heading-text {
        font-size: 2rem;
        text-align: center;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .mold-removal-page .heading-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .mold-removal-page .btn-call-now {
    color: white;
    background-color: #1f5ea8;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 1.5rem 1.5rem;
    transition: all 0.4s; }
    .mold-removal-page .btn-call-now:hover {
      color: white;
      transform: scale(1.05); }
    @media all and (max-width: 1399px) {
      .mold-removal-page .btn-call-now {
        font-size: 2rem; } }
    @media all and (max-width: 767px) {
      .mold-removal-page .btn-call-now {
        font-size: 1.8rem; } }
  .mold-removal-page .content-spacing {
    padding-top: 10rem; }
    @media all and (max-width: 767px) {
      .mold-removal-page .content-spacing {
        padding-top: 5rem; } }
  .mold-removal-page .call-us-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .mold-removal-page .call-us-heading {
        text-align: center;
        margin-top: 2rem; } }
  .mold-removal-page .call-us-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .mold-removal-page .call-us-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .mold-removal-page .call-us-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .mold-removal-page .box-shadow-img {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .mold-removal-page .bg-blue {
    background-image: radial-gradient(circle, #1f5ea8 0%, #b3bcc7 100%);
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .mold-removal-page .restoration-process-spacing-top {
    padding-top: 5rem; }
  .mold-removal-page .restoration-process-h2 {
    color: white;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .mold-removal-page .restoration-process-h2 {
        font-size: 3.8rem; } }
  .mold-removal-page .restoration-process-number {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    padding: 0 1.5rem; }
  .mold-removal-page .restoration-process-heading {
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1.5rem;
    text-transform: uppercase; }
  .mold-removal-page .restoration-process-text {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 2px 2px 2px black;
    padding: 0 3.5rem; }
  .mold-removal-page .whyChooseUs-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .mold-removal-page .whyChooseUs-heading {
        text-align: center;
        margin-top: 2rem; } }
  .mold-removal-page .whyChooseUs-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .mold-removal-page .whyChooseUs-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .mold-removal-page .whyChooseUs-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .mold-removal-page .li-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .mold-removal-page .li-heading {
        text-align: center;
        margin-top: 2rem; } }
  .mold-removal-page .li-text {
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .mold-removal-page .li-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .mold-removal-page .li-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .mold-removal-page .callNow-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .mold-removal-page .callNow-heading {
        font-size: 4rem; } }
    @media all and (max-width: 767px) {
      .mold-removal-page .callNow-heading {
        font-size: 2.8rem;
        text-align: center; } }
  .mold-removal-page .callNow-text {
    font-size: 2.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .mold-removal-page .callNow-text {
        font-size: 2rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .mold-removal-page .callNow-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .mold-removal-page .callNow-btn {
    color: #1f5ea8; }

.trauma-cleanup-services-page {
  font-size: 62.5%; }
  .trauma-cleanup-services-page *::after,
  .trauma-cleanup-services-page *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .trauma-cleanup-services-page body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  .trauma-cleanup-services-page .hero-vid {
    width: 100%;
    height: 35vh;
    background-size: cover;
    object-fit: cover;
    background-position: top; }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .hero-vid {
        display: none; } }
  .trauma-cleanup-services-page .hero-img {
    margin-top: -60rem;
    width: 75px; }
  .trauma-cleanup-services-page .page-heading {
    margin-top: -22rem;
    color: white;
    position: relative;
    font-size: 6rem;
    font-weight: 700;
    text-shadow: 1px 2px 2px black;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .trauma-cleanup-services-page .page-heading {
        font-size: 5.8rem;
        margin-top: -24rem; } }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .page-heading {
        font-size: 2.8rem;
        margin-top: 2rem;
        color: #c1322c;
        text-shadow: none; } }
  .trauma-cleanup-services-page .heading-text {
    font-size: 2.6rem;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .trauma-cleanup-services-page .heading-text {
        font-size: 2rem;
        text-align: center;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .heading-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .trauma-cleanup-services-page .btn-call-now {
    color: white;
    background-color: #c1322c;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 1.5rem 1.5rem;
    transition: all 0.4s; }
    .trauma-cleanup-services-page .btn-call-now:hover {
      color: white;
      transform: scale(1.05); }
    @media all and (max-width: 1399px) {
      .trauma-cleanup-services-page .btn-call-now {
        font-size: 2rem; } }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .btn-call-now {
        font-size: 1.8rem; } }
  .trauma-cleanup-services-page .content-spacing {
    padding-top: 10rem; }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .content-spacing {
        padding-top: 5rem; } }
  .trauma-cleanup-services-page .call-us-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .call-us-heading {
        text-align: center;
        margin-top: 2rem; } }
  .trauma-cleanup-services-page .call-us-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .trauma-cleanup-services-page .call-us-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .call-us-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .trauma-cleanup-services-page .box-shadow-img {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .trauma-cleanup-services-page .bg-blue {
    background-image: radial-gradient(circle, #db2720 0%, #a8413d 100%);
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .trauma-cleanup-services-page .restoration-process-spacing-top {
    padding-top: 5rem; }
  .trauma-cleanup-services-page .restoration-process-h2 {
    color: white;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .restoration-process-h2 {
        font-size: 3.8rem; } }
  .trauma-cleanup-services-page .restoration-process-number {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    padding: 0 1.5rem; }
  .trauma-cleanup-services-page .restoration-process-heading {
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1.5rem;
    text-transform: uppercase; }
  .trauma-cleanup-services-page .restoration-process-text {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 2px 2px 2px black;
    padding: 0 3.5rem; }
  .trauma-cleanup-services-page .whyChooseUs-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .whyChooseUs-heading {
        text-align: center;
        margin-top: 2rem; } }
  .trauma-cleanup-services-page .whyChooseUs-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .trauma-cleanup-services-page .whyChooseUs-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .whyChooseUs-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .trauma-cleanup-services-page .li-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .li-heading {
        text-align: center;
        margin-top: 2rem; } }
  .trauma-cleanup-services-page .li-text {
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .trauma-cleanup-services-page .li-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .li-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .trauma-cleanup-services-page .callNow-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .trauma-cleanup-services-page .callNow-heading {
        font-size: 4rem; } }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .callNow-heading {
        font-size: 2.8rem;
        text-align: center; } }
  .trauma-cleanup-services-page .callNow-text {
    font-size: 2.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .trauma-cleanup-services-page .callNow-text {
        font-size: 2rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .trauma-cleanup-services-page .callNow-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .trauma-cleanup-services-page .callNow-btn {
    color: #1f5ea8; }

.reconstruction-restoration-page {
  font-size: 62.5%; }
  .reconstruction-restoration-page *::after,
  .reconstruction-restoration-page *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .reconstruction-restoration-page body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  .reconstruction-restoration-page .hero-vid {
    width: 100%;
    height: 35vh;
    background-size: cover;
    object-fit: cover;
    background-position: top; }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .hero-vid {
        display: none; } }
  .reconstruction-restoration-page .hero-img {
    margin-top: -60rem;
    width: 75px; }
  .reconstruction-restoration-page .page-heading {
    margin-top: -26rem;
    color: white;
    position: relative;
    font-size: 8rem;
    font-weight: 700;
    text-shadow: 0 6px 4px black;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .reconstruction-restoration-page .page-heading {
        font-size: 5.8rem;
        margin-top: -24rem; } }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .page-heading {
        font-size: 2rem;
        margin-top: 2rem;
        color: #1f5ea8;
        text-shadow: none; } }
  .reconstruction-restoration-page .heading-text {
    font-size: 2.6rem;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .reconstruction-restoration-page .heading-text {
        font-size: 2rem;
        text-align: center;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .heading-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .reconstruction-restoration-page .btn-call-now {
    color: white;
    background-color: #1f5ea8;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 1.5rem 1.5rem;
    transition: all 0.4s; }
    .reconstruction-restoration-page .btn-call-now:hover {
      color: white;
      transform: scale(1.05); }
    @media all and (max-width: 1399px) {
      .reconstruction-restoration-page .btn-call-now {
        font-size: 2rem; } }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .btn-call-now {
        font-size: 1.8rem; } }
  .reconstruction-restoration-page .content-spacing {
    padding-top: 10rem; }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .content-spacing {
        padding-top: 5rem; } }
  .reconstruction-restoration-page .call-us-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .call-us-heading {
        text-align: center;
        margin-top: 2rem; } }
  .reconstruction-restoration-page .call-us-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .reconstruction-restoration-page .call-us-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .call-us-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .reconstruction-restoration-page .box-shadow-img {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .reconstruction-restoration-page .bg-blue {
    background-image: radial-gradient(circle, #1f5ea8 0%, #b3bcc7 100%);
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .reconstruction-restoration-page .restoration-process-spacing-top {
    padding-top: 5rem; }
  .reconstruction-restoration-page .restoration-process-h2 {
    color: white;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .restoration-process-h2 {
        font-size: 3.8rem; } }
  .reconstruction-restoration-page .restoration-process-number {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    padding: 0 1.5rem; }
  .reconstruction-restoration-page .restoration-process-heading {
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1.5rem;
    text-transform: uppercase; }
  .reconstruction-restoration-page .restoration-process-text {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 2px 2px 2px black;
    padding: 0 3.5rem; }
  .reconstruction-restoration-page .whyChooseUs-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .whyChooseUs-heading {
        text-align: center;
        margin-top: 2rem; } }
  .reconstruction-restoration-page .whyChooseUs-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .reconstruction-restoration-page .whyChooseUs-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .whyChooseUs-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .reconstruction-restoration-page .li-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .li-heading {
        text-align: center; } }
  .reconstruction-restoration-page .li-text {
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .reconstruction-restoration-page .li-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .li-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .reconstruction-restoration-page .callNow-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .reconstruction-restoration-page .callNow-heading {
        font-size: 4rem; } }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .callNow-heading {
        font-size: 2.8rem;
        text-align: center; } }
  .reconstruction-restoration-page .callNow-text {
    font-size: 2.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .reconstruction-restoration-page .callNow-text {
        font-size: 2rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .reconstruction-restoration-page .callNow-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .reconstruction-restoration-page .callNow-btn {
    color: #1f5ea8; }

.decontamination-page {
  font-size: 62.5%; }
  .decontamination-page *::after,
  .decontamination-page *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .decontamination-page body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  .decontamination-page .hero-vid {
    width: 100%;
    height: 35vh;
    background-size: cover;
    object-fit: cover;
    background-position: top; }
    @media all and (max-width: 767px) {
      .decontamination-page .hero-vid {
        display: none; } }
  .decontamination-page .hero-img {
    margin-top: -60rem;
    width: 75px; }
  .decontamination-page .page-heading {
    margin-top: -26rem;
    color: white;
    position: relative;
    font-size: 8rem;
    font-weight: 700;
    text-shadow: 1px 2px 2px black;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .decontamination-page .page-heading {
        font-size: 5.8rem;
        margin-top: -24rem; } }
    @media all and (max-width: 767px) {
      .decontamination-page .page-heading {
        font-size: 1.8rem;
        margin-top: 2rem;
        color: #c1322c;
        text-shadow: none; } }
  .decontamination-page .heading-text {
    font-size: 2.6rem;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .decontamination-page .heading-text {
        font-size: 2rem;
        text-align: center;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .decontamination-page .heading-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .decontamination-page .btn-call-now {
    color: white;
    background-color: #c1322c;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 1.5rem 1.5rem;
    transition: all 0.4s; }
    .decontamination-page .btn-call-now:hover {
      color: white;
      transform: scale(1.05); }
    @media all and (max-width: 1399px) {
      .decontamination-page .btn-call-now {
        font-size: 2rem; } }
    @media all and (max-width: 767px) {
      .decontamination-page .btn-call-now {
        font-size: 1.8rem; } }
  .decontamination-page .content-spacing {
    padding-top: 10rem; }
    @media all and (max-width: 767px) {
      .decontamination-page .content-spacing {
        padding-top: 5rem; } }
  .decontamination-page .call-us-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .decontamination-page .call-us-heading {
        text-align: center;
        margin-top: 2rem; } }
  .decontamination-page .call-us-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .decontamination-page .call-us-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .decontamination-page .call-us-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .decontamination-page .box-shadow-img {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .decontamination-page .bg-blue {
    background-image: radial-gradient(circle, #db2720 0%, #a8413d 100%);
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .decontamination-page .restoration-process-spacing-top {
    padding-top: 5rem; }
  .decontamination-page .restoration-process-h2 {
    color: white;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .decontamination-page .restoration-process-h2 {
        font-size: 3.8rem; } }
  .decontamination-page .restoration-process-number {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    padding: 0 1.5rem; }
  .decontamination-page .restoration-process-heading {
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1.5rem;
    text-transform: uppercase; }
  .decontamination-page .restoration-process-text {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 2px 2px 2px black;
    padding: 0 3.5rem; }
  .decontamination-page .whyChooseUs-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .decontamination-page .whyChooseUs-heading {
        text-align: center;
        margin-top: 2rem; } }
  .decontamination-page .whyChooseUs-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .decontamination-page .whyChooseUs-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .decontamination-page .whyChooseUs-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .decontamination-page .li-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .decontamination-page .li-heading {
        text-align: center; } }
  .decontamination-page .li-text {
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .decontamination-page .li-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .decontamination-page .li-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .decontamination-page .callNow-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #c1322c;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .decontamination-page .callNow-heading {
        font-size: 4rem; } }
    @media all and (max-width: 767px) {
      .decontamination-page .callNow-heading {
        font-size: 2.8rem;
        text-align: center; } }
  .decontamination-page .callNow-text {
    font-size: 2.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .decontamination-page .callNow-text {
        font-size: 2rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .decontamination-page .callNow-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .decontamination-page .callNow-btn {
    color: #1f5ea8; }

.storm-restoration-page {
  font-size: 62.5%; }
  .storm-restoration-page *::after,
  .storm-restoration-page *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .storm-restoration-page body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
  .storm-restoration-page .hero-vid {
    width: 100%;
    height: 35vh;
    background-size: cover;
    object-fit: cover;
    background-position: top; }
    @media all and (max-width: 767px) {
      .storm-restoration-page .hero-vid {
        display: none; } }
  .storm-restoration-page .hero-img {
    margin-top: -60rem;
    width: 75px; }
  .storm-restoration-page .page-heading {
    margin-top: -26rem;
    color: white;
    position: relative;
    font-size: 8rem;
    font-weight: 700;
    text-shadow: 0 6px 4px black;
    letter-spacing: 10px;
    text-transform: uppercase;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .storm-restoration-page .page-heading {
        font-size: 5.8rem;
        margin-top: -24rem; } }
    @media all and (max-width: 767px) {
      .storm-restoration-page .page-heading {
        font-size: 2.8rem;
        margin-top: 2rem;
        color: #1f5ea8;
        text-shadow: none; } }
  .storm-restoration-page .heading-text {
    font-size: 2.6rem;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .storm-restoration-page .heading-text {
        font-size: 2rem;
        text-align: center;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .storm-restoration-page .heading-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .storm-restoration-page .btn-call-now {
    color: white;
    background-color: #1f5ea8;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 1.5rem 1.5rem;
    transition: all 0.4s; }
    .storm-restoration-page .btn-call-now:hover {
      color: white;
      transform: scale(1.05); }
    @media all and (max-width: 1399px) {
      .storm-restoration-page .btn-call-now {
        font-size: 2rem; } }
    @media all and (max-width: 767px) {
      .storm-restoration-page .btn-call-now {
        font-size: 1.8rem; } }
  .storm-restoration-page .content-spacing {
    padding-top: 10rem; }
    @media all and (max-width: 767px) {
      .storm-restoration-page .content-spacing {
        padding-top: 5rem; } }
  .storm-restoration-page .call-us-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .storm-restoration-page .call-us-heading {
        text-align: center;
        margin-top: 2rem; } }
  .storm-restoration-page .call-us-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .storm-restoration-page .call-us-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .storm-restoration-page .call-us-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .storm-restoration-page .box-shadow-img {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .storm-restoration-page .bg-blue {
    background-image: radial-gradient(circle, #1f5ea8 0%, #b3bcc7 100%);
    height: 100%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }
  .storm-restoration-page .restoration-process-spacing-top {
    padding-top: 5rem; }
  .storm-restoration-page .restoration-process-h2 {
    color: white;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .storm-restoration-page .restoration-process-h2 {
        font-size: 3.8rem; } }
  .storm-restoration-page .restoration-process-number {
    color: white;
    font-size: 4rem;
    font-weight: 600;
    text-shadow: 1px 4px 6px black;
    padding: 0 1.5rem; }
  .storm-restoration-page .restoration-process-heading {
    color: black;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 1.5rem;
    text-transform: uppercase; }
  .storm-restoration-page .restoration-process-text {
    color: white;
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: 2px 2px 2px black;
    padding: 0 3.5rem; }
  .storm-restoration-page .whyChooseUs-heading {
    font-size: 2.6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .storm-restoration-page .whyChooseUs-heading {
        text-align: center;
        margin-top: 2rem; } }
  .storm-restoration-page .whyChooseUs-text {
    font-size: 1.8rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .storm-restoration-page .whyChooseUs-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .storm-restoration-page .whyChooseUs-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .storm-restoration-page .li-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 767px) {
      .storm-restoration-page .li-heading {
        text-align: center; } }
  .storm-restoration-page .li-text {
    font-size: 1.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .storm-restoration-page .li-text {
        font-size: 1.6rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .storm-restoration-page .li-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .storm-restoration-page .callNow-heading {
    font-size: 6rem;
    font-weight: 600;
    color: #1f5ea8;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .storm-restoration-page .callNow-heading {
        font-size: 4rem; } }
    @media all and (max-width: 767px) {
      .storm-restoration-page .callNow-heading {
        font-size: 2.8rem;
        text-align: center; } }
  .storm-restoration-page .callNow-text {
    font-size: 2.6rem;
    font-weight: 400;
    transition: all 0.3s; }
    @media all and (max-width: 1399px) {
      .storm-restoration-page .callNow-text {
        font-size: 2rem;
        font-weight: 500; } }
    @media all and (max-width: 767px) {
      .storm-restoration-page .callNow-text {
        font-size: 1.6rem;
        text-align: center;
        font-weight: 500; } }
  .storm-restoration-page .callNow-btn {
    color: #1f5ea8; }

.daytona-beach {
  font-size: 62.5%; }
  .daytona-beach *::after,
  .daytona-beach *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .daytona-beach body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    background-color: #f7f7f7; }
