/*
Theme Name:Appa
Theme URI:http://appa.gdesign.am
Author:G Design Group
Version:1.0
*/

@font-face{
    font-family:"Tahoma";
    src:url("fonts/tahoma.ttf") format("truetype");
}
@font-face{
    font-family:"Tahoma";
    src:url("fonts/tahomabd.ttf") format("truetype");
    font-weight:bold;
}
@font-face{
    font-family:"Segoe UI";
    src:url("fonts/segoeui.ttf") format("truetype");
}
@font-face{
    font-family:"Segoe UI";
    src:url("fonts/seguisb.ttf") format("truetype");
    font-weight:600;
}
@font-face{
    font-family:"Segoe UI";
    src:url("fonts/segoeuib.ttf") format("truetype");
    font-weight:bold;
}
*{
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-family:inherit;
}
html,
body{
    height:100%;
}
body{
    font-family:"Tahoma";
}
a{
    color:inherit;
    text-decoration:none;
}
.hidden{
    display:none;
}
#page_wrapper{
    display:table;
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
    table-layout:fixed;
}
header,
#content,
footer{
    display:table-row;
    position:relative;
    width:100%;
    height:1px;
}
#content{
    height:100%;
}
.wrapper{
    position:relative;
    margin:0px auto;
    width:1200px;
}
header .blue_line{
    position:absolute;
    width:100%;
    height:115px;
    top:25px;
    background-color:rgba(48, 73, 133, 0.9);
    z-index:10;
     -webkit-transition: all 0.5s ;
     -moz-transition: all 0.5s ;
     -o-transition: all 0.5s ;
     transition: all 0.5s ;
    
}
header .blue_line:before,
header .blue_line:after{
    content:"";
    position:absolute;
    width:100%;
    left:0px;
}
header .blue_line:before{
    bottom:100%;
    margin-bottom:-1px;
    border-top:2px dashed rgba(255, 255, 255, 0.5);
}
header .blue_line:after{
    top:100%;
    margin-top:-1px;
    border-bottom:2px dashed rgba(255, 255, 255, 0.5);
}
header .blue_line .wrapper:after{
    content:"";
    display:table;
    clear:both;
}
#logo{
    position:relative;
    float:left;
    margin-top:-20px;
    z-index:10;
}
#logo a{
    display:block;
}
#logo a img{
    display:block;

}

#logo img{
         -webkit-transition: height 0.5s ;
     -moz-transition: height 0.5s ;;
     -o-transition: height 0.5s ;
     transition: height 0.5s ;
}


#main_menu{
    position:relative;
    float:right;
    margin-top:43px;
         -webkit-transition: margin 0.5s ;
     -moz-transition: margin 0.5s ;
     -o-transition: margin 0.5s ;
     transition: margin 0.5s ;
}
#main_menu ul:after{
    content:"";
    display:table;
    clear:both;
}
#main_menu ul li{
    position:relative;
    list-style:none;
    float:left;
    margin-left:23px;
    font-size:18px;
    color:white;
}
#main_menu ul li:first-of-type{
    margin-left:0px;
}
#main_menu ul li:before{
/*
    content:"";
    position:absolute;
    width:50px;
    height:50px;
    left:0px;
    right:0px;
    margin:0px auto;
    top:46px;
    background-image:url("images/question.png");
    opacity:0.01;
    pointer-events:none;
    transition:opacity 0.3s;
    */
}

#main_menu ul li a:hover{
color:#f9cb12;
}

#main_menu ul li:hover:before{
    opacity:1;
}
#slideshow{
    position:relative;
    background-image:url("images/slideshow.jpg");
    background-size:cover;
    background-position:center;
}
#slideshow:before{
    content: "";
    background: url(images/sl_text.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 179px;
    width: 100%;
    height: 155px;
}
#slideshow .sl_text{
    position:absolute;
    width:100%;
    left:0px;
    bottom:48px;
    text-align:center;
}
#slideshow .sl_text:before{
    content: "";
    background: url(images/sl_icons.png) no-repeat 0px 0px;
    position: absolute;
    left: 0px;
    top: -125px;
    margin-left: 0;
    width: 400px;
    height: 113px;
    background-size: 350px;
}
#slideshow .sl_text p{
    font-size:42px;
    color:white;
    text-shadow:-4px -3px 10px rgba(0, 0, 0, 0.33);
}

#slideshow .sl_text p span{
    text-transform:uppercase;
}

#slideshow .sl_text p:nth-of-type(1){
    color:#f9cb12;
}
#slideshow .scroll_down{
    position:absolute;
    width:113px;
    height:144px;
    right:50%;
    bottom:143px;
    margin-right:-600px;
    background-image:url("images/scroll_down.png");
    background-repeat:no-repeat;
    cursor:pointer;
}
#app_links{
    position:relative;
    height:115px;
    text-align:center;
}
#app_links .wrapper .wrap{
    display:inline-block;
    margin-top:12px;
}
#app_links .wrapper .wrap:after{
    content:"";
    display:table;
    clear:both;
}
#app_links .wrapper .wrap a{
    display:block;
    width:255px;
    height:88px;
    float:left;
}
#app_links .wrapper .wrap a.appstore{
    background-image:url("images/appstore.png");
}
#app_links .wrapper .wrap a.google_play{
    background-image:url("images/google_play.png");
}
#app_links .wrapper .wrap .free_text{
    position:relative;
    float:left;
    margin-top:12px;
    padding-left:7px;
    padding-right:10px;
    font-size:50px;
    font-weight:bold;
    color:#16afbb;
    text-transform:uppercase;
    text-shadow:1px 1px 1px rgba(1, 33, 36, 0.63);
}
#how_to{
    position:relative;
    background-image:url("images/how_to.jpg");
    background-position:center;
        background-repeat: no-repeat;
}
#how_to .wrapper{
    height:100%;
}
#how_to .wrapper:after{
    content:"";
    display:table;
    clear:both;
}
#how_to .wrapper .widget{
    display:table;
    position:relative;
    width:582px;
    height:100%;
    float:right;
}
#how_to .wrapper .custom{
    display:table-cell;
    padding-bottom:133px;
    vertical-align:middle;
}
#how_to .wrapper .custom h2{
    margin-bottom:26px;
    font-size:38px;
    font-weight:normal;
    color:#fec60e;
}
#how_to .wrapper .custom ol{
    counter-reset:how_to;
}
#how_to .wrapper .custom ol li{
    position:relative;
    list-style:none;
    margin-bottom:28px;
    line-height:28px;
    font-family:"Segoe UI";
    font-size:20px;
    color:white;
}
#how_to .wrapper .custom ol li:last-of-type{
    margin-bottom:0px;
}
#how_to .wrapper .custom ol li:before{
    content:counter(how_to);
    position:absolute;
    width:47px;
    height:47px;
    left:-60px;
    top:-6px;
    border:1px solid #16afbb;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    text-align:center;
    line-height:45px;
    font-size:24px;
    color:#fec60e;
    counter-increment:how_to;
}
#how_to .wrapper .slider{
    position:absolute;
    width:285px;
    height:501px;
    right:50%;
    top:-40px;
    bottom:0px;
    margin:auto 0px;
    margin-right:144px;
}
#how_to .wrapper .slider .item{
    position:relative;
    width:285px;
    height:501px;
    overflow:hidden;
}
#steps{
    position:relative;
    border-top:2px solid #fec60e;
    background-color:#01838d;
}
#steps:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background-image:url("images/steps.jpg");
    background-position:center;
    opacity:0.15;
}
#steps .wrapper:after{
    content:"";
    display:table;
    clear:both;
}
#steps .wrapper .step_1_form{
    position:absolute;
    width:539px;
    float:left;
    top: 70px;
    left: 0;
}
#steps .wrapper .step_1_form h2{
    margin-bottom:25px;
    padding-bottom:25px;
    text-align:center;
    font-size:25px;
    font-weight:normal;
    color:white;
}

#steps .wrapper .step_2_form h2{
    margin-bottom:25px;
    padding-bottom:25px;
    text-align:center;
    font-size:25px;
    font-weight:normal;
    color:white;
}





#steps .wrapper .step_1_form h2 span,#steps .wrapper .step_2_form h2 span{
    position:relative;
    top:7px;
    font-size:34px;
    font-weight:bold;
}
#steps .wrapper  .title{
    margin-bottom:10px;
    text-align:center;
    letter-spacing:1px;
}

#steps .wrapper .title p:nth-of-type(2){
    font-size:28px;
    color:#fec60e;
}
#steps .wrapper .title p:nth-of-type(2) span{
    font-size:39px;
}
#steps .wrapper form label{
    display:block;
    position:relative;
    margin-top:10px;
    margin-bottom:6px;
    padding-left:49px;
    color:white;
    text-transform:uppercase;
    cursor:pointer;
}
#steps .wrapper .step_1_form form label:first-of-type{
    margin-top:0px;
}
#steps .wrapper .step_1_form form label:after{
    content:"";
    display:table;
    clear:both;
}
#steps .wrapper .step_1_form label input{
    position:absolute;
    width:26px;
    height:26px;
    left:-1px;
    top:-3px;
    opacity:0;
    z-index:10;
    cursor:pointer;
}
#steps .wrapper   .step_1_form label input:checked + span:before{
    content:"";
}
#steps .wrapper .step_1_form label span{
    position:absolute;
    width:26px;
    height:26px;
    left:-1px;
    top:-3px;
    border:2px solid #fec60e;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color:white;
}
#steps .wrapper .step_1_form label span:before{
    position:absolute;
    width:8px;
    height:8px;
    left:7px;
    top:7px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color:#fec60e;
}
#steps .wrapper .step_1_form .form-block{
    position:relative;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.form-block.attached{

    border-bottom:3px solid #fec60e!important;
}


#steps .wrapper .step_1_form .file_name,#steps .wrapper .step_2_form form  .file_name{
    height:25px;
    padding:13px 22px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:14px;
    color:rgba(255, 255, 255, 0.5);
    display:inline-block;
}
#steps .wrapper .step_1_form .choose_file,#steps .wrapper .step_2_form .choose_file{
    position:absolute;
    width:115px;
    height:100%;
    right:0px;
    bottom:0px;
    overflow:hidden;
}
#steps .wrapper .step_1_form .choose_file input,#steps .wrapper .step_2_form   .choose_file input{
    position:absolute;
    width:500px;
    height:100%;
    right:0px;
    top:0px;
    opacity:0;
    z-index:10;
    cursor:pointer;
}
#steps .wrapper .step_1_form .form-block .attach_file{
    position:absolute;
    right:14px;
    bottom:13px;
    padding-right:52px;
    color:rgba(255, 255, 255, 0.5);
}
#steps .wrapper .step_1_form .form-block .attach_file:before{
    content:url("images/attach_file.png");
    position:absolute;
    right:0px;
    top:-9px;
}
#features{
    position:relative;
    height:1080px;
    border-top:2px solid #fec60e;
    background-image:url("images/features.jpg");
    background-position:center;
}
#features .wrapper{
    height:100%;
}
#features .wrapper:after{
    content:"";
    display:table;
    clear:both;
}
#features .wrapper h2{
    margin: 55px 0px 40px 200px;
    padding-left:83px;
    text-align:center;
    font-size:38px;
    font-weight:normal;
    color:#fec60e;
}
#features .wrapper ul{
    position:relative;
    width:629px;
    float:right;
}
#features .wrapper ul li{
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 50px;
    line-height: 20px;
    font-family: "Segoe UI";
    font-size: 19px;
    color: white;
}
#features .wrapper ul li:last-of-type{
    margin-bottom:0px;
}
#features .wrapper ul li:before{
    content:"";
    position:absolute;
    width:0px;
    height:0px;
    left:0px;
    top:8px;
    border-style:solid;
    border-width:7px 0px 7px 24px;
    border-color:transparent transparent transparent #fec60e;
}

#features .wrapper .features_bottom{
    position:relative;
    width:629px;
    float:right;
    clear:right;
    margin-top:54px;
}
#features .wrapper .features_bottom:before{
    content:"";
    display:table;
    clear:both;
}

#features .wrapper .features_bottom .qr_code{
    position:relative;
    float:left;
}

#features .wrapper .features_bottom .qr_code img{
    display:block;
}




#videos{
    position:relative;
    border-top:2px solid #fec60e;
 background:url(images/video_line_bg.png) repeat left top;   
    
    
}

#videos .video.active .v_thumb{
    background: url(images/video_preview.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}



#videos .video{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
}
#videos .video.active{
    display:block;
}
#videos .video iframe{
    display:block;
    width:100%;
    height:100%;
}
#videos ul{
    position:absolute;
    right:41px;
    top:90px;
    z-index:20;
}
#videos ul:after{
    content:"";
    display:table;
    clear:both;
}
#videos ul li{
    position:relative;
    width:97px;
    height:97px;
    list-style:none;
    float:left;
    margin-left:20px;
    padding-top:24px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#3b5998;
    text-align:center;
    font-family:"Segoe UI";
    font-size:20px;
    color:white;
    cursor:pointer;
    transition:background-color 0.3s;
}
#videos ul li:first-of-type{
    margin-left:0px;
}
#videos ul li.active{
    background-color:#16afbb;
}
#videos ul li:before{
    content:"";
    position:absolute;
    width:107px;
    height:107px;
    left:-5px;
    top:-5px;
    border:3px dotted #16afbb;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#videos ul li span{
    display:block;
    margin-top:-3px;
    font-weight:bold;
}
#contact{
    position:relative;
    height:483px;
    background-image:url("images/contact.jpg");
    background-position:center top;
        background-repeat: no-repeat;
    background-size: 100%;
    background-color:#324B81;
}
#contact .wrapper{
    padding-top:44px;
}
#contact .wrapper h2{
    text-align:center;
    font-size:38px;
    font-weight:normal;
    color:#fec60e;
}
#contact .wrapper .form{
    position:relative;
    width:572px;
    float:left;
}
#contact .wrapper .form .form-item{
    position:relative;
    margin-bottom:6px;
}
#contact .wrapper .form .form-item:before{
    content:"";
    position:absolute;
    width:100%;
    height:5px;
    left:0px;
    bottom:0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:rgba(255, 255, 255, 0.3);
}
#contact .wrapper .form .form-item input,
#contact .wrapper .form .form-item textarea{
    display:block;
    width:100%;
    padding:9px 32px;
    border-bottom:5px solid transparent;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:none;
    font-size:18px;
    color:white;
}
#contact .wrapper .form .form-item input::-webkit-input-placeholder,
#contact .wrapper .form .form-item textarea::-webkit-input-placeholder{
    color:rgba(255, 255, 255, 0.7);
}
#contact .wrapper .form .form-item input:-moz-placeholder,
#contact .wrapper .form .form-item textarea:-moz-placeholder{
    color:rgba(255, 255, 255, 0.7);
}
#contact .wrapper .form .form-item input::-moz-placeholder,
#contact .wrapper .form .form-item textarea::-moz-placeholder{
    color:rgba(255, 255, 255, 0.7);
}
#contact .wrapper .form .form-item input:-ms-input-placeholder,
#contact .wrapper .form .form-item textarea:-ms-input-placeholder{
    color:rgba(255, 255, 255, 0.7);
}
#contact .wrapper .form .form-item textarea{
    height:78px;
    resize:none;
}
#contact .wrapper .form .form-action{
    margin-top:16px;
}
#contact .wrapper .form .form-action:before{
    content:"";
    position:absolute;
    width:100%;
    height:5px;
    left:0px;
    bottom:0px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color:#fec60e;
}
#contact .wrapper .form .form-action button{
    display:block;
    width:100%;
    padding:12px 0px;
    border-bottom:5px solid transparent;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background:none;
    text-align:center;
    font-size:34px;
    color:#fec60e;
    text-transform:uppercase;
}
#contact .wrapper .address{
    position:relative;
    width:597px;
    float:right;
}
#contact .wrapper .address dl{
    margin-top:103px;
    text-transform:uppercase;
}
#contact .wrapper .address dl dt{
    margin-bottom:-9px;
    font-size:20px;
    color:#fec60e;
    letter-spacing:5px;
}
#contact .wrapper .address dl dt:nth-of-type(1){
    margin-left:108px;
}
#contact .wrapper .address dl dt:nth-of-type(2){
    margin-left:262px;
    margin-top:17px;
}
#contact .wrapper .address dl dd{
    font-size:48px;
    color:white;
    letter-spacing:2px;
}
#contact .wrapper .address dl dd:nth-of-type(1){
    margin-left:158px;
}
#contact .wrapper .address dl dd:nth-of-type(2){
    margin-left:294px;
}
footer .footer_top{
    position:relative;
    height:487px;
    border-top:3px solid #fec60e;
}
footer .footer_top iframe{
    display:block;
    width:100%;
    height:100%;
    -webkit-filter:grayscale(1);
    filter:grayscale(1);
}
footer .footer_bottom{
    position:relative;
    height:70px;
    border-top:3px solid #fec60e;
    background-image:url("images/footer.jpg");
    background-position:center top;
}
#copyright{
    position:relative;
    margin-top:40px;
    text-align:center;
    color:rgba(255, 255, 255, 0.7);
}
#for_height{
    position:fixed;
    width:0px;
    height:100%;
    left:0px;
    top:0px;
}



.scroll_body .blue_line{
background-color: rgba(48, 73, 133, 0.5);
    position: fixed;
    top: 11px;
    height: 50px;
}

.scroll_body  #logo img{
    height: 70px;
    position: relative;
    top: 10px;
}



.scroll_body #main_menu{
    margin-top: 12px;
}


#steps .wrapper .step_2_form{
    position:absolute;
    width:558px;
    float:left;
    top: 60px;
    right: 0;
     min-height: 350px;
 
}

.step2Intro{
    position: absolute;
    top: 0;
    left: 30%;
    background: url(images/step2_intro.png) no-repeat 5px 80px;
    width: 191px;
    height: 370px;
}

.step1Intro{
    position: absolute;
    top: 0;
    left: 30%;
    background: url(images/step1_intro.png) no-repeat 70px 80px;
    width: 330px;
    height: 370px;
}




.step2Intro div:nth-child(1),.step2Intro div:nth-child(2){
    text-align: center;
    color: #fff;
    font-size: 19px;
}



.step2Intro div:nth-child(2),.step1Intro div:nth-child(2){
position: relative;
    top: 212px;
}

.step2Intro div:nth-child(2) p:first-child,.step1Intro div:nth-child(2) p:first-child{
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 0px 0px 2px 0px;
}

.step2Intro div:nth-child(2) p:last-child,.step1Intro div:nth-child(2) p:last-child{
text-align: center;
    font-size: 30px;
    color: #fec60e;
}

.step2Intro,.step1Intro{
display:none;
}

.step1Tab > h2,.step2Tab > h2{
border-bottom: 3px solid #54a4aa;
}

.submitForms{
    width: 100%;
    display: inline-block;
    margin: 0px 0;
    text-align:center;
}

.submitForms input{
background: none;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px 30px;
    color: #f2c316;
    text-transform: uppercase;
    font-size: 24px;
    width: 280px;
    box-sizing: border-box;
    cursor: pointer;
}

#form1Step1{

}

.formsList{
    margin: 10px 0px 0px 0px;
    width: 100%;
    display: inline-block;
}


.formListLeft{
    width: 280px;
    float: left;
    position:relative;
}

.formListRight{
    width: 230px;
    float: right;
}


.fMiddle{
    position: absolute;
    top: 0;
    right:-25px;
    background: url(images/formCent.png) no-repeat 0px 0px;
    width: 47px;
    height: 190px;
    line-height: 11.2;
    padding: 0px 0px 0px 10px;
    color: #fff;
}


.formsList ul{
    list-style: none;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.formsList ul li{
position:relative;
width:230px;
}


.formsList ul li input{
position: absolute;
    width: 210px;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.formsList ul li .attach_file:before{
    content:url("images/attach_file.png");
    position:absolute;
    right:0px;
    top:-9px;
}


.formsList ul li .attach_file{
position: relative;
    text-align: right;
    padding: 0px 54px 10px 0px;

    margin: 0px 0px 20px 0px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.attach_file.attached{
    border-bottom: 3px solid #F2C316!important;
}

.choose_fileLi h5{
    font-weight: normal;
    font-size: 15px;
}

.middleInput{
    width: 100%;
    display: inline-block;
    margin: 0px 0px;
}

.lastLines{
    width: 100%!important;
}

.tab2BoxContent > h5{
color: #fff;
    font-weight: normal;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
}

.spriteLine{
    list-style: none;
    width:100%;
    display:inline-block;
}

.spriteLine li{
    position: relative;
    width: 181px;
    display: inline-block;
}


.spriteLine li div.actives:before{
opacity:1!important;
}

.spriteLine li:nth-child(1) div:before{
content:"";
background:url(images/company_sprite.png) no-repeat 0px 0px;
width:175px;
height:82px;
float:left;
margin:0px 10px 0px 0px;
overflow:hidden;
opacity:0.5;
}


.spriteLine li:nth-child(2) div:before{
content:"";
background:url(images/company_sprite.png) no-repeat 0px -109px;
width:175px;
height:82px;
float:left;
margin:0px 10px 0px 0px;
overflow:hidden;
opacity:0.5;
}



.spriteLine li:nth-child(3) div:before{
content:"";
background:url(images/company_sprite.png) no-repeat 0px -217px;
width:175px;
height:82px;
float:left;
margin:0px 10px 0px 0px;
overflow:hidden;
opacity:0.5;
}



.spriteLine li:nth-child(4) div:before{
content:"";
background:url(images/company_sprite.png) no-repeat 0px -322px;
width:175px;
height:82px;
float:left;
margin:0px 10px 0px 0px;
overflow:hidden;
opacity:0.5;
}



.spriteLine li:nth-child(5) div:before{
content:"";
background:url(images/company_sprite.png) no-repeat 0px -428px;
width:175px;
height:82px;
float:left;
margin:0px 10px 0px 0px;
overflow:hidden;
opacity:0.5;
}



.spriteLine li:nth-child(6) div:before{
content:"";
background:url(images/company_sprite.png) no-repeat 0px -537px;
width:175px;
height:82px;
float:left;
margin:0px 10px 0px 0px;
overflow:hidden;
opacity:0.5;
}

.spriteLine li:nth-child(3),.spriteLine li:nth-child(6){
float:right;
margin:0;
}



.spriteLine li input{
    position: absolute;
    width: 26px;
    height: 26px;
    left:445;
    bottom:0;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}



.spriteLine li span{
    position:absolute;
    width:26px;
    height:26px;
    left:44%;
    bottom:0;
    border:2px solid #fec60e;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    background-color:white;
}
.spriteLine li span:before{
    position:absolute;
    width:8px;
    height:8px;
    left:7px;
    top:7px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color:#fec60e;
}


.spriteLine li label input:checked + span:before{
    content:"";
}

.spriteLine li label {
display: block;
    position: relative;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    top: 82px;
    z-index: 9;
}


.spriteLine li label span:before {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 7px;
    top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fec60e;
}


.formTextar{
    margin: 10px 0px 0px 0px;
}


.formTextarItem input{
    padding: 10px;
    border: 2px solid #fec60e;
    border-radius: 5px;
    width: 95%;
    margin:0px 0px 10px 0px;
}


.formTextarItem select{
    padding: 10px;
    border: 2px solid #fec60e;
    border-radius: 5px;
    width: 99%;
    margin:0px 0px 10px 0px;
    color:#999;
}




.title p{
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 17px;
     margin-bottom:4px;
     padding:0px 0px 5px 0px;
    color:white;
}

.title p span{
color:#f2c316;
font-size:25px;
}

.formTextarItem dt{
    color: #fff;
    padding: 5px 0;
}


.carnum1{
    width: 100px!important;
    float: left;
    text-transform: uppercase;
    margin: 0px 20px 0px 0px!important;
    font-size: 30px;
    text-align: center;
}

.carnum2{
    width: 50px!important;
    float: left;
    text-transform: uppercase;
      margin:0px 20px 0px 0px!important;
          font-size: 30px;
    text-align: center;
}

.carnum3{
    width: 100px!important;
    float: left;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px!important;
    font-size: 30px;
    text-align: center;
}

.step1Tab .formTextarItem{
    width: 100%;
    display: inline-block;
    margin:0px 0px 5px 0px;
}


.passLine{
text-transform:uppercase;
}









@media screen and (min-width: 768px) and (max-width: 1024px) {
.wrapper{
width:100%;
}

#logo {
    margin-top: -11px;
    margin-left: 1px;
 }
 
#logo img{
    height: 75px;
} 
header .blue_line{
    height: 55px;
}
 
 #main_menu ul li:before{
 display:none;
 }
 
 
 #main_menu li a{
     font-size: 14px;
 }
 
 #main_menu{
 margin-top:12px;
 }
 
 #main_menu ul li{
    margin-right: 13px;
    margin-left: 4px;
 }
 
 .scroll_body #logo img {
    top: 1px;
}

#slideshow{
height:500px;
}
#slideshow .scroll_down{
display:none;
}


#slideshow:before{
    top: 55px;
    background-size: 400px;
}

#slideshow .sl_text:before{
background-size: 200px;
}

#slideshow .sl_text p{
font-size:23px;
}



#app_links .wrapper .wrap a.appstore{
    background-size: 225px;
    background-repeat: no-repeat;
}

#app_links .wrapper .wrap a.google_play{
    background-size: 225px;
    background-repeat: no-repeat;
}

#app_links .wrapper .wrap a{
width:240px;
}

#how_to .wrapper .widget{
    width: 360px;
}


#how_to .wrapper .custom ol li {
    margin-bottom: 13px;
    font-size: 17px;

}

#how_to{
    background-size: cover;
}

.owl-carousel .owl-item img{
width:179px;
}

#how_to .wrapper .slider{
width: 179px;
    height: 310px;
    right: 62%;
    top: -29px;
    margin-right: -1px;
    }
#how_to .wrapper .custom h2{
font-size:33px;
}



#steps .wrapper .step_1_form,#steps .wrapper .step_2_form {
  position: relative;
    width: 74%;
    float: none;
    top: 35px;
    left: 0;
    margin: 50px auto;
}


#features{
   height: auto; 
    background-size: cover;
}


#features .wrapper h2{
    margin: 26px 0px 0px 0px;
    font-size: 26px;
    padding-left: 198px;
}

#features .wrapper ul {
    position: relative;
    width: 435px;
    float: right;
    padding: 10px;
}

#features .wrapper ul li {
    margin-bottom: 18px;
    line-height: 21px;
    font-size: 17px;

    }

#videos .video{
position:relative;
    width: 100%;
    height: 425px;
}



#videos ul {
    right: 25px;
    top: 25px;
}


#contact .wrapper .form {
    width: 350px;
}

#contact .wrapper .address {
    width: 388px;
}
#contact .wrapper .address dl dt:nth-of-type(1) {
    margin-left: 55px;
}

#contact .wrapper .address dl dd:nth-of-type(1) {
    margin-left: 73px;
}


#contact .wrapper .address dl dt:nth-of-type(2) {
    margin-left: 100px;
}
#contact .wrapper .address dl dd {
    font-size: 40px;
}

#contact .wrapper .address dl dd:nth-of-type(2) {
    margin-left: 110px;
}

 .scroll_body .blue_line{
 z-index:999;
 }

}

@media screen and (min-width: 240px) and (max-width: 449px){
#page_wrapper{
width:1400px;
}
#steps,#how_to,#videos{
    height: 750px;
}

#slideshow{
height:600px;
}

.scroll_body .blue_line{
position:relative;
}









}

@media screen and (min-width: 450px) and (max-width: 767px){
#page_wrapper{
width:1400px;
}
#steps,#how_to,#videos{
    height: 750px;
}

#slideshow{
height:600px;
}

.scroll_body .blue_line{
position:relative;
}

    
}