/* #Reset & Basics 
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'open', sans-serif;
    line-height: 1.42857;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

th {
    text-align: left;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* #Basic Styles
================================================== */

/* #Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

.subheader {
    color: #777;
}

/* Headings & paragraphs -- */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    padding: 0 0 5px 0;
    color: #0f0f19;
    margin: 0;
    line-height: normal;
}

h1 {
    font-size: 2.4em;
    padding: 0;
}

h2 {
    font-size: 1.8em;
    line-height: normal;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.1em;
}

strong {
    font-weight: 700;
}

/* inpput */

p {
    margin: 0 0 15px 0;
    line-height: 1.5;
    font-size: 1em;
}

p img {
    margin: 0;
}

em {
    font-style: italic;
}

small {
    font-size: 80%;
}


hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a {
    cursor: pointer;
}

/* #Links
================================================== */

a {
    color: #333
}

p a {
    text-decoration: underline;
}

a,
a:visited {
    line-height: normal;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

a:hover,
a:focus {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

p a,
p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */

ul,
ol {
    margin-bottom: 0px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 0px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
    margin-bottom: 0px;
}

li {}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* form elements ---------------------- */

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    outline: none;
    font-family: inherit;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: transparent !important;
}

select::-ms-expand {
    display: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus,
input[type="number"]:focus,
input[type="file"]:focus {}

select {
    padding-right: 0;
}

.align--right {
    text-align: right;
}

/*Main css*/

.container {
    max-width: 1280px;
}

.theme-button {
    font-weight: 600;
    color: #0f0f19;
    font-size: 16px;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    min-width: 150px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid;
}

.theme-button.large {
    padding: 15px 25px;
    font-size: 16px;
}


.theme-button:hover,
.theme-button:active,
.theme-button:focus {
    background-color: #000;
    color: #fff;
}

.block-button {
    display: block;
    min-width: inherit;
}

.theme-button.black {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.theme-button.grey {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.theme-button.grey:hover,
.theme-button.grey:focus,
.theme-button.grey:active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.theme-button.black:hover,
.theme-button.black:focus,
.theme-button.black:active {
    background-color: #444;
    border-color: #444;
}

.button-icon {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header {
    padding: 70px 0 40px;
}

.logo a {
    font-size: 30px;
}

.tb-padd {
    padding: 60px 0;
}

.blue-bg {
    background-color: #003b63;
}

.section-heading {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #0f0f19;
    text-align: center;
}

.section-heading.small {
    font-size: 24px;
    padding-bottom: 10px;
}

.blue-bg .section-heading {
    color: #fff;
}

.box {
    background-color: #fff;
    height: 100%;
    text-align: center;
    padding: 35px;
}

.bok-title {
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-weight: 700;
}

.bok-title.gold {
    color: #f2c81e;
}

.box h3 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #003b63;
}

.boxes {
    padding: 30px 0;
}

.cta-block {
    padding-top: 15px;
    text-align: center;
}

.cta-block h4 {
    color: #fff;
    padding-bottom: 15px;
}

.features {
    margin: 0 auto;
    text-align: center;
}

.features ul {
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    padding: 16px 0;
    display: inline-block;
}

.features li {
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin: 10px;
}

.features li .check {
    vertical-align: top;
    margin-right: 10px;
    display: inline-block;
}

.features li .check .svg-icn svg {
    width: 31px;
    height: 31px;
    display: block;
}

.section-tools .price {
    position: relative;
    max-width: 400px;
    margin: 50px auto;
    display: block;
    text-align: center;
}

.section-tools .price p {
    font-size: 1.071em;
    margin-top: 10px;
}

.main-price {
    color: #000;
    font-size: 54px;
    font-weight: 700;
}

.section-tools .price p {
    font-size: 1.071em;
    margin-top: 10px;
}

.price-btm {
    max-width: 650px;
    margin: 0 auto;
}

.features li .check .svg-icn svg {
    width: 25px;
    height: 25px;
    display: block;
}

.price-btm p {
    margin: 15px auto;
    text-align: center;
}

.keys {
    background: #474747;
    max-width: 477px;
    margin: 0 auto;
    border-radius: 2px;
    color: #fff;
    font-size: 1em;
    padding: 20px;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.keys .icn {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
}

.keys p {
    text-align: left;
    padding: 20px 0;
    display: table-cell;
    vertical-align: top;
    color: #fff;
    width: 80%;
}

.feature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

.grid-right {
    padding-left: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.head-section {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.blue-bg .head-section p {
    color: #fff;
}

.faq-block {
    padding: 15px 0;
}

.faq-block h4,
.faq-block p {
    color: #fff;
}

.faq-block h4 {
    padding-bottom: 15px;
}

.faq-block p {
    font-size: 15px;
}

.btn-wrap {
    text-align: center;
}

.gap-30 {
    height: 30px;
}

.footer-title {
    color: #000;
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 15px;
    text-transform: uppercase;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 52px;
    height: 2px;
    background: #e5e4e4;
    display: block;
    margin-top: 10px;
}

.footer-links li a {
    font-size: 14px;
    color: #666;
}

.footer-links li a:hover {
    color: #000;
}

.contact-wrap {
    padding-top: 45px;
}

.contact {
    color: #666;
    font-size: 14px;
}

.rating-star img {
    max-width: 200px;
}

.svg-icon {
    width: 40px;
    height: 40px;
    display: block;
}

.tb-padd.section-tools {
    padding-bottom: 0;
}

/*First Banner*/

.firstfold {
    padding: 0 50px;
}

.video-container {
    position: relative;
    padding-bottom: 56%;
    border: 2px solid #000;
    margin: 0px 20px;
}

.video-container iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-heading {
    text-align: left;
    font-size: 22px;
}

.field_control {
    padding: 0 0 0 20px;
    position: relative;
    margin: 20px 0;
    width: calc(100% - 100px);
    display: inline-block;
}

.field_control.fieldicon:before {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
    background-image: url('../../images/landing-retina/user.svg');
    background-color: #dadada;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    content: "";
    left: 0px;
    top: 0;
    z-index: 1;
}

.field_control.active.fieldicon::before {
    background-color: #2196f3;
}

.field_control.fieldicon.key:before {
    background-image: url('../../images/landing-retina/lock.svg');
}

.field_control.fieldicon.email:before {
    background-image: url('../../images/landing-retina/email.svg');
}

.field_label {
    position: absolute;
    top: 5px;
    left: 0;
    pointer-events: none;
    z-index: 1;
    white-space: nowrap;
    -ms-transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    opacity: .4;
    font-size: 13px;
}

.field_control.fieldicon .field_label {
    left: 45px;
}

.field_control.active .field_label {
    top: -10px;
    font-size: 11px;
    left: 45px;
    opacity: 1;
}

.web_form label {
    text-transform: uppercase;
}

.mandatory {
    color: red;
}

.field_cover::after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    content: "";
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.field_control.active .field_cover::after {
    background: #2196f3;
    width: 100%;
}

.field_cover {
    position: relative;
}

.web_form input[type="text"]:focus,
.web_form input[type="password"]:focus,
.web_form input[type="email"]:focus { border-bottom:2px solid #2196f3; width:100%;}

.web_form input[type="text"],
.web_form input[type="password"],
.web_form input[type="email"],
.web_form input[type="search"] {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.field_control.fieldicon input[type="text"],
.field_control.fieldicon input[type="password"] {
    padding: 0 0 0 25px;
}

.circlebutton {
    text-decoration: none;
    background-color: #f44336;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 15px;
    top: 45%;
    border: none;
    cursor: pointer;
    font-size: 0;
}

.web_form input[type="submit"],
.web_form input[type="button"] {
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 24px;
    border: 0 none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    background: #0099cc;
    color: #fff;
}

.circlebutton:before {
    content: "";
    background-image: url('../../images/landing-retina/right-arrow.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    -ms-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.circlebutton input[type="submit"] {
    opacity: 0;
    padding: 0!important;
    width: 60px;
    height: 60px;
}

.circlebutton:hover:before {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0 0;
}

.remember p {
    font-size: 14px;
}

.remember p a:hover {
    text-decoration: none;
}

a.btn {
	text-decoration:underline;
}

/* Error css common*/
.errorlist a{color:#f44336; font-size:14px; font-weight:bold; padding-top:15px; display: block;}
#ajax_availability_email {color:#f44336; font-size:14px; font-weight:bold; padding-top:15px; display: block;}
#ajax_availability_username {color:#f44336; font-size:14px; font-weight:bold; padding-top:15px; display: block;}
.strength_meter p{color:#f44336; font-size:14px; font-weight:bold; padding-top:15px; display: block;float: left;}
.div_error{ 
	background: #f35f5f;
}
.div_msg {
    background: #00b6ad;
}
.div_msg, .div_error{ 
	padding: 10px;
    padding-right: 40px;
    margin: 0;
	color: #fff;
}
.system_message {
    width: 100%;
    margin: 0;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000001;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.system_message ul li {
    color: inherit;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.system_message .closeMsg{
	background: url(../../images/retina/close.svg) no-repeat center;
    background-size: cover;
    border: none;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
opacity: 0.8;}


.landingForm p{text-align:center; margin-bottom: 25px;}
.landingForm label, .landingForm .spn_must_field{display:none;}
.landingForm .field_control{margin: 10px 0; }
.landingForm .button_strength{font-size:12px; text-decoration:underline;margin-top:5px; float:right;}
.landingForm br{display:none;}
.landingForm  .btn{ display: inline-block; margin-top:20px;}

@media only screen and (max-width:1200px) {
    .formcontainer {
        padding: 25px;
        border: 1px solid #333;
        height: 100%;
    }
    .circlebutton {
        position: relative;
        right: 0;
        top: 0;
        display: block;
    }
    .field_control {
        width: 100%;
    }
    .how-it-works {
        padding-top: 75px;
    }
    .tb-padd {
        padding: 50px 0;
    }
.small-logo{display:block;}
.medium-logo{display:none;}
}

@media only screen and (max-width:992px) {
    .box {
        height: auto;
        padding: 25px;
        margin: 10px;
    }
    .faq-block.align--right {
        text-align: left;
    }
    .col-xl-4.col-lg-6.order-xl-3.signup-block {
        padding-top: 30px;
    }
    .formcontainer {
        height: auto;
    }
	.small-logo{display:block;}
.medium-logo{display:none;}
}

@media only screen and (max-width:767px) {
    .firstfold {
        padding: 0 30px;
    }
    .header {
        padding: 30px 0 10px;
    }

    .circlebutton {
        margin: 0 auto;
    }
    .form-heading {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .remember {
        display: block;
    }
    .tb-padd {
        padding: 30px 0;
    }
    .formcontainer {
        margin-bottom: 30px;
        height: auto;
    }
    .how-it-works {
        padding-top: 10px;
    }
    .video-container {
        margin: 0;
    }
    .faq-block.align--right,
    .faq-block {
        text-align: center;
    }
    .footer-links,
    .footer,
    .footer-title {
        text-align: center;
    }
    .footer-title::after {
        margin: 0 auto;
    }
    .section-heading,
    .section-heading.small {
        font-size: 20px;
    }
    .bok-title {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .keys .icn {
        padding: 20px 0;
    }
    .keys p {
        width: 75%;
    }
}

@media only screen and (min-width:1200px) {
.small-logo{display:none;}
.medium-logo{display:block;}
}
