.section-padding {
    padding: 80px 0;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 22px 0;
}

.contact-info ul li {
    padding: 9px 0;
    font-weight: 600;
    color: #010808;
    font-size: 16px;
}

label {
    display: block;
    margin-bottom: 11px;
}

section.contact-page {
    padding-top: 80px;
}

.g-recaptcha {
    margin-bottom: 21px;
    overflow: hidden;
}

.contact-info .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    margin-left: 15px;
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

input[type=email],
input[type=text],
input[type=tel],
input[type=mail] {
    border: 0;
    height: 53px;
    padding: 15px 20px;
    margin-bottom: 35px;
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    font-weight: 900;
    font-size: 21px;
}

.form-group input[type=email],
.form-group input[type=text],
.form-group input[type=mail] {
    width: 100%;
}

.contact-info-box {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
    width: 48%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 45px;
}

.contact-info-boxs {
    padding: 53px 0;
}

.contact-info a {
    text-decoration: none;
    color: #656565;
    font-weight: 900;
}

textarea {
    width: 100%;
    max-height: 181px;
    border: 0;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 6px;
    padding: 19px;
}

textarea#comment {
    background: #fff;
}

span.span-contact {
    margin-right: 24px;
}

.content-content-innr span.icon {
    font-size: 25px;
}

.content-content-innr {}

.contact-information {
    width: 55%;
}

.contact-form-img {
    width: 42%;
}

.contact-us .d-flex {}

.contact-information ul {
    list-style: none;
    margin: 19px 0 0 0;
    padding: 0;
}

.contact-us {
    background: #f3f7ff;
}

.contact-information ul li {
    margin-bottom: 19px;
}

.contact-information ul li img {
    margin-left: 19px;
}

.contact-form {
    padding: 23px 43px;
    border-radius: 12px;
}

input.submit {
    font-weight: 900;
    border: 0;
    padding: 7px 46px;
    font-size: 18px;
    font-weight: 900;
    font-size: 23px;
    width: 100%;
    color: #ffffff;
    background: #3F51B5;
}

.form-submit {
    text-align: center;
}

select#services-type {
    font-size: 15px;
    min-height: 30px;
    -webkit-appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 12px 16px 12px 3px;
    margin-bottom: 30px
}

.content-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-info a {
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
}

.content-info ul li {
    margin-bottom: 19px;
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.content-info svg {
    position: absolute;
    left: -35px;
    bottom: -45px;
    height: 180px;
    width: 180px;
    opacity: .15;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

.content-info ul li::marker {
    color: #ffd007
}

.required-label {
    color: red
}

.contact-info {}

.contact-section {
    text-align: center;
    width: 100%;
    margin-bottom: 15px
}

.contact-txt span {
    display: block;
}

.contact-txt .bold {
    color: #ffd31e;
    font-weight: 700;
    font-size: 23px;
}

@media (min-width: 992px) {
    .content-info {
        width: 59%;
    }
    .contact .contact-form {
        width: 57%;
    }
    .form-group input[type=email],
    .form-group input[type=text],
    .form-group input[type=mail] {
        width: 48%;
    }
    .content-img {
        width: 39%;
    }
    .contact-box {
        width: 30%;
    }
    .contact-form-innr {
        width: 50%;
    }
    .contact-form {
        width: 45%;
        margin: 40px auto;
    }
}