.bg-pink {
    background-color: #d8b4a31b;
}

.bg-grey {
    background-color: #41424e05;
}

.nav-link {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    color: #03052F !important;
    font-weight: 600;
    margin-right: 35px;
}

.c-btn {
    color: #03052F !important;
    background-color: #f5f5f6;
    border-radius: 100px;
    padding: 10px 25px;
}

.hero {
    background-image: url(/home_assets/img/header_bg_2.png);
    background-position: top;
    padding: 120px 0px;
}

.hero h2 {
    font-size: 88px;
    font-weight: 600;
    line-height: 111px;
    color: white;
    margin-bottom: 10px;
}

.hero p {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    color: white;
    margin-bottom: 60px;
}

.c-title {
    font-family: "Outfit";
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #03052F !important;

}

.c-sub-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.335em;

}

.c-sec-title {
    padding: 20px 150px;
}


.mt-50 {
    margin-top: 100px;
}

.download-icons {
    position: absolute;
    bottom: 130px;
    left: 200px;
}

.footer-bg {
    background-image: url(/home_assets/img/footer_bg_2.png);
    background-position: center;
    padding: 100px;
}

.footer-bg h3 {
    color: #F5F5F6;
    font-size: 56px;
    font-weight: 800;
}

.footer-bg p {
    color: #F5F5F6;
    font-size: 24px;
    font-family: Sora;
    font-weight: 400;
}



/* Pricing */
.c-page-title {
    background-image: url(/home_assets/img/header_bg.png);
    background-position: center;
    padding: 50px 50px 150px 50px;
}

.c-page-title h2 {
    font-size: 56px;
    font-weight: 800;
    color: white !important;
}

.c-page-title span {
    color: white;
    font-size: 22px;
    margin-bottom: 30px;
    letter-spacing: 12px;
}

.plan-title {
    font-size: 28px;
    font-weight: 500;
}

.plan-price {
    font-size: 48px;
    font-weight: 700;
}


/* services */

.nav-item .nav-link {
    background-color: #f4f4f4;
    padding: 5px 50px;
}

.nav-item .active {
    background-color: #326273 !important;
    color: white !important;
}

.feature-block {
    margin-bottom: 20px;
}

.feature-block img {
    margin: 20px auto;
    width: 40px;
}

.feature-block h4 {
    margin-bottom: 5px;
    font-size: 20px;
}



/* Faq */

#accordion .card {
    background-color: white;
    border: 0px solid white;
}

#accordion .card-header {
    background-color: white;
    text-align: left;
    color: #03052F;
    border: 0px solid white;

}


#accordion .card-header a {
    color: #03052F;
    font-weight: 400;
    font-size: 20px;
}

#accordion .card-header a:after {
    content: "\f107";

    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    float: right;
}

#accordion .card-header a.collapsed:after {
    content: "\f105";

}


#accordion .card-body {
    border-bottom: 2px solid #f5f5f5;
    text-align: left;
    font-size: 18px;
}

/* Plans */
.plan{
    height: 600px;
    position: relative;
    border-radius: 12px;
}

.plan .pay-btn{
    position: absolute;
    left:    0;
    bottom:   0;
    margin-bottom: 20px;
    margin-left: 35px;
    width: 80%;
}

.plan:hover {
    background-color: #03052F;
}

.plan:hover h3, .plan:hover .item, .plan:hover h1, .plan:hover a, .plan:hover h5{
    color: white;
}

.plan:hover .pay-btn{
    background-color: white;
    color: #03052F;
}

.plans-details p {
    font-size: 19px;
    margin-bottom: 10px;
}

.plans-details .view-more {
    text-decoration: underline;
    color: #95959E;
}


/* Terms */
.terms p{
    text-align: justify;
}

.terms ul li{
    list-style: circle !important;
    margin-left: 30px;
}

.cLcbjv {
    display: none !important;
}
/* ----------------------- Responsive ----------------------- */

@media only screen and (max-width: 767px) {

    .mt-50 {
        margin-top: 0px;
    }

    .hero {
        padding: 80px 0px;
    }

    .hero h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .c-title {
        font-size: 35px;
    }

    .hero p {
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
    }

    .c-sec-title {
        padding: unset;
    }


    .download-icons {
        position: absolute;
        width: 150px;
        bottom: 70px;
        left: 45px;
    }

    .footer-bg {
        padding: 50px 10px;
    }

    .activities-block-one .inner-box .image-box img {
        width: 250px;
        height: auto;
    }


    .footer-bg h3 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .footer-bg p {
        font-size: 18px;
    }



    /* Pricing */
    .c-page-title {
        padding: 10px 10px 110px 10px;
    }

    .c-page-title h2 {
        font-size: 56px;
        font-weight: 800;
        color: white !important;
    }

    .c-page-title span {
        color: white;
        font-size: 22px;
        margin-bottom: 30px;
    }


    /* services */

    .nav-item .nav-link {
        background-color: #f4f4f4;
        padding: 5px 10px;
    }
}
