.form-group {
    margin-bottom: 15px;
}  
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group select, textarea{
    width: 100%;
    padding: 5px;
    font-size: 16px;
}

.form-group label.required::after {
    content: "*";
    color: red;
}
.response-alert-mssg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    display: flex;
    justify-content: end;
    text-align: center;
    right: 46%;
}
.response-alert-mssg-modal{
    position: relative;
    display: block;
    width: max-content;
    height: 50px;
    color: #ffffff;
    pointer-events: auto;
    background-color: #201e1ea6;
}
button.btn.btn-primary.submit {
    background-color: #3EB489;
    padding: 12px 35px;
    border-radius: 0px;
    border: unset;
    clip-path: polygon(100% 0, 100% 60%, 86% 100%, 0 100%, 0 0);
    font: 600 16px/20px 'figtree';
    text-transform: uppercase;
}
button#test-drive-btn {
    padding: 14px 30px;
    border: unset;
    background-color: #3EB489;
    color: #fff;
    font: 600 16px/19px 'figtree';
    clip-path: polygon(100% 0, 100% 60%, 86% 100%, 0 100%, 0 0);
}
button#closeModal {
    padding: 5px 8px;
    border: 1px solid #3EB489;
	font-size:12px;
}