@media screen and (max-width: 992px) {
    .small {
        display: block;
        transition: all 0.3s ease-in-out;
    }
    #main_header {
        display: none;
    }
    .small nav {
        padding: 12px 0;
    }
    .small nav .container-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .small nav .menu {
        width: 40px;
        height: 40px;
        background: #121212;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
    }
    .small nav .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        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 {
        right: 0;
    }
    .small nav .sidebar>ul {
        margin-top: 100px !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: 15px;
        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: #1e1e1e;
        font-weight: 700;
    }
    .small nav .sidebar ul.sub-menu-sm {
        max-height: 0;
        transition: all 0.3s ease-in-out;
        margin-top: 0px !important;
        overflow: scroll;
        height: 180px;
    }
    .small nav .sidebar ul.sub-menu-sm li {
        padding: 8px 0px 1px 13px;
    }
    .small .times {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #0e0e0e;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        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;
    }
    p br {
        display: none;
    }
    .small .logo img {
        width: 115px;
    }
    .banner_sec .banner_heading h1 br {
        display: none;
    }
    h1 {
        font-size: 56px;
        text-transform: uppercase;
        font-family: 'my-font4';
    }
    .banner_sec .banner_heading h1 {
        font-weight: 900;
        line-height: 56px;
        margin-bottom: 16px;
    }
    h4 {
        font-size: 23px;
    }
    .banner_sec .banner_heading h4 {
        font-family: "my-font3";
        margin-bottom: 5px;
        font-weight: 100;
    }
    .banner_sec .btom_content .left_btom_content img {
        width: 195px;
    }
    .banner_sec .btom_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 40px;
    }
    .what_we_do_sec h2 span br {
        display: none;
    }
    .what_we_do_sec h2 span {
        font-size: 48px;
        text-transform: uppercase;
        font-family: 'my-font4';
        line-height: 46px;
    }
    section {
        padding: 55px 0px;
    }
    .what_we_do_sec .heading {
        text-align: center !important;
    }
    .what_we_do_sec .heading .hd_info {
        justify-content: center !important;
    }
    h2 {
        font-size: 38px;
        text-transform: uppercase;
        font-family: 'my-font4';
        line-height: 42px;
    }
    .why_choose_sec h2 br {
        display: none
    }
    .home_sec1 .left_content {
        position: initial;
        top: 10%;
        left: -144px;
        width: 100%;
        transform: translate(0);
    }
    .home_sec1 .heading {
        text-align: center;
    }
    .home_sec1 .heading .hd_info {
        justify-content: center !important;
    }
    .home_sec2 .btom_content {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
    .home_sec2 .btom_content ul li {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 16px;
        margin-bottom: 19px;
        /* display: inline-block; */
        margin-right: 20px;
    }
    .home_sec2 .btom_content ul {
        margin-bottom: 0;
    }
    #counter2 .item {
        text-align: start;
        color: #fff;
    }
    .counter_js_sec1 .top_content span {
        font-size: 30px;
        font-weight: 600;
        line-height: 0;
    }
    #counter2 .item img {
        width: 45px;
    }
    #counter2 .item h3 {
        color: #e3e3e3;
        text-transform: capitalize;
        font-size: 13px;
        margin-bottom: 0;
    }
    .faqs .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 17px;
        color: #000 !important;
        text-align: left;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        padding: 14px 14px;
        line-height: 1.4;
    }
    #counter2 .item .count {
        color: #fff;
        /* margin-bottom: 5px; */
        /* font-size: 40px; */
        font-size: 25px;
        margin-bottom: 0px;
        font-weight: 600;
    }
    #counter2 .item {
        background: #3a4153;
        /* width: 200px; */
        padding: 24px 8px;
        margin: 10px;
        text-align: center;
        border-radius: 3px;
        display: flex;
        align-items: center;
        gap: 15px;
        border: 1px solid #fff;
        color: #fff;
    }
    #counter2 {
        /* text-align: center; */
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: space-between; */
        /* background: #e6e6e7; */
        /* padding: 40px 0px; */
        /* width: 100%; */
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        margin: 0 auto;
    }
    footer .ft_right_content {
        text-align: center;
    }
    footer .social_icon {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: center;
    }
    .m-backtotop {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: fixed;
        bottom: 70px !important;
        right: 20px;
        width: 50px;
        height: 50px;
        background: #00ebff;
        border-radius: 25px;
        text-align: center;
        border: 2px solid #00ebff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        opacity: 0;
        overflow: hidden;
        color: #fff;
        z-index: 111;
    }
}

@media screen and (max-width: 767px) {
    .banner_sec .btom_content .left_btom_content img {
        width: 155px;
    }
    .small .logo img {
        width: 85px;
    }
    .banner_sec {
        padding: 55px 0 280px;
        /* text-align: center; */
        background: url(../image/banner_mb.png) no-repeat !important;
        background-size: cover !important;
        background-position: 20% 0% !important;
    }
    .banner_sec .banner_heading {
        /* padding: 55px 0; */
        text-align: center;
    }
    .banner_sec .btom_content .right_call_to_action a span {
        color: #fff;
        font-size: 17px;
        font-family: "my-font4";
        display: block;
    }
    .banner_sec .btom_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px;
        flex-direction: column;
        gap: 18px;
    }
    .banner_sec .banner_form {
        background: #fff;
        border-radius: 5px;
        padding: 25px 15px;
    }
    .banner_sec .banner_form .review_icon img {
        width: 76px;
    }
    .banner_sec .banner_form .review_icon h6 span {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        font-family: "my-font4";
    }
    .banner_sec .btom_content .right_call_to_action img {
        width: 38px;
    }
    .banner_sec .btom_content .right_call_to_action {
        display: flex;
        align-items: center;
        gap: 8px;
        /* background: rgb(10, 152, 188); */
        background: linear-gradient(90deg, rgba(10, 152, 188, 0) 0%, rgba(1, 1, 1, 0.8099440459777661) 30%, rgba(1, 1, 1, 0.81) 70%, rgba(93, 44, 80, 0) 100%);
        padding: 5px 60px;
    }
    .banner_sec .banner_heading .comon-btn2 {
        margin: 0 auto;
    }
    .banner_sec .banner_heading h1 {
        font-weight: 900;
        line-height: 51px;
        margin-bottom: 16px;
    }
    h4 {
        font-size: 20px;
    }
    h1 {
        font-size: 52px;
        text-transform: uppercase;
        font-family: 'my-font4';
    }
    .what_we_do_sec .owl-prev {
        position: absolute;
        left: 0;
        top: -95px;
    }
    .hd_info {
        display: flex;
        align-items: center;
        color: #fff;
        gap: 10px;
        flex-wrap: wrap;
    }
    a.comon-btn {
        background: #f6cf17;
        color: #010101;
        display: flex;
        font-size: 14px;
        padding: 12px 0px;
        border-radius: 3px;
        align-items: center;
        gap: 6px;
        width: 212px;
        text-align: center;
        justify-content: center;
        font-weight: 500;
    }
    .services_sec .btom_content {
        justify-content: center;
        gap: 18px;
        margin-top: 6px;
        flex-direction: column;
        text-align: center;
    }
    .why_choose_sec .right_content ul li {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 22px;
        flex-direction: column;
        text-align: center;
    }
    .why_choose_sec .heading {
        text-align: center;
    }
    .qulity_sec {
        padding-top: 290px;
        text-align: center;
        background: url(../image/qulity_sec_mb.png) no-repeat !important;
        background-position: 100% 0 !important;
        background-size: cover !important;
    }
    .qulity_sec .heading {
        padding-right: 0;
    }
    .home_sec1 h3 {
        font-weight: 500;
    }
    .home_sec1 h3 br {
        display: none;
    }
    .home_sec2 {
        text-align: center;
    }
    .home_sec2 a.comon-btn2 {
        margin: 0 auto;
    }
    #counter2 {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 auto;
    }
    #counter2 .item {
        background: #3a4153;
        /* width: 200px; */
        padding: 24px 28px;
        margin: 10px;
        text-align: center;
        border-radius: 3px;
        display: flex;
        align-items: center;
        gap: 15px;
        border: 1px solid #fff;
        color: #fff;
    }
    footer .left_ft_content {
        display: flex;
        gap: 30px;
        margin-bottom: 12px;
        flex-direction: column;
        text-align: center;
    }
    footer .left_ft_content .ft_menu ul li {
        margin-bottom: 10px;
        color: #cecece;
        display: inline-block;
        padding: 0 10px;
    }
    footer .left_ft_content {
        display: flex;
        gap: 14px;
        margin-bottom: 12px;
        flex-direction: column;
        text-align: center;
    }
    footer a.comon-btn2 {
        margin: 0 auto;
    }
    footer .toppng_img img {
        width: 30%;
        margin: 0 auto;
        margin-bottom: 22px;
    }
    footer .emergency_content span {
        display: block;
        font-size: 22px;
        font-weight: 800;
        color: #00ebff;
    }
    footer .google_icon img {
        width: 45%;
        margin: 0 auto;
    }
    footer .ft_right_content .top_img img {
        width: 180px;
        margin-bottom: 26px;
    }
    footer .ft_right_content ul {
        margin-bottom: 0;
        margin-top: 17px;
    }
    footer .ft_copy_rigth_btom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    footer .ft_right_content ul li .call_number {
        font-size: 32px;
        font-weight: 600;
        display: block;
        margin-bottom: -5px;
        color: #f6cf17;
    }
    footer {
        padding: 55px 0 115px;
    }
    .inner_serve-2 .heading-main {
        padding: 20px 0;
    }
    .inner_serve-2 .opon-info-banner {
        padding: 55px 17px;
        color: #fff;
        height: 100%;
    }
    .home_sec1 h3 {
        text-transform: uppercase;
        font-family: 'my-font4';
        font-size: 28px;
        font-weight: 500;
    }
    .home_sec2 .btom_content {
        display: flex;
        gap: 0px;
        flex-direction: initial;
        justify-content: center;
    }
}

@media screen and (max-width: 567px) {
    footer .ft_right_content ul li .call_number {
        font-size: 28px;
        font-weight: 600;
        display: block;
        margin-bottom: -5px;
        color: #f6cf17;
    }
    footer .ft_right_content ul {
        margin-bottom: -10px;
        margin-top: 17px;
    }
    footer .ft_right_content .top_img img {
        width: 150px;
        margin-bottom: 19px;
    }
    .qulity_sec a.comon-btn2 {
        margin: 0 auto;
    }
    h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-family: 'my-font4';
        line-height: 38px;
    }
    h3 {
        font-size: 32px;
    }
    .what_we_do_sec h3 br {
        display: none;
    }
    .what_we_do_sec .owl-next {
        position: absolute;
        right: 0;
        top: -95px;
    }
    .what_we_do_sec h2 span {
        font-size: 38px;
        text-transform: uppercase;
        font-family: 'my-font4';
        line-height: 38px;
    }
    .banner_sec {
        padding: 55px 0 250px;
        /* text-align: center; */
        background: url(../image/banner_mb.png) no-repeat !important;
        background-size: cover !important;
        background-position: 20% 0% !important;
    }
    h1 {
        font-size: 48px;
        text-transform: uppercase;
        font-family: 'my-font4';
        line-height: 1.1;
    }
    .banner_sec .banner_heading h1 {
        font-weight: 900;
        line-height: 48px;
        margin-bottom: 16px;
    }
}

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