@media screen and (max-width:680px) {
  .isi-visible-copy p:last-child {
    margin-bottom: 250px;
  }
}
@media screen and (min-width:681px)and (max-width:768px) {
  .isi-visible-copy p:last-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  footer {
    position: relative;
  }
  /*.sticky-isi-footer{
        display: block !important;
    }*/
  footer .component.content-detail.isi-footer {
    padding: 0 25px !important;
    margin: 0 20px;
  }
  .sticky-isi-footer.sticky-isi {
    width: 100%;
    height: auto;
    top: 65%;
    background: #fff;
    position: fixed;
    text-align: left;
    transition: top 0.5s;
    margin: 0 auto !important;
    z-index: 99999;
    border-top: 2px solid #cccccc
  }
  .mobile-isi-icons {
    display: block !important;
  }
  #footer .active .plus {
    display: none;
  }
  #footer .plus {
    display: block;
    position: absolute;
    right: 18px;
    top: 35px;
    font-weight: bold;
    font-size: 30px;
    color: #52be48;
  }
  #footer .active .minus {
    display: block;
    position: absolute;
    right: 18px;
    top: 35px;
    font-weight: bold;
    font-size: 30px;
    color: #52be48;
  }
  #footer .minus {
    display: none;
  }
  .isi-expanded-copy {
    display: none;
    height: 658px;
    overflow-y: scroll;
  }
  #footer .active .isi-visible-copy {
    display: none;
  }
  #footer .active {
    z-index: 99999;
  }
  #footer {
    min-height: 275px !important;
  }
  #footer .sticky-isi-footer.active.sticky-isi {
    top: 0px;
  }
  footer .footer-isi {
    background: #ffffff;
  }
  .footer-isi .isi-visible-copy {
    height: 280px;
    overflow-y: scroll;
  }
  .footer-isi .isi-visible-copy::-webkit-scrollbar {
    width: 4px;
  }
  .footer-isi .isi-visible-copy::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .footer-isi .isi-visible-copy::-webkit-scrollbar-thumb {
    background: #52be48;
  }
  .footer-isi .isi-visible-copy::-webkit-scrollbar-thumb:hover {
    background: #52be48;
  }
  /********** scroller css **********/
  #footer .isi-expanded-copy .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #52be48 !important;
    background-color: rgba(0, 113, 212, 1) !important;
  }
  #footer .isi-expanded-copy .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, .1) !important;
  }
  #footer .isi-expanded-copy .mCSB_container {
    padding-right: 20px;
  }
  /*.isi-visible-copy{height: 203px; overflow-y: scroll} */
  .isi-visible-copy .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, .1) !important;
  }
  .isi-visible-copy .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #52be48 !important;
    background-color: rgba(0, 113, 212, 1) !important;
  }
}
@media screen and (min-width:666px)and (max-width:740px) {
  .isi-visible-copy p:last-child {
    margin-bottom: 240px !important;
  }
  .sticky-isi-footer.sticky-isi {
    top: 60%;
  }
  #footer .plus, #footer .minus {
    top: -84px !important;
    right: -6px !important;
  }
  .isi-expanded-copy {
    height: 290px;
  }
  .mobile-isi-icons {
    position: relative;
  }
}