/* custom forms styles */
.customForm-hidden {
    display: block !important;
    position: absolute !important;
    right: -9999px !important;
}
/* custom checkbox styles */
.chk-area {
    overflow: hidden;
    height: 11px;
    width: 11px;
    background: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 3px;
}

    .chk-area span {
        position: absolute;
        z-index: 20;
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        -webkit-transition: all .3s;
        transition: all .3s;
        background: #f15a29;
        opacity: 0;
    }

.chk-checked span {
    opacity: 1;
}
/* radio button styles */
.rad-area {
    margin: 6px 0px 0 12px;
    float: right;
    overflow: hidden;
    height: 9px;
    width: 9px;
    border: 1px solid #554a43;
    border-radius: 50%;
    position: relative;
}

    .rad-area span {
        display: block;
        position: absolute;
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        background: #f15a29;
        opacity: 0;
        border-radius: 50%;
    }

.rad-checked span {
    opacity: 1;
}
/* custom select styles */
.select-area {
    background: #fff;
    position: relative;
    overflow: hidden;
    height: 23px;
    font-size: 16px;
    padding-left: 25px;
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0, .1);
    box-shadow: 1px 0 5px rgba(0,0,0, .1);
    border: 1px solid #51463f;
    width: 81% !important;
    border-radius: 3px;
    margin-bottom: 12px;
}

    .select-area .select-opener {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 26px;
        height: 100%;
    }

        .select-area .select-opener:after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -5px 0 0 -5px;
            border: 5px solid transparent;
            border-top: 9px solid #51463f;
        }

    .select-area .left {
        position: absolute;
        width: 10px;
        height: 31px;
        z-index: 1;
        top: 0;
        left: 0;
        display: none;
    }

    .select-area .center {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        line-height: 21px;
        cursor: default;
        display: block;
        padding: 0 5px 0 0;
        z-index: 2;
        color: #51463f;
    }

        .select-area .center img {
            margin: 5px 5px 0 0;
            position: relative;
            float: left;
        }

.options-overflow div.drop-list {
    overflow: auto;
}

.options-hidden {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.select-options {
    z-index: 3000;
    background: #fff;
    position: absolute;
    margin-top: -1px;
}

    .select-options .drop-holder {
        border-style: solid;
        border-color: #51463f;
        border-width: 1px;
        height: 1%;
        font-size: 16px;
        border-radius: 3px;
        overflow: hidden;
    }

.select-options-flipped .drop-holder {
    border-width: 2px 2px 0;
}

.select-options div.drop-list {
    width: 100%;
}

.select-options ul {
    overflow: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .select-options ul li {
        overflow: hidden;
        float: left;
        width: 100%;
        color: #2d2c2c;
        text-align: right;
    }

        .select-options ul li + li {
            border-top: 1px solid #ddd;
        }

    .select-options ul a {
        text-decoration: none;
        cursor: default;
        color: inherit;
        display: block;
        overflow: hidden;
        height: 1%;
        padding: 1px 5px;
    }

        .select-options ul a span {
            cursor: default;
            float: right;
        }

.select-options .item-selected a {
    text-decoration: none;
    background: #f9f9f9;
    color: #2d2c2c;
}

.select-options ul a:hover {
    text-decoration: none;
}

.select-options ul a:focus {
    outline: none;
}

.select-options .optgroup strong {
    cursor: default;
    display: block;
    width: 100%;
}

    .select-options .optgroup strong em {
        display: block;
        padding: 5px;
        height: 1%;
    }

.select-options .optgroup ul a {
    padding-left: 20px;
}

.select-options img {
    margin: 2px 3px 0 0;
    float: left;
    border: 0;
}

.select-disabled {
    background-position: 0 -124px;
    color: #bbb;
}

    .select-disabled .left {
        background-position: 0 -93px;
    }

    .select-disabled .select-opener {
        background-position: 100% -155px;
    }

.select-focus {
    background-position: 0 -217px;
}

    .select-focus .left {
        background-position: 0 -186px;
    }

    .select-focus .select-opener {
        background-position: 100% -248px;
    }

.select-style02 {
    width: 100% !important;
    font-size: 19px;
    height: 28px;
    border-radius: 0;
}

    .select-style02 .center {
        line-height: 27px;
    }

    .select-style02 .select-opener:after {
        border: none;
        content: '>';
        font-size: 36px;
        line-height: 28px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        color: #404040;
        top: 0;
        right: 0;
        text-align: center;
        left: 0;
        margin: 0;
    }

.drop-style02 .drop-holder {
    border-radius: 0;
    font-size: 19px;
}

.contact-form label.divur-lable {
    padding: 0 0 0 3px;
    font-size: 16px;
    line-height: 13px;
    font-weight: normal;
    margin: 3px 2px 7px;
    width: unset;
    float: unset
}

.divur-checkbox {
    vertical-align: middle;
    margin: unset !important;
}



.service-form {
    direction: rtl;
    width: 50%;
    margin: auto;
    max-width: 400px;
}

    .service-form label {
        display: block;
        font-size: 25px;
        margin: 5px 11px 11px 0px;
    }

/*.service-form input {
        width: 75%;
        height: 2%;
        font-size: 20px;
    }*/

/*.service-form textarea {
        width: 100%;
        height: 250px;
        font-size: 20px;
    }*/
.service-form-control input {
    width: 100%;
    height: 25px;
}

.service-form-control textarea {
    width: 100%;
    height: 100px;
}

.service-form .btn-primary {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    float: left;
}

.service-form #logo {
    max-height: 85px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.service-form .logo-container {
    width: 100%;
    display: block;
    text-align: center;
}

.service-form .field-validation-error {
    color: red;
    font-weight: BOLD;
    font-size: 25px;
}

.service-form .title {
    text-align: center;
}

.service-only-form #logo {
    display: block;
    margin: auto;
}

.service-only-form h2 {
    text-align: center;
}

.service-form-control {
    display: block;
}
