.steam-banner{
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: calc(3.73301vw + 27.78525px);
    margin: 0 auto;
    text-align: center;
}
.banner-subTitle {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 350;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #F16F1B;
    font-size: 30px;
}
/*  */
.test {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1vw 1em;
}
.test-desc {
    line-height: calc(-0.07143vw + 2.05714em);
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
}
/* form */
.form-label {
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    margin: 35px 0;
    display: block;
    position: sticky !important;
    top: 0;
}
.form-online{
    display: none;
}
.label-tit {
    margin: 10px 0px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}

.label-tit span {
    color: red;
}

.mess-sumit {
    height: 46px;
    background-color: #ff8400 !important;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    width: 33%;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    margin: 15px 15px;
}
/*  */
.product-h1{
    font-size: calc(1.22031vw + 19.78635px);
    line-height: calc(0.05357vw + 1.05714em);
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 15px;
}
.caption h3{
    font-weight: bold;
    background: #022E3D;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
}
.product-list{
    border-right: 1px solid #ccc;
}
.product-list p{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #ccc;
}
.product-item p{
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #ccc;
}
.thumbnail{
    height: 640px;
}
@media(max-width:768px){
   
    .form-online{
        display: block;
    }
    .form-label{
        display: none;
    }
}