:root {
    --black_color: #000;
    --white_color: #fff;
    --vivid_yellow: #E5DE00;
    --heading_color: #151619;
    --para_color: #444444;
    --acent_color: #F5F5F5;
    --border_color: #AEAEAE;
    --body_font: "Onest", sans-serif;
    --heading_font: "Aspekta", sans-serif;
    --transition: 0.4s all ease-in-out
}

body {
    line-height: 30px;
    color: var(--para_color);
    background: var(--white_color);
    font-family: var(--body_font);
    overflow-x: hidden;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}



@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .csr_arrows_wrp {
        max-width: 1500px;
    }

    .csr_arrows_wrp {
        margin: auto;
        padding: 0 12px;
    }
}

@media (min-width: 1900px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .csr_arrows_wrp {
        max-width: 1750px;
    }
}

@media (min-width: 2400px) {
    .home_choose {
        min-height: 80vh;
    }

    .inner_banner {
        padding: 19% 0 5%;
    }

    .pdetails_inner {
        padding: 0;
    }

    .woman__action_image {
        height: 1100px;
    }
}

@media (min-width: 3500px) {
    .home_choose {
        min-height: 50vh;
    }
}

@media(max-width:1899px) {

    /* Home Page Start */
    .navlink {
        font-size: 16px;
    }

    .navlist {
        padding: 5px 0;
    }

    .navitem {
        padding: 5px 25px;
    }

    .sticky_hdr .navlink {
        font-size: 16px;
    }

    .header {
        top: 10px;
        padding: 0;
    }

    body {
        line-height: 28px;
        font-size: 18px;
    }


    .footer__nav>ul {
        gap: 50px;
    }

    .number_vicon {
        scale: 0.8;
    }

    .home_fair_contents .listing_wrap ul li {
        font-size: 18px;
        column-gap: 12px;
    }

    .home_fair_contents .listing_wrap ul {
        gap: 12px;
        max-width: 670px;
    }

    .banner__content_wrpr h1 {
        font-size: 90px;
    }

    .home_banner_wrapper {
        min-height: calc(100vh - 50px);
        max-width: 700px;
    }

    .shipping_shorts p {
        font-size: 17px;
    }

    .shipping_shorts {
        column-gap: 8px;
    }

    .coats_group h3 {
        font-size: 25px;
    }

    h2 {
        font-size: 45px;
        line-height: 1.2;
    }

    .global_heading {
        margin-bottom: 30px;
    }

    .global_btn,
    .whitebtn {
        padding: 11px 45px 11px 18px;
    }

    .headerlogo_hamwrpr {
        padding: 5px 0;
    }

    .comfort_contents h2 {
        font-size: 56px;
        margin-left: -140px;
    }

    h3 {
        font-size: 35px;
    }

    .bermudas_wrap ul {
        grid-template-rows: 320px 320px;
    }

    /* Home Page End */

    /* About Page Start */
    .inner_banner_wrap h1 {
        font-size: 72px;
        line-height: 1;
    }

    .about_pg_about_left h2 {
        font-size: 44px;
    }

    .about_pg_about_left .global_heading {
        margin-bottom: 10px;
    }

    .about_pg_slider_heading {
        margin-bottom: 30px;
    }

    .performanee__section .global_heading {
        margin-bottom: 10px;
    }

    .branding_cards_section .shipping_shorts h5 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .branding_cards_section .truck_image {
        width: 75px;
        height: 75px;
    }

    .shipping_shorts p {
        line-height: 1.4;
    }

    .branding_cards_section {
        padding-bottom: 0;
    }

    .about_slider_group::after {
        height: 440px;
    }

    /* About Page End */


    /* Product Details Start */
    .pdetails_inner {
        height: 180px;
        padding: 0;
    }

    .products_slider_wrap .gloves_card .image {
        width: 220px;
        height: 220px;
        max-width: 100%;
    }

    /* Product Details End */

    /* Product  Start */
    .filter_tab_group .gloves_card .image {
        max-width: 250px;
        height: 280px;
    }

    .about_ctgry_card h3 {
        font-size: 12px;
        column-gap: 6px;
    }

    .globus_products_filter .gloves_card .image {
        width: 100%;
        height: 330px;
    }

    .about_ctgry_card .contents {
        padding: 10px 3px;
    }

    /* Product  End */

    /* Contact Start */

    .product_contact_section {
        padding-bottom: 0;
    }

    /* Contact End */

    /* Development Start */

    .footer_icon ul {
        gap: 5px;
    }

    .footer_btm_left,
    .footer_btm_right {
        width: 460px;
    }

    .headerbtn_modal .home_connect_forms .input_card::placeholder,
    .headerbtn_modal .home_connect_forms .textarea_card::placeholder {
        font-size: 15px;
        line-height: 25px;
    }

    .products_contents_group h1 {
        font-size: 60px;
        line-height: 1.1;
    }

    .pdetails_tab_right {
        padding-top: 70px;
    }

    .sticky_enquiry .global_btn {
        right: -108px;
    }

    .default_content {
        padding-bottom: 0;
    }

    .sku_category ul {
        align-items: start;
        column-gap: 0;
        flex-direction: column;
        row-gap: 15px;
    }

    /* Development End */


}


@media(max-width:1599px) {

    /* Home Page Start */
    h2 {
        font-size: 45px;
        line-height: 1.1;
    }

    .shipping_shorts h5 {
        font-size: 18px;
    }

    .shipping_shorts p {
        font-size: 15px;
        line-height: 1.4;
    }

    .banner__content_wrpr h1 {
        font-size: 80px;
    }

    .truck_image {
        width: 46px;
        height: 46px;
    }

    .banner__content_wrpr .right_contents p {
        font-size: 18px;
    }

    .home_banner_wrapper {
        max-width: 600px;
    }

    h3 {
        font-size: 32px;
        line-height: 1.2;
    }

    .products__gloves_wrpr>h4 {
        font-size: 20px;
    }

    .gloves_card .image {
        height: 260px;
        width: 100%;
    }

    .mdl_prdct_name h2 {
        font-size: 45px;
    }

    .mdl_prdct_image {
        max-width: 470px;
        height: 470px;
    }


    .csr_arrows_wrp {
        max-width: 1310px;
        margin: auto;
    }

    .csr_slider_item .item_contents {
        max-width: 270px;
    }

    .csr_slider_item .image {
        height: 330px;
    }

    .laboratory_tab_group .nav-pills .nav-link.active {
        font-size: 25px;
    }

    .map_country h6 {
        font-size: 20px;
    }

    .map_countryname ul li {
        margin-bottom: 10px;
    }

    .map_images_listings {
        left: 20px;
    }

    .contact_listing ul li,
    .contact_listing ul li a {
        font-size: 18px;
        line-height: 28px;
    }

    .form_input label {
        font-size: 18px;
        line-height: 28px;
    }

    .footer__nav>ul {
        gap: 30px;
        width: 500px;
    }

    .footer__nav .footer_icon ul li a {
        font-size: 22px;
    }

    .footer_logo_wrpr {
        padding-top: 50px;
    }

    .navitem {
        padding: 5px 18px;
    }

    .map_image {
        margin-top: 0;
        margin-left: 0;
    }

    .workwear_products .row+.row {
        padding-top: 50px;
    }

    .coats_image {
        width: 190px;
        height: 210px;
    }

    .coats_group {
        min-height: 280px;
    }

    .coats_group:hover .globus_arrw {
        width: 170px !important;
    }


    .about_section_btnwrpr ul {
        column-gap: 10px;
    }

    .about_section_right {
        margin-left: -30px;
    }

    .about_section_left {
        margin-right: 30px;
    }

    .about_images_wrap .vector_image {
        width: 140px;
        height: 140px;
        right: -80px;
        padding: 16px;
    }


    .radio_wrap {
        column-gap: 6px;
    }

    .size_wrap select {
        font-size: 16px;
    }

    .jacket_heading a {
        font-size: 17px;
        line-height: 1.4;
    }

    .comfort_contents h2 {
        font-size: 50px;
        margin-left: -120px;
    }

    .bermudas_wrap ul {
        grid-template-rows: 270px 270px;
    }

    .essentials_card .image {
        height: 330px;
    }

    /* Home Page End */


    /* About Page Start */
    .inner_banner_wrap h1 {
        font-size: 56px;
        line-height: 1;
    }

    .inner_banner {
        padding: 330px 0 50px;
    }

    .about_pg_about_left h2 {
        font-size: 42px;
    }

    .about_sldr_wrpr .text_contents h3 {
        font-size: 28px;
    }

    .branding_cards_section .shipping_shorts {
        column-gap: 15px;
    }

    .branding_cards_section .truck_image {
        width: 65px;
        height: 65px;
    }

    .branding_cards_section .shipping_shorts h5 {
        font-size: 24px;
    }

    .about_slider_group::after {
        height: 400px;
    }

    /* About Page End */


    /* Product Details Start */
    .products_slider_wrap .gloves_card .image {
        width: 260px;
        height: 260px;
    }

    .pdetailstab .tab-content {
        font-size: 18px;
        line-height: 1.6;
    }

    /* Product Details End */

    /* Product  Start */
    .accessories_info .images_wrap {
        height: 200px;
    }

    .filter_tab_group .gloves_card .image {
        max-width: 200px;
        height: 240px;
    }

    .gloves_card .titles_wrp h3 {
        font-size: 17px;
        padding-right: 0;
    }

    .about_categories_group ul li {
        width: 18%;
    }

    .about_ctgry_card h3 {
        font-size: 15px;
        column-gap: 10px;
    }

    .about_categories_group ul::-webkit-scrollbar {
        height: 4px;
    }

    .globus_products_filter .gloves_card .image {
        height: 290px;
    }

    .list_view a {
        font-size: 21px;
        line-height: 1.2;
    }

    .list_view .gloves_filter {
        margin-bottom: 0;
    }

    .globus_products_filter .row {
        row-gap: 30px;
    }

    .filters_functions_wrap select {
        font-size: 18px;
    }

    .jackets_card .description .global_btn {
        font-size: 18px;
    }

    /* Product  End */

    /* Contact start */

    .footer_background {
        top: -200px;
    }

    /* Contact end */

    /* Development Start */

    /* 404 */
    .error-404 {
        padding: 200px 0px 20px;
    }

    .default_content p,
    .default_content ul li {
        font-size: 16px;
    }

    .input_card,
    .textarea_card {
        height: 50px;
        font-size: 16px;
    }

    .home_connect_forms .input_card::placeholder,
    .home_connect_forms .textarea_card::placeholder {
        font-size: 15px;
        line-height: 25px;
    }

    .home_connect_forms .form_input label {
        font-size: 16px;
        line-height: 26px;
    }

    .footer_btm_left,
    .footer_btm_right {
        width: 450px;
    }

    .headerbtn_modal .textarea_card {
        height: 100px;
    }

    .headerbtn_modal .home_connect_forms h3 {
        margin-bottom: 12px;
    }

    .form_input select {
        padding: 10px 20px;
    }

    .textarea_card {
        height: 100px;
    }

    .product_image {
        height: 400px;
    }

    .product_gallery {
        column-gap: 12px;
    }

    .gallery_item {
        height: 110px;
        width: 20%;
    }

    .pdetailstab .nav {
        margin-bottom: 20px;
    }

    .products_contents_group h1 {
        font-size: 48px;
        line-height: 1.1;
    }

    .pdetails_size {
        padding: 20px 0;
    }

    .pdetails_inner {
        padding: 0;
    }

    .sticky_enquiry .global_btn {
        right: -92px;
        padding: 8px 18px;
        font-size: 15px;
        line-height: 1.2;
    }

    .gloves_radio span {
        width: 20px;
        height: 20px;
    }

    .contact_listing {
        margin-top: 20px;
    }

    .contact_listing ul li+li {
        margin-top: 15px;
    }

    .prod_tag li>a {
        padding: 3px 12px;
        font-size: 14px;
    }

    .about_categories_group ul.prod_tag li {
        width: auto;
        padding: 0 3px;
    }

    .about_categories_group ul.prod_tag {
        column-gap: 0;
        row-gap: 7px;
    }

    /* Development End */

}


@media(max-width:1399px) {

    /* Home Page Start */
    .footer_logo_wrpr {
        max-width: 170px;
    }

    .navlink,
    .sticky_hdr .navlink {
        font-size: 14px;
    }

    .navitem {
        padding: 5px 14px;
    }

    body {
        line-height: 26px;
        font-size: 16px;
    }

    .header_logo {
        max-width: 60px;
    }

    .headerbtn_modal .form_input label {
        font-size: 15px;
    }

    .headerbtn_modal .input_card {
        height: 50px;
    }

    .banner__content_wrpr h1 {
        font-size: 70px;
    }

    .hammer_tag h4 {
        font-size: 18px;
    }

    .hammer_tag {
        margin-bottom: 25px;
    }

    .banner__content_wrpr .right_contents,
    .banner__content_wrpr .left_contents {
        width: 43%;
        padding-bottom: 20px;
    }

    .banner__content_wrpr .right_contents p {
        font-size: 16px;
    }


    .global_btn,
    .submit_now,
    .whitebtn {
        padding: 11px 35px 11px 18px;
    }

    .global_btn::after,
    .whitebtn::after {
        font-size: 16px;
        right: 14px;
    }

    .sticky_hdr .header_logo {
        max-width: 50px;
    }

    .gap {
        padding: 50px 0;
    }

    h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .about_section_left {
        margin-right: 0;
    }

    .about_section_right {
        margin-left: 0;
    }

    h3 {
        font-size: 30px;
        line-height: 1.2;
    }

    .about_mission_listing ul li {
        padding-top: 18px;
        margin-top: 16px;
    }

    .mv_wrppar .icon {
        width: 100px;
        height: 100px;
    }

    .mv_wrppar .icon img {
        max-width: 60px;
    }

    .about_images_wrap li span.abt_img3 {
        height: 400px;
    }

    .about_images_wrap li span {
        height: 310px;
    }

    .about_images_wrap li span.abt_img4 {
        height: 238px;
    }

    .manufacturing_right_contents {
        height: 580px;
    }

    .maufacturing_left_contents .global_heading {
        margin-bottom: 20px;
    }

    .check__listing {
        margin: 24px 0;
    }

    .iso_imglisting li {
        max-width: 100px;
    }

    .home_products_wrpr .left_contents {
        max-width: 450px;
    }

    .home_products_wrpr {
        align-items: end;
        margin-bottom: 30px;
    }

    .home_products_wrpr .right_contents {
        max-width: 460px;
    }

    .home_products_wrpr .global_heading {
        margin-bottom: 0;
    }

    .gloves_card .image {
        height: 200px;
        width: 160px;
        margin: 8px auto 14px;
    }

    .jacket_heading a {
        font-size: 15px;
        line-height: 1.4;
    }

    .about_pr_imgs img {
        width: 45px;
        height: 54px;
    }

    .gloves_card h6 {
        font-size: 14px;
        padding: 6px 8px;
    }

    .jackets_card {
        padding: 0 8px;
    }

    .gloves_card .titles_wrp h3 {
        font-size: 18px;
    }

    .quickview_modal .modal-dialog {
        max-width: 1000px;
    }

    .mdl_prdct_image {
        max-width: 400px;
        height: 400px;
    }

    .check__listing li::after {
        scale: 0.85;
    }

    .quickview_modal .check__listing li {
        font-size: 15px;
    }

    .check__listing li {
        padding: 0 20px 0 30px;
        font-size: 15px;
        line-height: 1.5;
    }

    .quickview_modal .check__listing li::after {
        top: 1px;
    }

    .quickview_modal .check__listing li+li {
        margin-top: 6px;
    }

    .mdl_prdct_name h2 {
        font-size: 40px;
    }

    .mdl_prdct_name h3 {
        font-size: 16px;
        line-height: 28px;
        padding-left: 24px;
    }

    .mdl_pr_images ul li img {
        width: 45px;
        height: 54px;
        object-fit: contain;
    }

    .mdl_pr_images ul {
        gap: 10px;
    }

    .mdl_pr_images {
        width: 70px;
    }


    .csr_arrows_wrp {
        max-width: 1110px;
        margin: auto;
    }


    .csr_slider_item .item_contents {
        max-width: 180px;
    }

    .csr_slider_item .item_contents h3 {
        font-size: 22px;
    }

    .csr_slider_item .item_holder p {
        font-size: 15px;
        line-height: 1.4;
    }

    .csr_slider_item .image {
        height: 260px;
    }

    .csr_slider_item .item_holder {
        column-gap: 15px;
    }


    .map_heading {
        max-width: 400px;
    }

    .map_country h6 {
        font-size: 16px;
    }

    .map_countryname ul li::after {
        width: 12px;
        height: 12px;
        left: 6px;
        top: 8px;
    }

    .map_countryname ul li {
        margin-bottom: 5px;
    }

    .map_images_listings ul li::after {
        scale: 0.5;
    }

    .india_flag {
        right: 21%;
        bottom: 59%;
    }

    .home_certifications_slider .swiper-button-next {
        width: 60px;
        height: 50px;
        margin-left: 150px;
    }

    .home_certifications_slider .swiper-button-prev {
        width: 60px;
        height: 50px;
        margin-left: -220px;
    }

    .home_connect_lefts .global_heading {
        margin-bottom: 25px;
    }

    .contact_listing ul li,
    .contact_listing ul li a,
    .form_input label,
    .input_card,
    .textarea_card,
    .input_card::placeholder,
    .textarea_card::placeholder {
        font-size: 16px;
        line-height: 26px;
    }

    .input_card {
        height: 50px;
    }

    .footer_background {
        top: -150px;
    }

    .footer_logo,
    .footer_logo_text {
        max-width: 200px;
    }

    .footer_btm_left ul {
        column-gap: 20px;
        margin-bottom: 15px;
    }

    .truck_image {
        width: 40px;
        height: 40px;
    }

    .shipping_shorts h5 {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .shipping_shorts {
        column-gap: 6px;
    }

    .shipping_shorts p {
        font-size: 13px;
        line-height: 1.4;
    }

    .workwear_products .row+.row {
        padding-top: 40px;
    }

    .coats_group h3 {
        font-size: 20px;
        max-width: 140px;
    }

    .coats_group {
        min-height: 250px;
    }

    .coats_image {
        width: 170px;
        height: 180px;
    }

    .coats_group:hover .globus_arrw {
        width: 150px !important;
    }

    .globus_arrw {
        height: 42px;
    }

    .globus_arrw p::after {
        right: -27px;
    }

    .comfort_contents h2 {
        font-size: 44px;
        margin-left: -120px;
        margin-bottom: 10px;
    }

    .about_images_wrap .image {
        height: 477px;
    }

    .comfort_img_left .image {
        height: 440px;
    }

    .home_banner_wrapper {
        max-width: 560px;
    }

    .banner__content_wrpr h1 span::after {
        width: 12px;
        height: 12px;
    }

    h3 {
        font-size: 28px;
        line-height: 1.2;
    }

    .bermudas_card h3 {
        margin-bottom: 8px;
    }

    .global_btn,
    .submit_now,
    .whitebtn {
        padding: 8px 35px 8px 18px;
    }

    .bermudas_wrap ul {
        grid-template-rows: 240px 240px;
    }

    .essentials_card .image {
        height: 250px;
        margin-bottom: 10px;
    }


    .essentials_card h3 {
        margin-bottom: 7px;
    }

    .yellow_arrow {
        width: 44px;
        height: 42px;
    }

    /* Home Page End */

    /* About Page Start */
    .about_pg_about_left h2 {
        font-size: 39px;
    }

    .about_slider_group::after {
        height: 330px;
    }

    .about_sldr_wrpr .text_contents h3 {
        font-size: 24px;
    }

    .performanee__section .row+.row {
        margin-top: 50px;
    }

    .branding_cards_section .shipping_shorts h5 {
        font-size: 20px;
    }

    .branding_cards_section .truck_image {
        width: 55px;
        height: 55px;
    }

    .shipping_shorts p {
        font-size: 14px;
    }

    .performance_image {
        padding-right: 0;
    }

    .performanee__section .row:nth-child(even) .performance_image {
        padding-left: 0;
    }

    .inner_banner_wrap h1 {
        font-size: 56px;
        line-height: 1;
    }

    /* About Page End */


    /* Product Details Start */
    .pdetails_inner {
        height: 180px;
        padding: 0;
    }

    .inner_breadcrumb ul li {
        margin-right: 65px;
    }

    .inner_breadcrumb li::before {
        top: -2px;
    }

    .product_image {
        height: 360px;
    }

    .product_gallery {
        margin-top: 15px;
    }

    .products_contents_group {
        padding-left: 10px;
    }


    .sku_category h5 {
        font-size: 16px;
    }

    .sku_category {
        padding: 25px 0 15px;
    }

    .pdetailstab .nav-pills .nav-link {
        color: var(--para_color);
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }


    .products_slider_wrap .gloves_card .image {
        width: 230px;
        height: 260px;
    }

    /* Product Details End */

    /* Product  Start */
    .filter_tab_group .gloves_card .titles_wrp {
        display: block;
        text-align: center;
    }

    .filter_tab_group .gloves_card .btn_wrp {
        justify-content: center;
    }

    .filter_tab_group .gloves_card .image {
        max-width: 160px;
        height: 160px;
        margin-bottom: 5px;
    }

    .filter_tab_group .gloves_card .titles_wrp h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .filter_tab_group .gloves_card h6 {
        max-width: 180px;
    }

    .filter_tab_group .yellow_arrow,
    .filter_tab_group .eye_icon {
        width: 34px;
        height: 42px;
    }

    .sub_product_listing li button {
        font-size: 14px;
        padding: 3px 40px;
    }

    .sub_product_listing li button:hover {
        padding: 3px 40px;
    }

    .sub_product_listing li button::before {
        left: 7px;
        top: 1px;
    }

    .sub_product_listing button::after {
        top: 0;
        font-size: 20px;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }

    .products_filter_dropdown li h4 {
        font-size: 16px;
    }

    .products_filter_dropdown li h4::before {
        scale: 0.8;
    }

    .accessories_info .yellow_arrow {
        width: 34px;
        height: 42px;
    }

    .accessories_tag {
        width: 120px;
    }

    .about_ctgry_card h3 {
        font-size: 13px;
        column-gap: 10px;
    }

    .globus_products_filter .gloves_card .image {
        height: 260px;
    }

    .list_view a {
        font-size: 22px;
        line-height: 1.3;
    }

    .filters_functions_wrap select {
        font-size: 16px;
    }

    .jackets_card .description .global_btn {
        font-size: 16px;
    }

    /* Product  End */

    /* Contact Start */

    .contact_page_links {
        padding: 30px 15px;
        font-size: 16px;
        line-height: 1.4;
    }

    .contact_page_links .icon,
    .contact_page_links i {
        font-size: 25px;
        column-gap: 10px;
    }

    .contact_iframe iframe {
        height: 400px;
    }

    /* Contact End */

    /* Development Start */
    .home_connect_forms .input_card {
        padding: 15px;
        font-size: 15px;
    }

    .headerbtn_modal .input_card,
    .headerbtn_modal .textarea_card {
        font-size: 15px;
    }

    .headerbtn_modal .textarea_card {
        height: 80px;
    }

    .headerbtn_modal .wpcf7-not-valid-tip {
        font-size: 13px;
        line-height: 1.5;
    }

    .headerbtn_modal .home_connect_forms {
        padding: 20px 30px;
    }

    .headerbtn_modal .form_input {
        margin-bottom: 7px;
    }

    .home_connect_forms .form_input select {
        padding: 10px;
    }

    .headerbtn_modal .home_connect_forms h3 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .headerbtn_modal .form_input {
        margin-bottom: 10px;
    }

    .textarea_card {
        height: 100px;
    }

    .footer_btm_left,
    .footer_btm_right {
        width: 360px;
    }

    .filters_functions_wrap select option {
        font-size: 15px;
    }

    .listview_option {
        font-size: 16px;
    }

    .products_contents_group .check__listing ul {
        row-gap: 15px;
    }

    .products_contents_group .about_pr_imgs ul {
        padding-bottom: 0px;
    }

    .products_contents_group .inner_banner_wrap {
        row-gap: 20px;
        flex-direction: column;
    }

    .products_contents_group h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .pdetails_size li h4 {
        font-size: 18px;
        width: 90px;
    }

    .filters_option::after {
        top: 3px;
    }

    .default_content h2 {
        font-size: 30px;
        margin-top: 15px;
    }

    .products_details_group {
        top: 95px;
    }

    .pg_arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .you_may__like {
        padding-bottom: 0;
    }

    .prod_tag li>a {
        font-size: 12px;
    }

    .gloves_radio span {
        width: 18px;
        height: 18px;
    }

    .radio_wrap {
        column-gap: 4px;
    }

    .prdct_msg {
        padding: 1px 15px;
        font-size: 12px;
    }


    /* Development End */

}

@media(max-width:1199px) {
    .contact_listing {
        margin-top: 20px;
    }

    .contact_listing ul li+li {
        margin-top: 15px;
    }


    /* Home Page Start */
    .navitem {
        padding: 5px 10px;
    }

    .navlink,
    .sticky_hdr .navlink {
        font-size: 13px;
    }

    .header_logo {
        max-width: 60px;
    }

    .banner__content_wrpr h1 {
        font-size: 60px;
    }

    .banner__section,
    .banner__section .container {
        height: 70vh;
        min-height: auto;
    }

    .home_banner_wrapper {
        min-height: calc(70vh - 50px);
        max-width: 460px;
    }


    .about_mission_listing ul {
        display: flex;
        flex-wrap: wrap;
    }

    .about_mission_listing ul li {
        width: 50%;
        flex: 0 0 auto;
        padding: 18px 15px 0;
        border-top: none;
    }

    .about_section_left {
        margin-bottom: 25px;
    }

    .mv_wrppar .icon {
        margin-top: 15px;
    }

    .home_products_wrpr .left_contents {
        max-width: 400px;
    }

    .products__gloves_wrpr>h4 {
        font-size: 18px;
    }


    .yellow_arrow,
    .eye_icon {
        width: 44px;
        height: 44px;
    }

    .quickview_modal .modal-dialog {
        max-width: 830px;
    }

    .mdl_prdct_image {
        max-width: 320px;
        height: 320px;
    }

    .quickview_modal .check__listing li {
        font-size: 13px;
        line-height: 24px;
        margin-left: -20px;
    }

    .mdl_prdct_name h2 {
        font-size: 30px;
    }

    .mdl_prdct_name h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .home__choose_wrp ul li:nth-child(2) {
        top: 250px;
    }

    .home_choose_text {
        margin-top: 124px;
    }

    .home__choose_wrp::after {
        left: -230px;
        scale: 0.58;
    }

    .numbers_card .icon {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }

    .numbers_card h3 {
        font-size: 25px;
    }

    .numfirst {
        margin-left: -10px;
    }

    .home_numbers .row {
        align-items: end;
    }

    .csr_arrows_wrp {
        max-width: 934px;
    }

    .laboratory_tab_group .nav-pills .nav-link.active {
        font-size: 18px;
    }

    .labtab_contents_group .image {
        height: 330px;
    }

    .laboratory_tab_group .tab-content {
        margin-top: 70px;
    }

    .thailand_flag {
        right: 12%;
    }

    .uk_flag {
        right: 50%;
        top: 5%;
    }

    .home_blog_heading {
        margin-bottom: 20px;
    }

    .home_blogs_listings h4 {
        font-size: 14px;
    }

    .blog_date {
        padding: 1px 10px;
        font-size: 9px;
    }

    .hm_blg_cnct_group h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .hm_blg_cnct_group p {
        font-size: 14px;
    }

    .certification_card .image {
        max-width: 170px;
    }

    .certification_card p {
        font-size: 14px;
        line-height: 18px;
    }

    .home_certifications_slider .swiper-button-prev {
        margin-left: -185px;
    }

    .home_certifications_slider .swiper-button-next {
        margin-left: 126px;
    }

    .home_connect_lefts .global_heading {
        margin-bottom: 15px;
    }

    .home_connect_forms {
        margin-left: 30px;
    }

    .home_connect_forms h3 {
        font-size: 25px;
    }

    .footer__nav>ul {
        gap: 15px;
    }

    .footer__nav .footer_icon ul li a {
        font-size: 18px;
    }

    .home_blogs_right {
        margin-left: 0px;
    }

    .home_blog_image ul li {
        height: 314px;
    }

    .home_fair_contents .listing_wrap ul {
        max-width: 700px;
    }

    .home_fair_images_group {
        margin-top: 40px;
    }

    .philosophy_tabs_group {
        margin-right: 0;
    }

    .about_images_wrap .vector_image {
        width: 120px;
        height: 120px;
        right: -70px;
        padding: 16px;
        top: 40px;
    }

    .about_section_right .image {
        height: 320px;
    }

    .about_images_wrap .image {
        height: 426px;
    }

    .shipping_shorts p {
        font-size: 16px;
    }

    .shipping_shorts h5 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .truck_image {
        width: 50px;
        height: 50px;
    }

    .shipping_shorts {
        column-gap: 12px;
    }

    .coats_image {
        width: 150px;
        height: 160px;
    }

    .coats_group {
        min-height: 220px;
        padding: 15px;
    }

    .coats_group h3 {
        font-size: 18px;
    }

    .comfort_contents h2 {
        font-size: 36px;
        margin-left: -100px;
    }

    .comfort_img_left .short_card h6 {
        font-size: 16px;
    }

    .comfort_img_left .short_card {
        max-width: 230px;
        column-gap: 10px;
    }

    .short_card img {
        max-width: 55px;
    }

    .bermudas_wrap ul {
        grid-template-rows: 210px 210px;
    }

    h3 {
        font-size: 21px;
    }

    .essentials_card .image {
        height: 200px;
    }

    .essen_bg::after {
        background: rgb(0, 0, 0, 0.4);
    }

    /* Home Page End */


    /* About Page Start */
    .inner_banner_wrap h1 {
        font-size: 50px;
    }

    .about_pg_slider_heading .global_heading {
        padding-right: 200px;
    }

    .performanee__section .row:nth-child(even) .performance_contents {
        padding-right: 0;
    }

    .about_pg_about_left h2 {
        font-size: 33px;
        line-height: 1.3;
    }

    .about_sldr_wrpr .text_contents h3 {
        font-size: 20px;
    }

    .about_slider_group::after {
        height: 290px;
    }

    .performanee__section .row {
        align-items: start;
    }

    .performance_contents {
        padding-left: 0;
    }

    .performance_contents .global_btn {
        margin-top: 10px;
    }

    .row>*:has(.performance_image) {
        position: sticky;
        top: 100px;
    }

    h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .branding_cards_section .shipping_shorts {
        flex-direction: column;
        align-items: start;
        row-gap: 20px;
    }

    .performance_contents .hammer_tag {
        margin-bottom: 20px;
    }

    .performance_contents .blacktag h4 {
        padding-bottom: 15px;
    }

    .performanee__section .global_heading {
        margin-bottom: 5px;
    }

    /* About Page End */


    /* Product Details Start */
    .inner_breadcrumb ul li {
        margin-right: 55px;
    }

    .inner_breadcrumb li::before {
        right: -45px;
    }

    .products_slider_wrap .gloves_card .image {
        width: 180px;
        height: 200px;
    }

    .products_slider_group .gloves_card .titles_wrp h3 {
        font-size: 16px;
        padding-right: 0;
    }

    .products_slider_group .csr_arrows_wrp {
        top: -70px;
    }

    /* Product Details End */

    /* Product  Start */
    .accessories_info {
        display: block;
    }

    .accessories_tag {
        width: auto;
        display: inline-block;
        margin-bottom: 10px;
    }

    .products_filter_dropdown {
        top: 80px;
    }

    .about_categories_group ul li {
        width: 22%;
    }

    .globus_products_filter .gloves_card .image {
        height: 220px;
    }

    .list_view {
        column-gap: 20px;
    }

    .list_view .description p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Product  End */

    /* Contact Start */

    .contact_page_links {
        padding: 20px 15px;
        font-size: 15px;
    }

    .contact_page_links .icon,
    .contact_page_links i {
        font-size: 20px;
    }

    /* Contact End */

    /* Development Start */

    .headerbtn_modal .modal-dialog {
        max-width: 900px;
    }

    .products_contact {
        margin-bottom: 40px;
    }

    .footer_btm_left,
    .footer_btm_right {
        width: 280px;
    }

    .products_contents_group h1 {
        font-size: 40px;
    }

    .products_contents_group .inner_banner_wrap {
        row-gap: 10px;
    }

    .sku_category {
        padding: 15px 0 8px;
    }

    .row:has(.product_image) {
        padding-bottom: 50px;
    }

    .pdetails_tab_left p {
        font-size: 16px;
    }

    .pdetailstab .nav-pills .nav-link {
        font-size: 16px;
        padding: 10px 20px;
    }

    .pdetailstab .nav {
        margin-bottom: 10px;
    }

    .pdetails_tab_left h4 {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .gallery_item {
        height: 100px;
        width: 23%;
    }

    .sku_category h5 {
        font-size: 14px;
    }

    .check__listing li {
        width: 100%;
        font-size: 16px;
    }

    .products_contents_group .check__listing ul {
        row-gap: 10px;
    }

    .check__listing li::after {
        top: -1px;
    }

    .about_categories {
        padding-bottom: 30px;
    }

    .radio_size {
        max-width: 350px;
    }

    /* Development End */


}


@media(max-width:991px) {


    /*New Header Start */
    .header_logo {
        max-width: 60px;
        left: 0;
        transform: translateX(0%);
        position: relative;
    }

    .sticky_hdr .navlist {
        padding: 0 10px;
    }

    .navlist {
        flex-direction: column;
        align-items: start;
        padding: 0 10px;
        border: none;
        background: transparent;
        margin-left: -10px;
    }

    .navlist_hldr {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    .navitem.active {
        margin-left: 15px;

    }

    .hdrmobile_logo {
        display: block;
    }

    .hdrmobile_logo a {
        max-width: 140px;
        filter: brightness(0) saturate(100%);
        margin-bottom: 25px;
    }

    .navlist li:nth-child(4) {
        margin-left: 0;
    }

    .header_listing_holder {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        background: var(--white_color);
        right: 0;
        bottom: 0;
        min-height: 100vh;
        width: 70%;
        z-index: 1;
        padding: 25px;
        transform: translateX(100%);
        transition: 0.8s all ease-in-out;
        justify-content: start;
    }

    .navitem {
        padding: 0;
    }

    .navlist>li {
        margin-bottom: 20px;
    }

    .menu-link-wrapper {
        display: flex;
        background: var(--vivid_yellow);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }

    .header_wrppr {
        justify-content: space-between;
    }

    .header {
        margin-top: 0px;
    }

    .ham_added .header_listing_holder {
        transform: translateX(0%);
        padding: 20px;
        overflow-y: auto;
    }

    .ham_added {
        position: relative;
        overflow: hidden;
        height: 100%;
        transition: var(--transition);
    }


    .ham_added::after {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 3;
        transition: var(--transition);
    }

    .close i {
        font-size: 29px;
        color: var(--black_color);
        right: 14px;
        position: absolute;
        top: 15px;
    }

    .close {
        position: absolute;
        right: 0;
        top: 0;
        background: var(--vivid_yellow);
        width: 70px;
        height: 70px;
        border-bottom-left-radius: 100%;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navlink::after {
        background: var(--black_color);
    }

    .navlink:hover {
        color: var(--black_color);
    }


    .headerlogo_hamwrpr {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ham_added .headerlogo_hamwrpr {
        opacity: 0.2;
    }

    .navlink,
    .sticky_hdr .navlink {
        font-size: 18px;
        color: var(--black_color);
        padding: 5px 15px;
    }

    .header_btn {
        position: absolute;
        right: 100px;
    }

    .navitem.active .navlink {
        background: var(--vivid_yellow);
        color: var(--black_color);
    }

    /*New Header End */

    /* Home Page Start */



    .banner__content_wrpr .right_contents,
    .banner__content_wrpr .left_contents {
        width: 100%;
        padding-bottom: 20px;
        border: none;
    }

    .banner__content_wrpr {
        flex-direction: column;
    }

    .headerbtn_modal .modal-dialog {
        max-width: 740px;
    }

    .headerbtn_modal .input_card,
    .headerbtn_modal .textarea_card {
        padding: 15px;
    }

    .about_images_wrap li span,
    .about_images_wrap li span.abt_img2 {
        height: 250px;
    }

    .about_images_wrap li span.abt_img3 {
        height: 310px;
    }

    .about_images_wrap li span.abt_img4 {
        height: 190px;
    }

    .mv_wrppar .icon img {
        max-width: 50px;
    }

    .mv_wrppar .icon {
        width: 70px;
        height: 70px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .mv_wrppar .contents {
        width: 100%;
    }

    h3 {
        font-size: 24px;
    }

    .mv_wrppar {
        flex-direction: column-reverse;
    }

    .iso_imglisting ul {
        gap: 15px;
        margin-top: 25px;
    }

    .iso_imglisting li {
        max-width: 150px;
    }

    .manufacturing_right_contents {
        height: 450px;
        margin-top: 40px;
    }

    .home_products_wrpr {
        flex-direction: column;
    }

    .home_products_wrpr .left_contents,
    .home_products_wrpr .right_contents {
        max-width: 100%;
    }

    .home_products_wrpr .global_heading {
        margin-bottom: 20px;
    }

    .gloves_card .image {
        height: 160px;
        width: 130px;
    }

    .about_pr_imgs img {
        width: 40px;
        height: 48px;
    }

    .quickview_modal .modal-dialog {
        max-width: 690px;
    }

    .mdl_prdct_image {
        max-width: 250px;
        height: 250px;
    }

    .quickview_modal .check__listing li {
        line-height: 22px;
        margin-left: -40px;
        padding-left: 26px;
    }

    .quickview_modal .check__listing li::after {
        top: -1px;
        scale: 0.7;
    }

    .mdl_prdct_name h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .mdl_prdct_name h3 {
        font-size: 14px;
        line-height: 21px;
    }

    .mdl_pr_images {
        width: 60px;
    }

    .mdl_pr_images ul li img {
        width: 40px;
        height: 49px;
    }

    .global_btn,
    .submit_now,
    .whitebtn {
        padding: 8px 30px 8px 15px;
    }

    .global_btn::after,
    .whitebtn::after {
        font-size: 15px;
        right: 12px;
        top: 19px;
    }

    .mdl_prdct_name {
        margin-top: 200px;
        transform: translateX(20px);
    }

    .home_choose {
        padding-top: 0;
        min-height: auto;
    }


    .home_choose_text {
        margin-top: 184px;
    }

    .home_choose {
        padding-bottom: 190px;
        overflow: hidden;
    }

    .numbercard_row>*:nth-child(odd) .numbers_card {
        background: transparent;
        border: 1px solid var(--heading_color);
    }

    .number_vicon {
        perspective: 2000px;
        max-width: 300px;
        margin: auto;
    }

    .csr_btn {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

    .csr_slider_item .item_holder {
        position: relative;
        padding: 20px;
    }

    .csr_slider_item .item_contents h3 {
        font-size: 20px;
    }

    .csr_arrows_wrp {
        max-width: 694px;
    }

    .home_numbers {
        padding-bottom: 0;
    }

    .tab_btn_wrp {
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        overflow-y: hidden;
        column-gap: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
    }


    .map_images_listings ul li h6 {
        display: block;
    }

    .map_image img {
        display: none;
    }

    .map_images_listings ul li img {
        opacity: 1;
        visibility: visible;
        top: 0;
        left: 0;
    }

    .map_countryname {
        display: none;
    }

    .map_images_listings ul li {
        position: relative;
        left: 0;
        right: 0;
        width: 50%;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        column-gap: 15px;
        margin-bottom: 20px;
    }

    .map_images_listings {
        position: relative;
        left: 0;
    }

    .map_images_listings ul {
        display: flex;
        flex-wrap: wrap;
    }

    .hm_blg_cnct_group {
        justify-content: space-between;
    }


    .home_connect_forms {
        margin-left: 0;
        margin-top: 30px;
    }

    .footer__nav {
        flex-wrap: wrap;
    }

    .footer__nav>ul {
        gap: 20px;
        width: 100%;
        justify-content: center;
        order: 2;
        margin-top: 10px;
    }

    .footer__nav>*:last-child {
        justify-content: center;
    }

    .footer_icon ul {
        justify-content: center;
        margin-bottom: 5px;
    }

    .footer_btm_middle {
        order: 3;
        width: 100%;
    }

    .footer_icon {
        width: 100%;
        order: 1;
    }

    .footer__bottom {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
    }

    .footer_background {
        top: -200px;
    }

    .footer_btm_left ul {
        justify-content: center;
        row-gap: 10px;
    }

    .footer_btm_right {
        order: 2;
        width: 50%;
        margin-top: 0;
    }

    .footer {
        padding-bottom: 65px;
    }

    .headerbtn_modal .home_connect_forms {
        margin-top: 0;
        padding-bottom: 25px;
    }

    .footer_btm_left {
        text-align: center;
    }

    .map_images_listings ul li::after {
        display: none;
    }

    .cursor {
        display: none;
    }

    .home_products {
        padding-bottom: 50px !important;
    }

    .home_products .row:has(.accessories_info) {
        row-gap: 25px;
    }

    .home_products .accessories_tag {
        margin-bottom: 15px;
    }

    .banner__section::after {
        background: rgb(0, 0, 0, 0.5);
    }

    .home_banner_wrapper {
        max-width: 760px;
    }

    .coats_group {
        min-height: 200px;
    }

    .coats_group h3 {
        max-width: 130px;
    }

    .row>*:has(.coats_group) {
        padding: 0 5px;
    }

    .row:has(.coats_group) {
        margin: 0 5px;
        row-gap: 10px;
    }

    .product_range .global_heading {
        max-width: 530px;
    }

    .gloves_filter {
        margin-bottom: 6px;
    }

    .comfort_contents h2 {
        font-size: 27px;
        margin-left: 0;
        padding: 0;
    }

    .comfort_contents {
        padding-top: 40px;
    }

    .bermudas_wrap ul {
        grid-template-rows: 180px 180px;
    }

    .bermudas_card .contents {
        width: 200px;
    }

    .essentials_card .image {
        height: 160px;
    }

    .size_wrap select,
    .color_more {
        font-size: 15px;
    }

    .essentials_card {
        padding: 10px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .essentials_card h3 {
        font-size: 22px;
    }

    .essentials_card .contents p {
        line-height: 1.3;
    }

    .essentials_section .slick-track {
        display: flex;
    }

    .essentials_section .slick-slide {
        height: auto;
        padding: 0 10px;
    }

    .row>*:has(.essentials_card):nth-child(even) .contents p,
    .row>*:has(.essentials_card):nth-child(even) .contents h3 {
        color: var(--black_color);
    }

    .essentials_card .contents {
        margin-top: auto;
        padding: 15px;
        background: rgb(255, 255, 255, 0.8);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
    }

    .slick-slider .slick-arrow {
        width: 50px;
        background: var(--vivid_yellow);
        height: 50px;
        bottom: -62px;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 4px;
    }

    .slick-slider .slick-next {
        margin-left: 35px;
    }

    .slick-slider .slick-prev {
        margin-left: -35px;
    }

    .essentials_section {
        padding-bottom: 50px !important;
    }

    .slick-next:before {
        content: '\f105';
        font-family: "fontawesome";
        color: var(--black_color);
    }

    .slick-prev:before {
        content: '\f104';
        font-family: "fontawesome";
        color: var(--black_color);
    }

    .home_connect_lefts .global_heading {
        max-width: 510px;
    }

    /* Home Page End */

    /* About Page Start */
    .inner_banner_wrap h1 {
        font-size: 45px;
        margin-bottom: 0;
    }

    .inner_banner {
        padding: 270px 0 30px;
    }

    .inner_breadcrumb ul {
        margin-top: 15px;
    }

    .about_pg_about_right {
        margin-top: 10px;
    }

    .about_pg_about_left {
        margin-top: 0px;
    }

    .about_sldr_wrpr .text_contents h3 {
        font-size: 17px;
        line-height: 1.2;
    }

    /* About Page End */


    /* Product Details Start */
    .products_contents_group .about_section_btnwrpr ul {
        display: block;
    }

    .products_contents_group .about_section_btnwrpr ul li+li {
        margin-top: 15px;
    }

    .products_contents_group .about_pr_imgs ul {
        margin-top: 0;
    }

    .product_image {
        height: 310px;
    }

    .sku_category ul {
        align-items: start;
        column-gap: 0px;
        flex-direction: column;
        row-gap: 10px;
    }

    .sku_category ul {
        column-gap: 10px;
    }

    .sku_category li {
        column-gap: 9px;
    }

    .pdetails_flex {
        display: block;
    }

    .pdetailstab .nav {
        gap: 20px;
        padding-bottom: 10px;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 0;
    }

    .pdetailstab .nav-pills .nav-link {
        flex: 0 0 auto;
    }

    .pdetailstab .nav::-webkit-scrollbar {
        height: 3px;
    }

    .pdetailstab .nav button+button {
        margin-top: 0;
    }

    .pdetailstab .nav-pills .nav-link.active,
    .pdetailstab .nav-pills .show>.nav-link {
        font-weight: 400;
    }

    .pdetails_tab_right {
        padding-top: 10px;
    }

    .products_contents_group {
        padding-left: 0;
    }

    /* Product Details End */

    /* Product  Start */
    .filter_dropdown_listing {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: var(--white_color);
        z-index: 5;
        min-height: 100vh;
        transform: translateY(100%);
        transition: var(--transition);
        overflow: scroll;
    }

    .filter_add .filter_dropdown_listing {
        transform: translateY(0%);
    }

    .products_filter_part {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        background: var(--vivid_yellow);
        margin: 0;
        border: 0;
        padding: 15px;
        justify-content: center;
        color: var(--heading_color);
    }

    .products_filter_part img {
        filter: brightness(0) saturate(100%) invert(5%) sepia(8%) saturate(1018%) hue-rotate(187deg) brightness(99%) contrast(93%);
    }

    .filter_add {
        overflow: hidden;
    }

    .products_filter_dropdown {
        position: relative;
        top: 0px;
    }

    .filter_dropdown_listing>ul {
        padding: 110px 30px;
    }

    .sub_product_listing ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .sub_product_listing ul li+li {
        margin-top: 0px;
    }

    .filter_cross {
        display: block;
        font-size: 30px;
        position: absolute;
        right: 40px;
        top: 40px;
        cursor: pointer;
    }

    .product_filter_workman {
        display: none;
    }

    .products_filter_dropdown li h4:hover {
        padding: 10px 40px;
    }

    .about_ctgry_card .image {
        height: 220px;
    }

    .about_categories_group ul li {
        width: 27%;
    }

    .globus_products_filter {
        margin-top: -20px;
    }

    .globus_products_filter .gloves_card .image {
        height: 200px;
    }

    .filters_functions_wrap {
        margin-bottom: 30px;
    }

    .list_view .description p {
        font-size: 16px;
    }

    .filter_gloves_wrap .gloves_radio span {
        width: 15px;
        height: 15px;
    }

    .filter_gloves_wrap .gloves_card {
        margin-bottom: 0;
    }

    /* Product  End */

    /* Contact Start */
    .home_connect_forms {
        margin-top: 0;
    }

    .row:has(.home_connect_forms) {
        row-gap: 30px;
    }

    /* Contact End */

    /* Development Start */


    #clear_button {
        background: var(--black_color);
        color: var(--white_color);
        font-size: 15px;
        padding: 1px 13px;
    }

    #clear_button:hover {
        background: var(--black_color);
        color: var(--white_color);
    }

    .no-prod {
        margin-top: 0;
    }

    .products_contact {
        margin-bottom: 0px;
    }

    .footer_btm_left {
        order: 1;
        width: 50%;
    }


    .footer_btm_right ul {
        justify-content: center;
    }

    .home_connect_forms .input_card::placeholder,
    .home_connect_forms .textarea_card::placeholder {
        font-size: 13px;
        line-height: 24px;
    }

    .home_connect_forms .form_input label {
        font-size: 15px;
        line-height: 23px;
    }

    .home_connect_forms .input_card {
        padding: 10px 15px;
        font-size: 14px;
    }

    .home_connect_forms .form_input select {
        padding: 10px 10px;
    }

    .footer_btm_left>ul a {
        text-align: left;
    }

    .footer_btm_middle>ul {
        flex-direction: row;
    }

    .footer_btm_middle li a {
        position: relative;
    }

    .footer_btm_middle li a::after {
        content: '';
        position: absolute;
        background: var(--white_color);
        height: 16px;
        width: 1px;
        right: -11px;
        top: 5px;
    }

    .footer_btm_middle li:last-child a::after {
        display: none;
    }

    .products_contents_group h1 {
        font-size: 30px;
    }

    .products_contents_group .inner_breadcrumb ul {
        margin-bottom: 15px;
    }

    .products_contents_group .check__listing ul {
        column-count: 1;
    }

    .pdetails_size li h4 {
        width: 70px;
        flex: 0 0 auto;
    }

    .radio_size {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .pdetails_size li {
        display: flex;
        align-items: center;
    }

    .pdetails_size .gloves_radio span {
        width: 20px;
        height: 20px;
    }

    .pdetails_size.radio_wrap {
        margin-top: 5px;
    }

    .sku_category {
        padding: 15px 0 10px;
    }

    .pdetails_size .radio_wrap {
        margin-top: 5px;
    }

    .gallery_item {
        height: 80px;
        width: 28%;
        padding: 5px;
    }

    .product_gallery {
        column-gap: 8px;
        padding: 0;
    }

    .check__listing li {
        padding: 0 0px 0 30px;
    }

    .prod_tag li>a {
        padding: 0px 10px;
        font-size: 11px;
    }

    .about_categories_group ul.prod_tag {
        column-gap: 0px;
        row-gap: 6px;
    }

    .prodcat_wrap {
        margin-bottom: 15px;
    }

    .about_categories {
        padding-bottom: 50px;
    }

    .radio_size .gloves_radio {
        padding: 3px 12px;
        font-size: 14px;
    }

    .about_categories_group ul {
        overflow-x: auto;
    }

    .prodcat_wrap .pg_arrow {
        display: none;
    }

    .form_input:has(select)::after {
        top: 13px;
    }

    .prdct_msg {
        display: none;
    }

    /* Development End */

}


@media(max-width:767px) {

    /* Home Page Start */
    .header_listing_holder {
        width: 100%;
    }

    .banner__social_icons ul a {
        font-size: 30px;
    }


    .banner__content_wrpr h1,
    h2 {
        line-height: 42px;
    }

    .blacktag h4 {
        padding-bottom: 10px;
    }

    .about_mission_listing ul li {
        padding: 0 10px;
        width: 100%;
    }

    .gap {
        padding: 40px 0;
    }

    .maufacturing_left_contents .global_heading {
        margin-bottom: 10px;
    }

    .iso_imglisting .slick-track {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }

    /* .iso_imglisting li {
        width: auto !important;
        flex: 0 0 auto;
        height: 60px;
    } */
    .iso_imglisting li {
        height: 80px;
    }

    .iso_imglisting li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .manufacturing_right_contents::before,
    .manufacturing_right_contents::after {
        width: 150px;
        height: 150px;
    }

    .global_heading h2 span::after {
        width: 6px;
        height: 6px;
    }

    .maufacturing_left_contents {
        padding-right: 0;
    }

    .products__gloves_wrpr {
        margin-bottom: 20px;
    }

    .quickview_modal .modal-dialog {
        max-width: 500px;
    }

    .quickview_mdl_wrp {
        padding-left: 90px;
    }

    .quickview_modal .check__listing li {
        font-size: 15px;
        line-height: 26px;
        margin-left: 0px;
    }

    .mdl_prdct_name {
        margin-top: 30px;
        transform: translateX(0px);
    }

    .mdl_prdct_name h2 {
        background: var(--vivid_yellow);
    }

    .mdl_prdct_name h3 {
        font-size: 16px;
        line-height: 21px;
        padding-left: 0;
    }

    .mdl_prdct_image::after,
    .mdl_prdct_image::before {
        display: none;
    }

    .mdl_prdct_image {
        margin-right: auto;
        margin-left: 0;
    }

    .home_choose {
        padding: 0;
    }

    .home__choose_wrp ul li:nth-child(2),
    .home__choose_wrp ul li:nth-child(3),
    .home__choose_wrp ul li:nth-child(1),
    .home__choose_wrp ul li {
        height: 220px;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        margin: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home__choose_wrp::after {
        display: none;
    }

    .home_choose_text {
        margin-top: 0px;
    }

    .home__choose_wrp ul li:nth-child(3n + 1) {
        background: var(--vivid_yellow);
    }

    .home__choose_wrp ul li:nth-child(3n + 2) {
        background: var(--black_color);
    }

    .home__choose_wrp ul li:nth-child(3n + 3) {
        background: var(--acent_color);
    }

    .home__choose_wrp ul li:nth-child(3n + 2) h3,
    .home__choose_wrp ul li:nth-child(3n + 2) p {
        color: var(--white_color);
    }

    .home__choose_wrp h3,
    .home__choose_wrp ul li:nth-child(2) h3,
    .home__choose_wrp ul li:nth-child(1) h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .home_choose_card p {
        font-size: 16px;
        line-height: 25px;
    }

    .slick-prev,
    .slick-next {
        border-radius: 5px;
        width: 50px;
        height: 50px;
        background: var(--vivid_yellow);
        bottom: -70px;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .slick-next {
        margin-left: 40px;
    }

    .slick-prev {
        margin-left: -40px;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #000;
        opacity: 1;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: var(--black_color);
        background: var(--vivid_yellow);
    }

    .slick-next:before {
        content: '\f054';
        font-family: "fontawesome";
    }

    .slick-prev:before {
        content: '\f053';
        font-family: "fontawesome";
    }

    .home__choose_wrp {
        padding-bottom: 100px;
    }

    body {
        line-height: 28px;
        font-size: 18px;
    }

    .banner__content_wrpr .right_contents p {
        font-size: 18px;
    }

    .home_poster_image .for_mobile {
        display: block;
    }

    .home_poster_image .for_desktop {
        display: none;
    }

    .number_heading {
        padding-right: 0;
    }

    .home_csr_hdng {
        max-width: 400px;
    }

    .csr_arrows_wrp {
        max-width: 510px;
    }


    .footer__nav ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    .footer__nav .footer_icon ul li a {
        font-size: 24px;
    }

    .footer_btm_left {
        font-size: 16px;
        line-height: 26px;
    }

    .footer_background {
        top: -250px;
    }

    .contact_listing ul li,
    .contact_listing ul li a {
        font-size: 18px;
        line-height: 28px;
    }

    .headerbtn_modal .modal-dialog {
        max-width: 500px;
        margin: 20px auto;
    }

    .home_products .accessories_info .images_wrap {
        height: 270px;
    }

    .about_images_wrap .image,
    .about_section_right .image {
        height: 100%;
    }

    .about_images_wrap .vector_image {
        width: 100px;
        height: 100px;
        left: 50%;
        padding: 16px;
        top: unset;
        transform: translateX(-50%);
        right: unset;
        bottom: -60px;
    }

    .global_heading {
        margin-bottom: 20px;
    }

    .banner_image {
        display: none;
    }

    .mobile_banner {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .banner__section,
    .banner__section .container {
        height: 95vh;
        min-height: auto;
    }

    .home_banner_wrapper {
        min-height: calc(100vh - 50px);
        max-width: 100%;
        justify-content: start;
        padding-top: 180px;
    }

    .shipping_shorts {
        flex-direction: column;
        text-align: center;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        height: 100%;
        border-radius: 4px;
        padding: 10px;
    }

    .truck_image {
        margin: 0 auto 8px;
    }

    .row:has(.shipping_shorts) {
        row-gap: 10px;
    }

    .coats_group h3 {
        max-width: 100%;
    }

    .coats_group:hover .globus_arrw {
        width: 130px !important;
    }

    .globus_arrw {
        font-size: 15px;
        padding-left: 25px;
    }

    .globus_arrw p::after {
        right: -21px;
        font-size: 16px;
    }

    .csr_arrows_wrp button {
        width: 50px;
        height: 40px;
    }

    .jackets_slider_group {
        padding-top: 40px;
    }

    .csr_arrows_wrp {
        top: -10px;
    }

    .comfort_img_left .image {
        height: 320px;
    }

    .banner__content_wrpr h1,
    h2 {
        line-height: 1.1;
    }

    .comfort_contents {
        padding-top: 20px;
    }

    .bermudas_wrap ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: center;
    }

    .bermudas_wrap ul li {
        width: 50%;
        flex: 0 0 auto;
        padding: 5px;
        height: 250px;
    }

    .bermudas_card .global_btn {
        font-size: 15px;
    }

    .bermudas_card .global_btn::after {
        font-size: 15px;
        right: 14px;
        top: 21px;
    }

    .essentials_card h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .row>*:has(.essentials_card):nth-child(even) .contents p {
        font-size: 16px;
    }


    /* Home Page End */



    /* About Page Start */

    .csr_arrows_wrp button {
        background: var(--vivid_yellow);
    }

    .about_pg_slider_heading .global_heading {
        padding-right: 0;
    }

    .about_slider_group {
        margin-top: 60px;
        padding-bottom: 10px;
    }

    .about_slider_group .csr_arrows_wrp {
        top: -60px;
    }

    .about_page_slider .global_btn {
        margin: 30px auto;
    }

    .row>*:has(.performance_image) {
        position: relative;
        top: 0;
    }

    .about_slider_group::after {
        bottom: 0;
    }

    .performance_contents {
        margin-top: 25px;
    }

    .performanee__section .row+.row {
        margin-top: 30px;
    }

    .row:has(.shipping_shorts) {
        row-gap: 24px;
        justify-content: center;
    }

    .branding_cards_section .shipping_shorts {
        row-gap: 10px;
    }

    /* About Page End */



    /* Product Details Start */
    .pdetails_inner {
        height: 120px;
        padding: 0;
    }

    .products_contents_group {
        margin-top: 25px;
    }

    .products_contents_group .inner_banner_wrap {
        padding-bottom: 10px;
    }

    .about_section_btnwrpr ul {
        display: flex;
    }

    .about_section_btnwrpr ul li+li {
        margin-top: 0;
    }

    .pdetailstab .tab-content {
        font-size: 16px;
        line-height: 1.6;
    }

    .products_slider_group .about_pr_imgs img {
        width: 35px;
        height: 44px;
    }

    .products_slider_wrap .gloves_card .image {
        width: 140px;
        height: 160px;
    }

    .gloves_card .titles_wrp {
        display: block;
    }

    .gloves_card .btn_wrp {
        margin-top: 15px;
    }

    .products_contents_group .about_section_btnwrpr ul {
        display: flex;
    }

    .products_contents_group .about_section_btnwrpr ul li+li {
        margin-top: 0;
    }

    /* Product Details End */

    /* Product  Start */
    .filter_tab_group .about_pr_imgs img {
        width: 35px;
        height: 45px;
    }

    .filter_tab_group .gloves_card .image {
        margin-top: 5px;
    }

    .products_filter_part {
        padding: 5px;
        font-size: 15px;
        font-weight: 500;
    }

    .about_categories_group ul li {
        width: 37%;
    }

    .globus_products_filter .gloves_card .image {
        height: 180px;
    }

    .about_ctgry_card .image {
        height: 180px;
    }

    .listview_option {
        font-size: 16px;
    }

    .globus_products_filter .row {
        row-gap: 20px;
    }

    .list_view a {
        font-size: 20px;
        margin-bottom: 4px;
    }

    /* Product  End */

    /* Contact Start */
    .row:has(.contact_page_links) {
        justify-content: center;
    }

    /* Contact End */

    /* Development Start */

    .error-404 h1 {
        font-size: 80px;
    }

    .error-404 {
        padding: 160px 0px 100px;
    }

    .home_connect_forms .input_card::placeholder,
    .home_connect_forms .textarea_card::placeholder {
        font-size: 14px;
        line-height: 25px;
    }

    .footer_icon a,
    .credit p,
    .footer_btm_middle li a {
        font-size: 16px;
        line-height: 26px;
    }

    .credit {
        padding-top: 14px;
        margin-top: 14px;
        margin-bottom: 5px;
    }

    .footer_btm_right {
        width: 40%;
    }

    .footer_btm_left {
        width: 60%;
    }

    .footer__bottom {
        row-gap: 15px;
    }

    .wpcf7-spinner {
        bottom: -20px;
    }

    .products_contents_group h1 {
        line-height: 1.3;
    }

    .products_contents_group .check__listing ul {
        column-count: 2;
        margin-top: 10px;
    }

    .pdetails_size li {
        align-items: center;
    }

    .pdetails_size .radio_wrap {
        margin-top: 0;
    }

    .pdetailstab .nav {
        justify-content: start;
    }

    .pdetails_tab_left h4 {
        font-size: 25px;
        margin-bottom: 3px;
    }

    .products_slider_group .jackets_card {
        padding: 0;
    }

    .products_slider_group .csr_arrows_wrp {
        top: -60px;
    }

    .sticky_enquiry .global_btn {
        right: -91px;
        padding: 6px 18px;
    }

    .default_content h2 {
        font-size: 30px;
        margin-top: 10px;
    }

    .default_content p {
        margin-bottom: 10px;
    }

    .gallery_item {
        width: 20%;
    }

    .check__listing li {
        font-size: 17px;
    }

    .workwear_products .row+.row {
        padding-top: 50px;
    }

    .essentials_card .image {
        height: auto;
    }

    /* Development End */

}



@media(max-width: 575px) {

    /* Home Page Start */

    .banner__social_icons {
        right: 10px;
        top: 28%;
    }

    .headerbtn_modal .modal-dialog {
        margin: 0 auto;
        min-height: 100%;
        max-width: 460px;
    }

    .header_btn {
        position: absolute;
        right: 70px;
    }

    .headerbtn_modal .home_connect_forms h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .headerbtn_modal .input_card {
        height: 47px;
    }

    .headerbtn_modal .home_connect_forms {
        padding-top: 50px;
    }

    .headerbtn_modal .textarea_card {
        height: 70px;
        padding-top: 8px;
    }

    .hammer_tag {
        margin-bottom: 15px;
    }

    .about_images_wrap li span.abt_img3 {
        height: 210px;
    }

    .about_images_wrap li span,
    .about_images_wrap li span.abt_img2 {
        height: 165px;
    }

    .about_images_wrap li span.abt_img4 {
        height: 120px;
    }

    .global_heading {
        margin-bottom: 20px;
    }

    .about_section_left {
        margin-bottom: 10px;
        padding-right: 0;
    }

    .about_mission_listing ul {
        flex-wrap: wrap;
    }

    /* .about_mission_listing ul li {
        width: 100%;
    } */

    .about_mission_listing .contents h3 {
        margin-bottom: 5px;
    }

    .home_poster_image {
        height: 200px;
    }

    .about__section {
        padding-bottom: 20px;
    }

    .home_products_wrpr .global_heading {
        margin-bottom: 10px;
    }

    .home_products_wrpr {
        margin-bottom: 20px;
    }

    .quickview_mdl_wrp .check__listing {
        margin-top: 0;
    }

    .csr_arrows_wrp button {
        width: 50px;
        height: 40px;
    }

    .csr_arrows_wrp {
        max-width: 450px;
    }

    .csr_slider_item .item_contents {
        max-width: 100%;
        order: 2;
    }

    .csr_slider_item .item_holder {
        flex-direction: column-reverse;
    }

    .csr_btn {
        position: relative;
        right: 0px;
        bottom: 0px;
        order: 1;
    }

    .csr_slider_item .image {
        height: 230px;
        order: 3;
        margin-bottom: 10px;
    }

    .csr_slider_item .item_holder p {
        font-size: 16px;
    }

    .csr_slider_item .item_contents h3 {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .csr_arrows_wrp {
        top: unset;
        bottom: -70px;
        z-index: 1;
        text-align: center;
    }

    .home_csr_slider {
        padding-bottom: 80px;
    }


    .certification_card {
        padding: 15px 20px;
    }

    .home_connect_forms {
        padding: 20px;
        padding-bottom: 30px;
    }

    .home_connect_forms h3 {
        margin-bottom: 15px;
    }

    .form_input {
        margin-bottom: 10px;
    }

    .footer_logo,
    .footer_logo_text {
        max-width: 150px;
    }

    .footer_logo_wrpr {
        margin-bottom: 20px;
    }

    .footer__nav {
        padding-bottom: 18px;
        margin-bottom: 20px;
    }

    .home_manufacturing {
        overflow-x: hidden;
    }

    .map_images_listings ul li {
        padding: 0 5px;
    }

    .footer_background {
        bottom: -3px;
    }

    .home_products .accessories_info .images_wrap {
        height: 300px;
    }

    .home_products .row:has(.accessories_info) {
        row-gap: 15px;
    }

    .home_banner_wrapper {
        padding-top: 150px;
    }

    .banner__content_wrpr h1 {
        font-size: 50px;
    }

    .truck_image {
        margin: 0 auto 4px;
    }

    .shipping_shorts h5 {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .shipping_shorts p {
        font-size: 14px;
    }

    .jackets_slider_group {
        padding-top: 0;
    }

    .global_heading h2 span {
        display: inline !important;
    }

    .product_range {
        padding-bottom: 80px;
    }

    .short_card img {
        max-width: 45px;
    }

    .comfort_img_left .short_card {
        bottom: 20px;
        left: 20px;
    }

    .comfort_contents h2 {
        line-height: 1.2;
    }

    h2 {
        line-height: 1.1;
        font-size: 34px;
    }

    /* Home Page End */


    /* About Page Start */
    .about_slider_group .csr_arrows_wrp {
        text-align: right;
        z-index: 0;
    }

    .inner_banner_wrap h1 {
        font-size: 40px;
    }

    /* About Page End */

    /* Product Details Start */
    .products_slider_group .csr_arrows_wrp {
        top: unset;
    }

    .you_may__like {
        padding-bottom: 90px;
    }

    .products_slider_group .about_pr_imgs img {
        width: 40px;
        height: 49px;
    }

    .products_slider_wrap .gloves_card .image {
        width: 190px;
        height: 210px;
    }

    .gloves_card .titles_wrp {
        text-align: center;
    }

    .gloves_card .btn_wrp {
        justify-content: center;
    }

    .products_slider_group .gloves_card .titles_wrp h3 {
        font-size: 18px;
        padding-right: 0;
    }

    .collage_image_section .image {
        height: 400px;
    }

    /* Product Details End */

    /* Product  Start */
    .accessories_info .images_wrap {
        height: 160px;
    }

    .accessories_section .row>*,
    .filter_dropdown_contents .row>* {
        padding: 0 5px;
    }

    .accessories_section .row,
    .filter_dropdown_contents .row {
        row-gap: 10px;
        margin: 0 -5px;
    }

    .filter_tab_group .gloves_card .image {
        max-width: 130px;
        height: 140px;
    }

    .filter_tab_group .about_pr_imgs img {
        width: 30px;
        height: 40px;
    }

    .filter_tab_group .about_pr_imgs ul li+li {
        margin-top: 5px;
    }

    .filter_tab_group .gloves_card h6 {
        font-size: 14px;
    }

    .filter_tab_group .yellow_arrow,
    .filter_tab_group .eye_icon {
        width: 40px;
        height: 42px;
    }

    .quickview_modal .modal-dialog {
        max-width: 460px;
    }

    .filter_cross {
        right: 30px;
        top: 30px;
    }

    .sub_product_listing ul {
        gap: 14px;
    }

    .sub_product_listing li button::before {
        display: none;
    }

    .sub_product_listing li button,
    .sub_product_listing li button:hover {
        padding: 3px 30px 3px 20px;
    }

    .filter_dropdown_listing>ul {
        padding: 90px 30px;
    }

    .products_filter_dropdown li h4 {
        font-size: 15px;
    }

    .products_filter_part img {
        display: none;
    }

    .products_filter_part {
        column-gap: 5px;
    }

    .products_filter_part i {
        font-size: 14px;
    }

    .products_filter_part i {
        display: block;
    }

    /* Product End */

    /* Contact Start */

    .contact_page_links {
        padding: 25px 15px;
    }

    .contact_map {
        padding-bottom: 25px;
    }

    .footer__nav>ul:last-child {
        margin-top: 4px;
    }

    /* Contact End */

    /* Development Start */

    .error-404 h1 {
        font-size: 60px;
    }

    .filter_dropdown_contents .pagination .page-link {
        width: 30px;
        height: 30px;
    }

    .default_content h2 {
        font-size: 25px;
        margin-top: 5px;
    }

    .default_content p {
        margin-bottom: 10px;
    }

    .default_content ul li+li {
        margin-top: 10px;
    }

    .default_content ul li a {
        word-break: break-word;
    }


    .pagination-nav button {
        width: 45px !important;
        height: 45px !important;
        font-size: 30px !important;
    }

    .headerbtn_modal .home_connect_forms {
        padding: 20px;
    }

    .footer_btm_left {
        width: 100%;
        padding: 0 15px;
    }

    .footer_btm_right {
        width: 100%;
    }

    .footer_icon a i {
        display: block;
        font-size: 20px;
    }

    .footer_icon a {
        font-size: 0;
        line-height: 0;
    }

    .footer_btm_right ul {
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 25px;
    }

    .footer_btm_right {
        border-top: 1px solid var(--white_color);
        border-bottom: 1px solid var(--white_color);
        padding-top: 15px;
    }

    .footer_btm_left ul {
        align-items: center;
    }

    .footer_btm_left>ul a {
        text-align: center;
    }

    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
        line-height: 1.4;
        font-size: 14px;
    }

    .wpcf7-spinner {
        bottom: -21px;
        scale: 0.9;
    }

    .about_ctgry_card h3 {
        font-size: 12px;
    }

    .about_ctgry_card h3 span {
        width: 20px;
        height: 20px;
    }

    .list_view .filter_gloves_wrap {
        width: 35%;
    }

    .list_view a {
        font-size: 17px;
    }

    .list_view .description p {
        font-size: 15px;
    }

    .gloves_card h6 {
        font-size: 12px;
    }

    .globus_products_filter .row {
        row-gap: 13px;
    }

    .inner_banner_wrap {
        padding-bottom: 15px;
    }

    .row>*:has(.jackets_card) {
        padding: 0 6px;
    }

    .row:has(.jackets_card) {
        margin: 0 -6px;
    }

    .banner__content_wrpr h1 {
        font-size: 30px;
    }

    .check__listing li {
        font-size: 16px;
    }

    .radio_size .gloves_radio {
        padding: 2px 10px;
        font-size: 16px;
    }

    .row:has(.product_image) {
        padding-bottom: 40px;
    }

    .you_may__like .jacket_heading a {
        font-size: 16px;
    }

    .to_top {
        font-size: 22px;
        right: 11px;
        bottom: 90px;
    }

    .sticky_enquiry .global_btn {
        padding: 7px 18px 6px;
        top: 50%;
    }

    .pg_arrow {
        left: 50%;
        transform: translateY(0%)translateX(-50%);
        top: unset;
        bottom: -13px;
        width: 50px;
        height: 50px;
    }

    .pg_arrow.prev {
        left: 50%;
        margin-left: -30px;
    }

    .pg_arrow.next {
        right: unset;
        margin-left: 30px;
    }

    .product_gallery {
        padding-bottom: 50px;
    }

    .about_categories_group ul.prod_tag {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        justify-content: start;
        padding-bottom: 7px;
    }

    .prodcat_wrap .pg_arrow {
        bottom: -56px;
    }

    .headerbtn_modal .submit_now {
        padding: 4px 30px 4px 15px;
        font-size: 14px;
    }

    .headerbtn_modal .global_btn::after {
        top: 15px;
    }

    .headerbtn_modal .home_connect_forms .input_card::placeholder,
    .headerbtn_modal .home_connect_forms .textarea_card::placeholder {
        font-size: 14px;
    }

    .headerbtn_modal .form_input select {
        padding: 10px 15px;
    }

    .form_input:has(select)::after {
        top: 12px;
        font-size: 14px;
    }

    .size_wrap select {
        line-height: 1;
    }

    .jacket_heading a {
        font-size: 15px;
    }

    .jacket_heading {
        line-height: 1;
    }

    .coats_group:hover {
        background: var(--white_color);
    }

    .coats_group:hover h3 {
        color: var(--heading_color);
    }

    .workwear_products .row+.row {
        padding-top: 40px;
    }

    .workwear_products .row:has(.shipping_shorts) {
        row-gap: 14px;
    }

    .list_view .size_wrap select,
    .list_view .color_more {
        font-size: 12px;
    }

    .list_view .size_wrap select {
        padding: 5px 20px 5px 10px;
    }

    .list_view .size_wrap::after {
        width: 15px;
        height: 15px;
        right: 3px;
        scale: 0.8;
        top: 49%;
    }

    .list_view .filter_gloves_wrap .gloves_radio span {
        width: 13px;
        height: 13px;
    }

    .list_view .size_wrap {
        line-height: 1;
    }

    .list_view .jacket_heading a {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .hdrmobile_logo a {
        max-width: 70px;
    }

    .navlist_hldr .navlist {
        padding-left: 0;
    }

    .row>*:has(.essentials_card):nth-child(even) .contents p {
        font-size: 18px;
        line-height: 1.5;
    }


    /* Development End */

}


@media(max-width:480px) {

    /* Home Page Start */
    body,
    .banner__content_wrpr .right_contents p {
        line-height: 27px;
        font-size: 17px;
    }

    .headerbtn_modal .modal-dialog,
    .quickview_modal .modal-dialog {
        padding: 0 10px;
    }

    .headerbtn_modal .home_connect_forms {
        padding-top: 15px;
    }

    .headerbtn_modal .home_connect_forms h3 {
        font-size: 18px;
        text-align: left;
        max-width: 250px;
        line-height: 1.3;
    }

    .gloves_btn_close {
        width: 48px;
        height: 44px;
    }

    .quickview_mdl_wrp {
        padding-left: 52px;
    }

    .mdl_pr_images ul li img {
        width: 35px;
        height: 44px;
    }

    .mdl_pr_images {
        width: 50px;
    }

    .mdl_prdct_name h2 {
        font-size: 20px;
    }

    .mdl_btn_wrp {
        justify-content: center;
        column-gap: 8px;
    }

    .quickview_mdl_wrp .global_btn,
    .quickview_mdl_wrp .whitebtn {
        font-size: 14px;
    }

    .mdl_prdct_image {
        margin-right: auto;
        margin-left: auto;
    }

    .banner__social_icons ul {
        gap: 10px;
    }

    .banner__social_icons ul a {
        font-size: 20px;
    }

    .hammer_tag h4 {
        font-size: 16px;
        line-height: 1.4;
        padding-left: 25px;
        padding-bottom: 7px;
    }

    h2 {
        line-height: 33px;
        font-size: 29px;
    }

    .hammer_tag h4::after {
        top: 2px;
    }

    .hammer_tag h4::after {
        width: 14px;
        height: 14px;
    }

    .banner__content_wrpr {
        bottom: 10px;
    }

    .gap {
        padding: 30px 0;
    }

    .home_poster_image {
        height: 151px;
    }

    .manufacturing_right_contents {
        height: 350px;
    }

    .gloves_card .titles_wrp h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .products__gloves_wrpr {
        padding: 15px 6px;
    }

    .products__gloves_wrpr>h4 {
        font-size: 17px;
        margin: 0 auto 10px;
    }


    .home__choose_wrp ul li {
        padding: 0 15px;
    }

    .home__choose_wrp h3,
    .home__choose_wrp ul li:nth-child(2) h3,
    .home__choose_wrp ul li:nth-child(1) h3 {
        font-size: 22px;
    }

    .home_choose_card p {
        font-size: 16px;
        line-height: 23px;
    }

    .home__choose_wrp {
        padding-bottom: 90px;
    }


    .numbers_card h3 {
        font-size: 18px;
    }

    .numbers_card p {
        line-height: 1.3;
        font-size: 14px;
    }

    .numbers_card .icon {
        width: 60px;
        height: 60px;
    }

    .number_vicon {
        max-width: 150px;
    }

    .home_csr_slider {
        padding-bottom: 80px;
    }

    .laboratory_tab_group .nav-link {
        width: 45%;
    }

    .labtab_contents_group .contents h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 23px;
    }

    .labtab_contents_group .image {
        height: 180px;
        margin-top: 0px;
    }

    .map_images_listings ul li img {
        width: 50px;
        height: 35px;
    }

    .map_images_listings ul li {
        column-gap: 12px;
    }

    .map_images_listings ul li h6 {
        font-size: 15px;
    }

    .home_blog_heading {
        flex-direction: column;
        align-items: start;
        row-gap: 15px;
    }

    .home_blog_image ul li {
        height: 200px;
    }

    .home_blogs_listings ul li {
        background: var(--acent_color);
    }

    .home_blogs_listings a {
        flex-direction: column;
        row-gap: 12px;
    }

    .home_blogs_listings {
        margin-top: 10px;
    }

    .hm_blg_cnct_group h3 {
        font-size: 20px;
        line-height: 27px;
    }

    .hm_blg_cnct_group p {
        font-size: 17px;
    }

    .home_certifications_slider .swiper-button-next {
        width: 50px;
        height: 45px;
        margin-left: 120px;
    }

    .home_certifications_slider .swiper-button-prev {
        width: 50px;
        margin-left: -172px;
        height: 45px;
    }

    .contact_listing {
        margin-top: 20px;
    }

    .contact_listing ul li,
    .contact_listing ul li a {
        font-size: 17px;
        line-height: 27px;
    }

    .contact_listing ul li+li {
        margin-top: 15px;
    }

    .home_connect_forms h3 {
        font-size: 22px;
    }

    .textarea_card {
        height: 120px;
    }

    .footer__nav>ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .number_heading .global_heading {
        margin-bottom: 10px;
    }

    .laboratory_tab_group .nav {
        margin-right: 0 !important;
    }


    .banner__content_wrpr h1 {
        font-size: 42px;
    }

    .row>*:has(.shipping_shorts) {
        padding: 0 5px;
    }

    .row:has(.shipping_shorts),
    .row:has(.coats_group) {
        margin: 0 -5px;
    }

    .coats_group h3 {
        font-size: 16px;
    }

    .about_images_wrap .vector_image {
        width: 90px;
        height: 90px;
        bottom: -50px;
    }

    .about_section_right .image {
        margin-bottom: 10px;
    }

    .gloves_card .image {
        height: 150px;
        width: 100%;
    }

    .gloves_card h6 {
        font-size: 12px;
    }

    /* .jacket_heading a {
        font-size: 14px;
    } */

    .product_range {
        padding-bottom: 70px;
    }

    .comfort_img_left .image {
        height: 230px;
    }

    .short_card img {
        max-width: 35px;
    }

    .comfort_img_left .short_card {
        max-width: 210px;
    }

    .comfort_contents h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    .bermudas_section {
        padding-bottom: 80px;
    }

    .bermudas_card h3 {
        font-size: 26px;
    }

    .essentials_card h3 {
        font-size: 20px;
    }

    .banner__content_wrpr h1 span::after {
        width: 10px;
        height: 10px;
        right: -5px;
        position: relative;
    }

    /* Home Page End */


    /* About Page Start */
    .inner_banner {
        padding: 300px 0 20px;
    }

    .about_pg_about_left h2 {
        font-size: 29px;
    }

    .inner_breadcrumb ul {
        margin-top: 10px;
    }

    /* .workwear_products .row>*:has(.shipping_shorts) {
        width: 50%;
    } */

    .row>*:has(.shipping_shorts) {
        width: 100%;
    }

    .shipping_shorts p {
        font-size: 15px;
    }

    .inner_banner_wrap h1 {
        font-size: 30px;
    }

    .about_pg_slider_heading {
        margin-bottom: 10px;
    }

    .about_sldr_wrpr .text_contents h3 {
        font-size: 14px;
    }

    .about_sldr_wrpr .text_contents {
        bottom: 20px;
        left: 10px;
    }

    .products_contents_group .inner_breadcrumb ul {
        margin-bottom: 25px;
    }

    /* About Page End */


    /* Product Details Start */
    .pdetailstab .nav-pills .nav-link {
        font-size: 15px;
        color: var(--heading_color);
    }

    .pdetailstab .nav-pills .nav-link.active,
    .pdetailstab .nav-pills .show>.nav-link {
        color: var(--heading_color);
    }

    .pdetails_inner {
        height: 120px;
        padding: 0;
    }

    .product_image {
        height: 230px;
        padding: 15px;
    }

    .products_contents_group .about_pr_imgs ul {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .you_may__like {
        padding-bottom: 90px;
    }

    .collage_image_section .image {
        height: 350px;
    }

    .about_section_btnwrpr ul {
        margin-top: 15px;
    }

    .products_contents_group .check__listing ul {
        column-count: 1;
        margin-top: 0;
    }

    /* Product Details End */

    /* Product  Start */
    .accessories_info .images_wrap {
        height: 130px;
    }

    .accessories_tag h4 {
        font-size: 14px;
    }

    .filter_tab_group .gloves_card .image {
        max-width: 100px;
        height: 110px;
    }

    .filter_tab_group .gloves_card .titles_wrp h3 {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.4;
    }

    .filter_tab_group .gloves_card .btn_wrp {
        margin-top: 8px;
    }

    .filter_tab_group .gloves_card {
        padding: 8px;
    }

    .filter_tab_group .gloves_card h6 {
        max-width: 110px;
        font-size: 13px;
    }

    .filter_tab_group .about_pr_imgs img {
        width: 25px;
        height: 35px;
    }

    .filter_tab_group .about_pr_imgs ul {
        right: 7px;
        top: 8px;
    }

    .filter_tab_group .yellow_arrow,
    .filter_tab_group .eye_icon {
        width: 38px;
        height: 36px;
        font-size: 15px;
    }

    .filter_dropdown_listing>ul {
        padding: 70px 10px;
    }

    .sub_product_listing li button,
    .sub_product_listing li button:hover {
        padding: 3px 30px 3px 10px;
        font-size: 12px;
    }

    .sub_product_listing ul {
        gap: 10px;
    }

    .filter_cross {
        right: 10px;
        top: 20px;
    }

    .products_filter_part {
        padding: 4px;
        font-size: 13px;
    }

    .accessories_info .yellow_arrow {
        width: 34px;
        height: 34px;
    }

    .footer {
        padding-bottom: 35px !important;
    }

    /* Product  End */

    /* Contact Start */

    .contact_iframe iframe {
        height: 350px;
    }

    /* Contact End */

    /* Development Start */

    .footer {
        padding-bottom: 35px !important;
    }

    .default_content p {
        word-break: break-word;
    }

    .pagination ul {
        column-gap: 8px;
    }

    .footer_btm_middle ul li {
        width: 50%;
    }

    .footer_btm_middle>ul {
        flex-wrap: wrap;
        column-gap: 0;
    }

    .footer_btm_middle li a::after {
        display: none;
    }

    .footer_btm_middle li {
        position: relative;
    }

    .footer_btm_middle li:first-child::after {
        content: '';
        position: absolute;
        background: var(--white_color);
        height: 16px;
        width: 1px;
        right: 5px;
        top: 6px;
    }

    .footer_btm_left>ul a {
        column-gap: 10px;
    }

    .footer_btm_left li:last-child a i {
        transform: translateX(10px);
    }

    .footer_btm_left ul {
        margin-bottom: 0;
    }


    .about_categories_group ul li {
        width: 46%;
    }

    .about_ctgry_card .contents {
        left: 10px;
        right: 10px;
    }

    .filters_functions_wrap select,
    .listview_option {
        font-size: 13px;
        column-gap: 5px;
    }

    .filters_functions_wrap {
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .globus_products_filter .gloves_card .image {
        height: 150px;
        margin-bottom: 0;
    }

    .size_wrap select {
        font-size: 15px;
        padding: 5px 20px 5px 10px;
    }

    .size_wrap::after {
        width: 10px;
        height: 10px;
    }

    .filter_gloves_wrap .gloves_radio span {
        width: 13px;
        height: 13px;
    }

    .list_view .description p {
        font-size: 13px;
    }

    .list_view .jacket_heading a {
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 0;
    }

    .list_view .size_wrap::after {
        top: 38%;
    }

    .list_view .radio_wrap {
        column-gap: 2px;
    }

    .list_view .size_wrap select,
    .list_view .color_more {
        font-size: 11px;
    }

    .list_view .gloves_filter {
        align-items: baseline;
    }

    .jackets_card .description .global_btn {
        font-size: 15px;
        line-height: 22px;
    }

    .jackets_card.list_view .description .global_btn {
        font-size: 13px;
        padding: 4px 30px 4px 15px;
    }

    .list_view .global_btn::after {
        top: 13px;
    }

    .globus_products_filter .list_view .gloves_card .image {
        height: 110px;
    }

    .list_view .filter_gloves_wrap .gloves_radio span {
        width: 10px;
        height: 10px;
    }

    .list_view .filter_gloves_wrap {
        width: 38%;
    }

    .list_view .gloves_card h6 {
        font-size: 10px;
    }

    .list_view {
        column-gap: 15px;
    }

    .filters_functions_wrap select option {
        font-size: 13px;
    }

    .filters_option {
        width: 160px;
    }

    .filters_functions_wrap select {
        padding: 0 7px;
    }

    .filters_option::after {
        width: 16px;
        height: 16px;
        right: 3px;
        top: 6px;
    }

    .products_contents_group h1 {
        line-height: 1.2;
        font-size: 25px;
    }

    .gallery_item {
        width: 21%;
        height: 70px;
    }

    .prod_tag li>a {
        padding: 2px 10px;
        font-size: 12px;
    }

    .gloves_radio span {
        width: 14px;
        height: 14px;
    }

    .size_wrap select,
    .color_more {
        font-size: 12px;
    }

    .size_wrap select {
        transform: translateY(-2px);
    }

    .shipping_shorts h5 {
        font-size: 17px;
    }

    .row>*:has(.essentials_card):nth-child(even) .contents p {
        font-size: 16px;
        line-height: 1.3;
    }

    /* Development End */

}


@media(max-width:360px) {

    /* Home Page Start */
    .mdl_btn_wrp {
        flex-direction: column;
        align-items: start;
        row-gap: 10px;
    }

    .numbers_card {
        padding: 10px;
    }

    .home_certifications_slider .swiper-button-next {
        margin-left: 100px;
    }

    .home_certifications_slider .swiper-button-prev {
        margin-left: -152px;
    }

    .home_products .accessories_info .images_wrap {
        height: 270px;
    }

    .gloves_card .image {
        height: 130px;
        width: 90px;
    }

    /* Home Page End */


    /* About Page Start */

    /* About Page End */


    /* Product  Start */
    .filter_tab_group .gloves_card .image {
        max-width: 80px;
        height: 90px;
    }

    /* Product  End */

    /* Development Start */

    .pagination ul {
        column-gap: 5px;
    }

    .filter_dropdown_contents .pagination .page-link {
        font-size: 14px;
    }

    .footer_btm_middle li:first-child::after {
        right: 8px;
    }

    .gloves_card h6 {
        font-size: 10px;
    }

    .about_ctgry_card .image {
        height: 140px;
    }

    .filters_functions_wrap select,
    .listview_option {
        font-size: 13px;
    }

    .filter_gloves_wrap .gloves_radio span {
        width: 9px;
        height: 9px;
        border: 1px solid transparent;
    }

    .size_wrap select {
        font-size: 12px;
    }

    .list_view .gloves_card h6 {
        font-size: 8px;
    }

    .gloves_radio span {
        width: 10px;
        height: 10px;
    }

    .size_wrap select,
    .color_more {
        font-size: 10px;
    }

    .size_wrap select {
        font-size: 10px;

    }

    .size_wrap::after {
        width: 8px;
        height: 8px;
    }

    .size_wrap::after {
        top: 50%;
    }

    /* Development End */

}