.certificate-banner-section {
    padding: 100px 0;
    background: #0c2f6f;
    position: relative;
    overflow: hidden;
}

.certificate-banner-section .col-lg-6 {
    display: flex;
    align-items: center;
}

.certificate-banner-section .center-part {
    text-align: center;
}

.certificate-banner-section .center-part img {
    display: block;
    margin-bottom: 40px;
}

.become-a-certified-nexus-section {
    padding: 60px 0;
}

.become-a-certified-nexus-section h1 {
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    color: #fd4c5c;
    text-transform: uppercase;
    margin-bottom: 25px;

}

.become-a-certified-nexus-section p {
    font-size: 18px;
    color: #606060;
    line-height: 30px;
}

.become-a-certified-nexus-section p strong {
    font-weight: 600;
}

.socal-currency-section {
    padding: 60px 0;
    text-align: center;
}

.socal-currency-section .col-lg-4 {
    padding: 0 15px;
}

.socal-currency-section .thumb-part {
    position: relative;
}

.socal-currency-section .thumb-part .icon-part {
    margin-bottom: 20px;
}

.socal-currency-section .thumb-part .icon-part img {
    display: block;
    margin: 0 auto;
}

.socal-currency-section .thumb-part .content-part h2 {
    font-size: 26px;
    color: #000b33;
    font-weight: 700;
    line-height: 45px;
    font-family: Manrope, sans-serif;
}

.socal-currency-section .thumb-part .content-part p {
    font-size: 18px;
    color: #606060;
    line-height: 30px;
}

.showcase-your-achievements {
    padding: 60px 0;
}

.showcase-your-achievements .col-lg-4 {
    display: flex;
    align-items: center;

}

.showcase-your-achievements .right-side-part {
    padding-left: 100px;
}

.showcase-your-achievements .right-side-part p {
    font-size: 20px;
    color: #606060;
    line-height: 30px;
    margin-bottom: 20px;
}

.showcase-your-achievements .right-side-part p:last-child {
    margin-bottom: 0;
}

.showcase-your-achievements .right-side-part p strong {
    color: #000;
    font-weight: 600;
}

.complete-foundational-section {
    padding: 60px 0;
}

.complete-foundational-section .right-side-part {
    padding-left: 100px;
}

.complete-foundational-section .col-lg-5 {
    display: flex;
    align-items: center;

}

.complete-foundational-section .left-side-part .heading {
    font-size: 34px;
    line-height: 47px;
}

.complete-foundational-section .right-side-part img {
    display: block;
    width: 100%;
}

.share-your-certs-section {
    padding: 60px 0;
    text-align: center;
}

.share-your-certs-section .heading-part {
    text-align: center;
    margin-bottom: 40px;
}

.share-your-certs-section .heading-part .heading {
    font-size: 33px;
    line-height: 68px;
}

.share-your-certs-section .col-lg-4 {
    padding: 0 15px;
}

.share-your-certs-section .shar-your-part {
    text-align: center;

}

.share-your-certs-section .shar-your-part img {
    display: block;
    width: 100%;
    border: 1px solid #d7d7d7;
}

.share-your-certs-section .shar-your-part .content-part {
    margin-top: 30px;
}

.share-your-certs-section .shar-your-part .content-part h3 {
    font-size: 26px;
    color: #000b33;
    font-weight: 700;
    line-height: 45px;
    font-family: Manrope, sans-serif;
}

.get-started-section {
    padding: 40px 0;
    background: #0c2f6f;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 1600px) {}

@media only screen and (min-width:1300px) and (max-width:1440px) {}

@media screen and (min-width: 1361px) and (max-width: 1366px) {}

@media screen and (min-width: 1431px) and (max-width: 1440px) {}

@media (max-width: 1280px) {
    .complete-foundational-section .left-side-part .heading {
        font-size: 26px;
        line-height: 39px;
    }

    .share-your-certs-section .shar-your-part .content-part h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .become-a-certified-nexus-section h1 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) {
    .complete-foundational-section .left-side-part .heading {
        font-size: 26px;
        line-height: 39px;
    }

    .share-your-certs-section .shar-your-part .content-part h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .become-a-certified-nexus-section h1 {
        font-size: 34px;
    }
    .complete-foundational-section .left-side-part .heading{
        padding-right:50px;
    }
}


@media screen and (min-width: 0) and (max-width: 1023px) {
    .certificate-banner-section {
        padding: 60px 15px;
    }

    .certificate-banner-section .left-side-part {
        margin-bottom: 40px;
    }

    .certificate-banner-section .center-part img {

        margin-bottom: 32px;
    }

    .certificate-banner-section .center-part img {

        width: 81%;
        margin: 0 auto 30px;
    }

    .become-a-certified-nexus-section h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .socal-currency-section .col-lg-4 {
        padding: 0;
        margin-bottom: 50px;
    }

    .socal-currency-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .socal-currency-section .thumb-part .icon-part {
        margin-bottom: 9px;
    }

    .socal-currency-section .thumb-part .content-part h2 {
        font-size: 22px;
        line-height: 39px;
    }

    .showcase-your-achievements .col-lg-4 {
        display: block;
    }

    .showcase-your-achievements .right-side-part {
        padding-left: 0;
        margin-top: 40px;
    }

    .complete-foundational-section .left-side-part .heading {
        font-size: 20px;
        line-height: 32px;
    }

    .complete-foundational-section .right-side-part {
        padding-left: 0;
        margin-top: 30px;
    }

    .share-your-certs-section .shar-your-part .content-part {
        margin-top: 14px;
    }

    .share-your-certs-section .col-lg-4 {
        padding: 0;
        margin-bottom: 40px;
    }

    .share-your-certs-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .share-your-certs-section .heading-part .heading {
        font-size: 25px;
        line-height: 37px;
    }

    .share-your-certs-section .heading-part {

        margin-bottom: 21px;
    }

    .complete-foundational-section {
        padding: 0px 0 0;
    }
     .complete-foundational-section .left-side-part .heading{
        padding-right:50px;
    }
}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {
    .certificate-banner-section .center-part img {
        width: 100%;
        margin: 0 auto 30px;
        display: block;
    }

    .certificate-banner-section .col-lg-6 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .certificate-banner-section .right-side-part img {
        width: 61%;
        margin: 0 auto;
        display: block;
    }

    .socal-currency-section .col-lg-4 {
        padding: 0;
        margin-bottom: 0;
        width: 33%;
    }

    .showcase-your-achievements .col-lg-4 {

        width: 40%;
    }

    .showcase-your-achievements .col-lg-8 {
        width: 60%;

    }

    .showcase-your-achievements .right-side-part {
        margin-top: 0;
        padding-left: 30px;
    }

    .complete-foundational-section .col-lg-5 {
        width: 40%;
    }

    .complete-foundational-section .col-lg-7 {
        width: 60%;
    }

    .share-your-certs-section .col-lg-4 {
        padding: 0 5px;
        margin-bottom: 0;
        width: 33.33%;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {

    .certificate-banner-section .center-part img {
        width: 100%;
        margin: 0 auto 30px;
        display: block;
    }

    .certificate-banner-section .col-lg-6 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .certificate-banner-section .right-side-part img {
        width: 61%;
        margin: 0 auto;
        display: block;
    }

    .socal-currency-section .col-lg-4 {
        padding: 0;
        margin-bottom: 0;
        width: 33%;
    }

    .showcase-your-achievements .col-lg-4 {

        width: 40%;
    }

    .showcase-your-achievements .col-lg-8 {
        width: 60%;

    }

    .showcase-your-achievements .right-side-part {
        margin-top: 0;
        padding-left: 30px;
    }

    .complete-foundational-section .col-lg-5 {
        width: 40%;
    }

    .complete-foundational-section .col-lg-7 {
        width: 60%;
    }

    .share-your-certs-section .col-lg-4 {
        padding: 0 5px;
        margin-bottom: 0;
        width: 33.33%;
    }
}


@media screen and (min-width: 430px) and (max-width: 432px) {}

@media screen and (min-width: 412px) and (max-width: 415px) {}

@media screen and (min-width: 540px) and (max-width: 543px) {}

@media screen and (min-width: 320px) and (max-width: 325px) {}