﻿@media only screen and (max-width: 600px) {
    .top-bar {
        display: none;
    }

    .banner-image {
   width: 100%;
    height: 250px !important;
    transform-origin: center;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
/* .about-image{
    text-align: center !important;
    margin: auto;
} */

    
}

/* call/whatsapp buttons */
@media only screen and (max-width: 768px) {
    .whatsapp-icon {
        left: 10px;
        bottom: 32px;
    }

    .call-icon {
        right: 10px;
        bottom: 32px;
    }
}


