@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

* {
    box-sizing: border-box;
}

:root {
    --ss-primary: #00335F;
    --ss-secondary: #EF0F12;
    --ss-inter: "Inter", sans-serif;
    --ss-staatliches: "Staatliches", sans-serif;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    margin: 0px;
    font-size: 16px;
    color: #000;
    line-height: 1;
}

a {
    text-decoration: none !important;
}

.breadcrumbs {
    padding: 3.9rem 0 4.3rem;
}

.breadcrumbs ul {
    display: flex;
}

.breadcrumbs .breadcrumb_divider {
    padding: 0px 5px;
}

.breadcrumbs li,
.breadcrumbs li a {
    color: #929292;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: var(--ss-inter);

}

.breadcrumbs .active {
    color: #005BAB;
}

.product_info-wrap {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125);
    font-size: 1.5rem;
    font-family: var(--ss-inter);
}

.product_info-wrap .list-group-head p {
    margin: 0px;
    padding: 15px 21px 18px 23px;
    background: #005BAB;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    font-family: var(--ss-inter);
    line-height: 1;
}

.product_info-wrap .list-group-item {
    padding: 27px 21px 0px 23px;
    background-color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--ss-inter);
    line-height: 1;
    position: relative;
}

.product_info-wrap .list-group-item a {
    color: #474747;
}

.product_info-wrap .list-group-item:before {
    content: "\f105";
    width: 14px;
    height: 14px;
    position: absolute;
    font-family: "FontAwesome";
    color: #ACACAC;
    right: 10px;
    font-size: 24px;
    transform: translate(-50%, -50%);

}

.product_info-wrap .list-group-item:last-child {
    padding-bottom: 24px;
}

/* About-page*/
.background-about {
    background-image: url(https://staging.tecknowledgey.com/wp-content/uploads/2025/09/Mask-group-1-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 7.8rem 2.6rem;
    margin: 0px 0px 30px 0px !important;
    border-radius: 10px;
}

.background-about .wpb_wrapper {
    max-width: 420px;
    width: 100%;
}

.about_banner-heading {
    margin-bottom: 1.6rem !important;
}

.about_page-subhead,
.about_page-subtext,
.about-heading {
    margin-bottom: 0px !important;
}

.about-heading p {
    font-family: var(--ss-staatliches);
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 2.2rem !important;
}

.about_page-subhead p {
    font-family: var(--ss-staatliches);
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 2rem !important;
}

.about_page-subtext p {
    font-family: var(--ss-inter);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding-bottom: 3rem;
}

.about_banner-content .vc_column-inner {
    max-width: 420px;
    width: 100%;
    z-index: 99;
    color: #fff;
    position: absolute;
}

.about_page-subtext-listing ul li {
    font-family: var(--ss-inter);
    font-weight: 500;
    font-size: 1.4rem;
    color: #474747;
    padding: .5rem 0rem .5rem 1.5rem;
    position: relative;
}

.about_page-subtext-listing ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #474747;
    border-radius: 50%;
    top: 12px;
    transform: translate(-50%, -50%);
    left: 5px;
}

.about_banner-content {
    margin-bottom: 0px !important;
}

.about_banner-content p {
    line-height: 2.5rem;
    font-size: 1.4rem;
}

.about_banner-heading p {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--ss-staatliches);
}

.diff-color {
    color: #474747;
}

.about_page-subtext.diff-color p {
    padding-bottom: 2.3rem;
}

.grid-about-info .wpb_content_element {
    margin-bottom: 2rem !important;
}

.grid-about-info .wpb_content_element p {
    font-size: 1.5rem;
    font-family: var(--ss-inter);
}

.grid-about-info .wpb_content_element:last-child p {
    font-size: 2.2rem;
    font-family: var(--ss-staatliches);
    line-height: 2rem;
}

.grid-about-info {
    border: 1px solid #DFDFDF;
    border-radius: 1rem;
}

.grid-about-info .vc_column-inner {
    padding: 0px !important;
}

.grid-about-info {
    padding: 40px 0px 40px 26px !important;
    display: flex;
    align-items: center;
}

.grid-about-info .wpb_content_element:last-child {
    margin-bottom: 0rem !important;
    padding: 0px;
}

.title-area ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.2rem;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 1.4rem;
}

.title-area ul li h3 {
    color: var(--ss-secondary);
    font-size: 3.5rem;
    text-transform: uppercase;
    font-family: var(--ss-staatliches);
}

.title-area ul li h3 span {
    color: var(--ss-primary);
}

/*Industries-page-css  */
.ind-heading {
    margin-bottom: 0px !important;
}

.industry-head + .ind-hr {
    margin-bottom: 3rem;
}

.ind-heading h3 {
    font-family: var(--ss-staatliches);
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1.6rem !important;
}

.industry-details .media-body {
    padding-left: 2.6rem;
}

.industries-heading p {
    font-family: var(--ss-staatliches);
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding-bottom: 1.7rem;
    color: #005BAB;
}

.industries-body p {
    font-family: var(--ss-inter);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 25px;
}

.industry_block {
    padding-bottom: 5.5rem;
}

.media-mobile-img img {
    width: 100%;
}

/*Careers-page-css  */



.career-heading {
    margin-bottom: 0px !important;
}

.career-heading p {
    font-family: var(--ss-staatliches);
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 1.6rem !important;
}

.career_page-subhead p {
    margin-bottom: 0px;
    font-size: 2.5rem;
    font-family: var(--ss-staatliches);
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 3rem;
    padding-bottom: 1.2rem;
}

.career_page-subtext,
.career_page-subhead {
    margin-bottom: 0px !important;
}

.career_page-subtext p {
    font-family: var(--ss-inter);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-bottom: 3rem;
}

.career_page-subtext ul li {
    font-weight: 500;
    color: #474747;
    line-height: 2.5rem;
    font-size: 1.4rem;
    position: relative;
    padding-left: 15px;
}

.career_page-subtext ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #474747;
    border-radius: 50%;
    top: 12px;
    transform: translate(-50%, -50%);
    left: 5px;
}

.career_page-subtext ul {
    padding-bottom: 3.5rem;
}

.head-wrapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding-bottom: 1.6rem;
}

.ind-hr {
    min-height: 1px;
    background: #E5E5E5;
    width: 100%;
    /*     margin-bottom: 2.9rem !important; */
}

.sorting {
    font-size: 1.3rem;
}

.c-padding_info {
    padding-bottom: 7rem;
}

.head-wrapper > .ind-hr {
    margin-bottom: 0px;
}

.head-wrapper span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #1A1A1A;
}

.custom-select {
    height: 40px;
    background: #F1F1F1;
    border: 2px solid #C0C0C0;
    border-radius: 6px;
    color: #7F7F7F;
    min-width: 46px;
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 0.8rem 1.8rem 0.8rem 1rem;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
}

#sort-by {
    min-width: 134px;
}

.product-details {
    padding-top: 3rem;
}

#per-page,
#per-page-bottom {
    height: auto;
    padding: 2px 4px;
    line-height: 1;
    -webkit-appearance: auto;
}

.view_type .btn {
    padding: 7px;
    border: 1px solid #B5B5B5;
    line-height: 1;
    border-radius: 5px;
}

.view_type .btn.active {
    background: #003565;
}

.main_page-head h3 {
    font-family: var(--ss-staatliches);
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0px;
	font-weight:400;

}

.list-view .product_card {
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
}

.list-view .product_card-body {
    padding-left: 20px;
}

.list-view .product_info-list ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #474747;
    position: relative;
    padding-left: 16px;
}

.list-view .product_info-list ul li:before {
    content: "\f111";
    position: absolute;
    font-family: "FontAwesome";
    color: #474747;
    left: 0px;
    font-size: 8px;
    top: 0px;
}

.list-view .product_info-list ul {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    column-gap: 20px;
}

.list-view .product-card_details .btn-learn {
    padding-top: 12px;
}

.list-view .product_card-body .sku_no {
    padding-top: 6px;
}

.list-view .product_card-body .sku_no,
.list-view .product_card-body .card-title,
.list-view .product-card_details .price {
    line-height: 1;
    min-height: auto;
}

.list-view .product-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.list-view .product-card_details .price {
    padding-bottom: 13px;
}

.list-view .card {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list-view .product-card-img {
    width: 233px;
    height: 223px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-view .product_img-wrapper {
    width: 175px;
    height: 175px;
    margin: 0 auto;
}

.list-view .product-card_details {
    flex-direction: column;
}

.list-view .product_info-list {
    display: block;
}

.product_card {
    padding-bottom: 68px;
}

.product-card-img {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    text-align: center;
}

.product-card-img {
    padding: 13px 0px;
}

.product_img-wrapper {
    width: 175px;
    height: 175px;
    margin: 0 auto;
}

.product_card-body .card-title {
    font-family: var(--ss-inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0px;
    min-height: 65px;
    color: #000000;
}

.product_card-body .sku_no {
    font-family: var(--ss-inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #005BAB;
    padding-top: 17px;
}

.product-card_details .price {
    font-family: var(--ss-inter);
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #EF0F12;
}

.product-card_details .btn-learn {
    font-family: var(--ss-inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline !important;
    color: #EF0F12;
    text-underline-offset: 5px;
}

.product-card_details {
    display: flex;
    justify-content: space-between;
}

.product_info-list {
    display: none;
}


.product_info-wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125);
    font-size: 15px;
    font-family: var(--ss-inter);
}

.product_info-wrap .list-group-head p {
    margin: 0px;
    padding: 17px 21px 20px 23px;
    background: #005BAB;
    font-size: 17px;
    font-weight: 600 !important;
    color: #fff;
    font-family: var(--ss-inter);
}

.product_info-wrap .list-group-item {
    padding: 27px 21px 0px 23px;
    background-color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--ss-inter);
    color: #474747;
    position: relative;
}

.product_info-wrap .list-group-item:before {
    content: "\f105";
    width: 14px;
    height: 14px;
    position: absolute;
    font-family: "FontAwesome";
    color: #ACACAC;
    right: 10px;
    font-size: 24px;
    transform: translate(-50%, -50%);

}

.product_info-wrap .list-group-item:last-child {
    padding-bottom: 24px;
}

.custom-pagination {
    column-gap: 8px;
}

.custom-pagination .page-link {
    background-color: #fff;
    border: 1px solid #DFE3E8;
    border-radius: 4px !important;
    padding: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #212B36;
}

.custom-pagination .page-link.active {
    border: 1px solid #005BAB;
}

.custom-pagination .page-link.disable {
    background: #005BAB;
    color: #fff;
}

/*product-details*/
.input-text.qty::-webkit-inner-spin-button,
.input-text.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.quantity-and-add-tocart-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.woocommerce .quantity .qty {
    width: 4rem;
}

.woocommerce-product-details__short-description {
    padding-top: .5rem;
}

.add-to-cart-custom-div {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 3rem;
}

.single_add_to_cart_button {
    width: calc(100% - 135px);
    padding: 1.7rem !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    background: #EF0F12 !important;
    border-radius: .6rem !important;
    text-transform: UPPERCASE;
    font-family: var(--ss-inter);
}

.description_deatils .wpb_content_element {
    margin-bottom: 0px !important;
    padding-bottom: 15px;
}

.description_deatils .wpb_content_element.m-product-name {
    padding-bottom: 5px;
}

.description_deatils .vc_column-inner {
    padding: 0px !important;
}

.product-sku {
    font-family: var(--ss-staatliches);
    font-weight: 400;
    font-size: 35px;
    color: #005BAB;
    line-height: 1;
    padding-bottom: 10px;
}

.product_title {
    font-family: var(--ss-staatliches);
    font-weight: 400;
    font-size: 28px;
    padding-bottom: 15px !important;
}

.price .amount {
    font-family: Inter;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #EF0F12;
    /*     padding-bottom: 12px; */
    display: block;
}
.entry-summary .price .amount {
    font-size: 23px;
}
.list-view .price .amount {
	font-size: 15px;
}
.price {
    padding-bottom: 1.8rem;
}

.woocommerce div.product div.images img {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.description_product-image {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.description_deatils {
    max-width: 430px;
    width: 100%;
}

.woocommerce-product-details__short-description p {
    font-family: var(--ss-inter);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #005BAB;
    padding-bottom: .8rem;
}

.woocommerce-product-details__short-description ul li {
    font-family: var(--ss-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding-left: 15px;
    color: #474747;
}

.product-manufacturer,
.product-model {
    color: #474747;
    padding-bottom: 1.4rem;
	font-size:1.4rem;
}

.woocommerce-product-details__short-description .product-model {
    padding: 1rem 0;
}

.woocommerce-product-details__short-description ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #474747;
    border-radius: 50%;
    top: 12px;
    transform: translate(-50%, -50%);
    left: 5px;
}

.m_name {
    font-size: 14px;
    font-weight: 700;
    color: #474747;
}

.short_custom_class {
    font-family: var(--ss-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.image-section {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    overflow: hidden;
    max-width: 480px;
}

.image-section img {
    width: 100%;
}

.left-side {
    width: 52%;
    float: left;
}

.woocommerce div.product div.summary {
    margin-bottom: 0px;
    padding-left: 1rem;
    width: 47%;
}

.woocommerce-Tabs-panel .product-description p,
.woocommerce-Tabs-panel .product-additional-info p {
    font-family: var(--ss-inter);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #565656;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 2.6rem 0 1.6rem 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #005BAB;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    border: none;
    background: none;
    padding: 0 3rem 0 0;
	font-size: 1.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0px;
    color: #929292;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.select-label {
    font-family: var(--ss-inter);
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #474747;
    padding-bottom: 1rem;
    margin-bottom: 0px;
}

.volt-select {
    background: #FAFAFA;
    border: 1px solid #C0C0C0;
    font-family: var(--ss-inter);
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 24px;
    border-radius: .6rem;
    height: 4rem;
}

.form-control:focus {
    box-shadow: none;
}

.custom-margin {
    margin-top: 2.2rem;
}

.qty-box {
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    padding: 5px 2px;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
}

.qty-minus,
.qty-plus,
.input-text {
    font-size: 14px;
    font-weight: 700;
}

.input-text.qty {
    border: none !important;
}

.custom-margin .col-md-3 {
    flex: 0 0 29%;
    max-width: 29%;
}

.quantity-group {
    max-width: 11rem;
    width: 100%;
}

.custom-margin .col-md-9 {
    flex: 0 0 71%;
    max-width: 71%;
}

.woocommerce div.product form.cart {
    margin-bottom: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.wcpa_wrap .wcpa_field_wrap {
    margin: 0px !important;
}

.addon-error {
    font-size: 1.3rem;
    color: #ce0303;
}

.add-to-cart-custom-div .wcpa_form_outer {
    margin-bottom: 1.6rem !important;
}

.wcpa_wrap .wcpa_field_label {
    font-family: var(--ss-inter);
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #474747 !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0px !important;
}

.add-to-cart-custom-div .wcpa_field {
    border: 1px solid #C0C0C0 !important;
    height: 40px !important;
    font-size: 1.3rem;
    font-weight: 500;
    color: #7F7F7F !important;
}

.wcpa_price_summary {
    display: none !important;
}

.product-addons {
    padding-top: 1.5rem;
}

.product-addons li {
    display: flex;
    align-items: end;
}

.product-addons li a {
    font-size: 12px;
    color: #858585;
    text-decoration: underline !important;
    padding-bottom: 5px;
    font-weight: 500;
}

.c-padding {
    padding-bottom: 6.8rem;
}
.title-area li a{
	    color: #005BAB;
    font-weight: 600;
    font-size: 1.4rem;
}
.cart-loaded .custom-cart-sku{
	    font-size: 16px;
    color: #005BAB;
    font-family: var(--ss-staatliches);
    margin-bottom: 5px;
	margin-bottom:0px;
}
.cart-loaded .wc-block-components-product-name {
    color: #000000;
    font-weight: 600;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper{
	    font-weight: 600;
}
.cart-loaded .price{
	padding-bottom:0px;
}
.cart-loaded .price span{
	font-size: 17px;
    color: #000000;
    font-weight: 600;
}
@media(min-width:992px) {
    .col-lg-3.custom-left-side-col {
        flex: 0 0 27%;
        max-width: 27%;
    }

    .col-lg-9.custom-right-side-col {
        flex: 0 0 73%;
        max-width: 73%;
        margin-left: auto;
    }
.custom-right-side-col .featured-box {
    margin-bottom: 5.7rem;
}
    .grid-about-info.vc_col-sm-3 {
        width: 23%;
        padding: 28px 0px 28px 22px !important;
    }

    .aboutgrid-about-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3.2rem;
    }

    .unique_row .mobile-img {
        display: none;
    }

    .unique_row .desktop_img {
        display: block;
    }
}

@media (min-width: 1399px) {
    .custom-container {
        max-width: 1330px !important;
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
    }

    .custom-container .col-3 {
        max-width: 325px;
        width: 100%;
        padding-right: 0px;
    }

    .custom-container .col-9 {
        max-width: 945px;
        width: 100%;
        margin-left: auto;
        padding-left: 0px;
    }

    .product_card-body .card-title {
        min-height: 98px;
    }
}

@media (max-width:1399px) {
    .industries-body p {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }

    .left-side {
        width: 51%;
    }

    .product-sku {
        font-size: 30px;
    }

    .product_title {
        font-size: 23px;
    }

    .price .amount {
        font-size: 20px;
    }

    .grid-about-info .wpb_content_element:last-child p {
        font-size: 1.8rem;
    }

    .about_page-subtext p {
        font-size: 1.35rem;
        line-height: 2rem;
        padding-bottom: 2.5rem;
    }

    .grid-about-info.vc_col-sm-3 {
        padding: 22px 0px 22px 18px !important;
    }
}

@media (max-width:1199.98px) {
    .industry_block {
        padding-bottom: 3rem;
    }

    .industry-details .media-body {
        padding-left: 2rem;
    }

    .industries-heading p {
        padding-bottom: 1.6rem;
    }

    .list-view .product-card-img {
        width: 200px;
        height: 200px;
        align-content
    }

    .list-view .product_card {
        flex-wrap: wrap;
    }

    .list-view .product_card-body {
        padding-left: 20px;
        width: calc(100% - 200px);
    }

    .list-view .product_card-body .card-title {
        line-height: 24px;
    }

    .background-about {
        padding: 5rem 2.6rem;
        align-content
    }

    .grid-about-info.vc_col-sm-3 {
        padding: 18px 0px 18px 14px !important;
    }

    .grid-about-info .wpb_content_element:last-child p {
        font-size: 1.6rem;
    }

    .grid-about-info .wpb_content_element {
        margin-bottom: 1.5rem !important;
    }
	.about-heading p {
    font-size: 3rem;
}
}

@media (max-width:991.98px) {
    .background-about {
        background-image: url(https://staging.tecknowledgey.com/wp-content/uploads/2025/09/mobile-about.png);
        min-height: 540px;
        padding: 5rem 1rem;
    }

    .about-heading p {
        font-size: 3rem;
        line-height: 1.3;
		border-bottom: 1px solid #E5E5E5;
        padding-bottom: 1.4rem;
		margin-bottom: 2.6rem !important;
		padding-right:4rem;
    }

    .industry-details .media-body {
        padding-left: 0rem;
    }

    .media.industry_block {
        display: block;
    }

    .industries-heading p {
        font-size: 2rem;
        line-height: 1;
        padding-bottom: 1.5rem;
        padding-top: 2rem;
    }

    .industries-body p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .breadcrumbs {
        margin-top: 8.4rem;
        padding: 2.9rem 0 2.2rem;
    }

    .list-view .product_card {
        flex-direction: column;
    }

    .list-view .product_card-body {
        padding-left: 0px;
        padding-top: 2rem;
    }

    .head-wrapper {
        flex-direction: column;
    }

    .mobile-hr {
        display: none;
    }

    .head-wrapper {
        padding-bottom: 0.5rem;
    }

    .list-view .product_card-body {
        padding-top: 1.5rem;
        width: 100%;
    }

    .product_card-body .card-title {
        padding: 10px 0px;
    }

    .list-view .product_card-body .card-title {
        line-height: 1.5;
        font-size: 15px;
    }

    .list-view .product-card_details .price {
        padding-bottom: 10px;
        font-size: 16px;
    }

    .list-view .product_card {
        padding-bottom: 25px;
    }

    .product_card-body .card-title {
        line-height: 18px;
        padding: 10px 0px;
        min-height: 75px;
        font-size: 13px;
    }

    .product-card_details .price {
        font-size: 14px;
    }

    .main_page-head {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 1.1rem;
    }

    .mobile-padding {
        padding-top: 1.8rem;
    }

    .mp {
        padding-bottom: 1.8rem !important;
    }

    .product-details {
        padding-top: 2rem;
    }

    .list-view .product_info-list ul {
        column-gap: 1.5rem;
    }

    .left-side {
        width: 100%;
    }

    .woocommerce div.product div.summary {
        width: 100%;
    }

    .woocommerce div.product div.summary {
        padding-left: 0rem;
        width: 100%;
        padding-top: 2.5rem;
        display: flex;
        flex-direction: column;
    }

    .quantity-and-add-tocart-div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .add-to-cart-custom-div {
        flex-direction: column-reverse;
        padding-bottom: 0px;
    }

    .woocommerce-product-details__short-description {
        padding-bottom: 2.8rem;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 2rem 0 0;
    }

    .add-to-cart-custom-div .wcpa_form_outer {
        margin: 2.6rem 0rem !important;
    }

    .woocommerce-product-details__short-description {
        padding-top: 0rem;
    }

    .product_title {
        padding-bottom: 15px !important;
        font-size: 28px;
    }

    .price .amount {
        font-size: 24px;
    }

    .unique_row .vc_col-sm-7 {
        width: 100%;
    }

    .unique_row .vc_col-sm-5 {
        width: 100%;
    }

    .unique_row .mobile-img {
        display: block;
    }

    .unique_row .desktop_img {
        display: none;
    }

    .aboutgrid-about-info .vc_col-sm-3 {
        width: 48%;
        min-height: 148px;
        display: flex;
        align-items: center;
    }

.aboutgrid-about-info {
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
	padding-bottom:2.5rem;
}

.aboutgrid-about-info:before,
.aboutgrid-about-info:after {
    display: none !Important;
}

.grid-about-info .wpb_content_element:last-child p {
    font-size: 2rem;
    line-height: 2.2rem;
}
	.about-heading p {
	
	}
}

@media (max-width:767.98px) {
    .industries-body p {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    .career_page-subtext p {
        padding-bottom: 2.8rem;
    }

    .list-view .product_card {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .list-view .product_img-wrapper {
        width: 140px;
        height: 140px;
    }

    .list-view .product-card-img {
        width: 180px;
        height: 180px;
        position: relative;
    }

    .list-view .product_card-body {
        padding-top: 1rem;
        padding-left: 1.6rem;
        width: calc(100% - 180px);
    }

    .list-view .product-card_details .btn-learn {
        position: absolute;
        left: 25px;
        top: 190px;
        padding-top: 0px;
    }

    .custom-pagination {
        padding-bottom: 2.5rem;
    }

    .c-padding {
        padding-bottom: 5rem;
    }

    .list-view .product_info-list ul {
        display: inherit;
    }

    .breadcrumbs {
        margin-top: 11rem;
    }

    .breadcrumbs {
        padding: 3rem 0 2.8rem;
    }

    .product_card {
        padding-bottom: 42px;
    }
}

@media (max-width:480px) {
    .list-view .product_img-wrapper {
        width: 80px;
        height: 90px;
    }

    .list-view .product-card-img {
        width: 110px;
        height: 102px;
    }

    .list-view .product_card-body {
        padding-top: 0.5rem;
        padding-left: 1.4rem;
        width: calc(100% - 110px);
    }

    .list-view .product-card_details .btn-learn {
        bottom: inherit;
        top: 115px;
    }

    .list-view .product_card-body .card-title {
        font-size: 13px;
        line-height: 24px;
        padding: 10px 0px;
    }

    .list-view .product_info-list ul li {
        font-size: 13px;
    }

    .c-padding {
        padding-bottom: 4rem;
    }

    .product_card-body .card-title {
        line-height: 24px;
        padding: 10px 0px 28px 0px;
        min-height: auto;
        font-size: 14px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 1rem 0 0;
        font-size: 1.5rem;
    }

    .aboutgrid-about-info {
        gap: 1.5rem 0rem;
    }
}
