@media (min-width:425px){
    .justify_center{
        justify-content: start !important;

    }
}
@media (max-width:1500px) {
    .hero-banner .container-fluid {
        padding: 50px 65px;
    }

    footer .social_media {
        justify-content: start !important;
        margin-bottom: 25px;
    }

    footer {
        padding: 35px 10px;
    }.btn.btn-primary, .btn.btn-dark{
        padding: 8px 12px;
    }
}

@media (max-width:1024px) {
    .hero-banner .container-fluid {
        padding: 25px;
    }
    .about_imgs_2 {
        border-radius: 12px;
        border: 5px solid white;
        position: absolute;
        bottom: -36px;
        right: 25px;
    }
    h1 {
        font-size: 30px;
    }

    .first_img {
        border-radius: 16px;

    }

    .second_img {
        border-radius: 16px;
        border-width: 8px;

    }

    .navbar-light .navbar-nav .nav-link.active::after {
        display: none;
    }

    .heading h2 {
        font-size: 24px;
    }

    .content_of_y_choose_us h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .content_of_y_choose_us p {
        font-size: 17px;
    }

    section.business_to_success .container-fluid {
        padding: 50px 0;
    }

    section.hero-banner-inner .container-fluid {
        background-attachment: scroll;
        padding: 75px 0;
    }

    .hero-banner-inner h1 {
        font-size: 35px;
    }

    section {
        padding: 40px 0;
    }

}
@media (max-width:991px){
    .for_small_devices{
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #f8f9fa;
        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
        width: 300px;
        z-index: 999;
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }
    div#navbarSupportedContent {
        padding-top: 60px;
    }

    .for_small_devices {
        position: absolute;
        top: 6px;
        left: 20px;
        z-index: 9999995;
    }
    .close_button {
        display: inline-block;
        background: #cde3ff;
        padding: 2px 10px;
        border-radius: 10px;
        right: 11px;
        top: 12px;
        position: absolute;
        font-size: 19px;
        color: #1877f2;
        line-height: 30px;
    }
    .dropdown-menu[data-bs-popper] {
        width: fit-content;
        left: 15px;
        position: relative;
    }
    .dropdown::after{
        left: 100px;
        right: inherit;
    }
}
@media (max-width:600px) {
    .justify_center{
        display: block !important;
    }
    .about_imgs_2 {
        bottom: -35px;
    }
    .breadcrumb {
        padding: 10px 5px;
    }
    .top_header {
        text-align: center;
    }

    .navbar-light .navbar-nav .nav-link.active::after {
        display: none;
    }

    .hero-banner .container-fluid {
        padding: 10px;
    }

    h1 {
        font-size: 30px;
    }

    .btn.btn-primary,
    .btn.btn-dark {
        padding: 8px 6px;
    }

    .second_img {
        border-radius: 17px;
        border-width: 5px;
        margin-left: 0 !important;
        width: 75% !important;
    }

    .first_img {
        border-radius: 14px;
        width: 75% !important;
    }

    h1 b {
        color: #1877f2 !important;
    }

    .navbar-light .navbar-toggler {
        border: 0;
        color: #1877f2;
    }

    button.navbar-toggler:focus {
        box-shadow: none;
    }

    .heading h2 {
        font-size: 25px;
    }

    .heading span {
        margin-bottom: 20px !important;
        font-size: 16px;
    }

    .content_of_y_choose_us {
        position: relative;
    }

    .content_of_y_choose_us h2 {
        font-size: 20px;
        line-height: 20px;
        color: #434343;
    }

    .img_before::after {
        display: none;
    }

    .content_of_y_choose_us p {
        font-size: 8px;
        color: #2b2b2b;
    }

    .content_of_y_choose_us h2 {
        margin-top: 13px;
        font-size: 16px;
    }

    section.business_to_success .container-fluid {
        padding: 40px 0;
    }

    .our_services {
        padding-top: 0px;
    }

    .heading_txt {
        font-size: 13px;
        margin-bottom: 20px !important;
    }

    section.hero-banner-inner .container-fluid {
        background-attachment: local;
        padding: 50px 0;
    }

    .hero-banner-inner h1 {
        font-size: 28px;
    }

    section {
        padding: 30px 0;
    }

    .title_content p {
        text-align: justify;
    }

    .title_content h5 {
        line-height: 35px;
    }

    .long_content p {
        text-align: justify;
    }

    .sidebar_card .card-body {
        padding: 0;
    }

    .sidebar_card {
        padding: 20px;
    }

    .heading span::after {
        width: 60px;
        right: -82px;
    }

    .social_media {
        justify-content: center !important;
    }


}