.banner{
    width: 100%;
    height: 100vh;
    background-image: url(../images/image/contact/banner_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    /* overflow: hidden; */
}

.banner .bannerTxt{
    width: 27vw;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.formArea{
    padding: 5% 0%;
    background-color: #F4F4F4;
}

.formArea .form1 p,.formArea .form1 span,.formArea .form1 label,.formArea .form1 select,.formArea .form1 option{
    font-size: 1.25rem;
    color: #584435 !important;
}

.formArea .form1 input,.formArea .form1 textarea{
    font-size: 1.25rem;
    color: #584435;
    outline: none;
    border-radius: 5px;
    border: 1px solid #584435;
}

.formArea .form1 span{
    margin-right: 3%;
}

.formArea .form1 label{
    margin-right: 3%;
}

.formArea .form1{
    width: 55vw;
    margin: 0 auto;
}

.formArea .form1 .titleArea{
    border-top: 1px solid #584435;
    border-bottom: 1px solid #584435;
    padding: 3%;
}

.formArea .form1 .titleArea .radio-group{
    padding: 2% 0%;
}

.formArea .form1 select{
    width: 15vw;
    border-radius: 5px;
    outline: none;
    border: 1px solid #584435;
    text-align: center;
}

.formArea .form1 select option{
    width: 100%;
    text-align: center;
}

.formArea .form1 .formBody{
    padding: 5% 10%;
}

.formArea .form1 .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.formArea .form-group input[type="text"], .formArea .form-group input[type="email"], .formArea .form-group textarea{
    width: 100%;
    background-color: #F4F4F4;
}

.formArea .form-group .nameInput{
    width: calc(100% - 34%) !important;
}

.button-group{
    margin-top: 10%;
    text-align: center;
}

.button-group .submitBtn{
    width: 150px;
    margin: 0 auto;
    border: none;
    outline: none;
    padding: 0.5% 1%;
    border-radius: 25px;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
    background-color: #584435;
    cursor: pointer;
}

.alertTxt{
    display: none;
    padding-top: 2%;
    text-align: center;
    color: #FF1A1A;
}

@media screen and (max-width:1560px){
    .formArea .form1 p,.formArea .form1 span,.formArea .form1 label,.formArea .form1 select,.formArea .form1 option{
        font-size: 1rem;
    }
    .formArea .form1 input,.formArea .form1 textarea{
        font-size: 1rem;
    }
    .button-group .submitBtn{
        font-size: 1rem;
    }
}

@media screen and (max-width:1024px){
    .formArea .form1 p,.formArea .form1 span,.formArea .form1 label,.formArea .form1 select,.formArea .form1 option{
        font-size: 0.95rem;
    }
    .formArea .form1 input,.formArea .form1 textarea{
        font-size: 0.95rem;
    }
    .button-group .submitBtn{
        font-size: 0.95rem;
    }
    .formArea .form-group .nameInput{
        width: calc(100% - 41%) !important;
    }
}

@media screen and (max-width:768px){
    .banner .bannerTxt{
        width: 80vw;
    }

    .formArea .form1{
        width: 90%;
    }
    .formArea .form1 .formBody{
        padding: 5% 3%;
    }
    .formArea .form1 select{
        width: 70%;
    }
    .formArea .form-group .nameInput {
        width: calc(100% - 53%) !important;
    }
}

@media screen and (max-width:376px){
    .formArea .form-group .nameInput {
        width: calc(100% - 57%) !important;
    }
}

@media screen and (max-width:376px){
    .formArea .form-group .nameInput {
        width: calc(100% - 66%) !important;
    }
}