.contact-area {
    background: #fff;
}

    .contact-area .inner-section-title {
        text-align: left;
        margin-bottom: 40px;
    }

        .contact-area .inner-section-title h4 {
            text-transform: capitalize;
            font-size: 14px;
            display: inline-block;
            background: var(--main-color);
            color: #fff;
            padding: 4px 18px;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .contact-area .inner-section-title h2 {
            font-weight: 700;
            font-size: 32px;
        }

@media only screen and (min-width: 1100px) {
    .contact-area .contact-address-wrapper {
        padding-right: 50px;
    }
}

.contact-area .single-info {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #eee;
}

    .contact-area .single-info:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

    .contact-area .single-info ul {
    }

        .contact-area .single-info ul li {
        }

            .contact-area .single-info ul li span {
                display: block;
            }

            .contact-area .single-info ul li a {
                display: inline-block;
                color: #333;
                font-size: 14px;
                font-weight: 500;
                margin-top: 15px;
            }

                .contact-area .single-info ul li a:hover {
                    color: var(--main-color);
                }

.contact-wrapper {
}

.contacts-form input:not([type=checkbox]) {
    color: #333 !important;
    font-weight: 500;
}

.contacts-form button {
    font-weight: bolder !important;
}

.contacts-form input:not([type=checkbox]):not([type=file]), .contacts-form button, .contacts-form .FileUpload {
    border: none;
    min-height: 60px;
    padding: 0 28px !important;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    background: #f3f3f3;
    background: transparent;
    border: 2px solid #eee !important;
    border-radius: 0 !important;
}



.contacts-form .col-12, .contacts-form .vercode {
    margin-bottom: 20px;
}

    .contacts-form .vercode img {
        height: 40px;
        float: right;
        margin-top: 10px;
    }


.contacts-form textarea {
    border: none;
    height: 150px;
    padding: 28px;
    width: 100%;
    font-size: 14px;
    color: #181E4E;
    font-weight: 500;
    border-radius: 0;
    background: #f3f3f3;
    background: transparent;
    border: 2px solid #eee;
}

.contacts-button button {
    padding: 16px 30px;
    width: 100%;
    border: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    line-height: 1;
    transition: 0.3s;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    background: var(--main-color);
    height: 60px;
}

    .contacts-button button:hover {
        color: #fff;
    }

.contactss-name button {
    text-align: left;
}

    .contactss-name button::after {
        text-align: right;
    }

.contacts-form .dropdown-menu {
    min-width: 300px;
    max-height: 450px;
    overflow-y: auto;
}

.contacts-form .dropdown-item {
    cursor: pointer;
}

.contactss-name i {
    float: right;
}

.privacy {
    font-size: 13pt;
    margin-bottom: 20px;
}

    .privacy > * {
        margin: auto 0;
        margin-right: 5px;
    }

    .privacy a {
        text-decoration: underline;
        cursor: pointer;
    }

    .privacy input {
        height: 20px;
        width: 20px;
    }


.contacts-icon {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .contacts-icon input {
    }

    .contacts-icon > div:not(.validation-message):first-child {
        position: absolute;
        top: -10px;
        left: 10px;
    }

.contacts-form .FileUpload {
    display: flex;
    padding-top: 10px;
}

.contacts-form .Drop {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px 10px;
    width: 95%;
    margin: auto;
}
.contacts-form .FileUpload img{
    margin:10px auto;
    max-height:200px;
}


@media only screen and (max-width: 760px) {
    .contacts-button {
        text-align: center;
        margin-top: 20px;
    }

        .contacts-button button {
            max-width: 50%;
        }
}
