@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@100;300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

h1,
h2,
h3,
h4,
h5 {
    /*font-family: Raleway, 'Open Sans' !important;*/
    font-family: 'Comfortaa', cursive !important;
    font-weight: 600;
    color: #30608f !important
}

p {
    /*font-family: 'Nunito Sans', 'Open Sans' !important;*/
}

label {
    font-weight: 600;
}


.btn {
    /*padding: 16px 12px;*/
    /*font-family: 'Nunito Sans', 'Open Sans';*/

    padding: 12px 22px;
    align-items: center;
    border-radius: 50px !important;
    font-size: 16px;
    font-weight: 600;
    
    
    font-family: 'Quicksand', sans-serif !important;
}

.btn-sm {
    /*padding: 16px 12px;*/
    /*font-family: 'Nunito Sans', 'Open Sans';*/

    padding: 5px 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif !important;
}


.btn-primary {
    color: #fff !important;
    background-color: #30608f;
    border-color: #30608f;
}

    .btn-primary:hover,
    .btn-primary.focus,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff !important;
        background-color: #30608f;
        border-color: #30608f;
    }


.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-wide-1 {
    width: 100px;
}

.btn-wide-2 {
    width: 200px;
}

.btn-wide-3 {
    width: 300px;
}

.btn-primary-alt {
    color: #fff;
    background-color: #6fd5d3;
    border-color: #6fd5d3;
}

.text-left {
    text-align: left;
}

.border-primary {
    border: 2px solid #2cace2 !important;
}

@media only screen and (max-width: 576px) {
    .u-sm-block {
        width: 100% !important;
    }

    .sm-float-unset {
        float: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .u-md-block {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .u-lg-block {
        width: 100% !important;
    }
}

.number {
    font-family: 'Quicksand', sans-serif !important;
}

.ff-alt {
    font-family: 'Quicksand', sans-serif !important;
}

.ff-alt-2 {
    font-family: 'Quicksand', sans-serif !important;
}

/* Font sizes */

.fs-0-8 {
    font-size: .8rem !important
}

.fs-0-9 {
    font-size: 1rem !important
}

.fs-1 {
    font-size: 1rem !important
}

.fs-1-2 {
    font-size: 1.2rem !important
}

.fs-1-5 {
    font-size: 1.5rem !important
}

.fs-1-7 {
    font-size: 1.75rem !important
}

.fs-2 {
    font-size: 2rem !important
}

.fs-2-5 {
    font-size: 2.5rem !important
}

.fs-3 {
    font-size: 3rem !important
}

.fs-4 {
    font-size: 4rem !important
}

.fs-5 {
    font-size: 5rem !important
}

@media only screen and (max-width: 768px) {
    .md-fs-0-7 {
        font-size: .7rem !important
    }

    .md-fs-0-8 {
        font-size: .8rem !important
    }

    .md-fs-0-9 {
        font-size: .9rem !important
    }

    .md-fs-1 {
        font-size: 1rem !important
    }

    .md-fs-1-2 {
        font-size: 1.2rem !important
    }

    .md-fs-1-5 {
        font-size: 1.5rem !important
    }

    .md-fs-1-7 {
        font-size: 1.75rem !important
    }

    .md-fs-2 {
        font-size: 2rem !important
    }

    .md-fs-2-5 {
        font-size: 2.5rem !important
    }

    .md-fs-3 {
        font-size: 3rem !important
    }

    .md-fs-3-5 {
        font-size: 3.5rem !important
    }

    .md-fs-4 {
        font-size: 4rem !important
    }

    .md-fs-5 {
        font-size: 5rem !important
    }
}

@media only screen and (max-width: 576px) {
    .sm-fs-0-7 {
        font-size: .7rem !important
    }

    .sm-fs-0-8 {
        font-size: .8rem !important
    }

    .sm-fs-0-9 {
        font-size: .9rem !important
    }

    .sm-fs-1 {
        font-size: 1rem !important
    }

    .sm-fs-1-2 {
        font-size: 1.2rem !important
    }

    .sm-fs-1-5 {
        font-size: 1.5rem !important
    }

    .sm-fs-1-7 {
        font-size: 1.75rem !important
    }

    .sm-fs-2 {
        font-size: 2rem !important
    }

    .sm-fs-2-5 {
        font-size: 2.5rem !important
    }

    .sm-fs-3 {
        font-size: 3rem !important
    }

    .sm-fs-4 {
        font-size: 4rem !important
    }

    .sm-fs-5 {
        font-size: 5rem !important
    }
}

.fw-300 {
    font-weight: 400;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/* End Font sizes */

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-0 {
    margin-left: 0;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-0 {
    margin-right: 0;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.section_padding_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section_padding_0_80 {
    padding-top: 0px;
    padding-bottom: 80px;
}

.section_padding_80_0 {
    padding-top: 80px;
    padding-bottom: 0px;
}

.section_padding_130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.section_padding_0_130 {
    padding-top: 0px;
    padding-bottom: 130px;
}

.section_padding_130_0 {
    padding-top: 130px;
    padding-bottom: 0px;
}

.section_padding_130_80 {
    padding-top: 130px;
    padding-bottom: 80px;
}

.section_padding_160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.section_padding_0_160 {
    padding-top: 0px;
    padding-bottom: 160px;
}

.section_padding_160_0 {
    padding-top: 160px;
    padding-bottom: 0px;
}

.section_padding_160_30 {
    padding-top: 160px;
    padding-bottom: 30px;
}

.section_padding_160_80 {
    padding-top: 160px;
    padding-bottom: 80px;
}

.section_padding_160_130 {
    padding-top: 130px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .lg-section_padding_80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .lg-section_padding_0_80 {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .lg-section_padding_80_0 {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .lg-section_padding_130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .lg-section_padding_0_130 {
        padding-top: 0px;
        padding-bottom: 130px;
    }

    .lg-section_padding_130_0 {
        padding-top: 130px;
        padding-bottom: 0px;
    }

    .lg-section_padding_160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .lg-section_padding_0_160 {
        padding-top: 0px;
        padding-bottom: 160px;
    }

    .lg-section_padding_160_0 {
        padding-top: 160px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .md-section_padding_80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .md-section_padding_0_80 {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .md-section_padding_80_0 {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .md-section_padding_130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .md-section_padding_0_130 {
        padding-top: 0px;
        padding-bottom: 130px;
    }

    .md-section_padding_130_0 {
        padding-top: 130px;
        padding-bottom: 0px;
    }

    .md-section_padding_160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .md-section_padding_0_160 {
        padding-top: 0px;
        padding-bottom: 160px;
    }

    .md-section_padding_160_0 {
        padding-top: 160px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .sm-section_padding_80 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .sm-section_padding_0_80 {
        padding-top: 0px;
        padding-bottom: 80px;
    }

    .sm-section_padding_80_0 {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .sm-section_padding_100_0 {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    .sm-section_padding_130 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .sm-section_padding_0_130 {
        padding-top: 0px;
        padding-bottom: 130px;
    }

    .sm-section_padding_130_0 {
        padding-top: 130px;
        padding-bottom: 0px;
    }

    .sm-section_padding_160 {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .sm-section_padding_0_160 {
        padding-top: 0px;
        padding-bottom: 160px;
    }

    .sm-section_padding_160_0 {
        padding-top: 160px;
        padding-bottom: 0px;
    }
}

.section_heading {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.section_heading h6 {
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 6px;
    padding: .5rem 1.5rem;
    background-color: #3f43fd;
    font-weight: 400;
    display: inline-block;
}

.section_heading h3 {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.5;
}


.bg-light-grey {
    background: #f4f8fb !important;
}

.shadow-md {
    /* box-shadow: 0px 5px 30px -10px rgb(0 0 0 / 10%); */
    box-shadow: 0 4px 8px rgb(51 77 114 / 6%), 0 20px 40px rgb(51 77 114 / 6%);
    border-radius: 20px;
}

.rounded-small {
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}

.rounded {
    border-radius: 10px !important;
}

.rounded-small i {
    font-size: 10px;
}

.rounded-medium {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.rounded-medium i {
    font-size: 16px;
}

.dropdown-notification {
    border: 2px solid #2ca9e3;
    padding: .5rem !important;
}

.custom-alert {
    position: fixed;
    left: 50%;
    top: 20%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 999;
    border-radius: 0px;
}

@media only screen and (max-width: 576px) {
    .custom-alert {
        top: 20%
    }
}

.panel {
    -webkit-box-shadow: 0px 5px 30px -10px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 30px -10px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 3rem;
}

@media only screen and (max-width:576px) {
    .panel {
        padding: 2rem;
    }
}

.services-box {
    -webkit-box-shadow: 0px 0px 20px rgb(83 88 93 / 15%) !important;
    box-shadow: 0px 0px 20px rgb(83 88 93 / 15%) !important;
    border-radius: 20px;
    min-height: 340px;
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .services-box {
        min-height: 350px !important;
    }
}

.services-box .services-icon {
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.form-control-lg {
    font-size: 1rem;
    font-weight: 600;
}

.input-symbol-pound,
.input-symbol-dollar {
    position: relative;
}

.input-symbol-pound input,
.input-symbol-dollar input {
    padding-left: 30px;
    position: relative;
}

.input-symbol-pound:before,
.input-symbol-dollar:before {
    position: absolute;
    top: 9px;
    left: 15px;
    z-index: 10;
    color: #495057;
    font-family: 'Quicksand', sans-serif;
}

.input-symbol-pound:before {
    content: "£";
}

.input-symbol-dollar:before {
    content: "$";
}


.input-symbol-pound-lg {
    font-size: 1.5rem;
}

.input-symbol-pound-lg:before {
    top: 0px;
    padding-left: 50px;
    color: #020710;
}

.date-group {
    display: flex;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 22px;
}

.date-group input {
    border: none !important;
    width: 65px
}

.date-group .date-field:last-of-type {
    width: 120px
}

.date-group span {
    content: "/";
    display: block;
    width: 2px;
    background: #ddd;
    height: 20px;
    transform: rotate(15deg) translateY(15%);
    margin: 15px 4px;
}

.nav.login {
    border-bottom: 1px solid #ddd;
}

.nav.login .nav-link.active {
    border-bottom: 2px solid #6fd5d3;
    margin-bottom: -1px;
}

#login-form .error-message {
    font-weight: 300 !important;
    font-size: .9rem;
}

.cookie-consent {
    background: #fff;
    z-index: 9999;
    top: 10%;
    position: fixed;
    right: 0;
    background-color: #fff;
    width: 60%;
    max-width: 650px;
    border-radius: 2.5px;
    left: 1em;
    margin: 0 auto;
    font-size: 14px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2rem;
}

@media only screen and (max-width: 576px) {
    .cookie-consent {
        width: 85% !important;
    }

    .js-cookie-consent-agree {
        font-size: 14px !important;
    }

    .cookie-consent {
        font-size: 14px !important
    }
}

.js-cookie-consent-agree {
    color: #fff !important;
    background-color: #6fd5d3;
    border-color: #6fd5d3;
    padding: 10px 20px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    border-radius: 0px !important;
    margin-top: 10px;
    margin-left: 35px
}

.js-cookie-bg-overlay {
    background: #f4f8fb;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.main-section {
    background-color: #f4f8fb;
}

@media only screen and (max-width: 576px) {
    .main-section {
        background-image: unset;
        background: #f0fcf9;
    }
}

@media only screen and (max-width: 767px) {
    .classy-navbar .nav-brand {
        width: 90px;
    }
}

/* Footer CSS */

.footer_area {
    background: #192851;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer_bg {
    position: absolute;
    top: 0px;
    left: 0px
}

.footer_area .row {
    margin-left: -25px;
    margin-right: -25px;
}

.footer_area .row .col,
.footer_area .row .col-1,
.footer_area .row .col-10,
.footer_area .row .col-11,
.footer_area .row .col-12,
.footer_area .row .col-2,
.footer_area .row .col-3,
.footer_area .row .col-4,
.footer_area .row .col-5,
.footer_area .row .col-6,
.footer_area .row .col-7,
.footer_area .row .col-8,
.footer_area .row .col-9,
.footer_area .row .col-auto,
.footer_area .row .col-lg,
.footer_area .row .col-lg-1,
.footer_area .row .col-lg-10,
.footer_area .row .col-lg-11,
.footer_area .row .col-lg-12,
.footer_area .row .col-lg-2,
.footer_area .row .col-lg-3,
.footer_area .row .col-lg-4,
.footer_area .row .col-lg-5,
.footer_area .row .col-lg-6,
.footer_area .row .col-lg-7,
.footer_area .row .col-lg-8,
.footer_area .row .col-lg-9,
.footer_area .row .col-lg-auto,
.footer_area .row .col-md,
.footer_area .row .col-md-1,
.footer_area .row .col-md-10,
.footer_area .row .col-md-11,
.footer_area .row .col-md-12,
.footer_area .row .col-md-2,
.footer_area .row .col-md-3,
.footer_area .row .col-md-4,
.footer_area .row .col-md-5,
.footer_area .row .col-md-6,
.footer_area .row .col-md-7,
.footer_area .row .col-md-8,
.footer_area .row .col-md-9,
.footer_area .row .col-md-auto,
.footer_area .row .col-sm,
.footer_area .row .col-sm-1,
.footer_area .row .col-sm-10,
.footer_area .row .col-sm-11,
.footer_area .row .col-sm-12,
.footer_area .row .col-sm-2,
.footer_area .row .col-sm-3,
.footer_area .row .col-sm-4,
.footer_area .row .col-sm-5,
.footer_area .row .col-sm-6,
.footer_area .row .col-sm-7,
.footer_area .row .col-sm-8,
.footer_area .row .col-sm-9,
.footer_area .row .col-sm-auto,
.footer_area .row .col-xl,
.footer_area .row .col-xl-1,
.footer_area .row .col-xl-10,
.footer_area .row .col-xl-11,
.footer_area .row .col-xl-12,
.footer_area .row .col-xl-2,
.footer_area .row .col-xl-3,
.footer_area .row .col-xl-4,
.footer_area .row .col-xl-5,
.footer_area .row .col-xl-6,
.footer_area .row .col-xl-7,
.footer_area .row .col-xl-8,
.footer_area .row .col-xl-9,
.footer_area .row .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
}

.single-footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

.single-footer-widget .copywrite-text {
    color: #fff;
    font-size: 1rem;
    line-height: 30px
}

.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
    color: #fff;
}

    .single-footer-widget .widget-title {
        color: #30608f;
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        font-weight: 600
    }

.single-footer-widget .footer_menu li a {
    color: #020710 !important;
    margin-bottom: 1rem;
    display: block;
    font-size: 1rem;
}

.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
    color: #ddd;
}

.single-footer-widget .footer_menu li:last-child a {
    margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
    .footer-logo {
        width: 100px !important;
    }

}

@media only screen and (max-width: 768px) {
    .footer-logo {
        width: 100px !important;
    }

}

.footer_area hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer_social_area {
    position: relative;
    z-index: 1;
}

.social_icon {
    font-size: 1.5rem;
    color: #30608f !important;
}

    .social_icon:hover {
        color: #2cace2 !important;
        text-decoration: none;
    }

@media (max-width: 575px) {
    .single-footer-widget {
        margin-bottom: 2rem;
    }

    .single-footer-widget h5 {
        text-decoration: underline;
    }
}

.footer_social_area a {
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
    background-color: #f5f5ff;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
}

.footer_social_area a i {
    line-height: 36px;
}

.footer_social_area a:hover,
.footer_social_area a:focus {
    color: #ffffff;
}

.footer-policy {
    padding-top: 15px;
}

.footer-policy p {
    font-size: .7rem;
    color: #9a97ab !important;
    margin-bottom: 0 !important;
}

/* Range slider */
.irs--round .irs-line {
    top: 20px;
    height: 10px;
    background-color: #dee4ec;
    border-radius: 20px;
}

.irs--round .irs-bar {
    top: 20px;
    height: 10px;
    background-color: #30608f;
}

.irs--round .irs-handle {
    top: 15px;
    width: 20px;
    height: 20px;
    border: 4px solid #30608f;
    background-color: #30608f;
    border-radius: 24px;
}


@media only screen and (max-width: 576px) {
    .irs--round .irs-handle {
        top: 10px;
        width: 35px;
        height: 35px;
        border: 4px solid #4ae4f5;
        background-color: #4ae4f5;
        border-radius: 24px;
    }
}

.irs--round {
    height: 50px;
}

.irs-line {
    position: relative;
    display: block;
    overflow: unset;
    outline: none !important;
}

.irs--round .irs-handle.single::before {
    position: absolute;
    top: 10px;
    left: 6px;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    content: "";
    font-weight: 900;
    color: #fff;
}

.irs--round .irs-handle.single::after {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    content: "";
    font-weight: 900;
    color: #fff;
}

/* End Range Slider */

/* FAQ CSS */

.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}

.faq-accordian .card {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px dashed rgba(0, 0, 0, .125) !important;
}


.faq-accordian .card:last-child {
    margin-bottom: 0;
}

.faq-accordian .card .card-header {
    background-color: #fff;
    padding: 0;
    border-bottom-color: #ebebeb;
    margin-bottom: 0;
    border: none;
}

.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.25rem 1.25rem;
    color: #071c37;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-weight: 600;
}

.faq-accordian .card .card-header h6 span {
    font-size: 1.25rem;
    font-weight: 600;
    color: rgb(5, 15, 25);
}

.faq-accordian .card .card-header h6.collapsed {
    color: rgb(5, 15, 25);
}

.faq-accordian .card .card-header h6.collapsed span:last-child::after {
    /* font-family: 'LineIcons';
    content: '\eb5c'; */
    font-size: 16px;
    font-weight: 900;
    color: #000;
    content: '+';
    font-size: 28px;
}

.faq-accordian .card .card-header h6 span:last-child::after {
    /* font-family: 'LineIcons';
    content: '\eb30'; */
    font-size: 16px;
    font-weight: 900;
    color: #000;
    content: '-';
    font-size: 28px;
}

.faq-accordian .card .card-body {
    padding: 1.75rem 1.75rem;
    padding-top: 0rem !important;
}

.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
    .faq-accordian h6 {
        font-size: 1rem !important;
    }
}

/* End FAQ Accordion */

.toot-radio-selected .toot-radio-label {
    color: #30608f;
    border: 1px solid #4ae4f5;
}

.toot-radio {
    margin-bottom: 1rem;
}

.toot-radio-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    min-height: 51px;
    padding: 12px 15px;
    color: #3d403d;
    background-color: #f4f8fb;
    border: 1px solid #dae4f8;
    border-radius: 50px;
}

    .toot-radio-label:hover {
        background: #30608f;
        color: #fff;
        border: 1px solid #30608f;
    }

.toot-radio-indicator {
    position: relative;
    margin: 7px 15px 7px 0;
    margin-right: 15px;
}

.toot-radio-selected .toot-radio-indicator:before {
    border: 2px solid #2cace2;
}

.toot-radio-indicator:before {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    outline: 2px solid transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    content: "";
}

.toot-radio-control {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.toot-radio-selected .toot-radio-indicator:after {
    background: #2cace2;
}

.toot-radio-indicator:after {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
}

.toot-radio-text-wrapper {
    margin: 8px 0;
}

.toot-radio-text {
    font-size: 14px;
    line-height: 21px;
}

.toot-contact-form {
    padding: 50px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    top: -130px;
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .toot-contact-form {
        padding: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .toot-contact-form {
        padding: 30px;
    }
}

.loan-input-lg {
    width: 140px !important;
    height: 30px !important;
    margin-top: 0px !important;
    border: none !important;
    text-align: right;
    color: #020710 !important;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Home page */


/* End Home page */


/* About page */

@media only screen and (max-width:576px) {
    .section-continue {
        float: unset !important;
    }

    .outgoing-continue-btn {
        width: 100% !important
    }

    .submit-application-btn {
        width: 100% !important
    }
}

@media only screen and (max-width:768px) {
    .section-continue {
        float: unset !important;
    }
}

.address-card {
    border: 2px solid #71d7d3;
    border-radius: 10px;
    font-weight: 600;
    background: #f0fbf9;
}

.monthly-outgoings-card {
    border: 2px solid #6fd5d3;
    border-radius: 8px;
}

.monthly-outgoings-card .progress {
    margin: 0rem 1rem 1rem 1rem;
    border-radius: 10px;
}

.outgoings-summary-card {
    padding: 1.5rem !important;
    background: #fff;
    box-shadow: 0 4px 6px 3px rgb(0 0 0 / 10%), 0 2px 4px 2px rgb(0 0 0 / 6%);
}

.outgoings-summary-card table {
    border: none !important;
}

.outgoings-summary td {
    padding: 0 !important;
    padding-top: .75rem !important;
}

.outgoings-totals tr {
    border-bottom: 1px solid #ddd;
}

.outgoings-warning {
    background: #dc3545 !important;
    padding: .50rem;
}

@media only screen and (max-width: 576px) {
    .outgoings-summary tr td:last-of-type {
        float: right;
    }

    .outgoings-totals tr td:first-of-type {
        padding-left: 0px !important;
    }

    .outgoings-totals tr td:last-of-type {
        float: right;
    }

    #reset-outgoings {
        float: unset !important;
    }

    .reset-outgoings-container {
        text-align: center;
    }


}

/* End About page */

/* Help page */

.help-input {
    height: calc(1.7em + 1.7rem + 12px);
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.help-input-icon {
    position: relative;
}

.help-input-icon input {
    padding-left: 20px;
}

.help-input-icon:before {
    position: absolute;
    top: 18px;
    content: "\eb85";
    left: 20px;
    z-index: 10;
    color: #495057;
    font-family: "LineIcons";
    font-size: 20px;
    content: none;
}


/* End Help page */


.multi-step,
.multi-step * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto, sans-serif
}

.multi-step ::after,
.multi-step ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.multi-step .steps {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: .3rem
}

.multi-step .steps .step {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.multi-step .steps .step:after,
.multi-step .step:before {
    position: absolute;
    border: 1px solid;
    height: 1px;
    display: block;
    z-index: 1;
    top: 14px;
    content: ''
}

.multi-step .steps .step:first-child:after,
.multi-step .steps .step:first-child:before {
    width: 50% !important;
    left: unset;
    right: unset;
    -webkit-transform: translateX(51%);
    -ms-transform: translateX(51%);
    transform: translateX(51%)
}

.multi-step .steps .step:last-child:after,
.multi-step .steps .step:last-child:before {
    width: 50% !important;
    left: 0
}

.multi-step .steps .step:before {
    width: 100%
}

.multi-step .steps .step:after {
    width: 0%;
    left: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.multi-step .steps .step.current:after {
    width: calc(50% - 10px);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.multi-step .steps .step.current:first-child:after {
    width: 0% !important;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.multi-step .steps .step.completed:after,
.multi-step .steps .step.skipped:after {
    width: 100%;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear
}

.multi-step .steps .step .dot {
    height: 25px;
    width: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    top: .125em;
    z-index: 2;
    margin: auto;
    border: 2px solid
}

.multi-step .steps .step .dot:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 25px;
    height: 25px;
    -webkit-transform: scale(.70);
    -ms-transform: scale(.70);
    transform: scale(.70);
    -webkit-border-radius: 25px;
    border-radius: 25px
}

.multi-step .steps .step .label {
    font-size: 1rem;
    display: block;
    margin: .5em 0;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-family: 'Nunito Sans';
}

@media only screen and (max-width: 576px) {
    .multi-step .steps .step .label {
        font-size: .8rem !important;
    }
}

.multi-step .step-content-container {
    position: relative;
    height: 100%
}

.multi-step .step-content-container .step-content {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

.multi-step .step-content-container .step-content .content-inner {
    position: relative
}

.multi-step .step-content-container .step-content.active {
    display: inline-block
}

.multi-step .btn-prev {
    margin-right: auto
}

.multi-step .btn-skip {
    display: none
}

.multi-step .btn-skip.skippable {
    display: block
}

.multi-step .disabled {
    cursor: not-allowed
}

/* .flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}
.flex-center p {
    margin: 0
}
.flex-center ul {
    text-align: center
}
.flex-center ul li {
    margin-bottom: 1rem
}
.flex-center ul li:last-of-type {
    margin-bottom: 0
} */

.multi-step .steps .step:after,
.multi-step .steps .step:before {
    border-color: #ccc;
}

.multi-step .btn.btn-primary {
    color: #fff;
    background-color: #6fd4d4 !important
}

.multi-step .steps .step .dot {
    border-color: white;
    background-color: white;
    box-shadow: 0 2px 5px #ccc inset
}

.multi-step .steps .step.completed .dot,
.multi-step .steps .step.completed:after,
.multi-step .steps .step.current .dot,
.multi-step .steps .step.current:after {
    border-color: #662f8f;
}

    .multi-step .steps .step.current .dot:before {
        background-color: #662f8f;
    }

    .multi-step .steps .step.completed .dot:before {
        background-color: #662f8f;
    }

.multi-step .steps .step.skipped .dot,
.multi-step .steps .step.skipped:after {
    border-color: #ffc107
}

.multi-step .steps .step.skipped .dot:before {
    background-color: #ffc107
}

/* .multi-step .btn-prev {
    background-color: #6fd4d4
}
.multi-step .btn-prev.disabled {
    background-color: #EAEAEA;
    color: #000
}
.multi-step .btn-skip {
    background-color: #ffc107
}
.multi-step .btn-skip.disabled {
    background-color: #EAEAEA;
    color: #000
}
.multi-step .btn-next {
    background-color: #6fd4d4
}
.multi-step .btn-next.disabled {
    background-color: #EAEAEA;
    color: #000
} */


/* new ui css */

.classynav i {
    color: #8776e1;
    font-size: 11px;
}

.services-icon i {
    color: #4ae4f5 !important;
}

.text-primary {
    /*color: #49e3f5!important;*/
    color: #6e5adb !important;
}

.bg-primary {
    background-color: #30608f !important;
}

/*.faq-accordian .card-header {
    border-bottom: 0;
}*/

.purple-text {
    /* color: #6e5adb !important; */
    color: #2cace2 !important;
}

.font-weight-bold {
    font-weight: 600;
}

.faq-accordian .card-header .rounded-medium {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}

.rounded-medium .fa-question {
    font-size: 11px;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: 100% 60%;
}

.is-billi-right {
    background-image: url("../img/billi-bg.jpg");
}

.position-relative {
    position: relative;
}

.bg-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-fade {
    color: #ccc;
}

.mw-md-50 {
    max-width: 50%;
    margin: auto;
}

b {
    font-weight: bold;
}

.btn-outline-secondary:hover {
    background-color: #8776e1;
    border: 1px solid #8776e1;
    color: #fff !important;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
}

.new-home-banner {
    background-image: linear-gradient(#a79ce1, #30608f);
}

.skyblue-bg {
    background-color: #5aba47;
    border-color: #5aba47;
}

.mw-md-75 {
    max-width: 75%;
}

.ready-to-get-started .panel {
    border-top: 2px solid #30608f;
}

.services-box {
    background-color: #f4f8fb;
    box-shadow: none !important;
}

.services-box .services-icon {
    width: auto;
    height: auto;
    line-height: normal;
}

input,
textarea,
select,
button {
    border-radius: 50px !important;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

.help-cols {
    min-height: 250px;
}

.ulAboutUs li:before {
    content: ' ✓ ';
}

@-moz-document url-prefix() {

    .input-symbol-pound::before,
    .input-symbol-dollar::before {
        top: 25px;
    }
}


@media only screen and (max-width: 767px) {
    .mw-md-50 {
        max-width: 100%;
    }

    .mw-md-75 {
        max-width: 100%;
    }

    .panel {
        padding: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    .btn-wide-3 {
        width: 100%;
    }
}


/*open-banking page css*/

.open-banking-ul {
    padding-left: 20px;
}

    .open-banking-ul li {
        list-style: circle;
        padding: 3px 0;
    }

.bank-col {
    /* background-color: #f1f1f1; */
    box-shadow: 0 4px 8px rgb(51 77 114 / 6%), 0 20px 40px rgb(51 77 114 / 6%);
    border-radius: 20px;
    min-height: 140px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    /* font-size: 6px; */
}

    .bank-col:hover {
        background-color: #6e5adb;
    }

        .bank-col:hover p {
            color: #ffffff;
        }

    .bank-col p {
        margin-bottom: 0 !important;
        font-size: 16px;
        font-weight: 600;
    }

.banks-list {
    margin-top: 30px;
}

