/* eq-product-banner css start here */
.eq-product-banner {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 205px 0 175px;
}

/* Contact Us page only (page-id-582) */
.page-id-582 .eq-product-banner.contact .eq-product-banner__bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        272.04deg,
        rgba(28, 28, 28, 0) 1.76%,
        #272727 90.93%
    );
    background-blend-mode: multiply;
}

:not(.page-id-582) .eq-product-banner__bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eq-product-banner__bg img,
.eq-product-banner__bg video,
.eq-product-banner__bg iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eq-product-banner > .cus-container-sm {
    position: relative;
    z-index: 11;
}

.eq-product-banner__content {
    max-width: 661px;
    width: 100%;
}

.eq-product-banner__content h1 {
    font-family: var(--font--secondary);
    font-weight: 400;
    font-size: 90px;
    line-height: 1;
    color: var(--color-light);
}

.eq-product-banner__content h1 span {
    font-family: var(--font-tertiary);
    font-weight: 400;
    font-size: 100px;
    font-style: italic;
}

.eq-product-banner__list {
    width: 100%;
    margin-top: 22px;
}

.eq-product-banner__list li {
    width: 100%;
    margin-bottom: 6px;
    gap: 11px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.eq-product-banner__list li img {
    max-width: 29px;
    width: 100%;
}

.eq-product-banner__list li p {
    font-size: 20px;
    font-family: var(--font-theme-primary);
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-light);
}

.eq-product-banner__list li:last-child {
    margin-bottom: 0;
}

.text-desc__mobile {
    display: none;
}

@media (max-width: 767px) {
    .text-desc__desktop {
        display: none;
    }

    .text-desc__mobile {
        display: block;
    }
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-product-banner {
        padding: 11.782vw 0 10.057vw;
    }

    .eq-product-banner__content {
        max-width: 37.989vw;
    }

    .eq-product-banner__content h1 {
        font-size: 5.172vw;
    }

    .eq-product-banner__content h1 span {
        font-size: 5.747vw;
    }

    .eq-product-banner__list {
        margin-top: 1.264vw;
    }

    .eq-product-banner__list li {
        margin-bottom: 0.345vw;
        gap: 0.632vw;
    }

    .eq-product-banner__list li img {
        max-width: 1.667vw;
    }

    .eq-product-banner__list li p {
        font-size: 1.149vw;
    }
}

@media only screen and (max-width: 991px) {
    body:not(.page-id-582) .eq-product-banner__bg::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .eq-product-banner__logo-list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .eq-product-banner {
        padding: 72px 0 270px;
    }

    .eq-product-banner__content h1 {
        font-size: 48px;
        padding-right: 10px;
    }

    .eq-product-banner__content h1 span {
        font-size: 55px;
    }

    .eq-product-banner__content {
        max-width: 100%;
    }

    .eq-product-banner__list li {
        margin-bottom: 5px;
        gap: 9px;
    }

    .eq-product-banner__list li img {
        max-width: 26px;
    }

    .eq-product-banner__list li p {
        font-size: 17px;
    }
    .eq-product-banner__bg img,
    .eq-product-banner__bg video,
    .eq-product-banner__bg iframe {
        object-position: bottom;
    }
}

@media only screen and (max-width: 400px) {
    .eq-product-banner__list li p {
        font-size: 16px;
    }
}

/* eq-product-banner css end here */

/* eq-products-listing css start here */
.eq-products-listing {
    width: 100%;
    padding: 83px 0 107px;
}

.eq-products-listing__wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.eq-products-listing__card {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 75px;
}

.eq-products-listing__card-media {
    max-width: 550px;
    width: 100%;
    position: relative;
    padding-bottom: 44.643%;
    border-radius: 15px;
    overflow: hidden;
}

.eq-products-listing__card-media img,
.eq-products-listing__card-media video,
.eq-products-listing__card-media iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eq-products-listing__card-content {
    max-width: 607px;
    width: 100%;
}

.eq-products-listing__card-content h2 {
    font-family: var(--font--secondary);
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    text-transform: capitalize;
    color: var(--color-primary-100);
}

.eq-products-listing__card-content h6 {
    font-family: var(--font-theme-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7;
    color: var(--color-primary-100);
    margin-top: 30px;
}

.eq-products-listing__card-content .text-desc {
    font-family: var(--font-theme-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-primary-100);
    margin-top: 35px;
}

.eq-products-listing__card-list {
    width: 100%;
    margin-top: 34px;
}

.eq-products-listing__card-list li {
    font-family: var(--font-theme-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0%;
    color: var(--color-primary-100);
    margin-bottom: 4px;
}

.eq-products-listing__card-list li:last-child {
    margin-bottom: 0;
}

.eq-products-listing__card-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 30px;
}

.eq-products-listing__card-review {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
    margin-top: 27px;
}

.eq-products-listing__card-review .trustpilot-logo {
    max-width: 190px;
    width: 100%;
}

.eq-products-listing__card-review .google-logo {
    max-width: 140px;
    width: 100%;
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-products-listing {
        padding: 4.77vw 0 6.149vw;
    }

    .eq-products-listing__wrap {
        gap: 2.299vw;
    }

    .eq-products-listing__card {
        gap: 4.31vw;
    }

    .eq-products-listing__card-media {
        max-width: 31.609vw;
        border-radius: 0.862vw;
    }

    .eq-products-listing__card-content {
        max-width: 34.885vw;
    }

    .eq-products-listing__card-content h2 {
        font-size: 2.874vw;
    }

    .eq-products-listing__card-content h6 {
        font-size: 1.034vw;
        margin-top: 1.724vw;
    }

    .eq-products-listing__card-content .text-desc {
        font-size: 1.034vw;
        margin-top: 2.011vw;
    }

    .eq-products-listing__card-list {
        margin-top: 1.954vw;
    }

    .eq-products-listing__card-list li {
        font-size: 1.034vw;
        margin-bottom: 0.23vw;
    }

    .eq-products-listing__card-button {
        gap: 0.805vw;
        margin-top: 1.724vw;
    }

    .eq-products-listing__card-review {
        gap: 1.494vw;
        margin-top: 1.552vw;
    }

    .eq-products-listing__card-review .trustpilot-logo {
        max-width: 10.920vw;
    }

    .eq-products-listing__card-review .google-logo {
        max-width: 8.046vw;
    }
}

@media only screen and (max-width: 991px) {
    .eq-products-listing__wrap {
        gap: 75px;
    }

    .eq-products-listing__card {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .eq-products-listing__card-media {
        max-width: 100%;
        padding-bottom: 80%;
    }

    .eq-products-listing__card-content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .eq-products-listing {
        padding: 52px 0;
    }

    .eq-products-listing__card-button {
        flex-wrap: wrap;
        margin-top: 24px;
    }

    .eq-products-listing__wrap {
        gap: 52px;
    }

    .eq-products-listing__card-review .trustpilot-logo {
        max-width: 187px;
    }

    .eq-products-listing__card-review .google-logo {
        max-width: 150px;
    }

    .eq-products-listing__card-review {
        gap: 25px;
        margin-top: 30px;
    }

    .eq-products-listing__card-media {
        padding-bottom: 100%;
    }

    .eq-products-listing__card-list li {
        margin-bottom: 0;
    }
}

/* eq-products-listing css end here */

/* eq-news-landing css start here */
.eq-news-listing {
    padding: 70px 0 100px;
}

.eq-news-landing-desc {
    padding: 0 0 110px 0;
}

.eq-news-landing-desc__card {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
    max-width: 1240px;
    margin: 0 auto;
}

.eq-news-landing-desc-image {
    flex: 1.17;
    position: relative;
    padding-bottom: 39.6%;
}

.eq-news-landing-desc-image img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eq-news-landing-desc-info-content {
    flex: 0.9032;
    background: var(--color-primary-200);
    padding: 22px 74px 29px 78px;
}
.eq-news-landing-desc-info-content .btn {
    padding: 14px 26px;
}
.eq-news-landing-desc-info-content h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 1.5;
    font-family: var(--font-theme-primary);
    color: var(--color-light);
    padding-right: 10px;
}

.eq-news-landing-desc-info-content p.text-white {
    color: var(--color-light);
    line-height: 1.5;
    font-size: 16px;
    padding-right: 0;
}

.eq-news-landing-desc-info-content p {
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-theme-primary);
    line-height: 1.7;
    margin-bottom: 32px;
    color: #ffffff80;
}

.eq-news-landing-desc_card__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
    max-width: 1240px;
    margin: 23px auto 0;
}

.eq-news-landing-desc__cards {
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}
.eq-news-inner__bottom_right .eq-news-landing-desc__cards:nth-child(n + 2) {
    margin-top: 21px;
}

.eq-news-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.eq-news-content {
    background: var(--color-primary-200);
    padding: 25px 44px 32px;
}

.eq-news-content .btn {
    padding: 14px 26px;
}
.eq-news-content h3 {
    font-size: 26px;
    font-family: var(--font-theme-primary);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 16px;
}

.eq-news-content a.btn-primary:hover {
    background-color: var(--color-secondary);
    color: var(--color-light);
    border-color: var(--color-secondary);
}

.eq-hero-banner.news_listing {
    padding: 146px 0 55px;
}

.eq-hero-banner.news_listing .eq-hero-banner__wrap {
    justify-content: flex-start;
}

.eq-hero-banner.news_listing .eq-hero-banner__content {
    max-width: 560px;
    padding: 0;
}

.eq-hero-banner.news_listing .eq-hero-banner__content h1 {
    color: var(--color-light);
    font-size: 80px;
    padding-right: 50px;
}

.eq-hero-banner.news_listing .eq-hero-banner__content h1 span {
    font-size: 100px;
}

.eq-hero-banner.news_listing .eq-hero-banner__content .text-desc {
    color: var(--color-light);
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-news-inner__bottom_right .eq-news-landing-desc__cards:nth-child(n + 2) {
        margin-top: 1.207vw;
    }
    .eq-news-listing {
        padding: 4.023vw 0 5.747vw;
    }
    .eq-news-landing-desc {
        padding: 0 0 6.322vw 0;
    }
    .eq-news-landing-desc__card {
        border-radius: 0.92vw;
        max-width: 71.264vw;
    }
    .eq-news-landing-desc-info-content .btn {
        padding: 0.805vw 1.494vw;
    }
    .eq-news-landing-desc-info-content {
        padding: 1.264vw 4.253vw 1.667vw 4.483vw;
    }
    .eq-news-landing-desc-info-content h2 {
        font-size: 1.494vw;
        margin-bottom: 1.379vw;
        padding-right: 0.575vw;
    }
    .eq-news-landing-desc-info-content p.text-white {
        font-size: 0.92vw;
    }
    .eq-news-landing-desc-info-content p {
        font-size: 0.862vw;
        margin-bottom: 1.839vw;
    }
    .eq-news-landing-desc_card__blocks {
        gap: 2.184vw;
        max-width: 71.264vw;
        margin: 1.322vw auto 0;
    }
    .eq-news-landing-desc__cards {
        border-radius: 0.92vw;
    }
    .eq-news-image img {
        height: 16.092vw;
    }
    .eq-news-content {
        padding: 1.437vw 2.529vw 1.839vw;
    }
    .eq-news-content .btn {
        padding: 0.805vw 1.494vw;
    }
    .eq-news-content h3 {
        font-size: 1.494vw;
        margin-bottom: 0.92vw;
    }
    .eq-hero-banner.news_listing {
        padding: 8.391vw 0 3.161vw;
    }
    .eq-hero-banner.news_listing .eq-hero-banner__content {
        max-width: 32.184vw;
    }
    .eq-hero-banner.news_listing .eq-hero-banner__content h1 {
        font-size: 4.598vw;
        padding-right: 2.874vw;
    }
    .eq-hero-banner.news_listing .eq-hero-banner__content h1 span {
        font-size: 5.747vw;
    }
}

@media (max-width: 991px) {
    .eq-news-landing-desc__card {
        display: none;
    }
    .eq-news-landing-desc_card__blocks {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .eq-hero-banner.news_listing {
        padding: 74px 0 56px;
    }

    .eq-hero-banner.news_listing .eq-hero-banner__content h1 {
        font-size: 48px;
    }

    .eq-hero-banner.news_listing .eq-hero-banner__content h1 span {
        font-size: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .eq-hero-banner.news_listing .eq-hero-banner__content {
        max-width: 260px;
    }
    .eq-hero-banner.news_listing .eq-hero-banner__bg::after {
        display: none;
    }
    .eq-news-content {
        padding: 25px 23px 20px;
    }
    .eq-news-content .btn {
        padding: 14px 14px;
    }
}
/* eq-news-landing css end here */

/* eq-news-inner css start here */
.eq-news-inner {
    width: 100%;
    padding-top: 37px;
}
.eq-news-inner__top {
    background: var(--color-primary-200);
}

.eq-news-inner_top__desc {
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 520px;
}

.eq-news-inner-desc-info-content {
    max-width: 49.597%;
    width: 100%;
    background: var(--color-primary-200);
    padding: 80px 30px 80px 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eq-news-inner-desc {
    max-width: 570px;
    margin: 0 auto;
}

.eq-news-inner-desc-info-content h1 {
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 22px;
    font-weight: 400;
    color: #ffffff;
    font-family: var(--font--secondary);
}

.eq-news-inner-desc-info-content .date {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: var(--font-theme-primary);
}

.eq-news-inner-desc-info-content .author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.eq-news-inner-desc-info-content .author img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
}

.eq-news-inner-desc-info-content .author strong {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-family: var(--font-theme-primary);
    font-weight: 600;
}

.eq-news-inner-desc-info-content .author span {
    font-size: 16px;
    opacity: 0.85;
    color: #ffffff;
    font-family: var(--font-theme-primary);
}

.eq-news-inner-desc-image {
    max-width: 50.403%;
    width: 100%;
}

.eq-news-inner-desc-image img {
    width: 100%;
    height: 752px;
    object-fit: cover;
    display: block;
}

.eq-news-inner__bottom__desc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 70px 0 105px;
}
.eq-news-inner__bottom_left {
    max-width: 802px;
    width: 100%;
    margin-top: 63px;
}
.eq-news-inner__bottom_right {
    max-width: 336px;
    width: 100%;
}
.eq-news-inner-bottom__desc h2 {
    font-size: 29px;
    color: var(--color-dark);
    font-family: var(--font--secondary);
    margin: 0 0 30px 0;
}

.eq-news-inner-bottom__desc h3 {
    font-size: 16px;
    color: var(--color-dark);
    font-family: var(--font-theme-primary);
    margin: 0 0 20px 0;
    font-weight: 600;
}

.eq-news-inner-bottom__desc p {
    font-size: 16px;
    color: var(--color-dark);
    font-family: var(--font-theme-primary);
    margin: 0 0 40px 0;
    font-weight: 400;
    line-height: 150%;
}

.eq-news-inner-bottom__desc ul {
    margin: 0 0 40px 0;
    padding: 0 0 0 30px;
}

.eq-news-inner-bottom__desc ul li {
    font-size: 16px;
    color: var(--color-dark);
    font-family: var(--font-theme-primary);
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0 0;
    list-style: disc;
}

.eq-news-inner-bottom__find_supplier {
    border-top: 1px solid #769d90;
    padding: 40px 0 54px 0;
    border-bottom: 1px solid #769d90;
}

.eq-news-inner-bottom__find_supplier h3 {
    font-size: 16px;
    color: var(--color-dark);
    font-family: var(--font-theme-primary);
    margin: 0 0 20px 0;
    font-weight: 600;
}

.eq-news-inner-bottom__find_supplier p {
    font-size: 16px;
    color: var(--color-dark);
    font-family: var(--font-theme-primary);
    margin: 0 0 30px 0;
    font-weight: 400;
    line-height: 150%;
}

.eq-news-inner__bottom_right .eq-news-image img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    display: block;
}

.eq-news-inner__bottom_right .eq-news-content {
    background: var(--color-primary-200);
    padding: 16px;
}

.eq-news-inner__bottom_right .eq-news-content h3 {
    font-size: 16px;
}

.eq-news-landing-share__icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 40px 0;
}

.eq-news-landing-share__icons span {
    color: #999999;
    font-family: var(--font-theme-primary);
    font-size: 14px;
    font-weight: 600;
}

.eq-news-landing-share__icons ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eq-news-landing-share__icons ul li img {
    width: 32px;
    height: 33px;
}

.eq-related__news h3 {
    color: #999999;
    font-family: var(--font-theme-primary);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.eq-related__news h4 {
    font-family: var(--font--secondary);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 16px;
}

.eq-related__news .eq-news-content h3 {
    font-size: 16px;
    font-family: var(--font-theme-primary);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 16px;
}

.eq-related__news__slick-control {
    display: none;
}
.eq-news-inner__bottom_right .eq-news-content .btn {
    font-size: 16px;
    padding: 5px 12px;
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-news-inner {
        padding-top: 2.126vw;
    }
    .eq-news-inner_top__desc {
        min-height: 29.885vw;
    }
    .eq-news-inner__bottom_right .eq-news-content .btn {
        font-size: 0.92vw;
        padding: 0.287vw 0.69vw;
    }
    .eq-news-inner-desc-info-content {
        padding: 4.598vw 1.724vw 4.598vw 14.368vw;
    }
    .eq-related__news h4 {
        font-size: 0.805vw;
        margin-bottom: 0.92vw;
    }
    .eq-news-inner__bottom_left {
        max-width: 46.092vw;
        width: 100%;
        margin-top: 3.621vw;
    }
    .eq-news-inner__bottom_right {
        max-width: 19.31vw;
        width: 100%;
    }

    .eq-news-inner-desc {
        max-width: 32.759vw;
        margin: 0 auto;
    }

    .eq-news-inner-desc-info-content h1 {
        font-size: 3.448vw;
        margin-bottom: 1.264vw;
    }

    .eq-news-inner-desc-info-content .date {
        font-size: 0.92vw;
        margin-bottom: 2.299vw;
    }

    .eq-news-inner-desc-info-content .author {
        display: flex;
        gap: 0.805vw;
    }

    .eq-news-inner-desc-info-content .author img {
        width: 4.828vw;
        height: 4.828vw;
    }

    .eq-news-inner-desc-info-content .author strong {
        font-size: 1.034vw;
    }

    .eq-news-inner-desc-info-content .author span {
        font-size: 0.92vw;
    }

    .eq-news-inner-desc-image img {
        height: 43.218vw;
    }

    .eq-news-inner__bottom__desc {
        gap: 2.299vw;
        padding: 4.023vw 0 6.034vw;
    }

    .eq-news-inner-bottom__desc h2 {
        font-size: 1.667vw;
        margin: 0 0 1.724vw 0;
    }

    .eq-news-inner-bottom__desc h3 {
        font-size: 0.92vw;
        margin: 0 0 1.149vw 0;
    }

    .eq-news-inner-bottom__desc p {
        font-size: 0.92vw;
        margin: 0 0 2.299vw 0;
    }

    .eq-news-inner-bottom__desc ul {
        margin: 0 0 2.299vw 0;
        padding: 0 0 0 1.724vw;
    }

    .eq-news-inner-bottom__desc ul li {
        font-size: 0.92vw;
    }

    .eq-news-inner-bottom__find_supplier {
        border-top: 0.057vw solid #769d90;
        padding: 2.299vw 0 3.103vw 0;
        border-bottom: 0.057vw solid #769d90;
    }

    .eq-news-inner-bottom__find_supplier h3 {
        font-size: 0.92vw;
        margin: 0 0 1.149vw 0;
    }

    .eq-news-inner-bottom__find_supplier p {
        font-size: 0.92vw;
        margin: 0 0 1.724vw 0;
    }

    .eq-news-inner__bottom_right .eq-news-image img {
        height: 8.966vw;
    }

    .eq-news-inner__bottom_right .eq-news-content {
        padding: 0.92vw;
    }

    .eq-news-inner__bottom_right .eq-news-content h3 {
        font-size: 0.92vw;
    }

    .eq-news-landing-share__icons {
        gap: 0.575vw;
        margin: 0 0 2.299vw 0;
    }

    .eq-news-landing-share__icons span {
        font-size: 0.805vw;
    }

    .eq-news-landing-share__icons ul {
        gap: 0.575vw;
    }

    .eq-news-landing-share__icons ul li img {
        width: 1.839vw;
        height: 1.897vw;
    }

    .eq-related__news h3 {
        font-size: 0.92vw;
        margin: 0 0 1.149vw 0;
    }

    .eq-related__news .eq-news-content h3 {
        font-size: 0.92vw;
        margin-bottom: 0.92vw;
    }
}

@media (max-width: 991px) {
    .eq-news-listing {
        padding: 30px 0;
    }
    /*
  .eq-news-inner_top__desc {
    flex-direction: column;
  } */

    .eq-news-inner-desc-info-content {
        padding: 90px 24px 30px;
    }

    .eq-news-inner-desc-info-content h1 {
        font-size: 36px;
    }

    .eq-news-inner-desc-image img {
        height: 520px;
    }

    .eq-news-inner__bottom__desc {
        grid-template-columns: 1fr;
    }

    .eq-related__news__content .eq-news-landing-desc__cards {
        margin: 0 0 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .eq-news-listing {
        padding: 43px 0;
    }
    .eq-news-inner_top__desc {
        flex-wrap: wrap;
    }
    .eq-news-inner-desc-info-content,
    .eq-news-inner-desc-image {
        max-width: 100%;
    }
    .eq-news-inner__bottom_left {
        max-width: 100%;
        margin-top: 0;
    }
    .eq-news-inner-desc {
        max-width: 500px;
    }
    .eq-news-inner-desc-image img {
        height: 344px;
    }
    .eq-news-inner__top {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        overflow: hidden;
    }
    .eq-news-inner-desc-info-content {
        padding: 55px 20px 26px;
    }
    .eq-news-inner-desc-info-content .date {
        margin-bottom: 26px;
    }
    .eq-news-inner__bottom__desc {
        padding: 56px 0 51px;
    }
    .eq-news-inner-bottom__find_supplier {
        padding: 40px 0 51px 0;
    }
    .eq-news-inner-bottom__find_supplier .btn {
        padding: 14px 20px;
    }
    .eq-news-inner-bottom__find_supplier .btn img {
        display: none;
    }
}
/* eq-news-inner css end here */

/* eq-Terms-Conditions css start here */
.eq-terms {
    padding: 140px 0 90px;
}

.eq-terms__desc h1 {
    font-family: var(--font-theme-primary);
    font-weight: 600;
    font-size: 50px;
    margin: 0 0 20px 0;
    color: #272727;
}
.eq-terms__cms-content.wysiwyg * {
    font-family: var(--font-theme-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #272727;
    word-break: break-word;
}
.eq-terms__cms-content.wysiwyg h6 {
    margin: 0;
}

/* .eq-terms__desc p {
  margin: 0 0 30px 0;
  word-break: break-word;
}

.eq-terms__desc p.terms-title {
  margin: 0 0 5px 0;
  font-weight: 600;
  text-transform: uppercase;
} */

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-terms {
        padding: 8.046vw 0 5.172vw;
    }
    .eq-terms__desc h1 {
        font-size: 2.874vw;
        margin: 0 0 1.149vw 0;
    }
    .eq-terms__cms-content.wysiwyg * {
        font-size: 1.034vw;
    }
    /*
  .eq-terms__desc p {
    margin: 0 0 1.724vw 0;
  }

  .eq-terms__desc p.terms-title {
    margin: 0;
  } */
}

@media (max-width: 991px) {
    .eq-terms {
        padding: 80px 0 60px;
    }

    .eq-terms__desc h1 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .eq-terms__cms-content.wysiwyg * {
        font-size: 16px;
        line-height: 1.6;
    }
}
/* eq-Terms-Conditions css end here */

/* eq-Thanks You css start here */
.eq-thank-you {
    padding: 74px 0 36px;
}

.eq-thank-you__wrap {
    background: #9ac5b6;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: 40px;
    padding: 28px 37px 46px 48px;
    align-items: center;
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
}

.thankyou-content {
    max-width: 545px;
    width: 100%;
}

.thankyou-content h2 {
    font-size: 40px;
    color: #003029;
    margin-bottom: 36px;
    font-family: var(--font-theme-primary);
    font-weight: 600;
}

.thankyou-content p {
    font-family: var(--font-theme-primary);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}

.thankyou-content .intro {
    font-family: var(--font-theme-primary);
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    color: #084f44;
    padding-right: 10px;
}

.thankyou-image img {
    width: 100%;
    height: 100%;
    max-height: 527px;
    object-fit: cover;
    border-radius: 14px;
}
.thankyou-content .text-desc {
    max-width: 537px;
    width: 100%;
}
.thankyou-content .text-desc p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-thank-you {
        padding: 4.253vw 0 2.069vw;
    }

    .eq-thank-you__wrap {
        border-radius: 0.92vw;
        gap: 2.299vw;
        padding: 1.609vw 2.126vw 2.644vw 2.759vw;
        max-width: 70.402vw;
    }

    .thankyou-content {
        max-width: 31.322vw;
    }

    .thankyou-content h2 {
        font-size: 2.299vw;
        margin-bottom: 2.069vw;
    }
    .thankyou-content .text-desc {
        max-width: 30.862vw;
        width: 100%;
    }

    .thankyou-content p {
        font-size: 0.92vw;
        margin-bottom: 1.379vw;
    }

    .thankyou-content .intro {
        font-size: 1.149vw;
        margin-bottom: 1.724vw;
        padding-right: 0.575vw;
    }

    .thankyou-image img {
        max-height: 30.287vw;
        border-radius: 0.805vw;
    }
}

@media (max-width: 991px) {
    .eq-thank-you__wrap {
        grid-template-columns: 1fr;
        padding: 21px 17px;
        gap: 10px;
    }

    .thankyou-image img {
        max-height: 473px;
    }

    .thankyou-content {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .eq-thank-you {
        padding: 60px 0 32px;
    }
    .thankyou-content h2 {
        font-size: 32px;
        padding-right: 30px;
    }
    .thankyou-content .text-desc {
        max-width: 100%;
        padding-right: 33px;
    }
    .thankyou-content p {
        font-size: 16px;
        font-weight: 300;
    }

    .eq-thank-you__wrap {
        gap: 24px;
    }
    .thankyou-content .intro {
        padding-right: 10px;
    }
}

/* eq-Thanks You css end here */

/* eq-FAQ css start here */
.eq-faq {
    padding: 70px 0 60px;
}

.eq-faq .faq__title h1 {
    font-size: 40px;
    font-weight: 600;
    background: #769d90;
    color: #fff;
    padding: 23px 40px;
    border-radius: 10px;
    font-family: var(--font-theme-primary);
    margin: 0 0 36px 0;
}

.eq-faq .faq-wrapper {
    margin: auto;
    background: #8678b3;
    padding: 40px 35px;
    border-radius: 16px;
}

.eq-faq .faq-item {
    border-bottom: 1px solid #80a68c;
}

.eq-faq .faq-item.no-border {
    border-bottom: 0;
}

.eq-faq .faq-question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 34px 0;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    text-align: left;
    font-family: var(--font--secondary);
}

.eq-faq .faq-question .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #35516c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    transition: transform 0.3s ease;
    font-family: var(--font-theme-primary);
}

.eq-faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
    opacity: 0;
    padding: 0 0 0 60px;
}

.eq-faq .faq-answer p {
    color: #fff;
    padding-bottom: 18px;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    font-family: var(--font-theme-primary);
}

.eq-faq .faq-item.active .faq-answer {
    max-height: 200px;
    opacity: 1;
}

.eq-faq .faq-item.active .icon {
    transform: rotate(45deg);
}

.eq-faq .btn_load_more {
    margin: 20px 0 0 0;
}

.eq-faq .btn_load_more a.btn-primary:hover {
    background-color: var(--color-secondary);
    color: var(--color-light);
    border-color: var(--color-secondary);
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-faq {
        padding: 4.023vw 0 3.448vw;
    }

    .eq-faq .faq__title h1 {
        font-size: 2.299vw;
        padding: 1.322vw 2.299vw;
        border-radius: 0.575vw;
        margin: 0 0 2.069vw 0;
    }

    .eq-faq .faq-wrapper {
        padding: 2.299vw 2.011vw;
        border-radius: 0.92vw;
    }

    .eq-faq .faq-item {
        border-bottom: 0.057vw solid #80a68c;
    }

    .eq-faq .faq-item.no-border {
        border-bottom: 0;
    }

    .eq-faq .faq-question {
        padding: 1.954vw 0;
        gap: 1.149vw;
        font-size: 1.379vw;
    }

    .eq-faq .faq-question .icon {
        width: 2.184vw;
        height: 2.184vw;
        font-size: 1.954vw;
    }

    .eq-faq .faq-answer {
        padding: 0 0 0 3.448vw;
    }

    .eq-faq .faq-answer p {
        padding-bottom: 1.034vw;
        font-size: 1.034vw;
    }

    .eq-faq .faq-item.active .faq-answer {
        max-height: 11.494vw;
    }

    .eq-faq .btn_load_more {
        margin: 1.149vw 0 0 0;
    }
}

@media (max-width: 991px) {
    .eq-faq .faq-wrapper {
        padding: 20px;
    }

    .eq-faq .faq-question {
        font-size: 18px;
        padding: 18px 0;
    }

    .eq-faq .faq-question .icon {
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        font-size: 24px;
    }

    .eq-faq .faq-answer {
        padding: 0 0 0 50px;
    }

    .eq-faq .faq-answer p {
        font-size: 16px;
    }

    .eq-faq .faq__title h1 {
        font-size: 30px;
        padding: 8px 20px;
        margin: 0 0 24px 0;
    }
}

/* eq-FAQ css end here */

/* eq-Cart Basket css start here */
.eq-cart-basket {
    width: 100%;
    padding: 74px 0 183px;
}

.eq-cart-basket__wrap {
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
}

.eq-cart-basket .cart-basket__title {
    background: #769d90;
    padding: 24px 38px;
    margin-bottom: 45px;
    border-radius: 10px;
}

.eq-cart-basket .cart-basket__title h1 {
    font-family: var(--font-theme-primary);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
    color: var(--color-light);
}

.eq-cart-basket .cart-header {
    background: #769d90;
    color: #fff;
    padding: 14px 24px;
    font-size: 22px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-weight: 600;
}

.eq-cart-basket .cart-table {
    border: 1px solid #8fb5a8;
    border-radius: 0;
    overflow: hidden;
}

.eq-cart-basket .cart-head {
    display: grid;
    grid-template-columns: 1fr 297px;
    background: #ffffff;
    border-bottom: 1px solid #8fb5a8;
}

.eq-cart-basket .cart-head div {
    padding: 14px 24px;
    font-weight: 600;
    color: #3b655c;
    font-family: var(--font--secondary);
    font-size: 30px;
}

.eq-cart-basket .cart-head div:last-child {
    border-left: 1px solid #8fb5a8;
    text-align: left;
    padding: 15px 31px;
}

.eq-cart-basket .cart-row {
    display: grid;
    grid-template-columns: 1fr 297px;
    border-bottom: 1px solid #8fb5a8;
    min-height: 90px;
}

.eq-cart-basket .cart-row:last-child {
    border-bottom: none;
}

.eq-cart-basket .product {
    display: flex;
    gap: 31px;
    align-items: center;
    padding: 33px 26px 33px 36px;
    position: relative;
}

.eq-cart-basket .product .product-media {
    width: 62px;
    border-radius: 6px;
    overflow: hidden;
}

.eq-cart-basket .product p {
    font-size: 16px;
    line-height: 1.5;
    color: #3b655c;
    max-width: 554px;
    width: 100%;
    font-family: var(--font-theme-primary);
}

.eq-cart-basket .remove {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #084f44;
    background: #fff;
    color: #084f44;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-left: auto;
}

.eq-cart-basket .quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border-left: 1px solid #8fb5a8;
    padding: 33px 31px;
}

.eq-cart-basket .quantity__wrap {
    border: 1px solid #084f44;
    border-radius: 25px;
    padding: 7px 10px 7px 22px;
    max-width: 154px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eq-cart-basket .qty-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #084f44;
    background: #fff;
    color: #084f44;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    line-height: 1.6;
}
body.browser-safari .eq-cart-basket .qty-btn{
    padding: 3px 4px 5px;
}
.eq-cart-basket .quantity input {
    width: 60px;
    text-align: left;
    font-size: 20px;
    background: transparent;
    line-height: 1.5;
    display: inline-block;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    color: var(--color-grey);
    outline: none;
    border: 0;
    box-shadow: none;
}

.eq-cart-basket .cart-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}

.eq-cart-basket .btn.btn-find-order {
    background-color: var(--color-primary-100);
    color: var(--color-light);
    letter-spacing: 2px;
    padding: 12px;
    width: 261px;
}
body.browser-safari .eq-cart-basket .btn.btn-find-order{
    padding: 14px 12px 10px;
}
body.browser-safari .eq-cart-basket .btn.btn-find-order img, 
body.browser-safari .eq-cart-basket .btn.btn-find-order svg{
    top: -3px;
}

.eq-cart-basket .quantity-button {
    max-width: 53px;
    width: 100%;
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-cart-basket {
        padding: 4.253vw 0 10.517vw;
    }

    .eq-cart-basket__wrap {
        max-width: 70.402vw;
    }

    .eq-cart-basket .cart-basket__title {
        padding: 1.379vw 2.184vw;
        margin-bottom: 2.586vw;
        border-radius: 0.575vw;
    }

    .eq-cart-basket .cart-basket__title h1 {
        font-size: 2.299vw;
    }

    .eq-cart-basket .cart-header {
        padding: 0.805vw 1.379vw;
        font-size: 1.264vw;
        border-radius: 0.575vw;
        margin-bottom: 1.379vw;
    }

    .eq-cart-basket .cart-table {
        border: 0.057vw solid #8fb5a8;
    }

    .eq-cart-basket .cart-head {
        grid-template-columns: 1fr 17.069vw;
        background: #ffffff;
        border-bottom: 0.057vw solid #8fb5a8;
    }

    .eq-cart-basket .cart-head div {
        padding: 0.805vw 1.379vw;
        font-size: 1.724vw;
    }

    .eq-cart-basket .cart-head div:last-child {
        border-left: 0.057vw solid #8fb5a8;
        padding: 0.862vw 1.782vw;
    }

    .eq-cart-basket .cart-row {
        grid-template-columns: 1fr 17.069vw;
        border-bottom: 0.057vw solid #8fb5a8;
        min-height: 5.172vw;
    }

    .eq-cart-basket .product {
        gap: 1.782vw;
        padding: 1.897vw 1.494vw 1.897vw 2.069vw;
    }

    .eq-cart-basket .product .product-media {
        width: 3.563vw;
        border-radius: 0.345vw;
    }

    .eq-cart-basket .product p {
        font-size: 0.92vw;
        max-width: 31.839vw;
    }

    .eq-cart-basket .remove {
        right: 1.379vw;
        width: 1.379vw;
        height: 1.379vw;
        border: 0.057vw solid #084f44;
        font-size: 0.805vw;
    }

    .eq-cart-basket .quantity {
        gap: 0.46vw;
        border-left: 0.057vw solid #8fb5a8;
        padding: 1.897vw 1.782vw;
    }

    .eq-cart-basket .quantity__wrap {
        border: 0.057vw solid #084f44;
        border-radius: 1.437vw;
        padding: 0.402vw 0.575vw 0.402vw 1.264vw;
        max-width: 8.851vw;
    }

    .eq-cart-basket .qty-btn {
        width: 1.379vw;
        height: 1.379vw;
        border: 0.057vw solid #084f44;
        font-size: 1.149vw;
    }
    body.browser-safari .eq-cart-basket .qty-btn{
        padding: 0.172vw 0.230vw 0.287vw;
    }
    .eq-cart-basket .quantity input {
        width: 3.448vw;
        font-size: 1.149vw;
    }

    .eq-cart-basket .cart-footer {
        margin-top: 1.609vw;
    }

    .eq-cart-basket .btn.btn-find-order {
        letter-spacing: 0.115vw;
        padding: 0.69vw;
        width: 15vw;
    }
    body.browser-safari .eq-cart-basket .btn.btn-find-order{
        padding: 0.805vw 0.690vw 0.575vw;
    }
    body.browser-safari .eq-cart-basket .btn.btn-find-order img, 
    body.browser-safari .eq-cart-basket .btn.btn-find-order svg{
        top: -0.172vw;
    }

    .eq-cart-basket .quantity-button {
        max-width: 3.046vw;
        gap: 0.23vw;
    }
}

@media (max-width: 991px) {
    .eq-cart-basket {
        padding: 70px 0 30px;
    }

    .eq-cart-basket .product {
        padding: 16px;
        gap: 12px;
    }

    .eq-cart-basket .quantity-button {
        max-width: 66px;
    }

    .eq-cart-basket .product p {
        font-size: 14px;
        line-height: 1.4;
        max-width: 346px;
        overflow: hidden;
    }

    .eq-cart-basket .quantity {
        padding: 14px 16px;
    }

    .eq-cart-basket .qty-btn {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .eq-cart-basket .quantity input {
        width: 34px;
        font-size: 15px;
    }

    .eq-cart-basket .order-btn {
        width: 100%;
        text-align: center;
    }

    .eq-cart-basket .cart-row {
        grid-template-columns: 1fr 200px;
    }

    .eq-cart-basket .cart-head {
        grid-template-columns: 1fr 200px;
    }
}

@media only screen and (max-width: 767px) {
    .eq-cart-basket .product {
        padding: 9px 10px 17px 10px;
        gap: 14px;
    }

    .eq-cart-basket .remove {
        left: 0;
        top: 0;
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .eq-cart-basket .cart-head,
    .eq-cart-basket .cart-row {
        grid-template-columns: 1fr 153px;
    }

    .eq-cart-basket .cart-head div:last-child {
        padding: 15px 14px;
    }

    .eq-cart-basket .cart-head div {
        padding: 14px 19px;
    }

    .eq-cart-basket .product .product-media {
        width: 76px;
        min-width: 76px;
        padding-bottom: 102px;
        position: relative;
    }

    .eq-cart-basket .product .product-media img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .eq-cart-basket .product p {
        max-width: 100%;
        width: unset;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .eq-cart-basket .quantity__wrap {
        position: relative;
        padding: 7px 40px;
    }

    .eq-cart-basket .quantity input {
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }

    .eq-cart-basket .quantity-button {
        max-width: unset;
        width: unset;
    }

    .eq-cart-basket .qty-btn {
        width: 20px;
        height: 20px;
        font-size: 16px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .eq-cart-basket .qty-btn.minus {
        left: 20px;
    }

    .eq-cart-basket .qty-btn.plus {
        right: 20px;
    }

    .eq-cart-basket .cart-basket__title h1 {
        font-size: 32px;
    }

    .eq-cart-basket .cart-basket__title {
        padding: 12px 19px;
        margin-bottom: 33px;
    }

    .eq-cart-basket {
        padding: 60px 0 41px;
    }
}

@media (max-width: 400px) {
    .eq-cart-basket .cart-head div {
        font-size: 24px;
    }

    .eq-cart-basket .cart-row,
    .eq-cart-basket .cart-head {
        grid-template-columns: 1fr 130px;
    }

    .eq-cart-basket .quantity__wrap {
        padding: 7px 20px;
    }

    .eq-cart-basket .qty-btn.plus {
        right: 10px;
    }

    .eq-cart-basket .qty-btn.minus {
        left: 10px;
    }
}

/* eq-Cart Basket css end here */

/* eq-Order Form css start here */
.eq-order-form {
    padding: 70px 0 60px;
}

.eq-order-form .order-form__title h1 {
    font-size: 40px;
    font-weight: 600;
    background: #769d90;
    color: #fff;
    padding: 14px 40px;
    border-radius: 10px;
    font-family: var(--font-theme-primary);
    margin: 0 0 15px 0;
}

.order-form_dental__council {
    background: #c4191c66;
    padding: 23px 36px;
    border-radius: 10px;
    margin: 0 0 15px 0;
}

.order-form_dental_council__desc {
    display: flex;
    align-items: center;
    gap: 23px;
}

.order-form_dental_council__desc p {
    font-family: var(--font-theme-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.order-form {
    padding: 43px 60px;
    background: #769d9075;
    border-radius: 10px;
}

.order-header h2 {
    margin: 0 0 5px;
    font-size: 25px;
    font-weight: 700;
    font-family: var(--font-theme-primary);
}

.order-header p {
    font-family: var(--font-theme-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 180%;
    border-bottom: 1px solid #769d90;
    padding-bottom: 30px;
    color: #272727;
}

.order-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 25px;
}

.order-grid.form_checkbox__grid {
    border-top: 1px solid #769d90;
    border-bottom: 1px solid #769d90;
    padding: 24px 0;
}

.order-grid.form_textarea__grid {
    border-bottom: 1px solid #769d90;
    padding: 0 0 20px 0;
}

.form-full {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr;
    display: grid;
    border-top: 1px solid #769d90;
    border-bottom: 1px solid #769d90;
    padding: 24px 0;
}

.form-full.form-textarea {
    display: block;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}

.form-col h4 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: var(--font-theme-primary);
    color: #272727;
}

.input-box input {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 24px 33px;
    margin-bottom: 14px;
    font-size: 18px;
    outline: none;
    font-family: var(--font-theme-primary);
    width: 533px;
    height: 74px;
    background: #fff;
    color: #272727;
}

.input-box textarea {
    resize: none;
    width: 100%;
    margin: 0 0 30px 0;
    border: none;
    border-radius: 15px;
    padding: 24px 33px;
    font-size: 18px;
    font-family: var(--font-theme-primary);
    border: none;
    color: #272727;
}

.input-box select {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 24px 33px;
    margin-bottom: 14px;
    font-size: 18px;
    outline: none;
    font-family: var(--font-theme-primary);
    width: 533px;
    height: 74px;
    background: #fff;
    color: #272727;
    appearance: none;
    background-image: url(../images/shop-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.input-box input::-webkit-input-placeholder,
.input-box textarea::-webkit-input-placeholder {
    color: #272727;
    opacity: 1;
}

.input-box input:-moz-placeholder,
.input-box textarea:-moz-placeholder {
    color: #272727;
    opacity: 1;
}

.input-box input::-moz-placeholder,
.input-box textarea::-moz-placeholder {
    color: #272727;
    opacity: 1;
}

.input-box form input:-ms-input-placeholder,
.input-box form textarea:-ms-input-placeholder {
    color: #272727;
    opacity: 1;
}

.form_checkbox {
    padding: 22px 0;
}

.form_checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: var(--font-theme-primary);
    line-height: 180%;
}

.form_checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 50%;
}

.form_checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 13px;
    width: 6px;
    height: 15px;
    border: 1px solid #769d90;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.order-review {
    margin-top: 0;
    border: 1px solid #769d90;
    border-radius: 0;
    padding: 0;
}

.order-review h3 {
    margin-bottom: 0;
    padding: 15px 36px;
    border-bottom: 1px solid #769d90;
    color: #3b655c;
    font-size: 30px;
    font-family: var(--font--secondary);
}

.order-review .review-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 28px 36px;
    border-top: 1px solid #769d90;
}

.order-review .review-item p {
    color: #3b655c;
    max-width: 554px;
}

.order-review .review-item:first-of-type {
    border-top: none;
}

.order-review .thumb img {
    width: 62px;
    height: 62px;
    border-radius: 15px;
}

.order-footer {
    margin: 15px 0 0 0;
}

.order-footer p {
    color: #000000;
    font-family: var(--font-theme-primary);
    font-weight: 400;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-order-form {
        padding: 4.023vw 0 3.448vw;
    }
    .order-form_dental_council__desc p {
        font-size: 0.92vw;
    }
    .eq-order-form .order-form__title h1 {
        padding: 0.805vw 2.299vw;
        border-radius: 0.575vw;
        margin: 0 0 0.862vw 0;
    }

    .order-form_dental__council {
        padding: 1.322vw 2.069vw;
        border-radius: 0.575vw;
        margin: 0 0 0.862vw 0;
    }

    .order-form_dental_council__desc {
        gap: 1.322vw;
    }

    .order-form {
        padding: 2.471vw 3.448vw;
        border-radius: 0.575vw;
    }

    .order-header h2 {
        margin: 0 0 0.287vw;
        font-size: 1.437vw;
    }

    .order-header p {
        font-size: 0.92vw;
        border-bottom: 0.057vw solid #769d90;
        padding-bottom: 1.724vw;
    }

    .order-grid {
        gap: 1.437vw;
        margin-top: 1.437vw;
    }

    .order-grid.form_checkbox__grid {
        border-top: 0.057vw solid #769d90;
        border-bottom: 0.057vw solid #769d90;
        padding: 1.379vw 0;
    }

    .order-grid.form_textarea__grid {
        border-bottom: 0.057vw solid #769d90;
        padding: 0 0 1.149vw 0;
    }

    .form-full {
        border-top: 0.057vw solid #769d90;
        border-bottom: 0.057vw solid #769d90;
        padding: 1.379vw 0;
    }

    .form-col h4 {
        margin-bottom: 0.862vw;
        font-size: 1.034vw;
        letter-spacing: 0.029vw;
    }

    .input-box input {
        border-radius: 0.862vw;
        padding: 1.379vw 1.897vw;
        margin-bottom: 0.805vw;
        font-size: 1.034vw;
        width: 30.632vw;
        height: 4.253vw;
    }

    .input-box select {
        border-radius: 0.862vw;
        padding: 1.379vw 1.897vw;
        margin-bottom: 0.805vw;
        font-size: 1.034vw;
        width: 30.632vw;
        height: 4.253vw;
        background-position: right 0.69vw center;
        background-size: 1.379vw;
    }

    .input-box textarea {
        margin: 0 0 1.724vw 0;
        border-radius: 0.862vw;
        padding: 1.379vw 1.897vw;
        font-size: 1.034vw;
    }

    .form_checkbox {
        padding: 1.264vw 0;
    }

    .form_checkbox label {
        font-size: 1.034vw;
    }

    .form_checkbox label:before {
        border: 0.115vw solid #fff;
        box-shadow:
            0 0.057vw 0.115vw rgba(0, 0, 0, 0.05),
            inset 0vw -0.862vw 0.575vw -0.69vw rgba(0, 0, 0, 0.05);
        padding: 0.862vw;
        margin-right: 0.287vw;
    }

    .form_checkbox input:checked + label:after {
        top: 0.23vw;
        left: 0.747vw;
        width: 0.345vw;
        height: 0.862vw;
        border: 0.057vw solid #769d90;
        border-width: 0 0.115vw 0.115vw 0;
    }

    .order-review {
        border: 0.057vw solid #769d90;
    }

    .order-review h3 {
        padding: 0.862vw 2.069vw;
        border-bottom: 0.057vw solid #769d90;
        font-size: 1.724vw;
    }

    .order-review .review-item {
        gap: 0.862vw;
        padding: 1.609vw 2.069vw;
        border-top: 0.057vw solid #769d90;
    }

    .order-review .review-item p {
        max-width: 31.839vw;
    }

    .order-review .thumb img {
        width: 3.563vw;
        height: 3.563vw;
        border-radius: 0.862vw;
    }

    .order-footer {
        margin: 0.862vw 0 0 0;
    }

    .order-footer p {
        margin: 0 0 1.149vw 0;
    }
}

@media (max-width: 991px) {
    .order-grid {
        grid-template-columns: 1fr;
    }

    .form-full {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }

    .input-box input,
    .input-box select {
        width: 100%;
        padding: 14px 24px;
        height: 54px;
    }

    .input-box select {
        padding: 14px 44px 14px 24px;
    }

    .input-box textarea {
        padding: 14px 24px;
    }

    .order-form {
        padding: 14px 26px;
    }

    .order-form_dental__council {
        padding: 14px 20px;
    }

    .eq-order-form .order-form__title h1 {
        padding: 14px 20px;
    }

    .form_checkbox label {
        font-size: 16px;
    }

    .form-full {
        padding: 10px 0;
    }

    .order-review .review-item {
        padding: 20px;
    }

    .order-review .thumb {
        flex-shrink: 0;
    }

    .order-review .thumb img {
        width: 62px;
        height: 102px;
        border-radius: 15px;
        object-fit: cover;
    }

    .order-form_dental_council__desc {
        display: block;
    }

    .order-form_dental_council__desc img {
        margin: 0 0 20px 0;
    }

    .form_checkbox input:checked + label:after {
        top: 2px;
    }
}
@media only screen and (max-width: 767px){
    .order-grid {
        padding: 0 5px;
    }
}

/* eq-Order Form css end here */

/* eq-Gallery css start here */
.eq-gallery {
    padding: 70px 0 60px;
}

.eq-gallery .gallery__title h1 {
    font-size: 40px;
    font-weight: 600;
    background: #769d90;
    color: #fff;
    padding: 22px 40px;
    border-radius: 10px;
    font-family: var(--font-theme-primary);
    margin: 0 0 36px 0;
}

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 16px;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.grid-item img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
}

.grid-item.wide {
    grid-column: span 2;
}

.grid-item.video::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: url(../images/gallery-play-btn.svg);
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-gallery {
        padding: 4.023vw 0 3.448vw;
    }

    .eq-gallery .gallery__title h1 {
        font-size: 2.299vw;
        padding: 1.264vw 2.299vw;
        border-radius: 0.575vw;
        margin: 0 0 2.069vw 0;
    }

    .gallery__grid {
        display: grid;
        grid-template-columns: repeat(4, 2fr);
        gap: 0.92vw;
    }

    .grid-item {
        border-radius: 0.805vw;
    }

    .grid-item img {
        height: 25.287vw;
    }
}

@media (max-width: 991px) {
    .gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-item.wide {
        grid-column: span 1;
    }

    .grid-item img {
        height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .gallery__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-item.wide {
        grid-column: span 1;
    }
}

/* eq-Gallery css end here */

/* eq-Get in touch css end here */
.eq-get-in-touch {
    padding: 70px 0 114px;
}

.eq-get-in-touch__details {
    display: flex;
    align-items: center;
    gap: 50px;
}

.eq-inner-banner.get-in-touch-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        272.04deg,
        rgba(28, 28, 28, 0) 1.76%,
        #272727 90.93%
    );
    background-blend-mode: multiply;
    width: 963px;
    height: 100%;
    z-index: 1;
}

.eq-inner-banner.get-in-touch-banner .eq-inner-banner__content {
    max-width: 525px;
    width: 100%;
    padding: 234px 0;
}

.eq-get-in-touch__left {
    width: 40%;
}

.eq-get-in-touch__right {
    width: 60%;
}

.get-in-touch__logo {
    margin: 0 0 60px 0;
}

.eq-get-in-touch__left p {
    font-family: var(--font-theme-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #3b655c;
    max-width: 400px;
    margin: 0 0 30px 0;
}

.contact__info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 30px 0;
}

.contact__info img {
    width: 28px;
    height: 28px;
}

.contact__info a {
    font-size: 18px;
    font-weight: 600;
    color: #3b655c;
    font-family: var(--font-theme-primary);
    text-decoration: underline;
}

.contact__info a:hover {
    text-decoration: none;
}

/* .contact__form {
  background: #cde9e0;
  padding: 43px 60px;
  border-radius: 15px;
} */

.contact__form h3 {
    font-family: var(--font-theme-primary);
    font-weight: 700;
    color: #3b655c;
    font-size: 25px;
    margin: 0 0 30px 0;
}

.contact__form p {
    font-family: var(--font-theme-primary);
    font-weight: 400;
    color: #3b655c;
    font-size: 18px;
    margin: 0 0 30px 0;
}

.contact__form .input-box input {
    width: 100%;
    border: none;
    border-radius: 15px;
    padding: 24px 33px;
    margin-bottom: 14px;
    font-size: 18px;
    outline: none;
    font-family: var(--font-theme-primary);
    height: 74px;
    background: #fff;
    color: #3b655c;
}

.contact__form .input-box textarea {
    margin: 0 0 14px 0;
}

.contact__form .input-box input::-webkit-input-placeholder,
.contact__form .input-box textarea::-webkit-input-placeholder {
    color: #3b655c;
    opacity: 1;
}

.contact__form .input-box input:-moz-placeholder,
.contact__form .input-box textarea:-moz-placeholder {
    color: #3b655c;
    opacity: 1;
}

.contact__form .input-box input::-moz-placeholder,
.contact__form .input-box textarea::-moz-placeholder {
    color: #3b655c;
    opacity: 1;
}

.contact__form .input-box form input:-ms-input-placeholder,
.contact__form .input-box form textarea:-ms-input-placeholder {
    color: #3b655c;
    opacity: 1;
}

.eq-hero-banner.contact__us {
    padding: 250px 0 226px;
}

.eq-hero-banner.contact__us .eq-hero-banner__wrap {
    justify-content: flex-start;
}

.eq-hero-banner.contact__us .eq-hero-banner__bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        272.04deg,
        rgba(28, 28, 28, 0) 1.76%,
        #272727 90.93%
    );
    background-blend-mode: multiply;
}

.eq-hero-banner.contact__us .eq-hero-banner__content {
    max-width: 694px;
    padding: 0;
}

.eq-hero-banner.contact__us .eq-hero-banner__content h1 {
    color: var(--color-light);
    font-size: 90px;
}

.eq-hero-banner.contact__us .eq-hero-banner__content h1 span {
    font-size: 100px;
}

.eq-hero-banner.contact__us .eq-hero-banner__content .text-desc {
    color: var(--color-light);
    max-width: 510px;
    width: 100%;
    margin-top: 20px;
}

.eq-hero-banner.contact__us .eq-hero-banner__review-logo .trustpilot-logo,
.eq-product-banner.contact .eq-hero-banner__review-logo .trustpilot-logo {
    max-width: 279px;
}

.eq-hero-banner.contact__us .eq-hero-banner__review-logo .google-logo,
.eq-product-banner.contact .eq-hero-banner__review-logo .google-logo {
    max-width: 130px;
}

.eq-hero-banner.contact__us .eq-hero-banner__review-logo {
    gap: 16px;
    margin-top: 28px;
}

@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-hero-banner.contact__us {
        padding: 14.368vw 0 12.989vw;
    }

    .eq-get-in-touch {
        padding: 4.023vw 0 6.552vw;
    }

    .eq-get-in-touch__details {
        gap: 2.874vw;
    }

    .eq-inner-banner.get-in-touch-banner:before {
        width: 55.345vw;
    }

    .eq-inner-banner.get-in-touch-banner .eq-inner-banner__content {
        max-width: 30.172vw;
        padding: 13.448vw 0;
    }

    .get-in-touch__logo {
        margin: 0 0 3.448vw 0;
    }

    .eq-get-in-touch__left p {
        max-width: 22.989vw;
        margin: 0 0 1.724vw 0;
    }

    .contact__info {
        gap: 1.149vw;
        margin: 0 0 1.724vw 0;
    }

    .contact__info img {
        width: 1.609vw;
        height: 1.609vw;
    }

    .contact__info a {
        font-size: 1.034vw;
    }
    /*
  .contact__form {
    padding: 2.471vw 3.448vw;
    border-radius: 0.862vw;
  } */

    .contact__form h3 {
        font-size: 1.437vw;
        margin: 0 0 1.724vw 0;
    }

    .contact__form p {
        font-size: 1.034vw;
        margin: 0 0 1.724vw 0;
    }

    .contact__form .input-box input {
        border-radius: 0.862vw;
        padding: 1.379vw 1.897vw;
        margin-bottom: 0.805vw;
        font-size: 1.034vw;
        height: 4.253vw;
    }

    .contact__form .input-box textarea {
        margin: 0 0 0.805vw 0;
    }

    .eq-hero-banner.contact__us {
        padding: 13.793vw 0 12.299vw;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__content {
        max-width: 39.885vw;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__content h1 {
        font-size: 5.172vw;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__content h1 span {
        font-size: 5.747vw;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__content .text-desc {
        max-width: 29.31vw;
        margin-top: 1.149vw;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__review-logo .trustpilot-logo,
    .eq-product-banner.contact .eq-hero-banner__review-logo .trustpilot-logo {
        max-width: 16.034vw;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__review-logo .google-logo,
    .eq-product-banner.contact .eq-hero-banner__review-logo .google-logo {
        max-width: 7.471vw;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__review-logo {
        gap: 0.92vw;
        margin-top: 1.609vw;
    }
}

@media (max-width: 991px) {
    .eq-get-in-touch {
        padding: 44px 0 62px;
    }

    .eq-get-in-touch__details {
        flex-wrap: wrap;
        gap: 20px;
    }

    .eq-get-in-touch__left {
        width: 100%;
    }

    .eq-get-in-touch__right {
        width: 100%;
    }

    .contact__info a {
        font-size: 16px;
    }

    .get-in-touch__logo {
        margin: 0 0 30px 0;
    }

    .get-in-touch__logo img {
        max-width: 196px;
    }

    /* .contact__form {
    padding: 20px;
  } */

    .contact__info {
        gap: 10px;
    }

    .eq-inner-banner.get-in-touch-banner .eq-inner-banner__bg img {
        object-position: bottom center;
    }

    .eq-inner-banner.get-in-touch-banner .eq-inner-banner__content {
        padding: 114px 0;
    }

    .eq-hero-banner.contact__us {
        padding: 100px 0 120px;
    }

    .contact__form .input-box input {
        padding: 24px 24px;
        height: 54px;
    }

    .contact__form .input-box textarea {
        padding: 14px 24px;
    }
}

@media only screen and (max-width: 767px) {
    /* .eq-hero-banner__review-logo {
    display: none;
  } */

    .eq-review-visibility.eq-hide-mobile {
        display: none;
    }

    .eq-hero-banner.contact__us {
        padding: 73px 0;
        min-height: 523px;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__content {
        max-width: 694px;
        padding: 0;
        padding-right: 60px;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__content h1 {
        font-size: 48px;
        padding-right: 40px;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__content h1 span {
        font-size: 55px;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__wrap {
        padding-right: 47px;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__review-logo {
        gap: 30px;
        margin-top: 32px;
    }

    .eq-hero-banner.contact__us .eq-hero-banner__content .text-desc {
        margin-top: 36px;
    }

    .page-id-582 .eq-product-banner.contact .eq-product-banner__bg::after {
        background: rgba(0, 0, 0, 0.75);
        width: 100%;
        display: none;
    }
    .eq-hero-banner.contact__us .eq-hero-banner__bg::after {
        background: rgba(0, 0, 0, 0.75);
        width: 100%;
    }
}

/* eq-Get in touch css end here */

/* 16-02-2026 new css start here */
.eq-faq__wrap {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.btn_load_more .btn.btn-primary {
    font-family: var(--font-theme);
    font-weight: 400;
    font-size: 16.53px;
    line-height: 1.3;
    color: #8678b3;
    padding: 13px 22px;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 8px;
    text-transform: none;
}
.eq-gallery__wrap {
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1740px) and (min-width: 992px) {
    .eq-faq__wrap {
        max-width: 71.264vw;
    }
    .eq-gallery__wrap {
        max-width: 70.402vw;
    }
}
/* 16-02-2026 new css end here */

.eq-shop__card .eq-shop__card-content a.added_to_cart {
    padding-top: 0.5em;
    align-self: center;
    font-family: var(--font-theme-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-primary-100);
}

.eq-shop__card .eq-shop__card-content a.added_to_cart:hover {
    text-decoration: underline;
    cursor: pointer;
}

.eq-shop-loader {
    margin: 20px auto;
    inset: 0;
    display: none;
}
.eq-spinner {
    width: 45px;
    height: 45px;
    border: 4px solid #e5e5e5;
    border-top: 4px solid #000; /* your brand color */
    border-radius: 50%;
    animation: eqSpin 0.8s linear infinite;
}

@keyframes eqSpin {
    to {
        transform: rotate(360deg);
    }
}

/* 02-03-2026 css change start here */
@media only screen and (max-width: 767px) {
    .eq-order-form .order-form__title h1 {
        padding: 11px 20px;
        font-size: 32px;
    }
    .order-header p {
        font-size: 18px;
        font-weight: 400;
    }
    .input-box input,
    .input-box select {
        width: 100%;
        padding: 14px 16px;
        height: 74px;
    }
    .input-box select {
        padding: 14px 48px 14px 16px;
    }
}
/* 02-03-2026 css change end here */

.page-id-1752 .cus-container-sm .return-to-shop {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
