@media (max-width:479px) {
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: -130px;
        box-shadow: 1px 1px 10px #00000070;
        padding: 15px;
        border-radius: 7px;
        background-color: #fff;
        z-index: 999;
        width: 200px;
    }
    button.navbar-toggler {
        border: none !important;
    }
    .logo-box img {
        width: 185px;
    }
    .main-header, .main-header1 {
        padding: 14px 0px;
    }
    .call-i-button {
        display: none;
    }
    
    span.navbar-toggler-icon {
        margin-right: 0px;
    }
    .appointment-form {
        width: auto;
    }
    .banner-lead-form {
        margin-left: 0;
    }
    .banner-content h1 {
        font-size: 32px;
    }
    .banner-content h3 {
        font-size: 17px !important;
        text-align: justify;
    }
    .about-head h2 {
        font-size: 32px;
    }
    .heading-all h2 {
        font-size: 28px;
    }
    .heading-all1 h2 {
        font-size: 30px;
    }
    .heading-all1 p {
        text-align: justify;
    }
    .uk-panel img {
        max-width: 100px !important;
    }
}
@media (min-width:480px) and (max-width:991px) {
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .navbar-collapse {
        position: absolute;
        top: 60px;
        left: -130px;
        box-shadow: 1px 1px 10px #00000070;
        padding: 15px;
        border-radius: 7px;
        background-color: #fff;
        z-index: 999;
        width: 200px;
    }
    button.navbar-toggler {
        border: none !important;
    }
    .logo-box img {
        width: 185px;
    }
    .main-header, .main-header1 {
        padding: 14px 0px;
    }
    .call-i-button {
        display: none;
    }
    
    span.navbar-toggler-icon {
        margin-right: 0px;
    }
}