/*font-family: 'Raleway', sans-serif;
font-family: 'Quicksand', sans-serif;*/
html,
body {
    height: 100%;
}
body {
    background:none;
    font-family: 'Raleway', sans-serif;
    padding-top: 0px;
}
.ul-center{
    display:table; margin:0 auto;
}
.container {
    max-width:1100px
}

.top-banner {
    background: url('../img/bg.jpg') no-repeat left top;
    background-size: cover!important;
    padding: 80px 0px;
}
.top-banner .introduction{
    padding: 190px 0px 10px 0px;
}
.top-banner .introduction .heading {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding-left:30px;
    margin: 45px 0px 10px 0px;
}
.top-banner .introduction .text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 21px;
    padding:10px 0px 5px 30px;
}
.top-banner .introduction .try-now a {
    font-size: 14px;
    font-weight: 700;
    color: #f9f9f9;
    background-color: #008be7;
    text-decoration: none;
    margin-left:30px;
    padding: 10px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.top-banner .introduction .try-now a:hover {
    background-color: #0a65ae;
}
.top-banner .introduction .try-now {
    margin-top: 40px;
}
.how-it-works {
    padding: 50px 0px;
}
.how-it-works .heading {
    text-align: center;
    margin-bottom: 20px;
}
.how-it-works .heading span {
    font-size: 26px;
    line-height: 36px;
    color: #1087e7;
    padding-bottom: 20px;
    font-weight: 700;
}
.how-it-works .head-text {
    font-size: 16px;
    color: #9aa5ad;
    font-weight: 700;
    text-align: center;
    margin-bottom: 100px;
}
.how-it-works .blocks{
    padding: 35px 0px 0;
}
.how-it-works .head h3 {
    font-size: 22px;
    line-height:32px;
    color: #454545;
    font-weight: 700;
    margin:0
}

.how-it-works .text {
    font-size: 16px;
    line-height:21px;
    color: #869097;
    font-weight: 500;
    padding: 15px 0px 0px 0px;
}
.how-it-works .gif-img {
    text-align: center;
    margin-bottom: 20px;
}
.how-it-works .try-now a {
    font-size: 16px;
    font-weight: 700;
    color: #3d393b;
    text-decoration: none;
    padding: 10px 30px;
    border:2px solid #3d393b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.how-it-works .try-now a:hover {
    background:#3d393b; color:#fff;
}
.how-it-works .try-now {
    margin: 100px 0 20px; text-align:center;
}
.why-electronic {
    background-color: #1087e7;
    padding: 80px 0px;
}
.why-electronic .heading {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px;
}
.why-electronic .head {
    font-size: 22px;
    color: #ffffff;
    font-weight:700;
    line-height:32px;
    margin-bottom: 20px;
}
.why-electronic .text {
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    padding-right: 60px;
}
.footer {
    background-color: #eff1f3;
    padding: 50px 0px;
}
.footer .left-section  {
    width:80%; margin:0 auto;
}
.footer .left-section  .footer-logo{
    text-align:center;
}
.footer .left-section .text {
    font-size: 16px;
    line-height:23px;
    color: #747c81;
    margin-top: 30px;
    text-align:center;
}
.bottom-footer {
    background-color: #ebebeb;
    padding: 20px 0px;
}
.bottom-footer .head {
    font-size: 14px; line-height:21px;
    font-weight: 700;
    color: #9e9e9e;
}

.bottom-footer .head img {
    margin-left: 15px;
}
.sign-up-free{
    float: right;
    padding: 10px 0px;
}
.sign-up-free a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
}


.fixed-header {
    background: #fff;
    padding: 15px 0px;
    z-index: 1;
    box-shadow: 0 1px 5px rgba(0,0,0, .2);
}
.fixed-header .sign-up-free a {
    color: #575757;
    border-color: #575757;
}
.fixed-header .sign-up-free a:hover {
    background: #008be7;
    color: #fff;
    border-color: #008be7;
}
.page-scroll, .fixed-header {
    position: fixed;
    width: 100%;
}
.page-is-scrolled{
    background: #fff;
    position: fixed;
}

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 1280px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    /*Home page */
    body{
        padding: 0px 0px 0px;
    }

    .sign-up-free {
        padding: 0px;
    }
    .sign-up-free a {
        font-size: 10px;
        /*padding: 10px 5px;*/
    }
    .fixed-header .sign-up-free {
        /*padding: 10px 0px;*/
    }

    .top-banner .logo img{
        margin:0 auto;
    }
    .top-banner {
        padding: 30px 0px;
    }
    .top-banner .introduction{
        padding: 20px 0px 20px 25px;
        margin-top:20px;
    }
    .top-banner .introduction .heading {
        font-size: 23px; padding:0; margin-top:0;
    }
    .top-banner .introduction .text {
        font-size: 14px; padding:5px 0;
    }
    .top-banner .introduction .try-now a {
        padding: 10px 20px; margin-left:0;
    }
    .top-banner .introduction .try-now {
        margin: 30px 0 20px;text-align:center!important;
    }
    .how-it-works {
        padding: 30px 0px;
    }
    .how-it-works .heading {
        margin-bottom: 10px;
    }
    .how-it-works .heading span {
        font-size: 20px;
    }
    .how-it-works .head-text {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .how-it-works .blocks{
        padding: 35px 0px 0;
    }
    .how-it-works .img-repr{
        padding-top: 35px;
    }
    .how-it-works .head h3 {
        font-size: 17px;
        line-height:25px;
    }
    .how-it-works .text {
        font-size: 13px;
        line-height:20px;
        font-weight: 500;
        padding: 10px 0px 0px 0px;
    }
    .how-it-works .try-now a {
        padding: 10px 20px;
    }
    .how-it-works .try-now {
        margin: 40px 0 20px;
    }
    .why-electronic {
        padding: 30px 0px;
    }
    .why-electronic .blocks{
        padding: 35px 0px 0;
    }
    .why-electronic .heading {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .why-electronic .head {
        font-size: 16px;
        line-height:22px;
        margin-bottom: 10px;
    }
    .why-electronic .text {
        padding-right: 20px;
    }
    .footer {
        padding: 30px 0px;
    }
    .footer .left-section  {
        width:100%;
    }
    .footer .left-section  .footer-logo{
        text-align:center;
    }
    .footer .left-section .text {
        margin-top: 30px;
        text-align:center;
    }
    .bottom-footer {
        padding: 10px 0px;
    }
    .bottom-footer .head {
        font-size: 13px; line-height:21px;
        padding:10px 0;
    }
    .bottom-footer .head .text-right{
        text-align:right;
    }

    .bottom-footer .head img {
        margin-left: 15px;
    }

}


/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .top-banner {
        padding: 30px 0px;
    }
    .top-banner .introduction {
        padding: 50px 0px 50px 0px;
    }
    .top-banner .introduction .try-now {
        text-align:center!important;
    }
    .top-banner .introduction .try-now a {
        text-align:center;
    }
    .top-banner .introduction .heading {
        margin: 0px 0px 10px 0px;
    }
}
/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .top-banner {
        padding: 30px 0px;
    }
    .top-banner .introduction {
        padding: 50px 0px 0px 0px;
    }
    .top-banner .introduction .try-now {
        text-align:center!important;
    }
    .top-banner .introduction .try-now a {
        text-align:center;
    }
    .top-banner .introduction .heading {
        margin: 20px 0px 10px 0px;
    }
}
