@media screen and (max-width:991px) {
    .banner_title {
        font-size: 45px;
    }

    .header_part .nav-item {
        width: 100% !important;
        display: block;
    }

    .header_part .nav-link {
        font-size: 14px;
        padding: 13px 13px !important;
        color: #000 !important;
        border-bottom: 1px solid #c4c4c4 !important;
        /* width: 100% !important; */
        /* display: block; */
        /* min-width: fit-content; */
        border-radius: 0 !important;
    }

    .navbar-toggler {
        box-shadow: none;
        padding: 2px 5px;
        font-size: 18px;
        outline: none !important;
    }

    .cta-section h2 {
        font-size: 35px;
    }

    .header_part .right-side a {
        display: block;
        width: 100%;
        text-align: start;


        font-size: 14px;
        padding: 13px 13px !important;
        color: #000 !important;
        border-bottom: 1px solid #c4c4c4 !important;
        border-radius: 0 !important;
    }

    .header_part .offcanvas-body {
        padding-top: 0px !important;
    }
}

@media screen and (max-width:767px) {
    .banner_title {
        font-size: 38px;
    }

    .cta-section h2 {
        font-size: 28px;
    }

    .cta-section {
        padding: 50px 0px;
    }
    .lead {
    font-size: 16px;
}
}

@media screen and (max-width:575px) {
    .banner_title {
        font-size: 32px;
    }

    .icon-box,
    .step-circle {
        margin: 0 auto;
    }

    .cta-section h2 {
        font-size: 25px;
    }
}

@media screen and (max-width:375px) {
    .banner_title {
        font-size: 28px;
    }
}
