@import url("https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
*,
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
}

.container_part {
    max-width: 1140px;
    margin: 0 auto;
}

.header_part {
    padding: 31px 20px;
    background: #ffffff;
}

.header_logo_btn .logo img {
    max-width: 113px;
}

.header_logo_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.header_logo_btn img {
    max-width: 200px;
}

.header_btn .btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    fill: #ffffff;
    color: #ffffff;
    background: #49b8e7;
    border-radius: 30px 30px 30px 30px;
    padding: 13px 30px 13px 30px;
    transition: all 0.3s;
}

.header_part .nav ul {
    display: flex;
    justify-content: center;
    gap: 80px;
    transition: transform 0.4s ease;
}

.header_part .nav a {
    text-decoration: none;
    color: #1d2746;
    font-weight: 500;
    transition: color 0.3s ease;
}
.header_part .nav a.active,
.header_part .nav a:hover {
    color: #00a7e1;
}

.header_part .menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 1100;
}

.header_part .menu-toggle span {
    height: 3px;
    background-color: #1d2746;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* hamburger to cross */
.header_part .menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}
.header_part .menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.header_part .menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -7px);
}

.hero_heading {
    max-width: 740px;
    margin: 0 auto;
}

.hero_all_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.hero_sec {
    background-image: url(../images/comapir_banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 20px 40px;
}

.hero_inner {
    max-width: 768px;
    margin: 0 auto;
}

.header_secure img {
    max-width: 95px;
}

.star_text {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: start;
    margin-bottom: 20px;
}

.star_text img {
    max-width: 109px;
    flex: none;
}

.star_text h5 {
    font-weight: 600;
    font-size: 16px;
    color: rgb(73, 184, 231);
    font-style: normal;
    line-height: 1.4;
}

.hero_left_part {
    width: 51%;
}

.hero_right_part {
    width: 49%;
    flex: 1;
}

.car_img img {
    width: 100%;
}

.hero_heading h1 {
    color: #000;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero_heading p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}

.main_form {
    background: #001f47;
    margin: 0 auto 0 0;
    padding: 50px 40px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
    height: 595px;
    max-width: 540px;
    border: 3px solid #49b8e7;
}

.step_heading {
    margin-bottom: 30px;
}

.step_heading h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: rgb(253, 252, 252);
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.3px;
}

.step p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

.range-wrapper {
    position: relative;
    max-width: 400px;
    margin: 30px auto 0px;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #000;
}

.range-wrapper input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 0%);
    border-radius: 4px;
    outline: none;
    transition: background 450ms ease-in;
}

.range-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background: #fff;
    border-color: rgb(179, 179, 179);
    cursor: pointer;
    border-radius: 4px;
    margin-top: -1px;
    position: relative;
    z-index: 2;
    border-style: solid;
    border-width: 1px;
}

.range-wrapper input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background: #fff;
    cursor: pointer;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-top: 11px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: -1px;
    position: relative;
    top: -6px;
}

#propertyValueLabel {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    background: #fff;
    display: inline-block;
    min-width: 125px;
    border-radius: 25px;
    position: relative;
    top: -20px;
    margin-bottom: 30px;
}

.main_form .step {
    display: none;
    padding-bottom: 5px;
}

.main_form .step.active {
    display: block;
}

.main_form .buttons {
    margin-top: 20px;
}

.main_form button,
.main_form .option {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #27aae1;
    color: rgb(255 255 255);
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px;
    line-height: 19px !important;
    padding: 19px 10px;
    width: 100%;
    display: block;
    border: 2px solid #27aae1;
    font-family: "Roboto", sans-serif;
}

.main_form .option input[type="radio"] {
    display: none;
}

.main_form .option:hover {
    background-color: #4a90e2;
    color: #fff;
    border: 2px solid #4a90e2;
}

.main_form .option:focus {
    background-color: #ff812b;
    color: #fff;
    border: 2px solid #ff812b;
}

.main_form .back:hover,
.main_form .back:focus {
    background: #e6e6e6;
}

.step_heading p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.main_form .back {
    background-color: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #27aae1;
    padding: 0;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.try_again_btn {
    background: #ffffff !important;
    background-color: rgb(255 255 255) !important;
    color: #27aae1 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    width: 200px !important;
    margin: 10px auto 30px !important;
    box-shadow: none !important;
    height: 50px;
    padding: 0 !important;
}

.try_again_btn:hover,
.try_again_btn:focus {
    border: 2px solid #27aae1;
}

.grig_item_one {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    max-width: 388px;
    margin: 0 auto;
}

.grig_item_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 388px;
    margin: 0 auto;
}

.grig_item_three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 630px;
    margin: 0 auto 20px;
}

.grig_item_four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 840px;
    margin: 0 auto 20px;
}

.input_btn_area {
    display: flex;
    align-items: center;
    max-width: 400px;
    gap: 41px;
    justify-content: space-between !important;
    margin: 0 auto;
}

.input_area {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

button.next_btn {
    background-color: #27aae1;
    border-color: #27aae1;
    font-weight: 600;
    font-size: 16px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    max-width: 100%;
    height: 50px;
    padding: 0;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #27aae1;
}

button.next_btn:hover {
    background-color: #0880b4;
}

.step input[type="text"]::placeholder,
.step input[type="number"]::placeholder,
.step input[type="date"]::placeholder,
.step input[type="email"]::placeholder,
.step input[type="tel"]::placeholder {
    font-size: 14px;
    color: #8e8e8e;
}

.step input[type="text"],
.step input[type="number"],
.step input[type="date"],
.step input[type="email"],
.step input[type="tel"],
.step select {
    font-size: 16px;
    font-weight: 300;
    color: #1c1c1c;
    border: 1px solid #d1d7e0;
    border-radius: 3px;
    padding: 12px 14px;
    line-height: 20px;
    outline: none;
    display: block;
    width: 100%;
    box-shadow: 0 0.17647rem 0.29412rem #0000000d;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 50px;
    transition: all 0.1s ease-out;
    background-color: #fff;
}

.step .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    font-size: 16px;
    font-weight: 300;
    color: #6d6e7a;
    border: 1px solid #d1d7e0;
    border-radius: 3px;
    padding: 0;
    padding-bottom: 0;
    line-height: 20px;
    outline: none;
    display: block;
    width: 100%;
    box-shadow: 0 0.17647rem 0.29412rem #0000000d;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 50px;
    transition: all 0.1s ease-out;
    background-color: #fff;
}

.step input[type="number"]::-webkit-inner-spin-button,
.step input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.input_area {
    margin-bottom: 25px;
}

.single_input.mobile_input input {
    padding-left: 58px !important;
}

.single_input.mobile_input .iti__selected-dial-code {
    display: none;
}

.otp_input {
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 340px;
    margin: 0 auto 25px;
}

.otp_input input {
    width: 50px !important;
    height: 50px !important;
    border: none !important;
    border-radius: 5px !important;
    color: #000 !important;
    font-size: 17px !important;
    background-color: #fff !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

.otp_input input[type="number"] {
    -moz-appearance: textfield;
}

.check_mark {
    margin-bottom: 20px;
    text-align: center;
}

.close_back img {
    width: 13px;
    flex: none;
    margin-right: 10px;
}

.close_back a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.step_cross p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

.close_back p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.close_back {
    width: 110px;
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: 30px auto;
}

.close_back:hover {
    background: #000;
}

.close_back:hover img {
    filter: brightness(0) invert(1);
}

.close_back:hover p {
    color: #fff;
}

.step_cross {
    background: #1b233d;
    width: 100%;
    margin: 0 auto;
    padding: 34px;
    min-height: 268px;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    display: none;
    border-radius: 25px;
}

.error-text {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 7px 1px;
    background: rgb(227, 75, 79);
    border-radius: 0 0 3px 3px;
    margin-bottom: 5px;
    position: relative;
    top: -3px;
}

.error_border {
    border: 1px solid #e34b4f !important;
}

.option.selected {
    background: #fc8437;
    color: #fff !important;
    border-color: #fc8437 !important;
}

#step_cross h3 {
    font-size: 30px;
    font-family: Rubik;
    color: rgb(255, 255, 255);
    font-weight: 600;
    letter-spacing: normal;
    background: #001f47;
    padding: 50px 40px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
    height: 595px;
    max-width: 540px;
    border: 3px solid #49b8e7;
    line-height: 1.2;
}

/*-------lender-sec----------*/

.lender_sec {
    padding: 35px 20px;
    background: #fff;
}

.lender_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    align-items: center;
    justify-content: center;
}

.lender_area ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lender_area ul li img {
    flex: none;
}

.lender_area p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #4f4e4e;
    margin-left: 15px;
}

.lender_area {
    max-width: 1010px;
    margin: 0 auto;
}

/*-------lender-sec----------*/

/*-------work-sec----------*/

.work_sec {
    background-image: url(../images/work-bg.webp);
    padding: 75px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.work_heading {
    text-align: center;
    margin-bottom: 40px;
}

.work_heading h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #000;
}

.image_work_area {
    display: flex;
    gap: 30px;
    align-items: start;
}

.work_boxes {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 20px;
    text-align: center;
    flex: 1;
}

.work_text h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.work_number span {
    font-weight: 600;
    font-size: 48px;
    color: rgb(197, 197, 197);
    letter-spacing: 0.5px;
}

.work_number {
    position: absolute;
    right: 30px;
    top: 30px;
}

.work_boxes.work_two {
    border: 2px solid #49b8e7;
    margin-top: 60px;
}

.work_boxes.work_two .work_number span {
    color: #86dbff;
}

.work_boxes.work_two h3 {
    color: #49b8e7;
}

.work_boxes.work_one {
    margin-top: 120px;
}

/*-------work-sec----------*/

/*-------partner-sec----------*/
.partner_sec {
    background-image: url(../images/partner-bg.webp);
    padding: 100px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.partner_heading {
    text-align: center;
    margin-bottom: 40px;
}

.partner_heading h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #fff;
}

.partner_area ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px 4px;
    align-items: center;
    justify-content: center;
}

.partner_area ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_area ul li img {
    flex: none;
}

.partner_btn {
    text-align: center;
    margin-top: 70px;
}

.partner_btn .btn {
    background: #ff9b00;
    box-shadow: none;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 7px 69px;
    display: inline-block;
    border-radius: 8px;
    transition: all 0.5s;
}

.partner_btn .btn:hover {
    background: #f28800;
}

/*-------partner-sec----------*/

/*-------benefit-sec----------*/
.benefits_sec {
    background-image: url(../images/benefit-bg.webp);
    padding: 75px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.benefits_heading {
    text-align: center;
    margin-bottom: 50px;
}

.benefits_heading p {
    font-weight: 400;
    font-size: 24px;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.benefits_heading h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #000;
}

.benefit_box_area {
    display: flex;
    gap: 30px;
    align-items: start;
}

.benefit_boxes {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 20px;
    text-align: center;
    flex: 1;
}

.benefit_box_img_area {
    margin-bottom: -5px;
}

.benefit_box_img_area img {
    max-width: 100%;
}

.benefit_box_heading h2 {
    font-weight: 700;
    font-size: 28px;
    color: rgb(0, 0, 0);
    line-height: 1.3;
}

.benefit_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    letter-spacing: 0.5px;
}

.benefit_boxes.middle {
    background: #49b8e7;
}

.benefit_boxes.middle h2 {
    color: #fff;
}

.benefit_boxes.middle p {
    color: #fff;
}

.benefit_btn {
    text-align: center;
    margin-top: 60px;
}

.benefit_btn .btn {
    background: #ff9b00;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 52px;
    display: inline-block;
    border-radius: 30px;
    transition: all 0.5s;
}

.benefit_btn .btn:hover {
    background: #f28800;
}

/*-------benefit-sec----------*/

/*-------billy-sec----------*/

.billy_sec {
    background-image: url(../images/billy-bg.webp);
    padding: 75px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.billy_detail h2 {
    font-weight: 600;
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

.billy_detail h3 {
    font-weight: 600;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
}

.billy_detail {
    margin-bottom: 35px;
}

.billy_content p {
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.billy_content p:last-child {
    margin-bottom: 0px;
}

.billy_inner_area {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
    max-width: 1010px;
    margin: 0 auto;
}

.billy_left {
    width: 50%;
    flex: 1;
}

.billy_right {
    width: 50%;
    flex: 1;
}

.billy_right {
    padding-top: 40px;
}

.billY_img {
    text-align: right;
}

.billY_img img {
    max-width: 100%;
}
/*-------benefit-sec----------*/

/*-------faq-sec----------*/
.faq_sec {
    background-image: url(../images/faq-bg.webp);
    padding: 75px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.faq_heading {
    text-align: center;
    margin-bottom: 40px;
}

.faq_heading h2 {
    font-weight: 600;
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

.faq_head h3 {
    font-weight: 500;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.4;
}

.faq_text p,
.faq_text ul li {
    font-weight: 400;
    font-size: 16px;
    color: rgb(36, 36, 36);
    line-height: 1.8;
}

.faq_text ul li {
    list-style-type: disc;
}

.faq_text ul {
    padding-left: 20px;
    padding-top: 15px;
}

.faq_head {
    background: #fdba2f;
    padding: 17px;
    border-radius: 8px;
}

.faq_text {
    background: #fff;
    padding: 17px;
}

.faq_item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.all_faq_items {
    max-width: 780px;
    margin: 0 auto;
}

.faq_item.last_item {
    margin-bottom: 0;
}

/*-------faq-sec----------*/

/*-------client-sec----------*/
.client_sec {
    background-image: url(../images/partner-bg.webp);
    padding: 115px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.client_head_part .star_text img {
    max-width: 131px;
}

.client_head_part {
    text-align: center;
    margin-bottom: 40px;
}

.client_head_part h2 {
    font-weight: 600;
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

.client_head_part .star_text {
    justify-content: center;
}

.client_content {
    margin-bottom: 50px;
    max-width: 725px;
}

.client_content p {
    font-weight: 400;
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-style: italic;
    line-height: 1.5;
}

.author_details h3 {
    font-weight: 600;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    margin-bottom: 15px;
}

.author_details img {
    max-width: 131px;
    flex: none;
}

.author_img img {
    flex: none;
}

.client_author {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.client_bottom_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.client_full_content {
    max-width: 775px;
    margin: 0 auto;
}
/*-------client-sec----------*/

/*-------thank-sec----------*/

.thank_you_heaing {
    max-width: 815px;
    text-align: center;
    margin: 0 auto 60px;
}

.thank_you_heaing h2 {
    font-family: "Merriweather", serif;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.thank_you_heaing p {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
}

.thank_you_content h3 {
    font-weight: 700;
    font-size: 22px;
    font-family: "Merriweather", serif;
    line-height: 1.4;
    margin-bottom: 5px;
}

.thank_you_content p {
    font-family: Roboto;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.thank_you_box {
    border: 3px solid #8edeff;
    background: rgba(236, 244, 254, 1);
    border-radius: 10px;
    min-height: 244px;
    padding: 40px;
    text-align: center;
}

.thank_img {
    margin-bottom: 12px;
}

.thank_you_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 825px;
    gap: 50px;
    margin: 0 auto;
}

.thank_you_box.thanks_one,
.thank_you_box.thanks_two {
    width: 50%;
    flex: 1;
}

.thank_you_box.thanks_three {
    width: 100%;
}

.thank_you_box.thanks_one .thank_you_content h3 {
    color: rgb(153, 225, 255);
}

.thank_you_box.thanks_one .thank_you_content p {
    color: #828080;
}

.thank_you_box.thanks_two .thank_you_content h3 {
    color: #24aae1;
}

.thank_you_box.thanks_two,
.thank_you_box.thanks_three {
    border: 3px solid #24aae1;
}

.thank_you_box.thanks_three .thank_you_content p {
    color: #000000;
    line-height: 1.7;
    font-size: 19px;
}

.thank_you_box.thanks_three {
    position: relative;
}

.small_text {
    font-weight: 500;
    font-size: 12px;
    color: rgb(0, 0, 0);
    position: absolute;
    left: 90px;
    bottom: 10px;
}

.thank_you_sec {
    border: #fff;
    padding: 60px 20px 40px;
}

.footer_thanks_left h3 {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    color: rgb(59, 58, 58);
}

.footer_thanks_right ul li a {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 700;
    color: #24aae1;
}

.footer_thanks_sec {
    background: #ecf4fe;
    padding: 20px;
}

.footer_thanks_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.footer_thanks_right ul {
    display: flex;
    align-items: center;
    gap: 50px;
}
/*-------thnak-sec----------*/

/*-------footer----------*/
.footer_sec {
    padding: 50px 20px;
    background: #000;
}

.footer_logo {
    margin: 0 auto 25px;
    text-align: center;
}

.footer_text {
    margin: 0 auto 70px;
}

.footer_text p {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
    letter-spacing: -0.2px;
}

.bottom_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
}

.bottom_list ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    transition: all 0.3s;
}

.bottom_list ul li a:hover {
    color: #26ade4;
}

.footer_bottom {
    background: #161a29;
    padding: 28px 20px;
}

.bottom_text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
}

.bottom_text p span {
    color: #f09600;
}

.third_abn {
    grid-column: span 2;
    justify-self: center;
    max-width: 185px;
}

/*-------footer----------*/

/*-------responsive----------*/

@media all and (max-width: 1199px) {
    .header_part .nav ul {
        gap: 30px;
    }
}

@media all and (max-width: 1024px) {
    .hero_sec {
        padding: 40px 20px 40px;
    }

    .star_text {
        margin-bottom: 10px;
    }

    .header_secure {
        display: none;
    }

    .header_part {
        padding: 20px 20px;
        background: #ffffff;
    }

    .auto_car_sec {
        padding: 60px 20px;
    }

    .hero_heading h1 {
        font-size: 44px;
        margin-bottom: 15px;
    }

    .step_heading h2 {
        font-size: 23px;
    }

    .step_heading {
        margin-bottom: 25px;
    }

    .main_form button,
    .main_form .option {
        font-size: 16px;
        padding: 14px 10px;
    }

    .hero_heading p {
        font-size: 18px;
        line-height: 1.4;
    }

    .main_form {
        padding: 35px 20px;
    }

    .lender_sec {
        padding: 30px 20px 30px;
        background: #fff;
    }

    .lender_area {
        max-width: 768px;
        margin: 0 auto;
    }

    .lender_area ul {
        gap: 5px 35px;
    }

    .work_sec {
        padding: 40px 20px;
    }

    .work_heading h2 {
        font-size: 40px;
    }

    .work_number span {
        font-size: 35px;
    }

    .work_text h3 {
        font-size: 18px;
    }

    .work_boxes {
        padding: 15px;
        min-height: 255px;
    }

    .work_boxes.work_one {
        margin-top: 100px;
    }

    .work_boxes.work_two {
        margin-top: 50px;
    }

    .img_area {
        max-width: 70px;
    }

    .partner_sec {
        padding: 40px 20px;
    }

    .partner_heading h2 {
        font-size: 40px;
    }

    .partner_heading {
        margin-bottom: 25px;
    }

    .partner_btn {
        margin-top: 40px;
    }

    .partner_btn .btn {
        font-size: 20px;
        padding: 7px 30px;
    }

    .benefits_sec {
        padding: 40px 20px;
    }

    .benefits_heading h2 {
        font-size: 40px;
    }

    .benefits_heading {
        margin-bottom: 35px;
    }

    .benefits_heading p {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .lender_heading h2 {
        font-size: 23px;
    }

    .benefit_box_heading h2 {
        font-size: 21px;
    }

    .benefit_text p {
        font-size: 15px;
    }

    .benefit_boxes {
        background: #fff;
        padding: 16px;
        border-radius: 20px;
        min-height: 305px;
        gap: 12px;
    }

    .benefit_btn {
        margin-top: 40px;
    }

    .billy_sec {
        padding: 45px 20px;
    }

    .billy_detail h2 {
        font-size: 40px;
        margin-bottom: 2px;
    }

    .billy_detail {
        margin-bottom: 20px;
    }

    .faq_sec {
        padding: 40px 20px;
    }

    .faq_heading h2 {
        font-size: 40px;
    }

    .faq_heading {
        text-align: center;
        margin-bottom: 25px;
    }

    .faq_item {
        margin-bottom: 25px;
    }

    .client_sec {
        padding: 50px 20px;
    }

    .client_head_part h2 {
        font-size: 40px;
    }

    .client_head_part {
        margin-bottom: 20px;
    }

    .client_content p {
        font-size: 19px;
    }

    .client_content {
        margin-bottom: 25px;
        max-width: 645px;
    }

    .author_details h3 {
        font-size: 21px;
        margin-bottom: 7px;
    }

    .client_bottom_part {
        max-width: 90%;
    }

    .lender_area ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px 60px;
    }

    .footer_text {
        margin: 0 auto 45px;
    }

    .bottom_list ul {
        gap: 40px;
    }

    .footer_logo {
        max-width: 120px;
        margin: 0 auto 20px;
    }

    .header_part .menu-toggle {
        display: flex;
    }

    .header_part .nav {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 300px;
        background: white;
        flex-direction: column;
        padding: 60px 20px;
        box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        z-index: 99;
    }

    .header_part .nav.active {
        left: 0;
    }

    .header_part .nav a {
        padding: 14px 0;
        font-size: 17px;
    }

    .header_part .nav ul {
        justify-content: start;
        gap: 18px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .header_part.thank_you_header .header_secure {
        display: block;
    }

    .thank_you_sec {
        padding: 40px 20px 40px;
    }

    .thank_you_heaing h2 {
        font-size: 40px;
    }

    .thank_you_heaing p {
        font-size: 18px;
    }

    .thank_you_heaing {
        margin: 0 auto 35px;
    }

    #step_cross h3 {
        font-size: 23px;
    }
}

@media all and (max-width: 767px) {
    .third_abn {
        max-width: 100%;
    }

    #step_cross h3 {
        font-size: 18px;
    }

    .thank_you_sec {
        padding: 25px 20px 40px;
    }

    .thank_you_heaing h2 {
        font-size: 36px;
    }

    .thank_you_heaing p {
        font-size: 16px;
    }

    .thank_you_box.thanks_one,
    .thank_you_box.thanks_two {
        width: 100%;
        flex: inherit;
    }

    .thank_you_boxes {
        gap: 25px;
        max-width: 400px;
    }

    .header_part.thank_header .header_btn {
        display: none;
    }

    .thank_you_box {
        min-height: inherit;
        padding: 25px;
    }

    .thank_you_content p {
        font-size: 17px;
    }

    .thank_you_box.thanks_three .thank_you_content p {
        font-size: 17px;
    }

    .thank_you_box.thanks_three {
        padding-bottom: 45px;
    }

    .small_text {
        left: 45px;
    }

    .footer_thanks_sec {
        padding: 15px 20px;
    }

    .footer_thanks_area {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero_heading h1 {
        font-size: 34px;
    }

    .footer_thanks_right ul {
        justify-content: center;
        gap: 25px;
    }

    .footer_thanks_right ul li a {
        font-size: 14px;
    }

    .footer_thanks_left h3 {
        font-size: 15px;
    }

    .step_heading h2 {
        font-size: 18px;
    }

    .lender_heading h2 {
        font-size: 18px;
    }

    .lender_area ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 30px;
        max-width: 425px;
    }

    .work_heading h2 {
        font-size: 32px;
    }

    .work_boxes {
        padding: 20px;
        gap: 16px;
        flex: inherit;
        min-height: inherit;
    }

    .image_work_area {
        gap: 25px;
        flex-wrap: wrap;
    }

    .work_boxes.work_one {
        margin-top: 0;
    }

    .work_boxes.work_two {
        margin-top: 0;
    }

    .work_heading {
        margin-bottom: 30px;
    }

    .work_text h3 {
        font-size: 17px;
    }

    .partner_heading h2 {
        font-size: 32px;
    }

    .partner_btn .btn {
        font-size: 16px;
        padding: 8px 30px;
    }

    .partner_area ul {
        gap: 8px 4px;
    }

    .benefits_heading h2 {
        font-size: 32px;
    }

    .benefit_box_area {
        gap: 20px;
        flex-wrap: wrap;
    }

    .benefit_boxes {
        padding: 16px;
        min-height: inherit;
        flex: inherit;
    }

    .benefit_box_area,
    .image_work_area {
        max-width: 350px;
        margin: 0 auto;
    }

    .benefit_btn .btn {
        font-size: 16px;
        padding: 12px 52px;
    }

    .billy_sec {
        padding: 35px 20px;
    }

    .billy_detail h2 {
        font-size: 32px;
    }

    .billy_detail h3 {
        font-size: 15px;
    }

    .billy_right {
        padding-top: 0;
        width: 100%;
        flex: none;
    }

    .billy_left {
        width: 100%;
        flex: none;
    }

    .billY_img {
        height: 390px;
        max-width: 390px;
    }

    .billY_img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .faq_sec {
        padding: 35px 20px;
    }

    .faq_heading h2 {
        font-size: 32px;
    }

    .faq_head h3 {
        font-size: 17px;
        line-height: 1.4;
    }

    .faq_text p,
    .faq_text ul li {
        font-size: 15px;
        line-height: 1.6;
    }

    .star_text {
        margin-bottom: 10px;
        flex-wrap: wrap;
        gap: 8px;
    }

    /*----form-----*/

    .grig_item_two,
    .grig_item_three,
    .grig_item_four,
    .grig_item_one {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .header_logo_btn img {
        max-width: 110px;
    }

    .hero_sec {
        padding: 30px 20px 30px;
    }

    .footer_text p {
        margin-bottom: 15px;
    }

    .bottom_right ul {
        gap: 5px 10px;
        justify-content: center;
    }

    .bottom_list_arae {
        gap: 8px;
    }

    .testimonial_img {
        max-width: 150px;
        top: -50px;
        margin-bottom: -50px;
    }

    .hero_car_area {
        margin: 20px auto 0;
    }

    .hero_bg_area {
        background-size: 100% 22%;
        padding: 40px 0 5px;
    }

    .hero_left_part {
        width: 100%;
    }

    .hero_right_part {
        width: 100%;
        flex: inherit;
    }

    .client_head_part h2 {
        font-size: 32px;
    }
    .client_content p {
        font-size: 16px;
    }

    .client_bottom_part {
        max-width: 100%;
    }

    .author_details h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .client_author {
        gap: 5px;
    }

    .author_details img {
        max-width: 110px;
    }

    .bottom_list ul {
        gap: 10px 15px;
        text-align: center;
    }

    .footer_text {
        margin: 0 auto 30px;
    }

    .footer_sec {
        padding: 40px 20px;
    }

    .bottom_text p {
        font-size: 14px;
    }

    .footer_bottom {
        padding: 16px 20px;
    }

    .billy_inner_area {
        gap: 30px;
    }
}

/*-------responsive----------*/
