
#sub-pop .uk-modal-body{
    border: 3px solid black;
    background-color:  #fff;
    text-align: center
}
#sub-pop .modal-details{
    margin-top: -25px;
    font-size: 16px;
    font-weight: bold;
}
#sub-pop .wrapper{
    padding: 0;
}
#sub-pop h4{
    margin: 30px 0 5px 0;
    color: #000;
    text-transform: uppercase;
}
#sub-pop h4 img {
            margin: 0 20px 5px 0;
}
#sub-pop .uk-modal-close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
    padding: 5px 10px;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
}
#sub-pop input{
    background: #dfdfdf;
    border: none;
    color: #4c4d4f;
    font-size: 18px;
    height: 60px;
    margin: 10px 20px 0 0;
    padding: 0 20px;
    width: 100%;
}
#sub-pop select{
    background: #dfdfdf;
    border: none;
    color: #4c4d4f;
    font-size: 18px;
    height: 60px;
    margin: 10px 20px 0 0;
    padding: 0 20px;
    width: 100%;
}
#sub-pop .submit{
    background: #414042;
    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;
}

#content img { vertical-align: inherit !important; }
