@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .steps .single_step {
        height: 390px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 92px !important;
        left: 15%;
        width: 70%;
        background-color: #2D96EE;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        border-radius: 6px;
        box-shadow: 0 2px 22px 0 #ddeffa27;
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.18);
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }

    .hero {
        padding: 20px 0 60px;
    }

    .properties .content_img_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .steps .single_step {
        height: 400px;
    }

    .single_step.mt {
        margin-top: 30px;
    }

    .faq .nav.nav-tabs {
        flex-direction: row;
        gap: 30px;
    }

    .batch_wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        gap: 46px;
    }

    .cta .cta_wrap {
        flex-direction: column;
        gap: 30px;
    }

    .cta .cta_wrap .cta_right {
        max-width: 100%;
        width: 100%;
    }

    .content_wrapper {
        padding: 0;
    }

    .angle-up,
    .angle-down {
        right: -9%;
    }
}

@media screen and (max-width: 767px) {
    .steps .single_step {
        height: 340px;
    }

    .reviews .nav-tabs .nav-item .nav-link {
        max-width: 300px;
        width: 100%;
    }

    .reviews .nav.nav-tabs {
        gap: 15px;
    }

    .angle-up {
        top: 25%;
    }

    .angle-up,
    .angle-down {
        right: -12%;
    }

    .cta .cta_wrap .cta_left {
        max-width: 70%;
        width: 100%;
    }

    .cta .cta_wrap .cta_right p {
        padding-left: 10px;
    }

    .cta .cta_wrap .cta_right p::before {
        left: -8px;
    }

    .reviews .reviewSlider {
        height: 374px;
    }

    .angle-up {
        top: 11%;
        right: 2%;
    }

    .angle-down {
        bottom: -64px;
        right: 2%;
    }

    .payment_wrap {
        padding: 44px ;
    }
}

@media screen and (max-width: 567px) {
    .hero .hero_usp {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
    .ser_img img{
       display: none;
     }
     .content_img_box img{
       display: none;
    }
    .properties .content_box {
        margin-top: 0;
    }
    .cta .cta_wrap .cta_right {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .payment_wrap {
        padding: 44px 24px 44px 24px;
    }

}
@media screen and (max-width: 480px) {
    h2{
        font-size: 24px !important;
        line-height: 30px !important; 
    }
    p{
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .properties h2 {
    color: #161616;
    font-size: 24px;
     line-height: 30px; 
    padding-bottom: 19px;
}
.properties {
    padding-bottom: 0;
}
    .angle-up, .angle-down {
       display: none;
    }
    .services .nav.nav-tabs {
        margin-top: 15px;
        justify-content: center;
}
.services .nav-tabs .nav-item {
          width: calc(100% / 2 - 10px)
}
.services .tab_content h3 {
    font-size: 24px;
    padding-bottom: 0;
}
.quality .quality_box p {
    font-size: 16px;
    padding-top: 0;
}
.steps .single_step .stepsText p {
    font-size: 16px;
    padding-top: 10px;
}
.faq .accordion-button::after {
    right: 4%;
    top: 36%;
}
.faq .accordion-button {
    padding: 20px 40px 20px 50px;
        font-size: 16px;
}
.faq .fa-question {
    left: 7px;
}
.payment_wrap h3 {
    font-size: 24px;
    line-height: 30px;
}
.batches {
    display: none;
}
.payment_wrap h4 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 10px;
}
}