: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: 120px;
}

.cv-content-header .top-heading {
    position: relative;
}

.cv-content-header .top-heading .img2 {
    width: 100px;
    position: absolute;
    right: 45%;
    bottom: -25px;
    transform: rotate(6deg);
}

.cv-content-header .top-heading .img1 {
    position: absolute;
    width: 7%;
    top: -45px;
    left: 45%;
}

.cv-content-header .top-heading .img3 {
    position: absolute;
    width: 8%;
    right: 130px;
    bottom: 0px;
}


/* Banner */
.banner-header {
    background-color: var(--btn-color);
    width: 100%;
    border-radius: 30px;
}


/* Banner */


.subscribe-newsletter {
    padding-top: 1rem !important;
    margin-top: 3rem !important;
}

.contact-us-header .f2-rem {
    font-size: 1.4rem;
}

.contact-us-header {
    width: 98%;
}

.banner-header .edit-template-btn-header {
    background: white;
    margin-right: 20px;
    border-radius: 8px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333 !important;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 25px;
    width: 90%;
}

.banner-header.banner {
    background-color: #6d6e71;
}

.banner-header.banner .edit-template-btn {
    color: black;
    font-weight: bold;
}

.contact-us-fields {
    width: 80%;
}

.contact-us-fields .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.contact-us-fields .form-group input {
    border-radius: 8px;
}

.contact-us-fields .form-group textarea {
    border-radius: 8px 8px 0 0;
}

.contact-us-fields .form-group .send-btn {
    background-color: #1d9bf0 !important;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 25px;
}

.send-message-btn-div {
    width: 100%;
    text-align: right;
}

.follow-icons-container {
    margin-top: 2rem;
}

.follow-icons-container .col-md-8 {
    padding-top: 3rem;
}


.contact-us-header input::placeholder {
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* color: black; */
    text-align: center;
}

.contact-us-header textarea::placeholder {
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* color: black; */
}



@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;
    }

    .contact-us-header .banner-header.second {
        padding-bottom: 3rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .banner-header {
        margin-top: 4rem !important;
    }

    .cv-info-cards-header .card .card-img {
        height: 50vh;
    }

    .contact-us-header input::placeholder,
    .contact-us-header textarea::placeholder {
        font-size: 15px;
    }

    .contact-us-header {
        margin-top: 0 !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 {
        padding: 0 0.5rem !important;
    }

    .paragraph {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cv-info-cards-header .card .card-img {
        height: 40vh;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .mb-md-5 {
        margin-bottom: 2rem;
    }

    .cv-content-header .top-heading {
        font-size: 1.5rem !important;
    }

    .cv-content-header .top-heading .img2 {
        width: 60px;
        bottom: -18px;
    }

    .contact-us-header .f2-rem {
        margin-top: 1rem !important;
    }

    .banner-header.banner .edit-template-btn {
        font-size: 15px;
    }

    .banner-header.banner {
        margin-top: 2rem !important;
    }

    .contact-us-header .banner-header.second {
        margin-top: 1.5rem !important;
    }

    .contact-us-header textarea::placeholder,
    .contact-us-header input::placeholder {
        font-size: 12px;
    }

    .contact-us-fields {
        width: 96%;
    }

    .contact-us-fields {
        padding-top: 2rem !important;
    }

    .subscribe-newsletter {
        margin-top: 0rem !important;
    }

    .cv-content-header {
        padding-top: 95px;
    }
}