@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.banner_nd {
    background: #ffffff;
    padding: 40px 0;
}

.banner_nd .banner-nd-sec h1 {
    font-size: 87px;
    font-family: "Poppins", sans-serif;
    color: rgb(23, 57, 122);
    font-weight: bold;
    line-height: 0.876;
    text-align: left;
    margin-bottom: 15px;
}

.banner_nd .banner-nd-sec p {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 500;
    line-height: 1.469;
    margin-bottom: 20px;
}

.banner_nd .banner-nd-sec p .spn_1 {
    color: rgb(23, 57, 122);
    font-weight: 700;
}

.banner_nd .img-bn {
    width: 80%;
    text-align: right;
    margin: auto;
}
.banner_nd .banner-nd-sec a.cta_btn_blue {
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.876;
    display: inline-block;
    background: #00367d;
    padding: 16px 30px;
    margin-bottom: 20px;
}

.banner_nd .banner-nd-sec a.cta_btn_blue:hover {
    opacity: 0.8;
    text-decoration: none;
}

.banner_nd .banner-nd-sec ul {
    padding: 0;
    margin: 0;
}

.banner_nd .banner-nd-sec ul li {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 22px;
    list-style: none;
    text-align: left;
    padding: 5px 0;
}

.banner_nd .banner-nd-sec ul li img {
    width: 30px;
    height: auto;
}

.text-center-n {
    text-align: left;
}

.for_desk {
    display: none;
}

.for_mob {
    display: block;
}

@media screen and (max-width: 991px) {
    .banner_nd .banner-nd-sec p {
        font-size: 18px;
    }

    .banner_nd .banner-nd-sec ul li {
        font-size: 18px;
        line-height: 20px;
        padding: 3px 0;
    }

    .banner_nd .banner-nd-sec ul li img {
        width: 25px;
    }

    .banner_nd .banner-nd-sec h1 {
        font-size: 57px;
    }
}

@media screen and (max-width: 767px) {
    .for_desk {
        display: block;
    }

    .for_mob {
        display: none;
    }

    .banner_nd .banner-nd-sec h1 {
        font-size: 50px;
        text-align: center;
    }

    .text-center-n {
        text-align: center;
    }

    .banner_nd .banner-nd-sec p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    img.img-fluid.for_desk.img-bn {
        width: 245px;
        margin: auto;
    }

    .banner_nd .banner-nd-sec a.cta_btn_blue {
        font-size: 25px;
        padding: 13px 29px;
        margin-top: 20px;
    }

    .banner_nd .banner-nd-sec ul {
        width: 78%;
        margin: auto;
    }

    .banner_nd {
        padding: 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .banner_nd .banner-nd-sec ul {
        width: 315px;
    }

    .banner_nd .banner-nd-sec ul li {
        font-size: 16px;
        line-height: 19px;
        padding: 3px 0;
    }

    .banner_nd .banner-nd-sec ul li img {
        width: 24px;
    }
}