.lg-form{
    padding: 25px 5%;
    border: 1px solid #999;
    border-radius: 5px;
    min-width: 50%;
    margin: auto;
    margin-top: 65px;
}

.lg-form h3{
    margin-bottom: 40px;
}

.supForm{
    max-width: 50%;
}

.textbox{
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0px;
    margin-bottom: 25px;
    
}

.form-sb{
    background: #296d98;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border: 1px solid #1c4966;
    border-radius: 5px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.fp-p{
    font-style: italic;
}

.su-q{
    margin-top: 30px;
    text-align: center;
    font-style: italic;
}


.footer-si{
    margin-top: 40px;
    
}

.f-texts{
    color: #999;
    margin: 5px 10px;
    
}


@media(max-width: 900px){
    
.lg-form{
    min-width: 80%;
    
}

.supForm{
    max-width: 95%;
}

.list-lk{
    margin-top: 60px;
    
}
    
}