.mob_bottom_cta {
    display: none;
    z-index: 9999 !important;
    box-shadow: 1px 1px 20px 1px #000000;
    width: 100%;
    float: left;
    position: fixed;
    height: 40px;
    background-color: #00a6e5;
    color: #ffffff;
    z-index: 99;
    bottom: 0px;
    text-align: center;
}


/* .mob_bottom_cta_left{width: 50%;float: left;height: 100%;   padding-top: 8px;background-color: #ffda27;font-size: 18px;} 
.mob_bottom_cta_right{width: 50%;float: left;height: 100%;   ; padding-top: 8px;color: #ffffff;font-size: 18px;}*/

.mob_bottom_cta_left {
    width: 50%;
    float: left;
    height: 100%;
    padding-top: 8px;
    background-color: #ffda27;
    font-size: 18px;
    display: none;
}

.mob_bottom_cta_right {
    width: 100%;
    float: left;
    height: 100%;
    padding-top: 8px;
    color: #ffffff;
    font-size: 18px;
}

@media only screen and (max-width: 580px) {
    .mob_bottom_cta {
        display: block !important;
    }
    .privacy_p {
        padding-bottom: 40px !important;
    }
}