@charset "UTF-8";
/***********Assistant********/

@font-face {
  font-family: 'Assistant-regular';
  src: url("./fonts/Assistant-Regular.eot");
  src: url("./fonts/Assistant-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Assistant-Regular.woff") format("woff"), url("./fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Assistant-Light';
  src: url("./fonts/Assistant-Light.eot");
  src: url("./fonts/Assistant-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Assistant-Light.woff") format("woff"), url("./fonts/Assistant-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
font-family: 'Assistant-SemiBold';
src: url("./fonts/Assistant-SemiBold.eot");
src: url("./fonts/Assistant-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Assistant-SemiBold.woff") format("woff"), url("./fonts/Assistant-SemiBold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}


@font-face {
font-family: 'Assistant-Bold';
src: url("./fonts/Assistant-Bold.eot");
src: url("./fonts/Assistant-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Assistant-Bold.woff") format("woff"), url("./fonts/Assistant-Bold.ttf") format("truetype");
font-weight: 700;
font-style: normal;
}
HTML {
    height: 100%;
}

body {
    height: 100%;
    direction: rtl;
    text-align: right;
    margin: 0;
    overflow-x: hidden;
    font: 14px/1.429 "assistant_light", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
    color: #18275e;
}



input[type="checkbox"] {
    -webkit-appearance: checkbox;
    opacity: 0;
}

section {
    padding: 60px 0;
}

p {
    font-size: 1rem;
    color: #5d6265;
}

form {
    height: 100%;
}

.form-control {
    background-clip: border-box;
}

.errorMsgDiv {
    display: none;
    margin-bottom: 0;
    color: #fff;
    background: #d0021b;
    border: solid 1px #d0021b;
    padding: 0 5px;
    font-weight: bold;
}

.errorField {
    border-color: #bf2126 !important;
}

.btn.btnNext {
    font-family: 'assistant_semibold';
    background-color: #ffc10e;
    color: #18275e;
    font-size: 1.2rem;
    text-decoration: none;
    border: none;
    margin-top: 1.5rem;
    height: 100%;
    width: 100%;
    border-radius: 0;
    cursor: pointer;
}

.btnNext:hover {
    background-color: rgba(255, 183, 14, 1);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(231,166,26,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(231,166,26,1);
    box-shadow: 0px 0px 6px 0px rgba(231,166,26,1);
}

main {
    
}


input.form-control {
    box-sizing: border-box;
    border-radius: 0;
    font: 18px/1.1rem 'assistant_light', Arial, sans-serif;
    -webkit-appearance: none;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    height: 40px;
    width: 100%;
    color: #163280;
}
input.form-control, textarea.form-control {
    box-sizing: border-box;
    border-radius: 0;
    font: 18px/1.1rem 'assistant_light', Arial, sans-serif;
    -webkit-appearance: none;
    border: 1px solid #b7b7b7;
    color: #163280;
}

input[type=text].error, input[type=tel].error, input[type=email].error, input[type=password].error {
    border-bottom: 1px solid transparent;
}

input[type="submit"] {
    border-radius: 0;
    transition: box-shadow 0.15s ease-in-out;
}

input::-webkit-input-placeholder {
    opacity: 1;
    text-transform: uppercase;
}

input:-moz-placeholder {
    opacity: 1;
    text-transform: uppercase;
}

input::-moz-placeholder {
    opacity: 1;
    text-transform: uppercase;
}

input:-ms-input-placeholder {
    opacity: 1;
    text-transform: uppercase;
}



textarea {
    font: 30px/1.1 'assistant_light', Arial, sans-serif;
}

    textarea::-webkit-input-placeholder {
        opacity: 1;
        text-transform: uppercase;
    }

    textarea:-moz-placeholder {
        opacity: 1;
        text-transform: uppercase;
    }

    textarea::-moz-placeholder {
        opacity: 1;
        text-transform: uppercase;
    }

    textarea:-ms-input-placeholder {
        opacity: 1;
        text-transform: uppercase;
    }

    textarea:focus {
        border: 1px solid transparent;
    }

        textarea:focus::-webkit-input-placeholder {
            opacity: 0.5;
        }

        textarea:focus:-moz-placeholder {
            opacity: 0.5;
        }

        textarea:focus::-moz-placeholder {
            opacity: 0.5;
        }

        textarea:focus:-ms-input-placeholder {
            opacity: 0.5;
        }

    textarea.error {
        border-bottom: 1px solid transparent;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    outline: none;
    border: none;
}


.container {
    max-width: 1920px;
    width: 65%;
    margin: 0 auto;
    padding: 0;
}




.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.feedback_content section.content_container {
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(0, 0,0, 0.1);
    font-size: 0.9rem;
    width: calc(100% - 5px);
    margin: 10px 0;
    padding: 40px;
}

.feedback_content  h2 {
    font-family: 'Assistant-SemiBold', Arial, Verdana, sans-serif;
    padding: 0 10px;
    border-right: 2px solid #ffc829;
    line-height: 20px;
    display: inline-block;
    font-weight: normal;
    font-size: 2em;
    color: #545454;
    margin-bottom: 3rem;
}
.feedback_content section h3 {
    font-family: 'Assistant-SemiBold', Arial, Verdana, sans-serif;
    display: inline-block;
    color: #18285f;
    font-size: 1.5em;
}

.fa.fa-star {
    margin: 0 6px;
    color: #ddd;
    font-size: 24px;
    cursor: pointer;
}

    .fa.fa-star.checked {
        color: #ffc829;
    }

.rating {
    direction: ltr;
    display: inline-block;
}
.feedback_content textarea.form-control::placeholder {
    font-weight: 300;
}

.feedback_content textarea.form-control {
    padding-left: 0.8rem;
    resize: none;
}

.feedback_content .btnNext, .lotusui .feedback_content button.btnNext {
    font-size: 20px;
    font-family: 'assistant-regular', Arial;
    background-color: #ffc10e;
    color: #18285f;
    text-decoration: none;
    padding: 10px;
    line-height: normal;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
    width: 100%;
    margin-top: 1.6rem;
    border: solid 1px #ffc10e;
    margin-left: 5px;
    float: left;
}

.feedback_content button.btnNext:hover, .feedback_content button.btnNext:focus {
    background-color: #ffd968;
    outline: 0;
    outline-color: transparent;
    box-shadow: 0 0 0 0 !important;
    border: solid 1px #18285f;
}
.feedback_content button.btnNext[disabled], .feedback_content button.btnNext[disabled]:focus, .feedback_content button.btnNext[disabled]:hover {
    background-color: #dedede;
    cursor: default;
    opacity: .6;
    border-color: #dedede;
    color: #18285f;
}


.feedback_content .successIcon h2 {
    border: none;
    display: block;
    color: #18285f;
    padding-bottom: 30px;
    border-bottom: solid 1px #ced4e0;
}
.feedback_content .success_icon {
    display: inline-block;
    text-align: center;
    border: solid 2px #18285f;
    background: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 50px;
    margin: 0 0 0 10px;
    font-style:normal;
}
.feedback_content .success_icon:before {
     content: 'L';
    font-family:Assistant-regular;
    color: #ffc10e;
    display:block;
    transform: scaleX(-1) rotate(-44deg);
    font-size: 1.8em;
    margin-left: 3px;
    }

.feedback_content section.successIcon h3 {
    font-family: 'Assistant-Bold', Arial, Verdana, sans-serif;
    display: inline-block;
    color: #52575c;
    font-size: 1.2em;
}

.feedback_content section ul li {
    color: #52575c;
    font-size: 1.2em;
    margin-bottom:10px;
}

    .feedback_content section ul li:before {
        content: "";
        background: #ffc10e;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 10px;
    }

.err_msg {
    color: #ea454f;
    /* display: none;*/
}