#clickHotline {
     width:50px;
     height:50px;
     position:fixed;
     bottom:20px;
     right:10px;
     cursor:pointer;
     z-index:999;
     background: url(../../../images/frontend/2/hotline.png) center center no-repeat;
     border:none;
}
#semuaHotlineCaption {
     position:fixed;
     bottom:70px;
     right:10px;
     z-index:998;
     background: white;
     padding: 10px;
     font-size: 16px;
     border-radius: 15px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#semuaHotline {
     position:fixed;
     bottom:-100px;
     right:10px;
     z-index:999;
     opacity:0;
     background: #00A0E9;
     padding: 20px;
     border-radius: 15px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     border: 1px solid white;
     color: white;
     font-size: 20px;
}
#semuaHotline li {
     display: grid;
     grid-template-columns: 2fr 30px;
     align-items: center;
     justify-content:center;
     margin-bottom: 10px;
     grid-gap:10px;

}
#semuaHotline img {
     height: 25px;
     text-align: right;
}
#semuaHotline a {
     font-size: 20px;
     color: white;
}
#semuaHotline a:hover {
     color: #d0d0d0;
}
.kliklangsung {font-size: 12px;}


.hotline-atas {
     margin-right: 20px;
}
.hotline-atas a {
     color: white;
     background: #FFC000;
     padding:2px 5px;
     border-radius: 8px;
     font-size: 14px;
     display: inline-block;
}
.hotline-atas a:hover {
     background: #d1a00c;
}
.hotline-atas img {
     height: 30px;
}
.hotline-atas li {
     float: left;
     margin-left: 10px;
}



@media (max-width: 740px){

}
@media (min-width: 741px){


}
@media (min-width: 992px){
