#pop-up-ads-container {
    display: inline-block;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    padding: 24px;
    z-index: 200;
    position: fixed;
    min-width: 360px;
    max-width: 400px;
    width: 31%;
    max-height: 520px;
    top: calc(50% - 260px);
    left: calc(50% - 200px);
}
#pop-up-ads-container * {
    font-family: NeoSansArabic;
}
#pop-up-ads-container img {
    margin-left: auto;
    margin-right: auto;
    border-radius: inherit;
    width: 100%;
    height: 240px;
}
#pop-up-ads-container .url {
    display: block;
    max-width: unset;
    height: 40px;
    text-align: center;
}
#pop-up-ads-container .title {
    height: 30px;
    margin: 24px 0 0;
    font-family: NeoSansArabic;
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
#pop-up-ads-container .description {
    height: 54px;
    overflow: hidden;
    margin: 16px 0 20px;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
#ads-main-container {
    background-color: #666a75bd;
    max-width: 2500px !important;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 200;
    left: unset;
    top: unset;
}
#ads-main-container .btn-jawwal-light {
    cursor: pointer;
}
#ads-main-container .sBtn {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
@media only screen and (max-width: 700px) {
    #pop-up-ads-container {
        left: calc(50% - 180px);
    }
}
@media only screen and (max-width: 500px) {
    #pop-up-ads-container {
        min-width: unset;
        width: 82%;
        left: 9%;
    }
    #ads-main-container .sBtn {
        font-size: 12px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 380px) {
    #pop-up-ads-container {
        max-height: 480px;
    }
    #pop-up-ads-container img {
        height: 200px;
    }
    #pop-up-ads-container .title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 340px) {
    #pop-up-ads-container .title {
        font-size: 17px;
    }
}
