/* Contact Section
--------------------------------*/

#contact {
    padding: 0 0 30px 0;
    background: #FFF
}

#contact .contact-info {
    margin: 1.5rem auto;
    text-align: center;

}

#contact .contact-info i {
    /* font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--ci-primary); */
    /*#50d8af;*/
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: var(--ci-primary);
    /*#50d8af;*/
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

#contact .form #sendmessage {
    color: var(--ci-primary);
    /*#50d8af;*/
    border: 1px solid var(--ci-primary);
    /*#50d8af;*/
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .form button[type="submit"] {
    background: var(--ci-primary);
    /*#50d8af;*/
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contact .form button[type="submit"]:hover {
    background: #2dc899;
}

/* ContactForm Section
--------------------------------*/

#contactModal {
    padding: 30px 0;
    background: #FFF;
}

#contactModal .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contactModal .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--ci-primary);
    /*#50d8af;*/
}

#contactModal .contact-info address,
#contactModal .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contactModal .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contactModal .contact-info a {
    color: #000;
}

#contactModal .contact-info a:hover {
    color: var(--ci-primary);
    /*#50d8af;*/
}

#contactModal .contact-address,
#contactModal .contact-phone,
#contactModal .contact-email {
    margin-bottom: 20px;
}

#contactModal #google-map {
    height: 290px;
    margin-bottom: 20px;
}

#contactModal .contactForm #sendmessage {
    color: var(--ci-primary);
    /*#50d8af;*/
    border: 1px solid var(--ci-primary);
    /*#50d8af;*/
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contactModal .contactForm #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contactModal .contactForm #sendmessage.show,
#contactModal .contactForm #errormessage.show,
#contactModal .contactForm .show {
    display: block;
}

#contactModal .contactForm .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contactModal .contactForm input,
#contactModal .contactForm textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contactModal .contactForm button[type="submit"] {
    background: var(--ci-primary);
    /*#50d8af;*/
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

#contactModal .contactForm button[type="submit"]:hover {
    background: #2dc899;
}
#contact .contact-info i.top-icon {
    font-size: 200%;
    aspect-ratio: 1 / 1;
    background: var(--ci-primary);
    /* display: block; */
    width: 60px;
    display: flex;
    /* text-align: center; */
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 1rem;
    color: white;
}