:root {
    --cv-new-color: #c6dff8;
    --btn-color: #004aad;
}

.w-90 {
    width: 90%;
    margin: 0 auto;
}

.w-95 {
    width: 95%;
    margin: 0 auto;
}



.f4-rem {
    font-size: 2rem;
}

.f5-rem {
    font-size: 3rem;
}

.f2-rem {
    font-size: 1.2rem;
}

.f3-rem {
    font-size: 2.5rem;
}

.text-bold {
    font-weight: bold !important;
}



.paragraph {
    font-size: 1.5rem;
}

.paragraph-2 {
    font-size: 20px;
    color: var(--btn-color);
    line-height: 25px;
    font-weight: bold;
}

.paragraph-3 {
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}

.f-13 {
    font-size: 1rem !important;
}

.cv-content-header {
    padding-top: 120px;
}

.cv-content-header .top-heading {
    position: relative;
}

.cv-content-header .top-heading .img2 {
    width: 100px;
    position: absolute;
    right: 35%;
    bottom: -25px;
    transform: rotate(6deg);
}


/* Banner */
.banner-header {
    background-color: var(--btn-color);
    width: 85%;
    border-radius: 30px;
    padding: 0 14rem !important;
}

/* Banner */

/* Card */
.cv-info-cards-header .card {
    border: 5px solid var(--btn-color);
    border-radius: 25px;
    overflow: hidden;
}

.cv-info-cards-header .card .card-img {
    object-fit: unset !important;
}

.cv-info-cards-header .card .card-body {
    background: var(--btn-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cv-info-cards-header .card .card-body .cv-new-btn {
    padding: 11px 35px;
    font-size: 17px;
}


/* Card */


@media only screen and (max-width: 992px) {
    .new-navbar {
        background-color: #fff;
    }

    .f5-rem {
        font-size: 3rem;
    }

    .cv-content-header .top-heading .img2 {
        width: 100px;
        bottom: -25px;
    }

    .banner-header {
        padding: 0 2rem !important;
    }

    .f4-rem {
        font-size: 3rem;
    }

    .f2-rem {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .f4-rem {
        font-size: 2.2rem;
    }

    .f2-rem {
        font-size: 1.3rem;
    }

    .f-13 {
        font-size: 1rem !important;
    }

    .banner-header {
        margin-top: 4rem !important;
    }
}

@media only screen and (max-width: 500px) {
    .f5-rem {
        font-size: 2rem;
    }

    .f3-rem {
        font-size: 1.3rem;
    }

    .f2-rem {
        font-size: 0.9rem !important;
    }


    .f4-rem {
        font-size: 1.8rem;
    }

    .paragraph {
        font-size: 0.8rem !important;
    }

    .paragraph-2 {
        font-size: 14px;
    }

    .paragraph-3 {
        font-size: 14px;
    }


    .banner-header {
        padding: 0 0.5rem !important;
    }

    .paragraph {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .banner-header {
        margin-top: 2.5rem !important;
        padding: 0 1rem !important;
    }

    .cv-content-header {
        padding-bottom: 2rem !important;
    }

    .cv-info-cards-header .card .card-body .cv-new-btn {
        padding: 10px 30px;
        font-size: 14px;
    }

    .subscribe-newsletter {
        margin-top: 0rem !important;
    }

    .cv-content-header .top-heading {
        font-size: 1.5rem !important;
    }

    .cv-content-header .top-heading .img2 {
        width: 60px;
        bottom: -18px;
    }
}