/*---Analytics Services Section CSS Start--- */

.analytics_services {
    padding: 100px 0 170px 0;
}

/*---Analytics Services Section CSS End--- */

/*partner_section start*/
.partner_section {
    padding: 150px 0;
}
/*partner_section end*/
/*Development Process Section Css Start */
.development_process_section {
    padding: 180px 0 150px 0;
}
/*Development Process Section Css End */
/*---Challenges Solving Css Start---*/

.challenges_solving_2 {
    padding: 100px 0 200px 0;
}
/*---Challenges Solving Css End---*/
/*---faq section css start---*/
.data_science_faq_section {
    padding: 110px 0 0 0;
}
/*---faq section css end---*/
/*---Responsive Media Query For Tablet Start---*/
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    /*---Analytics Services Section CSS Start--- */
    .analytics_services {
        padding: 120px 0 100px 0;
    }
    /*---Analytics Services Section CSS End--- */
    .animated_section {
        padding: 0;
    }
    /*Development Process Section Css Start */
    .development_process_section {
        padding: 120px 0 150px 0;
    }

    /*Development Process Section Css End */
    /*---Challenges Solving Css Start---*/

    .challenges_solving_2 {
        padding: 120px 0 120px 0;
    }
    /*---Challenges Solving Css End---*/
    /*---faq section css start---*/
    .data_science_faq_section {
        padding: 120px 0 60px 0;
    }
    /*---faq section css end---*/
    /*partner_section start*/
    .partner_section {
        padding: 120px 0;
    }
    /*partner_section end*/
}
/*---Responsive Media Query For Tablet End---*/
/*---Responsive Media Query For Tablet Start---*/
@media only screen and (max-width: 767px){
    /*---Analytics Services Section CSS Start--- */
    .analytics_services {
        padding: 100px 0 100px 0;
    }
    /*---Analytics Services Section CSS End--- */
    .animated_section {
        padding: 0;
    }

    /*---Challenges Solving Css Start---*/
    .challenges_solving_2 {
        padding: 100px 0 100px 0;
    }

    /*---Challenges Solving Css End---*/
    .development_process_section {
        padding: 100px 0 100px 0;
    }
    /*!*---faq section css start---*!*/
    .data_science_faq_section {
        padding: 100px 0 60px 0;
    }
    /*!*---faq section css end---*!*/
    .partner_section {
        padding: 100px 0;
    }
}
/*---Responsive Media Query For Tablet End---*/