@media only screen and (max-width: 768px){ 
.col-6{
    max-width:50%;
}

}
.color-line{
    float: left;
    background:#DC143C;
    width:5px;
    height:24px;
    margin-right:10px;
}
.customm li{
    list-style:disc;
    list-style-position:outside;
    margin-left:15px;
}
.customm li, a{
    color: #000;
}
.mt10{
    margin-top:10px;
}
.pb5{
    padding-bottom:5px;
}
.mb20{
    margin-bottom:20px;
}

@media only screen and (max-width: 767.98px)
{
.td1{
    width:50%;
    font-weight:500;
    padding-left:10px;
    font-size:10px;
    background:#e7f7e9;
    }
.td2{
    width:50%;
    padding-left:10px;
     font-size:10px;
     background:antiquewhite;
    }
}

.td1{
    width:50%;
    font-weight:500;
    padding-left:10px;
    background:aliceblue;
    
}
.td2{
    width:50%;
    padding-left:10px;
    background:antiquewhite;
}
.pro-large-img {
    width: 100%;
}
.everyModal {
    pdding-right: 0px !important;
}

.page-bottom table{
  border-collapse: unset;
}

.page-bottom td.td1 {
    color: #212529;
    font-weight: 700;
}
.page-bottom table tbody tr .td2 {
    color: #212529;
}

.page-bottom h2, h3{
    color: #00784d;
    font-weight: 1000;
}
.page-bottom .menthol-crystals ul li{
    color: #212529;
}
.page-bottom .menthol-crystals p{
    color: #212529;
}
.product-content p{
    color: #212529;
}
.page-bottom p{
    color: #212529;
}

#scrollToTop {
    display: none;
    position: fixed;
    z-index: 999;
    width: 50px;
    text-align: center;
    height: 50px;
    bottom: 20px;
    background: #00784d;
    right: 20px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
}

.read-more-section{
    background-color: #9fd556;
}
.button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 14px;
    flex-direction: column;
}

.read-btn{
    color: #9fd556;
    background: #9fd556;
    border: none;
    font-size: 12px;
    line-height: 12px;
}

.read-more-content{
    margin-bottom: 20px;
}