* {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

:root {
    --primary_grediant: linear-gradient(to right, #457BED, #005ED8);
    --text_primary: #1261D7;
}

.text-primary {
    color: var(--text_primary) !important;
}

.leads_header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
    transition: all 0.1s ease;
}

.banner_img {
    width: 100%;
}

.leads_header img {
    max-width: 120px;
}

.leads_header .logo {
    padding: 1rem;
    display: block;
    width: auto;
    height: auto;
}

.leads_header .logo img,
footer .footer_logo_img {
    width: auto;
    height: 50px;
    margin-top: -10px;
}

.leads_header .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.01px;
    text-align: left;
    color: #081222;
}

.leads_header .nav-link.active {
    color: #1261D7;
    font-weight: 600;
}

.leads_header .phone_link {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.leads_header .phone_link a {
    font-size: 18px;
    font-weight: 600;
    color: #1261D7;
}

.inner_page_body {
    background-color: #E9EFF9;
}

.banner_ {
    background: #E9EFF9;
}

.maine_banner_heading,
.side_wrapper_img_col {
    padding-top: 40px;
}

.wave_line img {
    width: 100%;
    height: calc(100% -(3px + 1px));
}

.side_wrapper_img img {
    width: 100%;
    padding: 20px 20px 0 20px;
}

.side_wrapper_img img.diagonal_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}


.maine_banner_heading h1 {
    font-size: 38px;
    font-weight: 500;
}

.item.item_prod {
    background: whitesmoke;
    padding: 14px 10px;
    border-radius: 5px;
    border: 1px solid #0041b7;
    color: #0a62db;
    font-weight: 700;
}

.item.item_prod.active {
    background: #044499;
    border: 2px dotted white;
}

.item.item_prod.active a {
    text-decoration: none;
    color: #ffff;
}

.item.item_prod a {
    text-decoration: none;
}

.product_name {
    text-align: center;
}

.product_name i {
    padding: 0 8px;
}

.loan-calculation.leads {
    padding-bottom: 1rem;
}

/* olw nav css  */
.owl-nav {
    display: block !important;
    position: absolute;
    top: -4rem;
    right: 0;
    z-index: 9999;
}

.owl-nav button:nth-child(1) {
    background: white !important;
    border: 1px solid #0962da !important;
    width: 40px;
    height: 30px;
    opacity: 1;
    color: #0962da !important;
}

.screenshot_slider .owl-nav button {
    font-size: 24px !important;
    margin: 10px;
    color: #0962da !important;
}

.owl-nav button:nth-child(2) {
    background: #0962da !important;
    border: 1px solid white !important;
    width: 40px;
    height: 30px;
    opacity: 1;
    color: white !important;
}

/* End owl nav  */

/* second sction css start  */
section.top_m {
    margin-top: 5rem;
    /* background: linear-gradient(180deg, rgba(250, 247, 247, 0.18) 0%, #FAF7F7 100%); */
}

.fatur_bg {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    padding: 10px;
    max-width: 200px;
    margin-left: 25px;
    margin-top: 2rem;
}

.fatur_bg p {
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    color: #212529;
}

.fatur_bg h6 {
    text-align: center;
    margin: 0;
    color: #212529;
    font-weight: 500;
}

.fatur_bg img {
    margin: auto;
    display: flex;
    padding: 15px;
    max-width: 100px;
}

.feature_image {
    text-align: center;
}

.feature_image img {
    width: 70%;
    border-radius: 30px;
}

/* End second section css  */

/* calcluator css  */

.owncon {
    height: auto;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    margin: auto;
    background-image: linear-gradient(to bottom left, #89bcff, #f3f7ff, #f6fbff);
}

.sub-container {
    display: flex;
    width: 100%;
    gap: 50px;
    height: max-content;
}

.ownhed {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ownhed button {
    height: max-content;
    width: max-content;
    padding: 10px;
    border: none;
    background-color: transparent;
    font-size: 35px;
    color: #9088d2;
}

.ownhed button:hover {
    cursor: pointer;
}

canvas#pieChart {
    width: 300px !important;
    height: 300px !important;
}

.view,
.breakup {
    width: 50%;
}

.breakup {
    justify-content: center;
    display: flex;
}

.details input {
    width: 100%;
}

.detail {
    display: flex;
    justify-content: space-between;
}

.ownfot {
    display: flex;
    justify-content: space-between;
}

input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #9088d2;
    border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #9088d2;
    cursor: pointer;
    margin-top: -6px;
    -webkit-appearance: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #b3b3b3;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #9088d2;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #9088d2;
    cursor: pointer;
    margin-top: -6px;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #9088d2;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
}

input[type="range"]::-ms-fill-lower {
    background: #9088d2;
    border-radius: 5px;
}

input[type="range"]::-ms-fill-upper {
    background: #9088d2;
    border-radius: 5px;
}

input[type="range"]::-ms-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #9088d2;
    cursor: pointer;
    margin-top: -6px;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #9088d2;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #9088d2;
}

#price {
    color: #130f31;
    font-size: 25px;
}

.loan-details {
    width: 90%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#price-container {
    color: #9088d2;
    margin-top: 50px;
}

#price-container::before {
    content: "Monthly Payable:";
    font-size: 12px;
    display: block;
}

/* end calculator css  */

/* form section css  */

.card0 {
    background-color: #F5F5F5 !important;
    border-radius: 8px;
    z-index: 0
}

.card00 {
    z-index: 0
}

.card1 {
    margin-left: 140px;
    z-index: 0;
    border-right: 1px solid #F5F5F5
}

.card1 h6 {
    font-size: 18px;
}

.card2 {
    display: none
}

.card2.show {
    display: block
}

.loan_eligibility_section {
    background: linear-gradient(180deg, rgba(250, 247, 247, 0.18) 0%, #FAF7F7 100%);
}

.loan_eligibility_card {
    /* background-image: url("../images/leads-images/form_loan_1.jpeg"); */
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url("../images/leads-images/form_loan_1.jpeg");
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover;
}

.loan_eligibility_card .card {
    background-color: transparent !important;
}

.social {
    background-color: #b9d7ff;
    color: #007bff;
    height: 47px;
    width: 47px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social i {
    font-family: 'Font Awesome 5 Brands';
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
    width: 77%
}

.contact_us_banner_section .banner_text {
    position: absolute;
    top: 50%;
    right: 70%;
    transform: translate(30%, -50%);
    font-family: "Poppins", sans-serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 500;
    color: #0E1E42 !important;
}

.banner-section-two,
.contact_us_banner_section {
    margin-top: 150px;
}

.terms_and_condition_section,
.leads_privacy_policy_section {
    margin-top: 180px;
}

.banner-section-two .content-box.leads {
    min-height: auto;
}

.banner-section-two .contact-number.leads {
    right: 40px;
    bottom: 150px;
}

.banner-section-two .video-box.leads {
    bottom: 40px;
}

.loan-calculator-section.leads {
    padding: 50px 0 50px;
}

.whychoose-us-section-two.leads {
    padding: 60px 0 60px;
}

.loan-calculator__box.index_page.leads {
    padding: 40px 80px;
}

.next-button {
    width: 18%;
    height: 100%;
    background-color: #BDBDBD;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer
}

.next-button:hover,
.next-button.active {
    background-color: #007bff;
    color: #fff
}

.pic {
    width: 100%;
}

#progressbar {
    position: absolute;
    left: 35px;
    overflow: hidden;
    color: #007bff
}

#progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 36px;
    padding: 0 2rem;
}

#progressbar li:nth-child(3) {
    margin-bottom: 88px
}

#progressbar .step0:before {
    content: "";
    color: #fff
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    background: #fff;
    border: 2px solid #007bff;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 1;
}

#progressbar li:last-child:before {
    width: 40px;
    height: 40px
}

#progressbar li:after {
    content: '';
    width: 3px;
    height: 66px;
    background: #BDBDBD;
    position: absolute;
    left: 50px;
    top: 15px;
    /* z-index: -1 */
}

#progressbar li:last-child:after {
    top: 147px;
    height: 132px
}

#progressbar li:nth-child(3):after {
    top: 81px
}

#progressbar li:nth-child(2):after {
    top: 0px
}

#progressbar li:first-child:after {
    position: absolute;
    top: -81px
}

#progressbar li.active:after {
    background: #007bff
}

#progressbar li.active:before {
    background: #007bff;
    font-family: FontAwesome;
    content: "\f00c"
}

.tick {
    width: 100px;
    height: 100px
}

.own_form_in input {
    padding: 10px;
}

.own_form_in small {
    display: none;
    font-size: 14px;
    color: #e75c3c;
}

.own_form_in.error small {
    display: block;
}

.prev_own {
    display: block;
    width: auto;
    /* position: absolute;
    top: 4rem;
    left: 0; */
    cursor: pointer;
}

.prev_own:hover {
    color: #D50000 !important
}

/* End form section css  */

/* Start tab section css  */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 14px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    font-weight: 500;
}

.feature_content_pla h2 {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #007bff;
    line-height: 0.1em;
    margin: 10px 0 4rem;
    font-size: calc(1.3rem + .6vw);
}

.feature_content_pla h2 span {
    background: #fff;
    padding: 0 10px;
}

.sec-title.leads {
    margin-bottom: 20px;
}

.sec-title.leads h1 {
    position: relative;
    /* font-size: 52px; */
    /* line-height: 65px; */
    font-family: "Playfair Display", sans-serif;
    color: white;
    text-transform: capitalize;
}

.tablink:hover {
    background-color: #777;
}

.tabcontent {
    color: black;
    display: none;
    padding: 20px;
}

#Home {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 8rem;
}

#News {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 8rem;
}

#Contact {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 8rem;
}

.main-footer.leads {
    padding-top: 50px;
    padding-bottom: 50px;
}

.widget.leads .v-line {
    height: 60px;
    top: -10px;
}

.widget.contact-widget.leads {
    margin-bottom: 0;
}

.contact-widget.leads ul li {
    display: flex;
}

.contact-widget.leads ul li span.icon {
    margin: 0;
    margin-right: 1rem;
}

.contact-widget.leads ul li span.icon i {
    font-size: 20px;
}


.contact-widget.leads ul li span.icon img {
    width: 100%;
    max-width: 33px;
    object-fit: cover;
    object-position: center;
}

/* End tab section css  */

/* MOBILE */
.tab_box {
    display: -webkit-inline-box;
    margin-top: 1rem;
    overflow: hidden;
    overflow-x: scroll;
}

.primary_btn {
    border: 1px solid var(--text_primary);
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    color: var(--text_primary);
}

.primary_btn:hover {
    background-color: var(--text_primary);
    color: #fff;
}

.contact_us_form_section {}

.contact_us_form_section .contactus_square_card {
    padding: 40px;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 54px 0px #DBE1EE;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_us_form_section .contactus_square_card img {
    margin: 0;
    margin-bottom: 1rem;
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.contact_us_form_section .contactus_square_card p {
    margin: 0;
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.contact_us_form_section .contactus_square_card p.content {
    font-size: 16px;
    font-weight: 400;
    color: var(--text_primary);
}

.contact_us_form_container {
    padding: 40px 40px;
    margin: 2rem auto;
    background-color: #fff;
    box-shadow: 0px 4px 54px 0px #DBE1EE;
    border-radius: 8px;
}

.form_heading {
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 500;
    color: #040404;
}

.contact_us_form .form-group {
    width: 100%;
}

.contact_us_form .form-group label {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.contact_us_form .form-group input {
    background-color: #F0F5F7;
    border-radius: 10px;
    border: none;
    padding: 0.8rem 1.5rem;
}

.contact_us_form .form-group input:focus {
    box-shadow: none !important;
}

.contact_us_form .form-group input:placeholder-shown {
    font-size: 14px;
}

.contact_us_form button[type="submit"] {
    padding: 0.8rem;
    font-size: 14px;
    background-color: var(--text_primary);
    border-radius: 8px;
}

.terms_and_condition_section p,
.leads_privacy_policy_section p,
.terms_and_condition_section ul,
.leads_privacy_policy_section ul {
    margin: 0;
    margin-bottom: 1rem;
}

.terms_and_condition_section .para_heading,
.leads_privacy_policy_section .para_heading {
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 500;
    color: #040404;
}

.terms_and_condition_section .link_text,
.leads_privacy_policy_section .link_text {
    font-size: 16px;
    font-weight: 400;
    color: var(--text_primary);
}

.terms_and_condition_section ul li b,
.leads_privacy_policy_section ul li b {
    padding: 0;
    padding-right: 0.5rem;
}

.terms_and_condition_section ul li,
.leads_privacy_policy_section ul li {
    padding: 0;
    padding-bottom: 0.3rem;
}