/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .mm-white-popup {
    /* background: #ffffff;
    padding: 20px 30px; */
    text-align: left;
    max-width: 850px;
    margin: 40px auto;
    position: relative;
    min-height:100px;
    border-radius: 40px;
 }
 .imp-zoom-outer-wrap {
    border-radius: 20px !important;
}
 .mm-white-popup .mfp-close {
	color:#000000!important;
}

.mm-white-popup .mfp-close::after {
    color: #333333!important;
    content: "x";
    /* padding-right: 80px; */
    margin-left: -20px;
    /* margin-top: -50px; */
}