h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: #333;
}

body {
    color: #666;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

a {
    color: #1e6b6e;
    text-decoration: none;
}

header {
    background-image: url("https://covidvcare.com/wp-content/uploads/2022/12/BG11.jpg");
    background-size: cover;
    position: relative;
    margin-bottom: 25px;
}

header .content-overlay {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    padding-top: 10vw;
    padding-bottom: 30vw;
    background-image: linear-gradient(90deg,#4eb5bf 25%,rgba(78,181,191,0.17) 75%);
    background-color: rgba(126,190,197,0);
    color: #fff;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    overflow: hidden;
}

header .content-overlay .container-fluid {
    display: flex;
    align-items: center;
    flex-direction: column;
}

header .content-overlay h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1.8em;
    width: 80%;
    max-width: 1080px;
}

header .content-overlay span:not(.hero) {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4em;
    width: 80%;
    max-width: 1080px;
}

/* // Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) { ... } */

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header .content-overlay span:not(.hero) {
        font-size: 56px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header .content-overlay {
        padding-bottom: 22vw;
    }
    
    header .content-overlay span:not(.hero) {
        font-size: 72px;
    }

    header .content-overlay .hero {
        bottom: -45px !important;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { ... } */

/* // XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) { ... } */

header .content-overlay .cta-wrapper {
    width: 80%;
    max-width: 1080px;
}

header .content-overlay .cta-wrapper .btn {
    margin-top: 20px;
    margin-right: 15px;
    padding: 1.25em 2em;
    color: #1e6b6e;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
}

header .content-overlay .hero {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    font-size: 22vw;
    line-height: 0.8em;
    position: absolute;
    bottom: -15px;
    left: -25px;
    width: 100%;
}

.btn-info,
.btn-info:hover {
    background-color: #8300E9;
    border-color: #8300E9;
    font-weight: 600!important;
    color: #fff;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
    letter-spacing: 2px;
    font-size: 14px;
}

.call-text {
    font-size: 24px;
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    padding: 0 40px;
}

@media (min-width: 992px) {
    .call-text {
        font-size: 32px;
    }   
}

h2 {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    font-size: 38px!important;
    line-height: 1.4em!important;
}

.promo-detail {
    line-height: 1.8em;
}

.btn-primary,
.btn-primary:hover {
    background-color: #1e6b6e;
    border-color: #1e6b6e;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 600!important;
    letter-spacing: 2px;
    text-transform: uppercase!important;
}

a.text-warning {
    color: #E09900 !important;
}

h2.section-title {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
}

@media (min-width: 768px) {
    h2.section-title {
        font-size: 56px !important;
    }
}


.header-divider {
    max-width: 50px;
    height: 3px;
    background-color: #1e6b6e;
    content: " ";
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

.hours-section {
    background-color: #4eb5bf;
    color: #fff;
}

.hours-section .hour-number {
    font-size: 30vw;
    line-height: unset;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 768px) {
    .hours-section .hour-number {
        line-height: 0.6em;
    }   
}

.hours-section .hour-detail {
    padding-top: 30px;
}

.client-section {
    background-color: #4eb5bf;
    color: #fff;
    padding-bottom: 10vw;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.client-section .title {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
    font-size: 15vw;
    line-height: 0.8em;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    text-align: right;
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .client-section .title {
        bottom: -30px;
        font-size: 10vw;
    }
}

footer {
    padding-top: 100px;
    padding-bottom: 30px;
}

footer h2 {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 1.4em !important;
}

footer h4 {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 1.4em !important;
}