@media (max-width: 575.98px) { 
    .navbar-light .navbar-toggler {
        border: 2px solid var(--theme_blue);
        color: var(--theme_blue);
        border-radius: 0;
        padding: 3px 5px;
        box-shadow: none !important;
    }
    .header_area .navbar-light .navbar-nav .nav-link {
        padding: 15px 20px;
    }
    .header_area .navbar-light .navbar-nav .nav-link.active, .header_area .navbar-light .navbar-nav .nav-link:hover {
        color: var(--theme_green);
        box-shadow: none;
        transition: 0.5s;
    }
    a.navbar-brand img {
        max-width: 180px;
    }
    .header_area .default_btn {
        margin-left: 0;
        position: absolute;
        right: 16%;
        top: 8px;
    }
    .default_btn {
        padding: 10px 15px;
        font-size: 12px;
    }
    a.navbar-brand img {
        max-width: 170px;
    }
    header.header_area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        padding: 5px 0;
        box-shadow: 0.063em 0.313em 2.188em rgba(0,0,0,.16);
    }
    .banner_sec .hero_wrapper h1 {
        font-size: 36px;
        margin: 30px 0;
    }
    .banner_sec .hero_wrapper .spantop {
        font-size: 14px;
    }
    .pick_service_area {
        padding: 30px;
    }
    .pick_service_area .form-group {
        margin-bottom: 30px;
    }
    .about_imgitem img {
        width: 100%;
    }
    .about_imgitem.mt-60, .about_imgitem.mt-30 {
        display: none;
    }
    .about_text {
        padding-left: 0;
        margin-top: 30px;
    }
    .section_title h2 {
        font-size: 24px;
    }
    p, .section_title .section_top {
        font-size: 14px;
    }
    .goal_content {
        width: calc(100% - 75px);
    }
    .goal_content b {
        font-size: 18px;
    }
    .request_callback_sec2::after {
        width: 100%;
        height: 300px;
    }
    .request_callback_sec2 {
        padding-top: 300px;
    }
    .testimonial_sec .owl-nav {
        right: inherit;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact_sec_area {
        padding: 30px;
    }
    form.appointment_form {
        padding: 20px;
        margin-top: 40px;
    }
    .footer_content {
        margin-top: 40px;
    }
 }


@media (min-width: 576px) and (max-width: 767.98px) { 
    .navbar-light .navbar-toggler {
        border: 2px solid var(--theme_blue);
        color: var(--theme_blue);
        border-radius: 0;
        padding: 3px 5px;
        box-shadow: none !important;
    }
    .header_area .navbar-light .navbar-nav .nav-link {
        padding: 15px 20px;
    }
    .header_area .navbar-light .navbar-nav .nav-link.active, .header_area .navbar-light .navbar-nav .nav-link:hover {
        color: var(--theme_green);
        box-shadow: none;
        transition: 0.5s;
    }
    a.navbar-brand img {
        max-width: 180px;
    }
    .header_area .default_btn {
        margin-left: 0;
        position: absolute;
        right: 16%;
        top: 8px;
    }
    .default_btn {
        padding: 9px 25px;
        font-size: 14px;
    }
    a.navbar-brand img {
        max-width: 170px;
    }
    header.header_area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
        padding: 5px 0;
        box-shadow: 0.063em 0.313em 2.188em rgba(0,0,0,.16);
    }
    .banner_sec .hero_wrapper h1 {
        font-size: 46px;
        margin: 30px 0;
    }
    .banner_sec .hero_wrapper .spantop {
        font-size: 14px;
    }
    .pick_service_area {
        padding: 30px;
    }
    .pick_service_area .form-group {
        margin-bottom: 30px;
    }
    .about_imgitem img {
        width: 100%;
    }
    /* .about_imgitem.mt-60, .about_imgitem.mt-30 {
        display: none;
    } */
    .about_text {
        padding-left: 0;
        margin-top: 30px;
    }
    .section_title h2 {
        font-size: 24px;
    }
    p, .section_title .section_top {
        font-size: 14px;
    }
    .goal_content {
        width: calc(100% - 75px);
    }
    .goal_content b {
        font-size: 18px;
    }
    .request_callback_sec2::after {
        width: 100%;
        height: 300px;
    }
    .request_callback_sec2 {
        padding-top: 300px;
    }
    .testimonial_sec .owl-nav {
        right: inherit;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact_sec_area {
        padding: 30px;
    }
    form.appointment_form {
        padding: 20px;
        margin-top: 40px;
    }
    .footer_content {
        margin-bottom: 40px;
    }
 }


@media (min-width: 768px) and (max-width: 991.98px) { 
    .navbar-light .navbar-toggler {
        border: 2px solid var(--theme_blue);
        color: var(--theme_blue);
        border-radius: 0;
        padding: 3px 5px;
        box-shadow: none !important;
    }
    .header_area .navbar-light .navbar-nav .nav-link {
        padding: 15px 20px;
    }
    .header_area .navbar-light .navbar-nav .nav-link.active, .header_area .navbar-light .navbar-nav .nav-link:hover {
        color: var(--theme_green);
        box-shadow: none;
        transition: 0.5s;
    }
    a.navbar-brand img {
        max-width: 180px;
    }
    .header_area .default_btn {
        margin-left: 0;
        position: absolute;
        right: 16%;
        top: 13px;
    }
    .default_btn {
        padding: 9px 25px;
        font-size: 14px;
    }
    a.navbar-brand img {
        max-width: 200px;
    }
    .pick_service_area .form-group {
        margin-bottom: 30px;
    }
    .banner_sec .hero_wrapper h1 {
        font-size: 44px;
    }
    .pick_service_area {
        padding: 50px 50px 20px;
    }
    .about_text {
        padding-left: 0;
        margin-top: 60px;
    }
    .section_title h2 {
        font-size: 28px;
    }
    .footer_content {
        margin-bottom: 50px;
    }
    .about_imgitem img {
        margin: auto;
        display: table;
    }
    .banner_sec {
        padding: 100px 0 180px;
    }
    header.header_area {
        width: 100%;
        position: fixed;
        background: #fff;
        top: 0;
        z-index: 9999;
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
        padding: 10px 0;
    }
    .header_area .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
    }
 }


@media (min-width: 992px) and (max-width: 1199.98px) { 
    .banner_sec .hero_wrapper h1 {
        font-size: 48px;
    }
    .pick_service .default_btn {
        padding: 11px 11px;
    }
    .section_title h2 {
        font-size: 26px;
    }
 }

 @media (min-width: 1200px) and (max-width: 1599.98px){
    .banner_sec .hero_wrapper h1 {
        font-size: 54px;
    }
    .section_title h2 {
        font-size: 32px;
    }
    .goal_content b {
        font-size: 20px;
    }
    .banner_sec {
        padding: 160px 0 200px;
    }
 }


@media (min-width: 1200px) { ... }