@media only screen and ( min-width: 1500px ) and ( max-width: 1899px ) {



}

@media only screen and ( min-width: 1400px ) and ( max-width: 1499px ) {



}

@media only screen and ( min-width: 1200px ) and ( max-width: 1399px ) {
    
    .hero_banner_wrapp {
        padding: 100px 0 100px;
    }
    .footer_bg_wrapp {
        grid-template-columns: 2fr 1fr;
    }

}

@media only screen and ( max-width: 1199px ) {



}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {

    .main_heading h3 {
        font-size: 32px;
    }
    .main_heading h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .footer_bg_wrapp {
        grid-template-columns: 2fr 1fr;
    }
    .work_main_img img {
        max-width: 740px;
    }
    .work_card {
        padding: 0 15px;
    }
    .work_card h4 {
        font-size: 24px;
    }
    .blog_content {
        padding: 15px;
    }
    .blog_content h6 {
        font-size: 18px;
    }
    .hero_banner_wrapp {
        padding: 70px 0 90px;
    }
    .hero_banner_content h1 {
        font-size: 48px;
        line-height: 48px;
    }
    .hero_banner_content p {
        font-size: 18px;
        line-height: 26px;
    }
    /* .hero_banner_wrapp {
        background-position: 440px center;
    } */
    .card_box {
        padding: 20px 15px;
    }
    .right_content .service_card {
        padding: 15px 10px;
    }
    .service_card h6 {
        font-size: 16px;
    }
    .need_right_content {
        padding: 30px 0px 40px 30px;
    }
    .frequently_content {
        padding: 15px 35px;
    }
    .need_health_img {
        margin-top: 0;
    }
    

}

@media only screen and ( max-width: 991px ) {

    .header_main {
        padding: 10px 0;
    }
    .navbar_toggle {
        width: 34px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .navbar_toggle .toggler_menu_icon, 
    .navbar_toggle:before, 
    .navbar_toggle:after {
        content: '';
        background-color: var(--button-bg-hover-color);
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645,.045,.355,1);
    }
    .navbar_toggle .toggler_menu_icon {
        top: 9px;
        width: 100%;
    }
    .navbar_toggle:before {
        top: 0;
        width: 24px;
    }
    .navbar_toggle:after {
        bottom: 0;
        width: 24px;
    }

    .need_section_bg, 
    .need_right_content:after {
        display: none;
    }
    .header_right {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 25px;
        order: 1 !important;
    }
    .header_menu {
        order: 2 !important;
        text-align: left
    }
    .header_menu ul {
        flex-direction: column;
        margin-top: 15px;
    }
    .header_menu ul li {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 10px;
    }
    .header_menu ul li a {
        width: 100%;
    }
    .header_menu ul li:last-child {
        border-bottom: 0;
    }

    .hero_banner_wrapp {
        padding: 60px 0 0;
        background-position: center bottom;
        background-image: none;
    }

    .benefit_section .main_heading {
        padding: 0 0 30px;
    }
    
    .plan_section {
        padding-top: 110px;
    }
    .plan_section .main_heading {
        text-align: center;
    }
    .need_health_img {
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .frequently_content .accordion-item .accordion-header.collapsed:before {
        right: 0;
    }

    .services_benefis_box {
        text-align: center;
    }
    .services_benefis {
        margin-bottom: 45px;
    }
    .contact_img {
        text-align: center;
        margin-top: 50px;
    }
    .contact_info_box {
        text-align: center;
        padding: 40px 15px 0;
    }

}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {

    .header_main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main_heading h3 {
        font-size: 30px;
    }
    .main_heading h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .frequently_content {
        padding: 15px 25px;
    }
    .need_right_content {
        padding: 30px;
    }
    .work_card h4 {
        font-size: 22px;
    }
    .hero_banner_content h1 {
        font-size: 48px;
        line-height: 50px;
    }
    .hero_banner_content h1 br {
        display: none;
    }
    .work_card {
        padding: 0;
    }
    .benefit_bg_img {
        position: absolute;
        right: 0px;
        bottom: -5%;
    }
    .need_section .main_heading {
        text-align: center;
    }
    .work_main_img img {
        max-width: 560px;
    }
    .work_main_img {
        top: 15px;
    }
    .footer_bg_wrapp {
        grid-template-columns: 1fr;
    }
    .footer_info .footer_heading {
        margin-top: 0;
    }
    .footer_info .info_list {
        margin-bottom: 25px;
    }
    .footer_info {
        padding-bottom: 30px;
    }


}

@media only screen and ( max-width: 767px ) {
    
    section {
        padding: 60px 0;    
    }
    .hero_banner_content h1 br, 
    .heading_shape img {
        display: none;
    }
    .heading_shape {
        padding: 0;
    }
    .work_main {
        grid-template-columns: 1fr;
    }
    .work_main_img, 
    .benefit_bg_img {
        display: none;
    }
    .frequently_content {
        padding: 15px 20px;
    }
    .work_card {
        padding: 15px;
    }
    .testimonial_box {
        padding: 15px 0;
    }
    .need_right_content {
        padding: 15px;
    }
    .footer_info .footer_heading {
        margin-top: 0;
    }
    .footer_info {
        padding: 30px 5px;
    }
    .footer_info .info_list {
        margin-bottom: 30px;
    }
    .copyright, 
    .footer_bottom_menu li a {
        font-size: 14px;
    }
    .copyright_wrpp {
        padding: 15px 0;
    }


}

@media only screen and ( min-width: 577px ) and ( max-width: 767px ) {

    .header_main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hero_banner_content h1 {
        font-size: 40px;
        line-height: 42px;
    }
    .hero_banner_content p {
        font-size: 18px;
        line-height: 24px;
    }
    .main_heading h3 {
        font-size: 28px;
    }
    .work_card h4 {
        font-size: 24px;
    }
    .main_heading h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .footer_bg_wrapp {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .card_box h6 {
        font-size: 20px;
    }
    .main_heading, 
    .hero_banner_content {
        text-align: center;
    }

}

@media only screen and ( max-width: 576px ) {

    .brand_logo a img {
        width: 230px;
    }
    .header_right .button_main {
        display: none;
    }
    .sub_heading_bg {
        font-size: 12px;
    }
    .hero_banner_content h1 {
        font-size: 30px;
        line-height: 34px;
    }
    .hero_banner_content p {
        font-size: 16px;
        line-height: 22px;
    }
    .main_heading h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .main_heading h3 {
        font-size: 26px;
    }
    .work_card h4 {
        font-size: 22px;
    }
    .footer_bg_wrapp {
        display: none;
    }
    .copyright, .footer_bottom_menu li a {
        text-align: center;
    }
    .footer_bottom_menu {
        justify-content: center;
    }
    .card_box h6 {
        font-size: 18px;
    }
    .subscribe_form .form_group_input {
        flex-direction: column;
        gap: 15px;
    }
    .services_benefis {
        grid-template-columns: 1fr;
    }
    .services_benefis_box {
        margin: 30px 0;
    }

}



@media only screen and ( min-width: 992px ) {

    .navbar_toggle {
        display: none;
    }   
    .hero_banner_img {
        display: none;
    }

}