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

.flex-start {
    align-items: flex-start;
}

.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;
}

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

.contact-box {
    padding: 28px 15px;
    border-radius: 21px;
    margin-bottom: 30px;
}

.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: #ffffff;
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
}

.contact-box img {
    background-color: #Fab902;
    width: 70px;
    height: 70px;
    padding: 13px;
    border-radius: 50%;
}

textarea#comment {
    background: #fff;
}

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

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

.contact-information {
    width: 55%;
}

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

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

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

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

.contact-form {
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    padding: 20px;
    border-radius: 18px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}

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

.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 {
    list-style: none;
    color: #fff;
}

.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) {
    .contact-form {
        width: 73%;
        margin: 40px auto;
    }
}
