/* headder */
#headerContent {
    background-image: url(../img/header_lg.webp);
    background-size: cover;
    position: relative;
    background-position: center center;
}


#reviews-counter .google {
    display: inline-flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    border: 2px solid #4fce6a;
    padding: 5px 10px 5px 5px;
    line-height: 1;
    border-radius: 5px;
    background: #fff;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important; */
}

#reviews-counter img {
    height: 50px;
    margin-right: 8px;
    padding: 5px;
}

#reviews-counter p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #040404;
    font-weight: 500;
}

@media all and (max-width:812px) {
    #reviews-counter img {
        margin-bottom: 0 !important;
    }
}
/* why us */
.ctaBlock.invertBox {
    min-height: auto;
    margin-bottom: 0;
}

#whyChooseUs p {
    font-size: 17px;
}

.ctaBlock.invertBox h2 {
    text-transform: capitalize;
}

/* process */
#process {
    padding: 100px 0;
    background-color: #F1F5F6;
}

#process .section-headline {
    text-align: center;
    margin-bottom: 60px;
}

#process .section-headline h2 {
    margin-bottom: 25px;
}

#process .section-headline p {
    color: #525a6c;
}

#process .section-headline p b {
    color: #0a1328;
    border-bottom: 2px solid #2eb9eb;
}

#process .process-block {
    /* border: 10px solid #fff; */
    /* padding: 45px 46px; */
    /* text-align: center; */
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    margin-bottom: 10px;
}

#process .process-block .process_wrapper {
    padding: 35px;
}

#process .extras {
    background-color: #2eb9eb;
    padding: 16px 8px;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
}

#process .extras a {
    font-size: 18px;
    color: #000;

}

#process .process-block .process_wrapper .btn-sm {
    font-size: 14px;
    padding: 10px 15px 10px;
    /* line-height: 1; */
}

#process .btn-cta {
    font-size: 14px;
    color: #000;
    line-height: 1;
    margin-left: 6px;
    padding: 2px;
    transition: all 0.3s;
}

#process .btn-cta span {
    font-size: 25px;
    font-weight: 600;
    transition: all 0.3s;
}


/* why us */
#whyChooseUs {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 80px 0;
    background-image: url("../img/why-us-bg.webp");
    background-size: cover;
    background-position: top center;
}

@media all and (max-width: 575px) {

    .section-headline h2 {
        margin-bottom: 25px;
        font-size: 40px;
    }

    #headerContent h1 {
        font-size: 42px;
        line-height: 49px;
    }

    .ctaBlock.invertBox h2 {
        font-size: 24px;
    }

    #process {
        padding-bottom: 60px;
    }

    #process .section-headline h2 {
        font-size: 42px;
    }

    #process .process-block .process_wrapper .btn-sm {
        margin-bottom: 10px;
    }

    #process .btn-cta span {
        margin-top: 5px;
    }

    #aboutUs h2 {
        font-size: 44px;
    }

    #quote h1 {
        font-size: 44px;
        text-align: center;
        margin-bottom: 20px;
    }

}