/*  Redefinition of Bootstrap .checkbox class */
.checkbox {
    margin-bottom: 0;
}

#weight {
    display: inline-block;
}

#Inches {
    margin-left: 20px;
}

.width-thirty-percent {
    display: inline-block;
    width: 30%;
}

.ft_text,
.inch_text {
    display: inline-block;
}

label {
    display: block;
    color: #494949;
}

.navbar-default {
    border-radius: 0;
    border-width: 0 0 1px 0;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-brand.logo {
    background: url("../img/home/lief_logo.svg") no-repeat 0 0;
    margin: 16px 0 0 15px !important;
    padding: 14px 0 0 65px;
    font-size: 26px;
    font-weight: 100;
    color: #969494;
}

.navbar-default .navbar-brand img {
    /*margin-top: 5px;*/
    margin-left: 15px;
}

.navbar-default .navbar-brand.logo .kayak-font {
    font-size: 36px;
    color: #2a76cf;
    margin-right: 8px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
    color: #305696;
    background: none;
    box-shadow: none;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    color: #494949 !important;
    font-weight: normal;
    font-size: 17px;
    margin-left: 70px;
    padding: 30px 15px;
}

.navbar-brand {
    height: auto;
}

.navbar {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .web-view-header {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        padding: 0px;
    }
}

.navbar-default .navbar-nav > li:first-child > a {
    margin-left: 0;
}

.navbar-default .navbar-nav > li > a:not(.btn):hover {
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a.btn-custom {
    padding: 10px 35px 11px;
    margin-top: 20px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 300;
}

.navbar-default .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 24px;
}

.navbar-collapse .navbar-nav {
    margin: 0;
}

.lato-font {
    font-family: "Lato";
    font-weight: 300;
    font-style: normal;
}

.kayak-font {
    font-family: "Kayak Sans", Helvetica, sans-serif;
}

.form-control {
    box-shadow: none;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

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

.top {
    padding: 20px 0;
}

.top70 {
    padding: 70px 0px 50px 0px;
}

.learn a {
    text-decoration: underline;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top40 {
    margin-top: 40px;
}

.margin-top60 {
    margin-top: 60px;
}

.vertical-auto-margin {
}

.wrapper {
    overflow: hidden;
}

.main-content {
    margin: 0;
    overflow: hidden;
}

.zenso {
    font-size: 24px;
}

.login {
    font-size: 18px;
}

.bar {
    height: 56px;
    background-color: rgb(0, 104, 170);
    border: solid rgba(151, 151, 151, 100);
    border-width: 1px 0px;
}

.img-orginal-size {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.img-orginal-size1 {
    width: 127px;
    height: 71px;
}

.color49 {
    color: #494949;
}

.font-size24 {
    font-size: 24px;
}

.font-size20 {
    font-size: 20px;
}

.font-size16 {
    font-size: 16px;
}

.font-size18 {
    font-size: 18px;
}

.font-size64 {
    font-size: 64px;
}

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

.font-size14 {
    font-size: 14px;
}

.font-size12 {
    font-size: 12px;
}

.description {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52c6ce+0,6c9eee+100 */
    background: #52c6ce; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #52c6ce 0%,
        #6c9eee 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        #52c6ce 0%,
        #6c9eee 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #52c6ce 0%,
        #6c9eee 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52c6ce', endColorstr='#6c9eee', GradientType=0); /* IE6-9 */
    padding: 23px 15px;
    color: white;
}

.description a {
    color: white !important;
    text-decoration: underline;
}

.demarcation {
    border: solid rgba(151, 151, 151, 100);
    border-width: 0px 0px 1px 0px;
}

.pass span:before {
    content: "\2714";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    /*font-size: 15px;*/
    color: rgba(92, 184, 92, 100);
    /*text-align: center;
    line-height: 25px;*/
}

.side-demarcation-left {
    border: solid rgba(151, 151, 151, 100);
    border-width: 0px 0px 0px 1px;
}

.side-demarcation-right {
    border: solid rgba(151, 151, 151, 100);
    border-width: 0px 1px 0px 0px;
}

input[type="radio"] {
    display: inline-block;
}

.container.next {
    line-height: 70px;
    padding: 30px 0;
}

.circle1 {
}

.top50 {
    margin: 25px auto;
}

.long-btn {
    width: 70%;
}

.medium-btn {
    width: 50%;
}

.show {
    visibility: inherit;
}

.hide {
    visibility: hidden;
}

.clear {
    clear: both;
}

.phone-field3 {
    width: 20%;
    margin-right: 1%;
}

.phone-field4 {
    width: 20%;
}

.to-do {
    position: relative;
}

.to-do-content {
    position: relative;
}

.to-do-content .chart-container {
    border: 1px solid #a1a1a1;
    width: 90%;
    padding-bottom: 29px;
}

.to-do-content ul {
    width: 100%;
    list-style: none;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.to-do-content ul li {
    width: 14.28571428571429%;
    float: left;
    color: #999;
    /*border-right: 1px solid #a1a1a1;*/
}

.to-do-content ul li:last-child {
    /*border-right: 0px solid #a1a1a1;	*/
}

.to-do-content ul li div {
    text-align: center;
    margin: 15px 0px;
}

.to-do-content ul li span {
    border-radius: 50%;
    border: 1px solid rgba(151, 151, 151, 100);
    /*background-color: #d8d8d8;*/
    width: 18px;
    height: 18px;
    margin: 15px auto;
    display: block;
    visibility: hidden;
    color: rgba(255, 255, 255, 100);
}

.to-do-content ul li span.large {
    width: 30px;
    height: 30px;
}

.to-do-content .chart {
    position: absolute;
    bottom: -4px;
    left: -4px;
}

/*.to-do-content ul li span.disable {
	visibility: hidden;
}*/
.white-color {
    color: rgba(255, 255, 255, 100);
}

.to-do-content .assessments {
    text-align: center;
    visibility: visible;
    background-color: rgba(79, 154, 232, 100);
}

.to-do-content .biofeedback {
    text-align: center;
    visibility: visible;
    background-color: rgba(235, 161, 60, 100);
}

.to-do-content .checkin {
    text-align: center;
    visibility: visible;
    background-color: rgba(122, 194, 209, 100);
}

.to-do-content .thought-records {
    text-align: center;
    visibility: visible;
    background-color: rgba(154, 208, 100, 100);
}

.plus-button {
    width: 130px;
    height: 130px;
    border-radius: 9%;
    text-align: center;
    background-color: rgba(216, 216, 216, 100);
    border: 1px solid rgba(151, 151, 151, 100);
    display: block;
}

.calc-active {
    color: white;
    background-color: #4f9ae8;
}

.form-icon {
    margin-bottom: 20px;
}

.form-helper {
    color: #999;
}

.device .quantity {
    width: 70px;
    display: inline;
}

.radio-choices input {
    margin-right: 2%;
}

.radio-choices label {
    display: inline-block;
}

.birthdayPicker select {
    display: inline-block;
    margin-right: 1%;
}

.birthdayPicker .birthMonth {
    width: 43%;
}

.birthdayPicker .birthDate {
    width: 23%;
}

.birthdayPicker .birthYear {
    width: 32%;
    margin-right: 0;
}

.organization-name {
    position: relative;
}

.e-signature p {
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
}

.e-signature {
    border: 1px solid #ccc;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
}

.sigWrapper.current {
    height: inherit;
    border-color: #ccc;
    border-radius: 4px;
    overflow: hidden;
}

#insurance_plan_dropdown {
    display: block;
    padding: 0;
}

#insurance_plan_dropdown .searchbox {
    padding: 13px;
}

#insurance_plan_dropdown .helper {
    padding: 0 13px 5px;
}

#insurance_plan_dropdown ul {
    display: block;
    max-height: 400px;
    overflow: auto;
}

#insurance_plan_dropdown .highlight {
    font-weight: bold;
}

.btn-submit {
    width: 33%;
}

.tooltip {
    /*min-width: 210px;*/
    font-size: 14px;
    font-weight: 300;
}

.tooltip-inner {
    max-width: 250px;
    padding: 8px 10px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09), 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

.tooltip.top .tooltip-arrow {
    bottom: -4px;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #ccc;
}

.tooltip.top .tooltip-arrow:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: 1px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}

.popover.top {
    padding: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09), 0 1px 0 0 rgba(0, 0, 0, 0.05);
}

.btn-purchase + .popover {
    min-width: 310px;
    background: #fff;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select.open > .dropdown-toggle.btn-default.focus,
.bootstrap-select.open > .dropdown-toggle.btn-default:focus,
.bootstrap-select.open > .dropdown-toggle.btn-default:hover {
    background: #fff !important;
    box-shadow: none;
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-family: Helvetica !important;
    font-size: 15px;
}

.bootstrap-select.btn-group .dropdown-toggle::after {
    height: 0.3em;
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.bootstrap-select .dropdown-menu li a {
    padding: 6px 12px;
    outline: none !important;
}

.bootstrap-select .dropdown-menu > li > a {
    white-space: initial;
}

.bootstrap-select .dropdown-menu li.selected a {
    background: #337ab7 !important;
    color: #fff;
}

.has-helper .control-wrapper {
    margin-right: 45px;
}

.has-helper .icon-helper {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    display: block;
    position: absolute;
    right: 0;
    bottom: 6px;
    cursor: pointer;
    font-size: 13px;
    line-height: 19px;
}

.simple-page .content {
    max-width: 280px;
    margin: 0 auto 20px;
}

.simple-page .heading {
    color: #0068aa;
    text-align: center;
    font-size: 24px;
    margin: 25px 0;
}

.simple-page .image-wrapper {
    width: 122px;
    margin: 0 auto;
}

.simple-page .image-wrapper img {
    width: 100%;
}

.signin .form-signin {
    margin-top: 100px;
}

.signin .help-block {
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-top: 50px;
}

.aquamarine,
.aquamarine:focus {
    background: #6c9eee; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #6c9eee 0%,
        #52c6ce 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        #6c9eee 0%,
        #52c6ce 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #6c9eee 0%,
        #52c6ce 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c9eee', endColorstr='#52c6ce', GradientType=0); /* IE6-9 */
    color: #ffffff;
    border: none;
}

.aquamarine:hover {
    background: #557dbd; /* Old browsers */
    background: -moz-linear-gradient(
        top,
        #557dbd 0%,
        #429fa5 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        #557dbd 0%,
        #429fa5 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        #557dbd 0%,
        #429fa5 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#557dbd', endColorstr='#429fa5', GradientType=0); /* IE6-9 */
    color: #ffffff;
    border: none;
}

.white {
    background: #fff;
    color: #424242;
    border: 1px solid #bbb;
}

.white:hover {
    background: #eee;
}

.btn-custom {
    padding: 10px 15px;
    border-radius: 35px;
    outline: none !important;
    min-width: 235px;
    font-size: 18px;
}

.btn-custom.btn-lg {
    font-size: 24px;
}

.packages li:before {
    font-size: 23px;
    top: 2px;
}

.packages [class^="col-"] {
    padding: 0;
    float: none;
}

.packages .block {
    display: inline-block;
    vertical-align: middle;
}

.packages .single-pack {
    margin-bottom: 70px;
}

.packages .title {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
}

.packages .pack-description ul {
    padding: 0 15px 0 0;
    margin: 0;
    font-size: 14px;
}

.packages .pack-description ul li {
    padding-bottom: 5px;
}

.packages .price {
    font-size: 16px;
    font-weight: 400;
}

.packages .price span {
    font-size: 30px;
}

.packages h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.packages h4 {
    /*font-size: 16px;*/
    margin: 20px 0 0;
}

.packages .promo-code .block {
    vertical-align: bottom;
}

.footnote p {
    font-size: 12px;
    font-weight: 300;
}

.text-cornflower-blue {
    color: #65a4e8;
}

.text-caribbean-green {
    color: #00c8cc;
}

.text-mountain-meadow {
    color: #20d897;
}

ul.custom-bullets {
    list-style: none;
}

ul.custom-bullets li:before {
    content: "•";
    color: #626262;
    padding-right: 6px;
    position: relative;
    line-height: 10px;
}

.modal.custom .modal-sm label {
    font-weight: normal;
}

label.error {
    color: red;
    font-style: italic;
}

/*import from account_type */
.check_role .circle_box {
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    border: 1px solid #979797;
    display: inline-block;
    border-radius: 30px;
    position: relative;
}

.check_role > input[type="radio"] {
    display: none;
}

.check_role input[type="radio"] + label > .circle_box:after {
    content: "";
}

.check_role input[type="radio"]:checked + label > .circle_box:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #6e6e6e;
    border: 1px solid #979797;
    left: 4px;
    top: 4px;
}

.check_role .setup_text {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 768px) {
    .device .quantity {
        margin-top: 10px;
    }

    .modal.custom .modal-sm {
        width: 360px;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .top70 {
        padding: 35px 15px 25px 15px;
    }

    .has-helper .control-wrapper {
        margin-right: 35px;
    }
}

@media screen and (max-width: 767px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 999;
        overflow-y: auto;
    }

    .wrapper {
        padding-top: 84px;
    }

    .navbar-toggle {
        margin-top: 15px;
    }

    .navbar-default .navbar-nav > li > a:not(.btn-link) {
        margin-left: 0;
        padding: 11px 0 !important;
    }

    .description {
        padding: 15px;
        margin-top: -2px;
    }

    .top {
        padding: 10px 0;
    }

    .top50 {
        margin: 13px auto;
    }

    .font-size64 {
        font-size: 32px;
    }

    .font-size24 {
        font-size: 20px;
    }

    .form-control,
    .bootstrap-select > .btn {
        height: 44px;
    }

    #check-icon {
        position: absolute;
        bottom: 24px;
        right: 30px;
    }

    .purchase-devices .dev-name {
        text-align: center;
    }

    .purchase-devices .device {
        width: 255px;
        margin: 10px auto 0;
    }

    .purchase-devices .device div {
        display: inline-block;
        vertical-align: middle;
    }

    .purchase-devices .purchase-block {
        text-align: center;
        margin-top: 20px;
    }

    .monthly-subscription {
        text-align: center;
    }

    .btn-submit,
    .long-btn,
    .medium-btn {
        width: 100%;
    }

    .has-helper .icon-helper {
        bottom: 14px;
    }

    .chose-codes .font-size18 {
        font-size: 16px;
    }

    .chose-codes .font-size18 > div:first-of-type {
        margin-top: 20px;
    }

    .chose-codes .checkbox,
    .chose-codes .radio {
        margin-top: 8px;
    }

    .single-pack > .block:first-of-type {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 600px) {
    .bar {
        height: 28px;
        background-color: rgba(216, 216, 216, 100);
        border: solid rgba(151, 151, 151, 100);
        border-width: 1px 0px;
    }

    .margin-top5 {
        margin-top: 3px;
    }

    .margin-top10 {
        margin-top: 5px;
    }

    .margin-top20 {
        margin-top: 10px;
    }

    .margin-top40 {
        margin-top: 20px;
    }

    .margin-top60 {
        margin-top: 30px;
    }

    .phone-field3 {
        width: 20%;
        margin-right: 1%;
    }

    .phone-field4 {
        width: 30%;
    }

    .long-btn {
        width: 100%;
    }

    .next {
        padding: 17px 0;
        line-height: 38px;
    }

    .plus-button {
        width: 80px;
        height: 80px;
        border-radius: 9%;
        text-align: center;
        background-color: rgba(216, 216, 216, 100);
        border: 1px solid rgba(151, 151, 151, 100);
        display: block;
    }
}

@media (max-width: 481px) {
    .navbar-default .navbar-brand img {
        margin-left: 0px;
    }

    .navbar-default .navbar-brand {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 568px) {
    .navbar-default .navbar-brand img {
        margin-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .col-xs-9 {
        width: 65%;
    }

    .col-xs-3 {
        width: 35%;
    }

    .navbar-default .navbar-brand.logo {
        margin: 21px 0 0 15px !important;
        padding: 8px 0 0 55px;
        font-size: 22px;
        font-weight: 300;
        background-size: 40px;
    }

    .navbar-default .navbar-brand.logo .kayak-font {
        font-size: 24px;
        margin-right: 0;
    }

    .navbar-default .navbar-brand img {
        margin-left: 0px;
        width: 275px !important;
    }

    .navbar-default .navbar-brand {
        padding-left: 8px;
        padding-right: 8px;
    }

    .purchase-devices .col-xs-5,
    .purchase-devices .col-xs-7 {
        width: 100%;
    }

    .monthly-subscription {
        float: none;
        margin-bottom: 30px;
    }

    .chose-codes .font-size18 {
        font-size: 14px;
    }
}

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.has-feedback-left .form-control.input-sm,
.has-feedback-left.form-group-sm .form-control {
    padding-left: 30px;
}

.has-feedback-left .form-control.input-lg,
.has-feedback-left.form-group-lg .form-control {
    padding-left: 46px;
}

.has-feedback-left .form-control-feedback {
    left: 0;
}

.navbar-collapse .navbar-nav .user-lable {
    background: #fafafa;
    width: 100%;
    color: #979797;
    font-size: 14px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    text-align: left;
}

.navbar-collapse .navbar-nav .user-name {
    background: #ffffff;
    width: 100%;
    color: #525252;
    font-size: 14px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 24px;
    text-align: left;
    border: 1px solid #fafafa;
}

.container-fluid {
    overflow-x: hidden;
}

/* Footer CSS Start */
#footer .logo a {
    display: inline-block;
}

.subscribe-nrttion,
.footer-links a {
    font-weight: 400;
}

.subscribe-nrttion {
    padding-top: 20px;
    font-size: 18px;
}

.copyright-text {
    font-weight: 500;
}

#footer {
    background: #08111e;
    padding-top: 120px !important;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.footer-links.inline li {
    display: inline-block;
}

.footer-links a {
    color: white !important;
}

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

.social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.copyright-text {
    margin: 0;
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}

.social-icons li {
    display: inline-block;
}

.social-icons a {
    background: transparent;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    /*margin-right:8px;
    border-radius:100%;
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear*/
}

#footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) and (max-width: 1199px) {
    #footer.section {
        padding-top: 70px !important;
    }

    .footer-links li,
    .subscribe-nrttion {
        font-size: 16px;
    }

    .copyright-text {
        font-size: 14px !important;
        line-height: 44px;
    }
}

@media (min-width: 768px) {
    a.nav-item.nav-link.nav-custom-item {
        margin-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .small-image {
        min-height: 362px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .small-image {
        min-height: 315px;
    }
}

@media (max-width: 767px) {
    #footer .logo {
        margin-bottom: 20px;
        text-align: center;
    }

    #footer ul {
        padding-top: 0px;
    }

    #footer ul li {
        padding-top: 0px;
        text-align: center;
    }

    .footer-links a {
        font-size: 14px;
        line-height: 20px;
    }

    #footer h4 {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }

    .subscribe-nrttion {
        padding-top: 4px;
        font-size: 16px;
        text-align: center;
    }

    #mc-embedded-subscribe {
        width: 100%;
        color: #fff;
    }

    .copyright-text {
        font-size: 11px !important;
        line-height: 24px;
    }

    .navbar-brand {
        padding-left: 0px;
    }

    .small-image {
        min-height: 240px;
    }
}

@media (min-width: 1441px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

/* -=- Landing page CSS Start -=- */
.landing-page-main-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.lief-border-button.big-border-btn,
.landing-page-main-wrapper .lief-border-button {
    padding: 16px 82px;
}
.landing-page-main-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    overflow: initial;
}
.new-hero-video-wrapper .page_start-brand--zero.assistant-pg {
    min-height: 100vh;
}
.landing-page-wrapper {
    margin: 0px 0px 50px -140px;
    padding: 72px 62px;
    background-color: #fff;
    max-width: 735px;
}
.review-wrapper-section {
    margin-top: 60px;
}
.landing-page-wrapper .chat-assistant {
    text-align: left;
}
.landing-page-main-wrapper h4 {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    color: #61ade1;
}
.landing-page-main-wrapper h1 {
    margin-bottom: 20px;
    font-size: 66px;
    line-height: 78px;
    color: #01243d;
    font-weight: 800;
}
.new-hero-video-wrapper {
    width: 100%;
}
.new-hero-video-wrapper .landing-page-main-wrapper p{
    font-size: 18px;
    line-height: 23px;
}
.landing-page-main-wrapper p {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal !important;
    color: #526c7e;
    text-align: left;
}
.landing-page-main-side-img {
    margin: 40px 0px 60px;
}
.common-bg-color {
    background: #f6f6f6;
}
/* -=- not Eligible Page CSS Start -=- */
.m-t-30 {
    margin-top: 37px;
}
.not-eligible-pg-main {
    background: #f6f6f6;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}
.not-eligible-pg-main h3 {
    margin: 0px 0px 15px;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #526c7e;
}
.not-eligible-pg-main p {
    margin: 0px 0px 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #526c7e;
    text-align: left;
}
.row-wrapper {
    padding: 0px 15px;
}
.not-eligible-ele-row {
    padding: 40px 0px 60px;
    border-top: 3px solid #cfcfcf;
}
.no-padding {
    padding: 0px;
}
.info-box-wrapper {
    padding: 19px 45px 30px 45px;
    background: #ffffff;
    min-height: 100%;
    border-radius: 4px;
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
}
.info-box-wrapper ul {
    margin: 0px;
    padding: 0px;
}
.info-box-wrapper img.img-icon {
    margin: 0px auto 20px;
    display: block;
}
.info-box-wrapper p,
.info-box-wrapper ul > li {
    margin: 0px;
    list-style: disc;
    font-size: 18px;
    line-height: 25px;
    color: #526c7e;
}
.no-padding:first-child {
    padding-right: 7px;
}
.no-padding:nth-child(2) {
    padding-left: 7px;
}
/* -=- Eligible page CSS Start -=- */
.eligible-pg-main {
    padding-top: 140px;
    padding-bottom: 40px;
}
.hurray-img {
    margin: 0px auto 30px;
}
.eligible_page_start-main-inner {
    margin: 0px auto;
    max-width: 902px;
}
.common-white-box {
    margin: 30px auto 17px;
    padding: 40px 60px;
    width: 100%;
    max-width: 672px;
    background-color: #fff;
    box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.eligible_page_start-main-inner h3 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #526c7e;
}
.eligible_page_start-main-inner h3 br {
    display: none;
}
.eligible_page_start-main-inner h3 span {
    color: #61ade1;
    font-weight: 800;
    display: block;
}
.common-link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #1592a2;
}
.email-instruction-btn {
    margin-bottom: 42px;
}
.eligible-page-instructions p {
    margin-bottom: 36px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #526c7e;
    text-align: left;
}
.eligible-page-instructions p a {
    color: #1592a2;
    font-weight: 500;
}
.eligible-page-instructions p a:focus,
.eligible-page-instructions p a:hover {
    color: #000;
}
.eligible-page-instructions p:last-child {
    margin-bottom: 0px;
}
.common-gradient-btn-wrap {
    margin-top: 36px;
    text-align: center;
}
.common-white-box {
}
.common-white-box .list-instructions {
    padding: 0px;
    margin: 0px;
    counter-reset: my-sec-counter;
}
.common-white-box .list-instructions > li {
    margin-bottom: 18px;
    display: table;
    position: relative;
    min-height: 55px;
    padding-left: 75px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #526c7e;
}
.common-white-box .list-instructions > li span {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #526c7e;
}
.common-white-box .list-instructions > li:before {
    counter-increment: my-sec-counter;
    display: inline-block;
    border-radius: 60px;
    width: 55px;
    content: counter(my-sec-counter);
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
    color: #526c7e;
    border: 3px solid #526c7e;
    position: absolute;
    top: 0px;
    left: 0px;
}
/* -=- Not Covered Page CSS Start -=- */
.bold-text {
    font-weight: 800 !important;
}
.not-covered-pg .eligible_page_start-main-inner h3 span {
    display: inline-block;
}
.eligible_page_start-main-inner {
    max-width: 850px;
}
.eligible_page_start-main-inner .common-white-box {
    padding: 82px 60px 65px;
    max-width: 100%;
}
.not-covered-pg .eligible-page-instructions p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #526c7e;
}
/* -=-- Eligible  Page CSS Start -=- */
.default-eligible-pg .common-white-box {
    margin-top: 23px;
    padding: 30px 32px;
    position: relative;
    overflow: hidden;
}
.default-eligible-pg .common-white-box.max-spacing {
    margin-bottom: 70px;
}
.default-eligible-pg .common-white-box h3 {
    margin-bottom: 14px;
}
.default-eligible-pg .eligible-page-instructions p {
    font-size: 18px;
    line-height: 22px;
}
/* -=- Eligible-5 Page CSS Start -=- */
.submit-message {
    padding: 15px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.submit-message h3 {
    margin-bottom: 0px !important;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #526c7e;
}
/* The custom-radio-wrap */
.custom-radio-wrap {
    display: block;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-radio-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    padding: 10px 20px;
    text-align: center;
    display: block;
    border: 1px solid #61ade1;
    border-radius: 10px;
    font-style: normal;
    color: #61ade1;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.custom-radio-wrap:hover input ~ .checkmark {
    background-color: #61ade1;
    color: #fff;
}
.custom-radio-wrap input:checked ~ .checkmark {
    background-color: #61ade1;
    color: #fff;
}
.custom-radio-wrap input:checked ~ .checkmark:after {
    display: block;
}
/* -=- Custom radio Wrapper -=- */
.radio-wrapper {
    margin: 16px -10px 33px;
    padding: 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.radio-wrapper > li {
    margin-bottom: 0px;
    padding: 0px 10px 20px 10px;
    width: calc(100% / 2);
}

/* -=- Payment timeline Section Design -=- */
.payment-timeline-wrapper {
    margin-left: 50px;
    padding: 33px 0px 60px;
    max-width: 574px;
}
.payment-timeline-wrapper ul {
    margin-bottom: 0px;
    padding: 10px 0px 10px;
    position: relative;
}
.payment-timeline-wrapper ul:before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background-color: #61ade1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.payment-timeline-wrapper ul > li {
    margin: 0px;
    position: absolute;
    top: 0px;
}
.payment-timeline-wrapper ul > li:before {
    content: "";
    display: inline-block;
    height: 16px;
    background-color: #fff;
    width: 16px;
    border-radius: 40px;
    border: 2px solid #61ade1;
    position: absolute;
    top: 1px;
}
.payment-timeline-wrapper ul > li.first-node {
    left: 0px;
}
.payment-timeline-wrapper ul > li.sec-node {
    left: 164px;
}
.payment-timeline-wrapper ul > li.third-node {
    right: -142px;
}
.payment-timeline-wrapper ul > li.forth-node {
    right: 50px;
}
.payment-timeline-wrapper ul > li.fifth-node {
    left: 100%;
}
.payment-timeline-wrapper ul > li.first-node span {
    max-width: 60px;
    margin-left: -20% !important;
}
.payment-timeline-wrapper ul > li.sec-node span {
    max-width: 200px !important;
    margin-left: -20% !important;
}
.payment-timeline-wrapper ul > li span {
    margin-top: 36px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #526c7e;
}
.payment-timeline-wrapper ul > li {
}
.payment-timeline-wrapper ul > li:first-child {
    left: 0px;
    transform: none;
    -webkit-transform: none;
}
.payment-timeline-wrapper ul > li:last-child {
    right: 12px;
}
.payment-timeline-wrapper ul > li.center-title span {
    margin-left: -40%;
}
.payment-timeline-wrapper ul > li.third-node.center-title span {
    margin-left: -22%;
}
/* -=- Assistant page css start -=- */
.flow_header-main.assistant_page_header {
    padding: 0px 40px;
    position: relative;
}
.flow_header-main.assistant_page_header .flow_header-info_logo {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* -=- New hero video page css start -=-  */

/* -=- Flexbox utilities -=-  */
.flex-fill, .flex-grow-1 {
    min-width: 0;
    min-height: 0;
}
/* -=- Flexbox utilities END -=-  */



.new-video-subtitle-text {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
}
.desktop-hero-logo {
    margin: 0px auto 10px;
}

/* -=- Responsive CSS -=- */
@media (min-width: 992px) {
    .not-eligible-pg-main .page_start-main-inner {
        max-width: 943px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    /* -=- Landing page CSS -=- */
    .landing-page-main-wrapper h1 {
        font-size: 54px;
        line-height: 58px;
    }
    .landing-page-main-wrapper p {
        font-size: 18px;
        line-height: 22px;
    }
    .landing-page-wrapper {
        margin: 0px 0px 50px -100px;
        max-width: 630px;
    }
    /* -=- About Us Section Radio btn CSS Start -=- */
    .checkmark {
        font-size: 26px;
        line-height: 34px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* -=- Landing page CSS -=- */
    .landing-page-wrapper {
        margin: 0px 0px 50px -40px;
        max-width: 580px;
    }
    .landing-page-main-wrapper h4 {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 20px;
    }
    .landing-page-main-wrapper h1 {
        margin-bottom: 16px;
        font-size: 44px;
        line-height: 50px;
    }
    .landing-page-main-wrapper p {
        margin-bottom: 14px;
        font-size: 18px;
        line-height: 22px;
    }
    .checkmark {
        font-size: 22px;
        line-height: 28px;
    }
    /* -=- Eligible 5 Page CSS Start -=- */
    .default-eligible-pg .eligible-page-instructions p {
        font-size: 16px;
        line-height: 22px;
    }
    /* -=- Payment CSS Start -=- */
    .payment-timeline-wrapper ul > li span {
        font-size: 18px;
        line-height: 22px;
    }
    .payment-timeline-wrapper ul > li.third-node {
        right: -122px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* -=- Landing page CSS -=- */
    .landing-page-main-side-img {
        margin: 40px 0px;
    }
    .landing-page-wrapper {
        margin: 0px 0px 50px -50px;
        padding: 48px 38px;
        max-width: 432px;
    }
    .landing-page-main-wrapper h1 {
        margin-bottom: 14px;
        font-size: 32px;
        line-height: 36px;
    }
    .landing-page-main-wrapper h4 {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 20px;
    }
    .landing-page-main-wrapper p {
        font-size: 16px;
        line-height: 22px;
    }
    .lief-border-button.big-border-btn,
    .landing-page-main-wrapper .lief-border-button {
        padding: 12px 52px;
    }
    /* -=- not Eligible Page CSS Start -=- */
    .not-eligible-pg-main h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .not-eligible-pg-main p {
        font-size: 18px;
        line-height: 22px;
    }
    .info-box-wrapper img.img-icon {
        max-width: 26px;
    }
    .not-eligible-pg-main p {
        font-size: 16px;
        line-height: 20px;
    }
    .not-eligible-ele-row {
        padding: 32px 0px 40px;
    }
    .info-box-wrapper {
        padding: 19px 15px 30px 13px;
    }
    .info-box-wrapper p,
    .info-box-wrapper ul > li {
        font-size: 14px;
        line-height: 18px;
    }
    /* -=- Eligible Page CSS Start -=- */
    .eligible-pg-main {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .eligible_page_start-main-inner h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .common-white-box .list-instructions > li:before {
        width: 50px;
        line-height: 44px;
        font-size: 22px;
    }
    .common-white-box .list-instructions > li {
        min-height: 55px;
        padding-left: 65px;
    }
    .common-white-box .list-instructions > li span {
        font-size: 18px;
        line-height: 24px;
    }
    /* -=- Not Covered page CSS Start -=- */
    .eligible_page_start-main-inner .common-white-box {
        padding: 45px;
    }
    .not-covered-pg .eligible-page-instructions p {
        font-size: 18px;
        line-height: 26px;
    }
    .eligible_page_start-main-inner h3 {
        margin-bottom: 18px;
    }
    /* -=- Eligible 5 Page CSS Start -=- */
    .checkmark {
        font-size: 18px;
        line-height: 26px;
    }
    .common-gradient-btn-wrap {
        margin-top: 16px;
    }
    .default-eligible-pg .common-white-box.max-spacing {
        margin-bottom: 54px;
    }
    .default-eligible-pg .eligible-page-instructions p {
        font-size: 16px;
        line-height: 22px;
    }
    /* -=- Payment Section CSS Start -=- */
    .payment-timeline-wrapper {
        margin-left: 5px;
    }
    .payment-timeline-wrapper ul > li.center-title span {
        margin-left: -28%;
    }
    .payment-timeline-wrapper ul > li span {
        margin-top: 30px;
        font-size: 16px;
        line-height: 22px;
    }
    .payment-timeline-wrapper ul > li.third-node {
        right: -96px;
    }
    /* -=- New hero Video Page CSS Start -=- */
    .new-hero-video-wrapper .landing-page-main-wrapper p        { font-size: 16px; line-height: 20px; }
    .landing-page-main-wrapper h4.home-page-small-title, .home-page-small-title     { font-size: 16px; line-height: 18px; }
}
@media (max-width: 768px) {
    .landing-page-wrapper {
        margin: 0px auto 50px;
        padding: 15px;
    }
    .landing-page-main-wrapper h1 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    /* -=- Landing page CSS -=- */
    .landing-page-main-side-img {
        margin: 0px 0px 10px 0px;
        padding: 15px;
        max-width: 725px;
    }
    .landing-page-wrapper {
        margin: 0px;
        padding: 15px;
        background-color: #fff;
        max-width: 725px;
    }
    .landing-page-main-wrapper p {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .landing-page-main-wrapper h1 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    .landing-page-main-wrapper h4 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .lief-border-button.big-border-btn,
    .landing-page-main-wrapper .lief-border-button {
        padding: 12px 32px;
    }
    /* font-size: 12px; line-height: 20px; */
    .landing-page-main-wrapper {
        display: block;
    }
    .landing-page-main-wrapper .chat-assistant-inner {
        margin: 0px auto;
        max-width: 320px;
        text-align: center;
    }
    .landing-page-main-wrapper-ai .chat-assistant-inner-ai{
        margin: 0px auto;
        max-width: 320px;
        text-align: center;
    }
    /* -=- Not Elegible Page CSS Start -=- */
    .no-padding {
        margin: 0px 0px 32px;
        padding: 0px !important;
    }
    .no-padding:last-child {
        margin: 0px;
    }
    .not-eligible-pg-main h3 {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 25px;
    }
    .not-eligible-pg-main p {
        font-size: 16px;
        line-height: 22px;
    }
    .not-eligible-ele-row {
        margin-top: 20px;
        padding: 25px 0px 47px;
    }
    .info-box-wrapper {
        padding: 26px 25px 35px 25px;
    }
    .info-box-wrapper p,
    .info-box-wrapper ul > li {
        font-size: 16px;
        line-height: 20px;
    }
    .info-box-wrapper img.img-icon {
        margin-bottom: 20px;
        max-width: 30px;
    }
    .not-eligible-pg-main {
        padding-top: 67px;
        display: block;
    }
    .not-eligible-pg-main .page_start-main-inner {
        max-width: 390px !important;
    }
    /* -=- Eligible Page CSS Start -=- */
    .eligible-pg-main {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .common-white-box {
        padding: 30px 20px;
    }
    .eligible_page_start-main-inner h3 {
        margin-bottom: 22px;
        font-size: 20px;
        line-height: 25px;
    }
    .eligible_page_start-main-inner h3 br {
        display: inline-block;
    }
    .common-white-box .list-instructions > li span {
        font-size: 16px;
        line-height: 22px;
    }
    .common-white-box .list-instructions > li:before {
        width: 30px;
        font-size: 16px;
        line-height: 24px;
        top: 50%;
        transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .common-white-box .list-instructions > li {
        padding-left: 40px;
    }
    .common-white-box .list-instructions > li {
        margin-bottom: 8px;
    }
    /* -=- Not Covered page CSS Start -=- */
    .eligible_page_start-main-inner .common-white-box {
        padding: 25px 15px;
    }
    .not-covered-pg .eligible-page-instructions p {
        font-size: 16px;
        line-height: 20px;
    }
    /* -=- Eligible 5 Page CSS Start -=- */
    .default-eligible-pg {
        margin-top: 0px;
        padding: 24px 14px 100px;
    }
    .eligible_page_start-main-inner .common-white-box h3 {
        text-align: center;
    }
    .default-eligible-pg .eligible-page-instructions p {
        text-align: center;
    }
    /* -=- Payment timeline CSS Start -=- */
    .payment-timeline-wrapper {
        margin: 0px;
        max-width: 100%;
    }
    .radio-wrapper > li {
        padding: 0px 5px 14px 5px;
        width: calc(100% / 2);
    }
    .checkmark {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .default-eligible-pg .common-white-box.max-spacing {
        margin-bottom: 42px;
    }
    .default-eligible-pg .eligible-page-instructions p {
        font-size: 16px;
        line-height: 22px;
    }
    .common-gradient-btn-wrap {
        margin-top: 25px;
    }
    .default-eligible-pg
        .common-white-box.max-spacing
        .lief-border-button-parent {
        min-width: 220px;
    }
    /* -=- Assistant que page css start -=- */
    .flow_header-main.assistant_page_header {
        padding: 0px 15px;
    }
    .flow_header-main.assistant_page_header .flow_header-info_logo {
        left: auto;
        right: 10px;
    }
    .flow_header-main.assistant_page_header .flow_header-info_logo img {
        margin: 0px !important;
        max-width: 75px;
        height: auto;
    }
    .flow_header-nav-button {
        padding: 0 5px !important;
        font-size: 12px !important;
    }
    /* -=- index new hero video page css start -=- */
    .new-hero-video-wrapper .page_start-brand--zero.assistant-pg {
        min-height: 300px;
    }
    /* -=- New hero video page css start -=- */
    .new-hero-video-wrapper .landing-page-main-wrapper p        { font-size: 16px; line-height: 20px; }    
}
@media (min-width: 576px) and (max-width: 767px) {
    /* -=- payment CSS Start -=- */
    .payment-timeline-wrapper ul > li span {
        font-size: 14px;
        line-height: 16px;
        margin-top: 26px;
    }
    .payment-timeline-wrapper ul > li.center-title span {
        margin-left: 0%;
    }
    .payment-timeline-wrapper ul > li.fifth-node {
        left: 98%;
    }
    .payment-timeline-wrapper ul > li.sec-node {
        left: 120px;
    }
    .payment-timeline-wrapper ul > li.fifth-node span {
        margin-left: -20px;
    }
    .payment-timeline-wrapper ul > li.third-node {
        right: -65px;
    }
    .payment-timeline-wrapper ul > li.forth-node {
        right: 60px;
    }
    .payment-timeline-wrapper ul > li.third-node.center-title span {
        margin-left: -34%;
    }
}
@media (max-width: 575px) {
    .lief-border-button-parent {
        min-width: initial;
    }
    .not-eligible-pg-main .lief-border-button-parent {
        display: block;
    }
    /* -=- payment CSS Start -=- */
    .payment-timeline-wrapper ul > li span {
        font-size: 14px;
        line-height: 16px;
        margin-top: 26px;
        max-width: 80px;
    }
    .payment-timeline-wrapper ul > li.first-node span {
        max-width: 60px;
        margin-left: -20%;
    }
    .payment-timeline-wrapper ul > li.sec-node span {
        max-width: 120px !important;
        margin-left: -30% !important;
    }
    .payment-timeline-wrapper ul > li.third-node span {
        max-width: 98px;
    }
    .payment-timeline-wrapper ul > li.center-title span {
        margin-left: 0%;
    }
    .payment-timeline-wrapper ul > li.  {
        left: 120px;
    }
    .payment-timeline-wrapper ul > li.fifth-node {
        left: auto;
        right: 0px !important;
    }
    .payment-timeline-wrapper ul > li.fifth-node:before {
        right: 0px;
    }
    .payment-timeline-wrapper ul > li.forth-node span {
        margin-top: 48px;
    }
    .payment-timeline-wrapper ul > li.third-node {
        right: -8px;
    }
}
