body{
    font-family: 'roboto';
    background:#F5F5F5;
}
.container{
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
h2{
    font-weight: bold;
    font-size: 48px;
}

.wysiwyg {
    font-size: 16px;
    line-height: 28px;
    color: #282828;
}
.wysiwyg p:last-child{
    margin-bottom:0;
}
.wysiwyg a{
    color:#EE3224;
    font-weight:bold;
}
.btn {
    padding: 10px 15px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    min-width: 147px;
    text-align: center;
    transition: all .3s;
    border-radius: 50px;
    border: 1px solid #d31a22;
}

.online-scheduler{
    background: linear-gradient(0deg, rgba(245, 245, 245, 1) 24%, rgba(217, 217, 217, 1) 24%);
    display: inline-block;
    width: 100%;
}
.online-scheduler .online-scheduler__container{
    text-align:center;
}
.online-scheduler h2{
    margin: 110px 0;
}


/* Richtext*/
.richtext{
    width: 100%;
    display: inline-block;
    padding: 95px 0;
}
.richtext .text-side {
    max-width: 899px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.richtext.red-bkg h2, .richtext.red-bkg .body-copy{color:#fff;}

.richtext.bkg-default .text-side {
    max-width:none;
}
.richtext.has-bkg-image h2{
    color:#fff;
}
.richtext.has-bkg-image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}

.richtext.has-bkg-image.bkg-red:before {
    background: #D31A22;
}

.richtext.has-bkg-image.bkg-grey:before {
    background: #D9D9D9;}

.richtext.has-bkg-image.bkg-white:before {
    background: #ffffff;
}

.richtext.margin-none{
    padding:0;
}

/* Text Image Combo */
.text-image-combo{
    padding: 86px 0;
}
.text-image-combo .text-image-combo__container {
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
}
.text-image-combo .text-side {
    width: 100%;
    max-width: 517px;
}
.image-side .image{
    position: relative;
}
.image-side .image img {
    max-width: 480px;
    border-radius: 10px;
    width: 100%;
}
.image-side .image:before {
    content: '';
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    bottom: -15px;
    z-index: -1;
    border: 2px solid #D31A22;
    border-radius: 10px;
}
.text-image-combo .flip{
    flex-direction: row-reverse;
}
.text-image-combo .section-button a.btn{margin-top:20px;}
.flip .image-side {
    margin-left: 20px;
}


.services-cats .cat-container {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.services-cats .cat-container span {
    display: inline-block;
    border: none;
    border-radius: 50px;
    padding: 3px 14px;
    font-weight: bold;
    color: #7a7a7a;
    position: relative;
}
.services-cats .cat-container span:before {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    border-radius: 50px;
    padding: 10px;
    left: -3px;
    top: -3px;
    border: 1px solid #7A7A7A;
    z-index: -1;
}

.services-cats .cat-container .active:before {
    content: '';
    border: 1px solid #d31a22 !important;
}
.services-cats .cat-container .active{
    color: #ffffff;
    background: #d31a22;
}

.services-cats .cat-container span:hover {
    color: #ffffff;
    background: #d31a22;
}
.services-cats .cat-container span:hover:before {
    border: 1px solid #d31a22 !important;
}


.body-copy.wysiwyg ul, .body-copy.wysiwyg ol{
    margin-block: 15px;
}

.bkg-services-cats ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.bkg-services-cats ul li {
    display: inline-block;
    border: none;
    border-radius: 50px;
    padding: 3px 14px;
    font-weight: bold;
    color: #7a7a7a;
    position: relative;
    text-align: center;
    line-height: 1.2;
}
.bkg-services-cats ul li:before {
    content: '';
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    position: absolute;
    border-radius: 50px;
    padding: 10px;
    left: -3px;
    top: -3px;
    border: 1px solid #7A7A7A;
    z-index: -1;
}

.bkg-services-cats ul .active:before {
    content: '';
    border: 1px solid #d31a22 !important;
}
.bkg-services-cats ul .active{
    color: #ffffff;
    background: #d31a22;
}

.bkg-services-cats ul li:hover {
    color: #ffffff;
    background: #d31a22;
}
.bkg-services-cats ul li:hover:before {
    border: 1px solid #d31a22 !important;
}


/* Trusted */
.trusted{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #d31a22;
}
.trusted .trusted__container{
    display: flex;
    align-items: self-end;
    width: 100%;
    border-bottom: 2px solid #d31a22;
    justify-content: space-between;
}
.trusted span{
    padding-bottom: 5px;
}
.trusted .logo__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding-bottom: 30px;
}



/* Reviews */
.reviews{
    padding: 75px 0;
}
.reviews-side{
    display: flex;
    flex-wrap: wrap;
    max-width: 556px;
    gap: 12px;
}
.reviews__container{
    display: flex;
    gap: 56px;
}
.reviews .review:nth-child(odd){
    flex-basis: calc(60% - 6px);
}
.reviews .review:nth-child(even){
    flex-basis: calc(40% - 6px);
}
.reviews .review{
    background: #fff;
    padding: 20px 16px 28px;
    border-radius: 10px;
    font-size: 16px;
}
.reviews .review .stars,
.reviews .review .quote {
    color: #D31A22;
    margin-bottom: 12px;
    display: inline-block;
}
.reviews .review .author{
    color: #7A7A7A;
}
.review-rating {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.review-rating .rating {
    font-size: 48px;
    font-weight: 800;
    color: #d31a22;
}



.bkg-grey{
    background: #f5f5f5 !important;
}
.bkg-white{
    background: #ffffff !important;
}
.bkg-red{
    background: #d31a22 !important;
}
.bkg-red .body-copy.wysiwyg, .bkg-red .body-copy.wysiwyg a{
    color:#fff;
}
.bkg-red .body-copy.wysiwyg a:hover{
    
}

/**/
.home-hero{
    min-height: 655px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;    
}

.home-hero .home-hero__container{
    text-align: center;
}
.home-hero h1{
    color: #D31A22;
    font-weight: 900;
    font-size: 68px;
    margin-top: 40px;
}
.home-hero p{
    color: #282828;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.services-widget{
    padding: 75px 0;
}
.services-widget .heading{
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}
.services-cats{
    border-bottom: 2px solid #d31a22;
    padding: 37px 0;
}
.services-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
    justify-content: center;
}
.bkg-services-cats .services-list .service:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #d31b22;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    mix-blend-mode: multiply;
}
.services-list .service {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    width: calc(50% - 8px);
    position: relative;
}
.services-list .service h3 {
    color: #d31a22;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.services-list .service .wysiwyg{
    position: relative;
    z-index: 1;
}
.services-list .service .icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.services-list .service .icon img{
    max-width:140px;
}
.services-list .service .icon .wysiwyg{
    font-weight:bold;
    margin-bottom: 40px;
    color: #d11a22;
}
.all-services .services-list{display:none;}
.all-services .services-list:first-child{display:flex;}









.bkg-services-widget{
    padding: 75px 0;
}
.bkg-services-widget .heading{
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}
.bkg-services-cats{
    border-bottom: 2px solid #d31a22;
    padding: 37px 0;
}
.bkg-services-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
    justify-content: center;
}
.bkg-services-list .service:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #d31b22;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    mix-blend-mode: multiply;
}
.bkg-services-list .service {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    width: calc(50% - 8px);
    position: relative;
}
.bkg-services-list .service h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 24px;
}
.bkg-services-list .service .wysiwyg{
    position: relative;
    z-index: 1;
    color:#fff;
}
.bkg-services-list .service .wysiwyg a{color:#fff;font-weight:900;}
.bkg-services-list .service .icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.bkg-services-list .service .icon img{
    max-width:140px;
}
.bkg-services-list .service .icon .wysiwyg{
    font-weight:bold;
    margin-bottom: 40px;
    color: #d11a22;
}
.all-services .upperdescription.body-copy.wysiwyg{
    margin-top:30px;
}

.service-section .bkg-services-list .service:nth-child(odd):last-child{
    width: 100%;
}

.service-section{display:none;}
.service-section:first-child{display:block;}











/* Inner Banner */
.inner-banner h1{
    color: #d31a22;
    font-weight: bolder;
    font-size: 68px;
}
.inner-banner__container{
    position: relative;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.inner-banner .subheading{
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    max-width: 450px;
}
.inner-banner{
    height: 368px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-banner .left-overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width:50%;
}
.inner-banner .top-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width:991px){
    .trusted .logo__container {
        gap: inherit;
        justify-content: space-between;
        width: 100%;
        max-width:500px;
        flex-wrap: wrap !important;
    }
    .trusted .logo__container img{width:50%;padding:15px;}
    .trusted .trusted__container {
        align-items: center;
        flex-direction: column;
    }
}


@media screen and (max-width:767px){
    .home-hero:before {
        content: '';
        background: #333333;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .4;
    }
    .home-hero .home-hero__container {
        text-align: center;
        z-index: 1;
        position: relative;
    }
    .home-hero {
        padding: 25px 0;
        min-height: auto;
        position: relative;
    }
    .home-hero h1{
        font-size: 53px;
        line-height: 1;
        margin: 15px 0 10px;
    }
    .home-hero p {
        font-size: 16px;
        color: #fff;
    }
    
    
    
    .text-image-combo .image-side{
        padding: 0 0 0 20px;
    }
    .richtext,
    .richtext.margin-none{
        padding: 40px 0;
    }
    .online-scheduler h2 {
        margin: 40px 0 10px;
    }
    .services-widget {
        padding: 40px 0;
    }
    
    .services-cats ul {
        flex-wrap: wrap;
    }
    .services-list .service {
        padding: 25px;
        width: 100%;
    }
    .services-list .service .icon {
        flex-direction: column;
        align-items: center;
    }
    .text-image-combo .text-image-combo__container {
        padding: 40px 20px;
        flex-direction: column-reverse !important;
        gap: 25px;
    }
    .bkg-services-list .service {
        width: 100%;
    }
    .reviews__container {
        gap: 30px;
        flex-direction: column;
    }
    .reviews .review:nth-child(odd) {
        flex-basis: 100%;
    }
    .reviews .review:nth-child(even) {
        flex-basis: 100%;
    }
    .bottom-footer .bottom-footer__container {
        flex-wrap: wrap;
    }
    .footer-menus-container {
        flex-wrap: wrap;
    }
    .footer-menus-container{
        margin-top: 30px;
        width: 100%;
        gap: 10px;
    }
    .footer-menus-container .w50-m{width: calc(50% - 10px);}
}

@media screen and (max-width:1090px) and (min-width:767px){
    .flip .image-side {
        padding-right: 20px;
        padding-left:0 !important;
    } 
    .flip .image-side {
        padding-left:20px;
    } 
}