/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

    a:focus {
        outline: thin dotted
    }

    a:active, a:hover {
        outline: 0
    }

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.bp-content {
    position: relative;
    margin: 0 20px 0 219px;
    padding-bottom: 96px;
    font-family: 'titillium web', sans-serif;
}

.contact_us_bg {
    background: #00bbf1;
}

.ncpdbTable td, .ncpdbTable th {
    padding: 6px 10px !important;
    border: 1px solid #ddd;
}

.bp-indent {
    margin-left: 36px;
}

.bottom-margin {
    margin-bottom: 37px;
}

.bottom-margin-quick {
    margin-bottom: 15px;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.clearfloat {
    clear: both;
}

ul.clearfloat {
    clear: both;
}

/* Mobile - Start - for registration pages */
.registration {
    position: relative;
    width: 100%;
    font-family: 'titillium web', sans-serif;
    background-image: url('img/reg-bckgrd.png');
}

.reg-container-one {
    max-width: 310px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
}

.registration h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: .1em;
    margin: 0 0 30px 0;
    padding: 0;
    color: rgb(0,101,172);
    text-align: center;
    text-transform: uppercase;
}

.reg-container-one input[type="text"] {
    background-color: #fff;
}

.reg-container-one textarea {
    width: 280px;
    height: 100px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #32B1DE;
    letter-spacing: .1em;
    color: rgb(150,150,150);
}

    .reg-container-one textarea::-webkit-input-placeholder {
        color: rgb(50,50,50);
    }

    .reg-container-one textarea::-moz-placeholder {
        color: rgb(50,50,50);
    }

    .reg-container-one textarea:-moz-placeholder {
        color: rgb(50,50,50);
    }

    .reg-container-one textarea:-ms-input-placeholder {
        color: rgb(50,50,50);
    }

.reg-container-one input[type="text"], .reg-container-one input[type="password"] {
    width: 280px;
    height: 40px;
    border: 1px solid #32B1DE;
    background-color: rgb(255,255,255);
    padding: 0px 10px;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: .08em;
}

    .reg-container-one input[type="text"] p, .reg-container-one input[type="password"] p {
        margin-left: 5px;
    }

    .reg-container-one input[type="text"]:hover, .reg-container-one input[type="password"]:hover {
        border: 1px solid #32B1DE;
    }

    .reg-container-one input[type="text"]:focus, .reg-container-one input[type="password"]:focus {
        border: 1px solid #32B1DE;
        outline: 0;
    }

.reg-container-one input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.reg-container-one input, .reg-container-two input {
    outline: 0;
}

.reg-container-one p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
}

.reg-container-one h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: rgb(81, 81, 81);
    letter-spacing: .13em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.reg-container-two h4 {
    font-size: 16px;
    text-align: center;
    color: rgb(80,80,80);
    font-weight: 400;
    letter-spacing: .08em;
}

.reg-container-two {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

    .reg-container-two input {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

.agreement-terms {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto 20px auto;
    padding: 0px 0px 0 0px;
    overflow: scroll;
    background-color: #fff;
    border: 1px solid rgb(105, 105, 105);
    text-align: left;
}

    .agreement-terms p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: .06em;
        margin: 10px 10px;
    }

input.reg-large {
    width: 530px;
}

input.reg-one {
    border: 1px solid rgb(54,181,228);
    margin-right: 20px;
    height: 40px;
    width: 90px;
    margin-top: 20px;
    background-color: #fff;
    color: #32B1DE;
    letter-spacing: .08em;
}

    input.reg-one:hover {
        border: 1px solid rgb(0,139,203);
        background-color: #fff;
        color: rgb(50, 50, 50);
    }

    input.reg-one:active {
        border: 1px solid rgb(0, 82, 120);
        background-color: rgb(0, 82, 120);
        color: #fff;
    }

.text-align-center {
    text-align: center;
}

.reg-bottom-margin {
    margin-bottom: 15px;
}

.reg-container-one a {
    color: #939598;
    text-decoration: none;
}

.reg-txtarea {
    width: 520px;
    background-color: #fff;
}

.reg-header {
    height: 20px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgb(230,230,230);
    border-top: 1px solid rgb(230,230,230);
    padding-top: 10px;
}

.reg-main {
    height: 80px;
    width: 100%;
    background-color: rgb(0,187,241);
    border-bottom: 1px solid rgb(54,181,228);
    padding-top: 10px;
    text-align: center;
}

    .reg-main h1 {
        font-weight: 400;
        font-size: 26px;
        line-height: 20px;
        letter-spacing: .1em;
        margin: 0;
        padding-top: 15px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    .reg-main p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: .1em;
        margin: 8px 0 0 0;
        padding: 0;
        color: rgb(0,101,172);
        text-align: center;
        text-transform: none;
    }

.reg-btn {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0px;
    padding: 5px 15px;
    border: 1px solid #32B1DE;
    font-weight: 400;
    letter-spacing: .08em;
    color: rgb(0, 122, 199);
}

    .reg-btn:hover {
        border: 1px solid #32B1DE;
        color: rgb(50, 50, 50);
    }

    .reg-btn:active {
        color: #fff;
        background-color: #32B1DE;
        border: 1px solid #32B1DE;
    }
/*.reg-btn:focus {color:#fff; background-color: rgb(9, 157, 217);}*/
.selected {
    color: #fff;
    background-color: rgb(9, 157, 217);
}

.final-join-btn {
    width: 250px;
    padding: 10px 15px;
    letter-spacing: .1em;
    margin: 40px 0 80px 0;
    font-size: 16px;
    border: 1px solid rgb(5, 134, 211);
    background-color: rgb(9, 157, 217);
    color: #fff;
}

    .final-join-btn:hover {
        background-color: rgb(6, 142, 197);
        border: 1px solid rgb(5,109,169);
    }

    .final-join-btn:active {
        border: 1px solid rgb(5,109,169);
        background-color: rgb(5,109,169);
    }

.mile-btn {
    display: inline-block;
    padding: 5px 0;
    width: 90px;
    margin: 20px 10px 0 10px;
    font-size: 18px;
}

p.age-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .06em;
    margin: 40px 0 10px 0;
}

.download {
    margin-bottom: 10px;
    border: 1px solid rgb(200,200,200);
    color: rgb(120,120,120);
}
/* SelectBox Styles */
.reg-container-one .sbHolder {
    position: relative;
    width: 280px;
    height: 40px;
    border: 1px solid #32B1DE;
    background-color: #fff;
    padding: 0 10px;
    margin: 0 15px 30px 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .15em;
    outline: none;
}

.reg-container-one .sbHolder {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

    .reg-container-one .sbHolder:hover {
        border: 1px solid #32B1DE;
    }

    .reg-container-one .sbHolder:focus {
        border: 1px solid #32B1DE;
    }

    .reg-container-one .sbHolder:active {
        border: 1px solid #32B1DE;
    }

.reg-container-one .sbSelector {
    display: block;
    height: 40px;
    padding: 0;
    border-right: 5px solid #fff;
    font-weight: 400;
    line-height: 40px;
    color: rgb(60, 60, 60);
    background: #fff url(img/select-down-arrow.png) no-repeat right center;
    background-size: 13px 12px;
    white-space: nowrap;
    overflow: hidden;
}

.reg-container-one .sbToggle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
}

.reg-container-one .sbOptions {
    position: absolute;
    left: -1px;
    height: 300px;
    min-width: 100%;
    font-size: 13px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #32B1DE;
    padding-top: 6px;
    margin: 0;
    list-style: none;
    overflow-y: auto;
    z-index: 1;
    overflow: scroll;
}

    .reg-container-one .sbOptions > li {
        height: 20px;
        padding: 0 0px;
        line-height: 20px;
        background: #fff;
        white-space: nowrap;
    }

        .reg-container-one .sbOptions > li:hover {
            background-color: #32B1DE;
        }

    .reg-container-one .sbOptions a {
        display: block;
        color: rgb(120,120,120);
        margin-left: 10px;
    }

        .reg-container-one .sbOptions a:hover {
            display: block;
            color: rgb(255, 255, 255);
        }

    .reg-container-one .sbOptions .sbDisabled {
        display: block;
    }

    .reg-container-one .sbOptions > li:first-child {
        display: none;
    }
/* End - for registration pages */

/* Tablet - START - for Main Landing Page */
@media screen and (min-width:641px) {

    .reg-container-one {
        max-width: 540px;
        padding: 40px 0 60px 0;
    }

    .reg-container-two {
        max-width: 651px;
        margin: 0 auto;
        padding: 40px 0 50px 0;
    }

    .reg-main h1 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: .15em;
        margin: 10px 0 0 0;
        padding-top: 15px;
    }

    .reg-container-one textarea {
        width: 500px;
        height: 100px;
        padding: 5px 10px;
        background-color: #fff;
        border: 1px solid #dadada;
        letter-spacing: .1em;
        color: rgb(106, 106, 106);
    }

    .reg-main p {
        font-size: 15px;
        margin: 10px 0 0 0;
    }

    .reg-main {
        height: 100px;
        padding-top: 10px;
    }

    .reg-container-one p {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 16px;
    }

    .reg-bottom-margin {
        margin-bottom: 23px;
    }

    .reg-container-one .sbOptions > li {
        height: 30px;
        line-height: 30px;
    }

    .reg-container-one .sbOptions {
        font-size: 16px;
    }

    .reg-container-one .sbHolder {
        width: 500px;
        margin: 0 15px 35px 0;
    }

    .reg-container-one .sbHolder {
        border: 1px solid #dadada;
    }

        .reg-container-one .sbHolder:hover, .reg-container-one .sbHolder:focus, .reg-container-one .sbHolder:active {
            border: 1px solid #32B1DE;
        }

    .reg-container-one input[type="text"], .reg-container-one input[type="password"] {
        width: 500px;
        border: 1px solid #dadada;
    }

    .agreement-terms {
        position: relative;
        max-width: 600px;
        min-width: 600px;
        height: 400px;
        padding: 20px 25px 0 25px;
        border: 1px solid rgb(184, 184, 184);
    }

        .agreement-terms p {
            font-size: 13px;
            line-height: 22px;
            letter-spacing: .06em;
            margin-top: 0px;
            margin-bottom: 15px;
        }

    .final-join-btn {
        width: 400px;
        padding: 15px 25px;
        margin: 60px 0 80px 0;
        font-size: 19px;
    }
}

/*  Create Account - START - Mobile */
.reg-container-three {
    margin: 0 auto;
    padding: 0px 0 0 0;
    text-align: center;
}

.reg-container-one ul {
    list-style-type: none;
    margin: 0 0 40px 0;
    -webkit-padding-start: 20px;
}

    .reg-container-one ul li {
        background-image: url('img/menu-bullet.gif');
        background-position: 0 5px;
        background-repeat: no-repeat;
        padding-left: 10px;
    }

        .reg-container-one ul li p {
            font-size: 13px;
            font-weight: 400;
            line-height: 14px;
            color: rgb(0,101,172);
            letter-spacing: .1em;
            margin: 0px 0 10px 0;
            padding: 0px;
            text-transform: uppercase;
        }


/* Mobile - START - for Main Landing Page */
#main-back {
    position: relative;
    /* background-image: url('img/main-bckgrnd-m.png');*/
    font-family: 'Titillium Web', helvetica, sans-serif;
    width: 100%;
}

    #main-back div { /*position: relative;*/
    }

.join-login-top {
    width: 100%;
    height: 10px;
    margin-top: 0px;
    background-image: url('img/top-border.png');
    background-repeat: repeat-x;
}
/**/
.join-login {
    position: relative;
    width: 100%;
    background-color: rgb(235,235,235);
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0;
}

    .join-login a {
        text-decoration: none;
    }

.join-login-two {
    position: relative;
    width: 100%;
    background-color: rgb(0,187,241);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}

.join-login input {
    padding: 2px 10px;
    font-family: 'titillium web', sans-serif;
    font-size: 15px;
    margin: 0 5px;
}

.join-login input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

    .join-login input:focus {
        outline: none;
    }

    .join-login input::-webkit-input-placeholder {
        color: rgb(0,180,235);
    }

    .join-login input::-moz-placeholder {
        color: rgb(0,180,235);
    }

    .join-login input:-moz-placeholder {
        color: rgb(0,180,235);
    }

    .join-login input:-ms-input-placeholder {
        color: rgb(0,180,235);
    }

    .join-login input[type="submit"], .join-login input[type="button"] {
        margin: 0 5px;
        border: 1px solid rgb(216, 216, 216);
        background-color: rgb(255, 255, 255);
        letter-spacing: .08em;
        color: rgb(0,180,235);
        padding-left: 15px;
        padding-right: 15px;
    }

        .join-login input[type="submit"]:hover, .join-login input[type="button"]:hover {
            background-color: rgb(0,187,241);
            border: 1px solid rgb(5,109,169);
            color: #fff;
        }

        .join-login input[type="submit"]:active, .join-login input[type="button"]:active {
            border: 1px solid rgb(5,109,169);
            background-color: rgb(5,109,169);
        }

    .join-login input[type="text"], .join-login input[type="password"] {
        margin: 0 65px 6px 65px;
        border: 1px solid rgb(216, 216, 216);
        background-color: rgb(255,255,255);
        letter-spacing: .08em;
        text-align: center;
    }

        .join-login input[type="text"]:hover, .join-login input[type="password"]:hover {
            border: 1px solid rgb(9, 157, 217);
        }

        .join-login input[type="text"]:active, .join-login input[type="password"]:active {
            border: 1px solid rgb(0,187,241);
        }

.login-error {
    width: 100%;
    padding: 5px 0;
    background-color: rgb(9, 157, 217);
    text-align: center;
    letter-spacing: .12em;
    text-transform: uppercase;
}

    .login-error p {
        font-size: 13px;
        color: rgb(240, 240, 240);
        margin: 0;
        padding: 0;
    }

.afc-error {
    font-size: 13px;
    color: red;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.hidden {
    display: none;
}

.showloginButton {
    display: block;
}

.showLi {
    display: block;
}

div.gradient {
    height: 5px;
    width: 100%;
    display: block;
    margin-top: 5px;
}

div.gradient {
    background-image: linear-gradient(bottom, #d8d8d8 0%, rgba(255,255,255,0) 100%)
}

div.gradient {
    background-image: moz-linear-gradient(bottom, #d8d8d8 0%, rgba(255,255,255,0) 100%);
}

div.gradient {
    background-image: -webkit-linear-gradient(bottom, #d8d8d8 0%, rgba(255,255,255,0) 100%);
}

.login-btn-m {
    width: 100%;
    padding: 11px 0;
    margin: 0;
    background-color: rgb(235,235,235);
    text-align: center;
    color: rgb(115,115,115);
    font-weight: 400;
    letter-spacing: .1em;
}

.land-footer {
    padding: 20px 0;
    width: 100%;
    background-color: rgb(9, 157, 217);
    text-align: center;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
}

.ContactBody {
    background: #00bbf1;
    height: 98vh;
}
/*.c_footer {
    height: 87vh;
    
}*/
.well {
    margin-bottom: 60px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}

.land-footer a {
    display: inline-block;
    margin: 5px 35px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .15em;
    text-decoration: none;
    text-transform: uppercase;
}

    .land-footer a:hover {
        color: rgb(0, 76, 130);
    }

.main-image {
    width: 100%;
    min-height: 20px;
    text-align: center;
    padding: 50px 0 50px 0;
}

.land-login-wrong {
    position: relative;
    padding-top: 10px;
    padding-bottom: 0px;
    display: none;
}

#main-back {
    position: relative;
    min-height: 100vh !important;
}

.middle_content {
    padding-bottom: 2.5rem !important;
}

#footer a {
    padding: 20px 10px !important
}

body {
    border: 0 !important
}

.fixed-header {
    border-top: solid 10px #000
}

#footer2 {
    height: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}

span.land-page-btn-text {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
    margin: 20px 17px 0 23px;
    text-transform: uppercase;
}

h1.main-header-text {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    color: rgb(0,114,184);
    letter-spacing: .08em;
    margin: 40px 0px 0 0px;
    font-style: italic;
}

br.main-txt-break {
    display: block;
}

br.sec-txt-break {
    display: none;
}

h3.sec-header-text {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Asap', sans-serif;
    color: rgb(0,187,241);
    letter-spacing: .12em;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

h3.land-login {
    font-size: 13px;
    font-weight: 400;
    line-height: 11px;
    color: #fff;
    letter-spacing: .13em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

p.main-content-one {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    color: #fff;
    letter-spacing: .14em;
}

p.main-content-two {
    margin: 0 20px 0 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    font-style: italic;
    color: rgb(3, 93, 146);
    letter-spacing: .14em;
}

p.wrong-auth {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    color: #fff;
    letter-spacing: .14em;
}

p.free {
    margin-top: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    color: rgb(5,109,169);
    letter-spacing: .1em;
    font-style: italic;
}

a.signup-plan-btn {
    padding: 15px 15px;
    margin: 0 5px;
    background-color: rgb(9, 157, 217);
    border-bottom: 0px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: .15em;
    text-decoration: none;
    text-align: center;
}

    a.signup-plan-btn:hover {
        background-color: rgb(6, 142, 197);
        border-bottom: 0px;
    }

a.signup {
    display: inline-block;
    margin: 30px 0 0px 0;
    padding: 4px 12px 4px 12px;
    border: 1px solid rgb(5, 134, 211);
    background-color: rgb(9, 157, 217);
    font-size: 14px;
    letter-spacing: .08em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

    a.signup:hover {
        background-color: rgb(6, 142, 197);
        border: 1px solid rgb(5,109,169);
    }

    a.signup:active {
        border: 1px solid rgb(5,109,169);
        background-color: rgb(5,109,169);
    }

.signup-contain {
    margin: 0px auto 40px auto;
    padding: 20px 0px;
    max-width: 85%;
    border-top: 1px solid rgb(124, 222, 255);
    border-bottom: 1px solid rgb(124, 222, 255);
}

    .signup-contain div ul li {
        color: #fff;
        font-size: 14px;
        letter-spacing: .08em;
    }
    /**/
    .signup-contain div ul {
        margin: 20px 0 20px 20px;
        text-align: left;
    }
/**/
.signup-text {
    text-align: left;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    line-height: 20px;
    margin: 0px 3px 0 3px;
    color: #fff;
}
/**/
.idTabs a.selected {
    background-color: #fff;
    color: rgb(0, 104, 134);
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.idTabs {
    margin: 0;
}

#main-back h3 font {
    display: block;
    width: 100%;
    text-align: center;
}
/* contact page */
.contact-back {
    position: relative;
    width: 100%;
    background-color: rgb(0,187,241);
    text-align: center;
    padding-top: 50px;
}

p.contact-content-one {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    color: rgb(5,109,169);
    letter-spacing: .14em;
    text-transform: uppercase;
}

p.contact-content-two {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    color: #fff;
    letter-spacing: .14em;
}
/* Mobile - END - for Main Landing Page */

/* Tablet - START - for Main Landing Page */
@media screen and (min-width:641px) {
    .join-login {
        padding-bottom: 10px;
    }

    .join-login-two {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .join-login input[type="text"], .join-login input[type="password"] {
        margin: 0 5px;
        text-align: left;
    }

    .hidden {
        display: inline-block;
    }

    .showloginButton {
        display: none;
    }

    div.gradient {
        height: 5px;
        width: 100%;
        display: none;
    }

    .land-footer a {
        margin: 0 15px;
        font-size: 14px;
    }

    #main-back {
        /* background: #00bbf1 ;*/
    }

    .main-image {
        padding: 70px 0 60px 0;
    }

    .land-login-wrong {
        position: relative;
        padding-top: 10px;
        padding-bottom: 0px;
        display: none;
    }

    h1.main-header-text {
        font-size: 30px;
        margin: 60px 10px 0 10px;
    }

    br.main-txt-break {
        display: none;
    }

    br.sec-txt-break {
        display: block;
    }

    h3.sec-header-text {
        font-size: 20px;
        margin: 20px 0 0 0;
    }

    h3.land-login {
        font-size: 13px;
    }

    p.main-content-one {
        line-height: 28px;
    }

    p.main-content-two {
        margin-bottom: 0px;
        line-height: 28px;
    }

    p.free {
        font-size: 28px;
    }

    a.signup-plan-btn {
        padding: 15px 35px;
        margin: 0 20px;
    }

    a.signup {
        margin: 40px 0 0px 0;
        padding: 4px 12px 4px 12px;
        font-size: 18px;
    }

    .signup-contain {
        padding: 40px;
        max-width: 600px;
    }

        .signup-contain div ul li {
            font-size: 16px;
        }

        .signup-contain div ul {
            margin: 30px 0 30px 60px;
            text-align: left;
        }

    .signup-text {
        text-align: justify;
        font-size: 17px;
        line-height: 24px;
        margin: 0px 3px 0 3px;
    }

    .join-login input.signup-below {
        background-color: rgb(245, 245, 245);
        color: rgb(145, 145, 145);
    }
}
/* End - for Main Landing Page */

/* Desktop - START - for Main Landing Page */
@media screen and (min-width: 841px) {
    .join-login-top {
        width: 100%;
        height: 10px;
        margin-top: 0px;
        background-image: url('img/top-border.png');
        background-repeat: repeat-x;
    }

    .join-login {
        position: relative;
        width: 100%;
        background-color: rgb(235,235,235);
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin: 0;
    }

    .join-login-two {
        position: relative;
        width: 100%;
        background-color: rgb(0,187,241);
        text-align: center;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .join-login input {
        padding: 2px 10px;
        font-family: 'titillium web', sans-serif;
        font-size: 15px;
        margin: 0 5px;
    }

        .join-login input[type="submit"] {
            margin: 0 5px;
            border: 1px solid rgb(216, 216, 216);
            background-color: rgb(255, 255, 255);
            letter-spacing: .08em;
            color: rgb(0,180,235);
            padding-left: 15px;
            padding-right: 15px;
        }

        .join-login input[type="text"], .join-login input[type="password"] {
            margin: 0 5px;
        }

    .land-footer a {
        margin: 0 25px;
        font-size: 14px;
    }



    .main-image {
        padding: 70px 0 60px 0;
    }

    .land-login-wrong {
        position: relative;
        padding-top: 10px;
        padding-bottom: 0px;
        display: none;
    }

    h1.main-header-text {
        font-size: 36px;
    }

    br.main-txt-break {
        display: none;
    }

    br.sec-txt-break {
        display: block;
    }

    a.signup {
        display: inline-block;
        margin: 40px 0 0px 0;
        padding: 4px 12px 4px 12px;
    }

    .signup-contain {
        margin: 0px auto 40px auto;
    }

    .join-login input.signup-below {
        background-color: rgb(245, 245, 245);
        color: rgb(145, 145, 145);
    }
}
/* Desktop - END - for Main Landing Page */

/* Mobile - START - change password */
#change-login {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    font-family: 'Titillium Web', helvetica, sans-serif;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,187,241);
    z-index: 0;
}

#change-login input[type="submit"] {
    max-width: 500px;
    height: 40px;
    border: 1px solid rgb(232,232,232);
    background-color: rgb(252,252,252);
    padding: 10px;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    color: rgb(5,109,169);
}

    #change-login input[type="submit"]:hover {
        background-color: rgb(0,139,203);
        border: 1px solid rgb(5,109,169);
        color: #fff;
    }

    #change-login input[type="submit"]:active {
        border: 1px solid rgb(5,109,169);
        background-color: rgb(5,109,169);
    }

#change-login input[type="text"] {
    width: 80%;
    height: 20px;
    border: 1px solid rgb(232,232,232);
    background-color: rgb(252,252,252);
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: .08em;
    outline: none;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    #change-login input[type="text"]:hover {
        border: 1px solid rgb(9, 157, 217);
    }

    #change-login input[type="text"]:active {
        border: 1px solid rgb(0,187,241);
    }

#change-login input::-webkit-input-placeholder {
    font-size: 18px;
    letter-spacing: .08em;
    color: rgb(0,180,235);
}

#change-login input::-moz-placeholder {
    font-size: 18px;
    letter-spacing: .08em;
    color: rgb(0,180,235);
}

#change-login input:-moz-placeholder {
    font-size: 18px;
    letter-spacing: .08em;
    color: rgb(0,180,235);
}

#change-login input:-ms-input-placeholder {
    font-size: 18px;
    letter-spacing: .08em;
    color: rgb(0,180,235);
}

#change-login h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    letter-spacing: .15em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#change-login h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 45px;
    color: rgb(5,109,169);
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 40px;
}

#change-login input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* Mobile - END - change password */

/* Tablet - START - for Main Landing Page */
@media screen and (min-width:641px) {
    #change-login input[type="text"] {
        width: 400px;
    }

    #change-login h1 {
        font-size: 24px;
        font-weight: 400;
    }

    #change-login h3 {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: .1em;
    }
}

/* Mobile - START - successful account */
#success {
    text-align: center;
    font-family: 'Titillium Web', helvetica, sans-serif;
    width: 100%;
    position: absolute;
    top: 10%;
}

    #success input[type="submit"] {
        max-width: 500px;
        height: 40px;
        border: 1px solid rgb(232,232,232);
        background-color: rgb(252,252,252);
        padding: 10px;
        font-size: 18px;
        line-height: 16px;
        letter-spacing: .08em;
        text-align: center;
        text-transform: uppercase;
        color: rgb(5,109,169);
    }

        #success input[type="submit"]:hover {
            background-color: rgb(0,139,203);
            border: 1px solid rgb(5,109,169);
            color: #fff;
        }

        #success input[type="submit"]:active {
            border: 1px solid rgb(5,109,169);
            background-color: rgb(5,109,169);
        }

    #success input::-webkit-input-placeholder {
        font-size: 18px;
        letter-spacing: .08em;
        color: rgb(0,180,235);
    }

    #success input::-moz-placeholder {
        font-size: 18px;
        letter-spacing: .08em;
        color: rgb(0,180,235);
    }

    #success input:-moz-placeholder {
        font-size: 18px;
        letter-spacing: .08em;
        color: rgb(0,180,235);
    }

    #success input:-ms-input-placeholder {
        font-size: 18px;
        letter-spacing: .08em;
        color: rgb(0,180,235);
    }

    #success h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        color: rgb(5,109,169);
        letter-spacing: .1em;
        text-transform: uppercase;
        margin-top: 40px;
    }

    #success input {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

.video_container h3 {
    margin: 20px 0 20px 0 !important
}

.video_container .textp {
    margin: 10px 0 10px 0 !important
}

.neworders {
    margin-bottom: 30px;
}

.video_container iframe {
    margin-bottom: 30px;
    height: 400px !important;
}
/* Tablet - START - for Main Landing Page */
@media screen and (min-width:641px) {
    #success {
        width: 100%;
        position: absolute;
        top: 40%;
    }
}

@media screen and (max-width: 600px) {
    .personaR input {
        width: 100% !important;
        margin-bottom: 10px;
    }
    #main-back div {
        position: relative !important;
    }
    #footer {
        position: relative !important;
    }
    .addMore {
        font-size: 11px;
    }
    .form-group .col-md-6 span {
        width: 45% !important
    }

    .well {
        margin-bottom: 180px;
    }

    #footer a {
        padding: 8px 10px !important;
    }
    .form-check input {
        width: 14px !important
    }

    .form-check label {
        font-size: 10px !important;
    }

    #footer2, #footer {
        height: auto !important;
        display: block !important;
        position: relative !important;
    }

    .neworders input {
        margin: 0 auto !important;
        width: 89% !important;
    }

    .video_container {
        width: 100% !important;
        margin: 0 auto;
    }

        .video_container iframe {
            width: 92%;
            margin: 0 auto;
            height: auto !important;
        }
}


@media screen and (max-width: 768px) {
    #footer2{position:relative !important}
    .ContactBody {
        background: #00bbf1 !important;
    }
}