.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 5px 28.5px 1.5px rgb(9 6 24 / 10%);
    overflow: hidden;
    border-radius: 6px;
    margin: 80px 0
}
.content-info p {
    padding: 18px 0;
}
.content-info {
    width: 100%;
    padding: 25px;
    position: relative;
    color: #236072;
}
.contact-page-innr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 59px 0;
    justify-content: space-between;
}
.content-info-innr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-box {
    width: 100%;
    position: relative;
    margin-bottom: 52px;
}

.contact-box p, .contact-box a{
    background: #fff;
    padding: 38px 26px 19px 26px;
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 800;
}

.contact-box h3 {
    margin: 0;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 6px;
    position: absolute;
    top: -18px;
    right: -7px;
    background: rgb(49,78,254);
    background: linear-gradient(90deg, rgba(49,78,254,1) 0%, rgba(26,208,208,1) 100%);
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.contact-form-innr {
    width: 100%;
    box-shadow: 0px 0px 10px 0 rgb(29 81 188 / 17%);
    padding: 20px;
    margin: 32px auto;
}
.contact-form {
    color: #000;
    margin-bottom: 64px;

}

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;
}
input[type=email],
input[type=text],
input[type=mail]
{
    border: 0;
    height: 53px;
    padding: 15px 20px;
    margin-bottom: 35px;
    width: 100%;
    background: #e8ebf2;
    border-radius: 18px;
    font-weight: 900;
    font-size: 21px;
}
.form-group input[type=email],
.form-group input[type=text],
.form-group input[type=mail]{
    width: 100%;
}
textarea {
    width: 100%;
    max-height: 181px;
    border: 0;
    margin-bottom: 25px;
    background: #e8ebf2;
    border-radius: 25px;
    padding: 19px;
}
span.span-contact {
    margin-right: 24px;
}

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

.content-content-innr {
}
input.submit {
    color: #fff;
    font-weight: 900;
    border: 0;
    padding: 7px 46px;
    font-size: 18px;
    background: #292e34;
    font-weight: 900;
    font-size: 23px;
    width: 99%;
    border-radius: 34px;
}

.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 {padding: 24px 0;}

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

.contact-txt span {
    display: block;
}
.contact-info .icon {
    margin-left: 15px;
}
.contact-txt .bold {
    color: #ffd31e;
    font-weight: 700;
    font-size: 23px;
}

.contact-icon {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 9px;
    border-radius: 50px;
    border: 6px solid #c6ddff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 8%);
}
@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%;
}

 
}