@media screen and (max-width: 992px) {

    header#main_header {
        display: none;
    }
    .small {
        display: block;
        transition: all 0.3s ease-in-out;
    }

    .small nav {
        padding: 5px 0;
    }

    .small nav .container-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .small nav .menu {
        width: 40px;
        height: 40px;
        background: #0aabf5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
    }

    .small nav .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease-in-out;
        z-index: 1000;
    }

    .small.show .sidebar {
        left: 0;
    }

    .small nav .sidebar>ul {
        margin-top: 120px !important;
    }

    .small nav .sidebar>ul>li {
        padding: 10px;
    }

    .small nav .sidebar ul>li:last-child {
        border-bottom: none;
    }

    .small nav .sidebar ul>li>a {
        color: #000;
        padding: 4px;
        font-size: 17px;
        text-transform: capitalize;
    }

    .small nav .sidebar>ul>li.link-sm {
        position: relative;
    }

    .small nav .sidebar ul li.link-sm i {
        position: absolute;
        top: 3px;
        right: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 19px;
        color: #ffffff;
        font-weight: 700;
    }

    .small nav .sidebar ul.sub-menu-sm {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        margin-top: 0px !important;
    }

    .small nav .sidebar ul.sub-menu-sm li {
        padding: 4px 16px;
    }

    .small .times {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0aabf5;
        font-size: 25px;
        cursor: pointer;
    }

    .small .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
    }

    .small.show .overlay {
        opacity: 1;
        pointer-events: all;
    }

    ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
    }
.small {
    display: block;
    background: #ffffff;
    padding: 9px 0px;
}
h2 {
    font-size: 28px;
}
.logo a img {
    width: 175px;
}
.banner_section {
    padding: 40px 0px 400px;
    text-align: center;
    background: url(../image/mobile-banner.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.hd_banner h1 {
    font-weight: 500;
    color: #0aabf5;
    margin-bottom: 14px;
}

h1 {
    font-size: 63px;
}
.hd_banner h4 {
    color: #00405d;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 500;
}
.call_banner {
    margin-top: 50px;
    text-align: center;
}
.call_banner a {
    display: flex;
    align-items: center;
    color: #00405d;
    font-size: 26px;
    font-weight: 500;
    justify-content: center;
}
.call_banner a i {
    background: #0aabf5;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    border-radius: 100px;
    margin: 0 14px 0 0;
}
section {
    padding: 70px 0px;
}
.heading h3 {
    font-family: 'open-sans' ,sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 23px;
}

h3 {
    font-size: 26px;
}
.gap {
    margin-bottom: 45px;
}
.site_img {
    position: inherit;
    right: 0;
    width: 400px;
}
section.welcome_section {
    padding: 70px 0 50px;
    text-align: center;
}
.heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    background: #3f4142;
    height: 2px;
    width: 70px;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    display: table;
    right: 0;
}
section.content_background.pt-2 .heading {
    margin-bottom: 50px !important;
    text-align: center;
}
section.content_background.pt-2 .heading ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    text-align: left;
}
.col-lg-12.mt-5.order-2.order-md-3 {
    margin-top: 20px !important;
    text-align: center;
}
.footer_lgo {
    padding-right: 0px;
    margin-bottom: 40px;
}
.footer_link2 {
    margin-bottom: 40px;
}
.footer_link {
    margin-bottom: 40px;
}
.pdf {
    display: inherit;
    align-items: center;
    justify-content: center;
}
.copyright {
    text-align: center;
    margin-top: 10px;
}
.inner_banner {
    padding: 130px 0px;
}
.pdf p {
    color: #fff;
    margin-bottom: 0;
    margin: 0 0px 20px 0px;
}

.heading.before {
    position: relative;
    margin-bottom: 40px;
}
.pdf_section {
    background: #0aabf5;
    color: #fff;
    padding: 70px 0px;
}
.inner_banner h1 {
    font-size: 52px;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
    border: 1px solid #e8e4e4;
    min-height: 160px;
    padding: 14px;
}
#contact p br{
    display: none;
}
#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}
#contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
    background: #fff;
}
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}