.frm_contact .confirmForm {
    display: none;
}

.form-select, .form-control {
    color: #000;
}

#person_contact.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.form-check-input[type=checkbox][name=same_contact] {
    border-radius: 100%;
}

.section_banner .box_map h2 span {
    font-size: 90px;
}

.info_contact li a img {
    margin-right: 10px !important;
}

@media (max-width: 480px) {
    .section_banner .box_map h2 span {
        font-size: 55px;
    }
}

@media (max-width: 390px) {
    .section_banner .box_map h2 span {
        font-size: 50px;
    }
}

@media (max-width: 320px) {
    .section_banner .box_map h2 span {
        font-size: 40px;
    }
}