.seo_discount_popup {
    font-family: "Roboto",Sans-serif!important;
    display: none;
    position: fixed;
    z-index: 55555;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(5,2,30);
    background-color: rgba(5,2,30,0.8);
}

.seo_discount_popup_content {
    background-color: #fff;
    margin: 3% auto;
    width: 90%;
    max-width: 760px;
    border-radius: 185px;
    padding: 50px;
    position: relative;
}

.seo_discount_popup_content:before {
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    bottom: 20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 100px solid white;
    border-bottom: 20px solid transparent;
    transform: rotate(-145deg);
    z-index: 2;
}

.seo_discount_popup_content:after {
    content: '';
    display: block;
    position: absolute;
    right: -110px;
    bottom: -90px;
    width: 125px;
    z-index: 1;
    height: 148px;
    background-image: url(img/seo-discount-speaker.png);
    background-repeat: no-repeat;
}

.seo_discount_popup .close {
    color: #fff;
    float: right;
    font-size: 70px;
    font-weight: 300;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: -20px;
    top: -20px;
    cursor:pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.seo_discount_popup .close:hover{
    opacity: 0.8;
}

.seo_discount_popup_title{
    line-height: 100px;
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    color: #3A3380;
    text-transform: uppercase;
}

.seo_discount_popup_desc{
    color: #080423;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.seo_discount_popup_list{
    width: 50%;
    padding: 0 0 0 65px;
    line-height: 30px;
    color: #080423;
    text-align: left;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    float: left;

}

.seo_discount_popup_list:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #3A3380;
    position: absolute;
    left: 35px;
    top: 5px;
}

.seo_discount_popup_clear{
    clear: both;
}

.seo_discount_popup_bg{
    background-image: url(img/seo-discount-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    width: 100%;
    max-width: 475px;
    margin: 15px auto 0;
    padding-bottom: 20px;
}

.seo_discount_popup_text1{
    color: #080423;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.seo_discount_popup_text2{
    color: #3A3380;
    text-align: center;
    font-size: 120px;
    font-weight: bold;
    line-height: 90px;
}

.seo_discount_popup_text3{
    color: #3A3380;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.seo_discount_popup_text4{
    color: #EA3583;
    border: 1px dashed #EA3583;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    height: 40px;
    width: 240px;
    text-transform: uppercase;
    margin: -20px auto 20px;
    border-radius:5px;
    letter-spacing: 2px;

}

.seo_discount_popup_button{
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    background-color: #3A3380;
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.seo_discount_popup_button:hover{
    color: #fff;
    background-color: #443b94;
}

@media(max-width: 800px){
    .seo_discount_popup_list{
        width: 290px;
        padding: 0 0 0 35px;
        float: none;margin: 0 auto;
    }

    .seo_discount_popup_list:before{
        left: 5px;
    }

}