.banner{
    background-image: url(../image/banner-30.jpg);
    background-color: rgb(0 0 0 / 37%);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    background-size: cover;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner h2{
    margin: 0;
    font-size: 50px !important;
    color: #fff;
}

.banner-content {
    position: absolute;
}

.w3-content {
    padding-bottom: 0;
}

.w3-content[data-opc] {
    display: none;
}

a {
    width: 100%;
    display: contents;

}

ul {
    line-height: 2;
    list-style-type: none;
}

h2 {
    text-align:center; 
    font-weight: 600;
    margin-bottom: 32px;
    color: #000;
}

h4 {
    text-align:center; 
    font-weight: 600;
    color: #000;
}

.Feature-box {
    display: flex; 
    width: 100%; 
    background: #fff; 
}

.Feature-content {
    display: flex; 
    flex-direction: column; 
    width: 100%; 
    align-content: center;
    margin-bottom: 16px;
}

.Feature-img {
    display: flex;
    width: 80%;
    justify-content: center;
    align-content: center;
    padding-top: 6%;
}

.Feature-img > img {
    width: 70%;
}

.Feature-title{
    font-weight: 600;
    color: #000;
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 0;
}

ul > div {
    display: flex;
}

.checkicon.fa-solid {
    color: #2956a5;
    margin: 7px 7px 7px 0;
}


.button-winopc {
    min-width: 140px;
    margin-right: 0%;
    margin-bottom: 0.5%;
    font-size: 16px !important;
    background: none;
    border: #d3d3d3 1px solid;
    color: #c4c4c4;
    padding: 0.5% 1%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button-winopc.active,
.button-winopc:hover {
    color: #fff;
    background: #2956A5;
    border: #2956A5 1px solid;
}

.product-wrapper{
    display: flex;
    margin-bottom: 1%;
}

.product-box {
    width: 100%; 
    height: 100%; 
    background: #fff;
    margin-right: 1%;
}

.top-bar {
    width: 100%; 
    height: 3em; 
    border-bottom: 1px #eaeaea solid; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 1% 0;
}

.top-title {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding-left: 2vh;
}

.list-bar {
    width: 100%; 
    height: 100%; 
    background: #fff;
    display: flex; 
    flex-direction: column; 
    padding: 1%;
}

.table-box {
    width: 100%; 
    background: #fff; 
    display: flex;
}

th {
    color: #204a88;
    width: 25%;
    padding-left: 0 !important;
}

.td-1 {
    color: #222222;
}

.td-2 {
    color: #1b7cef;
}

.td-3 {
    color: #7f7f7f;
}

.product-img {
    display: flex;
    width: 20%;
    height: auto;
    justify-content: center;
    align-content: center;
    padding-left: 1vh;
}

.product-img > img {
    width: 100%;
}

.downicon {
    display: flex;
    align-items: center;
    padding: 0 4%;
}

.downloadicon {
    color: #1b7cef;
    margin: 0 10px 0 0;
}

input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tabs {
    overflow: hidden;
    width: 28em;
}
  
.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    cursor: pointer;
    color: #7f7f7f;
}

.tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.tab-label-close::after {
    display: none;
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.tab-content {
    max-height: 0;
    padding: 0;
    background: #fff;
    transition: all 0.35s;
    font-size: 16px;
    color: #7f7f7f !important;
    line-height: 1.5;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em 1.5em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: #fff;
}
  
input:checked + .tab-label {
    background: #fff;
}

input:checked + .tab-label::after {
    transform: rotate(90deg);
}

input:checked ~ .tab-content {
    max-height: 100vh;
}

@media (max-width:768px) {
    .banner{
        height: 35vh;
    }

    .banner-content {
        position: absolute;
        top: 8em;
    }

    .banner h2{
        margin: 0;
        color: #fff;
        letter-spacing: 2px;
    }

    .Feature-box {
        display: flex; 
        flex-direction: column;
        width: 100%;
    }

    .Feature-img {
        display: flex;
        width: 100%;
        justify-content: center;
        align-content: center;
        padding-top: 0;
    }
    
    .Feature-img > img {
        width: 60%;
    }

    .product-wrapper {
        display: flex;
        flex-direction: column;
    }

    .product-box {
        margin-bottom: 1%;
    }

    .top-bar {
        padding: 2% 0;
    }

    .product-img {
        display: flex;
        justify-content: normal;
        width: 16vh;
        height: 100%;
        align-content: center;
        padding-left: 1vh;
    }
    
    .product-img > img {
        width: 100%;
    }

    th {
        min-width: 100px;
    }

    .button-winopc {
        min-width: 169px;
        background: none;
        border: #d3d3d3 1px solid;
        color: #c4c4c4;
        padding: 0.5%;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
}