.abcbiz-form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.abcbiz-form-column-one-fourth {
    flex: 1 1 22%;
    min-width: 80px;            
    box-sizing: border-box;
}

.abcbiz-form-column-one-third {
    flex: 1 1 30%;
    min-width: 100px;            
    box-sizing: border-box;
}

.abcbiz-form-column-half {
    flex: 1 1 45%;
    min-width: 200px;            
    box-sizing: border-box;
}

.abcbiz-ele-contact-form-7-area label {
    width: 100%;
    line-height: 1.4;
}

.abcbiz-ele-contact-form-7-area p {
    margin: 0;
}

.abcbiz-ele-contact-form-7-area input[type="radio"], .abcbiz-ele-contact-form-7-area input[type="checkbox"] {
    opacity: 0;
    position: absolute;
	width: 0 !important;
	height: 0 !important;
}

.abcbiz-ele-contact-form-7-area .wpcf7-radio .wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #f2f2f2;
    border: 2px solid #cccccc;
    vertical-align: middle;
    transition: background-color 0.3s;
}

.abcbiz-ele-contact-form-7-area input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #4246ec;
}

.abcbiz-ele-contact-form-7-area .wpcf7-radio label, .abcbiz-ele-contact-form-7-area .wpcf7-checkbox label{
    cursor: pointer;
    font-size: 20px ;
    line-height: 1.05;
    margin-bottom: 15px;
}

.abcbiz-ele-contact-form-7-area .wpcf7-checkbox .wpcf7-list-item-label::before {
    content: '';
    display: inline-block;
    width: 20px; 
    height: 20px;
    margin-right: 10px;
    background-color: #f2f2f2;
    border: 2px solid #cccccc;
    vertical-align: middle;
    transition: background-color 0.3s, border-color 0.3s;
}

.abcbiz-ele-contact-form-7-area input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #4246ec;
    content: '✔';
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.abcbiz-ele-contact-form-7-area select {
    margin-bottom: 20px;
}

.abcbiz-ele-contact-form-7-area input:not([type="submit"]),
.abcbiz-ele-contact-form-7-area textarea {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    width: 100%;
    padding: 10px 20px;
    color: #8F9798;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    margin-bottom: 20px;
    outline: none;
}

.abcbiz-ele-contact-form-7-area input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 4px;
    border: 0;
    outline: none;
}

.abcbiz-ele-contact-form-7-area p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .abcbiz-form-column-one-third, .abcbiz-form-column-one-fourth, .abcbiz-form-column-half {
        flex-basis: 100%;
    }

    .abcbiz-form-row {
        gap:0;
    }

}
