.mkt-simple-popup__wrapper {
    /* display: none; */
    position: fixed;
    z-index: 9999999;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
}
.mkt-simple-popup__content {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 3px solid #6e8ccb;
    max-width:100%;
}
.mkt-simple-popup__content .textwidget {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    text-align: center;
    align-content: center;
    margin-top:20px;
    margin-left: 20px;
    margin-right:20px;
}
.mkt-simple-popup__content i {
    position: absolute;
    top: 2px;
    right: 4px;
}

.mkt-simple-popup__content .mkt-simple-popup__close {
   cursor: pointer;
}
.mkt-simple-popup__content ol {
    text-align: left;
    margin-top: 20px;
    margin-left:55px;
}
@media only screen and (max-width: 923px) {
    .mkt-simple-popup__content {
        height: fit-content;
    }
}
@media only screen and (max-width: 768px) {
    .mkt-simple-popup__content {
        line-height: 20px;
        font-size: 16px;
    }
    .mkt-simple-popup__content ol {
        text-align: left;
        margin-top: 20px;
        margin-left:22px;
    }
}
.mkt-simple-popup__content--body .custom-html-widget h2 {
    margin-bottom: 0px;
}
@media only screen and (max-width:999px) { 
    .mkt-simple-popup__content {
    line-height: 20px;
    font-size: 16px;
    padding: 15px;
    width: 90%;
}
}

 .mkt-simple-popup__content {
    line-height: 20px;
    font-size: 16px;
    padding: 15px;
}

.mkt-simple-popup__close { 
    cursor: pointer;
    text-align: right;
}

.mkt-simple-popup__content--bodyh2 {
    font-family: "kanit", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
}