/* ===================== Banner ============================= */

.page-header-content a.joinnow-btn {
    font-weight: 700;
    font-size: 20px;
}

.page-header-content a.joinnow-btn {
    font-weight: 600;
    font-size: 16px;
    background: #00AFEF;
    border-radius: 1222px;
    padding: 9px 20px;
    color: #fff;
    text-decoration: none;
    max-width: max-content;
}

.page-header-dark .page-header-title {
    color: #000;
}

.page-header .page-header-content p.page-header-text {
    color: #000 !important;
}

.bg-gradient-primary-to-secondary {
    background-color: #fff !important;
    background-image: none;
}

/* ======================== Banner =========================== */


/* ======================= Problem Section  ========================= */

.problem-section .problem-title p {
    font-weight: 700;
    font-size: 16px;
    color: #00AFEF;
}

.problem-section .problemblock-cover h3 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.problem-section .problemblock-cover p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.problem-section .problem-title h2 {
    font-weight: 500;
    font-size: 42px;
    color: #fff;
    margin-bottom: 40px;
}

.problem-section {
    background: #4B4B4D;
    padding: 35px 0;
    margin-top: -70px;
}

.container{
padding-left: 1rem !important;
    padding-right: 1rem !important;
}


/* ======================== Problem Section End ======================= */


/* ========================= Solutioin ============================ */

.solution-title .problem-title p {
    font-weight: 700;
    font-size: 16px;
    color: #00AFEF;
}

.solution-title .problemblock-cover h3 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.problem-section .problem-title h2 {
    font-weight: 500;
    font-size: 42px;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto 35px;
}

/* ========================= Solutioin End ============================ */



/* ========================= Solution Work ================================= */

.solution-title p {
    font-weight: 700;
    font-size: 16px;
    color: #00AFEF;
}

.solution-title h2 {
    font-weight: 600;
    font-size: 42px;
    color: #000;
}

.solution-content-cover span {
    font-weight: 700;
    font-size: 16px;
    color: #00AFEF;
    margin-bottom: 10px;
    display: block;
}

.solution-content-cover h3 {
    font-weight: 600;
    font-size: 30px;
}

.solution-content-cover p {
    font-weight: 400;
    font-size: 16px;
}

/* section.solution-section .row .col-md-6:first-child .solution-content-cover  {
    margin-left: 140px;
}

section.solution-section .row .col-md-6:nth-child(2) .solution-content-cover {
    margin-right: 127px;
}

section.solution-section .row .col-md-6:nth-child(3) .solution-content-cover {
    margin-left: 127px;
} */

/* ========================= Solution Work End ================================= */




/* ============================ Messaging Section ============================== */


.messagebox-cover {
    background-image:url("../assets/images/Message-Bbl.png");
    background-size: cover;
    background-repeat: repeat;
    padding: 50px;
    overflow: hidden;
    background-position: center;
}

.messagebox-contents-cover {
    padding: 35px 80px;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
}

.message-left-cover h3 {
    font-weight: 600;
    font-size: 30px;
}

.message-left-cover span {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}

.message-left-cover p {
    font-weight: 400;
    font-size: 16px;
}

.message-right-cover span {
    font-weight: 500;
    font-size: 12px;
    color: #00AFEF;
    margin-left: 40px;
    margin-bottom: 10px;
    display: block;
}

.message-right-cover p {
    background: #4B4B4D;
    max-width: max-content;
    border-radius: 42px;
    padding: 35px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    position: relative;
}

.messagebox-contents-cover img.bg-curve {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
}

.message-right-cover p img.chat-curv {
    left: -17px;
    position: absolute;
    bottom: -5px;
}

/* ============================ Messaging Section End ============================= */


/* =============================== Cart ======================================== */

.cart-inner {
    background-image: url("../assets/images/Container.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    padding: 25px;
}

.cart-cover {
    padding: 35px 30px;
}

.cart-content-cover h3 {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    text-align: left;
}

.cart-content-cover {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
    max-width: 350px;
    margin: 0 auto;
}

.cart-content-cover a.joinnow-btn {
    font-weight: 600;
    font-size: 16px;
    background: #00AFEF;
    border-radius: 1222px;
    padding: 9px 20px;
    color: #fff;
    text-decoration: none;
    max-width: max-content;
}

/* ============================= Cart =============================== */


@media (max-width: 767px) {
    section.solution-section .row {
        margin-bottom: 40px;
    }

    .page-header .page-header-content .page-header-title {
        font-size: 25px;
    }

    .solution-content-cover h3 {
        font-size: 22px;
    }

    .problem-section .problem-title h2 {
        font-size: 27px;
        max-width: 500px;
    }

    .solution-title h2 {
        font-size: 30px;
    }

    .messagebox-cover {
        padding: 15px 0px;
    }

    .messagebox-contents-cover {
        padding: 35px 15px;
    }

    .message-left-cover h3 {
        font-size: 24px;
    }

    .cart-content-cover h3 {
        font-size: 20px;
    }

    .cart-cover {
        padding: 35px 5px;
    }

    .page-header-content a.joinnow-btn {
        margin-bottom: 45px;
    }

}
