/* Header Responsive Styles */

.logo-img1 {
    width: 80%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .menu-area .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo-img1 {
        max-height: 130px;
    }
}

@media (max-width: 767px) {
    .logo-img1 {
        max-height: 80px;
    }
    .menu-area .row {
        justify-content: space-between !important;
    }
    .shivansh-container {
        margin-top: 93px;
    }
}