/*==================================================
			General CSS
====================================================*/
body {
    font-family: 'Roboto';
    color: #2f3239;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    height: auto;
    background: #eff3f5;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}

h3 {
    font-size: 24px;
}

label {
    font-weight: normal;
    margin-bottom: 10px;
}

a {
    color: #05A8FA;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.lh-footer {
    padding: 50px 0 100px;
}

p {
    margin-bottom: 20px;
}

/*.lh-fgroup-3 .offer{*/
/*color: ; font-size: 15px;*/
/*}*/

.dark {
    color: #2f3239;
}

.green {
    color: #23AD44;
}

.benefits {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef3f6;
}

.benefits p, .benefits ul li {
    opacity: 0.8;
}

.benefits p:last-child {
    margin-bottom: 0;
}

.benefits h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #10932f;
    font-weight: bold;
}

.benefits h3 i {

}

.cc i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    opacity: 0.5;
}

.blur, .blur-2 {
    filter: blur(4px);
    -webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -moz-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -ms-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -o-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
}

.blur-price {
    filter: blur(15px);
}

.blur.no-blur, .blur-2.no-blur {
    filter: none !important;
}

/*==================================================
		FORM CSS | FORM CONTROL | FORM WRAP
====================================================*/
.form-group {
    margin-bottom: 20px;
}

.lh-fgroup {
    margin-bottom: 50px;
}

.lh-fgroup-h {
    position: relative;
}

.lh-fgroup-no {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    background: #eef3f6;
    font-weight: normal;
    line-height: 38px;
    border: 10px solid #fff;
    left: -72px;
    top: -15px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.lh-fgroup-h h3 {
    border-bottom: 1px solid #eef3f6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.lh-helper {
    font-size: 13px;
    display: block;
    font-weight: 300;
    font-style: italic;
}

.lh-logo {
    padding: 10px 0;
    margin-bottom: 20px;
}

.lh-logo img {
    max-width: 260px;
}

.lh-form {
    max-width: 762px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.05);
}

.lh-fwrap {
    padding: 45px;
}

.lh-main {
    position: relative;
}

.form-control {
    background: #EEF3F6;
    font-size: 16px;
    color: #2f3239;
    height: auto;
    padding: 13px;
    border: none;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    background: #fff;
    border: 1px solid #aeb4b8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-parent.input-filled label {
    top: -9px;
    font-size: 14px;
    left: 16px;
}

.form-parent.input-filled .form-control {
    background: #FFF;
    border: 1px solid #aeb4b8;
}

.lh-cc-no .input-group-addon {
    background: #EEF3F6;
    border: 1px solid #EEF3F6;
}

.lh-cc-no .fa {
    font-size: 30px;
    color: #2F3239;
}

.lh-cc-no .form-control:focus + .input-group-addon {
    background: #FFF;
    border: 1px solid #EEF3F6;
    -webkit-box-shadow: 0 5px 15px rgba(214, 222, 228, 0.46);
    box-shadow: 0 5px 15px rgba(214, 222, 228, 0.46);
}

.lh-btn-submit {
    font-size: 20px;
    color: #fff;
    background: #05a8fa;
    border: none;
    line-height: 1;
    padding: 20px 50px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.lh-form-button {
    padding-top: 30px;
}

.form-parent label {
    position: absolute;
    top: 28px;
    left: 25px;
    opacity: .6;
    z-index: 0;
    margin: 0;
    background: none;
    font-size: 16px;
    -webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -moz-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -ms-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -o-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
}

.form-parent {
    position: relative;
    padding-top: 15px;
}

.form-parent label:after{
    display: inline-block;
    content:"";
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    width: 12px;
    height: 12px;
    border: 1px dashed;
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    margin-left: 5px;
    vertical-align: middle;
}

.form-parent.validating label:after{
    opacity: 1;
    visibility: visible;
}

@-moz-keyframes spin { 0% { opacity:0; } 50% {opacity:50%;} 100% {opacity:100%;} }
@-webkit-keyframes spin { 0% { opacity:0; } 50% {opacity:50%;} 100% {opacity:100%;} }
@keyframes spin { 0% { opacity:0; } 50% {opacity:50%;} 100% {opacity:100%;} }

/*==================================================
		FORM CHECKBOX CUSTOM CSS
====================================================*/
.checkbox label {
    padding-left: 0;
    font-weight: 300;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    width: 26px;
    height: 26px;
    float: left;
    margin-right: .5em;
    background: #e4ecf0;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 19px;
    line-height: 0;
    top: 50%;
    left: 3px;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    color: #fff;
}

.checkbox label input[type="checkbox"]:checked + .cr {
    background: #05a8fa;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/*==================================================
		FORM FREE PRICING BOX CSS
====================================================*/
.lh-pricing-bx {
    padding: 30px;
    margin: 30px 0 50px;
    -webkit-box-shadow: 0 11px 43px rgba(214, 222, 228, .54);
    box-shadow: 0 11px 43px rgba(214, 222, 228, .54);
}

.lh-pricing-h h3 {
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 40px;
    border-bottom: 1px solid #eef3f6;
    padding-bottom: 20px;
}

.lh-free-price .lh-free-top {
    font-size: 36px;
    line-height: 1;
}

.lh-free-price .lh-free-mid {
    font-size: 36px;
    color: #47E68B;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
}

.lh-free-price .lh-free-bot {
    font-size: 24px;
    line-height: 1;
}

.lh-check-ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

.lh-check-ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.lh-check-ul li:before {
    font-family: 'FontAwesome';
    content: "\f17b";
    display: block;
    position: absolute;
    font-size: 16px;
    color: #23ad44;
    left: 0;
    top: 0;
}

/*==================================================
		FORM PRICING TIER CSS
====================================================*/
.lh-ptier-h {
    font-weight: normal;
}

.lh-ptier-1 .lh-ptier-h {
    color: #7d75d9;
}

.lh-ptier-2 .lh-ptier-h {
    color: #3b67b3;
}

.lh-ptier-3 .lh-ptier-h {
    color: #991201;
}

.lh-ptier-4 .lh-ptier-h {
    color: #721c15;
}

.lh-ptier-im {
    font-size: 13px;
    padding: 10px 0 20px;
}

.lh-ptier-price {
    line-height: 1;
}

.lh-ptier-pno {
    display: inline-block;
    font-size: 70px;
    margin: 0;
    vertical-align: middle;
    line-height: .8;
}

.lh-ptier-sym {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.lh-ptier-mo {
    display: inline-block;
    font-size: 13px;
    vertical-align: bottom;
    margin-left: -15px;
}

.lh-ptier {
    padding: 20px 0 40px;
}

.lh-ptier-2 {
    border-left: 1px solid #eef3f6;
    border-right: 1px solid #eef3f6;
}

/*==================================================
		FORM WIZARD CSS
====================================================*/
.lh-fgroup-2 .lh-fgroup-h p {
    display: none;
}

.lh-fgroup-c {
    display: none;
}

.active .lh-fgroup-c {
    display: block;
}

.lh-fgroup:not(.active) .lh-fgroup-h h3, .lh-fgroup:not(.active) .lh-fgroup-no {
    color: #aabdca;
}

.lh-fgroup-1 .lh-fgroup-c {
    display: block;
}

.lh-fgroup.complete .lh-fgroup-h h3 {
    color: #05a8fa;
}

.lh-fgroup.complete .lh-fgroup-no {
    color: #fff;
    background: #05a8fa;
}

.lh-btn-row {
    padding: 30px 0 0;
}

.lh-next-btn {
    font-size: 16px;
    color: #fff;
    background: #05a8fa;
    border: none;
    line-height: 1;
    padding: 20px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.lh-next-btn i {
    width: 0;
    visibility: hidden;
    position: relative;
    left: -10px;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -moz-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -ms-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -o-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
}

.btn:not([disabled]):hover i {
    width: 18px;
    visibility: visible;
    left: 0;
    opacity: 1;
}

.lh-back-btn {
    font-size: 16px;
    color: #adbac1;
    background: #eef3f6;
    border: none;
    line-height: 1;
    padding: 20px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.btn-submit-right {
    float: right;
}

.btn {
    outline: 0 !important;
    -webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -moz-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -ms-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    -o-transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
    transition: all .2s cubic-bezier(.39, .575, .565, 1.000);
}

.btn:hover {
    color: #FFF;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.btn:active {
    outline: none !important;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

.btn:focus {
    color: #fff;
}

.lh-back-btn.btn:hover {
    color: #2f3239;
}

.desc-box {
    background: #fafcfe;
    border: 1px solid #e1e8ee;
    border-radius: 3px;
    color: #2f3239;
    padding: 20px;
}

.desc-box ul li {
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 15px;
    opacity: 0.8;
}

/*==================================================
			CSS CLASS HELPER
====================================================*/
.lh-gray {
    color: #acadaf;
}

.lh-light {
    font-weight: 300;
}

.lh-regular {
    font-weight: normal;
}

.lh-space-30 {
    height: 30px;
}

.lh-inline-block {
    display: inline-block;
}

.lh-mb0 {
    margin-bottom: 0;
}

/*==================================================
			MEDIA QUERY
====================================================*/
@media only screen and (max-width: 762px) {
    .lh-form {
        max-width: 90%;
    }

    .lh-fwrap {
        padding: 20px;
    }

    .lh-logo img {
        display: block;
        max-width: 90%;
    }

    .lh-fgroup-no {
        width: 40px;
        height: 40px;
        font-size: 20px;
        border: 5px solid #fff;
        left: -33px;
        top: -8px;
        line-height: 30px;
    }

    .lh-fgroup-h h3 {
        font-size: 20px;
        padding-left: 10px;
    }
}
