.topNav p a {
    display: block;
    color: var(--white-color) !important;
    font-weight: 600;
}

.topNav {
    padding: 10px 0;
    background-color: var(--black-color);

}

.topNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topNav_right {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.topNav_right a,
.topNav_right p {
    color: var(--white-color);
    font-size: 16px;
}

.myNav.sticky {
    position: fixed;
    left: 0;
    top: 0;
    background-color: var(--white-color);
    z-index: 99;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border-bottom: 1px solid #ccc;
}

.myNav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem 3rem;
}

.logo img {
    width: 200px;
}

.menu ul {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.menu ul li a {
    text-transform: capitalize;
    color: var(--black-color);
    font-weight: 500;
    font-size: 18px;
}



/* banner_box */
.banner_box {
    position: relative;
}

.banner_box__img img,
.banner_box__img video {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.banner_box__img {
    position: relative;
}

.banner_box__img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99.3%;
    background-color: rgba(0, 0, 0, .435);
}

.banner_content {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    top: 50%;
    color: var(--white-color);
    text-align: center;
    backdrop-filter: blur(1px);
    border-radius: 10px;
}

.banner_content h2 {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.banner_content p {
    margin-top: 1rem;
    font-size: 20px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .6);
}

.myBtn {
    margin-top: 2rem;
}

.center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* industry_box */
.industry_box {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 12px;
    background-color: whitesmoke;
    transition: .4s;
}

.serving_slider .slick-track {
    margin: 12px 0;
}

.industry_box:hover {
    transform: scale(1.05);
    transition: .4s;
}

.industry_box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.industry_box h3 {
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    margin-top: 12px;
    font-weight: 600;
}


/* num-boxes-content */
.num-boxes-content {
    display: flex;
    gap: 70px;
    align-items: center;
    justify-content: center;
}

.num-boxes {
    max-width: 1100px;
    margin: 0 auto;
}

.num-boxes-content h3 {
    font-size: 24px;
}

.color-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #ccc;
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.color-box h3 {
    color: #202020;
    font-size: 18px;
    line-height: 26px;
}

/* our products */
.global_wrapper {
    padding: 80px 0;
}

.main_heading {
    text-align: center;
}

.main_heading h2 {
    text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
}

.main_heading p {
    max-width: 996px;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 12px;
}

.main_heading h2 span {
    color: var(--secondory-color);
}

.product_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.product_box__img img {
    width: 120px;
    height: 120px;
    transition: .5s ease;
    object-fit: cover;
    border-radius: 100px;
    padding: 5px;
    background-color: whitesmoke;
    border: 2px dashed var(--secondory-color);
}

.product_box__img {
    width: 30%;
}

.product_box__content {
    width: 100%;
}

.product_box:hover img {
    transform: scale(1.1);
    transition: .5s ease;
    opacity: .8;
}

.global_content {
    margin-top: 3rem;
}


.product_box__content h6 {
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.product_box__content h6 b {
    color: var(--secondory-color);
font-weight: 800;
font-family: sans-serif;
background-color: #fff;
padding: 2px 3px;

}

.product_box__content h6 span {
    color: var(--secondory-color);
    font-weight: 600;
}

.product_box {
    display: flex;
    gap: 1rem;
    align-items: center;
    border: 1px solid #ccc;
    padding: 2rem;
    border-radius: 10px;
    background: whitesmoke;
}

.product_box:nth-child(1) {
    background-color: #ffeefe;
}

.product_box:nth-child(2) {
    background-color: #ffeeee;
}

.product_box:nth-child(3) {
    background-color: #f4ffee;
}

.product_box:nth-child(4) {
    background-color: #EEF6FF;
}

.product_box:nth-child(5) {
    background-color: #fff9ee;
}

.product_box:nth-child(6) {
    background-color: #ffeef5;
}

/* about */
.back_bg {
    background-color: #eeefff;
    /* background-image: url('../images/blue-bg.png'); */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat; */
}

.about_video img {
    width: 100%;
    border-radius: 10px;
}

.about_video iframe {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
}

.about_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_content h6 {
    font-size: 24px;
    margin-top: 12px;
    font-weight: 600;
}

.about_content h6 span {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    color: #434343;
    font-weight: 400;
}

.about_content h3 {
    text-transform: capitalize;
    font-size: 36px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--black-color);
}

.about_content h3 span {
    color: var(--secondory-color);
}

.about_content p {
    margin-top: 1rem;
    line-height: 26px;
}


/* understand */
.head {
    position: relative;
}

.sift {
    position: absolute;
    right: 40%;
    top: -31%;
    color: var(--secondory-color);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    font-family: cursive;
}

.head h2:before {
    content: '';
    position: absolute;
    right: 48%;
    top: 17%;
    background-image: url('../images/path.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24.38px;
    height: 15.321px;
}

.head h2 {
    color: var(--black-color);
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
}

.head h2 span {
    color: var(--secondory-color);
}

.understand_box {
    background-color: var(--white-color);
    padding: 50px 21px 30px;
    text-align: center;
    position: relative;
    transition: .4s;
    height: 100%;
}

.understand_wrapper__content .global_content {
    margin-top: 6rem;
}

.understand_box:hover {
    transform: scale(1.04);
    transition: .4s;
}

.understand_box__icon {
    position: absolute;
    left: 50%;
    top: -5px;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    background-color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
}

.understand_box__icon img {
    width: 40px;
}

.understand_box__content h6 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

/* country_number__box */
.country_number__box {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    background: #000;
    border-radius: 10px;
}

.number-icons img {
    width: 50px;
}

.number-icons {
    padding: 2px;
    border: 2px dashed var(--secondory-color);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 12px;
    background-color: var(--white-color);
}

.country_number {
    color: var(--white-color);
    padding: 50px 0;
    background-color: var(--black-color);
}

.number--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.country_number__box h3 {
    font-size: 25px;
    font-family: sans-serif;
    color: var(--white-color);
    font-weight: 600;
}

.country_number__box p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2px;
    line-height: 25px;
    text-transform: capitalize;
}

/* lab_video */
.lab_video video,
.lab_video iframe {
    width: 100%;
    height: 100%;
}

.lab_video {
    height: 100%;
    display: flex;
    justify-content: center;
}

.lab_wrapper__content {
    /* background-color: #EEF6FF; */
    padding: 4.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lab_wrapper__content h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--secondory-color);
}

.lab_wrapper__content h3 {
    margin-top: 1rem;
    font-size: 25px;
}

.lab_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
}

.lab_box h6 {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 20px;
    max-width: 270px;
    font-weight: 400;
}

.lab_box h6 img {
    width: 54px;
}

/* serving_wrapper */
.serving_wrapper .understand_box {
    background-color: #EEF6FF;
    margin-bottom: 64px;
    height: 80%;
    border-radius: 10px;
}



.understand_box__content p {
    margin-top: 10px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.serving_slider .understand_box {
    margin: 0 12px;
    border: 1px solid #ccc;
    height: 100% !important;
}

.serving_slider .understand_box:nth-child(even) {
    background-color: #eeefff;
}












/* brands_wrapper */
.brands_wrapper {
    background-color: var(--black-color);
    padding: 50px 0;
    text-align: center;
    color: var(--white-color);
}

.brands_logo img {
    aspect-ratio: 3/2;
    object-fit: contain;
    width: 120px;
    border-radius: 5px;
    background-color: var(--white-color);
}

/* reason_box */
.reason_box {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.reason_box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.question h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: sans-serif;
    position: relative;
    cursor: pointer;
    color: var(--secondory-color);
    padding-right: 2rem;
}

.question h3::after {
    /* content: '\002B'; */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
}

.ans p {
    margin-top: 12px;
}

.reason_img img {
    width: 100%;
}

.reason_right {
    padding: 1rem;
    border: 1px solid #ccc;
    background-color: var(--white-color);
}


/* testimonials_box */
.testimonials_box {
    margin: 0 12px;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
    border: 1px solid #ccc;
}

.testimonials_parra p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.testimonials_info h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.testimonials_info p {
    font-style: italic;
    margin-top: 4px;
    font-weight: 500;
    font-size: 13px;
}

.testimonials_info {
    position: relative;
}

.quote_icon img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}


.slick-dots li.slick-active button:before {
    display: none !important;
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    aspect-ratio: 1 !important;
    margin: 0 2px !important;
}

.slick-dots li button {
    transition: all 0.5s ease-in;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 32px;
    background: rgba(182, 182, 182, 0.5) !important;
}

.slick-dots li.slick-active button {
    background: var(--secondory-color) !important;
    width: 1.5rem !important;
    transition: all 0.5s ease-in;
}

.slick-dots li.slick-active {
    width: 1.5rem !important;
}

.slick-dots li button::before {
    display: none !important;
}

.slick-dots {
    bottom: -3rem !important;
    width: 96% !important;
    line-height: 0 !important;
}


/* blogs_box__img */
.blogs_box__img img {
    width: 100%;
    height: 250px;
    transition: .3s ease all;
    object-fit: cover;
}

.blogs_box__img {
    position: relative;
}

.blogs_box {
    border-radius: 10px;
    overflow: hidden;
}

.blogs_box:hover img {
    opacity: .8;
    transition: .3s ease all;
}

.blogs_box__img span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 600;
}

.blogs_box__content {
    background-color: var(--white-color);
    padding: 20px;
}

.blogs_box__content h3 {
    font-size: 20px;
    font-weight: 500;
}

.blogs_box__content p {
    margin-top: 12px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blogs_box__content a {
    text-transform: capitalize;
    display: block;
    margin-top: 12px;
    font-weight: 600;
}


/* highest_row */
.highest_row .row {
    padding: 25px !important;
}

.highest_row .row:nth-child(1) {
    background-color: #eeefff;
}

.highest_row .row:nth-child(2) {
    background-color: #f4ffee;
}

.highest_row .row:nth-child(3) {
    background-color: #ffeefe;
}

.highest_wrapper__content__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 1rem;
}

.highest_wrapper__content__text h3 {
    text-transform: capitalize;
}

.highest_wrapper__content__img img {
    width: 100%;
    border-radius: 10px;
}

.map_wrapper__img img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.btns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btns .redirect {
    border-radius: 100px;
    text-decoration: none;
    color: #000;
    padding: 14px 27px;
    display: inline-block;
    background: #FFF;
    border: 1px solid #ccc;
}

/* download_cta__content */
.download_cta__content {
    text-align: left;
}

/* contact_info */
.contact_info {
    background-color: #ffeeee;
    padding: 20px;
}

.contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_img,
.contact_info {
    height: 100%;
}

.contact_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact_info h2 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
}

.contact_info p {
    margin-top: 10px;
}

.contact_input input,
.contact_input textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.contact_input {
    margin-top: 1rem;
}

.contact_wrapper .row {
    border-radius: 10px;
    overflow: hidden;
}


/* different */
.deference .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 16px;
    position: relative;
}

.left-box,
.deference .row .right-box {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.deference .text-center img {
    width: 70%;
    border-radius: 10px;
    object-fit: contain;
}

.box h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondory-color);
    font-family: "Libre Baskerville", serif;
}

.box p {
    margin-top: 7px;
    font-size: 15px;
}

.center_img {
    display: flex;
    justify-content: center;
    height: 100%;
}




.calculator-container {
    background: whitesmoke;
    border: 1px solid #ccc;
    padding: 20px;
    margin: auto;
    position: sticky;
    top: 8rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.calculator-container h2 {
    text-align: center;
    color: var(--secondory-color);
    margin-bottom: 20px !important;
}


.calculator-container label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.calculator-container input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#results {
    background: #90ee90;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
}

#results p {
    margin: 5px 0;
    font-weight: bold;
}

.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.calculate-btn {
    flex: 1;
    background: pink;
    border: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.sample-btn {
    flex: 1;
    background: yellow;
    border: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.calculator-container button:hover {
    opacity: 0.8;
}

.calculator_img img {
    width: 100%;
    border-radius: 8px;
}

.header_btn {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.menu_icon {
    display: none;
}

.manufacture_box {
    margin: 0 12px;
}

.manufacture_box img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 10px;
}


/* research_content */
.research_content p {
    margin-bottom: 1rem !important;
    font-size: 18px;
    line-height: 30px;
}

.research_box {
    padding: 20px;
    border: 1px solid #ccc;
    background-color: whitesmoke;
    border-radius: 10px;
    height: 100%;
}

.research_box h3 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 !important;
}

.research_box ul li,
.product-range-content ul li {
    list-style: disc !important;
    margin-top: 12px;
}

.research_box ul,
.product-range-content ul {
    padding-left: 20px !important;
}

/* product-range-content */
.product-range-content p {
    margin-bottom: 1rem !important;
    font-size: 18px;
    line-height: 30px;
}

.our-product-range-content .global_content {
    padding: 25px;
    background-color: #eeefff;
    margin-top: 0;
}

.our-product-range-content .global_content:nth-child(2) {
    background-color: #ffeefe;
}

.our-product-range-content .global_content:nth-child(2) {
    margin-top: 3rem;
}

.our-product-range-content .global_content:nth-child(3) {
    background-color: #EEF6FF;
}

.product-range-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.product-range-img img {
    width: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    height: 300px;
    background-color: #fff;
    object-fit: contain;
}

.product-range-content ul li {
    font-size: 18px;
}


/* table css */
.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 20px;
}

table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    text-align: left;
}

th,
td {
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 14px;
}

th {
    background: #f7f7f7;
    font-weight: bold;
    text-transform: uppercase;
}

tr:nth-child(even) {
    background: #fafafa;
}

.table-container tr {
    white-space: nowrap;
}




.form_poppup {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.form_poppup.form_poppup__active {
    display: block;
}

.form_poppup__modal {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.form_poppup__modal .modal_form {
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border-radius: 10px;
    position: relative;
}

.form_poppup__modal .modal_form .cancel_form {
    position: absolute;
    right: 10px;
    top: 20px;
    max-width: max-content;
}

.form_poppup__modal .modal_form .cancel_form i {
    height: 40px;
    width: 40px;
    background: var(--main-color);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
}

.form_poppup__modal h6 {
    margin-bottom: 2rem !important;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}

.form_input input,
.form_input textarea,
.form_input .form-select {
    width: 100%;
    margin-bottom: 1rem;
    padding: 8px;
    border: 1px solid #ccc !important;
    outline: none !important;
    color: var(--black-color);
    box-shadow: none !important;
}


/* Responsive */

@media (max-width: 1440px) {
    .product_box__img {
        width: 37%;
    }

    .country_number__box p {
        font-size: 16px;
    }

    .industry_box img {
        height: 162px;
    }

    .country_number__box h3 {
        font-size: 21px;
    }

    .lab_wrapper__content {
        padding: 3.5rem;
    }

    .understand_box__content h6,
    .lab_box h6 {
        font-size: 18px;
    }

    .menu ul {
        gap: 1.32rem;
    }

    .num-boxes {
        padding: 50px 0 !important;
    }

    .lab_wrapper__content h2 {
        font-size: 25px;
    }

    .banner_content h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .about_content p {
        margin-top: 6px;
    }

    .about_content h6 {
        font-size: 20px;
    }

    .about_content h6 span {
        font-size: 16px;
    }

    .num-boxes-content h3 {
        font-size: 22px;
    }

    .about_content h3 {
        font-size: 30px;
    }

    .head h2,
    .main_heading h2 {
        font-size: 34px;
    }
}

@media(max-width:1200px) {
    .product_box__content h6 {
        font-size: 14px;
    }

    .product_box {
        padding: 1rem;
    }

    .product_grid {
        gap: 40px;
    }

    .product_box__img {
        width: 50%;
    }

    .num-boxes-content h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .menu ul {
        display: none;
    }

    .menu_icon {
        display: block;
    }

    .menu_icon i {
        font-size: 28px;
        font-weight: 500;
        cursor: pointer;
    }

}

@media(max-width:992px) {
    .product-range-content {
        margin-top: 1rem;
    }

    .product_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .highest_wrapper__content__text {
        margin-top: 1rem;
    }

    .center-box {
        margin: 0 50%;
        width: 100%;
        margin-top: 24px;
    }

    .color-box h3 {
        font-size: 16px;
    }

    .color-box h3 strong {
        font-size: 22px;
    }

    .myflex {
        flex-direction: column-reverse;
    }



    .number--grid {
        grid-template-columns: repeat(3, 1fr);
    }



    .banner_content {
        width: 90%;
    }

    .num-boxes-content img {
        width: 40px;
    }

    .num-boxes-content h3 {
        font-size: 16px;
    }

    .product_box__img {
        width: 50%;
    }

    .product_box__img img {
        height: 90px;
        width: 90px;
    }

    .about_content h3 {
        font-size: 21px;
    }

    .quote-left img,
    .quote-right img {
        width: 40px;
    }

    .about_content h6 {
        font-size: 19px;
    }

    .about_video {
        position: sticky;
        top: 8rem;
    }

    .understand_box {
        height: auto;
        margin-bottom: 60px;
    }

    .research_box {
        height: auto;
        margin-bottom: 1rem;
    }

    .country_number__box p {
        font-size: 15px;
    }

    .center_img {
        margin: 20px 0;
    }

    .right-box,
    .reason_right,
    .calculator-container {
        margin-top: 2rem !important;
    }

    .blogs_box {
        margin-bottom: 1rem;
    }

    .download_cta__content {
        margin-top: 1rem;
    }

    .download_cta__content h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    .myBtn {
        margin-top: 1.4rem;
    }
}

@media(max-width:768px) {
    .form_poppup__modal .modal_form {
        padding: 1rem;
        width: 92%;
    }

    .understand_wrapper__content .global_content {
        margin-top: 3rem;
    }

    .form_poppup__modal h6 {
        margin-bottom: 1rem !important;
        font-size: 18px;
    }

    .form_poppup__modal .modal_form .cancel_form {
        right: 0;
        top: 0;
    }

    .form_poppup__modal .modal_form .cancel_form i {
        border-radius: 0 10px 0 0;
        height: 28px;
        width: 28px;
        font-size: 20px;
    }

    .form_input input,
    .form_input textarea,
    .form_input .form-select {
        margin-bottom: 10px;
    }

    .center-box {
        margin: 0;
        width: 100%;
        margin-top: 0;
    }

    .color-box {
        height: 100%;
    }

    .highest_wrapper__content__text h3 {
        font-size: 22px;
    }

    .number--grid {
        display: flex;
        gap: 1rem;
        overflow-x: scroll;
    }

    .country_number__box h3 {
        font-size: 24px;
    }

    .country_number__box p {
        font-size: 15px;
    }

    .myNav {
        padding: 12px;
    }

    .logo img {
        width: 120px;
    }

    .banner_content h2 {
        font-size: 19px;
    }

    .banner_content p {
        font-size: 16px;
        line-height: 26px;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .product_grid {
        gap: 24px;
    }

    .product_box {
        flex-direction: column;
        text-align: center;
    }


    .product_box__content h6 {
        font-size: 13px;
        line-height: 25px;
    }

    .head h2,
    .main_heading h2 {
        font-size: 24px;
    }

    .about_content {
        margin-top: 1rem;
    }

    .about_content h3 {
        font-size: 18px;
    }

    .about_content p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 12px;
    }

    .about_content h6 {
        font-size: 15px;
    }

    .about_content h6 span {
        font-size: 13px;
    }

    .head {
        margin-bottom: 3rem;
    }

    .understand_box {
        margin-bottom: 40px;
    }

    .sift {
        font-size: 15px;
    }

    .head h2:before {
        width: 12.50px;
        right: 47%;
    }

    .understand_box {
        padding: 38px 12px 22px;
    }

    .understand_box__icon {
        height: 45px;
        width: 45px;
        top: 3px;
    }

    .highest_row .row {
        padding: 1rem 0 2rem 0 !important;
    }

    .highest_wrapper__content__text {
        gap: 8px;
    }

    .btns .redirect {
        padding: 6px 24px;
        font-size: 14px;
    }

    .btns {
        gap: 10px;
    }

    .highest_wrapper__content__text p,
    .product-range-content p,
    .product-range-content ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .product-range-content p,
    .product-range-content ul li {
        margin-bottom: 12px !important;
    }

    .product-range-img img {
        height: 230px;
    }

    .our-product-range-content .global_content {
        padding: 20px;
    }

    .product-range-content h3 {
        font-size: 20px;
    }

    .understand_box__icon img {
        width: 30px;
    }

    .understand_box__content h6 {
        font-size: 12px;
    }

    .country_number__box {
        margin-bottom: 0px;
        min-width: 258px;
    }

    .lab_box {
        gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .lab_wrapper__content {
        padding: 20px;
        justify-content: start;
        align-items: start;
    }

    .main_heading h4 {
        font-size: 16px;
        line-height: 1.45;
    }

    .manufacture_box img {
        height: 250px;
    }

    .lab_wrapper__content h2 {
        font-size: 20px;
    }

    .lab_box h6 {
        font-size: 16px;
    }

    .lab_box h6 img {
        width: 45px;
    }

    .main_heading p,
    .ans p,
    #results p,
    .box p,
    .understand_box__content p,
    .testimonials_parra p,
    .blogs_box__content p,
    .footer-top p {
        font-size: 14px;
    }

    .testimonials_box {
        padding: 1rem;
    }

    .blogs_box__img img {
        height: 220px;
    }

    .contact_wrapper {
        padding: 50px 12px;
    }

    .banner_box__img img,
    .banner_box__img video {
        height: 440px;
    }

    .testimonials_info h3,
    .blogs_box__content h3 {
        font-size: 16px;
    }

    .contact_info h2 {
        font-size: 20px;
    }

    .contact_info p {
        font-size: 13px;
        margin-top: 3px;
    }

    .testimonials_info p {
        font-size: 10px;
    }


    .box h4 {
        font-size: 17px;
    }

    .left-box,
    .deference .row .right-box {
        gap: 36px;
    }

    .content svg {
        width: 42px;
    }

    .brands_logo img {
        width: 90px;
    }

    .serving_wrapper .global_content {
        margin-top: 0;
    }

    .calculator-container h2,
    .brands_heading h2 {
        font-size: 20px;
    }

    .calculator-container label {
        font-size: 13px;
    }

    .calculate-btn {
        line-height: 24px;
        font-size: 14px;
    }

    .color-box {
        padding: 12px;
    }

    .color-box h3 {
        font-size: 13px;
        line-height: 20px;
    }

    .color-box h3 strong {
        font-size: 18px;
    }

    .color-box img {
        width: 50px;
    }

    .lab_wrapper__content h3 {
        font-size: 15px;
        margin-top: 10px;
    }

    .num-boxes-content h3 {
        line-height: 24px;
    }

    .num-boxes-content {
        overflow-x: scroll;
        justify-content: start;
        align-items: start;
        gap: 20px;
    }

    .color-box {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}




@media (max-width: 576px) {
    .button-group {
        flex-direction: column;
    }

    .product_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .head h2,
    .main_heading h2 {
        font-size: 18px;
    }

    .table-container th,
    .research_content p,
    .research_box ul li,
    .product-range-content ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .research_box h3 {
        font-size: 18px;
    }

    .our-product-range-content .global_content:nth-child(2) {
        margin-top: 2rem;
    }

    .highest_wrapper__content__text h3 {
        font-size: 18px;
    }

    .topNav p a,
    .topNav_right p,
    .topNav_right a {
        font-size: 12px;
    }

    .topNav_right {
        gap: 10px;
    }

    .myNav {
        justify-content: space-between;
    }

    .topNav_content {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }

    .number-icons {
        height: 60px;
        width: 60px;
    }

    .banner_box__img img,
    .banner_box__img video {
        height: 300px;
    }

    .banner_box__img::after {
        height: 98%;
    }

    .number-icons img {
        width: 34px;
    }

    .country_number__box h3 {
        font-size: 21px;
    }

    .btns .redirect {
        padding: 6px 18px;
        font-size: 11px;
    }
}

@media(max-width:420px) {

    .head h2,
    .main_heading h2 {
        font-size: 18px;
    }

    .sift {
        position: absolute;
        right: 30%;
        top: -50%;
    }
}