.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;
    left: 0;
}


/* .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 (max-width:2000px) and (min-width:767px){ 
    .headlogo{padding: 0 !important;}
    .footer {padding:30px 7% !important;display: flex;justify-content: center;flex-wrap: wrap;}
    .ftm{display: flex;justify-content: flex-start;flex-wrap: wrap;}
    .smh{padding-left: 0;}
    .bnld{display: flex;justify-content: center;align-items: center;}
    .bn-white{width: 90%;display: flex;justify-content: center;align-items: center;opacity: 50%;}
}
@media only screen and (max-width: 767px) {
    .smh{padding-left: 0;}
    .ftm .col-xs-1{display: none;}
}
@media only screen and (max-width: 580px) {
    .mob_bottom_cta {
        display: block !important;
    }
    .privacy_p {
        padding-bottom: 40px !important;
    }
}