@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");
@import url("https://fonts.cdnfonts.com/css/trebuchet-ms-2");
*,
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;
}

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

img {
    max-width: 100%;
}

.btn {
    background: rgba(253, 178, 18, 1);
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 3px;
    transition: all 0.5s;
    font-family: "Poppins";
    width: 235px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn:hover,
.btn:focus {
    background: rgba(240, 158, 14, 1);
}

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

.header_part {
    background: #ffffff;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    max-width: 1080px;
    margin: 0 auto;
}

.top_header .logo img {
    max-width: 145px;
}

.header_number a {
    font-weight: 400;
    font-family: Poppins;
    font-size: 28px;
    color: rgb(0, 0, 0);
    font-style: normal;
    line-height: 1.3;
}

.header_part .nav ul {
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.bottom_header {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.header_part .nav a {
    text-decoration: none;
    color: #0d223c;
    font-weight: 300;
    transition: color 0.3s ease;
    font-family: Poppins;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    display: inline-block;
    padding: 10px 50px;
    transition: transform 0.4s ease;
}

.header_part .nav a.active,
.header_part .nav a:hover {
    box-shadow: none;
    color: #fff;
    background: rgba(242, 118, 41, 1);
}

.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_all_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

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

.star_text {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}

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

.star_text h5 {
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: rgb(0, 0, 0);
    font-style: normal;
    line-height: 1.3;
}

.star_text h5 strong {
    font-weight: 600;
}

.i_text_img h5 {
    font-weight: 600;
    font-family: Poppins;
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.3;
}

.i_text_img {
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 403px;
    padding: 12px;
    gap: 12px;
    border-radius: 5px;
    margin: 0 auto 20px;
}

.i_text_img {
    flex: none;
}

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

.car_img img {
    width: 100%;
}

.hero_heading h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: rgb(13, 34, 60);
    font-weight: 700;
    font-style: normal;
    font-family: Poppins;
    text-align: center;
}

.hero_heading p {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: Poppins;
    text-align: center;
}

.main_form,
#step_cross {
    background: #fff;
    margin: 0 auto 0 0;
    padding: 50px 40px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
    height: 505px;
    max-width: 100%;
    border: 5px dotted #fdb212;
}

.step_heading {
    margin-bottom: 20px;
}

.step_heading h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
    font-family: "Poppins";
    letter-spacing: 0.4px;
}

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

/*--progress-bar---*/
.main_form .progress {
    background: #e9ecef;
    border-radius: 20px;
    height: 6px;
    overflow: hidden;
    position: relative;
    max-width: 920px;
    margin: 0 auto 45px;
}

.main_form .progress-bar {
    height: 100%;
    background-color: #fdb212;
    width: 0;
    text-align: center;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    position: initial;
}

.progress_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: none;
}

#multiStepForm {
    max-width: 920px;
    margin: 0 auto;
}

.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: 400;
    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: 13.5px 30px;
    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: #275e9e;
    color: #fff;
    border: 2px solid #275e9e;
}

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

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

.step_heading p {
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    margin-top: 20px;
}

.step_heading p em {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.try_again_btn {
    background: #ffffff !important;
    background-color: rgb(255 255 255) !important;
    color: #4a90e2 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    width: 200px !important;
    margin: 10px auto 28px !important;
    box-shadow: none !important;
    height: 50px;
    padding: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    border: none !important;
}

.try_again_btn:hover,
.try_again_btn:focus {
    background: #e5e5e5 !important;
}

#step_cross h3 {
    line-height: 1.2;
    font-size: 38px;
    font-family: Roboto;
    color: rgb(0, 0, 0);
    font-weight: 600;
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}

.flex_items {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.input_btn_area {
    display: flex;
    align-items: center;
    max-width: 300px;
    gap: 14px;
    justify-content: center;
    margin: 0 auto;
}

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

button.next_btn {
    text-transform: uppercase;
    background-color: #fdba2f;
    font-weight: 600;
    font-size: 24px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    max-width: 100%;
    height: 50px;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fdba2f;
    transition: 0.2s !important;
    font-family: "Roboto";
    min-width: 120px;
    padding: 10px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.main_form .back {
    background-color: #757575;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    min-width: 160px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #757575;
    padding: 0;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.main_form .back:hover {
    background-color: #000;
    border: 1px solid #000;
}

.otp_btn_area button.next_btn {
    font-size: 16px;
    font-weight: 500;
    min-width: 160px;
    text-transform: capitalize;
}

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

.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;
}

.input_btn_area.otp_btn_area {
    max-width: inherit;
    gap: 80px;
}

.step input[type="text"],
.step input[type="number"],
.step input[type="date"],
.step input[type="email"],
.step input[type="tel"] {
    font-size: 16px;
    font-weight: 300;
    color: #1c1c1c;
    border: 1px solid #49b8e7;
    border-radius: 3px;
    padding: 12px 14px;
    line-height: 20px;
    outline: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 50px;
    transition: all 0.1s ease-out;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
}

.input_title {
    min-width: 245px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol";
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    text-align: right;
}

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

.max_width_limit {
    min-width: 600px;
    margin: 0 auto;
}

.step select {
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0.375rem 30px 0.375rem 0.75rem;
    line-height: 1.2;
    outline: none;
    display: block;
    box-sizing: border-box;
    z-index: 2;
    height: 50px;
    transition: all 0.1s ease-out;
    background-color: #24aae1;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    width: 100%;
    border: none;
    box-shadow: none;
    /* appearance: none; */
    background-repeat: no-repeat;
    background-position: right 10px center;
    position: relative;
}

.step select:hover,
.step select:focus {
    background-color: #275e9e;
}

.step select option {
    background: #fff;
    color: #000;
}

.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;
}

.send_sms .next_btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.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: 1px solid #b3b3b3 !important;
    border-radius: 5px !important;
    color: #484848 !important;
    font-size: 16px !important;
    background-color: #fff !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
    font-weight: 500 !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: #fff;
    color: rgb(227, 147, 21);
    border-color: rgb(227, 147, 21);
}

/*-------client-sec----------*/

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

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

.client_heading h2 {
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.8;
    color: #000;
}

.client_content_area {
    justify-content: space-between;
    display: flex;
    gap: 35px;
    max-width: 1120px;
}

.client_boxes {
    background: rgba(253, 178, 18, 0.1);
    border: 1px solid #fdb212;
    padding: 35px 30px 30px;
    border-radius: 12px;
    width: 33.33%;
    flex: 1;
    min-height: 323px;
    position: relative;
}

.quote_img {
    margin-bottom: -30px;
    margin-left: -10px;
}

.quote_img span {
    font-weight: 400;
    font-family: Georgia, serif;
    font-size: 72px;
    color: rgb(253, 178, 18);
    display: inline-block;
    line-height: 1;
    height: 34px;
}

.client_text {
    margin-bottom: 20px;
}

.client_text p {
    color: #3b3a3a;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto";
    line-height: 1.7;
    text-align: center;
}

.author_img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -39px;
    z-index: 3;
}

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

.author_name h5 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 20px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
}

/*-------client-sec----------*/

/*-----------------new_testimonial-sec-------------------*/

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

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

.new_testimonial_heading h2 {
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bolder;
    font-size: 36px;
    line-height: 1.3;
    color: #000;
}

.new_testimonial_content_area {
    justify-content: space-between;
    display: flex;
    gap: 25px;
    max-width: 1110px;
}

.new_testimonial_boxes {
    background: rgba(253, 178, 18, 0.1);
    border: 1px solid #fdb212;
    padding: 30px 25px 30px;
    border-radius: 12px;
    width: 33.33%;
    flex: 1;
    min-height: 323px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.quote_img {
    margin-bottom: -30px;
    margin-left: -10px;
}

.quote_img span {
    font-weight: 400;
    font-family: Georgia, serif;
    font-size: 72px;
    color: rgb(253, 178, 18);
    display: inline-block;
    line-height: 1;
    height: 34px;
}

.new_testimonial_text {
    margin-bottom: 40px;
}

.new_testimonial_text h3 {
    font-family: "Rubik";
    font-size: 26px;
    line-height: 1.3;
    color: #3b3a3a;
    font-weight: bolder;
    margin-bottom: 20px;
}

.new_testimonial_text p {
    color: #3b3a3a;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik";
    line-height: 1.6;
    font-style: italic;
}

.author_star {
    max-width: 131px;
    margin-bottom: 5px;
}

.testimonial_author_img {
    max-width: 70px;
}

.testimonial_author_name h5 {
    line-height: 1.2;
    font-weight: bolder;
    font-family: "Rubik";
    font-size: 16px;
    color: rgb(59, 58, 58);
    margin-bottom: 3px;
}

.testimonial_author_name h6 {
    font-weight: 400;
    font-family: "Rubik";
    font-size: 14px;
    color: rgb(59, 58, 58);
    line-height: 1.5;
}

.testimonial_author_details {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

@media all and (max-width: 1024px) {
    .new_testimonial_heading {
        max-width: 575px;
        margin: 0 auto 40px;
    }

    .new_testimonial_heading h2 {
        font-size: 30px;
    }

    .new_testimonial_text h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }

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

@media all and (max-width: 767px) {
    .new_testimonial_heading {
        margin: 0 auto 25px;
    }

    .new_testimonial_heading h2 {
        font-size: 25px;
    }

    .new_testimonial_text h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .new_testimonial_content_area {
        flex-wrap: wrap;
    }

    .new_testimonial_boxes {
        flex: initial;
        width: 100%;
    }

    .author_star {
        max-width: 100px;
    }

    .new_testimonial_text {
        margin-bottom: 30px;
    }

    .new_testimonial_sec {
        padding: 15px 20px 30px;
    }

    .info_yellow {
        max-width: 100% !important;
    }
}

/*-----------------new_testimonial-sec-----------------*/

/*-----------------review_header-----------------*/
.header_star_text h5 {
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: rgb(0, 0, 0);
    font-style: normal;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.header_star_text {
    margin-bottom: 5px;
}

.logo_review {
    display: flex;
    align-items: end;
    gap: 32px;
}

.header_star_text img {
    max-width: 103px;
}

@media all and (max-width: 767px) {
    .logo_review {
        display: flex;
        align-items: start;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: space-around;
        flex-direction: column-reverse;
        width: 100%;
    }

    .header_star_text {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        max-width: 120px;
        text-align: center;
        gap: 7px;
        align-items: center;
    }

    .header_star_text img {
        max-width: 90px;
    }

    .header_star_text h5 {
        font-size: 10px;
        line-height: 1.8;
    }

    .header_star_text h5 strong {
        font-weight: 600;
    }

    .header_part.review_header .container_part {
        max-width: 95% !important;
    }

    .header_part.review_header {
        padding: 15px 20px 5px 20px !important;
    }

    .header_part.review_header .logo {
        margin-top: -18px;
    }
}

/*-----------------review_header-----------------*/

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

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

.lender_area ul {
    display: grid;
    grid-template-columns: repeat(5, 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: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    font-family: "Merriweather";
    text-align: center;
}

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

/*-------benefit-sec----------*/
.benefits_sec {
    background: rgba(253, 178, 18, 1);
    padding: 56px 20px;
}

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

.benefits_heading h2 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 36px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

.benefit_box_area {
    display: flex;
    gap: 85px;
    align-items: start;
    max-width: 980px;
    margin: 0 auto;
}

.benefit_boxes {
    flex: 1;
}

.benefit_box_heading h2 {
    font-weight: 400;
    font-family: "Roboto";
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

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

/*-------chris-sec----------*/

.chris_sec {
    background: rgba(34, 57, 101, 1);
    padding: 50px 20px;
}

.chris_detail h2 {
    font-weight: 600;
    font-size: 36px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    font-family: "Poppins";
}

.chris_detail {
    margin-bottom: 20px;
}

.chris_content p {
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "Roboto";
    letter-spacing: 0px;
    word-spacing: -1px;
}

.chris_content ul li {
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.4;
    font-family: "Roboto";
    letter-spacing: 0px;
    word-spacing: -1px;
    margin-bottom: 3px;
}

.ul_part {
    margin-bottom: 20px;
}

.ul_part p {
    margin-bottom: 8px;
}

.chris_btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.chris_inner_area {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 60px;
    max-width: 1110px;
    margin: 0 auto;
}

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

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

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

/*-------All_content-sec----------*/

.eligible_content_sec {
    padding: 60px 20px;
    background: #fff;
}

.grant_amount_sec {
    padding: 60px 20px;
    background: #fff7e7;
}

.research_sec {
    padding: 75px 20px;
    background: #fff;
}

.nomal_content_heading {
    margin-bottom: 55px;
}

.nomal_content_heading h2 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 36px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
}

.nomal_content_text ul li {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 25px;
}

.nomal_content_text ul li:last-child {
    margin-bottom: 0px;
}

.nomal_content_text p {
    font-size: 20px;
    color: rgb(0, 0, 0);
    font-family: "Roboto";
    font-weight: 400;
    line-height: 1.5;
}

.table_area {
    margin-top: 45px;
}

.table_area p {
    margin-bottom: 12px;
}

.table_ul {
    display: flex;
    align-items: start;
    gap: 50px;
    margin-bottom: 18px;
}

.table_ul ul li {
    margin-bottom: 12px;
}

.table_ul ul li strong {
    font-weight: 600;
}

.table_info {
    font-family: "Roboto";
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    line-height: 1.4;
}

.research_sec .nomal_content_text p {
    margin-bottom: 40px;
}

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

.eligible_content_sec .container_part {
    max-width: 1010px;
}

.grant_amount_sec .container_part {
    max-width: 740px;
}

.research_sec .container_part {
    max-width: 745px;
}

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

.grant_buddy_team_sec .container_part {
    max-width: 980px;
}

.grant_buddy_team_sec .table_ul {
    margin-bottom: 40px;
}

/*-------All_content-sec----------*/

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

.work_sec {
    background: #fff7e7;
    padding: 65px 20px 20px;
}

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

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

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

.work_boxes {
    background: #fff;
    padding: 70px 35px 45px;
    border-radius: 12px;
    min-height: 435px;
    align-items: center;
    position: relative;
    text-align: center;
    border: 1px solid #fdb212;
}

.img_area {
    margin-bottom: 10px;
}

.img_area img {
    max-width: 126px;
    margin: 0 auto;
}

.work_text {
    max-width: 300px;
    margin: 0 auto;
}

.work_text h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    font-family: "Poppins";
    margin-bottom: 30px;
}

.work_text p {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 400;
    color: rgb(59, 58, 58);
    line-height: 1.5;
}

.work_number span {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: "Roboto";
    font-size: 72px;
    color: rgb(253, 178, 18);
}

.work_number {
    position: absolute;
    left: 30px;
    top: 10px;
}

.work_button_text p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    font-family: "Roboto";
}

.work_button_text p span {
    color: rgb(0, 174, 59);
}

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

.work_btn {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: -45px;
}

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

/*-------faq-sec----------*/
.faq_sec {
    background: #fff;
    padding: 50px 20px;
}

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

.faq_heading h2 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 36px;
    color: rgb(31, 47, 68);
    line-height: 1.3;
}

.faq_head h3 {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
}

.faq_text p,
.faq_text ul li {
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
    font-family: "Poppins";
}

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

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

.faq_head {
    margin-bottom: 12px;
}

.faq_item {
    background: #fdb212;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 22px 30px;
}

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

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

/*-------australian-sec----------*/

.australian_company_sec {
    padding: 40px 20px;
    background: #fff;
}

.australian_content h2 {
    font-weight: 600;
    font-family: "Poppins";
    font-size: 28px;
    color: rgb(31, 47, 68);
    line-height: 1.6;
    margin-bottom: 40px;
}

.australian_content p {
    font-weight: 400;
    font-family: "Poppins";
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.6;
    margin-bottom: 12px;
}

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

.australian_content {
    text-align: center;
    max-width: 475px;
    margin: 0 auto;
}

.australian_btn {
    display: flex;
    justify-content: center;
    padding-top: 35px;
}

.australian_company_sec .container_part {
    max-width: 1000px;
}

/*-------australian-sec----------*/

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

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

.footer_text {
    margin: 0 auto 30px;
}

.footer_text p {
    font-family: "Poppins";
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
}

.footer_text p a {
    color: rgb(102, 102, 102);
    text-decoration: underline;
}

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

.bottom_list ul li a {
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    transition: all 0.3s;
    font-family: "Poppins";
    text-decoration: underline;
    border-right: 1px solid #000;
    display: inline-block;
    padding: 0 5px;
}

.bottom_list ul li:last-child a {
    border-right: none;
}

.footer_bottom {
    background: #223965;
    padding: 20px 20px;
}

.bottom_text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    font-family: "Poppins";
}

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

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

.thank_you_header {
    background: #fff;
    padding: 40px 20px;
}

.thank_logo_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thank_you_heaing {
    text-align: center;
    margin: 0 auto 40px;
}

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

.thank_you_heaing h3 {
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 50px;
}

.thank_you_heaing h4 {
    font-family: "Poppins";
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    color: rgb(253, 178, 18);
}

.thank_you_heaing p {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    max-width: 890px;
    margin: 0 auto;
}

.thank_you_content h3 {
    font-weight: 400;
    font-size: 24px;
    font-family: "Poppins";
    line-height: 1.4;
    margin-bottom: 15px;
    color: rgb(253 178 18);
}

.thank_you_content p,
.thank_you_content li {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
}

.thank_you_box {
    border: 3px solid #fdb212;
    background: #fff7e7;
    border-radius: 10px;
    min-height: 244px;
    padding: 40px;
    text-align: center;
}

.thank_img {
    margin-bottom: 10px;
    text-align: center;
}

.thank_img img {
    max-width: 54px;
}

.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,
.thank_you_box.thanks_four {
    width: 100%;
}

.thank_you_box.thanks_three {
    padding: 0;
    border: none;
    background: #fff;
}

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

.thank_you_box.thanks_three p {
    margin-bottom: 20px;
}

.thank_you_content li {
    margin-bottom: 15px;
}

.thank_you_content ul li:last-child {
    margin-bottom: 0px;
}

.thanks_footer p {
    color: #000;
    margin-bottom: 15px;
    font-size: 14px;
}

.thanks_footer p a {
    color: #000;
}

.footer_sec.thanks_footer {
    background: #f1eded;
}

/*-------thnak-sec----------*/

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

@media all and (max-width: 1230px) {
    .header_part .nav a {
        padding: 10px 18px;
    }

    .top_header {
        padding: 10px 20px;
    }

    .top_header .logo img {
        max-width: 110px;
    }

    .header_number a {
        font-size: 22px;
    }
}

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

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

    .thank_you_heaing h3 {
        margin-bottom: 30px;
    }

    .bottom_header {
        border: none;
        position: absolute;
        right: 20px;
        top: 36px;
        display: none;
    }

    .top_header {
        padding: 0;
    }

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

    .star_text {
        margin-bottom: 10px;
    }

    .header_part {
        padding: 15px 20px 15px 20px;
        position: relative;
    }

    .header_number a {
        font-size: 18px;
    }

    .client_heading {
        max-width: 575px;
        margin: 0 auto 70px;
    }

    .client_heading h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .auto_car_sec {
        padding: 60px 20px;
    }

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

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

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

    .step_heading {
        margin-bottom: 25px;
    }

    .main_form button,
    .main_form .option {
        font-size: 16px;
        padding: 11.5px 30px;
    }

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

    .main_form,
    .main_form,
    #step_cross {
        padding: 35px 20px;
        height: 480px;
    }

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

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

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

    .work_sec {
        padding: 40px 20px;
    }

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

    .work_heading {
        margin-bottom: 35px;
    }

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

    .work_btn {
        bottom: -70px;
        margin-top: -35px;
    }

    .img_area img {
        max-width: 100px;
    }

    .work_button_text {
        margin-top: 40px;
    }

    .image_work_area {
        gap: 30px;
        max-width: 700px;
    }

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

    .work_boxes {
        min-height: 255px;
        padding: 45px 20px 25px;
    }

    .grant_buddy_team_sec {
        padding: 80px 20px 20px;
    }

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

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

    .benefits_sec {
        padding: 40px 20px;
    }

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

    .benefits_heading {
        margin-bottom: 30px;
    }

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

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

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

    .benefit_box_area {
        gap: 40px;
    }

    .chris_sec {
        padding: 45px 20px;
    }

    .chris_detail h2 {
        font-size: 30px;
    }

    .chris_detail {
        margin-bottom: 20px;
    }

    .faq_sec {
        padding: 40px 20px;
    }

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

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

    .faq_item {
        padding: 15px 20px;
        margin-bottom: 15px;
    }

    .client_sec {
        padding: 30px 20px;
    }

    .client_content_area {
        gap: 20px;
    }

    .client_boxes {
        padding: 35px 20px 30px;
    }

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

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

    .australian_company_content {
        gap: 50px;
    }

    .australian_content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .australian_content p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 8px;
    }

    .footer_sec {
        padding: 40px 20px;
    }

    .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(5, 1fr);
        gap: 5px 25px;
    }

    .footer_text {
        margin: 0 auto 45px;
    }

    .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: 265px;
        background: white;
        flex-direction: column;
        padding: 25px 0px;
        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 15px;
        font-size: 16px;
    }

    .header_part .nav ul {
        justify-content: start;
        gap: 1px;
        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: 16px;
    }

    .thank_you_box {
        padding: 25px;
    }

    .thank_you_content p,
    .thank_you_content li {
        font-size: 18px;
    }

    .thank_you_heaing {
        margin: 0 auto 35px;
    }

    .eligible_content_sec,
    .grant_amount_sec,
    .research_sec {
        padding: 40px 20px;
    }

    .nomal_content_heading {
        margin-bottom: 35px;
    }

    .nomal_content_heading h2 {
        font-size: 30px;
    }

    .nomal_content_text ul li {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .table_area {
        margin-top: 30px;
    }

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

    .research_sec .nomal_content_text p {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    .top_header {
        position: relative;
    }

    .header_number {
        position: absolute;
        right: 0;
        top: -6px;
    }

    .header_part {
        padding: 15x 20px 10px 20px;
    }

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

    .top_header .logo img {
        max-width: 145px;
    }

    .header_number a {
        font-size: 15px;
    }

    .star_text h5 {
        font-size: 13px;
    }

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

    .thank_you_header {
        padding: 15px 20px;
    }

    .i_text_img {
        margin-top: 3px;
        padding: 8px;
        order: 4;
        text-align: left;
        gap: 20px;
        margin-bottom: 15px;
        max-width: 280px;
    }

    .thank_you_header .logo img {
        max-width: 100px;
    }

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

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

    .client_heading h2 {
        font-size: 25px;
    }

    .client_sec {
        padding: 15px 20px 30px;
    }

    .client_content_area {
        flex-wrap: wrap;
        gap: 65px;
    }

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

    .single_input {
        justify-content: start;
        gap: 10px;
        flex-wrap: wrap;
    }

    .input_title {
        min-width: inherit;
    }

    .input_btn_area.otp_btn_area {
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .main_form .option {
        width: 100%;
    }

    .max_width_limit {
        min-width: 100%;
    }

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

    .thank_you_heaing h2 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

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

    .thank_you_heaing h3 {
        margin-bottom: 22px;
        font-size: 17px;
    }

    .thank_you_heaing h4 {
        font-size: 23px;
    }

    .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;
    }

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

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

    .thank_you_content li {
        margin-bottom: 10px;
    }

    .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: 24px;
    }

    .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: 25px;
    }

    .step select {
        font-size: 16px;
    }

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

    .image_work_area {
        grid-template-columns: repeat(1, 1fr);
        max-width: 450px;
    }

    .grant_buddy_team_sec {
        padding: 65px 20px 20px;
    }

    .faq_sec {
        padding: 15px 20px;
    }

    .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;
    }

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

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

    .benefits_heading {
        margin-bottom: 25px;
    }

    .benefit_boxes {
        flex: inherit;
    }

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

    .chris_btn {
        margin-bottom: 10px;
    }

    .container_part {
        max-width: 88%;
    }

    .main_form,
    .main_form,
    #step_cross {
        padding: 25px 25px;
        height: 770px;
    }

    .main_form .progress {
        margin: 0 auto 35px;
    }

    .hero_heading {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .star_text {
        order: 2;
    }

    .hero_heading h1 {
        order: 1;
        margin-bottom: 10px;
    }

    .hero_heading p {
        order: 3;
    }

    .nomal_content_heading h2 {
        font-size: 25px;
    }

    .table_area {
        margin-top: 20px;
    }

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

    .nomal_content_text ul li {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .nomal_content_heading {
        margin-bottom: 28px;
    }

    .chris_sec {
        padding: 35px 20px;
    }

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

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

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

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

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

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

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

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

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

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

    .australian_company_content {
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 450px;
        margin: 0 auto;
    }

    .map_img {
        max-width: 200px;
    }

    .australian_content h2 {
        font-size: 22px;
        margin-bottom: 18px;
        line-height: 1.3;
    }

    .australian_btn {
        padding-top: 25px;
    }

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

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

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

    .i_text_img h5 {
        font-size: 13px;
    }

    .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_all_content_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;
    }
    .footer_text {
        margin: 0 auto 30px;
    }

    .footer_sec {
        padding: 30px 20px;
    }

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

    .footer_bottom {
        padding: 16px 20px;
    }

    .chris_inner_area {
        gap: 30px;
    }

    .last_lander {
        grid-column: 1 / -1; /* Makes it span across all columns */
        justify-self: center;
    }

    #step_cross h3 {
        font-size: 24px;
        line-height: 1.7;
    }

    .thank_you_box.thanks_three {
        padding: 10px 0;
    }

    .thank_you_content h3 {
        font-size: 21px;
    }
}

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

/*-------info_content----------*/
.info_content_sec {
    padding: 40px 20px;
    background: #fff;
}

.info_content_sec .container_part {
    max-width: 1050px;
}

.info_heading h2 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

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

.info_text p {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

.info_text ul {
    padding-left: 20px;
}

.info_text ul li {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
    list-style-type: disc;
}

.info_text p a,
.info_text ul li a {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    text-decoration: underline;
}

.info_item h3 {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bolder;
    color: #000;
    line-height: 1.2;
    margin-bottom: 23px;
}

.info_item h4 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: bolder;
    color: #000;
    line-height: 1.2;
    margin-bottom: 5px;
}

.info_item {
    margin-bottom: 40px;
}

.contact_ul ul li {
    list-style-type: none;
}

.contact_ul ul {
    padding-left: 0;
}

.contact_ul {
    margin-bottom: 25px;
}

@media all and (max-width: 767px) {
    .info_heading h2 {
        font-size: 36px;
    }

    .info_content_sec {
        padding: 20px 20px;
    }

    .info_item {
        margin-bottom: 22px;
    }

    .info_text p {
        margin-bottom: 17px;
    }
}
/*-------info_content----------*/

/*-----------------yellow_info-----------------*/
.i_text_img.info_yellow {
    background: rgba(253, 178, 18, 1);
    border-style: none;
    border-radius: 141px;
}

.i_text_img.info_yellow h5 {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    font-family: Arial, sans-serif;
}

.info_yellow {
    width: 100% !important;
    max-width: 40%;
}
/*-----------------yellow_info-----------------*/
