: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: 1.3rem !important;
}

.cv-content-header {
    padding-top: 8rem;
}

.cv-content-header .top-heading {
    position: relative;
}

.cv-content-header .top-heading .img2 {
    width: 100px;
    position: absolute;
    right: 45%;
    bottom: -25px;
    transform: rotate(6deg);
}

.top-heading.second-heading .img1 {
    width: 35px;
    position: absolute;
    left: -25px;
    top: -10px;
    transform: rotate(50deg);
}

.top-heading.second-heading .img3 {
    width: 7%;
    position: absolute;
    top: -15px;
    right: -40px;
}

.second-heading {
    position: relative;
}

.about-text {
    font-size: 16px;
    color: black;
    font-weight: normal;
    text-align: left;
}

.about-content-header .header-sec2 {
    background-color: #fff;
    padding-top: 3rem;
}

/* Advantages */
.sec-advantages-container {
    background-color: #fff;
}

/* Advantages */


/* point-view-header */
.point-view-header h1,
.point-view-header h5 {
    font-weight: bold;
    color: var(--btn-color);
}

.point-view-header {
    margin-top: 1.7rem;
    background: #fff;
    padding-top: 0rem;
}

.point-view-header .single-card {
    background: var(--btn-color);
    border-radius: 15px;
    padding: 25px 35px;
    height: 300px;
    display: flex;
    justify-content: space-between;
}

.point-view-header .single-card .head i {
    color: var(--btn-color);
    height: 130px;
    width: 130px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 85px;
}

.point-view-header .single-card .card-clippath {
    clip-path: polygon(100% 0%, 67% 50%, 100% 100%, 0 100%, 0% 50%, 0 2%);
    width: 50px;
    height: 39px;
    position: absolute;
    background: white;
    transform: rotate(90deg);
    top: 0;
    right: 60px;
}

/* point-view-header */

.subscribe-newsletter {
    margin-top: 0.5rem !important;
    padding-top: 2rem;
}

.gray-box-shadow {
    box-shadow: 13px 10px 45px #333;
}



@media only screen and (max-width: 992px) {
    .new-navbar {
        background-color: #fff;
    }

    .cv-content-header .top-heading .img2 {
        width: 100px;
        bottom: -25px;
    }

    .cv-content-header .top-heading .img1,
    .cv-content-header .top-heading .img3 {
        display: none;
    }

    .banner-header {
        padding: 0 2rem !important;
    }

    .sm-flex-column-reverse {
        flex-direction: column-reverse;
    }

    .cv-content-header {
        padding-top: 10rem;
    }
}

@media only screen and (max-width: 768px) {

    .banner-header {
        margin-top: 4rem !important;
    }

    .cv-info-cards-header .card .card-img {
        height: 50vh;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .mb-md-5 {
        margin-bottom: 2rem;
    }
}

@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 {
        padding: 0 0.5rem !important;
    }

    .paragraph {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cv-info-cards-header .card .card-img {
        height: 40vh;
    }

    .cv-content-header {
        padding-top: 8rem;
    }

    .cv-content-header .top-heading {
        font-size: 1.5rem !important;
    }

    .cv-content-header .top-heading .img2 {
        width: 60px;
        bottom: -18px;
    }

    .about-text {
        font-size: 16px;
    }

    .sm-mt-1 {
        margin-top: 1rem !important;

    }

    .about-content-header .header-sec2 {
        padding-top: 0 !important;
    }

    .sec-advantages-container {
        padding-bottom: 0rem !important;
    }

    .point-view-header .single-card span {
        font-size: 14px;
    }

    .point-view-header {
        padding-bottom: 0 !important;
    }
}