
.productBanner{
    border-radius: 10px;
    border: 3px solid #ffffff;
    width: 100%;
}
.sectionInquire{ 
    text-align: center;
    background: #e0e7f2;
} 
.sectionInquire label.title{
    display: block;
    margin-top: 10px;
    font-size: 35px;
    font-family: 'montserrat-bold';
    color: black; 
    line-height: 1.4;
}
 
.sectionInquire p.desc{
    font-size: 16px;
    color: #64676c;
    line-height: 1.6; 
    margin-bottom: 20px;
}

#frmInquiry{
    text-align: left;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

label.error{
    font-size: 12px;
    color: #ff4c4c;
}

.frmText{
    font-family: arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.frmText span{
    color: red;
}

.frmField{
    font-size: 12px;
    border-radius: 5px;
    background: #f1f3f6;
    border: 0px;
}

.frmField:hover,
.frmField:focus{
    background: #f1f3f6;
}

textarea.frmField{
    min-height: 100px;
}


.btnSubmit{
    background: #5e7fcf;
    color: white;
    padding: 10px 30px;
    font-size: 12px;
    font-family: montserrat-medium;
    border-radius: 5px;
}

.btnSubmit:hover, .btnSubmit:focus{
    background: #1e46a7;
}
