@charset "UTF-8";

@media screen and (min-width: 768px) {
.ss-popup-area {
min-width: 20% !important;
}
.ss-popup-html-area {
max-width: 20% !important;
}
.ss-popup-html-area .smp-widget-title-text {

   }
   .ss-popup-html-area .smp-widget-body-text p span{
    font-size: 14px !important;
}
.ss-popup-html-area .smp-widget-button {
    font-size: 14px !important;
}
}
@media screen and (max-width: 767px) {
.ss-popup-area {
min-width: 40% !important;
}
.ss-popup-html-area {
max-width: 40% !important;
}
.ss-popup-html-area .smp-widget-title-text {
    font-size: 16px !important;
   }
   .ss-popup-html-area .smp-widget-body-text p span{
    font-size: 14px !important;
}
.ss-popup-html-area .smp-widget-button {
    width: 100%;
    height: 6vh;
    font-size: 14px !important;
    margin-top: 0;
    border-radius: 0;
}
}
@media screen and (max-width: 480px) {
.ss-popup-area {
min-width: 40% !important;
}
.ss-popup-html-area {
max-width: 40% !important;
}
.ss-popup-html-area .smp-widget-title-text {
    font-size: 14px !important;
   }
   .ss-popup-html-area .smp-widget-body-text p span{
    font-size: 12px !important;
}
.ss-popup-html-area .smp-widget-button {
    width: 100%;
    height: 6vh;
    font-size: 12px !important;
    margin-top: 0;
    border-radius: 0;
}
}