@media only screen and (max-width: 600px) {
    .navbar-brand {
        width: 233px;
        padding: 8px 0;
        margin-left: -10px;
    }
    .header .call-icon {
        display: inline-block;
        background-color: #17a2b8;
        padding: 0px 5px;
    }
    .page-banner {
        background: url(../images/child-banner-bg-new.jpg) no-repeat center;
        background-size: cover;
        padding: 10px 0;
        /* margin-top: 103px; */
    }
    .page-banner h1 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .page-banner p {
        font-size: 12px;
    }
    .social-icons .call-icon i {
        font-size: 16px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0px 0px 11px 25px;
        font-size: 17px;
        color: black;
        font-weight: 500;
        line-height: 31px;
    }
    .navbar.fixed-top {
        top: 0;
        background-color: white;
        box-shadow: 0 0 5px #000000;
        height: auto;
    }
    .fixed-top.navbar-expand-md .navbar-nav .nav-link {
        line-height: 38px;
    }
    .navbar.fixed-top .dropdown-menu {
        height: 200px;
        overflow: scroll;
    }
}