<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.frm-box{
    padding: 24px;
}
.frm-sec{
    width:630px;
    max-width: 90%;
    margin: auto;
}
.frm-lbl{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #091D4F;
    margin-bottom: 10px;
}
.frm-sec .drop-upload-wrapper{
    min-height: auto;
    background: #fff;
}
label.error {
    color: #f00;
    font-weight: normal;
}

.tbl-quote-data{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tbl-quote-data th{
    background: #ccc;
}
.tbl-quote-data td,
.tbl-quote-data th{
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.qoute-card{
    text-align: center;
}
.qoute-card-img{
    background: #dfddeb;
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
    min-height: 250px;
    padding: 20px;
}
.qoute-card-img img{
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.qoute-card h3{
    font-size: 18px;
    margin: 0px 0px 10px;
    line-height: 100%;
}
.qoute-card p{  
    font-size: 14px;
    color: #424242;
}
.thankyou-sec h2{
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.thankyou-sec p{
    font-size: 18px;
}
.detail-info-tbl tr td{
    padding: 2px 5px;
}
.detail-info-tbl tr td:last-child{
    font-weight: 600;
}
@media screen and (max-width:580px){
    .frm-box {
        padding: 30px 0px;
    }
}</pre></body></html>