@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");
*,
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: 1170px;
    margin: 0 auto;
}

.all_btn {
    padding: 14px 25px;
    border: none;
    color: #13a89e;
    font-weight: 700;
    border-radius: 25px;
    cursor: pointer;
    background: #fff;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: all 0.3s;
}

.all_btn:hover {
    background: rgba(242, 194, 194, 1);
}

/*------header-------*/

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

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

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

.header_btn {
    margin-right: 25px;
}

/*------header-------*/

/*------hero-------*/
.hero_sec {
    background-image: url(../images/mortgagebuddy-banner.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 105px 20px 25px;
}

.hero_all_content h1 {
    color: #000;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero_all_content h1 span {
    color: #12a5a0;
}

.hero_top_content p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}

.hero_top_content {
    max-width: 768px;
    margin-bottom: 25px;
}

.mobile_banner_area {
    display: none;
}

.contaner_form {
    padding: 35px;
    border: 3px dashed #13a89e;
    border-radius: 15px;
    background: #fff;
    max-width: 870px;
    min-height: 371px;
}

.contaner_form .step {
    display: none;
    text-align: center;
}

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

.contaner_form .step h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin-bottom: 25px;
}

.step .radio-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.contaner_form .btn {
    padding: 12px 25px;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 25px;
    min-width: 150px;
}

.contaner_form .black {
    background-color: #000;
}

.range-wrapper {
    position: relative;
    margin-top: 30px;
}

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

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

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: #000;
    cursor: pointer;
    border-radius: 4px;
    margin-top: -1px;
    position: relative;
    z-index: 2;
}

input[type="range"]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    background: #000;
    border: none;
    cursor: pointer;
}

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

#propertyValueLabel {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.contaner_form .radio-group label {
    display: inline-block;
}

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

.contaner_form input[type="radio"] + label {
    padding: 11px 35px;
    background-color: #24aae1;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    min-width: 100px;
}

.contaner_form input[type="radio"]:checked + label,
.contaner_form .radio-group label:hover {
    background-color: #275e9e;
}

.step_cross h5 {
    font-size: 32px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.step .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.step input[type="tel"] {
    margin: 0;
}

.contaner_form input[type="text"],
.contaner_form input[type="email"],
.contaner_form input[type="number"],
.contaner_form input[type="date"],
.contaner_form input[type="tel"],
.contaner_form input[type="datetime-local"],
.contaner_form select {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    margin: 0 auto 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    display: block;
}

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

.otp_input input[type="number"] {
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.try_again_btn {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
    background: transparent;
    border: none;
    color: #13a89e;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 40px;
}

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

.contaner_form .step h4 {
    font-weight: 500;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
}

.step h5 {
    font-size: 34px;
    line-height: 1.4;
    color: #000;
    font-weight: 700;
}
/*------hero-------*/

/*------work-------*/
.work_sec {
    padding: 80px 20px 70px;
    background: #13a89e;
}

.work_head {
    margin-bottom: 45px;
}

.work_head h2 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.work_content {
    display: flex;
    align-items: start;
    gap: 35px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 0 40px auto;
}

.work_box {
    width: calc(33.33% - 35px);
    text-align: center;
}

.work_box.work_arrow {
    position: relative;
}

.work_box.work_arrow:before {
    position: absolute;
    content: "";
    background-image: url(../images/arrow.webp);
    width: 131px;
    height: 16px;
    background-size: 100%;
    top: 50px;
    left: -110px;
    background-repeat: no-repeat;
}

.work_box.work_arrow:after {
    position: absolute;
    content: "";
    background-image: url(../images/arrow.webp);
    width: 131px;
    height: 16px;
    background-size: 100%;
    top: 50px;
    right: -75px;
    background-repeat: no-repeat;
}

.step_img {
    margin-bottom: 30px;
}

.work_box p {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
}

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

.work_btn_text_area p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
}

.work_btn_text_area {
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
}

.work_btn_text_area .all_btn {
    margin-bottom: 20px;
}

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

/*------customer-------*/

.customers_sec {
    padding: 80px 20px 90px;
    background: #fff;
}

.customers_head {
    margin-bottom: 40px;
}

.customers_head h2 {
    font-weight: 600;
    font-size: 36px;
    color: #000;
    line-height: 1.3;
    text-align: center;
}

.customers_content {
    display: flex;
    align-items: start;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.customers_box {
    width: calc(33.33% - 25px);
    text-align: center;
    flex: 1;
}

.customer_up_area {
    box-shadow: 0px 0px 36px #20248a2b;
    padding: 20px 20px 40px;
    border-radius: 15px;
    min-height: 268px;
}

.star_img {
    max-width: 105px;
    margin: 0 auto 10px;
}

.customer_up_area p {
    font-weight: 400;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    font-style: italic;
}

.author_img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.author_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author_detail h3 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.author_detail p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}

.customer_down_area {
    position: relative;
    text-align: center;
    top: -40px;
    margin-bottom: -40px;
    z-index: 3;
}

.cutomer_btn_area {
    text-align: center;
}

.cutomer_btn_area a.all_btn {
    background: #13a89e;
    color: #fff;
}

/*------customer-------*/

/*------choose-------*/

.choose_sec {
    padding: 90px 20px;
    background-image: url(../images/why_home_woner.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.choose_parent {
    background: #293f5c;
    padding: 80px 80px 60px;
}

.choose_head {
    margin-bottom: 50px;
}

.choose_head h2 {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}

.choose_content {
    display: flex;
    align-items: start;
    gap: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 975px;
    margin: 0 auto 40px;
}

.choose_box {
    width: calc(33.33% - 60px);
    text-align: left;
}

.choose_img {
    margin-bottom: 30px;
}

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

.choose_box h2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 12px;
}

.choose_box p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.choose_btn_text_area p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}

.choose_btn_text_area {
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
}

.choose_btn_text_area .all_btn {
    margin-bottom: 35px;
    margin-top: 10px;
}

/*------choose-------*/

/*------footer-------*/
.footer_sec {
    background: #10161f;
    padding: 60px 20px 30px;
}

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

.footer_text p {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 2.2;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0.2px;
}

.footer_text {
    max-width: 1148px;
    margin: 0 auto 40px;
}

.footer_btn {
    text-align: center;
    margin-bottom: 70px;
}

.footer_btn .all_btn {
    background: #13a89e;
    color: #fff;
    font-size: 16px;
    padding: 16px 30px;
}

.social_icon ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social_icon {
    margin-bottom: 100px;
}

.social_icon a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    transition: all 0.5s;
}

.social_icon ul i {
    color: #13a89e;
    font-size: 18px;
}

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

.f_left p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.f_left p span {
    color: #13a89e;
}

.f_right p a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

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

/*--==========-thank-you---===========----*/

/*------great-news-------*/
.great_news_sec {
    padding: 60px 20px;
    background: #e8eef5;
}

.great_news_sec h2 {
    font-size: 48px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.great_news_sec h2 span {
    color: #14a9a0;
}

.great_news_sec h4 {
    font-size: 24px;
    color: #2a2a2a;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: center;
    max-width: 768px;
    margin: 0 auto;
}
/*------great-news-------*/

/*------happen-next-------*/
.happen_next_sec {
    padding: 60px 20px;
    background: #fff;
}

.happen_next_head {
    text-align: center;
    margin-bottom: 30px;
}

.happen_next_head h2 {
    font-size: 48px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.happen_next_head h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.happen_next_head p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.5;
}

.happen_next_content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    text-align: center;
    gap: 50px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.happen_next_box {
    width: calc(33.3% - -25px);
    flex: 1;
}

.happen_next_box h2 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.happen_next_img {
    margin-bottom: 40px;
    height: 180px;
}

.happen_next_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.happen_next_box h2 {
    max-width: 320px;
    margin: 0 auto;
}

.happen_bottom_text h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: center;
}

/*------happen-next-------*/

/*------review_sec-------*/

.review_sec {
    padding: 60px 20px;
    background: #e8eef5;
}

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

.review_head h2 {
    font-size: 48px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.review_box p {
    color: #555;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 10px;
    text-align: center;
}

.review_content {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.review_content {
    margin-bottom: 35px;
}

.review_box {
    width: calc(50% - 15px);
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0px 26px 100px #20248a1a;
    min-height: 405px;
}

.thank_star_img {
    max-width: 130px;
    margin: 12px auto;
}

.review_box .author_detail {
    text-align: center;
}

.review_bottom {
    text-align: center;
}

.review_bottom p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}

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

/*------review_sec-------*/

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

.faq_sec {
    padding: 60px 20px;
    background: #f6f6f6;
}

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

.faq_head h2 {
    font-size: 48px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.faq_header {
    padding: 18px 20px;
    background: #14a9a0;
    border-radius: 5px;
}

.faq_content {
    padding: 18px 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 1px 6px;
}

.faq_header h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.2;
}

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

.faq {
    margin-bottom: 25px;
}

.faq_bottom_content h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

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

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

/*---============---thank-you---===========----*/

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

@media all and (max-width: 1199px) {
    .contaner_form {
        max-width: 760px;
    }
    .review_box p {
        font-size: 18px;
    }
}

@media all and (max-width: 1024px) {
    .great_news_sec h2 {
        font-size: 40px;
    }

    .great_news_sec h4 {
        font-size: 20px;
    }

    .great_news_sec {
        padding: 40px 20px;
    }

    .happen_next_sec {
        padding: 40px 20px;
    }

    .happen_next_head h2 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    .happen_next_head h3 {
        margin-bottom: 10px;
    }

    .happen_next_img {
        margin-bottom: 25px;
        height: 145px;
    }

    .happen_next_box h2 {
        font-size: 20px;
    }

    .happen_next_content {
        margin-bottom: 40px;
    }

    .review_sec {
        padding: 40px 20px;
    }

    .review_head h2 {
        margin-bottom: 20px;
        font-size: 40px;
    }

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

    .review_box {
        padding: 35px 25px;
    }

    .review_bottom p {
        margin-bottom: 10px;
    }

    .faq_sec {
        padding: 40px 20px;
    }

    .faq_head h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

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

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

    .hero_top_content {
        max-width: 600px;
        margin-bottom: 30px;
    }

    .hero_all_content h1 {
        font-size: 40px;
    }

    .contaner_form {
        max-width: 590px;
        min-height: 350px;
    }

    .work_sec {
        padding: 50px 20px;
    }

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

    .step_img {
        max-width: 140px;
        margin: 0 auto 20px;
    }

    .work_box.work_arrow:before {
        width: 85px;
        top: 45px;
        left: -75px;
    }

    .work_box.work_arrow:after {
        width: 85px;
        top: 45px;
        right: -60px;
    }

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

    .customers_sec {
        padding: 50px 20px 60px;
    }

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

    .customers_head {
        margin-bottom: 30px;
    }

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

    .customer_up_area {
        box-shadow: 0px 0px 24px #20248a2b;
        padding: 20px 12px 40px;
        border-radius: 8px;
        min-height: 315px;
    }

    .author_detail h3 {
        font-size: 18px;
        margin-bottom: 1px;
    }

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

    .customers_content {
        margin-bottom: 45px;
    }

    .choose_sec {
        padding: 50px 20px;
    }

    .choose_parent {
        padding: 40px 40px 50px;
    }

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

    .choose_head {
        margin-bottom: 40px;
    }

    .choose_content {
        margin-bottom: 30px;
    }

    .choose_img {
        margin-bottom: 15px;
    }

    .choose_box h2 {
        font-size: 20px;
    }

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

    .footer_btn {
        margin-bottom: 40px;
    }

    .social_icon {
        margin-bottom: 45px;
    }

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

    .f_right p a {
        font-size: 14px;
    }

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

    .contaner_form input[type="radio"] + label {
        padding: 11px 25px;
        font-size: 16px;
    }

    .header_btn {
        margin-right: 0px;
    }
}

@media all and (max-width: 767px) {
    .step_cross h5 {
        font-size: 25px;
    }

    .hero_all_content h1 {
        font-size: 28px;
    }

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

    .hero_sec {
        padding: 40px 20px;
        background-position: left;
    }

    .contaner_form .step h2 {
        font-size: 21px;
    }

    .work_head h2 {
        font-size: 28px;
    }

    .work_sec {
        padding: 40px 20px;
    }

    .work_content {
        gap: 35px;
        margin-bottom: 30px;
    }

    .work_box.work_arrow:before,
    .work_box.work_arrow:after {
        display: none;
    }

    .work_box {
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
    }

    .all_btn {
        padding: 14px 20px;
        font-size: 14px;
    }

    .step_img {
        margin: 0 auto 10px;
    }

    .work_btn_text_area p {
        font-size: 16px;
        max-width: 280px;
        margin: 0 auto;
    }

    .customers_sec {
        padding: 40px 20px 50px;
    }

    .customers_head h2 {
        font-size: 27px;
        line-height: 1.2;
    }

    .customers_content {
        max-width: 290px;
        margin: 0 auto 35px;
    }

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

    .customer_up_area {
        min-height: inherit;
    }

    .choose_sec {
        padding: 40px 20px;
    }

    .choose_head h2 {
        font-size: 28px;
    }

    .choose_parent {
        padding: 30px 25px 40px;
        max-width: 425px;
        margin: 0 auto;
    }

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

    .choose_box {
        width: 100%;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .choose_content {
        gap: 30px;
    }

    .choose_box h2 {
        margin-bottom: 7px;
    }

    .choose_img {
        margin-bottom: 7px;
    }

    .social_icon a {
        width: 40px;
        height: 40px;
    }

    .social_icon ul {
        gap: 10px;
    }

    .footer_info {
        gap: 10px;
        text-align: center;
        justify-content: center;
    }

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

    .great_news_sec h2 {
        font-size: 34px;
    }

    .great_news_sec h4 {
        font-size: 18px;
    }

    .happen_next_head h2 {
        font-size: 34px;
    }

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

    .happen_next_img {
        margin-bottom: 16px;
        height: 125px;
    }

    .happen_next_box h2 {
        font-size: 18px;
        max-width: 350px;
        margin: 0 auto;
    }

    .happen_bottom_text h3 {
        font-size: 16px;
    }

    .review_head h2 {
        margin-bottom: 15px;
        font-size: 34px;
    }

    .review_head {
        margin-bottom: 25px;
    }

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

    .review_content {
        gap: 20px;
    }

    .review_box {
        padding: 35px 20px;
        width: 100%;
        min-height: inherit;
    }

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

    .faq_head h2 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .faq_bottom_content h3 {
        font-size: 16px;
    }

    .contaner_form input[type="radio"] + label {
        width: 100%;
    }

    .header_btn {
        display: none;
    }

    .header_part .logo {
        width: 100%;
        text-align: center;
    }

    .mobile_banner_area {
        height: 330px;
        width: 100%;
        margin-bottom: 35px;
        max-width: 300px;
        display: block;
    }

    .mobile_banner_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

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