.schedule-banner-section {
    background-image: url(../images/schedule/banner-bg.jpeg);
    height: 88vh;
}

.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%;
    position: relative;
    z-index: 0;
}



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

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

/* .scheduled-list-container {
    margin-top: 10px;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 var(--std-padding);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
} */
/* .schedule-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 0 var(--std-padding);
} */

.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%;
    border-radius: 50px;
    position: relative;
    z-index: 0;
    padding-top: 40px;
    margin-top: 44px;
    padding-bottom: 30px;
    text-align: center;
    margin-right: 29px;
}

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

.scheduled-icon {
    width: 60px;
    height: 60px;
}

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

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

@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: 360px) {
    .schedule-banner-section {
        height: 40vh;
    }
}

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

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

    .schedule-grid-two {
        grid-template-columns: repeat(1, 1fr);
        /* Three columns of equal width */
    }

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

    .teeth-position-scheduled-top {
        width: 50px;
        top: 90%;
        display: none;
    }
    .schedule-banner-section {
        height: 50vh !important;
    }

}

@media screen and (min-width: 412px) {
    .schedule-banner-section {
        height: 60vh;
    }

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

    .teeth-position-scheduled-top {
        display: none !important;
    }
}

@media screen and (min-width: 430px) {
    .scheduled-list-item-container {
        width: 100% !important;
        height: 150px !important;
    }
    .second-scheduled-list-item {
        width: 90%;
    }
}


@media screen and (max-width: 500px) {
    /* .form-main-container .form-inner-container {
        width: 100%;
        padding: 20px;
        margin-top: 12px;
    } */
    .scheduled-icon {
        width: 45px;
        height: 45px;
    }

    .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;
    }

    .icon-list-image-container {
        top: -17px;
    }
    .teeth-position-scheduled-bottom {
        top: 97%;
        left: 86%;
    }
}

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

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

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

    .second-scheduled-list-item {
        width: 44%;
    }
    /* .teeth-position-scheduled-bottom {
        top: 127%;
        left: 86%;
    } */
}

@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: 37vh;
    }

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

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

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

    /* .whats-up-icon-container {
        bottom: 80px;
    } */
}

 @media screen and (min-width: 1024px) {
    .schedule-banner-section {
        height: 90vh !important;
    }
    .teeth-position-scheduled-bottom {
        top: 211%;
        left: 92%;
    }
} 

@media screen and (min-width: 1280px) {
    .schedule-banner-section {
        height: 90vh !important;
    }
    .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%;
        height: 188px;
    }
}

@media screen and (min-width: 1400px) {
    .schedule-banner-section {
        height: 100vh !important;
    }
    .teeth-position-scheduled-bottom {
        top: 163% !important;
        left: 95%;
    }
}

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