@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

    /* Hero css starts here */

    .hero_container .heading{
        font-size: 4.75rem;
        line-height: 5.5rem;
    }

    .hero_container .desc{
        width: 700px;
        font-size: 1.25rem;
    }

    /* Hero css ends here */

    /* Alternate services css starts here */

    .alternate_services_container .service_box{
        display: flex;
        flex-direction: column-reverse;
    }

    .alternate_services_container .service_box:nth-child(even){
        flex-direction: column;
    }

    .alternate_services_container .service_box .content_box{
        width: 100%;
        padding: 2rem;
    }

    .alternate_services_container .service_box .image_box{
        width: 100%;
        padding: 1.5rem 0;
    }

    /* Alternate services css ends here */
}

@media screen and (max-width:768px){

    /* Header css starts here */

    .header_container{
        padding: 0 0;
    }

    .header_container .CTAs button{
        display: none;
    }

    /* Header css ends here */

    /* Hero css starts here */

    .hero_container .heading{
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    .hero_container .desc{
        width: 515px;
        font-size: 1.15rem;
    }

    /* Hero css ends here */
}

@media screen and (max-width:576px){

    /* Header css starts here */

    .header_container{
        padding: 0 0.75rem;
    }

    .header_container .logo img{
        width: 150px;
        height: 41px;
    }

    .header_container .CTAs{
        height: 32px;
    }

    .header_container .CTAs a{
        font-size: 0.85rem;
        padding: 0.35rem 0.75rem;
    }

    .header_container .CTAs a img{
        height: 14px;
        width: 14px;
    }

    /* Header css ends here */

    /* Hero css ends here */

    .hero_container{
        padding: 2rem 1rem;
    }

    .hero_container .heading{
        font-size: 2.25rem;
        line-height: 3.5rem;
        margin-top: 1rem;
    }

    .hero_container .desc{
        width: 100%;
        font-size: 1.05rem;
        margin: 1.5rem auto;
        margin-top: 1rem;
    }

    .hero_container .CTA a{
        font-size: 1.05rem;
        padding: 0.35rem 1.25rem;
    }

    .hero_container .CTA a img{
        margin-left: 0.5rem;
        width: 16px;
        height: 14px;
    }

    /* Hero css ends here */

    /* Alternate services css starts here */

    .alternate_services_container .service_box .image_box .img{
        width: 300px;
        height: 185px;
    }

    .alternate_services_container .service_box .content_box{
        width: 100%;
        padding: 1rem;
    }

    .alternate_services_container .content_box .service_title{
        font-size: 1.35rem;
    }

    .alternate_services_container .sub_service_container .desc{
        font-size: 0.875rem;
    }

    /* Alternate services css ends here */
}