.footer,
.footer-copyright {
    position: unset;
}

.contact-headers {
    padding: 80px 0 0px;
}

.contact-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: fit-content;
}

.contact-label .line {
    width: 24px;
    height: 2px;
    background-color: #0b6b5b;
    transition: width 0.3s ease;
}

.contact-label .label-text {
    font-size: 16px;
    /* font-weight: 500; */
    color: #04533E;
    transition: color 0.3s ease;
}

.contact-label:hover .line {
    width: 40px;
}

.contact-grid-div {
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: center;
    gap: 40px;
    margin-top: 10px;
}

.contact-left {
    max-width: 100%;
}

.contact-titles {
    text-align: left;
    font-weight: 500;
    font-size: 52px;
    line-height: 1.637;
    color: black;
    margin-bottom: 0px;
}

.contact-right p {
    font-size: 16px;
    line-height: 1.7;
    color: #31315B;
}

h2.contact-subtitles {
    font-size: 52px;
    font-weight: 400;
}

.contact-header-margin {
    margin-right: 80px;
    margin-left: 80px;
}

.contact-wrapper {
    background: #F7FBFF;
    padding: 50px;
    border-radius: 8px;
}

/* Vertical Divider */
.divider {
    border-left: 1px solid #e2e2e2;
    height: 100%;
}

/* Headings */
.contact-details-title {
    /* font-weight: 600; */
    margin-bottom: 10px;
    font-size: 30px;
}

.contact-details-div {
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-texts {
    font-size: 17px;
    color: #515151;
    margin-bottom: 35px;
    /* width: 80%; */
    margin-top: 20px;
}

/* Contact Info */
.info-items {
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    gap: 15px;
}

.info-items i {
    color: #04533E;
    margin-right: 8px;
    font-size: 18px;
}

.info-items .bi-clock::before {
    content: "\f293";
    font-weight: 600 !important;
}

/* Form Inputs */
.contact-wrapper .form-control {
    height: 60px;
    border: 2px solid #ced4daa8;
}

.contact-wrapper .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.contact-wrapper textarea.form-control {
    height: 145px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Button */
.contact-wrapper .btn-call {
    background: #04533E;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    margin-top: 30px;
}

.contact-wrapper .btn-call:hover {
    background: #083f32;
    color: white;
}

/* Map */
.map iframe {
    width: 100%;
    height: 240px;
    border: 0;
    margin-top: 10px;
}

.info-items-details h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

.info-items-details p {
    font-size: 16px;
    color: #515151;
    margin-bottom: 10px;
}