form.therapeftes {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 15px;
}

.therapeftes-field-group {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.therapeftes-field-group label {
    color: black;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.therapeftes-field-group input {
    color: black;
    font-size: 16px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    width: 661px;
    height: 33px;
    max-width: 661px;
}

.therapeftes-field-group textarea {
    color: black;
    font-size: 16px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    width: 661px;
    height: 100px;
    max-width: 661px;
}

.therapeftes-field-group button[type="submit"] {
    height: 63px;
    width: 300px;
    max-width: 300px;
    background-color: #15A393;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

#therapeftes-messages p {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

#therapeftes-messages.success p {
    color: green;
}

#therapeftes-messages.error p {
    color: red;
}

.therapeftes-field-group {
    width: 100%;
    max-width: 661px;
}

.therapeftes-field-group .multiple-select-btn {
    width: 100%;
    max-width: 661px;
}


@media screen and (max-width: 768px) {

    .therapeftes-field-group,
    .therapeftes-field-group input,
    .therapeftes-field-group textarea,
    .therapeftes-field-group .multiple-select-btn {
        width: 100%;
        max-width: 100%;
    }
}



.therapeftes-field-group.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    max-width: 664px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .therapeftes-field-group.row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }
}


.multiple-select-btn {
    cursor: pointer;
}

* {
    box-sizing: border-box !important;
}

.entry-content>div>.wp-block-themeisle-blocks-advanced-columns>.innerblocks-wrap>.wp-block-themeisle-blocks-advanced-column {
    padding-right: 10px !important;
}



/****niladri****/


.multiple-select {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    background: #fff;
    border: 1px solid #DFDFDF;
    padding: 0;
    width: 100%;
    border-radius: 4px;
    max-width: 661px;
    border-bottom: none;
    position: absolute;
    margin-top: 5px;
    z-index: 99;
    top: 100%;
    opacity: 0;
    transition: max-height 0.3s ease;
}

.multiple-select label {
    font-size: 14px;
    padding: 10px 13px;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
}

.multiple-select-btn {
    border: 1px solid #DFDFDF;
    padding: 10px 15px;
    width: 100%;
    max-width: 631px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 500;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.multiple-select.multiple-select-cls {
    display: block;
    max-height: 200px;
    overflow-y: auto;
    opacity: 1;
}

.multiple-select-panel {
    display: flex;
    font-weight: 500;
    border-bottom: 1px solid #DFDFDF;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.multiple-select-panel input {
    width: 16px;
    height: 16px;
    display: none;
}

.multiple-select-panel input:checked~label {
    background-color: #15A393;
    color: #fff;
    width: 100%;
    padding: 10px 13px !important;
    border-bottom: 1px solid #15A393;
}

.therapist_condition-checkboxes,
.therapist_location-checkboxes {
    display: none !important;
}


.multiple-select-btn p {
    margin: 0;
}