@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');



* {
    font-family: 'Roboto', sans-serif;
}


body {
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

html {
    scroll-behavior: smooth;
}

.bg-light-blue {
    background: #F6F9FB;
}

.pd_top-btm100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pd-top60px {
    padding-top: 60px;
}

.pd-btm80px {
    padding-bottom: 80px
}

.font-size31px {
    font-size: 31px;
}


/* HEADER CSS START */

.logo-main {
    width: 130px;
}
.collapse.navbar-collapse.header-navbar-right {
    justify-content: flex-end;
}

header a.navbar-brand {
    padding: 2px 0px;
}

.about-heading-part {
    padding-right: 30px;
}

.about-heading-part h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}

span.blue-text {
    color: #3980C3;
    font-weight: 900;
}


/* HEADER CSS END*/


/* Section Support Business*/

.support_indigenous_business {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px;
    margin-right: 95px;
    margin-left: 95px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    position: relative;
    z-index: 9;
}

.support_indigenous_business h1 {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
}

.afterbefore-images {
    position: relative;
}

.afterbefore-images:before {
    content: "";
    position: absolute;
    background-image: url(../images/campaign/support-left-img.png);
    width: 172px;
    height: 219px;
    bottom: 10px;
    background-repeat: no-repeat;
    left: 0;
}

.afterbefore-images:after {
    content: "";
    position: absolute;
    background-image: url(../images/campaign/support-right-img.png);
    width: 172px;
    height: 219px;
    bottom: 10px;
    background-repeat: no-repeat;
    right: 0;
    z-index: 0;
}



.nfldafterbefore-images {
    position: relative;
}

.nfldafterbefore-images:before {
    content: "";
    position: absolute;
    background-image: url(../images/campaign/left-side-img.png);
    width: 172px;
    height: 127px;
    bottom: 10px;
    background-repeat: no-repeat;
    left: 15px;
    bottom: -40px;
}

.nfldafterbefore-images:after {
    content: "";
    position: absolute;
    background-image: url(../images/campaign/right-side-img.png);
    width: 272px;
    height: 231px;
    bottom: -40px;
    background-repeat: no-repeat;
    right: 0;
    z-index: 0;
    left: auto;
}
/* Section Support Business END*/


/* SECTION 3 */

.bg-2color-grudient {
    background: rgb(28 69 107);
    background: linear-gradient(90deg, rgba(222,243,250,1) 50%, rgba(28,69,107,1) 50%);
}

.about-having-exposure h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}

.about-having-exposure p {
    color: #333333;
    font-size: 18px;
    line-height: 28px;
}
/* SECTION 3 END */


/* SECTION 4 */
.list_details_import_benifits {}

.list_details_import_benifits ul {
    list-style: none;
    padding-left: 40px;
}

.list_details_import_benifits ul li {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
    line-height: 28px;
    color: #333333;
}

.list_details_import_benifits ul li:before {
    content: "";
    width: 24px;
    height: 24px;
    left: -40px;
    background-image: url(../images/campaign/checked.png);
    background-size: cover;
    position: absolute;
    top: 5px;
}

.network-benefits-space {
    padding-left: 30px;
}

.about-import_benifits h2 {
    margin-bottom: 20px;
}

/* SECTION 4 END*/




/* Section FORM */
.form-main-section {
    width: 730px;
    background-color: #fff;
    margin: 0px auto;
    padding: 50px 100px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 0.16);
    margin-top: 40px;
    z-index: 9;
    position: relative;
}


.form-main-section form.accept-offer-form {}

.form-main-section form.accept-offer-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-main-section form.accept-offer-form .form-group label {
    position: absolute;
    top: -10px;
    font-size: 14px;
    color: #3980C3;
    background-color: #fff;
    left: 16px;
    padding: 0px 5px;
    font-weight: 500;
    z-index: 9;
}

.form-main-section form.accept-offer-form .form-group input.form-control {
    height: 50px;
    border: 1px solid #CCCCCC;
    color: #999999;
    font-size: 16px;
    border-radius: 4px;
    padding: 0px 20px;
}

.about-having-exposure p.text-font-bold {
    font-weight: bold;
    color: #666666;
}

.btn-signup-form {
    background-color: #3980C3;
    border-color: #3980C3;
    width: 120px;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    padding: 0px;
}

.btn-signup-form:hover {
    background-color: #2363a0;
    border-color: #2363a0;
}

.mr-top50px {
    margin-top: 50px;
}

/* Section FORM END*/


.afterbefore-images.form-part-img::before {
    left: 80px;
}

.afterbefore-images.form-part-img::after {
    right: 80px;
}



/* Footer CSS start*/
footer#footer {
    padding: 30px 0px;
}

footer#footer p.footer-toptext {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}


p.footer-copyright-text {
    font-size: 14px;
    color: #707070;
    font-weight: 500;
    margin-bottom: 0px;
}
p.footer-copyright-text a {
    color: #3980C3;
}

/* Footer CSS end*/




/*-------------- Responsive CSS--------------------*/
@media only screen and (max-width: 767px) {
    .afterbefore-images:before { display: none; }
    .afterbefore-images:after { display: none; }
    .about-heading-part h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
        line-height: 36px;
    }

    .support_indigenous_business h1 span.blue-text.font-size31px {
        font-size: 22px;
    }

    .pd-btm80px {
        padding-bottom: 40px;
    }
    .pd-top60px {
        padding-top: 40px;
    }
    .pd_top-btm100px {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .support_indigenous_business {
        padding: 25px 15px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .support_indigenous_business h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .about-having-exposure h2 {
        font-size: 24px;
    }
    .about-having-exposure p {
        font-size: 16px;
        line-height: 26px;
    }
    .about-heading-part {
        padding-right: 0px;
        text-align: center;
    }

    .bg-2color-grudient {
        background: rgb(2,0,36);
        background: linear-gradient(360deg, rgba(28,69,107,1) 50%, rgba(28,69,107,1) 50%);
    }

    section#import_benifits_ID.bg-2color-grudient .list_details_import_benifits ul li {
        color: #fff;
        text-align: left;
    }

    .network-benefits-space {
        padding-left: 0px;
    }
    section.bg-light-blue.pd_top-btm100px .list_details_import_benifits ul li {
        text-align: left;
    }

    .list_details_import_benifits ul li {
        text-align: left;
    }

    .form-main-section {
        width: 100%;
        padding: 30px 20px;
    }
    .mr-top50px {
        margin-top: 30px;
    }
    section#section_product_service_ID .about-heading-part.about-having-exposure {
        margin-top: 30px;
    }

    .list_details_import_benifits ul li {
        margin-bottom: 15px;
    }

    .about-heading-part.about-having-exposure.about-import_benifits.network-benefits-space {
        margin-top: 50px;
    }

    section#import_benifits_ID .about-having-exposure h2 {
        color: #fff;
    }

}


@media (min-width: 768px) and (max-width: 979px) {

    .form-main-section {
        width: 100%;
    }

}

.help-block{
    color: red !important;
}