* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border: none;
    box-shadow: none !important;
}

body {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    color: #000 !important;
    background: #fff;
}

a,
img,
button,
input[type="submit"] {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.clear {
    clear: both;
    width: 100%;
}


header.site-header {
    margin: 0;
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%
}

header.site-header .row {
    align-items: center;
}

.top_header {
    display: flex;
    justify-content: space-between;
}

header.site-header .site-brand img {
    max-width: 230px;
    width: 100%
}

header.site-header .contact-info {
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap
}

header.site-header .contact-info li {
    margin: 0 0 0 15px;
    padding: 0;
    display: flex;
    color: #fff
}

header.site-header .contact-info li a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    margin: 0 0 0 5px;
}

header.site-header .contact-info li a:hover {
    color: #55A7DC
}

header.site-header .contact-info li span {
    padding: 0 5px 0 0;
}


.home-banner {
    margin: 0;
    padding: 100px 0 0px 0;
    position: relative;
    width: 100%;
    color: #fff;
    background: url("../images/home-banner-bg.jpg") no-repeat center center;
    background-size: cover;
}

.home-banner h1 {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 44px;
    font-weight: 700
}

.home-banner h1 span {
    color: #F0984D
}

.home-banner .btn-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.home-banner .btn-list li {
    margin: 0 15px 0 0;
    padding: 0
}

.home-banner .btn-list li a {
    display: inline-flex;
    padding: 10px 30px;
    background: #f0984e;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    font-weight: 500
}

.home-banner .btn-list li a:hover {
    background: #56a7dc
}

.home-banner .btn-list li:last-child a {
    background: #56a7dc;
}

.home-banner .btn-list li:last-child a:hover {
    background: #f0984e
}

.home-banner .highlight {
    padding: 0 0 10px 0;
    font-weight: 600;
    font-size: 18px
}

.home-banner .highlight a {
    color: #fff;
    text-decoration: none;
}

.home-banner .highlight a:hover {
    color: #F0984D
}

.home-banner .content-box p span {
    color: #f0984e;
}

.home-banner .content-box p {
    font-size: 20px;
}

.home-banner .content-box,
.home-banner .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.banner_img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0 0
}

.accredited-business {
    position: absolute;
    right: -10%;
    top: 24px;
    background: #000000;
    border-radius: 10px;
}

.home-banner .highlight {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    font-weight: 600;
    font-size: 18px
}


.service-plan {
    padding: 60px 0;
    position: relative;
    margin: 0;
    width: 100%;
    text-align: center;
    background: #fff;
}

.service-plan h3 {
    color: #000;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 600
}

.service-plan h3 span {
    color: #F0984D
}

.service-plan .plan-list {
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100%;
    list-style-type: none
}

.service-plan .plan-list li {
    width: 33.333%;
    padding: 0 15px;
    text-align: left;
    background: #fff;
}

.service-plan .content-box {
    border: 1px solid #D3D3D3;
    padding: 0 0 60px 0;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    position: relative;
    height: 100%;
}

.service-plan .content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.service-plan .content .list-items {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none
}

.service-plan .content .list-items li {
    width: 100%;
    margin: 10px 0;
    padding: 0 0 0 20px;
    color: #000;
    position: relative;
    font-size: 16px;
    display: flex
}

.service-plan .content .list-items li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    min-width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 5px
}

.service-plan .plan-list li .custom-btn {
    margin: 15px 0 0 0;
    padding: 0 15px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 15px;
    left: 0;
}

.service-plan .plan-list li .custom-btn a {
    display: block;
    padding: 10px;
    text-align: center;
    background: #36ABF6;
    color: #000;
    border-radius: 30px;
    text-decoration: none
}

.service-plan .plan-list li .custom-btn a:hover {
    background: #F0984D
}

.service-plan .plan-list li:nth-child(even) .custom-btn a {
    background: #F0984D
}

.service-plan .plan-list li:nth-child(even) .custom-btn a:hover {
    background: #36ABF6;
}

.service-plan .plan-list li:nth-child(even) .content-box {
    border: none;
    box-shadow: 0 0px 15px #efd1b7;
}

.service-plan .top {
    border-bottom: 1px solid #D3D3D3;
    padding: 15px
}

.service-plan .top .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0
}

.service-plan .top .price {
    font-size: 44px;
    font-weight: 800;
    line-height: 48px
}

.service-plan .top .price span {
    font-weight: 500
}

.service-plan .top .price sup {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -30px
}

.service-plan .top .price sub {
    font-size: 18px;
    font-weight: 400
}

.service-plan .plan-list li:nth-child(even) .top {
    background: rgb(240, 152, 77);
    background: linear-gradient(90deg, rgba(240, 152, 77, 1) 26%, rgba(240, 152, 77, 0.6530987394957983) 72%, rgba(240, 152, 77, 1) 100%);
    color: #fff
}


.compare-credit-solution {
    padding: 60px 0;
    position: relative;
    width: 100%;
    margin: 0;
    background: #fff;
    text-align: center;
}

.compare-credit-solution .img-box,
.compare-credit-solution .content-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.compare-credit-solution .img-box {
    justify-content: flex-end;
}

.compare-credit-solution .img-box img {
    height: 100%;
    object-fit: cover
}

.compare-credit-solution h3 {
    color: #000;
    margin: 0 0 30px 0;
    font-size: 32px;
    font-weight: 700
}

.compare-credit-solution h3 span {
    color: #F0984D
}

.compare-credit-solution .responsive-table {
    border-radius: 15px;
    overflow: hidden;
}

.compare-credit-solution table {
    width: 100%;
    text-align: left;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #D1D1D1;
    padding: 0;
    font-size: 18px;
}

.compare-credit-solution table th,
.compare-credit-solution table td {
    padding: 10px;
    border: 1px solid #D1D1D1
}

.compare-credit-solution table .red {
    background: #FFD4D4;
    color: #FF0000
}

.compare-credit-solution table .green {
    background: #E7FFEA;
    color: #009028
}

.compare-credit-solution table th:nth-child(2) {
    color: #36ABF6
}

.financial-success {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    background: #fff
}

.financial-success .row {
    margin: 0
}

.financial-success [class*='col'] {
    padding-left: 0;
    padding-right: 0;
}

.financial-success .img-box,
.financial-success .content-box {
    display: flex;
    flex-direction: column
}

.financial-success .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px 0 0 30px
}

.financial-success .content-box {
    background: #0A132D;
    color: #fff;
    padding: 30px;
    border-radius: 0 30px 30px 0
}

.financial-success .content-box h3 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 600
}

.financial-success .content-box h3 span {
    color: #F0984D
}

.financial-success .content-box p:last-child {
    margin-bottom: 0
}

.service-counter {
    padding: 30px 0;
    position: relative;
    width: 100%;
    margin: 0;
    background: rgb(218, 109, 16);
    background: linear-gradient(0deg, rgba(218, 109, 16, 1) 0%, rgba(240, 152, 77, 1) 100%);
}

.service-counter .row {
    align-items: center
}

.service-counter h2 {
    color: #000;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}

.service-counter .list-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.service-counter .list-items li {
    width: 33.333%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    text-align: center
}

/* .service-counter .list-items .title {
    font-size: 21px;
    font-weight: 500;
    line-height: normal
} */

.service-counter .list-items .points {
    font-size: 36px;
    font-weight: 700;
    line-height: normal
}


.financial-potential {
    padding: 60px 0;
    position: relative;
    width: 100%;
    margin: 0;
    background: #E8F4FF;
}

.financial-potential h4 {
    color: #000;
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 700
}

.financial-potential h4 span {
    color: #F0984D
}

.financial-potential .img-box img {
    border-radius: 15px
}

.financial-potential .list-items {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.financial-potential .list-items:before {
    width: 1px;
    height: 100%;
    background: #ccc;
    content: "";
    position: absolute;
    left: 50%;
    top: 0
}

.financial-potential .list-items:after {
    width: 100%;
    height: 1px;
    background: #ccc;
    content: "";
    position: absolute;
    left: 0;
    top: 50%
}

.financial-potential .list-items li {
    width: 50%;
    padding: 15px;
    text-align: center;
    position: relative
}

.financial-potential .list-items .title {
    font-size: 21px;
    font-weight: 600
}

.financial-potential .list-items .icon {
    background: #F0984D;
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto 10px auto;
    display: block;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exclusive-free-consultations {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative
}

.exclusive-free-consultations h2 {
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 30px;
    font-weight: 700
}

.exclusive-free-consultations h2 span {
    color: #F0984D
}

.exclusive-free-consultations .img-bg {
    padding: 45px;
    border-radius: 0 0 30px 30px;
    background: url("../images/exclusive-free-consultations-bg.jpg") no-repeat 30% top;
    background-size: cover;
}

.exclusive-free-consultations .bg {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 15px;
    font-size: 15px;
}

.exclusive-free-consultations .bg label {
    display: block;
    margin: 0;
    color: #000
}

.exclusive-free-consultations .bg label span {
    color: #FF0000
}

.exclusive-free-consultations .bg input,
.exclusive-free-consultations .bg select {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #BFBFBF;
    border-radius: 10px;
    margin: 0 0 10px 0
}

.exclusive-free-consultations .bg input[type="submit"] {
    background: #F0984D;
    color: #fff;
    border: none;
    width: auto;
    padding: 10px 30px;
    margin: 0;
    cursor: pointer;
}

.exclusive-free-consultations .bg input[type="submit"]:hover {
    background: #56a7dc;
}

.exclusive-free-consultations .bg p strong {
    font-weight: 600
}

.exclusive-free-consultations p span {
    color: #f0984e;
}

.exclusive-free-consultations .checkbox label {
    display: inline-block;
    margin: 0 10px 5px 0
}

.exclusive-free-consultations .checkbox label input[type="checkbox"] {
    width: auto;
    margin: 0
}

.exclusive-free-consultations .bg .sub-title {
    color: #000;
    margin: 0 0 15px 0;
    font-size: 21px;
    font-weight: 600;
    line-height: normal
}

.exclusive-free-consultations .bg .sub-title span {
    color: #F0984D
}

.exclusive-free-consultations,
.exclusive-free-consultations .form-box {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.exclusive-free-consultations .bg .row {
    margin: 0 -5px;
}

.exclusive-free-consultations .bg [class*='col'] {
    padding-left: 5px;
    padding-right: 5px
}

.exclusive-free-consultations .content-box .list-items {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

.exclusive-free-consultations .content-box .list-items li {
    background: #55a7dc;
    padding: 12px;
    width: auto;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    position: absolute
}

.exclusive-free-consultations .content-box .list-items li span {
    background: #2ad352;
    font-size: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center
}

.exclusive-free-consultations .content-box .list-items li:nth-child(even) {
    background: #e18434
}

.exclusive-free-consultations .content-box .list-items li:nth-child(1) {
    left: 42%;
    bottom: 23%;
}

.exclusive-free-consultations .content-box .list-items li:nth-child(2) {
    left: 0;
    top: 55%
}

.exclusive-free-consultations .content-box .list-items li:nth-child(3) {
    right: 0;
    top: 0
}

.exclusive-free-consultations .content-box .list-items li:nth-child(4) {
    right: 0;
    top: 48%;
}





footer.site-footer .newsletter input {
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    border: none;
    border-radius: 10px
}

footer.site-footer .newsletter input[type="submit"] {
    background: #F98B01;
    width: 100%;
    color: #fff;
    padding: 13px 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}

footer.site-footer .newsletter input[type="submit"]:hover {
    background: #55A7DC
}

footer.site-footer .newsletter input[type="text"] {
    background: #fff url("../images/user-icon.png") no-repeat 10px center;
    padding-left: 40px;
}

footer.site-footer .newsletter input[type="email"] {
    background: #fff url("../images/email-icon.png") no-repeat 10px center;
    padding-left: 40px;
}

footer.site-footer {
    margin: 0;
    padding: 60px 0 15px 0;
    background: #0A132D;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center
}

footer.site-footer .row {
    align-items: center
}

footer.site-footer h5 {
    color: #fff;
    margin: 0 0 25px 0;
    font-size: 30px;
    font-weight: 600
}

footer.site-footer .newsletter .row {
    margin: 0 -10px
}

footer.site-footer .newsletter {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: block
}

footer.site-footer .newsletter [class*='col'] {
    padding-left: 10px;
    padding-right: 10px;
}

footer.site-footer .info-list {
    margin: 30px 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

footer.site-footer .info-list li {
    width: auto;
    display: flex;
    margin: 0;
    padding: 0 15px;
    justify-content: center;
    align-items: center
}

footer.site-footer .info-list li a {
    color: #fff;
    padding: 0;
    margin: 0;
    display: inline-flex;
    text-decoration: none
}

footer.site-footer .info-list li a:hover {
    color: #55A7DC
}

footer.site-footer .info-list li span {
    font-size: 21px;
    margin: 0;
    padding: 0 10px 0 0
}

footer.site-footer .social-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%
}

footer.site-footer .social-list li {
    width: auto;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    color: #fff
}

footer.site-footer .social-list li a {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 21px
}

footer.site-footer .brand-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    justify-content: flex-end
}

footer.site-footer .brand-list {
    width: auto;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
    color: #fff
}

footer.site-footer .copyright {
    padding: 0;
    margin: 0;
    color: #fff
}

footer.site-footer .copyright p {
    margin: 0
}

footer.site-footer .copyright a,
footer.site-footer .copyright p a {
    color: #fff;
    text-decoration: none
}

footer.site-footer .copyright a:hover,
footer.site-footer .copyright p a:hover {
    color: #55A7DC
}

footer.site-footer hr {
    width: 100%;
    margin: 30px 0;
    padding: 0;
    background: #474e61
}


/* new added 13-11-2024 */
.gjs-cell input[type="text"] {
    flex-basis: 40%;
}

.gjs-cell input[type="email"] {
    flex-basis: 60%;
}

.gjs-cell input[type="submit"] {
    flex-basis: 20%;
}

.gjs-cell {
    display: flex;
    gap: 15px;
}



/* responsive css */
@media (max-width:1200px) {
    .home-banner h1 {
        font-size: 26px;
    }

    .home-banner .content-box p {
        font-size: 16px;
    }

    .home-banner .btn-list {
        margin: 10px 0px;
    }

    .service-counter .list-items .points {
        font-size: 22px;
    }

    .service-counter h2 {
        font-size: 24px;
    }

    .service-counter .list-items .title {
        font-size: 15px;
    }

    .exclusive-free-consultations .content-box .list-items {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 10px;
        margin: 15px 0;
    }


    .exclusive-free-consultations .content-box .list-items li {
        position: static;
    }

    .service-plan .plan-list li {
        width: 50%;
        margin: 13px 0;
    }

}

@media (max-width:991px) {

    .financial-success .content-box h3 {
        font-size: 18px;
    }

    .service-plan .top .price {
        font-size: 32px;
        line-height: 38px;
        margin: 2px 0;
    }

}

@media (max-width:767px) {
    .service-plan .plan-list li {
        width: 100%;
    }

    .financial-success .img-box img,
    .financial-success .content-box {
        border-radius: 0;
    }

    footer.site-footer .brand-list {
        justify-content: center;
    }

    footer.site-footer .social-list {
        justify-content: center;
        margin: 29px 0 0 0;
    }

    .compare-credit-solution .responsive-table {
        overflow: overlay;
    }

    .service-counter .list-items li {
        width: 100%;
        padding: 0 15px;
        flex-direction: column;
        text-align: center;
    }

    .service-counter h2 {
        text-align: center;
        margin-bottom: 15px;
    }

    .service-counter .list-items li {
        width: 100%;
        margin-bottom: 15px;
    }
}


@media (max-width:600px) {
    .accredited-business {
        position: absolute;
        left: 6%;
        top: 1px;
        width: 200px;
        border-radius: 30px 0 0 30px;
    }

    .exclusive-free-consultations .img-bg {
        padding: 10px;
    }


    .gjs-cell {
        flex-direction: column;
    }

    .gjs-cell input {
        flex-basis: 100%;
    }

    .financial-potential .list-items .title {
        font-size: 16px;

    }

    .home-banner .btn-list {
        margin: 20px 0px;
    }
}

@media (max-width:480px) {}