/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {
    h1 { font-size: 44px; line-height: 45px; }
    h2 { font-size: 32px; line-height: 35px; }
    .main-paddings {
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media only screen and (max-width:1140px) {
    /* tarifs section */
    .tarifs-container {
        flex-flow: row wrap;
        margin: 0 auto;
        max-width: 720px;
        padding-top: 30px;
    }
    .tarifs-container .single-tarif {
        width: calc(50% - 45px);
    }
    .tarifs-container .single-tarif:nth-of-type(3) {
        margin-top: 35px;
    }
    .tarifs-container .single-tarif:nth-of-type(4) {
        margin-top: 35px;
    }
}
@media only screen and (max-width:968px) {
    /* first section */
    .home-container .first-section {
        padding-top: 40px;
        padding-bottom: 50px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .banner-container .banner-img {
        width: 100%;
    }
    /* icon blocks */
    .icon-blocks-container .icon-blocks {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .icon-blocks-container .single-block {
        width: calc(50% - 10px);
        margin-left: 0px;
        margin-right: 0px;
        box-sizing: border-box;
    }
    .icon-blocks-container .single-block:nth-of-type(1) {
        margin-top: 0px;
    }
    .icon-blocks-container .single-block:nth-of-type(3) {
        margin-top: 30px;
    }
    .icon-blocks-container .single-block:nth-of-type(4) {
        margin-top: 30px;
    }
    /* tarifs section */
    .tarifs-container .single-tarif {
        width: calc(50% - 20px);
    }
    /* free test section */
    .free-test-section {
        flex-direction: column;
        text-align: center;
    }
    .free-test-section p {
        font-size: 22px;
        width: 100%;
        margin-bottom: 20px;
    }
    /* contact form section */
    .contact-form-section {
        flex-direction: column;
    }
    .contact-form-section .left {
        text-align: center;
        margin-bottom: 20px;
        padding-right: 0;
        margin-right: 0;
        max-width: 460px;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .contact-form-section .right {
        margin-left: 0;
        width: 100%;
        max-width: 460px;
    }
}
@media only screen and (max-width:768px) {
    /* fonts */
    h1 { font-size: 34px; line-height: 37px; }
    h2 { font-size: 24px; line-height: 27px; }
    /* menu */
    .menu {
        height: 150px;
        flex-direction: column;
    }
    .menu .logo {
        height: 75px;
    }
    /* screnshots */
    .screenshots-slider .single-screenshot {
        height: 350px;
    }
    /* testimonials */
    .testimonials {
        flex-direction: column;
    }
    .testimonials .testimonials-container {
        width: 100%;
    }
    .single-testimonial .pic-container {
        width: 170px;
        height: 170px;
    }
    .single-testimonial .right {
        width: calc(100% - 200px);
    }
    .single-testimonial p.testimonial-text {
        font-size: 15px;
        line-height: 19px;
    }
    .single-testimonial p.testimonial-author {
        margin-top: 15px;
        font-size: 16px;
    }
    .testimonials .arrows-container {
        width: 95px;
        margin-left: 0;
        margin-top: 15px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    /* contact form section */
    .contact-form-section .right #vector-man-2,
    .contact-form-section .right #vector-man-1 {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    /* menu */
    .menu {
        height: 120px;
    }
    .menu .logo {
        width: 90px;
    }
    .menu ul {
        margin: 0;
    }
    .menu ul li {
        padding-left: 8px;
        padding-right: 8px;
    }
    .menu ul li a {
        font-size: 14px;
    }
    /* icon blocks */
    .icon-blocks-container .single-block {
        width: 100%;
        margin-top: 10px!important;
    }
    /* tarifs section */
    .tarifs-container {
        justify-content: flex-start;
        padding-top: 0;
    }
    .tarifs-container .single-tarif {
        width: calc(100% - 20px);
        margin-top: 25px;
    }
    /* testimonials */
    .testimonials {
        padding-top: 40px;
    }
    .single-testimonial .pic-container {
        width: 120px;
        height: 120px;
    }
    .single-testimonial .right {
        width: calc(100% - 135px);
        margin-left: 15px;
    }
    .single-testimonial p.testimonial-text {
        font-size: 13px;
        line-height: 17px;
    }
    .single-testimonial p.testimonial-author {
        margin-top: 5px;
    }
    /* contact form section */
    .contact-form-section {
        padding-top: 40px;
    }
    .contact-form-section .right {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 5%;
        padding-right: 5%;
    }
    /* footer */
    #footer .copyright {
        font-size: 14px;
    }
}
@media only screen and (max-width:360px) {

}