#Contact {
    background-color: #fff;
    padding: 25px 0;
}

    #Contact .contact-header {
        text-align: center;
    }

        #Contact .contact-header h3 {
            color: #012567;
            margin-bottom: 15px;
            font-size: 22px;
        }

        #Contact .contact-header h4 {
            margin-bottom: 20px;
            color: #012567;
            font-size: 16px;
        }

    #Contact .contact {
        background-color: #012567;
        color: #c6daff;
        padding: 25px;
    }

    #Contact .field-validation-error {
        color: red;
    }

.view-wrapper {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    direction: rtl;
    line-height: 1.5rem;
    padding: 30px;
    text-align: justify;
}

    .view-wrapper h1 {
        border-bottom: 1px solid #e4e4e4;
        color: #fe7165;
        font-size: 1.4em;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .view-wrapper a {
        color: #00897b;
    }

@media (max-width: 767px) {
    #Contact .contact-header h3 {
        margin-top: 150px;
    }

    #Contact .contact {
        padding: 20px 0;
    }
}

#Contact .contact h4 {
    margin: 0;
    font-size: 16px;
}

#Contact .contact ul {
    margin-top: 30px;
    padding: 0;
    list-style-type: none;
}

    #Contact .contact ul li {
        background-repeat: no-repeat;
        background-position: 100% 0;
        padding-right: 30px;
        margin-top: 20px;
        line-height: 25px;
    }

        #Contact .contact ul li:nth-child(1) {
            background-image: url('/Media/Images/form.png');
        }

        #Contact .contact ul li:nth-child(2) {
            background-image: url('/Media/Images/tell.png');
        }

        #Contact .contact ul li:nth-child(3) {
            background-image: url('/Media/Images/email.png');
        }

        #Contact .contact ul li:nth-child(4) {
            background-image: url('/Media/Images/tell.png');
        }

#Contact .contact input {
    border-radius: 0;
    box-shadow: none;
    /*font-family: tahoma;*/
}

#Contact .contact textarea {
    resize: none;
    border-radius: 0;
    box-shadow: none;
    /*font-family: tahoma;*/
}

#Contact .contact .btn-contact {
    border-radius: 0;
    box-shadow: none;
    background-color: #0f49b5;
    border-top: 2px solid #031f54;
    color: white;
}

    #Contact .contact .btn-contact:focus {
        outline: none;
        box-shadow: 0 0 5px #021333;
    }

    #Contact .contact .btn-contact:hover {
        background-color: #1a68f8;
    }

.disabled {
    cursor: not-allowed;
}
