.span-primary {
    font-size: 60px!important;
    color: #fe3e57!important;
    margin-top: 10px!important;
}

.call-btn a {
    position: absolute;
    left: 75%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fe3e57;
    width: 46px;
    height: 46px;
    border-radius: 83px;
    display: inline-block;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    z-index: 99;
    border: 1px solid #fff;
}

.detail-data {
    font-size: 12px;
    display: block;
}

.call-btn a i {
    position: absolute;
    color: #fff;
    font-size: 9px;
    left: 25%;
    top: 20%;
}

.flaticon-phone:before {
    font-size: 20px;
}

.emergencey-text h2 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.text-primary {
    color: #fe3e57!important;
}

.text-info {
    color: #2b3990!important;
}

.text-warning {
    color: rgb(226, 120, 48)!important;
}

.text-danger {
    color: rgb(206, 0, 0)!important;
}

.text-success {
    color: rgb(20, 172, 121)!important;
}

.work-wrap {
    padding: 30px 20px;
}

.work-content p {
    font-size: 10px;
    line-height: 15px;
    min-height: 60px;
    letter-spacing: 1px;
}

.work-content h2 {
    font-size: 21px!important;
    margin-bottom: 10px;
}

.work-content a {
    padding: 10px 20px 10px;
    font-size: 12px;
}

.work-icon {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.count-icon {
    margin-bottom: 20px;
    margin-left: 50px;
}

ul.narasi {
    font-size: 11px;
    letter-spacing: 1px;
}

ul.narasi li.pdp::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FF8444;
    display: inline-block;
    margin-right: 10px;
}

ul.narasi li.odp::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #21A2FD;
    display: inline-block;
    margin-right: 10px;
}

ul.narasi li.positif::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FA709A;
    display: inline-block;
    margin-right: 10px;
}

ul.narasi li.sembuh::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00CC6F;
    display: inline-block;
    margin-right: 10px;
}

.count-pdp {
    margin-bottom: 20px;
    margin-left: 20px;
}

.count-positif {
    margin-bottom: 20px;
    margin-left: 20px;
}

.count-sembuh {
    margin-bottom: 20px;
    margin-left: 20px;
}

.emergencey-text p.count {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 900;
}

.section-fullwidth {
    width: 100%;
}

#map {
    /* configure the size of the map */
    width: 100%;
    height: 600px;
}

.pix-label-title-map {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.countryLabel {
    background: rgba(255, 255, 255, 0);
    border: 0;
    font-weight: 800;
    font-size: 10px;
    border-radius: 0px;
    letter-spacing: 1px;
    box-shadow: 0 0px 0px;
}

.work-wrap.transparent {
    background: transparent;
    box-shadow: 0px 0px 20px 0px transparent;
}

.wpo-contact-area99 {
    background-color: #f0f0ee;
}

.mt-2 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 50px;
}

.wpo-project-details-area img.img-header {
    position: absolute;
}

.img-pemudik {
    right: 0;
}

.img-rujukan {
    bottom: 15%;
    right: 2%;
}

.img-relawan {
    top: 50%;
    right: 0;
}



@media(max-width: 767px) {
    .span-primary {
        font-size: 35px!important;
        color: #fe3e57!important;
        margin-top: 10px!important;
    }
    .wpo-project-details-area img.img-header {
        display: none;
    }
    .page-title {
        height: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    body{
        min-width:1440px;
    }
    .container{
        min-width: 1268px;
    }
    .slide-img{
        display: block;
    }
    .header-style-2 .navigation{
        z-index: 1000;
    }
    .wpo-slide-right-img img{
        max-width:85%!important;
    }
 }