/*
 * Theme Name: Finance Council
 * Author: SiteFlood
 * Author URI: http://www.siteflood.com
 * Version: 1.0
 */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin: 0 0 15px;
}

p {
    margin: 0 0 15px;
}

img {
    max-width: 100%;
}

a {
    color: #0D41B0;
    text-decoration: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#header .container:before,
#header .container:after {
    display: none;
}

#header .sponsored {
    position: absolute;
    left: 15px;
    top: -5px;
    font-size: 11px;
    color: #666;
}

#header .logo {
    font-size: 12px;
    margin-top: 12px;
}

#header .forbes {
    display: block;
    clear: both;
    padding: 5px 6% 0 0;
    font-size: 16px;
    text-align: right;
}

#header .forbes img {
    height: 14px;
    vertical-align: baseline;
}

#header .container>a {
    pointer-events: none;
}

#header a img {
    pointer-events: all;
}

#header img {
    width: auto;
    height: 20px;
}

#header.defualt_header img {
    height: 35px;
}

#header .clickToCall {
    font-size: 14px;
}

#header .clickToCall p {
    float: left;
    line-height: 38px;
    color: #555;
    margin: 0 6px 0 0;
    padding-left: 12px;
    letter-spacing: .5px;
    position: relative;
    text-align: left;
}

#header .clickToCall p:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #48b54d;
}

.wave {
    width: 5px;
    height: 5px;
    border: 1px solid #57cb2c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 35px;
    background-color: #57cb2c;
    z-index: 10;
    position: absolute;
}

.dot,
.dot2 {
    border: 4px solid #57cb2c;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 35px;
    height: 50px;
    width: 50px;
    -webkit-animation: wave 2s ease-out;
    -moz-animation: wave 2s ease-out;
    animation: wave 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -23px;
    left: -23px;
    z-index: 1;
    opacity: 0;
}

.dot2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

@keyframes wave {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .0
    }

    50% {
        opacity: .5
    }

    85% {
        opacity: .0
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

#sonarphone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    left: -10px;
    top: 15px;
}

/*
#header .clickToCall p:before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #48b54d;
}
*/
#header .clickToCall .btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    background: linear-gradient(#49b74e, #388E3C);
    cursor: pointer;
    padding: 10px 20px 10px 53px;
    border-radius: 8px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    transition: all 0.3s;
    color: #fff !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -0.6px 1px 1px rgba(0, 0, 0, 0.35);
    float: right;
    position: relative;
}

#header .clickToCall .btn img {
    position: absolute;
    left: 18px;
    width: 20px !important;
    top: 49%;
    transform: translateY(-50%);
    margin: 0;
}

#header .clickToCall small {
    display: block;
    clear: both;
    text-align: center;
    padding: 8px 0 0;
    color: #f55347;
}

#header .clickToCall small:empty {
    display: none;
}

@media (max-width: 767px) {
    #header .clickToCall p {
        float: none;
        line-height: 1.2;
        letter-spacing: normal;
        margin: 0 0 3px;
    }

    #header .clickToCall small {
        max-width: 160px;
        margin: 0 auto;
        padding: 6px 0 0;
        line-height: 1.1;
    }

    #header .forbes {
        padding-right: 8%;
    }
}

@media (max-width: 420px) {
    #header img {
        height: 50px;
    }

    #header .clickToCall {
        text-align: center;
    }

    #header .clickToCall .btn {
        float: none;
        padding: 10px 20px;
    }

    #header .clickToCall .btn img {
        display: none;
    }
}

#content {
    background: #f9fafb;
    padding: 50px 15px;
}

#content h1 {
    font-size: 42px;
}

#content h2 {
    font-size: 28px;
}

#content blockquote {
    margin: 25px 0;
    border-left: 4px solid rgba(0, 0, 0, .2);
    padding-left: 20px;
}

#content blockquote:before {
    display: none;
}

#content blockquote p:first-child {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.footerCTA {
    background: #beddf5;
    padding: 30px 15px 20px;
    margin: 20px 0 12px;
    text-align: center;
}

.footerCTA h5 {
    font-size: 18px;
    color: #4185b9;
}

.footerCTA h3 {
    font-size: 24px;
    color: #124f80;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footerCTA h4 {
    margin-bottom: 15px;
}

.footerCTA a {
    background: #eb373a;
    display: block;
    max-width: 600px;
    margin: 10px auto 15px;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 30px;
    box-shadow: 0px 6px 0px #c5181a, 0px 3px 15px rgba(0, 0, 0, .4);
}

.footerCTA h4 {
    font-size: 20px;
    color: #124f80;
    margin: 0;
}

.tcp {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    color: #555;
    margin-top: 16px;
}

#content .widget {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

#content .widget h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.adver-title {
    width: 340px;
    max-width: 100%;
    margin: 0 auto 5px;
}

.advertisement {
    display: block;
    width: 340px;
    max-width: 100%;
    background: #fff url(https://i0.wp.com/financecouncil.org/wp-content/uploads/2019/08/ad.jpg) center bottom / contain no-repeat;
    border: 1px solid #eee;
    position: relative;
    margin: 0 auto;
    text-align: left;
}

.advertisement:after {
    content: "";
    display: block;
    padding: 37% 0;
}

.advertisement figure {
    margin: 0;
    padding: 10px 0 0;
}

.advertisement figure img {
    display: block;
    height: 46px;
    margin: 0 auto;
}

.advertisement h5 {
    position: absolute;
    top: 38%;
    left: 44%;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    color: #0D41B0;
}

.advertisement i {
    position: absolute;
    left: 13%;
    bottom: 4%;
    width: 80%;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    padding: 12px 0;
}

.advertisement i b {
    font-style: normal;
}

@media (min-width: 992px) {
    #content .container {
        max-width: 1100px;
        display: flex;
    }

    #content:not(.content-only) article {
        flex-grow: 1;
        padding-right: 5%;
    }

    #content.content-only article {
        max-width: 720px;
        margin: 0 auto;
    }

    #content aside {
        width: 320px;
    }
}

@media (max-width: 991px) {
    #content {
        padding: 30px 0;
    }

    #content h1 {
        font-size: 28px;
    }

    #content h2 {
        font-size: 20px;
    }

    #content blockquote {
        border-left-width: 2px;
        padding-left: 15px;
    }

    #content blockquote p:first-child {
        font-size: 18px;
    }

    #content aside {
        margin-top: 15px;
    }

    .footerCTA h3 {
        font-size: 22px;
    }

    .footerCTA a {
        font-size: 24px;
    }
}

#footer {
    background: #0f0f0f;
    padding: 30px 0 10px;
    font-size: 14px;
    color: #888;
    text-align: center;
}

#footer .row {
    text-align: left;
}

#footer h3 {
    color: #b8b8b8;
    font-size: 24px;
    margin: 0 0 12px;
}

#footer img {
    display: block;
    /* margin-bottom: 15px; */
    width: 300px;
}

#footer a {
    color: #ccc;
}

#footer .footerButton {
    display: inline-block;
    background: #172f74;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-width: 2px;
    border-radius: 3px;
    transition: .25s;
}

#footer .footerButton img {
    display: inline-block;
    margin: 0;
    width: 15px;
    vertical-align: middle;
}

#footer hr {
    border: solid #464648;
    border-width: 1px 0 0;
    margin: 20px 0;
}

#footer small {
    display: block;
    font-size: 12px;
    margin: 10px auto 0;
    text-align: left;
}

#footer .socials {
    margin: 0;
    padding: 0;
}

#footer .socials li {
    display: inline-block;
    margin-right: 8px;
}

#footer .menu {
    margin: 10px auto;
    padding: 0px;
}

#footer .menu li {
    display: inline-block;
}

@media (min-width: 481px) {
    #footer .row {
        display: flex;
        justify-content: space-between;
    }

    #footer .col-md-3 {
        width: 47%;
    }
}

.certificate {
    position: relative;
}

.certificate div {
    position: absolute;
    left: 9.7%;
    bottom: 23%;
}

.certificate p {
    font-size: 14px;
    color: #6d1b1d;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 2px;
}

.certificate .flag {
    display: block;
    width: auto;
    height: 50px;
    margin-bottom: 5px;
}

.certificate a {
    position: absolute;
    background: #fff0bd;
    color: #333;
    top: 46%;
    right: 6%;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 3%;
}

.certificate a:hover {
    text-decoration: none;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .certificate div {
        bottom: 22%;
    }

    .certificate .flag {
        height: 42px;
    }
}

@media (max-width: 767px) {
    .certificate .flag {
        height: 38px;
    }
}

@media (max-width: 680px) {
    .certificate .flag {
        height: 32px;
        margin-bottom: 3px;
    }

    .certificate p {
        font-size: 12px;
    }
}

@media (max-width: 577px) {
    .certificate .flag {
        height: 24px;
        margin-bottom: 0;
    }

    .certificate p {
        font-size: 11px;
    }

    .certificate a {
        font-size: 10px;
        right: 1%;
    }

    #header img {
        height: 15px;
    }
}

@media (max-width: 480px) {
    .certificate .flag {
        height: 20px;
    }

    .certificate p {
        font-size: 10px;
    }

    #footer .col-md-3:first-child {
        margin-bottom: 10px;
    }

    #header img {
        height: 12px;
    }
}

.getstarted {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 28px;
    line-height: 1;
    margin: 15px 0;
    color: #222;
    text-decoration: none !important;
}

.getstarted b {
    width: 100%;
    margin-bottom: 5px;
}

.getstarted img {
    width: 50px;
    margin-right: 8px;
}

.availability {
    margin: 15px auto;
}

.availability .btn {
    background: linear-gradient(#6dab3c, #5a922f);
    cursor: pointer;
    padding: 12px 20px 12px 53px;
    border-radius: 8px;
    display: inline-block;
    font-weight: 700;
    outline: none;
    position: relative;
    transition: 0.3s;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -0.6px 1px 1px rgba(0, 0, 0, 0.35);
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
}

.availability .btn:hover {
    background: linear-gradient(#5a922f, #6dab3c);
    color: #fff;
}

.availability .btn img {
    position: absolute;
    left: 18px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.availability p {
    margin: 10px 0 15px;
}

.embed {
    background: #000;
    position: relative;
    margin: 20px auto;
}

.embed:before {
    content: "";
    display: block;
    padding: 56.25% 0 0;
}

.embed iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-with-image figure img,
.banner-with-image figure video,
.banner-with-image .slider img,
.banner-with-image .slider video {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

.banner-with-image figure video,
.banner-with-image .slider video {
    background: #000;
}

.banner-with-image iframe {
    border: 0;
    width: 100%;
    height: 360px;
}

@media (min-width: 992px) {
    .banner-with-image article {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        text-align: left;
        align-items: center;
    }

    .banner-with-image figure,
    .banner-with-image .slider {
        grid-row: span 3;
        margin: 0 !important;
        overflow: hidden;
    }

    .banner-with-image .clicktocall {
        margin: 0;
    }

    .banner-with-image h3+.clicktocall {
        margin: 25px 0 0;
    }
}

@media (max-width: 991px) {
    .banner-with-image .slider {
        margin-top: 15px;
    }

    .banner-with-image {
        overflow-x: hidden;
        max-width: 100%;
        margin: 0 auto !important;
    }

    .banner-with-image .vc_column-inner {
        padding: 0 !important;
    }
}

.banner-with-image .owl-dots {
    display: block;
}

.banner-with-image .owl-dots .owl-dot {
    background: #fff !important;
    width: 24px;
    height: 4px;
    border-radius: 10px;
    margin: 0 5px;
    transition: .25s;
    outline: none !important;
}

.banner-with-image .owl-dots .owl-dot:not(.active) {
    opacity: .6;
}

@media (max-width: 576px) {
    .banner iframe {
        width: 100%;
    }
}

#content article figure {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    margin: 0 0 15px;
}

#content figure figcaption {
    width: 100%;
    background: #ff3040;
    padding: 5px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}

.featured {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 0;
    margin: 0 -10px;
    text-align: center;
}

.featured h3 {
    margin: 5px;
    color: #ccc;
}

.featured img {
    margin: 5px 10px;
    filter: grayscale(1) contrast(0) brightness(5);
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 60px;
}

@media (max-width: 767px) {
    .featured {
        flex-wrap: wrap;
        justify-content: center;
    }

    .featured h3 {
        width: 100%;
        margin: 0 0 10px;
    }

    .featured img {
        max-width: 100px;
        max-height: 16px;
    }

    .banner-with-image iframe {
        height: 300px;
    }
}

.seen_feature--no-effect .featured {
    padding: 10px 0;
}

.seen_feature--no-effect .featured h3 {
    display: none;
}

.seen_feature--no-effect .featured img {
    filter: none;
    max-width: 160px;
    max-height: 35px;
}

@media (max-width: 767px) {
    .seen_feature--no-effect .featured img {
        max-width: 140px;
        max-height: 25px;
    }
}

#score-reasons .wpb_single_image img {
    width: 480px;
}

/* Sticky Footer */
#cta-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    display: block;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 12px 5px 15px;
    text-align: center;
    font-weight: bold;
    color: inherit;
    transition: .25s;
    z-index: 2;
}

#cta-bottom:not(.in) {
    transform: translateY(100%);
    opacity: 0;
}

#cta-bottom>p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
    margin-right: 15px;
}

#cta-bottom .btn {
    border: 0;
    font-family: inherit;
    background: linear-gradient(rgb(211, 146, 52), rgb(255, 165, 2));
    cursor: pointer;
    padding: 10px 20px 10px 53px;
    border-radius: 8px;
    display: inline-block;
    font-weight: 700;
    outline: none;
    position: relative;
    transition: 0.3s;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -0.6px 1px 1px rgba(0, 0, 0, 0.35);
}

#cta-bottom .btn.no-icon {
    padding-left: 20px;
}

#cta-bottom .btn img {
    position: absolute;
    left: 18px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#cta-bottom .img-call {
    width: 42px;
    position: relative;
    margin: 0px;
    margin-left: 15px;
}

#cta-bottom .img-call:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #6dab3c;
    border: 2px solid #fff;
    border-radius: 50%;
}

#cta-bottom .img-call img {
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    object-fit: cover;
    object-position: 90% 0%;
}

#cta-bottom .link {
    color: #0056BA;
}

#cta-bottom:hover .link {
    text-decoration: underline;
}

@media(min-width: 768px) {
    #cta-bottom {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .mobile-text {
        display: none;
    }

    #mobile-cta-button {
        display: none !important;
    }
}

@media(max-width: 767px) {
    #cta-bottom {
        position: fixed;
        left: 15px;
        right: 15px;
        padding: 0;
        bottom: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        top: calc(100% - 120px);
        box-shadow: unset;
    }

    #cta-bottom>p {
        display: none;
    }

    .mobile-text {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        font-weight: bold;
        color: #000;
        font-size: 16px;
        background: #fff;
        padding: 65px 0 8px;
        z-index: 1;
        margin-bottom: 0px;
    }

    #cta-bottom.sticky-cta--sticky {
        position: -webkit-sticky;
        position: sticky;
        bottom: 70px;
        width: 100%;
    }

    #mobile-text.mobile-text--sticky {
        padding: 65px 0 35px;
    }

    #mobile-cta-button {
        display: block !important;
        margin-right: 10px;
    }
}

.pg-list {
    padding: 0;
    list-style: none;
    font-weight: 500;
}

.pg-list li {
    padding: 5px 0 5px 25px;
    position: relative;
}

.pg-list li:before {
    content: "\02713";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #48b54d;
}

.pg-list.square li {
    padding-left: 32px;
}

.pg-list.square li:before {
    border: 1px solid #48b54d;
    width: 20px;
    text-align: center;
}

.player {
    background: #000;
    position: relative;
    z-index: 1;
    margin: 15px 0 0;
}

.player:after {
    content: "";
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(/wp-content/uploads/2019/11/play.svg) center / contain;
    opacity: .8;
    cursor: pointer;
    transition: .25s;
}

.player.playing:after {
    opacity: 0;
    pointer-events: none;
}

.player video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

@media (max-width: 320px) {
    #cta-bottom {
        top: calc(100% - 129px);
    }
}

span[data-geo]:empty {
    display: none;
}

span[data-geo]:before {
    content: attr(data-prepend);
}

#content .logos {
    margin: 0;
}

.logos ul {
    width: 100%;
    clear: both;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0 !important;
}

.logos li {
    width: auto !important;
    margin: 0px !important;
}

.logos img {
    filter: brightness(.25);
    width: auto !important;
    max-height: 62px;
}

.footer-testimonial {
    font-size: 12px;
    font-style: italic;
}

.footer-testimonial--first-child {
    margin-top: 15px;
}

.quotes {
    /* 	background: #fff; */
    /* 	padding: 20px; */
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

.quotes p {
    margin: 0;
}

.quotes .owl-dots {
    display: block;
    outline: none;
}

.quotes .owl-dot {
    background: #ddd !important;
    width: 20px;
    height: 6px;
    margin: 0 4px;
    border-radius: 10px;
    outline: none;
}

.quotes .owl-dot.active,
.quotes .owl-dot:hover {
    background: #7bbaea !important;
}

@media (min-width: 992px) {
    .pg-img img {
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    .banner article img {
        height: auto;
    }
}

.fa,
.fas {
    display: inline-block;
    font-style: normal;
}

.fa-star {
    font-size: 28px;
}

.fa-star:before {
    content: "\02605";
}

/* @media (min-width: 421px) {
	#header .clickToCall .btn {
		padding-left: 20px;
	}
} */

/* Author Meta */
.metadata {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.meta-content {
    display: flex;
    align-items: center;
}

.metadata__author-img {
    display: unset !important;
    margin: 0 !important;
}

.metadata__author-img img {
    border-radius: 50%;
    height: 60px;
    margin: 5px 10px 5px 0;
    overflow: hidden;
    position: relative;
    width: 60px;
    z-index: 1;
    object-fit: cover;
}

.metadata__info {
    color: #737373;
    font-size: 16px;
    line-height: 24px;
}

.metadata__info p {
    margin: 0px;
}

.metadata__rating {
    max-width: 150px;
    background-color: #24bfb8;
    box-shadow: 0 0 4px rgba(0, 0, 0, .16);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #ffe165;
    padding: 0 12px 2px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    position: relative;
}

.metadata__rating-title {
    font-size: 11px;
    border-radius: 4px;
    letter-spacing: 1.5px;
    top: -8px;
    padding: 0 6px;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 15px;
    color: #374499;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .22);
}

.metadata__rating-stars {
    display: flex;
    align-items: center;
}

.metadata__rating-stars img {
    width: 22px;
    margin: 0 2px;
}

@media(max-width: 992px) {
    .metadata {
        flex-direction: column;
    }

    .social-box {
        justify-content: center;
    }
}

/* Social Sharer */
.sharer {
    display: flex;
    align-items: center;
}

.sharer a {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sharer a svg {
    fill: #fff;
}

.sharer a.tw {
    background: #00acee;
}

.sharer a.fb {
    background: #3b5998;
}

.sharer a.mail {
    background: #5787b8;
}

.sharer a.linked {
    background: #0e76a8;
}

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

.social-center .sharer {
    justify-content: center;
}

.social-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.social-video {
    background: #000;
    margin: 10px 0;
}

.social-video video {
    width: 100%;
    max-height: 360px;
}

.notify-bar {
    padding: 10px;
    text-align: center;
    color: #ffffff;
}

/* .btn.nop {
    padding: 8px 20px !important;
} */

.gform_fields input,
.gform_fields select {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 6px 12px;
    font-family: inherit;
    font-size: 16px;
}

.gform_fields input:focus {
    outline: none;
}

.gform_wrapper {
    max-width: 460px;
    margin: 0 auto;
}

.gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gform_fields .gfield {
    margin: 0 0 15px;
}

.gform_fields label {
    font-weight: 500;
    margin: 0 0 5px;
}

.gform_button {
    background: #398e3d;
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    color: #fff;
}

.validation_error {
    font-size: 16px;
    color: #F44336;
    margin: 0 0 15px;
}

.validation_message {
    margin: 5px 0 0;
    font-size: 14px;
    color: #F44336;
}

.gform_confirmation_message {
    color: #388e3c;
    text-align: center;
}

/* Only For show same footer on whole site */
#cr-footer {
    display: none;
}

#footer {
    display: block !important;
}

.fico-score {
    max-width: 580px;
    margin: 0 auto 15px;
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.fico-score th {
    background: #49b74e;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.fico-score td {
    min-width: 90px;
    padding: 8px 4px;
}

.fico-score tr:nth-child(even) {
    background: #f2f2f2;
}

@media (max-width: 575px) {
    .fico-score {
        font-size: 14px;
    }

    .fico-score th {
        font-size: 12px;
    }

    .fico-score td {
        min-width: 75px;
    }
}

.notify_bar {
    margin-bottom: 0px;
    padding: 5px 10px;
    background-color: #dc3545;
}

.nop,
.btn.nop {
    padding: 10px 20px;
}

.testimonial {
    padding: 0 40px;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    left: 100px;
    top: 55px;
    background: #4CAF50 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M504.502,75.496c-9.997-9.998-26.205-9.998-36.204,0L161.594,382.203L43.702,264.311c-9.997-9.998-26.205-9.997-36.204,0 c-9.998,9.997-9.998,26.205,0,36.203l135.994,135.992c9.994,9.997,26.214,9.99,36.204,0L504.502,111.7 C514.5,101.703,514.499,85.494,504.502,75.496z'/%3E%3C/svg%3E") center / 12px no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.testimonial>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.testimonial>div {
    margin-left: 20px;
}

.testimonial>div>div {
    color: #FFCA2C;
    margin: 10px 0 0;
}

.testimonial>div span {
    font-size: 14px;
    font-weight: 300;
    margin-left: 10px;
}

.testimonial>div img {
    height: 12px;
}

.testimonial>div p {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .testimonial {
        display: flex;
        padding: 0 60px;
    }

    .testimonial:before {
        left: 120px;
    }
}

.customer img {
    border-radius: 100px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .banner h1 {
        font-size: 20px;
    }

    .mobile-text {
        font-size: 13px;
        padding: 60px 0 20px;
    }

    #cta-bottom {
        top: calc(100% - 90px);
    }
}

.wp-video {
    margin-bottom: 15px;
}

#cta-bottom .btn {
    background: linear-gradient(#6dab3c, #5a922f);
}

.vc_custom_1611771165877 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #f5f5f5 !important;
}

.vc_custom_1611310882229 {
    background-color: #255474 !important;
}

.vc_custom_1566674322960 {
    margin-top: 20px !important;
}

.vc_custom_1566671780387 {
    margin-bottom: 0px !important;
}

.vc_custom_1581437013610 {
    margin-bottom: 0px !important;
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}

/* Quiz css Start */

.qualifyV2 #ProgressBar {
    max-width: 335px;
    /* max-width: 360px; */
    /* margin: 0px auto 0px auto; */
    margin: -9px auto 0px auto;
}

.qualifyV2 #ProgressBar span {
    padding: 0px;

    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 19px;
    color: #000000;

    text-align: left;
}

.qualifyV2 #ProgressBar span b {
    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 19px;
    font-weight: normal;
    color: #000000;
}

.qualifyV2 #ProgressBar div.bar {
    font-size: 1px;
    width: 100%;
    padding: 0px;
    margin: 4px 0px 0px 0px;
    border: solid 1px #cccccc;
    background: #ffffff;
    height: 6px;
    line-height: 6px;

    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;

    -webkit-appearance: none;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.qualifyV2 #ProgressBar div.bar div {
    background: #52BE61;
    /* background: #e9a800; */
    height: 6px;
    width: 25%;

    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;

    -webkit-appearance: none;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.qualifyV2 .callbtn {
    margin-bottom: 10px !important;
}

.qualifyV2 .callbtn p {
    text-align: right;
}

.qualifyV2 .callbtn p {
    font-size: 20px !important;
    margin-right: 46px;
    margin-bottom: 0px;
    color: rgb(107, 99, 99);
}

.qualifyV2 .callbtn p svg {
    width: 16px !important;
    height: 16px !important;
}

.qualifyV2 .callbtn .cta-button {
    background: transparent !important;
    overflow: hidden;
    color: white;
    max-width: inherit;
    width: auto;
    display: inline-block;
    position: relative;
    text-align: center;
    margin: auto;
    text-decoration: none;
    border-width: 0px;
    border-style: inherit;
    border-color: inherit;
    border-image: initial;
    transition: all 0.4s ease 0s;
    display: inline-block;
    color: #fff;
    background-color: #3ab54b !important;
    border-radius: 6px;
    font-size: 13px;
    padding: 8px 8px 10px;
    margin-top: 3px;
    font-weight: 600;
}

.qualifyV2 .callbtn .cta-button b {
    font-weight: bold;
}

.qualifyV2 .callbtn .cta-button span svg {
    vertical-align: bottom;
    margin-right: 5px;
    margin-bottom: 5px;
    /*  New line */
}

@media (max-width: 500px) {

    .qualifyV2 .callbtn p {
        margin-right: 55px;
    }

    .header {
        margin-top: 0;
    }
}

.qualifyV2 input.button,
.qualifyV2 a.button,
.qualifyV2 a.button:hover {
    font-family: calibri, tahoma, arial, verdana;
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 12px 0px 0px 0px;
    border: none;
    background: #52BE61;
    /* background: #e9a800; */
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.qualifyV2 input.button:hover,
.qualifyV2 input.button:active,
.qualifyV2 a.button:hover {
    background-color: #52BE61;
    /* background-color: #dfa203; */
    text-decoration: none;
}

#Thankyou a.button.fb_call {
    position: relative;
}

#Thankyou a.button.fb_call img {
    vertical-align: middle;
}

#Thankyou a.button.fb_call:before {
    content: "";
    -webkit-animation: ripple .6s linear infinite;
    animation: ripple .6s linear infinite;
    border-radius: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    position: absolute;
    width: 2px;
    height: 2px;
    left: 38%;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    border-radius: 50%;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .12), 0 0 0 20px rgba(255, 255, 255, .1), 0 0 0 40px rgba(255, 255, 255, .1), 0 0 0 60px rgba(255, 255, 255, .1)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, .12), 0 0 0 40px rgba(255, 255, 255, .12), 0 0 0 60px rgba(255, 255, 255, .12), 0 0 0 80px transparent
    }
}

.qualifyV2 #ProgressBar span {
    padding: 0px;

    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 19px;
    color: #000000;

    text-align: left;
}

.qualifyV2 #ProgressBar span b {
    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 19px;
    font-weight: normal;
    color: #000000;
}

.qualifyV2 #ProgressBar div.bar {
    font-size: 1px;
    width: 100%;
    padding: 0px;
    margin: 4px 0px 0px 0px;
    border: solid 1px #cccccc;
    background: #ffffff;
    height: 6px;
    line-height: 6px;

    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;

    -webkit-appearance: none;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.qualifyV2 #ProgressBar div.bar div {
    background: #52BE61;
    /* background: #e9a800; */
    height: 6px;
    width: 25%;

    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;

    -webkit-appearance: none;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.qualifyV2 #Contact {
    /* padding-top: 50px; */
    padding-top: 15px;
}

.qualifyV2 #Contact center,
.qualifyV2 #Contact center a,
.qualifyV2 #Contact center a:hover {
    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 12px;
    color: #000000;
}

.qualifyV2 #Contact #ContactDetails {
    max-width: 500px;
    margin: 15px auto 20px auto;
}

.qualifyV2 #Contact #ContactDetails label {
    margin: 15px 0px 10px 0px;
    padding: 0px;

    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 19px;
    color: #000000;
}

.qualifyV2 #Contact #ContactDetails input.textbox {
    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 18px;
    color: #333333;

    padding: 0px 8px 0px 8px;
    border: solid 1px #dddddd;
    background: #ffffff;
    height: 42px;
    line-height: 42px;
    outline: none;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.qualifyV2 #Loader,
.qualifyV2 #Thankyou {
    border-top: 5px solid #00007c;
    padding: 40px 8px;
    margin: 25px 0px 0px 0px;

    text-align: center;
    /* line-height: 1.75; */
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
    transition: all 0.2s ease;
}

.qualifyV2 #Thankyou p {
    font-size: 18px;
    margin: 0px 0px 25px 0px;
}

.qualifyV2 #Thankyou p b {
    font-size: 21px;
    color: #2fbdaa;
}

.qualifyV2 p {
    margin: 15px 0px 15px 0px;
    padding: 0px;

    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 28px;
    color: #000000;

    text-align: center;
}

.qualifyV2 #Thankyou h3 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 24px;
    font-weight: normal;
    color: #2fbdaa;
    text-align: center;
}

.qualifyV2 #Thankyou h2,
.qualifyV2 #Loader h2 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.qualifyV2 #Thankyou h5 {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.qualifyV2 #Thankyou h5 span {
    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
}

.qualifyV2 #Thankyou .greenDot {
    display: inline-block;
    margin: 15px auto 0px auto;

    font-family: "Segoe UI", calibri, tahoma, arial, verdana;
    font-size: 16px;
}

.qualifyV2 #Thankyou .greenDot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #48b54d;
    margin-right: 5px;

    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


@media all and (max-width : 640px) {
    .qualifyV2 {
        padding: 15px 15px 20px 15px;
    }


    .qualifyV2 .form h1 {
        padding: 0px 10px 0px 10px;
        font-size: 20px;
    }

    .qualifyV2 .form h1 b {
        font-size: 20px;
    }

    .qualifyV2 .form h2 {
        margin: 0px 0px 15px 0px;
        font-size: 20px;
    }

    /* .qualifyV2 p {
            margin: 12px 0px 12px 0px;
            font-size: 20px;
        } */


    .qualifyV2 #Questions {
        margin: 30px 0px 0px 0px;
    }

    .qualifyV2 #Contact {
        /* padding-top: 30px; */
        padding-top: 7px;
    }

    .qualifyV2 #Contact p {
        margin-bottom: 10px;
    }

    .qualifyV2 #Contact #ContactDetails {
        margin: 5px auto 15px auto;
    }

    .qualifyV2 #Contact #ContactDetails label {
        margin: 12px 0px 8px 0px;
        font-size: 18px;
    }

    .qualifyV2 #Loader,
    .qualifyV2 #Thankyou {
        margin-bottom: 20px;
    }

    .qualifyV2 #Thankyou p {
        line-height: 1.5;
    }

    .qualifyV2 #Thankyou h2,
    .qualifyV2 #Loader h2 {
        font-size: 21px;
    }

    .qualifyV2 #Thankyou h3 {
        line-height: 1.3;
    }
}

.hidden {
    display: none;
}

input.textbox,
.form input.textbox {
    width: calc(100% - 16px);
}

.qualifyV2 form {
    width: auto;
    max-width: 810px;
    margin: 0px auto 0px auto;
}

.errors {
    border: 1px solid red !important;
    width: 100%;
}

/* Quiz css End */