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

@media screen and (max-width: 1680px) {
    .footer_main_width .grid {
        row-gap: 6rem;
        column-gap: 16rem;
    }
}


@media screen and (max-width: 1600px) {
    .footer_main_width .grid {
        row-gap: 6rem;
        column-gap: 15rem;
    }
}

@media screen and (max-width: 1440px) {
    .footer_main_width .grid {
        row-gap: 6rem;
        column-gap: 14rem;
    }
}


@media screen and (max-width: 1400px) {
    .footer_main_width .grid {
        row-gap: 6rem;
        column-gap: 13rem;
    }
}

@media screen and (max-width: 1366px) {
    .footer_main_width .grid {
        row-gap: 6rem;
        column-gap: 12rem;
    }
}

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

    .footer .page-width {
        padding: 0 3rem;
    }

    .footer_main_width .grid {
        row-gap: 6rem;
        column-gap: 10rem;
    }
}

@media screen and (max-width: 1152px) {
    .footer_main_width .grid {
        row-gap: 6rem;
        column-gap: 9rem;
    }
}


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

    .footer .page-width {
        padding: 0 2rem;
    }

    .footer_main_width .grid {
        row-gap: 6rem;
        column-gap: 7rem;
    }
}

@media screen and (max-width: 991px) {
    .footer .page-width {
        padding: 0 1rem;
    }

    .footer_main_width .grid {
        row-gap: 2rem;
        column-gap: 0;
    }

    .footer .grid--2-col .grid__item, .footer .grid--2-col-tablet .grid__item {
        width: 100%;
    }

    .list-social {
        justify-content: unset;
    }

    .product_detail_main .product__media-wrapper,
    .product_detail_main .product_info_outer {
        max-width: 100% !important;
        width: 100% !important;
    }

    .product_info_outer {
        padding: 0 1.5rem !important;
    }

    .machine_data h1 {
        font-size: 20px;
    }

    .machine_data h4 {
        font-size: 14px;
    }

    .specifaction_main {
        padding: 1.5rem;
    }

    .specification_wraper .specification_wraper_inner .specification_grid {
        width: calc((100% / 1) - 10px);
        margin: 5px 0;
    }

    .spec_title_main {
        position: relative;
        margin: 2rem 0 0 0;
    }

    .story_template_outer {
        padding: 1.5rem;
    }

    .story_template_width>div>div {
        width: 100%;
    }

    .story_template_outer .story_template_width .inner {
        flex-direction: column !important;
    }

    .story_template_width img {
        border-radius: 5px;
        object-fit: cover;
        width: 100%;
    }

    .story_template_width .text-right {
        text-align: left !important;
    }

    .section_title h1 {
        font-size: 25px;
    }

    .story_template_width h1, h2, h3 {
        font-size: 20px;
    }

    .section_product_title {
        padding: 3rem 1.5rem 2rem 1.5rem;
        text-align: left !important;
    }

    .product_faq_main {
        padding: 1.5rem;
    }

    .open .accordionDesctription {
        max-height: 100%;
    }

    .layer-img {
        margin-right: 8px;
        max-width: 10px;
        display: inline-block;
    }

    .detail_feture_list_right .accordian_title {
        width: 90%;
    }

    .detail_feture_list_right .accordian_title:after {
        top: 22px;
    }

    .specifaction_main_spec .specification_wraper .specification_wraper_inner .specification_grid {
        width: calc((100% / 1) - 10px);
    }

    .specification_wraper {
        margin-top: 15px;
    }

    .story_template_width h3 {
        margin-bottom: 1rem;
    }

    .story_template_width h2 {
        font-size: 18px;
    }

    .review_flex {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .rating_list {
        align-items: unset;
        flex-direction: column;
        gap: 2rem;
    }

    .rating_Details {
        width: 100% !important;
    }

    .footer .footer__content-bottom {
        padding-bottom: 2rem;
        padding-top: 0;
    }

    .footer_main_width .grid {
        margin-bottom: 0;
    }

    .logindiv {
        width: 90%;
    }

    .header_inline_menu {
        display: none;
    }

    .header {
        padding: 1rem;
        display: flex;
        justify-content: space-between;
    }

    .header_heading h1 {
        font-size: 32px;
    }

    .header_icons .icon {
        height: 18px;
        width: 18px;
    }

    .cat_icon {
        width: 1.4rem;
    }

    .cat_flex p {
        font-size: 12px;
    }

    .megamenu_block .swiper-button-next,
    .megamenu_block .swiper-button-prev {
        width: 14px;
        height: 14px !important;
        padding: 0.6rem;
        background-color: #ffffff;
        border-radius: 50px;
    }

    .product_detail_main {
        margin-top: 1rem;
    }

    .header_heading a {
        padding: 0;
    }

    .web-bar {
        display: block;
    }

    .web-bar.nav-btn-active .bar.top {
        -webkit-transform: translateY(4px) rotateZ(45deg);
        -moz-transform: translateY(4px) rotateZ(45deg);
        -ms-transform: translateY(4px) rotateZ(45deg);
        -o-transform: translateY(4px) rotateZ(45deg);
        transform: translateY(4px) rotateZ(45deg);
    }

    .web-bar.nav-btn-active .bar.middle {
        display: none;
    }

    .web-bar.nav-btn-active .bar.bottom {
        -webkit-transform: translateY(1px) rotateZ(-45deg);
        -moz-transform: translateY(1px) rotateZ(-45deg);
        -ms-transform: translateY(1px) rotateZ(-45deg);
        -o-transform: translateY(1px) rotateZ(-45deg);
        transform: translateY(1px) rotateZ(-45deg);
    }

    .bar {
        display: block;
        height: 1px;
        width: 24px;
        border-radius: 5px;
        background-color: #000000;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    .bar.top {
        margin: 0 !important;
    }

    .bar.bottom {
        margin: 0 !important;
    }

    .bar.middle {
        margin: 4px 0;
    }

    .header_icons {
        grid-area: unset;
    }

    .mobile_menu {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        padding-top: 5rem;
        z-index: 99;
        right: -100%;
        transition: all ease 0.4s;
    }

    .mobile_menu {
        display: block;
    }

    .mobile_menu.active {
        right: 0;
    }

    .mobile_menu li p {
        font-size: 18px;
        color: #000000;
    }

    .login-list-menus {
        top: 35px;
        right: -53px;
    }

    .mobile_menu_inner_flex {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .icon_list_mobile {
        padding: 1.5rem 0;
    }

    .icon_list_mobile ul {
        display: flex;
        align-items: center;
        /* justify-content: space-around; */
        list-style-type: none;
        padding: 0;
        gap: 2rem;
        width: 90%;
        margin: 0 auto;
    }

    .icon_list_mobile ul li {
        list-style-type: unset;
        font-size: 24px;
    }

    .icon_list_mobile ul li i {
        color: #000000;
    }

    .mobile_menu_list {
        padding-top: 1rem;
        border-top: 1px solid #cccccc;
    }

    .profile_image svg {
        width: 1.2rem;
    }

    .profile_image {
        display: flex;
    }

    .header_icons {
        display: none !important;
    }

    .main_outer_profile {
        padding: 3rem 0;
    }

    .my_profile_contianer {
        width: 100%;
        -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        -moz-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .profile_flex {
        flex-direction: column;
        gap: 24px;
    }

    .profile_left_inner ul li a {
        padding: 10px;
        font-size: 14px;
    }

    .profile_half .login_main_control {
        gap: 0.5rem !important;
        grid-template-columns: repeat(1, 1fr);
    }

    .profile_left, .profile_right {
        padding: 1rem;
    }

    .img_machin {
        padding: 1rem;
    }

    .wish_list_outer {
        flex-direction: column;
    }

    .wish_list_main {
        width: 100%;
        max-width: 100%;
    }

    .img_machin img {
        padding: 20px 0 50px 0;
    }

    .inquiry-flex-row {
        display: block;
    }

    .icon-inquiry {
        font-weight: 600;
    }

    .mobile_dn {
        display: none !important;
    }

    .product_iamge_profile {
        width: 4rem;
    }

    .product_iamge_profile img {
        width: 100%;
        max-width: 100%;
        object-fit: contain;
        height: auto;
    }

    .action-buttons {
        gap: 0.5rem;
    }

    .action-button img {
        width: 18px !important;
    }

    .button-style.blue-button {
        padding: 4px 12px;
        height: 30px;
        line-height: 20px;
        border-radius: 6px;
    }

    .button-style.blue-button p {
        font-size: 14px;
    }

    .three-column-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px !important;
    }

    .md-lable {
        font-size: 12px;
    }

    .form-control {
        padding: 8px 10px;
        font-size: 14px;
    }

    .error p {
        font-size: 12px;
    }

    .web-buttons {
        font-size: 14px !important;
        padding: 6px 18px !important;
    }

    .machine-form-wrapper {
        margin-top: 2rem !important;
    }

    .five-column-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .image-preview img {
        height: auto !important;
    }

    .three_colum_grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .repeated_fields {
        gap: 0rem !important;
    }

    .margin-top-35 {
        margin-top: 0 !important;
    }

    .web_show {
        display: none;
    }

    .mobile_show {
        display: block;
        margin: 0 !important;
    }

    .button-style.red-link p {
        margin: 0 !important;
    }

    .repeated_field_block {
        padding: 1.2rem !important;
    }

    .repeat_fields_list {
        padding: 1rem 0 !important;
    }

    .form-flex {
        gap: 1rem !important;
        align-items: flex-start !important;
        flex-direction: column;
    }

    .form-flex .half-width {
        width: 100% !important;
    }

    .form-flex .half-width .form-group {
        margin-bottom: 1rem !important;
    }

    .form_button_big {
        padding: 0.8rem 2rem !important;
        height: 46px !important;
    }

    .button-style.blue-button:hover p {
        font-size: 14px;
    }

    .width_30, .width_70, .width_40, .width_60 {
        width: 100% !important;
    }

    .ProductDetailSwiperOuter {
        padding: 0;
    }

    .ProductDetailSwiperOuter .swiper-slide img {
        width: 100%;
    }

    .add_to_wishlist i {
        font-size: 20px;
    }

    .machine_data h4 a {
        font-size: 14px;
    }

    .inquiry_form_width {
        padding: 0 !important;
    }

    .inquiry_form_width_bottom {
        padding: 0 1.5rem !important;
    }

    .mobile_menu_list ul {
        list-style-type: none;
        padding: 0 1.5rem;
    }

    .mobile_menu_list ul li p {
        margin: 0;
    }

    .mobile_menu_list ul li {
        padding: 0.7rem 0;
        border-bottom: 1px solid #cccccc;
    }

    .mobile_menu_list ul li:last-child {
        border: unset;
    }

    .filter_main_outer {
        gap: 1rem;
    }

    .product_list_outer .product_item {
        width: 100%;
        max-width: 100%;
    }

    .grid_img_wrap a {
        padding: 22px;
        padding-bottom: 4rem;
    }

    .product_list_repeat {
        border-left: 1px solid #000000;
    }

    .banner_list_outer {
        height: 24vh !important;
    }

    .banner_list_outer .banner_text_outer {
        left: 3%;
    }

    .footer-block__details-content p {
        margin-top: 0;
        margin-bottom: 12px;
        line-height: 1.1;
    }

    .list-social__item i {
        font-size: 22px;
    }

    .social_link {
        padding: 0;
    }

    .list-social {
        justify-content: unset;
        gap: 1.5rem;
    }

    .footer .footer-block__details-content.list-unstyled-1 {
        padding-left: 0;
    }

    .thankyou_page_block {
        width: 100%;
    }

    .thankyou_page_block h1 {
        font-size: 3.5rem;
    }

    .thankyou_page_block h3 {
        font-size: 22px;
    }

    .thankyou_msg {
        padding: 2rem 3rem;
    }

}