@media only screen and (max-width:1199px) {
    .mobile-head {
        width: 100%;
    }
    .contactform{
        height: 768px;
    }
    .contactimage{
        height: 768px;
    }
    .whatsappchat a{
        font-size: 14px;
    }
    .callus a{
        font-size: 14px;
    }
}

@media only screen and (max-width:991px) {
    .slider-img img {
        height: 450px;
    }

    .slider-video {
        height: 450px;

    }

    .whatsappchat a{
        font-size: 13px;
    }
    .callus a{
        font-size: 13px;
    }

    .contactform{
        height: 768px;
    }
    .contactimage{
        height: 768px;
    }

}





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

    .social-box {
        padding: 5px;
        display: none;
    }

    .slider-img img {
        height: 400px;
    }

    .slider-video {
        height: 400px;

    }

    .slick-dots li {
        background: var(--wc);
        height: 15px;
        width: 15px;
        border-radius: 50%;
    }

    .next-btn {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .whatsappchat a{
        font-size: 10px;
    }
    .callus a{
        font-size: 13px;
    }

    .contactform{
        height: 768px;
    }
    .contactimage{
        height: 768px;
    }
    .projectslider{
        width:100%;
    }


}

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

    body {
        font-size: 13px;
    }

    .mobile-menu {
        width: 100%;
    }

    .slider-img img {
        height: 350px;
    }

    .slider-video {
        height: 350px;

    }

    .social-box {
        display: none;
    }
    .whatsappchat a{
        font-size: 14px;
    }

    .contactform{
        height: 768px;
    }
    .contactimage{
        height: 768px;
    }
    .projectslider{
        width:100%;
    }
}

@media only screen and (max-width: 570px) {
    .social-box {
        display: none;
    }
    .main-logo img {
        width: 80%;
    }
    .contactform{
        height: 700px;
    }
    .contactimage{
        height: 480px;
        margin-top: 15px;
    }
    .contactimage img{
        width: 300px;
        margin: 0 auto;
    }
    
    .projectslider{
        width:100%;
    }
}
