* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.title_page {
    font-size: 2rem;
    padding: 10px 0;
    font-weight: 600;
    color: ;
}

.form-lh {
    margin-top: 10px;
}

.single-contact {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 5px;
}

.single-contact i {
    margin-right: 5px;
    width: 20px;
    flex: 0 0 20px;
}

.content {
    font-size: 15px;
    font-weight: 300;
}

.form-lh {
    padding-top: 1rem !important;
    border-top: 1px solid #dee2e6 !important;
}

.title-head {
    font-size: 24px;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

fieldset {
    margin-bottom: 1rem;
}

textarea.form-control {
    height: auto;
}

.form-control {
    font-size: 15px;
    padding: 0px 0px 0 15px;
    height: 42px;
    border-radius: 0.3rem;
}

.button-form button {
    width: 100%;
    padding: 10px 20px;
    background: #30871c;
    color: #fff;
    border-radius: 0.3rem;
    border: none;
    margin-bottom: 20px;
}

.map iframe {
    width: 100%;
    height: 560px;
}

.form ul li {
    margin-left: 20px;
    list-style: disc !important;
}

.iFrameMap {
    margin-bottom: 40px;
}



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

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

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

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

@media screen and (max-width: 768px) {
    .iFrameMap iframe {
        width: 100%;
    }

    .map {
        width: 100%;
    }
}

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

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