#sub-pop .uk-modal-body{
    border: 3px solid #FFF;
    /* background-color:  #fff; */
    text-align: center
}
#sub-pop img{
    max-width: 250px;
    margin: 0 auto;
}
#sub-pop .form-container{
    background: #fff;
    padding: 0 20px;
}
#sub-pop .modal-details{
    margin-top: -25px;
    font-size: 16px;
    font-weight: bold;
}
#sub-pop p{
    color: #fff;
}
#sub-pop .wrapper{
    padding: 0;
}
#sub-pop h4{
    margin: 30px 0 5px 0;
    color: #fff;
    text-transform: uppercase;
    /* img{
        margin: 0 20px 5px 0;
    } */
    
}
#sub-pop .uk-modal-close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
    font-size: 25px;
    font-weight: bold;
    font-family: cursive;
}
#sub-pop input{
    background: #838383;
    border: none;
    color: #fff;
    font-size: 18px;
    height: 60px;
    margin: 10px 20px 0 0;
    padding: 0 20px;
    width: 100%;

}
#sub-pop select{
    background: #838383;
    border: none;
    color: #fff;
    font-size: 18px;
    height: 60px;
    margin: 10px 20px 0 0;
    padding: 0 20px;
    width: 100%;
}
#sub-pop .submit{
    background: #838383;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    margin: 10px 0;
    padding: 0 30px;
    text-transform: uppercase;
    transition: 0.3s all;
}
#sub-pop p small{
    text-align: justify;
}
#sub-pop label{
    color: #fff;
}