body {
    background-color: transparent;
}

.bg-blue {
    background-color: #07214C;
}

section {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer {
    padding-top: 90px;
}

/* .carousel-slide {
    display: flex;
    overflow: hidden;
    width: 10000px;
} */

.footer,
.footer a {
    color: white;
    text-decoration: none;
}

.footer li {
    list-style-type: none;
}


.section-5 {
    background: #FFFFFF;
    box-shadow: 6px 6px 32px 12px rgba(7, 33, 76, 0.16);
    border-radius: 20px;
    margin: 100px 80px;
}

.section-5-card-right {
    flex: 1;
    background-image: url("../assets/images/card-right-section.svg");
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.about-section-1 h1 {
    font-weight: 700;
    font-size: 90px;
    color: #07214C;
}

.about-section-1 h3 {
    color: #244B8C;
    font-size: 32px;
    font-family: "Urbanist";
}

.about-section-1 {
    position: relative;
}

.location h4 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.location ul {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 8px 0;
    padding: 0;
}

.location ul li {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 16px 0;
}

.links {
    margin-top: 5px;
}

.copyright {
    margin-top: 50PX;
    margin-bottom: 40PX;
    text-align: center;
}


.nav-link {
    color: var(--text-primary, #07214C);
    font-size: 18px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin: 10px !important;
}

.nav-link::after {
    content: '';
    display: block;
    transform: scaleX(0);
    border-bottom: 1px solid #EB6101;
    background: #EB6101;
    transition: transform 0.5s ease;
    transform-origin: center;
    /* Animate from left to right */
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.nav-link:hover {
    color: var(--text-primary, #07214C);
}


.footer a {
    text-decoration: none;
    color: white;
    font-family: Urbanist !important;

}

.footer h4 {
    color: white;
    font-family: Urbanist !important;

}

.footer li {
    list-style: none;
    font-family: Urbanist !important;
}


.section-5 {}

.card-button {
    display: inline-block;
    margin: 42px 0 56px 40px;
}

.card-button>a {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 32px;
    background: #EB6101;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.section-5-card .card-title {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #07214C;
    padding-right: 100px;
}

.card-title {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #07214C;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 40px 40px 0 40px;
}

.section-4 {
    display: block;
}

.section-4 .card-title {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    color: #07214C;
    margin: 0;
}

.section-4 .card-subtitle {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
    margin-top: 20px;
    margin-bottom: 40px;
}

.section-4 .card-btn {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #EB6101;
    padding: 12px 32px;
    margin-top: 20px;
    border: 1px solid #EB6101;
    border-radius: 4px;
    text-decoration: none;
}

.card-text {
    margin-top: 0;
    margin-bottom: 0;
}

.sec-4-card-text {
    margin-top: 120px;
    margin-bottom: 120px;
}


.logo-box {
    width: max-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% * (1/3) - 10px - 1px);
    align-items: center;
    cursor: pointer;
}

.logo-box a {
    text-decoration: none;
}

.logo-box img {
    height: 138px;
    width: calc(100% * 1/1.4);
    border-radius: 10px;
    margin-left: 24px;
    margin-top: 24px;
}

.logo-box-img img {
    height: 160px !important;
    width: calc(100% * 1/1.5);
    border-radius: 10px;
    margin-left: 0;
    margin-top: 24px;
}

.logo-box a img:hover,
.logo-box img:hover {
    box-shadow: 4px 4px 30px 0px rgba(255, 255, 255, 0.30);
}

.logo-card {
    background-color: white;
    border-radius: 14px;
    margin: 0 40px;
    display: flex;
    justify-content: center;
    height: 180px;
    width: 320px;
}

.logo-card img {
    margin: auto;
}

.section-3 {
    background-image: url('../assets/images/section-3-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

.section-3-title {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    padding: 60px;
    margin-top: 120px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 80px;
}

.title-div {
    width: 290px;
    margin: auto;
}

.title-div-main {
    margin: 0;
    width: calc(100% * 1/1.2);
}

.logo-box .logo-card-title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 135%;
    /* identical to box height, or 30px */
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
    width: 100%;
    padding: 0 28px;
}

.chemical-card {
    padding: 24px 20px;
    margin: 42px 24px;
    width: 354px;
    height: 236px !important;
    box-shadow: 6px 6px 32px 12px rgba(7, 33, 76, 0.16);
    border-radius: 20px;
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
}

.chemical-card-heading p {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 135%;
    display: flex;
    align-items: flex-end;
    color: #07214C;
}

.chemical-card-subheading p {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #244B8C;
}

.chemical-card-action a,
.chemical-card-action p {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #EB6101;
    text-decoration: none;
}

.section-1 {
    margin-top: 0 !important;
    background: linear-gradient(180deg, #CED7E5 0%, rgba(231, 235, 242, 0.262661) 83.7%, rgba(231, 235, 242, 0) 100%);
}


.navbar {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.section-1 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 86px;
    line-height: 135%;
    color: #07214C;
    display: inline;
}

.section-1 .highlight {
    color: #EB6101;
}

.section-1-left {
    margin-top: 250px;
}

.section-1-right {
    margin-top: 150px;
}

.section-1-left .subheading {
    /* width: 612px;
    height: 129px; */
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 135%;
    color: #244B8C;
}

.section-1-right img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.section-2 {
    padding-top: 82px;
}


.section-2 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    text-align: center;
    color: #07214C;
}


.section-2 .subheading {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    text-align: center;
    color: #244B8C;
}

.arrow {
    width: 100px;
}



.page {
    margin-top: 0;
    padding-top: 160px;
    background: linear-gradient(180deg, #CED7E5 0%, rgba(231, 235, 242, 0.262661) 83.7%, rgba(231, 235, 242, 0) 100%);
}


.page .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 135%;
    text-align: center;
    color: #07214C;
}

.page .subheading {

    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 135%;
    text-align: center;
    color: #244B8C;
    padding-left: 250px;
    padding-right: 250px;
}

.bottom-border {
    margin-top: 32px;
    background: linear-gradient(90deg, rgba(235, 97, 1, 0) 0%, #EB6101 51.29%, rgba(235, 97, 1, 0) 105.2%);
    height: 5px;
    width: 100%;
    margin-left: 100px;
    margin-right: 100px;
}

.industry-card {
    width: 528px;
    height: 320px;
}

.industry-card img {
    width: 100%;
    height: 100%;
}

.section-2-industry {
    margin-top: 120px;
    margin-bottom: 80px;
}

.industry-title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 135%;
    text-align: center;
    color: #07214C;
    margin-top: 12px;
}

.grid {
    margin: 40px;
}

.know-more-btn {
    background: #EB6101;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 15px 32px;
    margin: 100px auto 260px;
    /* margin-top: 64px; */
    width: max-content;
}

.know-more-btn a {
    text-decoration: none;
    color: white;
    text-align: center;
}


.product-section-1 {
    margin-top: 0;
    padding-top: 160px;
    background: linear-gradient(180deg, #CED7E5 0%, rgba(231, 235, 242, 0.262661) 83.7%, rgba(231, 235, 242, 0) 100%);
}

.product-section-2 {
    margin-top: 120px;
    margin-bottom: 120px;
}


.product-section-1 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 90px;
    line-height: 135%;
    text-align: center;
    color: #07214C;
}

.product-section-1 .subheading {

    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 135%;
    text-align: center;
    color: #244B8C;
    padding-left: 250px;
    padding-right: 250px;
}

.product-heading {
    /* padding-right: 0; */
}

.product-section-2 .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.product-heading .title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 135%;
    color: #07214C;
    padding-right: 100px;
}

.search-text {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
    padding: 0;
}

.product-section-row-1 {
    margin-bottom: 40px;
}

.product-card {
    width: calc(100% * 0.29);
    padding: 24px 20px;
    background: #FFFFFF;
    box-shadow: 6px 6px 32px 12px rgba(7, 33, 76, 0.10);
    border-radius: 20px;
    margin: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card-title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 135%;
    color: #07214C;
    padding-right: 12px;
}

.product-card-subtitle {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #244B8C;
}

.product-view-action {
    position: absolute;
    bottom: 0;
    padding: 10px 16px 10px 0px;
    border-radius: 4px;
}

.product-view-details {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    color: #EB6101;
    padding-top: 60px;
}

.supplier-section-2 {
    margin-top: 130px;
    margin-bottom: 120px;
}


.supplier-section-2 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    color: #07214C;
    margin-right: 20px;
}

.supplier-section-2 .subheading {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
    margin-right: 20px;
    padding-top: 12px;
}

.supplier-section-2-left {
    padding-right: 60px;
}

.supplier-section-4 {
    padding-top: 140px;
}

.supplier-section-4 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    color: #07214C;
}

.supplier-section-4 .subheading {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
    padding-top: 12px;
}

.supplier-section-3 {
    background: url('../assets/images/supplier-bg.svg');
    background-size: cover;
}

.supplier-section-3 .title {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    padding: 120px 120px 0 120px;
}


.supplier-section-3 .logo-box {
    padding-top: 100px;
}

.image-grid {
    padding-bottom: 280px;
}

.supplier-section-4 .cols-1 {
    padding: 50px;
}

.supplier-section-4 .cols-2 {
    padding: 50px;
}

.career-section-2 {
    padding-top: 120px;
}

.career-section-2 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    color: #07214C;
    margin-right: 68px;
}

.career-section-2 .subheading {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
    margin-right: 60px;
    padding-top: 12px;
}

.career-section-2 .section-2-image {
    border-radius: 20px;
    margin-left: 40px;
}

.career-section-3 {
    margin-top: 200px;
    margin-bottom: 120px;
}

.career-section-3 .texts {
    padding-right: 0;
}


.career-section-3 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    color: #07214C;
}

.career-section-3 .subheading {
    margin-top: 16px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
}

.career-section-3 .contact-card {
    margin-left: 48px;
}

.contact-card {
    background: #FFFFFF;
    box-shadow: 6px 6px 32px 12px rgba(7, 33, 76, 0.16);
    border-radius: 20px;
    padding: 20px;
}

.contact-card .title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 135%;
    color: #07214C;
    padding: 18px;
}

.contact-card .subtitle {
    font-family: 'Urbanist';
    color: var(--text-primary, #07214C);
    /* Body */
    font-size: 16px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding-left: 18px;
    vertical-align: middle;
    margin-bottom: 60px;
}

.contact-section-2 {
    margin: 120px;
}

.contact-section-2 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    color: #07214C;
    margin-right: 48px;
}

.contact-section-2 .subheading {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
    padding-top: 16px;
    margin-right: 130px;
}

.contact-page .contact-card {
    padding: 42px 36px;
    margin: 0;
}

.contact-card .header {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 135%;
    color: #07214C;
    margin-bottom: 20px;
}

.contact-card .text {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
}

.contact-card .text a,
.contact-card .text p {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #07214C;
    text-decoration: none;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;

}

.contact-card .text img {
    width: 24px;
    height: 24px;
}

.address-header {
    padding-top: 32px;
    color: var(--text-primary, #07214C);
    font-size: 20px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

.address-header .text a {
    padding-right: 50px;
}

.address-header {
    color: var(--text-primary, #07214C);
    font-size: 20px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin-bottom: 20px;
}

.second-address {
    padding-right: 48px;
}

.about-section-2 {
    margin-top: 120px;
}

.about-section-2 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    color: #07214C;
    margin-right: 50px;
}

.about-section-2 .subheading {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
    margin-top: 20px;
    margin-right: 50px;
    margin-bottom: 120px;
}


.about-section-3 {
    background-image: url('../assets/images/about-us-bg.svg');
    background-size: cover;
    height: 100vh;
    margin-bottom: 0;
}

.about-section-3 .heading {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 10px;
}

.about-section-3 .quote {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 135%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 60px;
}

.about-section-4 {}

.about-section-4 .heading p {
    margin-top: 60px;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    color: #07214C;
    padding-left: 12px;
}

.about-section-4 .subheading p {
    margin-top: 24px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 135%;
    color: #244B8C;
    padding-right: 84px;
    padding-left: 12px;
}

.about-section-4 .right-div {
    border-left: 2px solid #CED7E5;
    padding-left: 84px;
}

.second-row {
    margin-top: 180px;
    margin-bottom: 120px;
}

.second-row .heading p {
    margin-top: 0;
}

.second-row .subheading p {
    padding-right: 64px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 135%;
    color: #244B8C;
}

.second-row img {
    padding-left: 0;
    /*64px;*/
}



.search-input {
    width: 80%;
    padding-left: 8px;
    outline: none;
    border: none;
    color: #999;
    /* Body */
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 17.6px */
}

.search-input:focus,
.search-input:focus {
    outline: none;
    border: none;
}

.search-box {
    width: 90%;
    border-radius: 4px;
    border: 1px solid #999;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 16px;
}

.search-box img {
    width: 24px;
    height: 24px;
}

.search-input::placeholder {
    font-size: 16px;
}


@media only screen and (max-width: 600px) {

    .section-1-left {
        margin-top: 112px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
    }

    .section-1 .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 135%;
        color: #07214C;
        text-align: center;
    }

    .section-1 .heading .highlight {
        color: #EB6101;
    }

    .section-1-left .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        color: #244B8C;
        margin-top: 12px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 12px 20px;
    }

    .section-1-right {
        margin-top: 8px;
    }

    .section-1-right img {
        height: auto;
        width: 84%;
        margin: auto;
    }

    .brand-logo {
        height: 40px;
        width: 160px;
    }

    .section-4 img {
        display: block;
        margin: auto;
    }

    .section-2 .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
    }

    .section-2 .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        color: #244B8C;
        padding-left: 48px;
        padding-right: 48px;
    }

    .chemical-card {
        margin: 20px 0;
        width: unset;
        height: 180px !important;
    }

    .chemical-card-heading p {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #07214C;
        margin-bottom: 8px;
    }

    .chemical-card-subheading p {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        color: #244B8C;
    }


    .chemical-card-action {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 135%;
        text-align: right;
    }

    .chemical-card-action a,
    .chemical-card-action p {
        text-decoration: none;
        color: #EB6101;
    }

    .arrow-action {
        display: none;
    }

    .section-2 {
        padding: 20px;
        padding-top: 60px;
    }

    .arrow-btn {
        width: max-content;
        background: #EB6101;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        padding: 15px 32px;
        display: inline-block;
        margin: auto;
        margin-top: 20px;
    }

    .arrow-btn a {
        text-decoration: none;
        color: white;
        text-align: center;
    }

    .section-3-title {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;
        padding: 30px;
        padding-top: 80px;
        margin-top: 0;
    }

    .logo-card {
        padding: 0;
        padding: 12px 25px;
        margin-top: 10px;
        width: 80%;
    }

    .logo-card img {
        width: 100%;
        height: 108px;
    }

    .logo-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: calc(100% * (1/2));
        align-items: center;
        padding: 0 20px;
    }

    .title-div-main {
        width: 100%;
    }

    .logo-box img {
        width: 100%;
        height: 138px;
        margin-left: 0;
    }

    .logo-box-img img {
        height: 106px !important;
    }

    .title-div {
        width: unset;
        margin: auto;
    }

    .logo-box .logo-card-title {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 135%;
        text-align: center;
        color: #FFFFFF;
        margin-top: 10px;
        width: auto;
        padding: unset;
    }

    .supplier-section-3 .logo-box .logo-card-title {
        color: #FFF;
        text-align: center;
        font-family: Urbanist;
        font-size: 12.427px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        width: unset;
        padding: 0 8px;
    }

    .know-more-btn {
        width: max-content;
        background: #EB6101;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        padding: 15px 32px;
        display: inline-block;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 136px;
    }

    .know-more-btn a {
        text-decoration: none;
        color: white;
        text-align: center;
    }

    .section-3 {
        background-image: url('../assets/images/section-3-background-responsive.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
    }

    .section-4 {
        margin-top: 50px;
    }

    .section-4 .card-title {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
        margin: 16px;
    }


    .section-4 .card-subtitle {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        color: #244B8C;
        padding: 10px;
    }

    .card-btn-responsive {
        display: block;
        width: max-content;
        margin: 32px auto;
        border: 1px solid #EB6101;
        border-radius: 4px;
        text-decoration: none;
        color: #EB6101;
        padding: 12px 32px;
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 135%;
        text-align: center;
        margin-bottom: 80px;
    }



    .card-btn-responsive:visited,
    .card-btn-responsive:active {
        color: #EB6101;
    }

    .card-title {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        color: #07214C;
        padding: 32px 20px 20px unset;
    }

    .industries-section-1 {
        margin-top: 0;
        padding-top: 100px;
    }

    .page .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
    }

    .page.subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        color: #244B8C;
        padding: 0;
    }


    .industry-card {
        width: 100%;
        height: 200px;
    }

    .bottom-border {
        height: 2px;
        margin: 0;
        padding: 0;
    }

    .section-2-industry {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .grid {
        margin: 24px;
    }

    .product-title {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 135%;
        text-align: center;
        color: #07214C;

    }

    .page {
        margin-top: 0;
        padding-top: 100px;
    }

    .page .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
    }

    .page .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        color: #244B8C;
        padding: 0 20px;
    }

    .product-heading .title {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 135%;
        color: #07214C;
        padding: 20px;
    }

    .product-section-2 {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .search-btn {
        padding: 20px;
    }

    .search-btn {
        margin: 20px;
        border-radius: 4px;
        border: 1px solid #999;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    .product-card {
        width: 90%;
        padding: 20px;
        margin: 16px;
        margin-right: 0;
    }

    .product-card-title p {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #07214C;
        margin-bottom: 8px;
    }

    .product-card-subtitle p {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
        color: #244B8C;
    }

    .product-card-action {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: center;
        padding: 8px 0px;
        gap: 10px;
        border-radius: 4px;

    }

    .product-view-details {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 135%;
        text-align: center;
        color: #EB6101;
        padding-top: 0;
    }


    .supplier-section-4 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .supplier-section-2 {
        padding: 40px 8px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .supplier-section-2-left {
        padding-right: 0;
        padding-left: 0;
    }

    .supplier-section-2 .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
    }

    .supplier-section-2 .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: #244B8C;
        padding: 20px 16px 12px 16px;
        padding-right: 38px;
        margin-right: 0;
    }

    .supplier-section-4 .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
    }

    .supplier-section-4 .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: #244B8C;
        padding: 0 21px;
    }

    .supplier-section-3 {
        background: url('../assets/images/supplier-mobile-bg.png');
        background-size: cover;
    }

    .supplier-section-3 .title {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;
        padding: 60px 16px 40px 16px;
    }


    .supplier-section-3 .logo-box {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .image-grid {
        padding-bottom: 90px;
        column-count: 2;
    }

    .supplier-section-4 .cols-1 {
        padding: 0;
    }

    .supplier-section-4 .cols-2 {
        padding: 20px;
    }

    .section-2-image img {
        width: 100%;
    }


    .supplier-section-4 img {
        width: 100%;
    }

    .industry-title p {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 135%;
        text-align: center;
        color: #07214C;
    }

    .career-section-2 {
        padding: 22px 0;
        margin-bottom: 60px;

    }

    .career-section-3 {
        margin-top: 50px;
    }

    .career-section-3 .texts {
        padding-right: unset;
    }

    .career-section-2 .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
        margin: 0;
        margin-bottom: 20px;
    }

    .career-section-2 .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: #244B8C;
        margin: 16px 0;
        padding: 0;
    }

    .career-section-2 .section-2-image {
        margin: 0;
    }

    .career-section-3 .contact-card {
        margin: 0;
        margin-top: 32px;
        margin-bottom: 40px;
    }

    .career-section-3 {
        margin-bottom: 20px;
    }

    .career-section-3 .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
        margin: 0;
        padding: 0 30px;
    }

    .career-section-3 .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        color: #244B8C;
        padding: 0 30px;
    }

    .contact-card {
        margin-top: 32px;
        background: #FFFFFF;
        box-shadow: 3px 3px 12px 12px rgba(7, 33, 76, 0.2);
        border-radius: 12px;
        padding: 20px;
    }

    .contact-card .title {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 135%;
        color: #07214C;
        padding: 10px 10px;
    }

    .contact-card .subtitle {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: #244B8C;
        padding: 10px;
        padding-top: 2px;
        margin-bottom: 0;
    }

    .contact-card .subtitle a {
        text-decoration: none;
        color: #244B8C;
    }


    .contact-section-2 {
        margin: 0;
        margin-top: 40px;
        padding: 0 8px;
    }

    .contact-section-2 .heading {
        color: var(--text-primary, #07214C);
        text-align: center;
        font-size: 30px;
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-right: 0;
    }

    .contact-section-2 .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        color: #244B8C;
        margin: 0;
        padding: 12px;
        margin-bottom: 32px;
    }

    .contact-page .contact-card {
        padding: 20px;
        margin: 0;
        margin-bottom: 60px;
    }

    .contact-card .header {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 135%;
        color: #07214C;
    }

    .contact-card .text,
    .contact-card .text a,
    p {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: #244B8C;
        margin-top: 2px;

    }

    .about-company img {
        width: 200px;
        height: 50px;
    }

    .about-company {
        padding-bottom: 64px;
    }

    .footer {
        padding: 64px 8px 0;
    }

    .links {
        padding-bottom: 40px;
    }

    .links li a {
        font-size: 14px;
    }

    .location ul {
        column-count: 2;
    }

    .location h4 {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 110%;
        color: #FFFFFF;
    }

    .location ul li {
        margin: 0 0 32px 0;
    }

    .location ul li a {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 135%;
        color: #FFFFFF;
    }

    .copyright {
        margin-top: 0;
        margin-bottom: 0;
    }

    .copyright p {
        margin-top: 48px;
        margin-bottom: 32px;
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 110%;
        text-align: center;
        color: #999999;
        padding: 0 16px;
    }


    .section-5 {
        margin: 0 16px;
    }

    .section-5 .card-title {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        color: #07214C;
        padding: 0;
        margin-left: 20px;
        margin-top: 32px;
    }

    .section-5 .card-button {
        margin: 0;
        margin-top: 30px;
        margin-left: 10px;

    }

    .section-5-card {
        z-index: 2;
    }

    .nav-link {
        margin: 6px !important;
    }

    .section-5-card .card-text {
        position: relative;
    }

    .section-5-card-right {
        flex: 1;
        background-image: url("../assets/images/contact-section-bg-responsive.png");
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        height: 200px;
        margin-top: -40px;
        z-index: 1;
    }


    .card-button>a {
        padding: 14px 32px;
        background: #EB6101;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 135%;
        text-align: center;
        color: #FFFFFF;
    }


    .section-4 .card-btn {
        display: none;
    }

    .sec-4-responsive {
        display: flex;
        justify-content: center;
    }

    .sec-4 {
        display: none;
    }

    .sec-4-responsive .heading {
        margin-bottom: 20px;
        margin: 0 8px 20px;
    }

    .sec-4-responsive img {
        margin-bottom: 12px;
        padding: 20px 16px 0;
    }

    .about-section-2 {
        margin-top: 32px;
        margin-bottom: 40px;
        padding: 8px;
    }

    .about-section-2 .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
        margin: 0;
        padding: 10px 0 20px;
    }

    .about-section-2 .subheading {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: #244B8C;
        margin: 12px 0;
    }

    .about-image img {
        width: 100%;
        height: 240px;
        padding: 0;
        margin: 0;
    }


    .about-section-3 {
        background-image: url('../assets/images/mobile_about_bg.svg');
        background-size: cover;
        height: auto;
        margin-bottom: 0;
    }

    .about-section-3 .heading {
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .about-section-3 .quote {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        text-align: center;
        color: #FFFFFF;
        padding: 20px;
    }

    .about-section-4 {
        padding: 0 16px;
    }

    .about-section-4 .heading p {
        margin-top: 24px;
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        color: #07214C;
        padding-left: 0;
    }

    .about-section-4 .subheading p {
        margin-top: 12px;
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: #244B8C;
        padding-right: 0;
        padding-left: 0;
    }

    .about-section-4 .right-div {
        border-left: none;
        border-top: 1px solid #CED7E5;
        padding-left: 0;
        margin-top: 12px;
    }

    .second-row {
        margin-top: 72px;
        margin-bottom: 40px;
    }

    .second-row .heading p {
        margin-top: 0;
        font-family: 'Cormorant';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        color: #07214C;
    }

    .second-row .subheading p {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        color: #244B8C;
    }

    .second-row img {
        padding: 0;
        width: 100%;
        height: unset;
        margin: 0;
        margin-top: 20px;
        /* height: 160px; */
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .responsive-nav {
        height: 100vh;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        background-color: white;
        overflow-x: none;
        transition: 0.5s;
    }

    .responsive-nav-content {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

    .responsive-nav-content ul {
        list-style-type: none;
        margin: 32px 0;
        padding-left: 0;
    }

    .responsive-nav-content ul li {
        padding: 8px 0;
    }

    .responsive-nav a {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 135%;
        color: #244B8C;
        text-decoration: none;
    }

    .responsive-nav a:hover,
    .responsive-nav a:focus {
        color: #f1f1f1;
    }

    .responsive-nav .closebtn {
        position: absolute;
        width: 36px;
        height: 36px;
        margin-left: -42px;
    }

    .responsvie-row {
        display: flex;
        justify-content: space-between;
        padding: 16px;
        padding-top: 32px;
    }

    .responsive-nav-bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .responsive-nav-bottom .content p {
        font-family: 'Urbanist';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 135%;
        text-align: center;
        color: #244B8C;
        padding: 32px;
        border-top: 1px solid #EB6101;
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 0;
    }

    .navbar-toggler {
        right: 0;
    }

    .sec-4-card-text {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .quote-text img {
        width: 18px;
        height: 12px;
    }

    .quote-text {
        padding-bottom: 110px;
    }

    .about-section-3 .quote {
        margin: 0;
    }

    .modal-content {
        width: 100% !important;
    }

    .info-modal .heading {
        color: var(--text-primary, #07214C) !important;
        font-size: 18px !important;
        font-family: Urbanist !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 135% !important;
        margin-bottom: 8px !important;
        padding-left: 0 !important;
    }

    .info-modal .subheading {
        color: var(--text-secondary, #244B8C) !important;
        font-size: 16px !important;
        font-family: Urbanist !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 135% !important;
        margin-bottom: 16px !important;
        padding-left: 0;
    }

    .info-modal .paragraph {
        color: var(--text-primary, #07214C) !important;
        font-size: 14px !important;
        font-family: Urbanist !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 135% !important;
        padding-left: 0;
    }


    .products .info-modal .heading .product-heading-text {
        color: var(--text-primary, #07214C) !important;
        font-size: 18px !important;
        font-family: Urbanist !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 135% !important;
        margin-bottom: 8px !important;
    }

    .products .info-modal .subheading .product-subheading-text {
        color: var(--text-secondary, #244B8C) !important;
        font-size: 16px !important;
        font-family: Urbanist !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 135% !important;
        margin-bottom: 0;
    }

    .products .info-modal .paragraph .product-paragraph-text {
        color: var(--text-primary, #07214C) !important;
        font-size: 14px !important;
        font-family: Urbanist !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 135% !important;

    }

    .nav-link::after {
        content: '';
        display: block;
        transform: unset;
        border-bottom: unset;
        background: unset;
        transition: unset;
        transform-origin: unset;
        /* Animate from left to right */
    }

    .product-section-row-1 {
        margin: 0;
    }

    .privacy-section-2 .header p {
        color: var(--text-primary, #07214C) !important;
        font-family: Cormorant !important;
        font-size: 30px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: 120% !important;
        margin: 0;
    }

    .privacy-section-2 .subheader,
    .privacy-section-2 .header,
    .privacy-section-2 .paragraph {
        margin: 12px !important;
    }

    .privacy-section-2 {
        margin-bottom: 60px;
        margin-top: 40px;
    }

    .privacy-section-2 .subheader p {
        color: var(--text-primary, #07214C);
        font-family: Urbanist;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 135%;
        margin: 0;
    }

    .privacy-section-2 .paragraph p {
        color: var(--text-secondary, #244B8C);

        /* Mobile/subtitle */
        font-family: Urbanist;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        margin: 0;
    }


    .search-input {
        width: 80%;
        padding-left: 8px;
        outline: none;
        border: none;
        font-size: 14px;
        height: 24px;
        color: #999;
        font-family: Urbanist;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        /* 18.9px */
    }

    .search-input:focus,
    .search-input:focus {
        outline: none;
        border: none;
    }

    .search-box {
        width: 95%;
        border-radius: 4px;
        border: 1px solid #999;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        padding: 8px 16px;
        margin: 0 8px;
    }

    .search-box img {
        width: 24px;
        height: 24px;
    }

    .search-input::placeholder {
        font-size: 14px;
    }

    .search-text {
        margin-left: 8px !important;
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    .card-btn-responsive {
        display: none;
    }

    .sec-4 {
        display: block;
    }

    .sec-4-responsive {
        display: none;
    }

    .arrow-btn {
        display: none;
    }

    .chemical-card-action a:hover {
        border: 1px solid #EB6101;
        padding: 10px 16px 10px 10px;
        border-radius: 4px;
        transition: 0.3s;
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .mobile-menu {
        display: none;
    }
}

.footer .links ul li img {
    margin: 8px;
}

.footer-links div {
    display: inline;
}


.slick-slide {
    height: unset !important;
}

.navbar-toggler-icon {
    background: url('../assets/images/hamburger.svg');
}

.privacy-section-2 .header {
    color: var(--text-primary, #07214C);

    /* Heading 2 */
    font-size: 54px;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 40px;
}

.privacy-section-2 .subheader {
    color: var(--text-primary, #07214C);

    /* card title */
    font-size: 28px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin: 40px;
}

.privacy-section-2 .paragraph {
    color: var(--text-secondary, #244B8C);

    /* Subtitle */
    font-size: 22px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin: 40px;
}

.bordered-btn {
    color: var(--primary-orange, #EB6101);
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    border-radius: 4px;
    border: 2px solid var(--primary-orange, #EB6101);
    float: right;
}

.bordered-btn button,
.bordered-btn button:hover {
    color: var(--primary-orange, #EB6101);
    text-align: center;
    font-size: 18px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.info-modal .heading {
    color: var(--text-primary, #07214C);
    font-size: 30px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    padding-left: 0;
    margin-bottom: 8px;
}

.info-modal .subheading {
    color: var(--text-secondary, #244B8C);
    font-size: 24px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 32px;
    padding-left: 0;
}

.info-modal .paragraph {
    color: var(--text-primary, #07214C);
    font-size: 20px;
    font-family: Urbanist;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 32px;
    padding-left: 0;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-body {
    padding: 42px 36px;
}

.modal-content {
    border-radius: 20px;
    background: var(--white, #FFF);
    box-shadow: 6px 6px 32px 12px rgba(7, 33, 76, 0.16);
    width: 600px;

}

.arrow-action {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}

.arrow-action img {
    margin-left: 40px;
}

.img-end {
    display: flex;
    align-items: flex-end;
}

#navBar .container {
    margin-top: 20px;
}

.swiper {
    height: 340px;
}

.chemical-view-all {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 300px !important;
    align-items: center;
    padding-right: 100px;
}

.chemical-view-all a {
    text-decoration: none;
    text-align: center;
}

.chemical-view-all p {
    color: var(--text-primary, #07214C);
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    width: 100%;
    margin: 0;
}