body header .top-menu .acilirmenu > #PopupMenu1 > li.has_child > a span {
    line-height: 18px;
    font-size: 20px;
}
body header .top-menu .acilirmenu li a span{
line-height: 14px;
}
#platinpopup {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none!important;
}
  @media (max-width: 768px){
    #platinpopup {
       margin-top: 20%!important;
    }
}
@media (max-width: 768px){
    #platinpopup {
        top: 70% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        bottom: inherit!important;
        margin-left: 0!important;
    }
}
.modal-close {
    color: #000 !important;
    right: 23px !important;
    top: 0px !important;
}