.frontTxt {
    margin-top: 200px;
    margin-bottom: 50px;
}
.selectors {
    width: 100%;
    display: flex;
    font-size: 25px;
    font-weight: 500;
    align-items: center;
    margin-left: 130px;
}
 
.selectors li:nth-child(2),
.selectors li:nth-child(3),
.selectors li:nth-child(4) {
    border-left: #176361 1px solid;
}

.selectors li:hover {
    cursor: pointer;
    color: #176361;
}

.selected {
    color: #176361;
}

.section {
    display: none;
}

.active-section {
    display: block;
}

/* Download */
.blockG {
    background-color: #176361;
    margin-left: 15px;
}

.productName {
    border-bottom: 1px solid #ccc;
}
.downloadImg {
    border: 1px solid #ccc;
    border-radius: 15px;
}
.downloadImg img {
    width: auto;
    max-width: 100%;
    max-height: 234px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.accordion-button {
    background-color: #eee !important;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 15px !important;
    margin-top: 8px;
    height: 50px;
}
.accordion-body a{
    color: #000 !important;
    text-decoration: none !important;
}
.downloadbtn {
    border-radius: 8px;
}
 /********************************************************************** MOBILE */
  @media screen and (max-width: 960px) {
    .selectors {
        margin-left: -15% !important;
        width: 100% ;
      }
      .selectors li {
        font-size: 12px;
        width: 30%;
      
        }
    .download {
        width: 100% !important;
    }
    .downloadImg {
        position: relative;
    }
    .download img {
        position: absolute;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
} 