* {
    font-family: "Inter", sans-serif;
}

.container {
    max-width: 1280px;
}

section.navbar-banner.home {
    background: #EDEDF0;
}

.outline {
    border: 1px solid #0E2D52;
    color: #0E2D52;
    padding: 10px 30px;
    background: transparent;
    transition: 0.3s ease;
}

.fill {
    background-color: #0E2D52;
    color: #ffffff;
    padding: 10px 29px;
    border: 1px solid #0E2D52;
    transition: 0.3s ease;

}

.btn-common {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    width: 200px;
}

button.btn-common.outline:hover,
button.btn-common.outline:active,
button.btn-common.outline:focus {
    background-color: #0E2D52;
    color: #ffffff;
}

button.btn-common.fill:hover,
button.btn-common.fill:active,
button.btn-common.fill:focus {
    opacity: 0.9;
}

h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    color: #242424;
    padding-top: 64px;
    padding-bottom: 16px;
}

.banner-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
    padding-bottom: 32px;
}

.button-block {
    padding-bottom: 40px;
}


.partners {
    gap: 135px;
    margin-top: 40px;
    margin-bottom: 153px;
    justify-content: center;
}

.partners-name {
    flex: 0 1 calc((100% - 135px * 4) / 5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-name img {
    max-width: 100%;
    height: auto;
    display: block;
}

.vendor-partnerships h6,
.company-section h6 {
    padding-top: 98px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #242424;

}

.company-section h6 {
    padding-top: 0px;
}

.sq {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #D02030;
}

.sq-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}

.premier-text h5 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #242424;
    margin-bottom: 40px;
}


.vendor-partnerships button {
    margin-bottom: 160px;
}



.ind-solutn h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-top: 16px;
}

.banner-img img {
    height: auto;
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #A3A3A3;
    margin-top: 16px;
    margin-bottom: 16px;
}

.expertise-info {
    max-width: 308px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}

.item-links {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #242424;
}

.expert-blk {
    margin-bottom: 50PX;
}

.products .item-links {
    color: #666666;
    cursor: pointer;
}

.products .expertise-items:hover .item-links,
.products .expertise-items:focus .item-links,
.products .expertise-items:active .item-links {
    color: #242424;
}

.products .expertise-items:hover .products-link svg path,
.products .expertise-items:focus .products-link svg path,
.products .expertise-items:active .products-link svg path {
    stroke: #242424 !important;
}

.expertise-list {
    cursor: pointer;
}

section.products {
    /* padding-top: 70px; */
    background-color: #EDEDF0;
}

.company-section {
    padding: 50px 0;
    background-color: #EDEDF0;
}

.company-section .company-logo {
    max-height: 50px;
    margin: 30px;
    object-fit: contain;
}

.company-section .container {
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}


.customer-form label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #242424;
}

.form-check-input:checked {
    background-color: #0E2D52;
    border-color: #0E2D52;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #242424 !important;
}

.form-check-label a {
    color: #0E2D52;
    text-decoration: none;
}


.customer-form button {
    margin-top: 40px;
}

@media (max-width:1300px) {
    .banner-img img {
        height: auto;
    }

    .partners {
        gap: 55px;
    }

    .vendor-partnerships {
        padding: 0px 20px;
    }

    .products .row,
    .company-section .row {
        padding: 0px 20px;
    }

    .company-section {
        /* padding: 0px 20px; */
    }

    .company-section {
        padding-top: 60px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .company-section h6 {
        padding-top: 0px !important;
        padding-bottom: 20px;
    }
}

@media (max-width:1024px) {
    .partners-name {
        flex: 0 1 calc((100% - 135px * 2) / 3);
    }

    .company-section .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* .company-section .logo-cell:nth-child(2n) {
    border-right: none;
  }

  .company-section .logo-cell:nth-last-child(-n+2) {
    border-bottom: none;
  } */
    .company-section .logo-cell {
        border: none;
    }

    .company-section .logo-grid {
        display: grid;
        margin-bottom: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1139.98px) {
    .expertise-info {
        max-width: 270px;
        font-size: 15px;
        line-height: 24px;
    }

    .item-links {
        font-size: 18px;
        line-height: 25px;
    }


}

@media (max-width:992px) {
    .expert-blk {
        margin-top: 30px;
    }

    .vendor-partnerships button {
        margin-bottom: 60px;
    }

    .company-section .logo-cell {
        height: 100px;
    }

}

@media (max-width:767px) {
    h1 {
        font-size: 44px;
        line-height: 44px;
    }

    .partners-name {
        flex: 0 1 calc((100% - 135px * 1) / 2);
    }

    .vendor-partnerships h6,
    .company-section h6 {
        padding-top: 60px;
    }

    .partners {
        margin-bottom: 80px;
    }



    .premier-text h5 {
        font-weight: 500;
        font-size: 26px;
        line-height: 33px;
    }

    .vendor-partnerships .expertise-items {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

    .expertise-info {
        max-width: 100%;
    }

    .ind-solutn h4 {
        font-size: 26px;
        line-height: 33px;
        margin-top: 3px;
    }




    /* 
    section.products {
        padding-bottom: 30px;
    } */

    .company-section .logo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width:500px) {
    .navbar-banner .navbar-brand img {
        width: 200px;
        height: auto;
    }

    .navbar-banner .button-block {
        flex-direction: column;
        align-items: center;
    }

    .partners-name {
        flex: 0 1 100%;
    }

    .sq-text {
        font-size: 14px;
    }

    .products .item-links {
        font-size: 18px;
        line-height: 25px;

    }
}

@media (max-width:400px) {
    section.navbar-banner {
        padding: 0px 10px;
    }

    h1 {
        font-size: 34px;
        line-height: 38px;
    }

    .products .item-links {
        font-size: 16px;
    }
}