body::before {
    content: '';
    background: url(../images/therapists-details/banner-bg.jpg);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    z-index: -1;
    background-size: 100% 100%;
}
.title_section {
    padding-top: 12%;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #00000094;
    margin-bottom: 18px;
}
.title_section img {
    width: 230px;
}
.title_section h4 {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 20px;
    letter-spacing: 0.6px;
    align-self: center;
    padding-left: 3%;
}
.selection-section h6 {
    color: #1A1717;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.48px;
    padding-left: 28px;
    margin-bottom: 20px;
}

.selection-bg {
    border-radius: 30px;
    background: rgba(255, 226, 206, 0.76);
    width: 100%;
    padding: 35px 25px;
    margin-bottom: 8%;
}
.selection-bg label {
    color: #1A1717;
    font-size: 13.558px;
    letter-spacing: 0.407px;
    text-transform: capitalize;
}
.selection-bg label img {
    width: 19px;
    margin-left: 10px;
    margin-right: 12px;
}
.selection-bg input.dateslot-radio {
    position: absolute;
    left: -99999em;
}
.selection-bg .date {
    height: 25px;
    width: auto;
    border: 1px solid #676767;
    border-radius: 30px;
    padding: 5px 10px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
}
.selection-bg input.dateslot-radio:checked + label {
    color: white;
    background-color: #2b2929;
}
.selection-bg .line img {
    width: 98%;
    margin: 12px auto;
    display: block;
}
.selection-list {
    background: url(../images/therapist-selection/block-bg.png);
    background-size: 100% 100%;
    width: 342px;
    height: 575px;
    margin-top: 25px;
}
.selection-list h4 {
    color: #1A1717;
    font-family: 'Poppins-Medium';
    font-size: 17px;
    letter-spacing: 0.51px;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-top: 8px;
}
.selection-list label {
    color: #161414;
    font-size: 14px;
    letter-spacing: 0.42px;
    text-transform: capitalize;
    margin-left: 13px;
    margin-bottom: 11px;
    cursor: pointer;
    opacity: 0.7; 
}
.selection-list table {
    margin-top: 35px;
    margin-left: 15px;
}
.selection-list input {
    -webkit-appearance: none;
    background: url(../images/therapist-selection/uncheck.png);
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.selection-list input[type="checkbox"]:checked {
    background: url(../images/therapist-selection/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.selection-bg .btn {
    border-radius: 19.234px;
    background: #FB5411;
    box-shadow: 0px 2.40426px 4.80851px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: 'Poppins-Medium';
    font-size: 19.234px;
    letter-spacing: 0.577px;
    text-transform: capitalize;
    height: 36px;
    line-height: 21px;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.selection-bg .submit_sec {
    position: relative;
    margin-bottom: -52px;
    margin-top: 40px;
}
.selection-bg .submit_sec:before {
    content: '';
    border-radius: 19.234px;
    background: #fff;
    position: absolute;
    top: -3px;
    width: 119px;
    height: 35px;
    left: 0;
    right: 0;
    margin: auto;
}
.max-width {
    width: 1200px;
}

@media (max-width: 600px) {
    .max-width {
        width: 96%;
    }
    .selection-list {
        width: 100%;
        height: 535px;
    }
    .selection-bg {
        padding: 35px 5px;
        margin-bottom: 15%;
    }
    .selection-list label {
        font-size: 13px;
    }
    .selection-list h4 {
        font-size: 15px;
        padding-top: 19px;
    }
    .selection-list label {
        margin-bottom: 7px;
    }
    .selection-list table {
        margin-top: 25px;
    }
    .title_section {
        padding-top: 115px;
        flex-direction: column;
        align-items: center;
    }
    .title_section img {
        width: 130px;
    }
    .title_section h4 {
        font-size: 13px;
        align-self: unset;
        padding-left: 7%;
        padding-top: 22px;
    }
    .selection-section h6 {
        font-size: 14px;
    }
    .selection-bg .col-lg-4:nth-child(3) .selection-list {
        background: url(../images/therapist-selection/mb-block-bg.png);
        background-size: 100% 100%;
        height: 300px;
    } 
    .selection-bg .btn {
        font-size: 15px;
    }
    .selection-bg .submit_sec::before {
        border-radius: 27.234px;
        width: 109px;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .max-width {
        width: 96%;
    }
    /* .selection-list {
        width: 100%;
        height: 535px;
    } */
    .selection-bg {
        padding: 35px 5px;
    }
    .selection-list label {
        font-size: 13px;
    }
    .selection-list h4 {
        font-size: 15px;
        padding-top: 19px;
    }
    .selection-list label {
        margin-bottom: 7px;
    }
    .selection-list table {
        margin-top: 25px;
    }
    .selection-bg .col-lg-4:nth-child(1), .selection-bg .col-lg-4:nth-child(2) {
        padding-right: 0px;
    }
    .selection-bg .col-lg-4:nth-child(3) .selection-list {
        background: url(../images/therapist-selection/mb-block-bg.png);
        background-size: 100% 100%;
        height: 300px;
    } 
   
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .max-width {
        width: 96%;
    }
    .selection-list {
        width: 100%;
        height: 535px;
    }
    .selection-bg {
        padding: 35px 5px;
    }
    .selection-list label {
        font-size: 13px;
    }
    .selection-list h4 {
        font-size: 15px;
        padding-top: 19px;
    }
    .selection-list label {
        margin-bottom: 7px;
    }
    .selection-list table {
        margin-top: 25px;
    }
    .selection-bg .col-lg-4:nth-child(1), .selection-bg .col-lg-4:nth-child(2) {
        padding-right: 0px;
    }
}