@media screen and (max-width: 1600px) {
    .banner_content h1 ,.about_service_content h3 , .form_about_sec h3 ,.call_to_actions h4 ,
    .service_wrapper h3 , .portfolio_heading_text h3 , .why_choose_us_content h3 , .testimoils_se_slider_items h3 , .faqs_sec h3 , .query__form h5 , .banner_content h2{
        font-size: 43px;
        line-height: 40px;
        margin: 0;
    }
    .testimonils_head h6 {
       font-size: 18px;
        line-height: 18px;
    }
    .banner_img img {
        min-width: 100%;
    }
}
@media screen and (max-width: 1400px) {
        .banner_content h1, .about_service_content h3, .form_about_sec h3, .call_to_actions h4, .service_wrapper h3, .portfolio_heading_text h3, .why_choose_us_content h3, .testimoils_se_slider_items h3, .faqs_sec h3, .query__form h5, .banner_content h2 {
        font-size: 35px;
        line-height: 35px;
        margin: 0;
    }
    .servies_item h4 {
        line-height: 20px;
        font-size: 25px;
    }
    .platforms_publishing_items_wrapper ul {
        padding-right: 0;
        border: 0;
    }
}
@media screen and (max-width: 992px) {
    .logo {
        display: flex ;
        justify-content: center;
    }
    .heaer_btn  , .banner_bedges , .cta_img_after , .cta_img_before{
        display: none;
    }
    .banner_content {
        text-align: center;
    }
    .banner_content h1, .about_service_content h3, .form_about_sec h3, .call_to_actions h4, .service_wrapper h3, .portfolio_heading_text h3, .why_choose_us_content h3, .testimoils_se_slider_items h3, .faqs_sec h3, .query__form h5, .banner_content h2 {
                font-size: 23px;
        line-height: 27px;
        margin: 0;
        text-align: center;
    }
    .banner_content h5 {
        font-size: 20px;
    }
    .banner_content p {
        max-width: 100%;
    }
    .testimonils {
        bottom: 0;
        left: 0;
        max-width: 100%;
        top: 0;
        position: relative;
    }
    a.btns_style_one {
         line-height: 14px;
    }
    .banner_btn_bedges {
        justify-content: center;
        margin-bottom: 20px;
    }
    .form_about_sec  , .why_choose_us , .query__form{
        text-align: center;
    }
    .about_service_content {
        padding: 31px 20px;
    }
    .call_to_actions h6 {
        font-size: 20px;
    }
    .servies_item {
        gap: 20px;
        margin: 0 10px;
    }
    .call_to_actions p {
       max-width: 100%;
    }
    .portfolio_img img {
        display: block;
        margin: auto;
    }
    .platforms_publishing_items_wrapper {
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }
    .faqs_sec .faq_tabs .accordion-button {
        font-size: 16px;
    }
    .query__form {
        position: relative;
    }
    .query__form .input__group {
        gap: 0px;
        flex-direction: column;
    }
    .ft__content {
        text-align: center;
    }
    .ft__content .ft-logo {
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .copy__right ul {
        flex-direction: column;
        text-align: center;
    }
    .banner {
        padding: 130px 0 0;
    }
    .form_about_sec p {
        font-size: 14px;
        line-height: 21px;
    }
    a.btns_style_two , a.btns_style_one{
        font-size: 14px;
    }
    .banner_img img{
        display: none;
    }
    .platforms_wrapper_logos .slick-track {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    img.offer {
        position: absolute;
        top: -22px;
        max-width: 15%;
        right: 2%;
    }
    .offer__tag {
    justify-content: center;
    }
    .form_about_sec {
        position: relative;
    }
    .btns_style a {
        padding: 13px 18px;
    }
    .btns_style {
        justify-content: center !important;
    }
    .ft__content img {
        margin: auto;
        display: block;
    }
    .about_service_content p , .faqs_sec .faq_tabs p{
        text-align: center !important;
    }
    
}
@media screen and (max-width: 768px) {}