/*.products-banner {
    background: url(../images/products/ProductBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 87vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
}*/

.products-banner { position: relative; }

.HPDC-info img, .LPDC-info img, .tab-content img {
    width: 100%;
}

.tab-content img {
    margin: 20px 0px;
}

.HPDC-info, .LPDC-info {
    padding-top: 70px;
}

.HPDC-info h2, .LPDC-info h2 {
    color: #295693;
    font-weight: 500;
}

.HPDC-info p, .LPDC-info p {
    color: #000;
    font-weight: 500;
}

.tabs-section {
    padding: 3% 0%;
}

.tab-pills .btn-learn-more {
    border: 2px solid grey;
    color: grey;
    padding: 5px 17px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
    margin: 0 30px;
    border-radius: 0px;
}

.tab-pills .btn-options {
    color: #000;
    font-weight: bold;
    margin: 0 2px;
    border-radius: 0;
}

.tab-pills .btn-learn-more:hover {
    background-color: #1b6aab;
    color: #fff;
    cursor: pointer;
}

.tab-pills .btn-options:hover {
    color: #1b6aab;
    cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1b6aab;
    cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .active, .nav-pills .nav-link:hover {
    color: #fff !important;
    border-color: #1b6aab;
    background-color: #1b6aab;
}

.tab-content .modal-content img {
    max-height: 80vh;
    width: auto;
}


.product-info-section {
    /*background: url(../images/about/SOM_About_Us_Background.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f8f8f6;
}