.clearfix:after{
    content: ' ';
    clear: both;
    display: block;
}

ul{
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
}
li{
    list-style: none;
}
 a:link{
    text-decoration: none;
 }
 a{
    color: #000;
    text-decoration: none;
 }
h1,h3,h4,h5{
    margin:0;
    padding: 0;
}
/*heading*/
.heading h3{
    display: inline-block;
    font-family: 'Exo', sans-serif;
    font-size: 1.7em;
    color: #313193;
}
.heading {
    margin:10px 0 20px 0;
    text-align: center;
}
.heading i{
    padding:0 15px;
    color: #313193;
    font-size: 1.5em;
}
.heading span{
    position: relative;
}
.heading span:before{
    position: absolute;
    left: -30px;
    top:4px;
    content: ' ';
    width: 40px;
    height: 2px;
    background: #313193;

}
.heading span:after{
    position: absolute;
    right: -27px;
    top:4px;
    content: ' ';
    width: 40px;
    height: 2px;
    background: #313193;
}
/*header*/
nav{
    position: relative;
    background: #fafafa;
    border-bottom: 2px solid #f1efef;
}
nav + div{
    color: #f79522;
    background: #f79522;
}
.call_icon{
    text-align: right;
    font-family: 'Roboto', sans-serif;
    float: right;
}
.call_icon figure{
    width: 22px;
    display: inline-block;
}
.call_icon span{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    font-weight: normal;
    margin-top:15px;
    color: #2d2f8d;
}
.call_icon strong{
    display: none;
}
.logo{
    float: left;
    padding: 10px 0;
    width: 100px;
}
header figure{
    width: 45px;
}
.menu span{
    margin-top: 10px;
    font-size: 1.6em;
    cursor: pointer;
}
.menu {
    display: block;
}
.menu ul{
    text-align: left;
    position: absolute;
    top:45px;
    left: 0;
    right: 0;
    z-index: 3;
    display: none;
    background: #ecedf5;
}

.menu li{ 
    border-top:1px solid #ccc;
}
.showmenu ul{
    display: block;
}
.menu li:last-child{
    border-bottom: 1px solid #ccc;
}
.menu a{
    font-family: 'Roboto Condensed', sans-serif;
    color: #313193;
    font-size: 1.3em;
    padding: 8px 10px 8px 10px;
    display: block;
}
.nav_bottom{
    text-align:center;
}
.nav_bottom li{
    text-align: center;
    display: inline-block;
}
.nav_bottom figure{
    width: 22px;
    display: inline-block;
}
.service_icon{
    display: inline-block;
}
.service_icon li {
    padding: 10px 4px;
}

.service_icon span{
    display: none;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}
.service_icon li:first-child{
   padding-left:0;
}

/*banner*/
.banner{
    position: relative;

}
.banner > div{
    z-index: 1;
    position: absolute;
    top:20px;
    left: 0;
    right: 0;
}
/*tab*/
.tab{
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    border-radius: 6px;
    position: relative;
    background: #fff;
    
    height: 270px;

}
.form_fill strong{
    float: right;
    font-size: 0.9em;
    color: #313193;
    cursor: pointer;
}
.tab h4{
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    display:block;
    height: 40px;
    font-size: 1.5em;
    line-height: 40px;
    padding:0 15px;
    font-weight: bold;
    color: #313193;
}
.tab > div{
    position: absolute;
    top:40px;
    left:0;
    width: 100%;
    border-top:1px solid #ccc;
   
    padding: 15px 20px ;
}
.form_fill  input[type="text"],.form_fill  input[type="date"], .form_fill select,.form_fill  input[type="password"]{
     font-family: 'Roboto', sans-serif;
    display: inline-block;
    height: 34px;
    font-size: 1.2em;
    line-height: 34px;
    font-size: 1em;
    padding:0 10px;
    border:none;
    box-sizing: border-box;
    font-weight: lighter;
}

.form_fill label{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
    border:1px solid #ccc;
}

.lab{
    border:none !important;
    margin-top:-10px;
    margin-bottom: 16px;
}
.lab small{
     height: 33px;
    line-height: 33px;
    display: inline-block;

    color: #b0aaaa;
    font-weight: lighter;
    font-size: 1.1em;
}
#gen{
    width: 100% !important;
}
.form_fill  input[type="text"]{
    width: 90%;
}
.form_fill span{
    text-align: center;
    font-size: 1.1em;
    display: none;
    color: #ccc;
    margin-top: 2px;
    height: 33px;
    line-height: 33px;
    width: 10%;
    padding: 0 10px;
    box-sizing: border-box;
}
.form_fill small{
    margin-left: 5px;
    display: inline-block;
}

.form_fill div input[type="text"],input[type="date"],.form_fill  input[type="password"]{
    width:100%;
}
.form_fill select{
    border:1px solid #ccc;
    width: 100%;
}
.form_fill a{
     font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    color: #191a7d;
}
.form_fill div select{
    width: 31%;
}
.form_fill  div a:first-child{
    float: left;
}
.form_fill div a:last-child{
    float: right;
}
.form_fill p{
    color: #fd293d;
    margin:0;
}
.form_fill input[type="submit"]{
    border:none;
    color: #fff;
    background: #313193;
    display: inline-block;
    height: 36px;
    border-radius: 4px;
    line-height: 36px;
    padding: 0 20px;
    margin-top: 4px;
    float: right;
}
.form_fill input[type="checkbox"]{
    vertical-align: top;
}
.signup aside{
    display: block;
    width: 100%;
}
.modal-title{
    font-size: 1.7em;
    color: #fff;
}
.modal-header{
    background: #313193;
}
.modal-body ul{
    padding-left: 30px;
}
.modal-body li{
    list-style: circle;
}
.close{
    opacity: 1;
    color: #fff;
    font-size: 1.8em;
}
/*section*/
section{
    margin:20px 0 30px 0;
}

/*service*/
.service figure{
    display:inline-block;
    float: left;
    width: 15%;
    box-sizing: border-box;
    padding:  3% 3%;
    margin-bottom: 15px;
    box-shadow: 2px 2px 4px #ccc;
    border:2px solid #93939e;
    text-align: center;
    border-radius: 50%;
}
.service figure + div{
    padding: 0 12px;
    width: 85%;
    float: left;
    display: inline-block;
}
.service h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 1.25em;
    margin:0;
    color: #2a2c93;
    font-weight: bold;
}
.service p{
    margin-top: 8px;
    font-size: 1em;
}

/*slider*/
.slider figure{
    width: 75px;
}

/*abt*/
.abt{
    background: #ecedf5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 0;
}
.abt p{
   
    text-align: center;
    font-size: 1em;
}
.abt a{
    display: inline-block;
    margin-top: 4px;
    color: #db7d12;
}

/*highlight*/
.highlight{
    text-align: center;
    background: #f8931f;
    padding: 15px 0;
    letter-spacing: 1px;
}
.highlight h3{
    font-family: 'Exo', sans-serif;
    display: inline-block;
    color: #fff;

}

/*top_footer*/
footer{
    background: #ecedf5;
}  
.top_footer{
    padding: 18px 0;
}
.top_footer h5{
    font-size: 1.4em;
    color: #38393d;
    font-family: 'Exo', sans-serif;
    margin-bottom: 8px;
}
.top_footer a{
    color: #75726f;
}
.top_footer a:hover{
    color: #2f3293;
    font-size: 1.1em;
}
/*bottom footer*/
.bottom_footer{
    text-align: center;
    background: #2f3293;
    padding:12px 0;
}
.bottom_footer a{
    display: inline-block;
    color: #fff;
    font-size: 1.8em;
    margin-right: 18px;
}
.bottom_footer a:last-child{
    margin-right: 0;
}
/*content*/
.content h1{
    padding: 12px 0;
    font-size: 1.3em;
    text-align: center;
    color: #20206d;
    margin-bottom: 20px;
    font-weight: bold;   
      border-bottom: 2px solid #ccc;
    font-family: 'Exo', sans-serif;
}
.content p{
    font-size: 1em;
}
.content {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

/*mobileactive*/
#logo02{
    width: 55%;
    display: inline-block;
}
.mobileactive{
    overflow: hidden;
 
}
.activation_page{
    text-align: center;
       height: 100%;
}
.activation_page > div{
    display: inline-block;
}
.activation_page > div:first-child{
    height: 100%;
    content: ' ';
    display: none;
    vertical-align: middle;
}
.activation_page > div:last-child{
    vertical-align: middle;
    
}
.activation_page label{
    display: block;
}   
.activation_page form {
    width: 100%;
   
    
}
.activation_page img{
    display: inline-block;

}
.activation_page h2{
    font-size: 1.9em;
    color:  #f79522;
    font-family: 'Quicksand', sans-serif;
     margin-bottom: 30px;
}
.activation_page h2 strong{
    color: #313193 !important;
}
.activation_page form div{

    padding: 10px 0;
    margin:25px 30px 0 30px;
    border-top: 1px solid #ccc;
}

.activation_page input{
    margin-top: 7px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border:1px solid #ccc;
}
.activation_page form  span{
    font-weight: normal;
    color:      #aaa;
}
.activation_page form div input{
    border:none;
    color: #fff;
    background: #313193;
}
#logo01{
        display: none;
}
.rc-anchor-normal .rc-anchor-content{
    width:100% !important;
    height: 100% !important;
}
/*chg_password*/
.chg_password h4{
     font-family: 'Quicksand', sans-serif;
    padding:0 0 10px 0;
    color: #2a2d89;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.chg_password{
    margin:50px 0;
    text-align: center;
}
.chg_password label{
    margin:12px 0;
    display: block;
}
.chg_password input{
    padding: 0 12px;
   width:100%;
   height: 30px;
   line-height: 30px;
   font-weight: lighter;
}
.chg_password input[type="submit"]{
    background: #2f3293;
    border-radius: 4px;
    border:none;
    color: #fff;
    height: 35px;
    line-height: 35px;
    
}
.chg_password form{
    display: inline-block;
    width:90%;
    padding:15px;
    box-shadow: 0 0 4px #ccc;
    border-radius: 6px;
    border:1px solid #ccc;
}
.chg_password strong{
    display: inline-block;
    margin-bottom: 5px;
    font-weight: lighter;
}
/*responsive*/
@media screen and (min-width: 400px){
    .form_fill span{
        display: inline-block;
        vertical-align: top;
    }
    .form_fill div input[type="text"],input[type="date"],.form_fill  input[type="password"]{
        width: 90%;
    }
}
@media screen and (min-width: 470px){
    .tab{
        width: 70%;
    }
    .content h1{
        font-size: 2em;
    }
    .content p{
        font-size: 1.1em;
    }
}
@media screen and (min-width: 600px){
    .menu li{
        display: inline-block;
        border: none;
    }
    .menu li:last-child{
        border:none;
    }
    .menu a{
        display: inline-block;
        padding:  10px;
    }
    .menu li:last-child a{
        padding-right: 0;
    }
    .menu span{
        display: none;
    }
    .menu ul{
        top:0;
        display: block;
        position: relative;
        background: transparent;
    }
    .logo{
        width: 30%;
    }
    .call_icon strong{
        display: block;
    }
     .call_icon strong span{
        margin-top: 6px;
    }
    .service_icon span{
        display: inline-block;
    }
    .tab{
        width: 60%;
        box-sizing: border-box;
    }
     .signup aside{
        display: inline-block;
        width: 48%;
        margin-right:20px;
        float: left;
    }
     .signup aside:last-child{
        margin-right: 0;
     }
     .heading h3{
        font-size: 2.1em;
     }
     .service h2{
        font-size: 1.55em;
     }
     .service p{
        font-size: 1.1em;
     }
    .abt p{
        font-size: 1.2em;
         padding: 0 18px;
    }
    .content h1{
        font-size: 2.3em;
    }
    .content p{
        font-size: 1.2em;
    }
    .chg_password form{
        width:70%;
    }
}
@media screen and (min-width: 768px){
    .activation_page form{
        border-left: 2px solid #ccc;
         width: 85%;
        padding: 0 20px ;
    } 
    .activation_page > div:first-child{
        display: inline-block;
    }
    #logo01{
        display: inline-block;
}
    #logo02{
        display: none;
    }  
     .chg_password form{
        width:60%;
    }
}
@media screen and (min-width: 990px){
    .logo{
        width: 20%;
    }
     .menu a{
        padding-top: 15px;
     }
     .call_icon strong span{
        margin-top: 12px;
        
    }
    .service_icon li {
         padding: 10px 6px;
    }
    .service_icon figure{
        width: 35px;
    }
    .service_icon span{
        font-size: 1em;
    }
    .tab{
        width:34%;
         background: rgba(250,250,250,0.6);
    }
    .banner > div{
        top:60px;
    }
     .chg_password form{
        width:35%;
    }
}

