@media only screen and ( min-width: 1600px ) and ( max-width: 1730px ) {


}

@media only screen and ( min-width: 1400px ) and ( max-width: 1599px ) {


}

@media only screen and ( min-width: 1200px ) and ( max-width: 1399px ) { 
  
    .hero_banner_content h1 {
        font-size: 80px;
    }
    .main_heading h2 {
        font-size: 38px;
        line-height: 1.4;
    }
    .protfolio_details h3, 
    .case_studt_main h3, 
    .case_study_content h3, 
    .blog_details_content h3 {
        font-size: 30px;
    }
    .feature_card h4 {
        font-size: 26px;
    }

    .banner_section {
        padding: 230px 0 130px;
    }

    .hero_slider_left {
        padding: 0 !important;
        left: 70px;
    }
    .hero_slider_right {
        gap: 15px 0;
    }
    .hero_slider_right h1 {
        font-size: 34px;
    }
    .banner_main h1 {
        font-size: 42px;
    }

}

@media only screen and ( max-width: 1199px ) {

    .services_card {
        display: none;
    }
    br {
        display: none;
    }

    .banner_section {
        padding: 190px 0 100px;
    }
    

}

@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {

    .hero_banner_content h1 {
        font-size: 70px;
    }
    .main_heading h2 {
        font-size: 34px;
        line-height: 1.4;
    }
    .protfolio_details h3, 
    .case_studt_main h3, 
    .case_study_content h3, 
    .blog_details_content h3 {
        font-size: 28px;
    }
    .feature_card h4 {
        font-size: 24px;
    }
    .footer_menu {
        padding-left: 20px;
    }
    .protfolio_details_box h5 {
        font-size: 22px;
    }
    .case_study_imgs {
        margin: 60px 0;
    }

    .footer_info {
        margin-bottom: 50px;
    }
    .blog_title h6 {
        font-size: 16px;
    }
    .discount_coupon {
        font-size: 36px;
    }
    .hero_slider_left, 
    .hero_slider_right {
        padding: 20px;
    }
    .hero_slider_right {
        gap: 15px;
    }
    /* .hero_slider_right p {
        display: none;
    }   */
    .slider_left_imgs2 {
        position: relative;
        left: -70px;
        bottom: 20px;
    } 
    .hero_slider_right h1 {
        font-size: 32px;
    }
    .numbers_box {
        padding: 15px;
    }
    .numbers_box p {
        font-size: 18px;
    }
    .banner_main h1 {
        font-size: 38px;
    }
    .blog_contant_details h2 {
        font-size: 30px; 
    }

    

}

@media only screen and ( max-width: 991px ) {

    
    .header_right {
        display: none !important;
    }
    .about_img {
        margin-bottom: 50px;
    }
    .hero_left_content br {
        display: none;
    }
    .btnclosemenu {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .btnclosemenu .togglerclosemenu {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: relative;
        border: 2px solid var(--body-white-color);
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btnclosemenu span {
        font-size: 28px;
        color: var(--body-white-color);
    }
    .btnclosemenu .togglerclosemenu:before, 
    .btnclosemenu .togglerclosemenu:after {
        content: '';
        background-color: var(--body-white-color);
        height: 70%;
        width: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .btnclosemenu .togglerclosemenu::before {
        transform: rotate(-45deg);
    }
    .btnclosemenu .togglerclosemenu:after {
        transform: rotate(45deg);
    }

    .main_heading {
        margin-bottom: 30px;
    }
    .feature_img {
        margin-top: 40px;
    }
    .pricing_btns_main {
        float: left;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .testimonial_wrapp {
        flex-direction: column;
    }
    .testimonial_slider_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .testimonial_slider_right {
        width: 100%;
    }
    .service_details_content {
        padding: 40px 0 0;
    }
    .accordion_wrapp {
        padding: 40px 0 60px;
    }
    .casestudy_imgs {
        margin: 0;
    }
    .case_study_content {
        margin: 20px 0;
    }
    .team_modal_wrapp .modal-dialog {
        max-width: 700px;
        margin: 15px auto;
    }
    span.btnclose {
        top: -5px;
        right: 0;
    }

    

    .hero_slider_left {
        display: none;
    }
    .hero_slider_imgs {
        padding: 20px;
    }
    .hero_slider_right {
        padding: 25px;
        width: 100%;
    }
    .hero_slider_content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    
}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {

    .footer_menu {
        padding-left: 0;
        padding-top: 50px;
    }
    .social_media {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .hero_banner_content h1 {
        font-size: 58px;
    }
    .main_heading h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    .protfolio_details h3, 
    .case_studt_main h3, 
    .case_study_content h3, 
    .blog_details_content h3 {
        font-size: 26px;
    }
    .main_heading h6 {
        font-size: 20px;
    }
    .feature_card {
        padding: 15px 0;
    }
    .feature_card h4 {
        font-size: 22px;
    }
    .about_content .main_heading {
        margin-bottom: 30px;
    }
    .card_box_main {
        grid-template-columns: repeat(3, 1fr);
    }
    .protfolio_details_box h5 {
        font-size: 20px;
    }
    .case_study_imgs {
        margin: 40px 0;
    }

    .header_menu .menu_list li a {
        font-size: 14px;
    }
    .header_menu .menu_list {
        gap: 0 30px;
    }
    .brand_logo {
        padding-right: 40px;
    }
    .blog_tags ul {
        display: unset !important;
    }
    .blog_tags ul li {
        display: inline-block;
        padding-right: 15px;
    }
    .blog_contant {
        margin-bottom: 30px;
    }
    .discount_coupon {
        font-size: 44px;
    }
    .hero_slider_right h1 {
        font-size: 36px;
    }
    .feature_main {
        gap: 15px 30px;
    }
    .feature_box h6 {
        font-size: 18px;
    }
    .banner_main h1 {
        font-size: 32px;
    }
    .blog_contant_details h2 {
        font-size: 28px; 
    }



}

@media only screen and ( max-width: 767px ) {
    


    .header_wrapp {
        padding: 15px 0;
    }
    .header_main {
        justify-content: space-between;
    }
    .header_menu {
        order: 2 !important;
        text-align: left;
        width: 100%;
    }
    .header_menu .menu_list {
        margin-top: 15px;
    }
    .brand_logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar_toggle {
        width: 34px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .navbar_toggle.collapsed .toggler_menu_icon, 
    .navbar_toggle:before, 
    .navbar_toggle:after {
        content: '';
        background-color: var(--heading-text-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.collapsed .toggler_menu_icon {
        top: 9px;
        width: 100%;
        display: block;
    }
    .navbar_toggle:before {
        top: 5px;
        width: 24px;
        transform: rotate(45deg);
    }
    .navbar_toggle:after {
        bottom: 13px;
        width: 24px;
        transform: rotate(-45deg);
    }
    .navbar_toggle.collapsed:before{
        transform: none;
        top: 0;
    } 
    .navbar_toggle.collapsed:after {
        transform: none;
        bottom: 0;
    }
    .navbar_toggle .toggler_menu_icon {
        display: none;
    }
    .header_main .header_menu ul {
        flex-direction: column;
        gap: 0px;
        align-items: start;
    }
    .header_main .header_menu ul li {
        padding: 10px 15px;
        border-bottom: 1px solid var(--border-color);
        width: 100%;
    }
    .header_right {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 25px;
        order: 1 !important;
    }

    .hero_banner_imgs1, 
    .hero_banner_imgs2 {
        display: none;
    }
    .hero_bottom_content {
        grid-template-columns: 1fr;
    }
    .hero_right_content {
        text-align: left;
    }
    .feature_img {
        margin: 50px 0px 0;
    }
    
    .footer_menu {
        padding: 30px 0;
    }
    .social_media {
        margin-top: 30px;
    }
    .footer_wrapp {
        padding: 0px;
    }
    .blog_wrapper {
        margin-top: 50px;
    }
    .about_mobie_imgs {
        display: none;
    }
    .about_imgs {
        margin: 50px 0;
    }
    .aboou_info_content {
        margin: 0;
    }
    .testimonial_slider_left {
        display: none;
    }
    .protfolio_details_box h5 {
        font-size: 18px;
    }
    .case_study_imgs {
        margin: 20px 0;
    }
    .team_modal_content {
        grid-template-columns: 1fr;
    }
    .team_modal_imgs {
        margin-bottom: 50px;
    }
    .team_header {
        text-align: left;
    }
    .body_imgs {
        margin-bottom: 20px;
    }
    section {
        padding: 50px 0;
    }
    .hero_slider_right {
        gap: 15px;
    }
    .body_imgs img {
        width: 100%;
    }
    .footer_bottom {
        flex-direction: column;
        justify-content: center;
        gap: 10px 0;
    }
    .header_menu .menu_list>li>a {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .submenu {
        display: none;
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
    .header_main .header_menu ul li .submenu li {
        padding: 0;
        border: none;
    }
    .header_main .header_menu ul li .submenu li:last-child a {
        border-bottom: none;
        padding-bottom: 0;
    }
    .banner_main h1 {
        font-size: 28px;
    }
    .blog_sidebar {
        padding: 50px 0 0;
    }
    .blog_contant_details h2 {
        font-size: 26px; 
    }


}

@media only screen and ( max-width: 700px ) {

    .team_modal_wrapp .modal-dialog {
        margin: 15px;
    }

}

@media only screen and ( min-width: 577px ) and ( max-width: 767px ) {

    .subscribe_form {
        padding: 30px 25px;
    }

    .hero_banner_content h1 {
        font-size: 48px;
    }
    .main_heading h2 {
        font-size: 30px;
        line-height: 1.4;
    }
    .protfolio_details h3, 
    .case_studt_main h3, 
    .case_study_content h3, 
    .blog_details_content h3 {
        font-size: 26px;
    }
    .main_heading h6 {
        font-size: 20px;
    }
    .card_box_main {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero_slider_right h1 {
        font-size: 30px;
        line-height: 1.4;
    }
    .numbers_box {
        padding: 20px;
        margin: 5px 0; 
    }
    .blog_contant { 
        margin-bottom: 30px;
    }
    .discount_coupon {
        font-size: 34px;
    }
    .feature_main {
        gap: 15px 30px;
    }
    .feature_box h6 {
        font-size: 18px;
    }

}

@media only screen and ( max-width: 576px ) {

    .hero_banner_content h1 {
        font-size: 28px;
    }
    .main_heading h2 {
        font-size: 26px;
        line-height: 1.4;
    }
    .protfolio_details h3, 
    .case_studt_main h3, 
    .case_study_content h3, 
    .blog_details_content h3 {
        font-size: 24px;
    }
    .main_heading h6 {
        font-size: 18px;
    }
    .blog_wrapper {
        width: calc(59vw + 36%);
    }
    .subscribe_form {
        margin-top: 50px;
        padding: 30px 15px;
    }
    .subscribe_form .form_group_input {
        flex-direction: column;
        background-color: transparent;
        gap: 15px;
        margin-top: 30px;
    }
    .subscribe_form .form_group_input .form_group input {
        padding: 10px 15px !important;
    }
    .copyright {
        text-align: center;
    }
    .footer_bottom_menu {
        justify-content: center;
        margin-top: 15px;
    }
    .service_details_list {
        grid-template-columns: 1fr;
    }
    .card_box_main, 
    .feature_main {
        grid-template-columns: 1fr;
    }
    .hero_slider_right h6 {
        font-size: 20px;
    }
    .hero_slider_right h1 {
        font-size: 26px;
        line-height: 1.4;
    }
    .hero_slider_right p {
        display: none;
    }
    .discount_coupon {
        font-size: 26px;
    }
    .blog_tags ul {
        display: unset !important;
    }
    .blog_tags ul li {
        display: inline-block;
        padding-right: 15px;
    }
    .blog_contant {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }
    .blog_date {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .blog_date h6 {
        margin: 0;
    }

}


@media only screen and ( min-width: 1199px ) {

    .submenu {
        border-top: 1px solid var(--border-color);
        background-color: var(--header-bg-color);
        display: block;
        left: 0;
        padding: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        transform-origin: center top 0;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        width: 220px;
        z-index: 999999;
    }
    .header_menu ul li:hover>ul.submenu {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        visibility: visible;
    }

}