@media screen and (max-width: 1100px){
    .banner > .main-content {
        width: 700px;
        margin-top: 20px;
    }

}

@media screen and (max-width: 768px){
    .banner > .main-content {
        width: 90%;
    }
    .form-stepper .label {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    }
    ul.form-stepper li a .form-stepper-circle {
        width: 20px;
        height: 20px;
    }
    .form-stepper-horizontal div:not(:last-child) li:after {
        height: 7px;
    }
    .main-content > .content > .body{
     width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .banner > .main-content > .content > .body > section {
        width: 70%;
        display: flex;
    }
    .banner > .main-content > .content > .body > section form {
        width: 100%;
    }
    .banner > .main-content > .back-btn-container {
        top: 15px;
    }
    .banner > .main-content > .back-btn-container > span {
        display: none;
    }
    .banner > .main-content > .content > .footer .main-footer-content{
        width: 100%;
    }
    .edit-modal-width {
        width: 100%;
    }
}


@media screen and (max-width: 700px){
    .availablity-container > .timelines > .timeline-item {
        flex-direction: column;
    }
    .availablity-container > .timelines > .timeline-item > .day-action-container {
        justify-content: unset;
        gap: 30px;
        align-items: center;
    }
    .availablity-container > .timelines > .timeline-item > .hours {
        display: flex;
        /* flex-wrap: wrap; */
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .availablity-container > .timelines > .timeline-item > .hours > .timings-container {
        width: 100%;
    }
    .availablity-container > .timelines > .timeline-item > .hours > .timings-container > .time-slot {
        display: flex;
        gap: 10px;
        width: 100%;
    }
    .availablity-container > .timelines > .timeline-item > .hours .input-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .banner > .header > h1 {
        font-size: 14px;
        line-height: 14px;
    }
    .banner > .header > h4 {
        font-size: 10px;
    }
    .banner > .main-content {
        width: 95%;
        padding: 10px;
    }
    ul.form-stepper li a .form-stepper-circle {
        width: 16px;
        height: 16px;
    }
    .form-stepper-horizontal div:not(:last-child) li:after {
        height: 6px;
    }
    .banner > .main-content > .content > .body > section {
        width: 95%;
    }
    .banner > .main-content > .back-btn-container > button {
        width: 28px;
        height: 28px;
    }
    .banner > .main-content > .content > .header > h3 {
        font-size: 20px;
    }
    .availablity-container > .header > h2 {
        font-size: 18px;
    }
    .availablity-container > .timelines > .timeline-item > .day-action-container > .day svg{
        width: 20px;
        height: 20px;
    }
    .availablity-container > .timelines > .timeline-item > .day-action-container > .day > span {
        font-size: 14px;
    }
    .availablity-container > .timelines > .timeline-item > .day-action-container {
        justify-content: space-between;
    }
    .availablity-container > .timelines > .timeline-item {
        gap: 10px;
    }
    .availablity-container > .timelines > .timeline-item > .hours .input-wrapper {
        height: 37px;
    }
    .availablity-container > .timelines > .timeline-item > .hours .input-wrapper svg {
        width: 20px;
        right: 5px;
        top: 10px;
        height: 20px;
    }
    .availablity-container > .timelines > .timeline-item > .hours .input-wrapper input{
        border-radius: 5px;
    }
    .c-password-body form {
        width: 100%;
    }
    .modal-body span{
        text-align: center;
    }
    .dropdown-item {
        color: black !important;
    }
}

@media screen and (max-width: 400px){
    .banner > .main-content > .content > .header > h3 {
        font-size: 20px;
    }
    .form-stepper .label {
        font-size: 9px;
    }
    .footer .main-footer-content > p {
        font-size: 14px;
    }
    .banner > .main-content > .back-btn-container {
        top: 11px;
        left: 10px;
    }
   
   
}