@media(max-width:1200px) {
    footer .heading h4 {
        padding-top: 30px;
    }
    footer .row [class*="col-"]:first-child .heading h4 {
        padding-top: 0;
    }
}

@media (max-width:992px) {
    .navbar-brand img {
        width: 200px;
    }
    .navbar-top-logo .helpline-number h2 {
        color: #ff0000;
        font-size: 26px;
    }
    .strip-section .strip-content h5 {
        font-size: 24px;
    }
    .strip-section .strip-content h4 {
        font-size: 30px;
    }
    .strip-section .strip-content h3 {
        font-size: 48px;
    }
    .strip-section .strip-content p {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .navbar-top-logo {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }
    .navbar-top-logo .helpline-number h2 {
        color: #ff0000;
        font-size: 22px;
    }
    .navbar-brand {
        padding-left: 50px;
    }
    .open-nav {
        font-size: 25px;
        cursor: pointer;
        position: fixed;
        left: 25px;
        top: 20px;
        z-index: 2222;
    }
    .sidenav {
        background-color: #333;
        height: 100%;
        left: -300px;
        overflow-x: hidden;
        padding-top: 60px;
        position: fixed;
        top: 0;
        transition: .5s;
        width: 300px;
        z-index: 9999;
        padding-left: 30px;
        padding-right: 30px;
    }
    .sidenav ul {
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }
    .sidenav .closebtn {
        font-size: 36px;
        margin-left: 50px;
        position: absolute;
        right: 10px;
        top: 0;
        color: #fff;
        z-index: 1111;
    }
    .sidenav .helpline-number p {
        color: #fff;
        padding-top: 20px;
    }
    .sidenav .helpline-number h2 {
        color: #ff0000;
    }
    .navbar-top-logo .helpline-icon img {
        width: 40px;
    }
    .special-services h2 {
        text-align: center;
    }
    .heading-sub {
        border-left: none;
        padding-left: 0;
        text-align: center;
        font-size: 14px;
    }
    .special-row {
        padding-top: 20px;
    }
    .strip-section .strip-content h5 {
        font-size: 16px;
    }
    .strip-section .strip-content h4 {
        font-size: 24px;
    }
    .strip-section .strip-content h3 {
        font-size: 30px;
    }
    .banner-main {
        margin-top: 80px;
        background-position: left;
    }
    .get-a-quote {
        background-color: #ff0000;
    }
}