* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.35;
    box-sizing: border-box;
}
:root {
    --clr-primary: #191679;
    --clr-gradient: linear-gradient(
        90deg,
        rgba(36, 23, 131, 1) 0%,
        rgba(59, 32, 153, 1) 30.6%,
        rgba(101, 42, 195, 1) 63.02%,
        rgba(117, 52, 195, 1) 80.21%,
        rgba(129, 60, 203, 1) 89.58%,
        rgba(163, 80, 224, 1) 100%
    );
    --clr-secondary: #db30a0;
    --clr-secondary-dark: #25316a;
    --clr-text: #1e1c1c;
}
p {
    line-height: 1.6;
}
.text-center {
    text-align: center;
}
.bottom-header1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-header1 {
    background-image: var(--clr-gradient);
}
.logo {
    max-width: 300px;
    height: auto;
    padding-block: 15px;
}
@media screen and (max-width: 576px) {
    .logo {
        width: 150px;
    }
    .navigation1 a span {
        font-size: 13px;
    }
}
.navigation1 a {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-wrap: nowrap;
}
.navigation1 a span {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.navigation1 i {
    color: #232085;
    margin: 0 !important;
}
.bottom-header1 .btn-list2 {
    display: flex;
    column-gap: 90px;
    flex-wrap: wrap;
    row-gap: 5px;
    margin-bottom: 0;
}
.bottom-header1 a {
    display: flex;
}
.icon-wrap {
    padding: 10px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.navigation1 a:hover span {
    color: #46438d;
    color: #d933a2;
    transition: color 0.4s ease;
}
.navigation1 a:hover .icon-wrap {
    background-color: #46438d;
    background-color: #d933a2;
    transition: background-color 0.4s ease;
}
.section-one-ingleburn {
    background-size: cover;
    background-position: center;
    background-image: url("../images/landing/christmas-banner-pink-banner-no-text-2.jpg");
}
@media screen and (min-width: 1080px) {
    .offer-image {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .section-one-ingleburn {
        background-size: cover;

        background-image: url("../images/landing/Dashain/Dashain-bg-m.jpg");
    }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .section-one-ingleburn {
        background-size: cover;

        background-image: url("../images/landing/Dashain/Dashain-offer-banner.jpg");
    }
}
@media screen and (min-width: 1400px) {
    .section-one-ingleburn {
        background-size: cover;

        background-image: url("../images/landing/Dashain/Dashain-offer-banner.jpg");
    }
}
.fa-revert {
    transform: revert !important;
}
p.error {
    margin-bottom: 0.4rem;
    color: rgb(255, 16, 16) !important;
}
.section-one-ingleburn .background-overlay {
    padding: 50px 0px 50px 0px;
    /* background: rgba(0, 0, 0, 0.3); */
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.buyer-section {
    background-image: url("../images/ingleburn-selling.jpg");
}

.section-one-ingleburn p {
    color: white;
}

.section-one-left {
    width: 100%;
    /* margin-top: 3rem; */
}
.section-one-column-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.section-one-left_head img {
    width: 100% !important;
}
.section-one-left_head h2 {
    color: #1e1c1c;
    font-family: Poppins;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}
.section-one-left_head h2 strong {
    color: var(--clr-secondary);
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.section-one-left_head p {
    color: #fff;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.section-one-left_head {
    margin-top: 30px;
    /* margin-bottom: 20px; */
}
.section-one-left .left-percent {
    font-size: 60px;
    font-weight: 900;
    color: #fff100;
    text-shadow: -1.5px 1.5px, 1.5px 1.5px, 1.5px 1.5px;
    letter-spacing: 2px;
    font-weight: bold;
}

/* .section-one-ingleburn .section-one-left p:nth-child(1) {
  font-size: 58px;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.section-one-ingleburn .section-one-left p:nth-child(2) {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
} */

.offer-image {
    margin: 4rem 0rem 2rem 0rem;
    width: 100%;
}
.offer-image img {
    max-width: 100%;
    height: auto;
}
.section-one-ingleburn .section-one-left p {
    color: var(--clr-text);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 31.878px */
}
.section-one-left p:nth-child(4) {
    margin: 18px 0px;
}
/*.section-one-ingleburn .section-one-left h3{*/

/*  font-size: 22px;*/

/*  font-weight: 600;*/

/*  color:#fff;*/

/*}*/

.section-one-ingleburn .section-one-right1 {
    background: linear-gradient(
        91deg,
        rgba(25, 23, 121, 0.6) 15.76%,
        rgba(23, 22, 125, 0.6) 48.04%,
        rgba(56, 36, 136, 0.6) 74.72%,
        rgba(72, 35, 149, 0.6) 99.98%
    );
    border-radius: 13px;
    padding: 25px;
    width: 436px;
    /* float: right; */
}
/* .fa .fa-phone {
  transform: rotate(90deg);
} */

.section-one-ingleburn .section-one-right1 form {
    display: flex;
    flex-direction: column;
}

.section-one-ingleburn .form-para-one {
    margin-bottom: 8px;
    color: #fff;
    font-family: Poppins;
    font-size: 33px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.section-one-ingleburn .form-para-two {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.section-one-ingleburn .form-inner {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    margin-bottom: 20px;
}

.section-one-ingleburn .section-one-right1 form label,
.section-one-right1 form h6 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.section-one-ingleburn .section-one-right1 form label i,
.section-one-right1 form h6 i {
    margin-right: 15px;
    transform: revert;
}

.fa-phone {
    transform: rotate(90deg);
}

.client-img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.section-one-right1 select {
    border-radius: 0;
    height: 39.6px;
}
.section-one-right1 select:focus {
    outline: none !important;
    box-shadow: none !important;
}
.section-one-ingleburn .section-one-right1 form input,
.section-one-right1 select {
    margin-bottom: 20px;

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 15px;

    /* padding-left: 55px !important; */
    border: none;
    color: #7d7b88;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    -webkit-appearance: none !important; /* Remove default arrow in Chrome/Safari/Edge */
    appearance: none !important;
}

.form-select::placeholder {
    margin-bottom: 20px;

    padding: 10px 15px;

    border: none;
    color: #7d7b88;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.radio-wrap {
    display: flex;
}

.radio-wrap div {
    margin-left: 2.5rem;
}

.agent-content h5 {
    font-size: 22px;
}

.section-one-ingleburn .section-one-right1 form input::placeholder {
    color: #7d7b88;
    font-size: 14px;

    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-group1 {
    position: relative;
    margin-bottom: 12px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    /* flex-basis: auto;
  width: 100%; */
}
.input-group1 > * {
    margin-bottom: 0 !important;
}
.input-group1 input {
    padding-left: 55px !important;
    /* width: 100% !important; */
    flex: 1;
}
.input-group1 span {
    /* padding-left: 55px !important; */
    /* width: 100% !important; */
    flex-shrink: 0;
}
.input-group1 {
    position: relative;
    display: flex;
    flex-wrap: no-wrap;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.captcha-input-group {
    display: flex;
    align-items: center;
    gap: 15px;
}
.captch-input input {
    margin-bottom: 0 !important;
}
.captch-input:focus {
    outline: none;
}
.captcha {
    width: 50%;
}
.captcha img {
    width: 100%;
    border-radius: 6px;
}
.select-group1 {
    height: 39.6px;
}
.input-group1 input:focus {
    outline: none;
}
.section-one-ingleburn .form-inner .icon-group {
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */
    padding: 12px 15px;

    background-color: var(--clr-secondary);
}
.section-one-ingleburn .form-inner .icon-1 {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    transform: translateY(-50%) !important;
    padding: 12px 15px;

    background-color: var(--clr-secondary);
}
.section-one-ingleburn .form-inner .icon-group i {
    color: #fff;
}
.btn-submit {
    background: var(--clr-secondary);
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 20px;
    border: none;
}

.btn-submit:hover {
    background-color: #42379d;
    transition: all 300ms ease-in;
}

.btn-submit i {
    margin-left: 15px;
}

.section-one-ingleburn .section-one .offer-image {
    margin-top: 30px;
}

/* section two */

.section-two {
    padding: 65px 0px 65px 0px;
}

.section-two-left {
    margin-top: 25px;
}

.section-two-left .agency-wrap {
    width: 250px;
}

.section-two-left .agency-wrap img {
    width: 100%;
}

.section-two-left .agent-wrap {
    width: 250px;
}

.section-two-left .agent-wrap img {
    width: 100%;
}

.section-two-right {
    margin-left: 10px;
    max-width: 80%;
    margin-inline: auto;
    text-align: center;
    /* float: right; */
}
.section-two-right h2 {
    color: var(--clr-text);
    text-wrap: balance;
    text-align: center;
    font-size: 40px;
    /* font-family: Poppins; */
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.section-two-head-para {
    color: var(--clr-text);
    text-align: center;
    font-family: Poppins;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
}
.section-two-head-para strong {
    font-weight: 700;
    color: var(--clr-secondary);
}
.section-two-right .para-one {
    font-size: 34px;
    font-weight: 900;
    color: var(--clr-text);
    text-align: center;
}
.section-two-list {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-two-list-wrap {
    max-width: 1000px;
    margin-inline: auto;
}
.section-two-list-wrap h3 {
    color: var(--clr-text);
    text-align: center;
    font-family: Poppins;
    font-size: 34px !important;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.section-two-list-wrap p {
    color: #5949a7;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 992px) {
    .section-two-list_right {
        margin-top: 40px !important;
    }
    .section-two-right {
        max-width: 100%;
        margin-inline: auto;
        /* float: right; */
    }
}

.section-two li {
    line-height: 2;
    color: #000;
    font-size: 18px;
    /* font-family: Poppins; */
    font-weight: 700;
    margin-left: 30px;
}
.section-two li::before {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    margin-right: 8px;
    color: #5949a7;
    font-size: 16px;
}
.section-two-list h3 {
    color: var(--clr-text);
    font-size: 34px !important;

    font-weight: 900;
}
.section-two-list p {
    font-size: 20px;
    font-weight: 700;
    color: #7e7e7e;
    font-style: normal;
    line-height: normal;
}
.star-line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.line {
    padding: 0px 15px;
}

.star {
    padding: 0px 3px;
}

.section-two-right .para-two {
    font-size: 26px;
    font-weight: 700;
    color: var(--clr-text);
    text-align: center;
}

.section-two-right .para-three {
    font-size: 18px;
    font-weight: 400;
    /* color: var(--clr-text); */
    color: var(--clr-secondary);
    margin: 0 auto;
    margin-block: 20px 45px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    /* padding: 0 100px; */
}

.section-two-right .para-three span {
    color: #5949a7;
    font-size: 22px;
    font-weight: 700 !important;
}

/* section three */

.section-3 {
    background: #f3f3f3;
    padding: 65px 0 40px 0;
    position: relative;
    /* z-index: 1; */
}
/* .section-3::after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 70%;
  left: 0;
  right: 0;
  background: #d9d9d9;
  z-index: -1;
} */
.italic {
    font-style: italic !important;
}
.normal {
    font-weight: normal;
}
.section-header h2 {
    color: var(--clr-text);
    /* text-align: center; */
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 25px;
}
.section-desc p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 149.9%; */
    margin-bottom: 25px;
}
.section-header p {
    color: #7e7e7e;
    text-align: center;
    font-size: 20px;

    font-weight: 600;
}
p.header-desc {
    color: var(--clr-text);
    text-align: center;
    font-size: 20px;

    font-style: normal;
    font-weight: 600;
    /* line-height: 149.9%; */
    margin-bottom: 60px;
}
/* .section-3 h2 {
    text-align: left;
} */
.section-header .agent-desc-sec-3 {
    text-align: left;
    color: var(--clr-text);
    font-family: Poppins;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    /* line-height: normal; */
    margin-inline: 0;
    margin-bottom: 25px;
    width: 100%;
}
.find-me-sec p {
    color: #5949a7;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-underline-offset: 0.5em;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    margin-bottom: 25px;
}
.find-me-sec a {
    transition: transform 0.3s ease;
}
.find-me-sec a:hover {
    transform: translateY(-10px);
}
.find-me-img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.property-img-wrap {
    max-height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.property-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
/* section-4 start */
.item-center {
    align-items: center;
}
.section-spacing {
    padding-block: 65px;
}
.section-4 h2 {
    text-align: left;
    /* margin-bottom: 30px !important; */
}
.deal-btn-wrap {
    display: block;
    margin-top: 25px;
    text-align: center;
}
/* section-4 end */
/* Testimonial section start */
.morecontent span {
    display: none;
}
p.more {
    margin-bottom: 0;
}
.morelink {
    all: unset;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    padding: 8px 16px;
    line-height: 1.2;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    width: fit-content;
    transition: all 0.3s ease;
    z-index: 20;
    margin-top: 20px;
    border-radius: 8px;
}
.morelink:hover {
    color: #fff;
    background-color: var(--clr-secondary);
}
.testimonial-section {
    background: var(--clr-secondary);
}
.testimonial-section header {
    margin-inline: auto;
    text-align: center;
    max-width: 70%;
    margin-bottom: 30px;
}
.testimonial-quote {
    position: relative;
    width: fit-content;
    margin-inline: auto;
}
.testimonial-quote .left-quote {
    position: absolute;
    left: -60px;
    top: -10px;
}
.testimonial-quote .right-quote {
    position: absolute;
    right: -60px;
    top: -10px;
}

.testimonial-section header h2 {
    color: #fff;
    display: inline-block;
    font-family: Poppins;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    padding-inline: 15px;
    max-width: fit-content;
    line-height: 46px; /* 107.273%
    */
    margin-bottom: 15px;
}

.testimonial-section header .lead {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.testimonial-section header p {
    color: #fff;

    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* .testimonials-slider {
    position: relative;
} */
.testimonials-slider .slick-slide {
    /* height: auto; */
}

.testimonial-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    margin: 0.5rem 0.8rem;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.24);
    min-height: 270px;
}
/* .testi_desc {
    display: none;
} */
.testimonial-card-head {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}
.testimonial-card-img-wrap {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
}
.testimonial-card-head-detail h4 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%; /* 22.4px */
    letter-spacing: 0.02px;
}
.testimonial-card p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.5%; /* 26.96px */
}
.testimonials-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -65px;
}

.testimonials-slider .slick-dots li {
    margin: 0 0.25rem;
}

.testimonials-slider .slick-dots button {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: rgba(255, 201, 40, 0.5);
    text-indent: -9999px;
}
.testimonials-slider .slick-dots li.slick-active button {
    background-color: var(--clr-primary);
}
.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
    display: none !important;
}
.custom-prev-arrow,
.custom-next-arrow {
    position: absolute;
    bottom: -30px;
    width: 30px;
    height: 30px;
    /* background-color: red; */
    color: var(--clr-secondary);
    border: 1px solid var(--clr-secondary);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    transition: background-color 0.3s ease;
}
.custom-prev-arrow .fa-solid,
.custom-next-arrow .fa-solid {
    margin: 0;
    transition: color 0.3s ease;
}
.custom-prev-arrow {
    left: 50%;
    transform: translateX(-120%);
}

.custom-next-arrow {
    right: 50%;
    transform: translateX(120%);
}
.custom-prev-arrow:hover,
.custom-next-arrow:hover {
    background-color: var(--clr-primary);
}
.custom-prev-arrow:hover i,
.custom-next-arrow:hover i {
    color: #fff;
}
/* Testimonial section end */
/* section-cta */
.section-cta {
    background-color: #524ea2;
    /* background-color: #fff; */
}
.section-cta li {
    color: var(--clr-text);
    font-size: 20px;

    font-weight: 700;
    line-height: 2;
    margin-left: 30px;
}
.section-cta li::before {
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    margin-right: 10px;
    color: #5949a7;
}
.section-cta {
    padding-top: 90px;
    padding-bottom: 90px;
}
.section-cta .section-header {
    padding-bottom: 30px;
}
.section-header p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.cta-book h2 {
    color: #fff;

    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 149.9%; /* 53.964px */
    margin-bottom: 0 !important;
}
.cta-book span {
    color: #fff;

    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 149.9%; /* 44.97px */
}

.svg-wrap {
    display: inline-block;
}
.cta-book h2:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 0%; /* 0px */
    text-decoration-line: underline;
}
.cta-book h2:last-child svg {
    margin-left: 20px;
}
.cta-book h2:last-child > * {
    flex-shrink: 0;
    flex-basis: content;
}
.section-cta .cta-book {
    /* margin-top: 90px; */
}
.cta-book:hover h2 {
    color: var(--clr-primary);
    transition: color 0.3s ease;
}

.cta-book:hover span {
    color: var(--clr-primary);
    transition: color 0.3s ease;
}
.cta-book:hover svg path {
    fill: var(--clr-primary);
    transition: fill 0.3s ease;
}
/* section four and five */

.section-five {
    background: #f3f3f3;
    padding: 65px 0;
}

/* section-six */

.section-six {
    padding: 65px 0 0 0;
}

.section-six p:nth-child(1) {
    font-size: 34px;
    font-weight: 900;
    text-align: center;
}

.section-six p:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    color: #a0a0a1;
    /*text-align: left;*/
    margin-bottom: 30px;
}

.section-six .image img {
    width: 100%;
}

.section-six .text {
    padding: 20px;
    /*text-align: justify;*/
    margin-top: 0px;
    background: #f2dc11;
    border-radius: 10px 10px 0px 0px;
    min-height: 298px;
}

.section-six .text h2 {
    text-transform: capitalize;
    font-weight: 600;
}

.section-six .text p {
    font-size: 16px;
    color: #19191c;
    line-height: 23.98px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.section-six .text a {
    color: red;
    font-size: 20px;
    text-transform: capitalize;
}

.section-six .asa img {
    width: 100%;
    margin-top: 72px;
    height: 700px;
    object-fit: contain;
}

.section-six .slider-1 button {
    display: none !important;
}

.section-six .slider-footer {
    background: #5949a7;
    padding: 20px;
    display: flex;
    border-radius: 0px 0px 10px 10px;
    align-items: center;
}

.section-six .slider-footer img {
    border-radius: 100%;
    margin-right: 20px;
}

.section-six .slider-footer p {
    margin-bottom: 0;
    color: #f2dc11;
    font-weight: 700;
}

.section-six .slider-footer p:nth-child(1) {
    font-size: 16px;
    white-space: nowrap;
}

.section-six .slider-footer p:nth-child(2) {
    font-size: 14px;
}

/* footer */

.top-footer1 {
    margin-top: 0 !important;
    background-image: linear-gradient(
        98.92deg,
        #191779 14.7%,
        #18167d 28.98%,
        #242186 53.5%,
        #382488 74.88%,
        #802e87 100.35%
    );
    /* background: url("img/footerbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: relative;
    padding: 65px 0 35px 0;

    /* box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 50%); */
}
/* .top-footer1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #06031387;
} */

.footer-logo {
    max-width: 280px;
    margin-bottom: 20px;
}

.footer-logo a {
    text-decoration: none;
}

.top-footer1 .common-footer1 p {
    color: #fff;
    text-align: justify;
    padding-top: 10px;
    line-height: 1.5 !important;
    font-size: 16px;
}

.top-footer1 h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0px;
}

.top-footer1 .common-footer1 ul {
    margin-top: 10px;
    list-style: none;
}

.top-footer1 .common-footer1 ul li a {
    font-size: 16px;
    color: #fff;
}
.top-footer1 .row {
    display: flex;
    justify-content: space-between;
}
.common-footer-social1 ul {
    margin-bottom: 30px;
}

.common-footer-social1 li {
    display: inline-block;
    padding-right: 10px;
    margin-top: 10px;
}
.common-footer-social1 h2 {
    color: #fff;
    font-size: 28px;

    font-style: normal;
    font-weight: 700;
    line-height: 149.9%;
    text-decoration-line: underline;
    margin-bottom: 25px !important;
}
.common-footer-social1 span {
    color: #fff;

    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 149.9%;
}
.common-footer-social1 a {
    color: #fff;
    text-decoration: none;

    font-size: 20px;

    font-style: normal;
    font-weight: 700;
    line-height: 149.9%;
    display: flex;
    margin-bottom: 20px;
    transition: color 0.35s ease;
}
.common-footer-social1 a:hover {
    color: var(--clr-secondary);
}
.common-footer-social1 a:hover i {
    background: var(--clr-secondary);
    color: #fff;
}
.top-footer_left {
    /* width: 30%; */
    /* margin-right: 150px; */
    /* justify-self: flex-start; */
}
.top-footer_left p {
    /* width: 45%; */
    text-align: unset !important;
    color: #d8d7d7;
    font-size: 16px;

    font-style: normal;
    font-weight: 400;
    line-height: 155.4%;
}
/* @media screen and (max-width: 768px) {
  .top-footer_left p {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  .top-footer_left p {
    width: 100%;
  }
} */
.common-footer-social1 a i {
    transition: all 0.35s ease;
    background: #5949a7;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    height: 31px;
    width: 31px;
    color: #fff;
    border-radius: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.common-footer-social1 .btn-footer {
    transition: all 0.35s ease;
    background: #fff100;
    padding: 10px 20px;
    color: #524ea2;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
}

.bottom-footer {
    background: linear-gradient(105.27deg, #312488 39.28%, #6b2c88 69.39%);
    padding: 15px 0;
}

.bottom-footer p,
.bottom-footer p a {
    font-size: 15px !important;
    margin-bottom: 0;
}

.text-right {
    text-align: right;
}
.loader-lottie-wrap {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.loader-lottie {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
/* @media (min-width: 280px) and (max-width: 360px) {
  body {
    width: 105%;
  }
} */
@media screen and (max-width: 768px) {
    .section-one-ingleburn .section-one-right1 {
        float: unset;
        margin: 0 auto;
        margin-top: 50px;
    }
    .hero-landing {
        flex-direction: column-reverse;
    }
    .column-direction-reverse {
        flex-direction: column-reverse;
    }
    .section-one-left_head {
        margin-top: 0;
    }
    .offer-image {
        margin: 1.5rem 0rem 2rem 0rem;
    }
    .bottom-footer .text-right {
        text-align: left !important;
    }
}

@media (min-width: 280px) and (max-width: 560px) {
    .background-overlay {
        padding: 40px 0px;
    }

    .section-one-ingleburn .background-overlay {
        padding: 50px 0px 50px 0px;
    }

    /* .section-one-ingleburn .section-one-left p:nth-child(1) {
    font-size: 46px;
  }

  .section-one-ingleburn .section-one-left p:nth-child(2) {
    font-size: 26px;
  } */

    .section-one-ingleburn .section-one-left p:nth-child(3) {
        font-size: 18px;
    }

    .ingleburn-buyer .para-one {
        font-size: 34px;
        line-height: 5.7rem !important;
    }

    .section-two-left {
        margin-top: 40px;
    }
    .section-one-right1 {
        width: unset !important;
        margin-top: 40px;
    }

    .section-one-ingleburn .section-one-right1 form input,
    .section-one-right1 select {
        margin-bottom: 18px;
        padding: 10px 10px;
    }

    .section-two-right .para-one {
        font-size: 30px;
    }

    .section-one-right1 .form-para-one {
        font-size: 26px;
    }

    .section-one-ingleburn .form-para-two {
        font-size: 18px;
    }

    .section-two-right .para-two {
        font-size: 24px;
    }

    .section-two {
        padding: 40px 0px 40px 0px;
        /* display: unset; */
        /*justify-content: center;*/
    }

    .section-two-left {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .section-two-left .agency-wrap {
        margin-bottom: 20px;
    }

    .section-two-right {
        margin-top: 10px;
        margin-left: 0px;
    }

    .section-two-right .para-three {
        /* padding: 0 20px; */
        font-size: 18px;
    }

    .section-four {
        padding: 40px 0px;
    }

    .section-four .video-text {
        padding-left: 0px;
        margin-top: 20px;
    }

    .section-four-two {
        margin: 30px auto;
    }

    .section-four p:nth-child(1) {
        font-size: 32px;
    }

    .section-four p:nth-child(2) {
        font-size: 18px;
    }

    .agent-image {
        width: 330px;
        height: 330px;
    }

    .section-five {
        padding: 40px 0px;
    }

    .section-five .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .real-estate-image {
        width: 260px;
        margin-left: 0;
        margin-top: 10px;
    }

    .section-five p:nth-child(1) {
        font-size: 32px;
    }

    .section-five p:nth-child(2) {
        font-size: 18px;
    }

    .section-six {
        padding: 40px 0px;
    }

    .section-six .text {
        min-height: unset;
    }

    .section-six p:nth-child(1) {
        text-align: left;
    }

    .section-six p:nth-child(1) {
        text-align: center;
    }

    .section-six p:nth-child(2) {
        text-align: center;
    }

    .top-footer1 {
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .section-one-ingleburn {
        width: unset !important;
        display: flex;
    }

    .section-one-ingleburn .background-overlay {
        padding: 70px 0px 30px 0px;
    }

    .section-one-ingleburn .col-md-6 {
        width: 50%;
    }

    .section-one-left p:nth-child(1) {
        font-size: 40px;
    }

    /* .section-one-left p:nth-child(2) {
        font-size: 20px;
    } */

    .section-one-left p:nth-child(3) {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .section-one-left p:nth-child(4) {
        font-size: 16px;
        padding-right: 10px;
    }
    .ingleburn-buyer .para-one {
        font-size: 34px !important;
        line-height: 5.7rem !important;
    }
    .section-one-right1 {
        width: unset !important;
    }

    .section-one-ingleburn .section-one-column,
    .section-two .section-two-column {
        width: 50% !important;
    }

    .section-two-right .para-three {
        padding: 0 20px;
    }

    .section-four {
        padding: 65px 0px 40px 0px;
    }

    .section-four .section-four-two {
        margin-top: 30px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .section-three-ingleburn .col-md-4 {
        width: 50%;
        display: flex;
        justify-content: center;
        min-height: 472px;
    }
    .section-five .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .slick-initialized .slick-slide {
        width: 370px !important;
        margin-top: 30px;
    }
}

.section-one-left h3 {
    font-weight: bold;
    color: #fff100;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .section-six .text {
        min-height: 350px;
    }
    .client-img {
        width: 35px;
        height: 35px;
    }

    .agent-image {
        width: 335px;
        height: 335px;
    }
}
@media screen and (max-width: 1200px) {
    .section-one-left_head h2 {
        color: #1e1c1c;
        font-family: Poppins;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .section-one-left_head h2 strong {
        color: var(--clr-secondary);
        font-family: Poppins;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
    }
}
@media screen and (max-width: 450px) {
    .navigation1 a span {
        font-size: 12px;
    }
    .bottom-header1 {
        padding-block: 5px;
    }
    .bottom-header1 .icon-wrap {
        padding: 1px;
        width: 18px;
        height: 18px;
    }
    .bottom-header1 .icon-wrap i {
        font-size: 10px;
    }
    /* .section-one-left_head h2 {
        font-size: 30px;
    } */
    /* .section-one-left_head h2 strong {
        color: var(--clr-text);
    } */
    .section-one-ingleburn .section-one-left p {
        font-size: 18px;
    }
    /* .section-one-left {
        margin-top: 1rem;
    } */

    .input-group1 {
        margin-bottom: 15px;
    }
    .section-two-list h3 {
        font-size: 24px !important;
    }
    .section-one-ingleburn .section-one-right1 {
        margin-top: 20px;
    }
    .section-two-list p {
        font-size: 16px;
    }
    .section-two li {
        font-size: 16px;
    }
    .section-two-right h2 {
        font-size: 26px;
        text-align: left;
        text-wrap: balance;
    }
    .section-two-list-wrap h3 {
        font-size: 24px !important;
    }
    .section-two-list-wrap p {
        font-size: 18px;
    }
    .section-two-head-para {
        font-size: 19px;
        text-align: left;
    }
    .section-two {
        padding: 40px 0px 40px 0px !important;
    }
    .section-two-right .para-three {
        width: 100%;
        text-align: left;
        /* padding: 0 100px; */
    }
    .section-header h2 {
        font-size: 26px;
    }

    .section-header p {
        font-size: 18px;
        width: 85%;
    }
    p.header-desc {
        font-size: 16px;
    }
    .section-cta li {
        font-size: 16px;
    }
    .section-cta .cta-book {
        /* margin-top: 60px; */
    }
    .cta-book h2:last-child {
        display: block;
        font-size: 22px;
    }
    .cta-book h2:last-child svg {
        width: 25px;
        height: 25px;
    }
    .cta-book h2 {
        font-size: 20px;
    }
    .cta-book span {
        font-size: 20px;
    }
    .common-footer-social1 a {
        font-size: 18px;
    }
    .common-footer-social1 span {
        font-size: 18px;
    }
    .section-cta {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-3 {
        padding: 40px 0 40px 0;
    }
    .testimonial-section header {
        margin-inline: auto;
        text-align: center;
        max-width: 90%;
        margin-bottom: 30px;
    }
    .testimonial-section header h2 {
        /* padding-inline: 10px; */
        font-size: 36px;
    }
    .testimonial-quote .left-quote {
        position: absolute;
        left: -20px;
        top: -20px;
    }
    .testimonial-quote .right-quote {
        position: absolute;
        right: -20px;
        top: -10px;
    }
    .testimonial-section header .lead {
        color: #fff;
        text-align: center;
        font-family: Poppins;
        font-size: 22px;
    }
    .testimonial-section header p {
        font-size: 16px;
    }
    .section-desc p {
        font-size: 16px;
    }
}
@media screen and (min-width: 450px) and (max-width: 992px) {
    .bottom-header1 {
        padding-block: 8px;
    }
}
