.partnerBoxFH {
    font-size: 30px;
    font-family: Poppins;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-group.formGroup {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.form-group.formGroup .form-control {
    background: #0000;
    color: #000;
    width: 100%;
    border: 1px solid #000;
    padding: 5px 10px;
    height: 37px;
    border-radius: 10px;
}

select#intrast_product {
    width: 100%;
    height: 37px;
}

.partnerBt {
    background: #000;
    color: #fff;
    font-family: Poppins, sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    padding: 5px 35px;
    border: none;
    height: 35px;
}

.form-group.formGroup select {
    border: 1px solid #000;
}

textarea.form-control.formControl {
    height: 100px !important;
}

.partnerBox2 {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.partnerBtBox {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .partnerBox2 {
        width: 100%;
        margin: 0 auto;
    }
}