.schedule-banner-section {
    background-image: url(../images/schedule/banner-bg.jpeg);
    height: auto;
    width: 100%;
}

.schedule-banner-section .inner-container {
    width: 60%;
    margin: auto;
    padding: 3% 5%;
    background-color: rgba(0, 0, 0, 0.781);
    backdrop-filter: blur(3px);
    text-align: center;
    height: 100%;
}

.schedule-banner-section .logo-title {
    color: white;
    font-size: 4.5rem;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.schedule-banner-section .white-line {
    height: 2px;
    background-color: white;
    width: 100px;
    margin: auto;
}

.form-main-container .form-inner-container {
    width: 60%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.781);
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-main-container label {
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 400;
}

.form-main-container .form-input {
    padding: 6px;
    border: 0;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all 0.2s linear;
    font-weight: 500;
}

.form-main-container .form-input:focus {
    outline: 0;
    box-shadow: 0 0 5px white;
}

.schedule-container {
    background-color: var(--theme-color-light-green);
    width: 100%;
    height: 100%;
}



.teeth-position-scheduled-top {
    position: absolute;
    left: -12px;
    top: 10px;
    width: 70px;
}

.icon {
    width: 100%;
    transform: rotate(45deg);
}

.schedule-grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Three columns of equal width */
    grid-gap: 10px;
    padding: 0 var(--std-padding);
}

.scheduled-list-item-container {
    width: 100%;
    border-radius: 26px;
    position: relative;
    z-index: 0;
    padding-top: 40px;
    margin-top: 44px;
    padding-bottom: 30px;
    text-align: center;
}

.second-scheduled-list-item {
    width: 30%;
    height: auto;
    border-radius: 55px;
    text-align: center;
    margin: 10px;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    top: 30px;
    border-radius: 30px;
}

.doctors-details-container {
    padding-top: 20px;
}

.icon-list-image-container {
    position: absolute;
    z-index: 2;
    top: -40px;
    left: 35%;
}

.scheduled-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.teeth-position-scheduled-bottom {
    bottom: -8px;
    right: 3px;
    position: absolute;
}

.schedule-card {
    margin-bottom: 0rem !important;
}

.teeth-position-staff-bottom {
    bottom: 22px;
    right: 22px;
    position: absolute;
    animation: homeTeethTop 3s linear infinite;
}

.staff-details-container {
    margin-top: 60px;
}

.doctors-card-container {
    position: relative;
    z-index: 0;
    border-radius: 50px;
    padding-top: 60px;
    padding-bottom: 10px;
}
.doctor-image-container {
    position: absolute;
    top: -45px;
    left: 35%;
}
.normal-doctors-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
}
@media screen and (min-width: 280px) {
    .schedule-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .second-scheduled-list-item {
        width: 90%;
    }

    .scheduled-list-item-container {
        width: 84%;
        height: 165px;
    }

}

@media screen and (max-width: 540px) {
    .scheduled-icon {
        width: 80px;
        height: 80px;
    }

    .second-scheduled-list-item {
        width: 100%;
    }

    .icon-list-image-container {
        top: -35px;
        left: 38%;
    }

    .teeth-position-scheduled-top {
        width: 50px;
        top: 68px;
    }

    .scheduled-list-container {
        margin-top: 0px;
        width: 100%;
        text-align: center;
        padding: 0 17px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .scheduled-list-item-container {
        width: 81%;
        border-radius: 16px;
    }

    .logo-title {
        font-size: 2.5rem !important;
    }

    .inner-container {
        width: 76% !important;
    }

    .teeth-position-scheduled-bottom {
        top: 97%;
        left: 86%;
    }

    .container-space-top {
        margin-top: 30px;
    }
    .doctor-image-container {
        top: -45px;
        left: 40%;
    }
    .doctors-card-container {
        padding-top: 40px;
    }
    .doctor-harsha-container {
        margin-top: 55px;
    }
}

/* @media screen and (min-width: 501px) and (max-width: 767px) {
    .second-scheduled-list-item {
        width: 100%;
    }
    .footer-logo-container {
        width: 17%;
    }
} */

@media screen and (min-width: 768px) {
    .schedule-banner-section {
        height: auto;
    }

    .schedule-grid-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .scheduled-list-item-container {
        width: 44%;
        border-radius: 16px;
        height: 220px;
    }

    .second-scheduled-list-item {
        width: 40%;
    }

    .teeth-position-scheduled-bottom {
        top: 147%;
        left: 89%;
    }
}

@media screen and (min-width: 820px) {
    .teeth-position-scheduled-bottom {
        top: 117%;
        left: 86%;
    }
}

@media screen and (min-width: 853px) {
    .schedule-grid-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .schedule-banner-section {
        height: auto;
    }

    .small-heading-new {
        font-size: 18px;
        font-weight: 600;
    }

    .scheduled-list-item-container {
        height: 185px;
    }

    .teeth-position-scheduled-bottom {
        top: 61%;
        left: 92%;
    }


}

@media screen and (min-width: 1024px) {
    .teeth-position-scheduled-bottom {
        top: 211%;
        left: 92%;
    }

    .schedule-banner-section {
        height: auto;
    }
}

@media screen and (min-width: 1280px) {
    .schedule-banner-section {
        height: auto;
    }

    .teeth-position-scheduled-bottom {
        top: 159% !important;
        left: 95%;
    }

    .teeth-position-scheduled-top {
        position: absolute;
        left: 4px;
        top: 10px;
        width: 70px;
        display: block !important;
    }

    .second-scheduled-list-item {
        width: 29%;
    }
}

@media screen and (min-width: 1400px) {
    .schedule-banner-section {
        height: auto;
    }

    .teeth-position-scheduled-bottom {
        top: 163% !important;
        left: 95%;
    }
}

@media screen and (min-width: 2560) {
    .teeth-position-scheduled-bottom {
        top: 163% !important;
        left: 95%;
    }
}

@media screen and (min-width: 1700px) and (max-width: 2600px) {
    .second-scheduled-list-item {
        width: 33%;
    }
}