
.home-banner-section {
    background-color: var(--theme-color-light-green);
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    padding-top: 20px;
}

.icons-container-banner-one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.desktop-banner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    /* background-color: #07fa48; */
}

.desktop-banner-heading-container {
    width: 50%;
}

.bg-container {
    width: 40%;
    height: 350px;
}

.normal-teeth {
    width: 85px;
    height: 85px;
}

.teeth-banner-top {
    position: absolute;
    z-index: 2;
}

.banner-rem-heading {
    font-size: 40px;
}

.teeth-top-banner-section {
    top: 50%;
    left: 54%;
    animation: homeTeethRight 3s linear infinite;
}

.section-one-heading-container {
    position: relative;
    z-index: 0;
}

.teeth-banner-middle {
    top: 200px;
    left: 54%;
    animation: homeTeethLeft 3s linear infinite;
}

.teeth-banner-curve {
    top: 247px;
    left: 60%;
    position: absolute;
}

.home-banner-img {
    width: 100%;
    height: 100%;
    background-image: url(../images/home-images/home-image-2.webp);
    border-radius: 50% 40% 5% 50%;
    box-shadow: 2px 2px 7px lightgray;
    position: relative;
    z-index: 1;
}

.home-banner-img::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50% 40% 5% 50%;
    position: absolute;
    z-index: 0;
    top: 10px;
    left: -10px;
    border: 1px solid var(--theme-font-color);
    padding-top: 40px;
    box-shadow: 2px 2px 7px lightgray;
}

.curve {
    width: 60%;
    height: 30%;
}

.icon {
    width: 85px;
    height: 85px;
}

.home-about-teeth-container {
    animation: homeTeethTop 3s linear infinite;
}

.services-btn {
    width: 170px;
    border-radius: 12px;
    padding: 8px;
}

.line {
    color: #000000;
    margin: auto;
    width: 80%;
    opacity: 0.7;
    height: 1px;
}

.girl-image-container {
    width: 38%;
    height: auto;
}

.girl-image {
    width: 100%;
    height: 100%;
}

.exception-details-container {
    width: 60%;
    height: 100%;
    padding-left: 10px;
    padding-right: 50px;
}

.button-btn {
    border: 1px solid #000000;
    background-color: transparent;
    color: var(--theme-color-black);
    border-radius: 5px;
    line-height: 2.5;
    width: 130px;
    font-weight: 700;
}

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

.scheduled-list-container {
    width: 100%;
    text-align: center;
    padding: 0 var(--std-padding);
    position: relative;
    top: 50px;
    z-index: 0;
}

.scheduled-list-item-container {
    width: 30%;
    height: 200px;
    border-radius: 30px;
    position: relative;
    z-index: 0;
    padding: 20px;
}

.icon-list-image-container {
    position: absolute;
    z-index: 1;
    top: -75px;
    left: 60%;
}

.scheduled-btn-container {
    margin-top: 70px;
}

.view-all {
    width: 100px;
    text-align: center;
    height: 40px;
    border-radius: 8px;
}

.teeth-position-scheduled-top {
    transform: rotate(45deg);
    position: absolute;
    left: -12px;
    top: 36px;
    animation: homeTeethRight 3s linear infinite;
}

.teeth-position-scheduled-bottom {
    position: absolute;
    bottom: -20px;
    right: 10px;
    z-index: 2;
    animation: homeTeethLeft 3s linear infinite;
}

.icons-img-btn-container {
    width: 100%;
    height: auto;
    margin-top: 0 !important;
}

.icons-container {
    width: 70%;
    height: 100%;
}

.icon-item-container {
    width: 25%;
}

input {
    padding: 6px;
    outline: none;
    border-bottom: 1px solid #BBBBBB;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
}

textarea {
    outline: none;
    padding: 6px;
}

input ::placeholder {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

.star {
    color: #f5ea22;
}

.fa-star {
    margin-right: 0 !important;
    /* Adjust the margin as needed */
}

.your-class {
    width: 100%;
    padding-left: 40px;
    padding-right: 30px;
    position: relative;
    display: flex;
}

.slick-list {
    margin-left: 35px;
    margin-right: 35px;
}

.slick-slide {
    margin: 10px;
}

.carousel-item-container {
    height: auto;
    border-radius: 12px;
    border: 1px solid var(--theme-color-black);
    position: relative;
    z-index: 0;
    width: 33%;
    height: 400px;
}

.arrow {
    background-color: var(--theme-color-black);
    color: var(--theme-color-white);
    border-radius: 50px;
    padding-top: 6px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 10px;
    width: auto;
    height: 30px;
    border-width: 0px;
}

.next-arrow {
    margin-left: 30px;
    position: absolute;
    top: 50%;
    right: 7px;
}

.prev-arrow {
    margin-right: 30px;
    position: absolute;
    top: 50%;
    left: 0;
}

.form-image-container {
    flex-wrap: wrap;
}

.home-form-image-container {
    width: 260px;
    height: 260px;
    border-radius: 20px;
}

.home-form-image {
    width: 100%;
    height: 100%;
    box-shadow: 3px 3px 6px lightgray;
    border-radius: 20px;
}

.image-item-container {
    height: 300px;
    width: 320px !important;
}

.send-btn {
    width: 70px;
    border-radius: 8px;
    margin-top: 10px;
    padding: 6px;
}

.quotes-container {
    position: absolute;
    z-index: 1;
    top: -4%;
    left: 50%;
}

.quote {
    height: 30px;
    width: 30px;
}

.list-item-container {
    width: 23%;
    height: 330px;
    padding: 20px;
    border: 1px solid var(--theme-color-black);
    border-radius: 20px;
}

.map-container {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    margin-top: 10px;
}

.map-view {
    width: 100%;
    height: 100%;
}

.whats-up-icon {
    color: white;
    font-size: 30px;
}

.whats-up-icon-container {
    background-color: #07fa48;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 13px;
    z-index: 1000;
}

.form-bottom-container {
    width: 50%;
}

img {
    max-width: 100%;
    height: auto;
}

.scheduled-icon {
    width: 90px;
    height: 90px;
    top: -40px;
    border-radius: 50px;
}

.scheduled-icon-teeth-one {
    transform: rotate(20deg);
}


.schedule-icon-two {
    transform: rotate(-15deg);
    right: 10px;
}

.home-banner-icon {
    width: 55px;
    height: 55px;
}

.form-green-container {
    width: 100%;
    height: 350px;
}

.form-new-container {
    background-color: #fff;
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact-form-home {
    width: 49%;
    height: 100%;
}

.contact-map-container {
    width: 49%;
    height: 90%;
}

.new-form-element {
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #00BE9C4F;
    padding: 22px 21px !important;
    background-color: #fff;
    width: 100%;
    height: 90%;
}

.form-btn {
    background-color: #263238;
    color: #6EE5FF;
    line-height: 22px;
    width: 100%;
    border-radius: 6px;
    border-width: 0px;
    padding: 6px;
}

.appointment-line-container {
    height: 1px;
    background-color: #C7C7C7;
    width: 100%;
}

.separate-line {
    border: 1.5px solid #fff;
    height: 130px !important;
    color: #fff;
}
.banner-icon-container {
    width: 191px;
    height: 200px;
}
.profile {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.slick-dots li.slick-active button::before {
    background-color: #00BE9C;
    content: "";
    height: 10px;
    border-radius: 3px;
    margin-top: 3px;
}
.slick-dots li button::before {
    border-radius: 10px;
    font-size: 12px;
}


.request-btn {
    height: 46px;
    width: 300px;
    border-radius: 12px;
    padding: 8px;
    margin-top: 20px;
    font-size: 20px;
}
.btn-icon {
    animation: buttonRight 3s linear infinite;
}

.total-banner-icon-container {
    width: 90%;
    margin: auto;
}

.scheduled-text-container {
    padding-top: 30px;
}


@media screen and (min-width: 280px) {
    .icon-list-image-container {
        left: 35%;
    } 
} 

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

    .icons-container-banner-one {
        flex-direction: column;
    }

    .desktop-banner-container {
        display: none;
    }

    .bg-container {
        width: 100%;
        height: 170px;
    }

    .heading-container {
        text-align: center;
    }

    .normal-teeth {
        width: 44px;
        height: 40px;
    }

    .section-one-heading {
        font-size: 20px;
        line-height: 28px;

    }
    .position-teeth {
        height: 32px;
        width: 32px;
        margin-left: 20px;
    }

    .heading-teeth-container {
        position: absolute;
        z-index: 1;
        bottom: 63.77%;
        left: 66%;
        display: none;
    }

    .section-one-heading-container-two {
        width: 50%;
        padding: 5px;
        height: 100%;
    }

    .curve {
        display: none;
    }

    .teeth-banner-middle {
        top: 96%;
        left: 90%;
    }
    .list-item-container {
        margin-top: 10px;
        padding: 3px;
        border: 1px solid var(--theme-color-black);
        width: 100%;
        height: 180px !important;
        padding: 10px;
    }
    .icon {
        width: 70px;
        height: 60px;
    }
    .services-btn {
        padding: 8px;
    }

    .girl-image-container {
        width: 91%;
    }

    .exception-details-container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 18px;
    }
    
    .view-all {
        margin-right: 30px;
        margin-top: 10px;
    }

    .scheduled-list-container {
        padding-left: 0 ;
        padding-right: 0;
        margin-right: 0;
        margin-top: 0;
        width: 88%;
        top: 0px;
    }

    .scheduled-list-item-container {
        width: 95%;
        margin-right: 0;
        margin-left: 31px;
        margin-top: 60px;
        height: auto;
    }

    .scheduled-icon {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .teeth-position-scheduled-bottom {
        top: 96%;
        left: 85%;
    }
    .your-class {
        padding-left: 10px;
        padding-right: 10px;
    }
    .slick-list {
        margin-left: 10px;
        margin-right: 10px;
    }

    .slick-slide {
        margin: 4px;
    }
    .profile {
        width: 50px;
        height: 50px;
    }

    .quotes-container {
        top: -3%;
        left: 50%;
    }

    .quote {
        width: 20px;
        height: 20px;
    }

    .carousel-item-container {
        width: 90%;
        height: 50%;
    }

    .home-form-image-container {
        width: 33%;
    }

    .form-bottom-container {
        width: 100%;
    }

    .map-container {
        margin-left: 0px;
        width: 100%;
        height: 230px;
    }

    .whats-up-icon-container {
       bottom: 60px;
        width: 38px;
        height: 38px;
        padding-top: 5px;
        right: 5px;
    }

    .whats-up-icon {
        color: white;
        font-size: 30px;
    }

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

    .home-banner-icon {
        width: 30px;
        height: 30px;
    }
    .banner-icon-container {
        width: 200px;
        height: auto;
    }
    .form-green-container {
        height: 641px;
    }
    .form-new-container {
        flex-direction: column;
    }
    .contact-form-home {
        width: 100%;
    }
    .contact-map-container {
        width: 100%;
        height: 90%;
    }
    .appointment-line-container {
        width: 66%;
    }
    .arrow {
        border-radius: 59px;
        padding-top: 5px;
        padding-bottom: 24px;
        padding-left: 10px;
        padding-right: 9px;
    }
    .next-arrow {
        right: -7px;
    }
    .prev-arrow {
        left: -7px;
    }
    .mobile-banner {
        display: block;
    }
    .separate-line {
        border: 1.5px solid #fff;
        height: 90px !important;
        color: #fff;
    }
    .gallery-carousel .slick-list {
        margin-left: 24px ;
        margin-right: 24px;
    }
    .total-banner-icon-container {
        width: 100%;
    }
    .line {
        width: 100%;
    }
    .icon-list-image-container {
        top: -44px;
    }
    .scheduled-btn-container {
        margin-top: 20px;
    }

} 


@media screen and (min-width: 500px) and (max-width: 767px) {
    #mail-message-fit {
            font-size: 18px !important;
            color: white !important;
        }
    
        #mail-message-caption {
            color: white;
            font-size: 10px;
        }
    
        .close {
            color: white;
            margin-top: 10px;
            padding: 0px 0px;
            border-radius: 10px;
            border: 1px solid white;
        }
    .bg-container {
        width: 100%;
        height: 340px;
    }

    .girl-image-container {
        width: 100%;
    }
    .exception-details-container {
        width: 100%;
    }

    .scheduled-list-item-container {
        width: 90%;
        height: 170px;
        margin-top: 38px;
    }
    .teeth-position-scheduled-bottom {
        left: 86%;
        top: 93%;
    }
    .desktop-banner-container {
        display: none;
    }
    .normal-teeth {
        width: 65px;
        height: 65px;
    }
    .teeth-banner-middle {
        top: 690px;
        left: 86%;
        animation: homeTeethLeft 3s linear infinite;
    }
    .list-item-container {
        width: 100%;
        height: 230px;
        margin-top: 10px;
    }
    .teeth-position-scheduled-top {
        top: 110px;
    }
    .home-form-image-container {
        width: 33%;
        height: 50%;
    }
    .form-new-container {
        flex-direction: column;
    }
    .contact-form-home {
        width: 100%;
        height: 100%;
    }
    .contact-map-container {
        width: 100%;
        height: 90%;
    }
    .form-green-container {
        height: 598px;
    }
    .whats-up-icon-container {
        width: 40px;
        height: 40px;
        bottom: 63px;
        right: 13px;
    }
    
} 

@media screen and (min-width: 768px) {
    .list-item-container {
        width: 48%;
        height: 220px;
        margin-bottom: 12px;
    }

    .desktop-banner-container {
        display: flex;
    }

    .bg-container {
        width: 48%;
        height: 340px;
    }

    .scheduled-list-item-container {
        width: 32%;
        height: 195px;
    }
    .profile {
        width: 65px;
        height: 65px;
    }
    .icon-list-image-container {
        top: -34px;
        left: 35%;
    }
    .scheduled-icon {
        width: 65px;
        height: 65px;
    }
    .form-green-container {
        height: 533px;
    }
    .form-new-container {
        flex-direction: column;
    }
    .contact-form-home {
        width: 100%;
    }
    .contact-map-container {
        width: 100%;
        height: 90%;
    }
    .appointment-line-container {
        width: 42%;
    }
    .normal-teeth {
        width: 65px;
        height: 65px;
    }
    .teeth-banner-middle {
        top: 519px;
        left: 90%;
        animation: homeTeethRight 3s linear infinite;
    }
    .teeth-banner-curve {
        top: 222px;
        left: 48%;
    }
    .your-class {
        padding-left: 25px;
        padding-right: 25px;
    }
    
}

@media screen and (min-width: 853px) {
    .list-item-container {
        height: 213px;
    }
    .normal-teeth {
        width: 85px;
        height: 85px;
    }
    .scheduled-list-item-container {
        width: 32%;
        height: 214px;
    }
    .teeth-position-scheduled-top {
        top: 60px;
    }
    .form-new-container {
        flex-direction: row;
    }
    .form-green-container {
        height: 350px;
    }
    .contact-form-home {
        width: 49%;
    }
    .contact-map-container {
        width: 49%;
    }
    .map-container {
        height: 208px;
    } 
    .whats-up-icon-container {
        width: 38px;
        height: 38px;
        bottom: 46px;
        right: 13px;
        z-index: 1000;
    } 
    .whats-up-icon {
        font-size: 21px;
    }  
}

@media screen and (min-width: 912px) {
    .list-item-container {
        height: 273px;
    }
    .whats-up-icon-container {
        bottom: 38px;
        width: 45px;
        height: 45px;
    }
    .whats-up-icon {
        font-size: 33px;
    }
    .home-about-teeth-container {
        width: 80px;
        height: 80px;
    }
    .carousel-item-container {
        height: 445px;
    }
}

@media screen and (min-width: 1024px) {
    .teeth-banner-middle {
        top: 164px;
        left: 41%;
    }
    .teeth-banner-curve {
        top: 220px;
        left: 41%;
    }
    .list-item-container {
        width: 23%;
        height: 390px;
    }
    .teeth-top-banner-section {
        top: 44%;
        left: 52%;
    }
    .carousel-item-container {
        height: 440px;
    }
    .scheduled-list-item-container {
        width: 32%;
        height: 249px;
        padding: 20px;
    }
    
    .form-new-container {
        flex-direction: row;
    }
    .appointment-line-container {
        width: 90%;
    }
    .form-green-container {
        height: 410px;
    }
    .map-container {
        height: 225px;
    }
    .scheduled-icon {
        width: 105px;
        height: 105px;
    }
    .teeth-banner-curve {
        top: 298px;
        left: 47%;
        z-index: 4;
    }
    .whats-up-icon-container {
        bottom: 11px;
    }
    .scheduled-text-container {
        padding-top: 52px;
    }
}

@media screen and (min-width: 1280px) {
    .list-item-container {
        width: 23%;
        height: 314px;
    }
    .scheduled-list-item-container {
        height: auto;
        padding: 30px;
    }
    .teeth-top-banner-section {
        top: 40%;
        left: 51%;
    }
    .quotes-container {
        top: -4%;
    }
    .carousel-item-container {
        height: 350px;
    }
    .teeth-banner-curve {
        top: 242px;
    }
    .teeth-banner-middle {
        top: 132px;
        left: 45%;
    }
    .normal-teeth {
        width: 70px;
        height: 70px;
    }
    .icon-list-image-container {
        top: -50px;
        left: 35%;
    }
    .map-container {
        height: 290px;
    }
}  

@media screen and (min-width: 1380px) {
    .teeth-banner-curve {
        top: 251px;
        left: 43%;
    }
}

@media screen and (min-width: 1440px) {
    .list-item-container {
        width: 23%;
        height: 350px;
    }
    .contact-form-home {
        width: 50%;
        height: 100%;
    }

    .new-form-element {
        width: 100%;
    }

    .contact-map-container {
        width: 50%;
    }

    .scheduled-list-item-container {
        height: 40vh;
    }

    .appointment-line-container {
        width: 62%;
    }
    .form-green-container {
        width: 100%;
        height: 375px;
    }
    .appointment-line-container {
        height: 1px;
        background-color: #C7C7C7;
        width: 95%;
    }
    .whats-up-icon-container {
        bottom: 10px;
    }
    .carousel-item-container {
        height: 359px;
    }
    .quotes-container {
        top: -4%;
    }
    .teeth-banner-curve {
        top: 210px;
        left: 45%;
        z-index: 4;
    }
    .map-container {
        height: 228px;
    }
}

@media screen and (min-width: 1700px) and (max-width: 2600px) {
    .teeth-banner-curve {
        left: 45%;
        top: 220px;
        z-index: 5;
    }
    .appointment-line-container {
        width: 64%;
    }
    .whats-up-icon-container {
        width: 50px;
        height: 50px;
        bottom: 10px;
    }
    .whats-up-icon {
        font-size: 30px;
    }
    .scheduled-icon {
        width: 112px;
        height: 112px;
    }
    .scheduled-list-item-container {
        width: 30%;
        height: 24vh;
        border-radius: 50px;
    }
    .map-container {
        height: 270px;
    }
    .list-item-container {
        width: 23%;
        height: 360px;
    }
    .icon-list-image-container {
        position: absolute;
        z-index: 1;
        top: -50px;
        left: 40%;
    }
    .teeth-banner-curve {
        top: 247px;
        left: 50%;
    }
    
}

/* dialog box */
.mail-success-box {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 10000 !important;
    object-fit: cover;
    display: none;
}

.mail-notification-block {
    border: 2px solid white;
    background-color: black;
    width: 50%;
    padding: 20px;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#mail-message-fit {
    font-size: 40px;
    font-weight: 200;
    color: white !important;
}

#mail-message-caption {
    color: white;
}

.close {
    background-color: rgb(4, 19, 4);
    color: white;
    margin-top: 20px;
    padding: 7px 10px;
    border-radius: 10px;
    border: 1px solid white;
}