@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    .banner_title {
        font-size: 32px;
    }

    .post-slide {
        /*height: 510px;*/
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner_title {
        font-size: 32px;
    }

    .para {
        font-size: 16px;
        padding: 0 50px;
        color: #000;
    }

    .banner_form {
        padding: 2rem;
    }

}

@media screen and (max-width: 991px) {
    header {
        width: 100%;
    }
    .d_help_box .d_help_title {
    font-size: 18px;
 
   
}
 .banner_title {
        font-size: 22px;
    }
    .nav_offer_title {
        font-size: 1.2rem;
    }

    .nav_offer_title span img {
        margin-right: .5rem;
    }

    .title {
        font-size: 22px;
    }

    .banner_title {
        margin-top: 0;
    }

    .banner_form {
        margin-top: 100px;
    }

    .para {
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        color: black;
    }

    .vision_mission_tabs {
        justify-content: space-around;
        flex-direction: row;
    }

    .nav-pills .nav-link {
        margin-left: 2rem;
    }

    .tabBlock-tab {
        padding-right: 1.5rem;
    }

    .post-slide {
        height: 550px;
    }
    .footer-social-icon{
        margin-bottom: 2rem;
    }

}

@media screen and (max-width:767px) {
        .hero__reviews {

    justify-items: left;
}
    .banner_title {
              font-size: 22px;
        line-height: 28px;
    }
    .banner_para {
        font-size: 16px;
    }
    .services,
    .ser_offer,
    .steps {
        padding: 30px 0;
        background: #ffffff;
    }

    .mission_vision,
    .d_help {
        padding: 30px 0;
        background: #f5f5f5;
    }
    .margin{
        margin-top: 20px;
    }
    .review,
    .faq {
        padding: 30px 0;
    }

    .our_services {
        grid-template-columns: 1fr;

    }

    .d_help_container {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .step_container {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .tabBlock-tab {

        display: block;
        border-right: 2px solid #d8d8d8;
        border-bottom: 2px solid #d8d8d8;
    }

    .our_services .service_box,
    .step_container .step_box {
        padding: 31px;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .post-slide {
        height: 380px;
    }
    .navbar-brand {
    width: 230px;
}
}

@media screen and (max-width:576px) {
    .hero__reviews {

    justify-items: left;
}
    header {
        justify-content: center;
        flex-direction: column;
    }

    #header.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: .5s ease;
        z-index: 999999999;
    }

    #header.sticky .head {
        padding: 0;
    }

    #header.sticky header .logo img {
        height: 60px;
    }

    .head.sticky .nav_offer {
        display: none;
    }
    .banner_form {
        margin-top: 50px;
        padding: 1rem;
        padding-top: 2rem;
    }


    .nav_offer {
        justify-content: center;
        margin-top: 1.5rem;
    }

    .nav_offer_title {
        font-size: 1.3rem;
    }
    .box_img img {
        height: 85px;
    }
.navbar-brand {
    width: 230px;
}
 .banner_title {
        font-size: 22px;
    }
}


@media screen and (min-width: 320px) and (max-width:480px) {
    .hero__reviews {

    justify-items: center;
}

    .banner.mt-5{
        margin-top: 1rem !important;
    }
   .banner_title {
        font-size: 22px;
    }

    .banner_form {
        margin-top: 50px;
        padding: 1rem;
        padding-top: 2rem;
    }

    .form_title {
        font-size: 20px;
        font-weight: 700;
    }

    .title {
        font-size: 22px;
    }

    .vision_mission_tabs {
        flex-direction: row;
    }

    .tabBlock {
        margin: 1.5rem 0;
    }

    .nav-pills .nav-link {
        width: 170px;

    }

    .nav-pills .nav-link {
        margin-left: 10px;
    }

    .post-slide {
        height: 450px;
    }

    .post-slide .post-description {
        font-size: 16px;

    }

    .accordion-item-body-content {
        font-size: 16px;
    }
.navbar-brand {
    width: 230px;
}
}