/*========================*/
      /*HELP START*/
/*========================*/
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&amp;display=swap');

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --main-color: #13336A;
    --main-color2: #1D87F0;
    --heading-color: #13336A;
    --paragraph-color: #424242;
    --body-font: "Rubik", sans-serif;
    --heading-font: "Rajdhani", sans-serif;
    --body-font-size: 16px;
    --line-height30: 1.7;
}

html, body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}
body {
    line-height: 1.74;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #696969;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 56px;
}

section.section {
    padding-top:100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, button, img, input {
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: #086AD8;
}

button, input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.font-weight--bold {
    font-weight: 800;
}

.font-weight--reguler {
    font-weight: 500;
}

.font-weight--normal {
    font-weight: 400;
}

.font-weight--light {
    font-weight: 300;
}
.btn-theme {
    padding: 15px 25px;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}

    .btn-theme.red {
        background-color: #F3630F;
        box-shadow: 0px 20px 55px #93C5FF;
    }
    .btn-theme.blue {
        background-color: #1565C0;
        box-shadow: 0px 20px 55px #93C5FF;
    }
.btn-theme:hover {
    background-color:#333;
    color:#fff;
}
    /*===========================================*/
    /*HELP END*/
    /*===========================================*/
    .top-part {
        background: url(../images/banner-bg.jpg);
        background-size: cover;
        padding-bottom: 30px;
        position:relative;
    }
    .top-part .dotbox-blue {
        position: absolute;
        left: -30px;
        bottom: 100px;
        width: 100px;
    }
    .top-part .dotround-blue {
        position: absolute;
        right: -30px;
        bottom: 100px;
        width: 100px;
    }
.top-part header {
    padding: 0px 50px;
    padding-top: 20px;
}
    .top-part .logo {
    }
.top-part .logo img{
    height:90px;
}
.top-part .mobile {
    text-align:right;
}
.top-part .mobile p{
    margin:0;
    font-size:14px;
    color: #1565C0;
    font-weight: 600;
}
.top-part .mobile a {
    font-size: 22px;
    font-weight: 700;
    color: #F3630F;
}
.top-part .mobile a i{
    font-size: 20px;
}

/*steps*/
#form fieldset:not(:first-of-type) {
    display: none
}

#form .previous-step, .next-step {
   
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px 5px 10px 0px;
    float: left;
    border-radius:50px;
}

.form, .previous-step {
    background: #F3630F;
}

.form, .next-step {
    background: #1565C0;
}


#form .previous-step:hover,
#form .previous-step:focus {
    background-color: #000000
}

#form .next-step:hover,
#form .next-step:focus {
    background-color: #1565C0
}

#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: #B5C9F5;
    display: flex;
    justify-content: center;
}

    #progressbar .active {
        color: #1565C0;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 15%;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
    }

    #progressbar #step1:before {
        content: "1"
    }

    #progressbar #step2:before {
        content: "2"
    }

    #progressbar #step3:before {
        content: "3"
    }

    #progressbar #step4:before {
        content: "4"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: #B5C9F5;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
        z-index: 3;
        position: relative;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #B5C9F5;
        position: absolute;
        left: 0;
        top: 25px;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #F3630F;
    }

.progress {
    height: 20px;
    display:none;

}

.progress-bar {
    background-color: #2F8D46
}
.progress-step {
    background-color: rgb(255 255 255 / 70%);
    padding: 50px;
    border-radius: 70px;
    margin-top: 20px;
    box-shadow: 8px -5px 10px rgba(0, 0, 0, 0.04);
    position:relative;
}
    .progress-step .dot-round {
        position: absolute;
        left: -30px;
        top: 200px;
        height: 70px;
        animation: mymove 5s infinite;
    }
@keyframes mymove {
    50% {
        transform: rotate(360deg);
    }
}
    .progress-step .stepd1 {
    }
    .progress-step .stepd1 h3 {
        color: #1565C0;
    }
    .progress-step .stepd1 .step1-text {
        margin-top: 20px;
    }

.progress-step .stepd1 .step1-text .point {
    display:flex;
    align-items:center;
    margin-bottom:10px;

}
.progress-step .stepd1 .step1-text .point span{
    display:inline-block;
    margin-right:10px;
}
    .progress-step .stepd1 .step1-text .point p {
        margin: 0;
        color: #222222;
        font-size:16px;
    }
    .progress-step .stepd1 .step1range {
        padding: 20px;
        border: solid 1px #ddd;
        border-radius: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .progress-step .stepd1 .step1range h6{
        margin-bottom:20px;
    }
    .progress-step .stepd1.stepd2 {

    }
    .progress-step .stepd1.stepd2 .debt-data {
        margin-top:20px;
    }
        .progress-step .stepd1.stepd2 .debt-data li {
            line-height: 2;
            position: relative;
            padding-left: 20px;
            color:#222;
        }
            .progress-step .stepd1.stepd2 .debt-data li:after {
                content: '';
                height: 5px;
                width: 5px;
                display: inline-block;
                border-radius: 50px;
                position: absolute;
                left: 0;
                background-color: #777;
                top: 13px;
            }
    .progress-step .stepd1.stepd2 .stepd2-form {
        margin-top:30px;
    }
    .progress-step .stepd1.stepd2 .stepd2-form label{
        margin-bottom:3px;
    }
        .progress-step .stepd1.stepd2 .stepd2-form input, select {
            
            height: 55px;
            background-color: rgb(255 255 255 / 0%) !important;
        }
/*range slider*/
.range-slider2 {
    width: 100%;
}

.range-slider2__range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

    .range-slider2__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        -webkit-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .range-slider2__range::-webkit-slider-thumb:hover {
            background: #1565C0;
        }

    .range-slider2__range:active::-webkit-slider-thumb {
        background: #1565C0;
    }

    .range-slider2__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #1565C0;
        cursor: pointer;
        -moz-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out;
    }

        .range-slider2__range::-moz-range-thumb:hover {
            background: #1565C0;
        }

    .range-slider2__range:active::-moz-range-thumb {
        background: #1565C0;
    }

    .range-slider2__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1565C0;
    }

.range-slider2__value {
    display: inline-block;
    position: relative;
    width: 90px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #F3630F;
    padding: 5px 10px;
    margin-left: 8px;
    margin-top: 10px;
}

    .range-slider2__value:after {
        position: absolute;
        top: -10px;
        left: 10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 8px solid #F3630F;
        border-bottom: 0px solid transparent;
        content: "";
    }
    .range-slider2__value:before {
        content: "$";
        position: absolute;
        top: 5px;
        left: 10px;
        color: #fff;
    }
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}
/*one slider*/
.one-slider {
    margin-top:50px;
}
.one-slider .slide {
    display: block;
    margin: 0px 10px;
}
.one-slider .slide img {
    width: 100%;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1565C0;
    border-radius:100%;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: transparent;
}
.slick-dots {
    position: relative;
    bottom: inherit;
    margin-top: 15px;
}
.slick-dotted.slick-slider {
    margin-bottom:0;
}
/*HELP Section Start*/
.helped {
    background-color: #1565C0;
    padding: 50px 0px;
    padding-bottom: 0;
}
    .helped .intitle {
        margin-bottom: 40px;
        text-align: center;
    }
    .helped .intitle h3 {
        color: #fff;
    }
  
    .helped .help-pic {
        border-radius: 10px;
        position:relative;
    }
    .helped .help-pic {
        
    }
        .helped .help-pic .img-fluid {
            position: relative;
            z-index: 1;
            border-radius: 20px;
        }
        .helped .help-pic .dotbox-white {
            position: absolute;
            right: -20px;
            top: -20px;
        }
    .helped .help-text {
        background-color: #fff;
        padding: 25px;
        border-radius: 30px;
        position: relative;
        top: -80px;
        z-index: 2;
    }
.helped .help-text .help-box {
}
.helped .help-text .help-box ul{
}
    .helped .help-text .help-box ul li {
        display: flex;
        align-items: center;
        margin: 10px 0px;
        color: #333333;
    }
.helped .help-text .help-box ul li i{
    display:inline-block;
    height:30px;
    width:30px;
    background-color:#F3630F;
    color:#fff;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:10px;
}
    .helped .help-blog {
        color: #fff;
        margin-top: 20px;
        line-height: 1.5;
    }
    /**/

/**/
.case-review {
    background-image: url('../images/cash-bg.jpg');
    background-size: cover;
    position:relative;
}
 
    .case-review .review {
    }

.case-review .review h4 {
    font-size: 35px;
    color:#F3630F;
    font-weight: 700;
    margin-bottom: 20px;
}

.case-review .review h4 span {
    color: #FF4F00;
}

.case-review .review p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #383838;
    margin-bottom: 25px;
}

/*Advisor*/
.advisor {
    padding: 70px 0px;
    position: relative;
    background: url(../images/advisor-bg.svg) no-repeat center;
    background-size:80%;

}
    .advisor .dotbox-blue {
        position:absolute;
        right:0;
        bottom:100px;
        width:100px;
    }
    .advisor .dotround {
        position: absolute;
        left: -50px;
        bottom: 200px;
        animation: mymove 5s infinite;
        width: 100px;
    }
.advisor .adv-title {
    margin-bottom: 35px
}
.advisor .adv-title h3 {
    font-size: 35px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}
.advisor .contact-details {
        
}
    .advisor .contact-details .cd-detail {
        display: flex;
        margin-bottom: 10px;
        background-color: #DFEEFF;
        max-width: 300px;
        border-radius: 50px;
        padding: 8px;
        color: #222;
    }
.advisor .contact-details .cd-detail span {
    height:35px;
    width:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#F3630F;
    border-radius:100%;
    color:#fff;
    margin-right:10px;
}
    .advisor .contact-details .cd-detail p {
        margin: 0;
        line-height: 2.5;
    }
    .advisor .contact-details .advisorimg {
        margin-top:60px;
    }
    .advisor .accordion-button {
        font-family: 'Rubik', sans-serif;
        font-size: 18px;
        color: #555;
        padding: 20px 20px;
    }
    .advisor .accordion {
        box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        overflow:hidden;
    }
    .advisor .accordion-item {
        border-left: 0;
        border-right: 0;
    }
        .advisor .accordion-item:first-of-type {

            border-top: 0;
        }
        .advisor .accordion-item:last-of-type {
            border-bottom: 0;
        }
    .advisor .accordion-body {
        font-size: 16px;
    }
    .advisor  .accordion-button:focus {
        z-index: 3;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }
/*    footer Start*/
.privacy {
    padding-top: 40px;
    box-shadow: -7px -6px 28px rgb(0 0 0 / 4%);
}
    .privacy .foot-menu {
        display: flex;
        justify-content: space-evenly;
        font-size: 15px;
        font-weight: 500;
        color: #333;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 11px;
        margin-bottom: 13px;
    }
    .privacy .sub-footer {
        text-align: center;
        border-top: 1px solid #dcdcdc;
        margin: 14px 0;
        padding-top: 9px;
        background-color: #F3630F;
        color: white;
    }
        .privacy .sub-footer p a {
            font-weight: 600;
            color: white;
        }

/*    footer EnD*/

/*MEDIA QUERY START*/
@media(max-width:1200px) {
    .progress-step .stepd1 h3, .helped .intitle h3 {
        font-size: 35px;
    }

    .case-review .review h4, .advisor .adv-title h3 {
        font-size: 30px;
    }


    .advisor .accordion-button {
        font-size: 16px;
    }

    .advisor .accordion-body {
        font-size: 14px;
    }

    .advisor .accordion-button {
        padding: 15px 20px;
    }

    .privacy {
        font-size: 14px;
    }

    .top-part .mobile a {
        font-size: 20px;
    }

    .top-part .logo img {
        height: 35px;
    }

    .case-review .review h4, .advisor .adv-title h3 {
        font-size: 25px;
    }

    .case-review .review p {
        font-size: 16px;
    }
}
    @media(max-width:991px) {
        .btn-theme {
            padding: 12px 20px;
            font-size: 12px;
        }

        #progressbar li:before {
            width: 45px;
            height: 45px;
            line-height: 44px;
            font-size: 17px;
        }

        .progress-step {
            padding: 35px;
            margin-top: 15px;
        }

        .helped .help-text {
            top: 0;
            margin-top: 20px;
        }

        .helped {
            padding: 30px 0px;
            padding-bottom: 30px;
        }

        .case-review .review {
            padding: 20px;
            text-align: center;
        }

            .case-review .review h4, .advisor .adv-title h3 {
                font-size: 25px;
                margin-bottom: 10px;
            }

            .case-review .review p {
                margin-bottom: 5px;
            }

        .advisor {
            padding: 50px 0px;
            text-align: center;
        }

            .advisor .adv-title h3 br {
                display: none;
            }

            .advisor .contact-details .cd-detail {
                margin: 10px auto;
            }

            .advisor .accordion {
                margin-top: 20px;
            }

            .advisor .accordion-body {
                text-align: left;
            }
    }

    @media(max-width:768px) {
        .top-part header {
            padding: 0px 15px;
            padding-top: 15px;
        }

        .progress-step {
            padding: 20px;
        }

            .progress-step .stepd1 h3, .helped .intitle h3 {
                font-size: 25px;
            }

            .progress-step .stepd1 .step1-text .point p {
                font-size: 14px;
            }

            .progress-step .stepd1 .step1-text .point span img {
                height: 45px;
            }

        #progressbar {
            margin-bottom: 0px;
        }

        .top-part .mobile p {
            font-size: 12px;
            color: #1565C0;
        }

        .top-part .mobile a {
            font-size: 16px;
        }

            .top-part .mobile a i {
                font-size: 14px;
            }

        .progress-step .stepd1 .step1range h6 {
            font-size: 16px;
        }

        .one-slider {
            margin-top: 30px;
        }
    }

    @media(max-width:512px) {
        .top-part .mobile p {
            font-size: 11px;
        }

        .top-part .logo img {
            height: 25px;
        }

        #progressbar li {
            width: 30%;
        }

        .progress-step .stepd1 h3, .helped .intitle h3 {
            font-size: 22px;
        }

        .advisor .accordion-button {
            font-size: 14px;
        }

        .privacy .foot-menu {
            font-size: 13px;
        }

        .privacy {
            font-size: 13px;
        }
    }