.banner-top-container {
    background-color: var(--theme-color-light-green);
    height: auto;
    width: 100%;
    position: relative;
}

.image-container-one {
    position: absolute;
    top: 48%;
    left: 0;
    animation: homeTeethRight 2s linear infinite;
    padding: 10px;
}

.image-container-two {
    position: absolute;
    top: 30px;
    right: 0px;
    animation: homeTeethLeft 2s linear infinite;
}

.map-container-contact {
    overflow: hidden;
    /*border-radius: 28px;*/
    width: 100%;
    height: 400px;
}

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

.teeth {
    width: 60px;
    height: 60px;
    transform: rotate(20deg);
}

.teeth-two {
    transform: rotate(-15deg);
}

.span-element {
    font-weight: 700;
}


label {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

input::placeholder {
    font-size: 12px;
    color: #263238;
    font-weight: 400;
    padding: 6px;
    border-radius: 6px;
}

textarea::placeholder {
    font-size: 12px;
    color: #263238;
    font-weight: 400;
    padding: 6px;
    border-radius: 6px;
}

.contact-send {
    width: 100%;
    border-radius: 6px;
    padding: 10px;
}

input {
    border-radius: 5px;
    border: 1.5px solid #000000;
    outline: none;
    background-color: #fff;
}

textarea {
    outline: none;
    padding: 10px;
    border-radius: 5px;
    border: 1.5px solid #000000;
    background-color: #fff !important;
}

.contact-form-container {
    width: 60%;
    /* text-align: left; */
}

.contact-paragraph {
    font-weight: 500;
    font-size: 15px;
}

.button-outline {
    border: 1px solid var(--theme-color-light-green);
}

.contact-form-view {
    height: auto;
}
.contact-page-form-container {
    background-image: url(../images/schedule/banner-bg.jpeg);
    height: auto;
    width: 100%;
    position: relative;
    z-index: 0;
}

.appointment-container {
    background-color: #000000; 
    backdrop-filter: blur(5px);
    width: 35%;
    height: 85%;
    border-radius: 37px;
    padding: 20px;
    opacity: 0.85 !important;
    text-align: left;
}

.information-line {
    width: 66%;
    height: 1px;
    background-color: #c7c7c7;
}

.contact-form-container {
    background-color: #000;
    width: 60%;
    border-radius: 37px;
    padding: 20px;
    opacity: 0.85 !important;
    backdrop-filter: blur(30px);
    position: relative;
    z-index: 0;
}


.contact-btn {
    width: 95%;
    height: 35px;
    border-radius: 6px;
    background-color: #00BE9C;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-width: 0px;
}
.contact-paragraph-container {
    width: 48% !important;
}

@media screen and (max-width: 280px) {
    .appointment-container {
        width: 95%;
    }
    .contact-page-form-container {
        height: 97vh;
    }
    .information-line {
        margin-left: 18px;
    }
    .contact-form-container {
        width: 100%;
    }
    .whats-up-icon-container {
        bottom: 70px;
        right: 14px;
    }
}



@media screen and (max-width: 500px) {
    .contact-heading-container {
        width: 100% !important;
    }
    .heading {
        text-align: center;
    }
    .paragraph {
        text-align: center;
    }
    .contact-paragraph-container {
        width: 100% !important;
    }

    .image-container-one {
        left: 80%;
        top: 120px;
    }

    .image-container-two {
        left: 0;
        top: 18px;
    }

    .teeth {
        width: 40px;
        height: 40px;
    }
    .appointment-container {
        width: 100%;
        height: 28%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .contact-page-form-container {
        height: auto;
        padding-bottom: 10px;
    }
    .contact-form-container {
        width: 100%;
        height: 51%;
    }
    .whats-up-icon-container {
        bottom: 73px;
    }
    .image-container-one {
        display: block;
    }
    .image-container-two {
        display: none;
    }
}



@media screen and (min-width: 501px) and (max-width: 767px) {
    .appointment-container {
        width: 100%;
    }
    .contact-form-container {
        width: 100%;
        margin-top: 10px;
    }
    .contact-heading-container {
        width: 100% !important;
        text-align: center;
    }
    .contact-paragraph-container {
        width: 100% !important;
        text-align: center;
    }

    .image-container-one {
        display: none;
    }
    .image-container-two {
        display: none;
    }
    

}

@media screen and (min-width: 768px) {
    .appointment-container {
        width: 100%;
    }
    .contact-form-container {
        background-color: #000;
        width: 100%;
        margin-top: 10px;
    }
} 


@media screen and (min-width: 853px){
    .whats-up-icon-container {
        bottom: 14px;
    }
    .contact-page-form-container {
        height: auto;
        width: 100%;
    }
    .appointment-container {
        width: 95%;
        margin-bottom: 10px;
    }
    .contact-form-container {
        width: 94%;
        margin-bottom: 10px;
    }
    
}

@media screen and (min-width: 1024px) {
    .contact-page-form-container {
        height: auto;
    }
    .appointment-container {
        width: 42%;
        height: 60%;
    }
    .contact-form-container {
        width: 56%;
        height: 60%;
    }
    .whats-up-icon-container {
        right: 6px;
        bottom: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .contact-form-container {
        width: 60%;
        height: 100%;
    }
    input {
        padding: 10px;
    }
    .contact-btn {
        height: 32px;
    }
    .contact-page-form-container {
        height: auto;
        justify-content: space-between;
    }
    .image-container-one {
        left: 0%;
        top: 77%;
    }
    
    .appointment-container {
        width: 35% !important;
        height: 100%;
    }
    
}

@media screen and (min-width: 1400px) {
    .contact-page-form-container {
        height: auto;
        justify-content: space-between;
    }
    .image-container-one {
        left: 0%;
        top: 52%;
    }  
    .contact-btn {
        height: 40px;
    }
} 
