@media screen and (max-width: 1300px){
    .services .service_single_box {
        width: auto;
    }
    .cta_main .cta_wrap .cta_img {
    width: 26.04rem;
    height: 27.97rem;
}
}
@media screen and (max-width: 991px) {
    .menu-toggle {
        display: block;
    }
    .navbar-nav .nav-item .nav-link {
        color: #fff;
        padding: 5px 0;
        transition: all .4s;
    }
    .navbar-collapse {
        position: absolute;
        top: 92px !important;
        left: 15%;
        width: 70%;
        background-color: #45011e;
        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);
    }
    .hero {
    padding: 100px 0;
}
    .hero .hero-title{
        margin-top: 0;
    }
    .hero_cta1,
    .hero_cta2,
    .cta_main .cta_wrap .cta_img{
        display: none;
    }
    .counter_wrapper .counter_item.line::before{
        display: none;
    }
    .trusted {
    padding: 50px 0;
}
    .trusted .trused_title,
    .steps h2,
    .services h2{
    font-size: 2.3rem;
    }
    .trusted .trusted_detail{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }
    .trusted .trusted_box_block {
       flex-direction: column;
    }
    .trusted .trusted_box_block .trusted_box_block_right {
        margin-top: 0;
        
    }    
    .cta_main .cta_wrap {
        padding: 4rem ;
    }
    .cta_main .cta_wrap .cta_text {
        margin-bottom: 0;
    }

}
@media screen and (max-width: 767px) {  
    .step_text{
        text-align:center;
    }
    .step_title{
        text-align:center;
    }
    .hero .hero-title{
        font-size: 2.5rem;
    }
    .hero p {
    font-size: 1.1rem;
}
    .counter_wrapper .counter_item.line::before{
        display: none;
    }
    .trusted .trusted_detail{
       align-items: center;
    }
    .trusted .trused_title {
        font-size: 2.1rem;
        text-align: center;
        max-width: 100%;
    }
    .trusted .trusted_para {
        font-size: 16px;
        max-width: auto;
        text-align: center;
    }
    .trusted .h-70 {
        height: 30px;
    }
    .trusted .trusted_box_block {
        align-items: center;
        margin-top: 50px;
    }
    .trusted .trusted_box_block .trusted_box_block_right {
        margin-bottom: 1rem;
        
    }  
    .reviews .ds_reviews_wrap {
       flex-direction: column;
    }
    .reviews .review_wrapper .review_title_wrap{
        justify-content: center;
    }
    .reviews .arrow-buttons button,
    .services .arrow-buttons button{
        display: none;
    }
    .reviews .ds_reviews_wrap .ds_reviews_overall {
       align-items: center;
    }
    .reviews .ds_reviews_wrap.mt-5{
        margin-top: 10px !important;
    }
     .steps h2{
         font-size: 2rem;
         text-align: center;
     }
    .steps .steps_wrap {
        flex-direction: column;
    }
    .steps .steps_box .time_line_dot {
        display: none;
    }
    .steps .steps_box .steps_icon {
        border-radius: 1.1rem;
        width: 3.8rem;
        margin:0 auto;
        height: 3.8rem;
    }
    .services h2{
        font-size: 2rem;
    }
    .cta_main .cta_wrap .cta_text h2 {
    font-size: 2rem;
}
.cta_main .cta_wrap .cta_text .sub_title {
    font-size: 1rem;
}
    .faq_container {
        flex-direction: column;
    }
    .faq .faq_cta {
       width: 100%;
       max-width: 100%;
    }
    .faq .faq_cta .connect_btn {
        padding: 20px 50px;
        background-color: #a71151;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        border-radius: 50px;
    }
    .content .content_main_box {
        flex-direction: column;
    }
    .content .content_main_box .content_block {
        flex-direction: column;
    }
    .error {
     padding-top: 0; 
}
}
@media screen and (max-width: 480px){
        .hero {
        padding: 30px 0;
    }
        .hero .hero-title {
        font-size: 32px;
    }
        .trusted .trusted_box_block {
        margin-top: 0;
    }
    .services .service_single_box {
         height: auto; 
    }
    h2 {
    font-size: 24px !important;
}
.trusted .connect_btn, .faq .faq_cta .connect_btn {
    padding: 15px 20px;
}
.trusted .trusted_box_block .trusted_box {
    max-width: 100%;
    padding: 39px;
}
.trusted .trusted_box_block .trusted_box_block_left ,.trusted .trusted_box_block{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
    .cta_main .cta_wrap {
        padding: 40px;
    }
}