@media (max-width: 575.98px) { 
.topbar {
    display: none;
}
header.header_area {
    background: var(--white);
    top: 0;
    position: fixed;
    box-shadow: 0px 12px 30px rgba(0,0,0,0.1);
    z-index: 99999;
}
.header_area .navbar-light .navbar-nav .nav-link {
    color: var(--font_black);
}
.container_inner {
    padding: 0 15px;
    background: var(--white);
}
.navbar-brand {
    display: block;
}
.navbar-brand img {
    max-width: 100px;
}
.blue_btn {
    padding: 8px 15px;
    font-size: 14px;
}
.blue_btn b {
    margin-right: 5px;
}
.header_area .blue_btn {
    position: absolute;
    right: 20%;
    top: 10px;
}
.about_wraper {
    padding-left: 0;
    flex-flow: wrap;
}
.header_area .navbar-light .navbar-toggler {
    border: 2px solid var(--theme_orange);
    border-radius: 0px;
    padding: 7px 10px;
    color: var(--theme_orange);
    box-shadow: none !important;
}
.hero_content h1 {
    color: var(--white);
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 45px;
}
.section_title h2 {
    margin: 10px 0 15px;
    font-size: 22px;
}
.section_title small {
    font-size: 12px;
}
p {
    font-size: 14px;
}
.about_icon {
    width: 60px;
    height: 60px;
}
.about_text {
    width: calc(100% - 75px);
}
.about_icon img {
    max-width: 35px;
}
.about_item_blue {
    padding: 30px;
}
.request_callback_sec {
    padding-top: 300px;
}
.request_callback_sec::after {
    width: 100%;
    height: 310px;
}
.service_wrapper {
    height: 400px;
    margin-top: 30px;
    margin-left: 0;
}
.serviece_wrap_overley ul {
    display: none;
}
.serviece_wrap_overley {
    padding: 30px 15px 50px;
}
section.testimonial_sec {
    padding-top: 300px;
}
.testimonial_sec::after {
    width: 100%;
    height: 300px;
}
li.contact_li {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}
.contact_li_icon {
    width: 60px;
    height: 60px;
}
.contactli_text span {
    font-size: 16px;
}
.contact-from {
    margin-left: 0;
    margin-top: 30px;
}
.footer_content {
    margin-top: 50px;
}
 }
@media (min-width: 576px) and (max-width: 767.98px) { 
    .topbar {
        display: none;
    }
    header.header_area {
        background: var(--white);
        top: 0;
        position: fixed;
        box-shadow: 0px 12px 30px rgba(0,0,0,0.1);
        z-index: 99999;
    }
    .header_area .navbar-light .navbar-nav .nav-link {
        color: var(--font_black);
    }
    .container_inner {
        padding: 0 15px;
        background: var(--white);
    }
    .navbar-brand {
        display: block;
    }
    .navbar-brand img {
        max-width: 100px;
    }
    .blue_btn {
        padding: 8px 15px;
        font-size: 14px;
    }
    .blue_btn b {
        margin-right: 5px;
    }
    .header_area .blue_btn {
        position: absolute;
        right: 20%;
        top: 10px;
    }
    .about_wraper {
        padding-left: 0;
        flex-flow: wrap;
    }
    .header_area .navbar-light .navbar-toggler {
        border: 2px solid var(--theme_orange);
        border-radius: 0px;
        padding: 7px 10px;
        color: var(--theme_orange);
        box-shadow: none !important;
    }
    .hero_content h1 {
        color: var(--white);
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 45px;
    }
    .section_title h2 {
        margin: 10px 0 15px;
        font-size: 22px;
    }
    .section_title small {
        font-size: 12px;
    }
    p {
        font-size: 14px;
    }
    .about_icon {
        width: 60px;
        height: 60px;
    }
    .about_text {
        width: calc(100% - 75px);
    }
    .about_icon img {
        max-width: 35px;
    }
    .about_item_blue {
        padding: 30px;
    }
    .request_callback_sec {
        padding-top: 300px;
    }
    .request_callback_sec::after {
        width: 100%;
        height: 310px;
    }
    .service_wrapper {
        height: 400px;
        margin-top: 30px;
        margin-left: 0;
    }
    .serviece_wrap_overley ul {
        display: none;
    }
    .serviece_wrap_overley {
        padding: 30px 15px 50px;
    }
    section.testimonial_sec {
        padding-top: 300px;
    }
    .testimonial_sec::after {
        width: 100%;
        height: 300px;
    }
    li.contact_li {
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
    }
    .contact_li_icon {
        width: 60px;
        height: 60px;
    }
    .contactli_text span {
        font-size: 16px;
    }
    .contact-from {
        margin-left: 0;
        margin-top: 30px;
    }
    .footer_content {
        margin-bottom: 30px;
    }
 }
@media (min-width: 768px) and (max-width: 991.98px) { 
    .topbar {
        display: none;
    }
    header.header_area {
        background: var(--white);
        top: 0;
        position: fixed;
        box-shadow: 0px 12px 30px rgba(0,0,0,0.1);
        z-index: 99999;
    }
    .header_area .navbar-light .navbar-nav .nav-link {
        color: var(--font_black);
    }
    .container_inner {
        padding: 0 15px;
        background: var(--white);
    }
    .navbar-brand {
        display: block;
    }
    .navbar-brand img {
        max-width: 100px;
    }
    .blue_btn {
        padding: 8px 15px;
        font-size: 14px;
    }
    .blue_btn b {
        margin-right: 5px;
    }
    .header_area .blue_btn {
        position: absolute;
        right: 20%;
        top: 10px;
    }
    .about_wraper {
        padding-left: 0;
    }
    .header_area .navbar-light .navbar-toggler {
        border: 2px solid var(--theme_orange);
        border-radius: 0px;
        padding: 7px 10px;
        color: var(--theme_orange);
        box-shadow: none !important;
    }
    .hero_content h1 {
        color: var(--white);
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 45px;
    }
    .section_title h2 {
        margin: 10px 0 15px;
        font-size: 22px;
    }
    .section_title small {
        font-size: 12px;
    }
    p {
        font-size: 14px;
    }
    .about_icon {
        width: 60px;
        height: 60px;
    }
    .about_text {
        width: calc(100% - 75px);
    }
    .about_icon img {
        max-width: 35px;
    }
    .about_item_blue {
        padding: 30px;
    }
    /* .request_callback_sec {
        padding-top: 300px;
    }
    .request_callback_sec::after {
        width: 100%;
        height: 310px;
    } */
    .service_wrapper {
        height: 400px;
        margin-top: 30px;
        margin-left: 0;
    }
    .serviece_wrap_overley ul {
        display: none;
    }
    .serviece_wrap_overley {
        padding: 30px 15px 50px;
    }
    /* section.testimonial_sec {
        padding-top: 300px;
    }
    .testimonial_sec::after {
        width: 100%;
        height: 300px;
    } */
    li.contact_li {
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
    }
    .contact_li_icon {
        width: 60px;
        height: 60px;
    }
    .contactli_text span {
        font-size: 16px;
    }
    .contact-from {
        margin-left: 0;
        margin-top: 30px;
    }
    .footer_content {
        margin-bottom: 30px;
    }
    .about_content {
        gap: 20px;
        margin-bottom: 30px;
    }
 }
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .top_quick_icon {
        width: 40px;
        height: 40px;
    }
    .top_quick_info {
        width: calc(100% - 55px);
    }
    .top_quick_info a, .top_quick_info p {
        font-size: 14px;
    }
    .hero_content h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .section_title h2 {
        font-size: 26px;
    }
    .serviece_wrap_overley {
        padding: 30px 30px 50px;
    }
    .contact_li_icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .contactli_text {
        width: calc(100% - 75px);
    }
 }

 @media (min-width: 1200px) and (max-width: 1599.98px){
    .serviece_wrap_overley {
        padding: 30px 13% 50px;
    }
 }
@media (min-width: 1200px) { 

 }