@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Import Google Font */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../font/PPNeueMontreal-Bold.woff') format('woff2'), url('../font/PPNeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal Book';
    src: url('../font/PPNeueMontreal-Book.woff2') format('woff2'), url('../font/PPNeueMontreal-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../font/PPNeueMontreal-Italic.woff2') format('woff2'), url('../font/PPNeueMontreal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../font/PPNeueMontreal-Medium.woff2') format('woff2'), url('../font/PPNeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../font/PPNeueMontreal-Thin.woff2') format('woff2'), url('../font/PPNeueMontreal-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../font/PPNeueMontreal-SemiBolditalic.woff2') format('woff2'), url('../font/PPNeueMontreal-SemiBolditalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "minerva-modern", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'PP Neue Montreal'; */
    font-family: "minerva-modern", sans-serif;
}

a,
p,
button,
li {
    font-family: "Poppins", sans-serif;
}

a span {
    display: none;
}

p {
    font-size: 16px;
    color: #000;
    font-style: normal;
    font-weight: 400;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    border-radius: 0;
    font-size: 0;
    border: 0;
    background-color: #0d3650;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9;
}

.slick-arrow.slick-prev {
    left: 0;
}

.slick-arrow.slick-prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-next {
    right: 0;
}

.slick-arrow.slick-next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-slide {
    padding: 0 15px;
}

.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border: none;
    background-color: #000000;
    transition: all ease 0.4s;
    position: relative;
}

.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid #000000;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

ul.slick-dots li {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1160px;
    }
}

.common-btn {
    background-color: #990000;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.5s;
    border-radius: 0px;
    color: #fff;
    padding: 8px 10px;
    outline: 1px solid #ffffffc7;
    outline-offset: -6px;
}

.common-btn:hover {
    background-color: transparent;
    color: #990000;
}

.white-btn {
    background-color: #990000;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.5s;
    border-radius: 8px;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #990000;
    font-size: 16px;
}

.white-btn:hover {
    color: #fff;
    border-color: #519200;
    background-color: #519200;
}

.border-btn {
    background-color: #519200;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.5s;
    border-radius: 0px;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #519200;
    font-size: 16px;
    outline: 1px solid #ffffffc7;
    outline-offset: -6px;
}

.border-btn:hover {
    background-color: #990000;
    border: 1px solid #990000;
    color: #fff;
}

.black-border-btn {
    background-color: #519200;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.5s;
    border-radius: 0px;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #519200;
    font-size: 16px;
    outline: 1px solid #ffffffc7;
    outline-offset: -6px;
}

.black-border-btn:hover {
    border-color: #990000;
    background-color: #990000;
    color: #fff;
}

.blue-btn {
    background-color: #003470;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.5s;
    border-radius: 0px;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #003470;
    font-size: 16px;
    outline: 1px solid #ffffffc7;
    outline-offset: -6px;
}

.blue-btn:hover {
    border-color: #990000;
    background-color: #990000;
    color: #fff;
}

section {
    padding: 60px 0px;
}

.section-title h1,
.section-title h2 {
    color: #000;
    border-bottom: 1px solid #990000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}


/* ------------------------------
   MEGA MENU (FULL WIDTH)
--------------------------------*/

.has-mega-block {
    position: static;
}

.mega-block {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #990000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 35px 0;
    z-index: 9;
    max-width: 1150px;
}

.has-mega-block:hover .mega-block {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-inner {
    max-width: calc(100% - 5%);
    margin: 0 auto;
    display: grid;
    gap: 40px;
    padding: 0 0px;
}

.mega-column {
    min-width: 200px;
}

.mega-title {
    font-size: 17px;
    color: #990000;
    font-weight: 700;
    margin-bottom: 12px;
    border-bottom: 2px solid #990000;
    display: inline-block;
    padding-bottom: 5px;
}

.mega-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-column {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
}

.mega-links li {
    width: 100%;
    text-align: left;
}

.mega-links li a {
    transition: all ease 0.5s;
    border-bottom: 1px solid #d1d1d1;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    position: relative;
    text-align: left;
    padding: 15px 10px 15px 40px;
    width: 100%;
    display: inline-block;
}

.mega-block a {
    position: relative;
}

.mega-links li a:hover {
    background: rgb(0 52 112 / 10%);
}

.mega-block .title-bx h3 {
    font-size: 25px;
    border-bottom: 1px solid #0000002e;
    display: block;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.mega-block a::before {
    height: 11px;
    width: 11px;
    position: absolute;
    content: "";
    background-color: #990000;
    left: 15px;
    top: 21px;
    border-radius: 100px;
    outline: 2px solid #990000;
    outline-offset: 2px;
}

.mega-block::before {
    height: 22px;
    width: 22px;
    background-color: #990000;
    position: absolute;
    content: "";
    left: 24%;
    transform: translate(-50%, -50%);
    top: -2px;
    clip-path: polygon(50% 0, 0 59%, 100% 57%);
}

.site-header .top-header .container {
    max-width: 1340px;
}

.site-header .navbar {
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    padding: 0;
}

.site-header .nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0px;
    padding: 0px;
}

.site-header .right-nav-link {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    list-style: none;
}

.site-header .logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: -15px;
}

.site-header .header-right {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: end;
}

.site-header .nav-links li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.site-header .right-nav-link {
    gap: 45px;
}

.site-header .right-nav-link li a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.site-header .phone a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 15px;
    margin-left: 0px;
    border-left: 1px solid #000;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.site-header .common-btn {
    font-size: 15px;
    color: #fff;
}

.site-header .common-btn:hover {
    background: #519200;
    font-size: 15px;
    color: #fff;
    border-color: #519200;
}

.site-header .logo a {
    width: 100%;
    max-width: 100%;
}

.site-header .logo a img {
    max-width: 170px;
    transition: all 0.5s;
}

.site-header .top-header {
    width: 100%;
    max-width: 1800px;
    margin-inline: auto;
}

.site-header.sticky-header .logo a img {
    max-width: 135px;
}


/* .site-header .top-header {
    padding: 12px 0px;
} */

.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 15;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #ccc;
}

.sub-menu a::after {
    display: none;
}

.main-video-container {
    position: relative;
}

.main-video-container .video-box video {
    height: 100%;
    width: 100%;
}

.hero-section .hero-overlay {
    position: absolute;
    top: 85%;
    transform: translate(-0%, -50%);
    width: 100%;
    z-index: 12;
    right: 0;
    left: 0;
    margin-inline: auto;
    text-align: center;
}

.hero-section .container {
    max-width: 1050px;
}

p:empty {
    display: none;
}

.error {
    background: red;
    color: #fff !important;
    display: block;
    padding: 2px 5px;
    font-size: 12px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.grecaptcha-badge {
    z-index: 99;
}

.hero-section .section-overlay {
    height: calc(100% - 7px);
    width: 100%;
    inset: 0;
    position: absolute;
    z-index: 2;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.hero-section .hero-subtitle {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 100px;
    font-weight: 400;
    background: #519200;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.hero-section .hero-overlay h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: bold;
}

.hero-section .hero-overlay h1 br {
    display: none;
}

.hero-section .hero-description p {
    color: #fff;
    width: 100%;
    margin: 0px;
}

.hero-section .hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    justify-content: center;
}

.counter-section {
    background: #F8FCF3;
}

.counter-section .counters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.counter-section .counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
}

.counter-section .counter-item:after {
    content: '';
    background: rgb(3 3 3 / 15%);
    height: 150px;
    width: 1px;
    position: absolute;
    right: 0;
}

.counter-section .counter-item:nth-child(4):after {
    display: none;
}

.counter-item .counter-icon {
    width: 100%;
    max-width: 55px;
}

.counter-number {
    margin: 0px;
    font-weight: bold;
    font-size: 32px;
    color: #000;
}

.supply-chain-section .supply-card .card-image {
    position: relative;
}

.read-hover-bx {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 61%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    transform: scale(0);
}

.supply-chain-section .supply-card:hover .read-hover-bx {
    transform: scale(1);
}

.counter-label {
    color: #000;
    margin: 0px;
    font-weight: 600;
}

.supply-chain-section .section-title h2 {
    margin-inline: auto;
    color: #990000;
}

.supply-chain-section .section-header {
    max-width: 650px;
    margin-inline: auto;
}

.supply-chain-section .supply-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-items: center;
    align-items: start;
    margin-top: 50px;
}

.supply-chain-section .card-image img {
    width: 100%;
    max-width: 100%;
}

.supply-chain-section .card-label h3 {
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    margin: 10px 0 8px 0px;
    font-weight: 600;
}

.supply-chain-section .card-label p {
    color: #000;
    margin: 0px;
    text-align: center;
}

.supply-chain-section .supply-card {
    transition: 0.7s;
    text-decoration: none;
    color: #000;
    display: block;
}

.supply-chain-section .supply-card:hover {
    cursor: pointer;
    transform: translateY(-10px);
}

.product-portfolio-section {
    background-color: #003470;
}

.product-portfolio-section .section-title h2 {
    margin-inline: auto;
    color: #fff;
    border-color: #fff;
}

.product-portfolio-section .section-header p {
    color: #fff;
    margin: 0px;
    max-width: 650px;
    margin-inline: auto;
}

.product-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    margin: 50px 0px;
    gap: 20px;
}

.product-card {
    text-align: center;
    border-right: 1px solid #ffffff55;
}

.product-card h4 {
    color: #fff;
    margin: 0px;
    font-size: 22px;
}

.product-card:last-child {
    border-right: 1px solid transparent;
}

.product-label h4 {
    margin: 0px;
    font-size: 18px;
    margin-top: 32px;
    text-transform: capitalize;
}

.brands-we-carry-section .section-title h2 {
    margin-inline: auto;
    color: #990000;
}

.brands-we-carry-section .main-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin: 50px 0;
}

.brands-we-carry-section .brands-grid .brand-logo img {
    width: 100%;
    max-width: 100%;
}

.brands-we-carry-section .brand-logo {
    text-align: center;
}

.partner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.partner-section .container {
    position: relative;
    z-index: 1;
}

.partner-section::before {
    height: 100%;
    width: 100%;
    background-color: hsl(0deg 0% 0% / 82%);
    position: absolute;
    content: '';
    inset: 0;
}

.partner-section .partner-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    justify-content: start;
    align-items: start;
}

.partner-section .customer-form h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.partner-section .customer-form p {
    color: #fff;
}

.partner-section .customer-form select {
    font-size: 16px;
    height: 46px;
    border-radius: 8px;
    padding: 10px;
    border: unset;
    outline: 0px;
    width: 100%;
}

.partner-section .customer-form input {
    height: 46px;
    border-radius: 8px;
    padding: 10px;
    border: unset;
    outline: 0px;
    width: 100%;
    font-size: 16px;
}

.partner-section .customer-form .form-row {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.partner-section form.customer-form {
    margin-top: 30px;
}

.partner-section .phone-group {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.partner-section .form-group {
    margin-bottom: 20px;
}

.partner-section .country-code {
    background: #fff;
    border-radius: 8px;
    display: grid;
    place-content: center;
}

.partner-section .form-group input::placeholder {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}


/* Base button */

.partner-section .submit-btn {
    background-color: #519200;
    border-radius: 0px;
    width: 100%;
    border: 0px;
    color: #fff;
    height: 48px;
    font-weight: 500;
    letter-spacing: 0.1px;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease, transform 0.3s ease;
    z-index: 12;
    outline: 1px solid #ffffffc7;
    outline-offset: -6px;
}


/* Hover overlay */

.partner-section .submit-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #990000;
    /* hover red */
    transition: all 0.4s ease;
    z-index: -1;
}

.partner-section .submit-btn:hover::after {
    left: 0;
}


/* Keep text above overlay */

.partner-section .submit-btn span,
.partner-section .submit-btn {
    position: relative;
    z-index: 1;
}


/* Hover text color & slight lift */

.partner-section .submit-btn:hover {
    color: #fff;
}


/* Animated white border spans */

.partner-section .submit-btn span {
    position: absolute;
    display: block;
    background: #fff;
    /* white border animation */
}


/* Top border */

.partner-section .submit-btn span:nth-child(1) {
    top: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    animation: animate1 3s linear infinite;
}


/* Right border */

.partner-section .submit-btn span:nth-child(2) {
    top: 0;
    right: 2px;
    width: 2px;
    height: 100%;
    animation: animate2 3s linear infinite;
    animation-delay: 1s;
}


/* Bottom border */

.partner-section .submit-btn span:nth-child(3) {
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    animation: animate3 3s linear infinite;
}


/* Left border */

.partner-section .submit-btn span:nth-child(4) {
    top: 0;
    left: 2px;
    width: 2px;
    height: 100%;
    animation: animate4 3s linear infinite;
    animation-delay: 1s;
}


/* Border animations */

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.partner-features h3 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.partner-features ul {
    padding: 0;
    list-style: none;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    margin: 25px 0px;
    gap: 17px;
}

.partner-features ul li {
    color: #fff;
    padding-left: 30px;
    position: relative;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
    font-size: 16px;
}

.partner-features ul li::before {
    height: 12px;
    width: 12px;
    position: absolute;
    content: '';
    left: 4px;
    top: 6px;
    background: #519200;
    outline: 2px solid #519200;
    outline-offset: 2px;
    border-radius: 500px;
}

.partner-features p {
    color: #fff;
    margin: 0;
}

.partner-features p span {
    color: #fff;
    font-weight: bold;
}

.route-master-opportunities .section-title h2 {
    margin-inline: auto;
    color: #990000;
}

.route-master-opportunities .action-btn a.black-border-btn img {
    max-width: 12px;
}


/* .route-master-opportunities {
    background: #E4EFFB;
} */

.route-master-opportunities {
    background: #ffff;
}


/* .cards-grid .card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 50px 0px;
    gap: 15px;
} */

.cards-grid .card-wrapper .card {
    padding: 30px 15px;
    border-radius: 16px;
    border: 0px;
    box-shadow: rgb(128 128 128 / 7%) 0px 8px 24px;
    outline: 0px;
    margin: 0 15px;
    height: 335px;
    background: #E4EFFB;
}

.card-wrapper {
    padding: 0px 40px;
}

.why-consider .list-style {
    margin: 10px 0px;
}

.card-header {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0px;
}

.card-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000;
}

.cards-grid .card-wrapper .card ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cards-grid .card-wrapper .card ul li {
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}

.cards-grid .card-wrapper .card ul li::after {
    height: 5px;
    width: 7px;
    position: absolute;
    content: '';
    background-color: #519200;
    transform: rotate(88deg);
    left: 0;
    top: 9px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.sft_bx {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 15px;
}

.sft_bx .list-style li {
    margin: 0;
    color: #fff;
}

.sft_bx .sft_bx_side {
    text-align: left;
}

.ab-design-2-head p {
    color: #fff;
    margin: 0;
    max-width: 650px;
    margin-inline: auto;
}

.ab-2-bottom p {
    color: #fff;
    text-align: center;
    margin: 0;
}

.sft_bx .sft_bx_side h3 {
    background: #5da316;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 2px 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.daily_prod {
    display: flex;
    gap: 16px;
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
}

.daily_prd_bx {
    border: 1px solid #519200;
    padding: 15px 15px;
    border-radius: 16px;
    flex: 0 0 calc(33.33% - 15px);
    height: 265px;
}

.daily_prd_bx img {
    margin-bottom: 14px;
    width: 40px;
}

.daily_prd_bx h3 {
    font-size: 22px;
}

.action-btn {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.ab-design-1-img,
.ab-design-1-img img,
.ab-design-5-img,
.ab-design-5-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brands-inner ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.brands-inner ul li {
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    flex: 0 0 calc(25% - 12px);
}

.brands-inner ul li img {
    margin-bottom: 15px;
    height: 60px;
}

.brands-inner ul li p {
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.inner-product-card {
    border: 1px solid #ccc;
    padding: 25px;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.inner-products-section .product-card-wrapper {
    margin: 0;
}

.route-master-opportunities .action-btn {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.route-master-opportunities .section-header p {
    max-width: 550px;
    margin-inline: auto;
}

.route-master-opportunities .section-header {
    margin-bottom: 50px;
}

.route-master-opportunities .action-btn a:last-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.route-master-opportunities .action-btn a img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(60%) saturate(2%) hue-rotate(329deg) brightness(118%) contrast(100%);
}

.ready-to-grow {
    background: linear-gradient(to right, #0a3a75, #66b200);
}

.ready-to-grow .section-title h2 {
    border: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-inline: auto;
}

.ready-to-grow a {
    margin-inline: auto;
    display: block;
    width: max-content;
    margin-top: 25px;
}

.ready-to-grow a:hover {
    color: #fff;
    background-color: #990000;
}

.faq .section-title h2 {
    color: #990000;
    margin-inline: auto;
}

.faq .accordion-item {
    border-radius: 0;
    border: 0px;
}

.faq .accordion-item:not(:last-child) {
    margin-block-end: 25px;
}

.faq .accordion-button {
    border-left: 3px solid #003470;
    font-size: 17px;
    box-shadow: none;
    color: #000;
    padding-left: 12px !important;
    font-weight: 500;
    border-bottom: 1px solid #4d4d4d5e;
    padding: 8px 12px;
    border-radius: 0px !important;
}

.faq .accordion-button:hover::before,
.faq .accordion-button:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(69deg) brightness(103%) contrast(102%);
}

.faq .accordion-button:hover {
    background: #003470;
    color: #fff;
    border-left-color: transparent;
}

.faq .accordion-button:not(.collapsed) {
    font-weight: 600;
    border-color: #003470;
    color: #fff;
    background: #003470;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/Vector\ \(1\).png);
    transform: rotate(0deg);
    position: relative;
    left: -5px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7498%) hue-rotate(346deg) brightness(113%) contrast(95%);
}

.home .faq .accordion {
    margin-top: 30px;
}

.faq .accordion {
    max-width: 65%;
    background: #fff;
    border: 0px;
    margin: 0px auto;
}

.faq .btn-bx {
    margin-top: 50px;
}

.accordion-body p {
    width: 100%;
}

.accordion-body {
    margin: 15px 0px 0px 0px;
    border-radius: 10px;
    padding: 20px;
    background-color: #F5F5F5;
}

.accordion-button::after {
    background-image: url(../images/Vector\ \(2\).png);
    height: 6px;
    width: 8px;
    background-size: contain;
}

.footer-container>.footer-col:nth-child(2) {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    position: relative;
}

.footer-container>.footer-col:nth-child(2)::before {
    height: 100%;
    width: 1px;
    background-color: #0034704a;
    position: absolute;
    content: '';
    left: -15%;
}

.footer-container>.footer-col:nth-child(2)::after {
    height: 100%;
    width: 1px;
    background-color: #0034704a;
    position: absolute;
    content: '';
    right: -22%;
    top: 0;
}

.footer-container>.footer-col:nth-child(1) {
    max-width: 60%;
}

.footer-container>.footer-col:nth-child(3) {
    width: 100%;
    max-width: 61%;
    position: relative;
    margin-left: auto;
}

.footer-container>.footer-col:nth-child(4) {
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    position: relative;
}

footer .address-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.footer-col p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer {
    background: #F5F5F5;
}

.footer .footer-bottom .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-bottom .container p {
    color: #fff;
    margin: 0px;
}

.footer-logo img {
    width: 100%;
    max-width: 210px;
    margin-bottom: 20px;
    margin-inline: auto;
    display: block;
}

.footer-container {
    padding: 60px 0 40px 0px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #003470;
    font-weight: 600;
    text-align: center;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.footer-col ul li {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.small-text {
    font-size: 13px;
    margin-bottom: 15px;
    color: #555;
}

.footer-col i {
    color: #003470;
    margin-top: 5px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 16px;
}

.text-footer a {
    margin-inline: auto;
    display: block;
    width: max-content;
}

.footer-col .address-block li {
    display: flex;
    gap: 6px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: start;
}

.footer-bottom {
    background: #003470;
    padding: 15px 0px;
}

.footer-bottom * {
    color: #fff;
}

.footer-bottom .bottom-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.product-card {
    position: relative;
    overflow: hidden;
}

.product-card:hover .product-image img {
    position: relative;
    left: 90px;
}

.product-image img {
    max-height: 186px;
}

.product-image {
    z-index: 4;
    position: relative;
}

.product-card:hover .product-label {
    opacity: 0;
}

.hover-overlay {
    position: absolute;
    background: #519200;
    width: 55%;
    max-width: 255px;
    padding: 25px;
    text-align: left;
    transform: translateY(10px);
    left: 180px;
}

.product-card.product-card:hover {
    overflow: visible;
}

.product-card:hover .hover-overlay {
    left: -20px;
    transform: translateY(0px);
    width: 100%;
    top: 30px;
}

.hover-overlay h4 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
}

.hover-overlay ul {
    padding: 0px;
    margin: 0px 0 15px 0;
    list-style: none;
}

.hover-overlay ul li {
    color: #fff;
    position: relative;
    margin: 5px 0px;
    padding-left: 15px;
    font-size: 16px;
    text-transform: capitalize;
}

.hover-overlay ul li::before {
    height: 5px;
    width: 5px;
    background-color: #fff;
    position: absolute;
    content: '';
    border-radius: 100px;
    left: 0;
    top: 9px;
}

.email-link {
    font-weight: 500;
    text-decoration: none;
    color: #990000;
}

.product-portfolio-section * {
    transition: 0.7s !important;
}

.product-portfolio-section .product-card-wrapper .hover-overlay .border-btn {
    background-color: #fff;
    border-color: #990000;
    color: #519200;
    border: transparent;
    outline: 1px solid #519200;
    outline-offset: -6px;
}

.product-card-wrapper:has(.product-card:nth-child(1):hover) {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
}

.product-card-wrapper:has(.product-card:nth-child(2):hover) {
    grid-template-columns: 1fr 1.6fr 1fr 1fr;
}

.product-card-wrapper:has(.product-card:nth-child(3):hover) {
    grid-template-columns: 1fr 1fr 1.6fr 1fr;
}

.product-card-wrapper:has(.product-card:nth-child(4):hover) {
    grid-template-columns: 1fr 1fr 1fr 1.6fr;
}

.brands-inner-list ul.list-style {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.menu-item,
.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Top-level menu item */

.menu-item {
    position: inherit;
    display: inline-block;
}

.menu-item>a:hover {
    color: #0056b3;
}

.sub-menu {
    position: absolute;
    top: 163%;
    left: 0;
    min-width: 230px;
    background: #5ca314;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 1000;
    outline: 5px solid hsl(90deg 78% 36% / 50%);
}

.sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #5ca314;
    position: absolute;
    top: -13px;
    left: 12px;
}

ul.sub-menu li {
    width: 100%;
}

.menu-item-has-children a {
    padding-right: 15px;
}

li#menu-item-83 a:after {
    display: none;
}

.menu-item-has-children a:after {
    content: '\f107';
    font-family: fontawesome;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 1px;
}


/* Show dropdown on hover or focus */

.menu-item-has-children:hover>.sub-menu,
.menu-item-has-children:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li a {
    display: block;
    text-decoration: none !important;
    color: #ffffff !important;
    font-size: 16px;
    transition: background 0.25s ease, color 0.25s ease;
    padding: 15px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.sub-menu li a:hover {
    background: #990000;
}

.sub-menu li+li a {
    border-top: 1px solid #eee;
}

.why-sec .action-btn {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

section.ab-design-2.bg-blue ul.list-style li:before {
    background: #ffffff;
    border: 2px solid #003470;
    outline: 2px solid #ffffff;
}

@media (max-width: 1366.98px) {
    .customer-application-section .row .grid-bx {
        max-width: 85% !important;
    }
    #About-Mega-Menu .mega-block::before {
        left: 65px;
    }
    .mega-block::before {
        content: "";
        left: 16%;
    }
    .timeline-section .timeline::after {
        top: calc(50% - -38px) !important;
    }
    .timeline-section .timeline-item {
        width: 23%;
    }
    .timeline-section .container {
        max-width: 100% !important;
    }
    .why-consider .container {
        max-width: 100% !important;
    }
    .hero-section .hero-overlay {
        max-width: 1027px;
    }
    .product-card:hover .hover-overlay {
        left: -5px;
    }
    .about-us-section-slider .slick-dots {
        bottom: 24px !important;
    }
}

@media (max-width: 1270.98px) {
    .timeline-section .timeline::after {
        max-width: calc(100% - 10%);
    }
}

.inner-pages header {
    position: unset;
}

.contact-section-2 {
    background: #E4EFFB;
}

.contact-add-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 15px;
}

.contact-add-ic {
    background: #519200;
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 0;
}

.contact-add-ic img {
    filter: invert(1);
    max-width: 34px;
}

.contact-add-cn h3 {
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 7px;
}

.contact-add-box .contact-add-cn p {
    font-weight: 500;
    margin: 0;
}

.contact-add-cn a {
    color: #990000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.contact-section-3 {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://develop.stackblue.com/eastern-distributors/wp-content/uploads/2026/02/Frame-2147226369-1-1.png);
}

.contact-main-3 {
    padding: 40px 30px;
    background: #003470;
    outline: 7px solid #0034704a;
}

.contact-main-3 .section-title h2 {
    margin-bottom: 30px;
    color: #fff;
    margin-left: unset;
    border-color: #fff;
}

.contact-main-3 .row.row-gap {
    flex-wrap: wrap;
    row-gap: 20px;
}

.contact-main-3 .form-control {
    height: 50px;
    border-radius: 0;
    background: transparent;
    color: #fff;
}

.contact-main-3 .form-control::placeholder {
    color: #fff;
}

.contact-main-3 textarea.form-control {
    height: 100px;
}

.contact-section-2 .container {
    max-width: 1340px;
}

.contact-section-2 .section-title h1,
.contact-section-2 .section-title h2 {
    color: #000;
    border-bottom: 1px solid #000;
    margin-inline: auto;
    margin-bottom: 30px;
}

.contact-main-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.section-title.text-white h2,
.section-title.text-white h1 {
    color: #fff;
    border-bottom: 1px solid #ffffff;
}

.inner-top-ban {
    background: linear-gradient(to right, #0a3a75, #66b200);
}

.inner-top-ban .section-title h1 {
    margin: 0 auto;
}

.ab-design-2-cn p {
    color: #fff;
}

.ab-design-2 .container {
    position: relative;
    z-index: 1;
}

.ab-design-2-cn .sft_bx .sft_bx_side ul {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff47;
}

.ab-design-2-cn ul.list-style li:before {
    content: '';
    background: #5da316;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #003470;
    outline: 2px solid #5da316;
}

.ab-design-2-cn {
    padding-left: 50px;
    max-width: 750px;
}

.ab-design-2 {
    position: relative;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    background-repeat: repeat !important;
}

.no-overlay:before {
    display: none;
}

.ab-design-2-cn.flex-wrap ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 5px;
}

.ab-design-2:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: #000;
    opacity: 0.8;
}

.ab-design-3-cn {
    background: rgb(255 255 255 / 90%);
    padding: 25px;
}

.ab-design-3.bg-image {
    animation: 30s linear 0s infinite normal none running bg-marquee;
    background-repeat: repeat;
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1190px;
    }
}

.list-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list-style li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

ul.list-style li:before {
    content: '';
    background: #003470;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #ffffff;
    outline: 2px solid #003470;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.bg-blue {
    background-color: #003470;
}

.bg-light-blue {
    background-color: #00347014;
}

.ndc-cn {
    padding-right: 50px;
}

.ndc-cn .action-btn {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    justify-content: flex-start;
}

.ab-design-4-cn ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 25px;
    border: 1px solid #cccccc;
}

.ab-design-4-cn ul li {
    display: flex;
    border-right: 1px solid #ccc;
    padding: 30px;
    flex: 0 0 calc(33.33% - 17px);
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}

.ab-design-4-cn ul li:last-child {
    border-right: 0;
}

.ab-design-6-cn {
    text-align: center;
}

.page-id-92 .faq .accordion {
    max-width: 100%;
    margin: 0;
}

.lt-design-2-cn p {
    color: #fff;
}

.lt-design-2-cn li {
    color: #fff;
}

.lt-design-2-cn {
    text-align: center;
}

.lt-design-2-cn ul.list-style li:before {
    background: #ffffff;
    border: 2px solid #003470;
    outline: 2px solid #ffffff;
}

.lt-design-2-cn ul.list-style {
    display: flex;
    gap: 0px 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.lt-design-3-cn {
    background: rgb(255 255 255 / 90%);
    padding: 25px;
}

.why-sec {
    height: 550px;
}

.why-cn {
    background: transparent;
    padding: 0px;
}

.why-sec {
    position: relative;
    min-height: 570px;
    display: grid;
}

.why-cn {
    position: relative;
}

.why-sec {
    /* background-repeat: repeat; */
    /* animation: 18s linear 0s infinite normal none running bg-marquee; */
}

@keyframes bg-marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1190px;
    }
}

.why-sec::before {
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(67deg, rgba(0, 0, 0, 0.97) 0%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    content: '';
    inset: 0;
}

.why-cn ul.list-style li {
    color: #fff;
}

.why-cn ul.list-style li:before {
    background: #519200;
    border: 2px solid #fff;
    outline: 2px solid #5b9811;
}

.why-sec .section-title h2 {
    color: #fff;
    border-color: #fff;
}

.lt-design-4-cn ul {
    display: flex;
    gap: 15px;
    justify-content: center;
    list-style: none;
    font-weight: 600;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 25px;
}

.lt-design-4-cn ul li {
    border: 1px solid #ccc;
    flex: 0 0 calc(25% - 50px);
    padding: 15px;
    border-radius: 7px;
    background: #003470;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lt-design-7-cn .section-title {
    margin-bottom: 50px;
}

.coming-soon {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #0a3a75, #66b200);
    color: #ffffff;
    text-align: center;
    padding: 20px;
}

.content {
    max-width: 600px;
}

.tagline {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.coming-soon h1 {
    font-size: 48px;
    margin: 20px 0 10px;
}

.coming-soon p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

#About-Mega-Menu .mega-block {
    max-width: 950px !important;
}

#About-Mega-Menu .mega-block::before {
    left: 100px;
}

.ed-distribution-section {
    position: relative;
    background: #E4EFFB;
    overflow: hidden;
}

.ed-distribution-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding-left: 40px;
}

.ed-distribution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ed-coverage-list {
    padding: 0;
    list-style: none;
    margin: 22px 0;
}

.ed-coverage-list li {
    background: #fff;
    color: #000;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 12px 15px;
    font-weight: 600;
    font-size: 16px;
    border-left: 4px solid #519200;
    box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.08);
}

.ed-action-buttons {
    margin-top: 20px;
}

.ab-design-2-head2 .section-title h2 {
    margin-inline: auto;
    text-align: center;
    display: block;
    width: max-content;
}

.about-wrapper2 {
    position: relative;
    overflow: hidden;
    background-color: #003470;
}

.about-wrapper2 .section-title h1 {
    color: #fff;
    border-color: #fff;
}

.about-wrapper2 p {
    color: #fff;
}

.about-wrapper2 .about-grid {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}


/* Text Section */

.about-wrapper2 .about-text {
    flex: 1;
}


/* Scrolling Strips */

.right-image-scroll-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    overflow: hidden;
}

.strip-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.strip {
    flex: 1;
    width: 100%;
    background-size: cover;
    background-repeat: repeat-y;
    animation-duration: 22s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.strip-up {
    background-image: url("https://develop.stackblue.com/eastern-distributors/wp-content/uploads/2026/03/Frame-829.png");
    animation-name: scrollUp;
}

.strip-up2 {
    background-image: url("https://develop.stackblue.com/eastern-distributors/wp-content/uploads/2026/03/Frame-829.png");
    animation-name: scrollUp;
}

.strip-down {
    background-image: url("https://develop.stackblue.com/eastern-distributors/wp-content/uploads/2026/03/Frame-828.png");
    animation-name: scrollDown;
}


/* Animations */

@keyframes scrollUp {
    0% {
        background-position: 0 100%;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes scrollDown {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

.about-wrapper2 .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.about-grid .inner-text p span {
    color: #73c91b;
    font-weight: 700;
}

.right-image-scroll-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 50%;
    right: 0;
    top: 0;
}

.about-wrapper2 .strip-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bg-blue-site {
    background-color: #003470;
}

.bg-blue-site p {
    color: #fff;
}

.bg-blue-site h1 {
    color: #fff;
    border-color: #fff
}

.align-image-ight .ed-distribution-image {
    padding-left: 0px;
    left: 0;
    padding-right: 40px;
}

.text-section-block .main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    position: relative;
}

.text-section-block .main-grid::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #00000042;
    left: 50%;
}

.Fairlife-section .ed-coverage-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.Fairlife-section .ed-coverage-list li {
    width: 20%;
    text-align: center;
}

.list-style2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list-style2 li {
    width: 28%;
}

@media (min-width: 1450px) {
    .site-header .nav-links {
        gap: 45px;
    }
    .site-header .header-right {
        gap: 45px;
    }
    .site-header .phone a {
        padding-left: 70px;
    }
}

@media (max-width: 1366px) {
    .site-header .nav-links {
        gap: 40px;
    }
    .site-header .header-right {
        gap: 40px;
    }
    .site-header .right-nav-link {
        gap: 40px;
    }
    .site-header .top-header {
        max-width: 1320px;
    }
    .site-header .logo {
        transform: translate(-67%, 0px);
    }
}

@media (max-width: 1280px) {
    .site-header .nav-links {
        gap: 35px;
    }
    .site-header .header-right {
        gap: 35px;
    }
    .site-header .right-nav-link {
        gap: 30px;
    }
    .site-header .top-header {
        max-width: 1250px;
    }
    .site-header .logo a img {
        max-width: 150px;
    }
}

.why-consider {
    position: relative;
    padding: 0;
}

.banner-image img {
    height: auto;
    width: 100%;
}

.why-consider .container {
    max-width: 78%;
}

.why-consider .container .overlay-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 494px;
    color: #fff;
    padding: 10px;
}

.why-consider::before {
    height: 100%;
    width: 100%;
    background: #000000;
    background: linear-gradient(67deg, rgb(213 213 213 / 42%) 0%, rgb(255 255 255 / 0%) 100%);
    position: absolute;
    max-width: 100%;
    content: '';
}

.why-consider .action-btn {
    justify-content: start;
    margin-top: 20px !important;
}

.why-consider .section-title h2 {
    color: #000;
    border-color: #000;
}

.why-consider ul li {
    color: #000;
}

.about-us-section-slider img {
    width: 100%;
    max-width: 100%;
    height: 567px;
    object-fit: cover;
}

.about-us-section-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 50%;
}

.about-us-section-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.about-us-section-slider .slick-slide {
    padding: 0px;
}


/* .page-id-67 
.ed-distribution-section {
    padding-bottom: 22px;
} */


/* .about-us-section-slider
 .slick-dots button {
    background-color: #5d9a12e0;
}
 .about-us-section-slider
.slick-dots button:before {
 
    border: 2px solid #5d9a12e0;
} */

.timeline-section {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-repeat: repeat !important;
    animation: 30s linear 0s infinite normal none running bg-marquee;
    background-image: url(https://develop.stackblue.com/eastern-distributors/wp-content/uploads/2026/03/Untitled-1-2.jpg);
}

.timeline-section .container {
    position: relative;
    z-index: 1;
}

.timeline-section .section-title h2 {
    color: #fff;
    border-color: #fff;
}

.timeline-section::before {
    height: 100%;
    width: 100%;
    background-color: #000000a3;
    position: absolute;
    content: '';
    inset: 0;
}

.timeline-section .timeline {
    position: relative;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 100px;
}

.timeline-section .timeline::after {
    content: '';
    position: absolute;
    height: 6px;
    background: #5aa113;
    left: 89px;
    right: 0;
    top: calc(50% - -12px);
    transform: translateY(-50%);
    border-radius: 10px;
    width: 100%;
    max-width: calc(100% - 10%);
}

.timeline-section .container {
    width: 100%;
    max-width: 88%;
}


/* timeline box */

.timeline-section .timeline-item {
    background: #fff;
    position: relative;
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgb(149 157 165 / 51%) 0px 8px 24px;
    border: 1px solid #eee;
    width: 22%;
}

.text-section-block2 .grid-bx ul li {
    padding: 15px;
    border-left: 2px solid #003470 !important;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    background: #fff;
    min-height: auto;
    border: 1px solid #eee;
    font-weight: 600;
    box-shadow: rgb(100 100 111 / 9%) 0px 7px 29px 0px;
}

.action-btn2 {
    text-align: left;
}

.text-section-block2 .grid-bx ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.text-section-block2 .main-grid {
    margin-top: 30px;
}


/* odd = upar */


/* .timeline-section .timeline-item:nth-child(odd) {
    margin-bottom: 120px;
} */


/* even = niche */


/* 
.timeline-section .timeline-item:nth-child(even) {
    margin-top: 120px;
} */


/* dots */


/* 
.timeline-section .timeline-item::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #990000;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
} */


/* dot position */


/* .timeline-section .timeline-item:nth-child(odd)::before {
    bottom: -60px;
} */

.timeline-section .timeline-item:nth-child(even)::before {
    top: -60px;
}


/* text */

.timeline-section .timeline-item h3 {
    color: #990000;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.timeline-section .timeline-item p {
    margin: 0;
}


/* Different colors */


/* .timeline-section .timeline-item:nth-child(1)::before {
    background: #ff3b3b;
}

.timeline-section .timeline-item:nth-child(2)::before {
    background: #ff9800;
}

.timeline-section .timeline-item:nth-child(3)::before {
    background: #4caf50;
}

.timeline-section .timeline-item:nth-child(4)::before {
    background: #2196f3;
}

.timeline-section .timeline-item:nth-child(5)::before {
    background: #9c27b0;
}

.timeline-section .timeline-item:nth-child(6)::before {
    background: #00bcd4;
}

.timeline-section .timeline-item:nth-child(7)::before {
    background: #e91e63;
} */

.timeline-item span {
    background: #5aa113;
    height: 48px;
    display: block;
    width: 3px;
    position: absolute;
    bottom: -49px;
    left: 50%;
}

.timeline-item-last span {
    top: -49px;
}

.top-bar {
    display: none;
}

.slick-dots button {
    background-color: #519200;
}

.slick-dots button:before {
    border: 2px solid #519200;
}

.page-id-333 .ed-coverage-list {
    flex-wrap: wrap;
}

.page-id-333 .ed-coverage-list li {
    width: 25%;
}

.page-id-720 .inner-top-title h2 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 16px;
}

.page-id-720 .inner-top-title p {
    color: #fff;
    margin-bottom: 5px;
}

.dirct_sec .row {
    row-gap: 15px;
}

.dirction_bx {
    border: 1px solid #519200;
    padding: 15px 15px;
    border-radius: 16px;
    height: 100%;
}

.dirction_bx img {
    width: 100%;
    margin-bottom: 12px;
}

#eastern-distributors-main-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    align-items: center;
}

.eastern-distributors-logo a img {
    max-width: 170px;
    transition: all 0.5s;
}

.eastern-navbar li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.menu-item {
    position: inherit;
    display: inline-block;
    padding: 35px 0px;
}

.sticky-header .mega-block {
    top: 100%;
}

.customer-application-section .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

.customer-application-section .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.customer-application-section {
    background: #E4EFFB;
    padding: 0px;
}

.customer-application-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.customer-application-section .row .grid-bx {
    width: 100%;
    max-width: 66%;
    margin-left: auto;
    padding-right: 40PX;
}

.customer-application-section .customer-image img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.customer-application-section2 {
    height: 100dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    display: grid;
    place-content: center;
    text-align: center;
    position: relative;
}

.customer-application-section2::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #00000078;
    inset: 0;
}

.customer-application-section2 .customer-content {
    background: #fffffff2;
    padding: 25px;
    width: 100%;
    max-width: 650px;
    margin-inline: auto;
    position: relative;
}

.ed-distribution-image.left_image_dist {
    left: 0;
    right: initial;
    padding-right: 0;
    padding-left: 0;
}

.ed-distribution-content.dist-left-content {
    padding: 0 0 0 40px;
}

section.contain_sec .ed-distribution-image {
    position: initial;
    width: 100%;
    padding: 0;
}

section.center-section.leadership_main_sec .ceo_main {
    margin: 10px 0 14px 0;
    display: inline-block;
}

section.center-section.leadership_main_sec .ceo_main h3 {
    margin: 0;
    font-size: 38px;
    color: #003470;
    margin: 0 0 4px 0;
    font-family: "minerva-modern", sans-serif;
    font-weight: 700;
}

section.center-section.leadership_main_sec .ceo_main p {
    margin: 0;
    font-weight: 600;
}

.ceo_para {
    text-align: left;
}

.profes-grid {
    display: grid;
    grid-template-columns: 420px 1fr;
    justify-content: center;
    gap: 45px;
    max-width: 97%;
    margin-inline: auto;
}

section.profession_info .ed-distribution-content {
    margin: 30px 0 0 0;
}

.profes-grid .info-text h3 {
    margin: 0;
    font-size: 26px;
    color: #003470;
    margin: 0 0 4px 0;
    font-family: "minerva-modern", sans-serif;
    font-weight: 700;
}

.profes-grid .info-text {
    margin: 10px 0 0 0;
}

.leadership_main {
    position: relative;
    z-index: 4;
}

.leadership_main h2,
.leadership_main p,
.leadership_main li {
    color: #fff;
}

section.ed-distribution-section.contain_sec.leadership_sec {
    background-image: url(https://develop.stackblue.com/eastern-distributors/wp-content/uploads/2026/03/133861.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.list-style ul.list-style {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

section.ed-distribution-section.contain_sec.leadership_sec li::before {
    content: '';
    background: #5da316;
    position: absolute;
    left: 3px;
    top: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #003470;
    outline: 2px solid #5da316;
}

.box-light-bg h3 {
    background: #5da316;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 2px 15px;
    font-weight: 600;
}

.ed-distribution-image.map_highlight {
    width: 50%;
    height: 100%;
    padding: inherit;
    right: 0px;
    padding: 0;
}

.ed-distribution-image.map_highlight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .ed-distribution-image.map_highlight::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E4EFFB;
    background: linear-gradient(90deg, rgba(228, 239, 251, 1) 30%, rgba(5, 0, 0, 0) 100%);
} */

.map_area_content {
    position: relative;
}

.ed-coverage-list-new li {
    padding: 0;
    background: transparent;
    border: 0px;
    box-shadow: unset;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ed-coverage-list-new li i {
    color: #519200;
}
.cptch-sect .error {
    margin-bottom: 10px;
}

@media (max-width: 1269px) {
    .top-bar {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0px;
        padding: 0px;
        text-align: center;
    }
    .top-bar a {
        font-size: 0.7rem;
    }
    .top-bar a {
        background: #519200;
        text-decoration: none;
        color: #FFF;
        display: inline-block;
        padding: 10px 0px;
        font-size: 16px;
        letter-spacing: 0;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        position: relative;
        top: 0;
        font-weight: 400;
        border: 1px solid #519200;
    }
    .top-bar a:last-child {
        background: #990000;
        border: 0px;
        color: #fff;
        border: 1px solid #990000;
    }
    .site-header .nav-links,
    .header-right {
        display: none !important;
    }
    .site-header .logo {
        left: 0;
        transform: none;
        position: relative;
        top: 0;
    }
    /* .site-header .top-header {
        padding: 12px 0px;
    } */
    .site-header .logo a img {
        max-width: 188px;
    }
    .sticky-header {
        position: relative;
    }
    header.site-header {
        display: block !important;
    }
    .mobmenu .headertext {
        display: none !important;
    }
    .mobmenur-container {
        position: absolute !important;
        right: 0px !important;
        background: #017ddd !important;
        top: 63px !important;
        margin-right: 16px !important;
        margin-top: 0px !important;
        padding: 6px !important;
    }
    .mobmenur-container i {
        color: #fff !important;
        font-size: 34px !important;
    }
    .mobmenu-right-panel {
        background-color: #519200 !important;
        width: 270px !important;
    }
    .mob-menu-header-holder,
    .mob-menu-logo-holder {
        height: auto !important;
    }
    #mobmenuright li a,
    #mobmenuright li a:visited,
    .show-nav-right .mob-menu-copyright,
    .show-nav-right .mob-expand-submenu i {
        color: #fff !important;
        font-family: "Manrope", sans-serif !important;
    }
    .mobmenu-right-panel .mob-cancel-button {
        color: #ffffff !important;
        background-color: #990000 !important;
    }
    .mobmenu-content li a {
        display: block;
        letter-spacing: 1px;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 14px;
    }
    .mobmenu-right-panel li,
    .rightmbottom,
    .rightmtop {
        padding: 0 !important;
    }
    .menu-item {
        display: block !important;
    }
    .mobmenu-content li a {
        font-size: 16px !important;
        font-weight: 500 !important;
    }
    .show-nav-right .mob-expand-submenu i {
        font-size: 18px !important;
    }
    .mobmenu-content #mobmenuright li:hover {
        background-color: #990000 !important;
    }
    .mobmenu-content #mobmenuright>li>a:hover {
        background-color: #990000 !important;
    }
    .mobmenu-content #mobmenuright .sub-menu {
        background-color: #990000 !important;
        border-radius: 0 !important;
    }
    .menu-mobile-menu-container .sub-menu:before {
        display: none !important;
    }
    .menu-mobile-menu-container .sub-menu li+li a {
        border-top: none !important;
    }
    .timeline-section .timeline-item {
        width: 43%;
    }
    .timeline-section .timeline {
        row-gap: 35px;
    }
    .timeline-item span,
    .timeline-section .timeline::after {
        display: none;
    }
    #eastern-distributors-main-menu .menu-item.has-mega-block,
    #eastern-distributors-main-menu .eastern-distributors-item,
    #eastern-distributors-main-menu .eastern-distributors-phone {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hero-section .hero-overlay {
        width: 76%;
        top: 74%;
    }
    .footer-container>.footer-col:nth-child(3) {
        max-width: 78%;
    }
    .ed-distribution-section {
        padding-bottom: 0;
    }
     .page-id-2 .ed-distribution-section {
        padding-bottom: 60px;
    }
     .why-consider {
        background-color: #e0e0e0;
        padding: 35px 12px;
    }
    .why-consider::before {
        display: none;
    }
    .banner-image::before {
        display: none;
    }
    .why-consider .container .overlay-box {
        position: inherit;
        transform: none;
        max-width: 100%;
    }
    .ab-design-2,
    .partner-section,
    .ab-design-3,
    .timeline-section,
    .contact-section-3,
    .customer-application-section2 {
        background-attachment: inherit !important;
    }
}

@media only screen and (max-width: 991.5px) {
    .ed-distribution-image {
        position: relative;
        padding-left: 0;
        width: 100%;
    }
    .align-image-ight .ed-distribution-image {
        padding-right: 0;
        padding-bottom: 40px;
    }
    .ed-distribution-content.dist-left-content {
        padding: 20px 0 0 0px;
    }
}

@media (max-width: 768px) {
    .profes-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .leadership_main .col-md-9.mx-auto.text-center.mb-3 {
        text-align: left !important;
            margin: 0 !important;
    }
    .leadership_main .col-lg-12.mt-5.text-center {
        text-align: left !important;
                margin-top: 0 !important;
    }
    .brands-inner ul {
        align-items: normal;
    }
    .hero-section .hero-overlay {
        width: 100%;
        top: -4px;
        position: inherit !important;
        background-color: #990000;
        padding: 24px 38px;
        transform: none;
    }
    .ed-distribution-content {
        margin-top: 36px;
    }
    .ed-distribution-section {
        /* padding-top: 0; */
    }
    .partner-section .partner-content {
        grid-template-columns: 1fr;
        gap: 35px
    }
    .why-consider {
        background-color: #e0e0e0;
        padding: 35px 12px;
    }
    .why-consider::before {
        display: none;
    }
    .banner-image::before {
        display: none;
    }
    .why-consider .container .overlay-box {
        position: inherit;
        transform: none;
        max-width: 100%;
    }
    .faq .accordion {
        max-width: 100%;
    }
    .footer-col.wow.zoomIn,
    .footer-col.wow.slideInRight {
        display: none;
    }
    .footer-container {
        grid-template-columns: 1fr;
    }
    .footer .footer-bottom .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-container>.footer-col:nth-child(2)::before,
    .footer-container>.footer-col:nth-child(2)::after {
        display: none;
    }
    .supply-chain-section .supply-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .why-consider .banner-image {
        display: none;
    }
    .contact-main-2 {
        grid-template-columns: 1fr 1fr;
    }

       .map_area_content .row {
        row-gap: 20px;
    }
    .page-id-2 .ed-distribution-section {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .product-card:hover .hover-overlay {
        display: none;
    }
    .product-card:hover .product-label {
    opacity: 1;
}
.product-card:hover .product-image img {
    left: 0;
}
.product-card.product-card:hover {
    overflow: visible;
    transition: none !important;
}
 .page-id-2 .ed-distribution-section {
        padding-bottom: 60px;
    }
}
@media (max-width: 575px) {
    .hero-section .hero-overlay {
        padding: 24px 10px;
    }
    .hero-section .hero-overlay h1 {
        font-size: 20px;
    }
    .counter-section .counters {
        grid-template-columns: 1fr 1fr;
    }
    section {
        padding: 30px 0;
    }
    .counter-section .counters {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .counter-section .counter-item:after {
        content: '';
        background: rgb(3 3 3 / 15%);
        height: 150px;
        width: 1px;
        position: absolute;
        bottom: -97px;
        transform: rotate(90deg);
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
    }
    .counter-section .counter-item:nth-child(3):after {
        display: none;
    }
    .supply-chain-section .supply-grid {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
    }
    .brands-we-carry-section .main-grid,
    .route-master-opportunities .section-header {
        margin-bottom: 30px;
    }
    .product-card-wrapper:has(.product-card:nth-child(1):hover),
    .product-card-wrapper:has(.product-card:nth-child(2):hover),
    .product-card-wrapper:has(.product-card:nth-child(3):hover),
    .product-card-wrapper:has(.product-card:nth-child(4):hover) {
        grid-template-columns: 1fr;
    }
    .product-card-wrapper {
        grid-template-columns: 1fr;
    }
        .product-card {
        border-right: none !important;
        border-bottom: 1px solid #ffffff55;
    }
    .brands-we-carry-section .main-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    h3 {
        font-size: 26px !important;
    }
    .card-wrapper {
        padding: 0px 0px;
    }
    .action-btn {
        flex-wrap: wrap;
    }
    .footer-bottom .bottom-links {
        justify-content: center;
        gap: 3px;
        flex-wrap: wrap;
    }
    .footer .footer-bottom .container p {
        text-align: center;
    }
    .footer-container {
        padding: 30px 0 40px 0px;
    }
    .supply-card h3 {
        font-size: 18px !important;
    }
    .about-wrapper2 .about-grid {
        grid-template-columns: 1fr;
    }
    .about-wrapper2 .strip-container {
        display: none;
    }
    .ab-design-2-cn {
        padding-left: 0;
    }
    .daily_prd_bx {
        flex: 0 0 calc(100% - 15px);
        height: auto;
    }
    .ab-design-4-cn ul {
        overflow-x: auto;
    }
    .ab-design-4-cn ul li {
        flex: 0 0 calc(77.33% - 17px);
        text-align: left;
    }
    .about-us-section-slider {
        position: inherit;
        max-width: 100%;
    }
    .ab-design-2-head2 .section-title h2 {
        width: 100%;
        text-align: left;
    }
    .about-us-section-slider .slick-dots {
        bottom: 0px !important;
    }
    .align-image-ight .ed-distribution-image {
        padding-right: 0;
    }
    .lt-design-2-cn ul.list-style {
        gap: 8px;
    }
    .text-section-block .main-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .text-section-block .main-grid::before {
        display: none;
    }
    .ed-distribution-image img {
        display: none;
    }
    .ed-distribution-content {
        margin-top: 28px;
    }
    .Fairlife-section .ed-coverage-list li {
        width: 45%;
        text-align: center;
        margin-bottom: 0;
    }
    .Fairlife-section .ed-coverage-list {
        flex-wrap: wrap;
    }
    .home .ed-distribution-image img {
        display: block;
    }
    .home .ed-distribution-section {
        padding-bottom: 20px;
    }
    .why-consider .action-btn {
        justify-content: center;
    }
    .hero-section .hero-overlay {
        text-align: left;
    }
    .section-header {
        text-align: left !important;
    }
    .ab-design-2-head2 {
        text-align: left !important;
    }
    .sft_bx .sft_bx_side h3 {
        font-size: 18px !important;
    }
    .ab-design-1-cn p {
        text-align: left;
    }
    .section-title h1,
    .section-title h2 {
        text-align: left;
    }
    .bg-blue-site .row.justify-content-center.text-center {
        text-align: left !important;
    }
    .bg-blue-site .btn-bx {
        text-align: center;
    }
    .lt-design-4-cn {
        text-align: left !important;
    }
    .lt-design-4-cn ul {
        justify-content: left;
    }
    .lt-design-4-cn ul li {
        flex: 100%;
        justify-content: left;
    }
    .lt-design-2-cn {
        text-align: left !important;
    }
    .lt-design-2-cn ul.list-style {
        justify-content: left;
    }
    .ab-design-2-head p,
    .ab-design-1-cn.text-center {
        text-align: left !important;
    }
    .ab-design-4-cn p,
    .ab-design-6-cn p {
        text-align: left;
    }
    .Fairlife-section .ed-coverage-list {
        justify-content: flex-start;
    }
    .list-style2 li {
        width: 45%;
    }
    .timeline-section .timeline-item {
        width: 43%;
    }
    .timeline-section .section-title.text-center,
    .text-section-block2 .section-title.text-center,
    .ab-design-6-cn .section-title {
        text-align: left !important;
    }
    .timeline-section .timeline-item {
        width: 100%;
    }
    .timeline-section .timeline {
        row-gap: 19px;
    }
    .action-btn2 {
        text-align: center;
    }
    .brands-inner ul li {
        flex: 0 0 calc(50% - 12px);
    }
    .bc-design-4-cn {
        text-align: left !important;
    }
    .text-section-block .btn-bx {
        text-align: center;
    }
    .contact-main-2 {
        grid-template-columns: 1fr;
    }
    .contact-add-box {
        width: 100%;
    }
    .contact-add-cn a {
        word-break: break-all;
    }
    .contact-section-2 .section-title {
        text-align: left !important;
    }
    .sum-btn.text-end {
        text-align: center !important;
    }
    .max-characters-section {
        float: left !important;
    }
    .coming-soon h1 {
        font-size: 35px;
    }
    .page-id-333 .Fairlife-section .ed-coverage-list li {
        width: 100%;
        text-align: left;
    }
    .page-id-333 .Fairlife-section p {
        text-align: left !important;
    }
    .product-label h4 {
            margin-bottom: 18px;
            font-size: 22px;
            margin-top: 10px;
    }
    .product-portfolio-section * {
            margin-bottom: 14px;
    }
    .product-image img {
         margin-bottom: 0;
    }
        .home .ed-distribution-section {
            padding-top: 20px;
        padding-bottom: 40px;
    }
}