/* Desktop service: retained page structure and states. */
.main-page { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow-y: hidden; }
.product-top { width: 100%; }
.top-title { color: rgb(0, 0, 0); }
.dets { width: 100%; position: relative; height: 100%; margin: 30px 0px 0px 30px; }
.service { width: 100%; }
.service_list li h6 { color: rgb(0, 0, 0); font-weight: 600; display: flex; justify-content: space-between; align-items: center; margin: 0px; }
.service_list li h6 i { transition: 0.4s; }
.service_list li.li_act h6 i { transform: rotateX(180deg); color: rgb(250, 190, 0); }
.service_list li .words { display: none; color: rgb(43, 43, 43); overflow-y: auto; position: relative; margin-bottom: 30px; }
ol, ul, dl { margin: 0px; padding: 0px; }
li { list-style: none; margin: 0px; padding: 0px; }
