/*--------------Reset-------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-family: tahoma;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearself {
    zoom: 1;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
 
 
/*-------------LAYOUT----------------*/
body {
    background: #252727;
    color: #8e8d8d;
     font-size: 62.5%; /* font-size 1em = 10px */
}
.all-wrap {
    margin: 0 auto;
    background: #252727;
}
.page-wrap {
    font-family: 'Tahoma';
}
.page-innerwrap {
    margin: 0 auto;
    direction: rtl;
    position: relative;
     
}
                                                  /*-----header------*/
#top {
    background: #252727;
    border-bottom: 6px solid #80cbda;
    margin: 0 auto;
}
    .header {
        background: #252727;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
#logo {
    height: 107px;
    float:left;
   float: none\9; /* IE 8 and below */
   clear: both\9; /* IE 8 and below */
   margin-left: 10px\9; /* IE 8 and below */
   direction: ltr\9; /* IE 8 and below */
   }
    #logo_desk {
        margin-top: 10px;
    }
    #logo_mob {
        display: none;
        padding-top: 10px;
    }

                                                     /*-----main------*/

.content-wrap {
    overflow: hidden;
    position: relative;
} 
.content-wrap img {
    width: 100%;
}
.content-innerwrap {
    width: 75%;
    position: absolute;
    top:0;
}
.content {
    background: url(
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEUlEQVQImWNQU1ObCcMMODkAsSEJZBSLqtUAAAAASUVORK5CYII=
    ) repeat scroll 0 0 transparent;
    padding-bottom: 22px;
    position:fixed;
    bottom:236px;
   width:auto;
   padding-left:10px;
    }
.content h1#first {
    color: #fff;
    padding-right: 12px;
    padding-top: 22px;
    letter-spacing:-1px;
     /* font-size: 39px;*/
      font-size: 3.9em;
      word-spacing: 2px;
  }
.content h1#sec {
    color: #80cbda;
    padding-right: 12px;
    padding-top: 10px;
     font-size: 3.9em;
       letter-spacing:-1px; 
       word-spacing: 2px;  
   }
                                                         /*-----footer------*/
.footer-wrap {
    background: #252727;
   min-height: 155px;
   position:fixed;
   bottom:0;
  width: 100%;
 }
.inner-footer {
    background: none repeat scroll 0 0 #252727;
                       background: url(
    data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEUlEQVQImWNQU1ObCcMMODkAsSEJZBSLqtUAAAAASUVORK5CYII=
    ) repeat scroll 0 0 transparent;
    font-family: 'Tahoma', Arial, Helvetica, Sans-Serif;
    font-size: 2.2em;
    font-weight: bold;
    padding: 0;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    height: auto;
}
#contain {
    height: auto;
}
#userForm {
    background: #252727;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 22px;
    padding: 0 !important;
}
.form {
    overflow: hidden;
    margin: 0 auto;
    width: 99%;
}
.formFieldset {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    border: none;
  position:relative;
 }
.vanish {
    display: none;
}
.show {
    display: block;
}
#first_step {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
    .ym_form-item {
        height: 58px;
       width: 31%;
        display: inline;
        float: right;
        list-style: none outside none;
        margin: 0 auto;
        padding-left: 30px;
    }
    #ym_last{
        padding-left: 0;
    }
input, select, textarea {
    font-size: 1em;
    font-family: tahoma;
    border: none;
    outline:none;
    color: #8e8d8d;
    font-weight: bold;
    padding-right: 3%;
}
#email, #phone, #firstname {
    background: url("../images/inputBG.png") no-repeat scroll right transparent;
    width: 283px;
    height: 54px;
    line-height:54px\9; /* IE 8 and below */
}
    .btn {
        width: 122px;
        height: 38px;
        background: url("../images/snd_big.png") no-repeat scroll center top transparent;
        cursor: pointer;
        border: none;
        position: absolute;
        color:#252727;
        font-size:0.8em;
        font-weight:bold;
        font-family:'Tahoma';
        left: 10px;
        top: 80px;
        padding:0;
         padding-top:4px\9; /* IE 8 and below */
    }
        #submit_wrap {
            margin: 0 auto;
            width: auto;
            margin-left: 25px;
        }
    #first_step #submit_wrap {
    margin-top: 23px;
}
#second_step {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#second_step .title {
    color: #fff;
    float: right;
        font-family:'Tahoma';
    font-size:1.35em;
    font-weight:bold;
}
#third_step {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#third_step .title {
    color: #fff;
    float: right;
    display:block;
    width:100%;
    text-align:right;
    clear:both;
    font-family:'Tahoma';
    font-size:1.35em;
    font-weight:bold;
}
.check_wrap {
    clear: both;
    overflow: hidden;
}
  #quiz-wrap {
    margin-top: 1px;
    display: block;
    overflow: hidden;
    clear: both;
    padding-right: 2px;
}
   #quiz-innerwrap {
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
    padding-top: 10px;
    padding-right: 5px;
}
   #wrap_ques {
    display: block;
    overflow: hidden;
    margin-top:33px;
    margin-right:18px;
}
    #quiz {
    display: block;
    overflow: hidden;
    clear: both;
    padding-top: 14px;
    padding-right: 19px;
}
.quizyes {
    color: #fff;
    font-size: 0.8em;
    padding-left: 0.2em;
    padding-right: 0.3em;
    border: none;
    float: right;
    width: 80px;
    line-height: 33px;
    line-height: 1.75em;
}
.quizyes > img {
    width: 26px;
    height: 26px;
    float: right;
    margin-top: 3px;
}
.quizno > img {
    width: 26px;
    height: 26px;
    float: right;
    margin-top: 3px;
}
#quiz-btn {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.quizno {
    color: #fff;
    font-size: 0.8em;
    border: none;
    width: 96px;
    float: right;
    padding-right: 30px;
    line-height: 1.75em;
}
.quizText {
   padding-right: 36px;
       font-family:'Tahoma';
    font-size:1.7em;
    font-weight:bold;
}
.quizbtn:hover {
    cursor: pointer;
}
    .feedback_wrap {
        margin-top: 20px;
        line-height: 20px;
        font-size: 0.95em;
        font-family: Tahoma;
        color: #80cbda;
    }
.submit:focus {
    border: none;
}
.error {
    border: 1px solid red;
}
.red {
    border: 1px solid red;
}
 
 