.root-contact .title-cover {
    left: 0;
    z-index: 0;
}

.contact-map {
    -webkit-box-shadow: 0 0 0 10px rgba(33, 33, 33, 0.6), 0 0 0 15px rgba(33, 33, 33, 0.1);
    box-shadow: 0 0 0 10px rgba(33, 33, 33, 0.6), 0 0 0 15px rgba(33, 33, 33, 0.1);
}

.v-light:not(.no-light) .contact-map {
    -webkit-box-shadow: 0 0 0 10px rgba(230, 230, 230, 0.6), 0 0 0 15px rgba(230, 230, 230, 0.1);
    box-shadow: 0 0 0 10px rgba(230, 230, 230, 0.6), 0 0 0 15px rgba(230, 230, 230, 0.1);
}

@media only screen and (max-width: 991px) {
    .contact-map {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.box-contact-form {
    position: relative;
}

.box-contact-form .form-group {
    width: 100%;
}

.box-contact-form .form-group .help-block {
    color: red;
    font-weight: 600;
    margin-top: 15px;
}

.box-contact-form .form-group li {
    list-style: none;
}

.box-contact-form .dsn-button-link {
    margin: 10px;
}

.box-contact-info {
    padding: 60px 40px;
}

@media only screen and (max-width: 767px) {
    .box-contact-info {
        padding: 60px 20px;
    }
}

.box-contact-info .title-block {
    margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .box-contact-info .box-contact-info-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .box-contact-info .box-contact-info-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.box-contact-info .contact-info:first-of-type {
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .box-contact-info .contact-info {
        width: 33.333%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .box-contact-info .contact-info {
        width: 100%;
        margin-top: 30px;
    }
}

.box-contact-info .contact-info i {
    color: #014de6;
    font-size: 30px;
}

.box-contact-info .contact-info .info-text {
    margin-left: 25px;
}

.form-group {
    width: 100%;
    margin-bottom: 25px;
}

.form-group:first-of-type .entry-box {
    padding-top: 25px;
    border-width: 1px solid #303030;
}

.entry-box input,
.entry-box textarea {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #303030;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.v-light:not(.no-light) .entry-box input,
.v-light:not(.no-light) .entry-box textarea {
    color: #000;
    border-color: #bebebe;
}

.entry-box input::-webkit-input-placeholder,
.entry-box textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.entry-box input:-ms-input-placeholder,
.entry-box textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.entry-box input::-ms-input-placeholder,
.entry-box textarea::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.entry-box input::placeholder,
.entry-box textarea::placeholder {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.v-light:not(.no-light) .entry-box input::-webkit-input-placeholder,
.v-light:not(.no-light) .entry-box textarea::-webkit-input-placeholder {
    color: #000;
}

.v-light:not(.no-light) .entry-box input:-ms-input-placeholder,
.v-light:not(.no-light) .entry-box textarea:-ms-input-placeholder {
    color: #000;
}

.v-light:not(.no-light) .entry-box input::-ms-input-placeholder,
.v-light:not(.no-light) .entry-box textarea::-ms-input-placeholder {
    color: #000;
}

.v-light:not(.no-light) .entry-box input::placeholder,
.v-light:not(.no-light) .entry-box textarea::placeholder {
    color: #000;
}

.entry-box textarea {
    height: 80px;
}

.entry-box input {
    height: 100%;
}

label {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

label span {
    color: #e82a2a;
}

.v-light:not(.no-light) label {
    color: #e82a2a;
}

.map-custom {
    min-height: 50vh;
}

#map .gm-fullscreen-control,
#map .gm-bundled-control,
#map .gm-bundled-control-on-bottom,
#map .gmnoprint,
#map .gm-style-cc {
    display: none !important;
}

.block-margin-top {
    margin-top: 30px;
}

.sm-title-block {
    position: relative;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box-contact-info .title-block {
    margin-bottom: 50px;
}

.title-block {
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}