.remodal{
    padding: 0;
}
.remodal-close{
    right: 0;
    left: auto;
    color: #a72431;
    z-index: 99999;
}
.remodal-close:hover{
    color: #a72431;
    background-color: white;
    border-color: white;
}
.remodal .header{
    background: #fcfcfc;
    border-bottom: 1px solid #dfdfdf;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
    padding: 0 36px 0 16px;
}
.remodal .p_content{
    padding: 15px;
}
.remodal .footer{
    background: #fcfcfc;
    border-top: 1px solid #dfdfdf;
    padding: 16px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: flex-end;
}
.remodal .footer a{
    background: green;
    color: white;
    padding: 0 9px;
    margin: 0 10px;
}
@media only screen and (min-width: 641px){
    .remodal {
        max-width: 500px;
    }
    .avada-menu-highlight-style-bar .fusion-main-menu .sub-menu ul{
        top: auto !important;
        bottom: 0px;
    }
}