.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 {
    width: 100%;
    background: #185d91 !important;
    color: #fff;
    padding: 25px;
    position: relative
}

.contact-form {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 30px
}

label {
    display: block;
    margin-bottom: 5px
}

input[type=email],input[type=text] {
    border: 1px solid #ced4da;
    height: 40px;
    padding: 15px 20px;
    margin-bottom: 35px;
    width: 100%
}

input[type=text], input[type=email], input[type=url], textarea, select {
    font-size: 20px;
    background: #fbfbfb;
    border: 1px solid #c8d7e1;
    border-radius: 25px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;}

input.submit {
    background: #185d91 !important;
    color: #fff;
    font-weight: 900;
    border: 0;
    padding: 7px 31px;
    font-size: 18px;
   
}
input.submit:hover{
    background: #a8abad !important;
    color: rgb(0, 0, 0);
   
}

.form-submit {
    text-align: left
}

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: square;
    margin: 0
}

.content-info a {
    text-decoration: none;
    color: #fff
}

.content-info ul li {
    margin-bottom: 19px;
    font-size: 17px
}

.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
}

@media (min-width: 992px) {
    .content-info {
        width:43%
    }

    .contact-form {
        width: 57%
    }
}
