
.top_banner{
    display: flex;
    justify-content: center;
}



.popupTextWrap{
    width:100%; 
    height:100%; 
    padding:1rem; 
    background:#fff; 
    overflow:auto;
}

.popupControlWrap{
    width:100%; display:flex
}
.popupOneDaycloseWrap{
    width:80%; 
    text-align:left;
    color:#fff;
    background-color:#000; 
    padding:5px 15px; 
    font-size:12px;
    cursor:pointer;
}
.popupCloseWrap{
    width:20%; 
    text-align:center;
    color:#fff;
    background-color:#393939;
     padding:5px;
     font-size:12px;
     cursor:pointer;
}

 .popupArea{
    position: absolute;
    z-index:9999;
    width:100%;
}

@media screen and (max-width: 1024px) {
    .top_banner{
        display: none;

    }

    .popupArea{
        position: absolute;
        z-index:9999;
        right:1%!important;
        top:70px!important;
        max-width: 90vw;
    }
}

