@media only screen and (min-width: 768px) and (max-width: 992px){

.scroll-adm {
    overflow: scroll;
    height: 350px;
    overflow-x: hidden;
}
.adm-h{
    height: auto;
}





}

@media only screen and (min-width: 320px) and (max-width: 992px){

.nutrient-form h4,.nutrient-form p{
    font-size: 12px;
}
.mrg-RD {
    display: block;
  }


.calculate-btn {
    margin: 0;
}

.admDropdown-ul ul li{
    list-style-type: disc;
}

}