.modal-content {
    background-image: url(../img/repeating_scramble_logos.png), url(../img/repeating_scramble_logos.png);
    background-position: 0 0, 0 bottom;
    background-repeat: repeat-x, repeat-x;
    padding-top: 60px; padding-bottom: 60px;
}
#scrPopupModal .modal-dialog{
    margin-top: 100px;
}
.modal-body h5{
    margin-bottom: 0px;text-transform: uppercase;
}
.modal-body{
    text-align: center;
}
.modal-body p{
    margin-bottom: 5px;
}
.modal-footer{
    text-align: center !important; padding-bottom: 0px;
}
.modal-footer button{
    margin-bottom: 0px; border-radius: 5px;
}
.scr_c_pop {
    text-align: center; height: 90px;
}
.scr_c_pop a{
    height: 100%;
}
.scr_c_pop img{
    padding: 5px; height: 56px !important;
}
.scr_c_pop span{
    display: block; 
}
.modal-header h4{
    text-transform: uppercase; font-size: 1.8rem; text-align: center; margin-bottom: 15px;
}
.modal-header h5{
    text-transform: uppercase; font-size: 1.8rem; text-align: center; font-weight: 500; margin-bottom: 0px;
}
.country_select{
    width: 220px; font-family: 'Oswald', sans-serif !important;
}
.select2-container {
    z-index: 9999;
}
.country_select .select2-results ul li{
    font-weight: 600; letter-spacing: 0.05rem; font-family: 'Oswald', sans-serif !important;
}
.scr_pop_txt,.select2-selection span{
    font-weight: 600; letter-spacing: 0.05rem; font-family: 'Oswald', sans-serif !important;
}
.select2-results__options{
    max-height: 280px !important;
}
.img-flag{
    margin-right: 10px;
}
@media (max-width: 768px){
    .modal-content{
        background-image: url(../img/repeating_scramble_logos_mobile.png), url(../img/repeating_scramble_logos_mobile.png);
        padding-top: 20px; padding-bottom: 20px;
    }
}