.contact-page {
    padding-top: 30px;
}

.contact-page .is-driver {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
}

.register-heading h2 {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.register-heading p {
    font-size: 16px;
    margin-bottom: 10px;
}

.box-form-contact input {
    font-size: 14px;
    color: #0d0d0d;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    margin-top: 5px;
    border-radius: 5px;
}

.box-form-contact label span {
    margin-bottom: 5px;
}

.box-form-contact label {
    margin-bottom: 15px;
}

.box-form-contact textarea {
    font-size: 14px;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 5px;
}

.box-form-contact {
    margin-top: 30px;
}

.box-form-contact button {
    font-size: 14px;
    color: var(--fifth-color);
    background: var(--third-color);
    border: none;
    height: 40px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
    transition: .3s;
}

.box-form-contact button:hover {
    background: var(--fifth-color);
    color: var(--second-color);
}

.gg-map h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.gg-map p {
    font-size: 15px;
    margin-bottom: 10px;
}

.gg-map iframe {
    width: 100%;
    height: 400px;
}
@media (max-width: 992px) {
    .gg-map {
        margin-top: 30px;
    }
}