div.infotext {
    font-weight: lighter;
    font-size: 13px;
    color: #666;
    padding-bottom: 10px;
}

.infotext a {
    color: #007bff;
    text-decoration: none;
}

.infotext p {
    padding: 15px 10%;
    font-weight: lighter;
    font-size: 13px;
    color: #666;
    padding-bottom: 10px;
}
/******************************Steps***********************/
.steps {
    display: block;
    position: relative;
    width: 400px;
    height: 90px;
    margin: 40px auto;
}

.steps img {
    width: 100%;
}

.steps .step {
    display: block;
    position: absolute;
    top: 0px;
    width: 130px;
    height: 128px;
    text-align: center;
    color: rgb(37, 105, 240);
    line-height: 150%;
    padding-top: 15px;
    font-size: 13px;
    font-weight: 400;
}

.steps .one {
    left: 0px;
}
.steps .two {
    left: 135px;
}
.steps .three {
    left: 270px;
}

.steps .step strong {
    font-size: 20px;
    color: rgb(37, 105, 240);
    font-weight: 600;
}

.step span {
    font-size: 12px !important;
}

.dtext {
    display: block;
    text-align: center;
    color: #555;
    padding-bottom: 50px;
    font-size: 18px;
    padding-top: 5px;
    margin-top: 14px;
}

no-space.li {
    padding-left: 0px !important;
}
* {
    font-family: "Roboto", sans-serif;
}

/*hide the line*/
hr {
    display: none;
}

html body #lightbox {
    background: rgba(0, 0, 0, 0.8);
}

.cws-badge {
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin: 10px;
    padding: 0px;
    border-radius: 5px;
}
.cws-badge img {
    width: 200px;
    display: block;
}
.ffonly {
    display: none !important;
}

@-moz-document url-prefix() {
    .chonly {
        display: none !important;
    }
    .ffonly {
        display: inline-block !important;
    }
}

strong {
    display: inline;
    font-weight: 800;
}
.wrap {
    margin-bottom: 95px;
}

.wrap h1 {
    font-weight: 600 !important;
    font-size: 30px !important;
    color: #222 !important;
    margin: 0 !important;
    line-height: 52px;
}

.wrap h2 {
    font-weight: lighter;
    font-size: 16px !important;
    color: #222;
}

button {
    cursor: pointer;
    padding: 15px 100px;
    border: none;
    box-sizing: border-box;
    margin-top: 5px;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    background: rgb(251, 101, 30);
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(33, 36, 51, 0.5);
    -moz-box-shadow: 1px 1px 4px 0px rgba(33, 36, 51, 0.5);
    box-shadow: 1px 1px 4px 0px rgba(33, 36, 51, 0.5);
}

button:hover {
    transform: scale(1.2);
}

ul.step {
    list-style: none;
    width: 600px;
    margin: 35px auto;
    padding-left: 100px !important;
    margin: 25px auto 10px auto;
}
ul.step li {
    text-align: left;
    font-weight: lighter;
    font-size: 16px !important;
    font-weight: 300;
    color: #222;
    padding-bottom: 10px;
}

.warp {
    display: block;
    width: 100%;
    height: 100%;
}

.logo {
    display: block;
    margin: -25px auto 0;
    width: 400px;
    padding: 20px;
}

.card {
    display: block;
    background-color: #fff;
    width: 800px;
    height: 500px;
    border-radius: 10px;
    margin: 75px auto 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 30px;
}

.mainheader,
footer {
    display: none;
}
body {
    background: #6992e2 no-repeat center center fixed;
    background: -webkit-radial-gradient(center, #6992e2, #256af0) no-repeat
        center center fixed;
    background: -moz-radial-gradient(center, #6992e2, #256af0) no-repeat center
        center fixed;
    background: radial-gradient(ellipse at center, #6992e2, #256af0) no-repeat
        center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*search*/
.i-search {
    background-color: rgba(78, 78, 78, 0.5);
    position: absolute;
    display: block;
    width: 320px;
    box-sizing: border-box;
    /* border: 0px solid #cdcdcd; */
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    bottom: 10px;
    left: 10px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}

.i-search img {
    width: 300px;
    /*  position: absolute;*/
    bottom: 0px;
}
.i-search p {
    /*padding-left: 210px;*/
    font-size: 11px;
    margin: 0px;
}

/*********Disclaimer********/
.br {
    display: block;
    position: absolute;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    text-align: right;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
}

.br img {
    width: 120px;
}
.br a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
}
