/*============================= Small MOBILE Devices================================ */

@media(min-width:767px) {}


/*============================= MOBILE Devices================================ */

@media(max-width:767px) {
    /* .mainbanner {
        background-size: inherit;
    } */
    .imageheader2,
    .mainbanner {
        background-size: 770px;
    }
    .imgtitle h2 br {
        display: none;
    }
    .close-icon {
        position: absolute;
        top: 15px;
        left: inherit;
        transform: inherit;
        display: none;
        right: 15px;
    }
    .close-icon>button {
        height: 40px;
        width: 40px;
    }
    .side-panel-content {
        padding-left: 15px;
    }
    nav.navbar.bootsnav {
        margin-top: 50px;
    }
    .navbar-fixed-top .logo img {
        width: 68px;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 16px 15px;
        /* font-weight: 600; */
        font-size: 17px;
    }
    .logo img {
        width: 105px;
    }
    .heading {
        font-size: 32px;
    }
    .plr-0 {
        padding-left: 0;
        padding-right: 0;
    }
    .wht-img {
        width: 40px;
    }
    .callus {
        top: 43%;
    }
    .bannerinfo h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .bannerarrow {
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: 23px;
    }
    .bannerarrow span {
        font-size: 20px;
    }
    .overviewinfo h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .heading-1 h2 {
        font-size: 20px;
    }
    .contact-sec h2 {
        font-size: 20px;
    }
    .contact-sec h4 {
        font-size: 12px;
    }
    .conttext p a {
        font-size: 14px;
        color: #fff;
    }
    .amtimg img {
        width: 36px;
    }
    .amtinfo h3 {
        font-size: 19px;
    }
}


/*============================= Medium Devices, Tablets ================================ */

@media(min-width:768px) and (max-width:991px) {
    .bannerinfo h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .overviewinfo h1 {
        font-size: 32px;
        line-height: 40px;
    }
}


/*============================= Medium Devices, Desttop ================================ */

@media(min-width:992px) and (max-width:1199px) {}