/* Responsive */

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/* Responsive */

@media only screen and (max-width: 1450px) {}

/*  (max-width: 1450px) */

@media only screen and (max-width: 1260px) {}

/*  (max-width: 1260px) */

@media only screen and (max-width: 1100px) {}

/*  (max-width: 1100px) */

@media only screen and (max-width: 1199px) {}

/* (max-width: 1199px) */

@media only screen and (min-width: 768px) and (max-width: 991px) {}

/*  (min-width: 768px) and (max-width: 991px) */

@media only screen and (max-width: 991px) {
    .heroContent {
        max-width: 100%;
    }

    .formWrap {
        max-width: 100%;
        margin-top: 60px;
    }

    .imageGrid {
        order: 4;
    }

    .grid4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid3 .flipBox:nth-child(3) {
        grid-column: span 2;
    }

    .grid3 .flipBox {
        min-height: 360px;
    }

    img.closeFlip {
        filter: brightness(0);
    }

    .imageGrid img {
        display: block;
        width: 100%;
    }

}

/*and (max-width: 991px)*/

@media only screen and (min-width: 426px) and (max-width: 767px) {}

/* (min-width: 426px) and (max-width: 767px) */

@media only screen and (max-width: 767px) {

    .threeBox .row {
        gap: 40px 0px;
    }

    .completehiring .row {
        flex-direction: column-reverse;
    }

    .heroContent h1, .formWrap h2 {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }
    
    .heroContent {
        text-align: center;
    }
    
    .formWrap {
        padding: 32px;
    }
    
    .trackingTitle h2 {
        font-size: 40px;
    }
    
    .whitBox h2 {
        font-size: 24px;
    }
    
    .grid4, .grid2, .grid3 {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .grid4> div, .grid2> div, .grid3> div {
        grid-column: span 1;
        grid-row: span 1;
        order: 0 !important;
    }
    
    .grid3 {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .flipBox .whitBox {
        height: 100%;
        min-height: 360px;
    }
    
    .grid2 {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    .trackingSystem {
        padding: 40px 0;
    }
    
    .completehiringCont {
        margin-top: 30px;
    }
    
    .testimonial {
        flex-direction: column;
        gap: 20px;
    }
    
    .testimonial> img {
        width: 128px;
    }

    .footerTop {
        padding: 48px 0;
    }
    
    .dualBtn {
        flex-direction: column;
    }
    
    .footerTopContent h2 {
        font-size: 32px;
    }
    
    .footerTopContent p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .copyrightArea .container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        display: flex;
    }
    
    ul.footerMenu {
        align-items: center;
        justify-content: center;
    }

}

/* and (max-width: 767px) */

@media only screen and (max-width: 575px) {}

/* (max-width: 575px) */

@media only screen and (min-width: 320px) and (max-width: 425px) {}

/*  (min-width: 320px) and (max-width: 425px) */

@media only screen and (max-width: 480px) {}

/* (max-width: 480px) */

@media only screen and (max-width: 360px) {}

/* (max-width: 360px)  */