/*.newsappdlb {
    position: fixed;
    bottom: 85px;
    right: 1%;
    z-index: 9999;
    border-radius: 0px 18px 18px 0px;
    -o-border-radius:  0px 18px 18px 0px;
    -moz-border-radius:  0px 18px 18px 0px;
    -webkit-border-radius:  0px 18px 18px 0px;
    width: 126px;
}*/
.newsappdlb_c{
    position: fixed;
    bottom: 2.4rem;
    left: 0;
    right: 0;
    z-index: 10000;
    /*background-color: rgba(243, 129, 31, 0.85);*/
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
    border-radius: 18px;
    -o-border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    padding: 5px;
    padding-right: 34px;
    width: 30%;
    max-width: 580px;
    margin: 0 auto;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.newsappdlb_c .dlb_text{padding: 0 10px; text-align: center;}
.newsappdlb_c .dlb_text a{color: #fff; font-weight: bold;}

.newsappdlb_c .dlb_closebtn{
  height: 30px;
  width: 30px;
    color: #9c9ea0;
    position: absolute;
    font-size: 2em;
    line-height: 0;
    right: -24px;
    top: -4px;
    cursor: pointer;  
    border-left: solid 1px #ccc;
    padding-left: 12px;
}

.newsappdlb_c .close_circle{
    /*line-height: 1.5;*/
    font-size: 25px !important;
    border-left: solid 1px #ccc;
    padding-left: 12px;
}
.newsappdlb_c .dlb_closebtn::after{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color: #f0bf11;
font-size: 2rem;
/* content: " "; */
content: "\d7";
}

.newsappdlb_c.pic{ padding: 0; background: none; border-radius: unset; box-shadow: unset;}
.newsappdlb_c.pic .dlb_text{padding: 0;}
.newsappdlb_c.pic .dlb_closebtn{border: none;}

@media (max-width: 899px) {
  .newsappdlb_c{width: 80%;}
}