.heroImage {
    width: 100%;
    height: 600px;
    position: relative;
    min-height: 600px;
    display: block;
}

.BugattiResidencesContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 58px;
}

.BugattiResidences>p {
    color: var(--black-font-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    white-space: wrap;
    text-align: end !important;
    line-height: normal;
}

.heroImage>img {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100%;
    object-fit: cover;
}

.imageOnImage {
    padding: 2rem;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(17px);
    width: 500px;
    position: absolute !important;
    min-width: 600px;
    /* bottom: 120px; */
    top: 60px;
}

.blurBackground {
    padding: 2rem;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 14px 14px 24px 0px rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(17px);
    position: absolute !important;
    bottom: 0px;
    left: 0;
    bottom: 0;
    right: 0;
}

.nav {
    white-space: nowrap;
}

.blurBackground>button {
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    border-radius: 8px;
    line-height: normal;
    width: 40%;
    white-space: wrap;
}

.heightOfGallery {
    height: 130px;
}

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

.downloaddboucher {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: none;
    background-color: var(--primary-color);
    border: none;
    /* padding: 1rem 4rem; */
    align-items: center;

    justify-content: space-between;
    border-radius: 8px;
    padding: 20px 32px;
}

.nameAndIcon {
    display: flex;
    align-items: center;
    margin-right: 5rem;
}

.btnMock {
    position: absolute;
    right: -37px;
    bottom: 0px;
}

.iconImage {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.arealabel {
    color: var(--black-font-color);

    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pricebtn {
    background-color: unset;
    color: var(--outline-secondary-color) !important;
    border-radius: 7px;
    padding: 1rem;

    border: 1px solid var(--gray-shade-8-color);
}

.resetAndswitch>.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid var(--gray-shade-8-color);
}


.nameAndIcon>p {
    color: var(--btn-text-color);
    font-size: 1.438rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.dropdownArea {
    padding: 1rem;
}

.searchCenter>div>span>span>span {
    padding: 1rem !important;
    margin-right: 1rem;
}

.dropdownArea>ul {
    /* padding: 1rem; */
    min-width: 25rem;
}


.stateImage {
    height: 300px;
    width: 100% !important;
}

.propertyAndLicense {
    display: flex;
    justify-content: space-around;
    margin-top: 0.4rem;
}

.propertyAndLicense>p {
    color: var(--black-font-color);
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.searchCenter {
    background-color: var(--bg-color) !important;
    padding: 1.2rem 1rem 1rem 1rem;
    position: absolute !important;
    z-index: 99;
    border-radius: 16px;
    width: 100%;
    bottom: -95px;
}

.btn-find {
    background-color: var(--primary-color);
    color: var(--btn-text-color);
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
}

.inputpadding {
    padding: 1rem;
    background-color: unset;
}

.inputpadding>.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: unset;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    margin-left: 1rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 19px;
    border: 1px solid var(--black-font-color);
    width: 42px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -2px;
    bottom: 0px;
    background-color: var(--black-background-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.resetAndswitch {
    display: flex;
    align-items: center;
}

.mapSwitch {
    display: flex;
    margin: 1rem;
}

.MoreOptions {
    border: none;
    margin-right: 1rem;
}

.resetSetting {
    margin: 1rem;
    cursor: pointer;
}

.mapSwitch>p {
    color: var(--primary-color);
    cursor: pointer;
}

.resetSetting>p {
    color: var(--primary-color);
}

/* .selectBuy {
    width: 138px;
    min-width: 138px;
    margin-right: 1rem;
} */
.searchCenter>.col-md-2:nth-child(1) {
    width: 12%;
    min-width: 12%;
}

/* .searchCenter > .col-md-2:nth-child(3) {
    width: 100%;
} */
.Noproject {
    background-color: white !important;
    position: absolute;
    right: 33px;
    top: 1rem;
    padding: 0.5rem;
    border-radius: 6px;
    z-index: 99;
}

.Noproject>p {
    color: var(--black-font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.propertyImage {
    width: 100% !important;
    border-radius: 16px;
    cursor: pointer;
    height: 300px;
    object-fit: cover;
}

.propertyImage>img {
    width: 100% !important;
    border-radius: 16px;
    cursor: pointer;
    height: 100%;
    object-fit: cover;
}

.nameAndHomePrice {
    position: absolute;
    bottom: 10px;
    margin-left: 2rem;
}

.nameAndHomePrice>p {
    color: var(--text-color);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.priceData {
    margin-top: 0.3rem;
    color: var(--text-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.downTwoImages {
    margin-top: 1rem;
    display: flex;
    /* justify-content: space-between; */
}

.downTwoImages>div:nth-child(1)>div:nth-child(1) {
    margin-right: 1.2rem;
}

.viewAll {
    color: var(--black-font-color);
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    background-color: unset !important;
    border: 1px solid var(--gray-shade-4-color);
    font-weight: 400;
    border-radius: 10px;
    padding: 1rem;

    line-height: normal;
}

.price {
    color: var(--black-font-color);
    font-size: 1.313rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.priceAndStarting {
    /* margin-left: 1rem; */
    color: var(--black-font-color);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

.iconAndPriceContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
}

.priceAndProjects {
    display: flex;
}

.getleftmargin {
    margin-left: 2.5rem;
}

.giveHeight {
    height: 70px;
}

.property-type {
    margin-left: 1rem;
}

.select1 {
    width: 12%;
}

.select2 {
    width: 200px;
    margin: 0 1rem;
}

.input1 {
    width: 59%;
    margin-right: 1rem;
}

.GalleryBigImg {
    width: 422px !important;
}

.GallleryImage-container {
    width: 450px;
}

.image-container-1 {
    width: 339px;
    height: 442px;
}

.image-container-2 {
    width: 566px;
    height: 442px;
}

.image-container-3 {
    width: 366px;
    height: 506px;
}

.image-container-4 {
    width: 600px;
    height: 248px;
}

.image-container-5 {
    width: 305px;
    height: 248px;
}

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

.bigImg {
    height: 616px;
    width: 100%;
    border-radius: 16px;
}

.downTwoImage1 {
    height: 300px;
    width: 95%;
    border-radius: 16px;
    cursor: pointer;
    object-fit: cover;
}

.downTwoImage2 {
    height: 300px;
    width: 100%;
    object-fit: cover !important;
    border-radius: 16px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .downTwoImages {
        display: block;
    }

    .downTwoImage1 {
        min-height: 250px !important;
        width: 100%;
    }

    .downimg1 {
        margin-bottom: 1rem;
    }

    .stateImage {
        min-height: 250px !important;
        width: 100% !important;
    }

    .downTwoImage2 {
        min-height: 250px !important;
        width: 100%;
    }

    .bigImageContainer {
        padding-left: 0;
    }

    .downimg2 {
        margin-bottom: 1rem !important;
    }

    .downTwoImage1 {
        min-height: 200px !important;
        width: 100%;
    }

    .bigImg {
        height: 250px !important;
        cursor: pointer;
    }

    .addmarginTostateImage {
        margin-top: 1rem;
    }
}

/* .formcontainer {
    background-color: white;
} */
/* select.form-control {
    -webkit-appearance: menulist;
} */
.rightsideofpropertyGoal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightsideofServices {
    background-color: var(--black-background-color);
    padding: 4rem;
    border-radius: 16px 0 0 16px;
}

.serviceName {
    color: var(--gray-shade-3-color);
    font-size: 1.375rem;
    font-style: normal;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}

.ourServicesInfo {
    color: var(--black-2-font-color);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 155% */
    letter-spacing: 1.6px;
}

.submitAQuery {
    position: relative;
}

.exploreMore {
    border-radius: 8px;
    width: fit-content;
    padding: 0.5rem 1rem;
    border: 1px solid var(--primary-color);
    color: var(--black-2-font-color);
}

.rightSidefService {
    display: flex;
    padding: 5rem;
    flex-direction: column;
    justify-content: center;
    /* width: 600px; */
    text-align: justify;
    /* border-radius: 16px; */
    border-radius: 0px 16px 16px 0px;
}

.blogsContainer {
    position: relative;
}

.dateandNameContainer {
    position: absolute;
    z-index: 9;
    left: 1rem;
    top: 1rem;
    width: 290px;
}

.dateAndTime>p {
    color: var(--gray-font-color);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.7rem;
}

.NameofBlog {
    color: var(--text-color);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 90%;
}

.overlay {
    /* position: absolute; */
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    width: fit-content;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container::before {
    content: "";
    position: absolute;
    border-radius: 0px 0px 16px 16px;

    width: 100%;
    height: 160px !important;
    background: linear-gradient(180deg,
            rgba(0, 12, 20, 0) 0%,
            rgba(0, 12, 20, 0.8) 100%);
    background: linear-gradient(180deg,
            rgba(0, 12, 20, 0) 0%,
            rgba(0, 12, 20, 0.8) 100%);
    top: 0;
    transform: rotate(180deg);
    pointer-events: none;
    left: 0;
}

.image-container::after {
    content: "";
    position: absolute;
    border-radius: 0px 0px 16px 16px;

    width: 100%;

    background: linear-gradient(180deg,
            rgba(0, 12, 20, 0) 8.96%,
            rgba(0, 12, 20, 0.2) 41.28%,
            rgba(0, 12, 20, 0.8) 100%);
    top: 160px;
    pointer-events: none;
    left: 0;
}

.downimg1>.image-container::after {
    content: "";
    position: absolute;
    border-radius: 0px 0px 16px 16px;

    width: 95% !important;

    background: linear-gradient(180deg,
            rgba(0, 12, 20, 0) 8.96%,
            rgba(0, 12, 20, 0.2) 41.28%,
            rgba(0, 12, 20, 0.8) 100%);
    top: 160px;
    pointer-events: none;
    left: 0;
}

.downimg1>.image-container::before {
    content: "";
    position: absolute;
    border-radius: 0px 0px 16px 16px;

    width: 95% !important;

    background: linear-gradient(180deg,
            rgba(0, 12, 20, 0) 8.96%,
            rgba(0, 12, 20, 0.2) 41.28%,
            rgba(0, 12, 20, 0.8) 100%);
    top: 0;
    pointer-events: none;
    left: 0;
}

.image-container::before {
    top: 0;
}

.image-container::after {
    bottom: 0;
}

.humanLogoAndName {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 1rem;
}

.humanLogoAndName>img {
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

.humanLogoAndName>p {
    color: var(--text-color);
    font-size: 1.125rem;
    font-style: normal;
    margin-left: 1rem;
    font-weight: 400;
    line-height: normal;
}

.blogsContainer {
    display: flex;
    /* flex-wrap: wrap; */
}

.blog1 {
    position: relative;
    margin: 0 1rem 1rem 0;
}

.blog3image>.blog1 {
    /* border: 2px solid red; */
    /* margin: 0 0rem 1rem 0; */
}

.blogImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.blogImage2 {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.Explorefurther {
    background-color: var(--primary-bg-color);
    width: 366px;
    padding: 1rem;
    height: 184px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 16px;
}

.titleAndMore {
    display: flex;
    align-items: center;
}

.titleAndMore img {
    margin-left: 0.5rem;
}

.titleAndMore>p {
    color: var(--black-font-color);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blogImage3 {
    width: 366px;
    height: 506px;
    object-fit: cover;
    border-radius: 16px;
}

.blogImage4 {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
}

.blogImage5 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.side1 {
    display: flex;
    align-items: center;
}

.side2 {
    display: flex;
    /* align-items: center; */
}

.aboutUsContainer {
    background-color: var(--secondary-color);
    padding: 2rem 0;
    max-height: 418px;
    overflow-y: scroll;
}

.aboutUs>p {
    color: var(--black-font-color);
    font-size: 1.125rem;
    font-style: normal;
    text-align: justify;
    font-weight: 400;
    line-height: normal;
}

.rightSideOfVisionaries {
    width: 458px;
    text-align: end;
}

.Visionaries {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.VisionariesContainer {
    width: 100%;
}

.row {
    margin-left: unset !important;
    margin-right: unset !important;
}

.ladyImage {
    height: 36rem;
}

@media screen and (max-width: 1399px) {
    .blogImage {
        width: 290px;
        height: 442px;
        object-fit: cover;
    }

    .GalleryBigImg {
        width: 361px !important;
    }

    .GallleryImage-container {
        width: 328px;
    }

    .blogImage2 {
        object-fit: cover;
        width: 440px;
        height: 442px;
    }

    /* .blogImage3 {
        width: 600px;
        height: 300px;
    } */

    .blogImage4 {
        /* height: 442px; */
        object-fit: cover;
        width: 430px;
        border-radius: 16px;
        height: 248px;
    }

    .blogImage5 {
        border-radius: 16px;
    }

    .image-container-1 {
        width: 290px;
        height: 442px;
    }

    .image-container-2 {
        width: 440px;
        height: 442px;
    }

    .image-container-3 {
        width: 366px;
        height: 506px;
    }

    .image-container-4 {
        width: 430px;
        height: 248px;
    }

    .image-container-5 {
        width: 305px;
        height: 248px;
    }

    .ourServicesInfo {
        font-size: 1.188rem;
    }

    .nameAndIcon>p {
        color: var(--btn-text-color);
        font-size: 1.3rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .priceData {
        font-size: 1.188rem;
    }

    .serviceName {
        font-size: 1.25rem;
    }

    /* .Explorefurther {
        width: 305px;
        height: 300px;
    } */
}

.ladyImage {
    left: 45px;
    bottom: 0;
    width: 70%;
}

@media screen and (max-width: 1200px) {
    .rightSidefService {
        /* padding-left: 1rem; */
        width: 50%;
        border-radius: 16px;
    }

    .downTwoImage1 {
        object-fit: cover;
    }

    .nameAndIcon>p {
        color: var(--btn-text-color);
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .ourServicesInfo {
        font-size: 1.125rem;
    }

    .priceData {
        font-size: 1.125rem;
    }

    .NameofBlog {
        font-size: 1.09rem;
    }

    .serviceName {
        font-size: 1.125rem;
    }

    .ladyImage {
        left: 45px;
        bottom: 0;
        height: 100%;
        width: 68%;
    }
}

@media screen and (max-width: 768px) {
    .inquerySubmit {
        width: 100%;
        border-radius: 16px;
    }

    .ourServicesInfo {
        font-size: 1rem;
    }

    .priceData {
        font-size: 1rem;
    }

    .aboutUs>p {
        font-size: 0.9rem !important;
    }

    .downimg1>.image-container::before {
        width: 100% !important;
    }

    .downimg1>.image-container::after {
        width: 100% !important;
    }

    .priceAndProjects {
        flex-wrap: wrap;
    }

    .getleftmargin {
        margin-left: 0;
    }

    .imageOnImage {
        min-width: 70%;
        width: 70%;
        top: 10px;
        left: 0;
    }

    .transformforrtl {
        display: none;
    }

    .Visionaries {
        flex-wrap: wrap;
    }

    .rightSideOfVisionaries {
        text-align: start;
    }
}

@media screen and (max-width: 505px) {
    .imageOnImage {
        height: unset;
    }

    .downloadContainer {
        align-items: baseline;
    }

    .downloadContainer>img {
        margin-top: 1rem;
    }

    .resetAndswitch {
        flex-wrap: wrap;
    }
}

.pageinfo {
    color: var(--black-font-color);
    font-family: Montserrat;
    font-size: 1.188rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.marginbottom {
    margin-bottom: 1.5rem;
}

.section {
    position: relative;
    width: 100%;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

/* [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
} */

.areacheckbox [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: relative !important;
    left: 0px !important;
}

.logo {
    position: absolute;
    top: 25px;
    left: 25px;
    display: block;
    z-index: 1000;
    transition: all 250ms linear;
}

.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: filter 250ms 700ms linear;
}

@media screen and (max-width: 1400px) {
    .nameAndHomePrice>p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .nameAndHomePrice>p {
        font-size: 1.375rem;
    }

    .GalleryBigImg {
        width: 296px !important;
    }

    .GallleryImage-container {
        width: 269px;
    }

    .blogImage {
        width: 260px;
        border-radius: 2rem;
        height: 442px;
    }

    .blogImage2 {
        object-fit: cover;
        width: 395px;
        height: 442px;
    }

    .blogImage3 {
        width: 260px;
        height: 506px;
    }

    .blogImage4 {
        width: 353px;
        height: 248px;
    }

    .Explorefurther {
        width: 267px;
    }

    .image-container-1 {
        width: 260px;
        height: 442px;
    }

    .image-container-2 {
        width: 395px;
        height: 442px;
    }

    .image-container-3 {
        width: 260px;
        height: 506px;
    }

    .image-container-4 {
        width: 353px;
        height: 248px;
    }

    .image-container-5 {
        width: 305px;
        height: 248px;
    }
}

@media screen and (max-width: 768px) {
    .nameAndHomePrice>p {
        font-size: 1.125rem;
    }

    .heroImage>img {
        width: 100%;
        height: 520px;
        position: relative;
        min-height: 520px;
    }

    .heroImage {
        width: 100%;
        height: 520px;
        position: relative;
        min-height: 520px;
    }

    /* .bigImg {
        height: 200px !important;

    } */
}

@media screen and (max-width: 600px) {
    .btnMock {
        display: none;
    }

    .imageOnImage {
        min-width: 100%;
        width: 100%;
        top: 300px;
        left: 0;
        bottom: 10px;
    }

    .blurBackground>button {
        padding: 0.5rem 0.4rem;
        margin-top: 1rem;
    }

    .heroImage>img {
        width: 100%;
        height: 450px;
        position: relative;
        min-height: 450px;
    }

    .heroImage {
        width: 100%;
        height: 450px;
        position: relative;
        min-height: 450px;
    }

    .nameAndIcon {
        margin-right: 0rem !important;
    }

    .nameAndHomePrice>p {
        font-size: 1rem;
    }

    .downloaddboucher {
        padding: 1rem 2rem !important;
    }

    .Noproject {
        right: 13px;
    }

    .priceAndProjects {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 992px) {
    .inputContainer {
        display: block;
        width: 100%;
    }

    .propertyImage>img {
        object-fit: cover;
    }

    .BugattiResidencesContainer {
        height: 44px;
    }

    .rightsideofServices {
        width: 100%;
        border-radius: 16px;
    }

    .heroImage {
        width: 100%;
        height: 600px;
        position: relative;
        min-height: 600px;
    }

    .heroImage>img {
        width: 100%;
        height: 600px;
        position: relative;
        min-height: 600px;
    }

    .downTwoImages>div:nth-child(1)>div:nth-child(1) {
        margin-right: unset;
    }

    .image-container {
        margin-top: 1rem;
    }

    .bigImg {
        text-align: center;
        object-fit: cover;
    }

    /* .downimg1>.image-container::before {
        width: 100% !important;
    }

    .downimg1>.image-container::after {
        width: 100% !important;
    } */

    .select1 {
        width: 100%;
        margin-left: 0rem !important;
        margin-bottom: 1rem;
    }

    .select2 {
        width: 100%;
        margin-bottom: 0rem !important;
        margin: 0 0rem;
    }

    .input1 {
        margin-bottom: 1rem;
        width: 100%;
    }

    .priceData {
        font-size: 1rem;
    }

    .nameAndHomePrice {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .downTwoImages {
        flex-wrap: wrap;
    }

    .downTwoImage1 {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover;
    }

    .downTwoImages {
        /* flex-wrap: wrap; */
        display: block;
    }

    /* .bigImg {
        height: 58.4rem;

    } */
    .bigImg {
        height: 773px;
    }

    .downTwoImage2 {
        width: 100%;
        height: 245px !important;
    }

    .stateImage {
        height: 250px !important;
    }

    .downimg1>.image-container::before {
        width: 100% !important;
    }

    .downimg1>.image-container::after {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .nameAndHomePrice>p {
        font-size: 1.5rem;
    }

    .findbtn {
        margin-bottom: 1rem;
    }

    .mobileContainer {
        margin-top: 1rem;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .mobileModal>div {
        max-width: 100%;
        margin: 0;
        overflow-y: auto;
    }

    .giveHeight {
        height: 20px;
    }

    .nameAndIcon {
        margin-right: 5rem;
    }

    .nameAndIcon>p {
        font-size: 1rem;
    }

    .heroImage>img {
        position: relative !important;
    }

    .heightOfGallery {
        height: 80px;
    }

    .mapSwitch {
        align-items: start !important;
    }

    .searchCenter {
        position: relative !important;
        margin-top: 1rem !important;

    }

    .rightSidefService {
        margin-top: 1rem;
        padding-left: 2rem;
        width: 100%;
    }

    .nameAndIcon>p {
        color: var(--btn-text-color);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        white-space: nowrap;
    }

    .ourServicesInfo {
        font-size: 1.063rem;
    }

    .priceData {
        font-size: 1.4rem;
    }

    .serviceName {
        font-size: 1rem;
    }

    .priceAndProjects {
        /* margin-bottom: 5rem; */
        justify-content: space-between;
    }

    .side1 {
        display: block;
    }

    .side2 {
        display: block;
    }

    .blogImage {
        width: 100% !important;
        height: 300px !important;
        object-fit: cover;
    }

    .blogImage2 {
        width: 100% !important;
        height: 300px !important;
    }

    .blogImage3 {
        width: 100% !important;
        height: 300px !important;
        /* margin-top: 1rem; */
    }

    .blogImage4 {
        width: 100% !important;
        height: 300px !important;
    }

    .Explorefurther {
        margin-top: 1rem;
        width: 100% !important;
        height: 200px !important;
    }

    .blogImage5 {
        width: 100%;
        height: 300px;
        border-radius: 16px;
    }

    .sideImage {
        margin-top: 1rem;
        padding-left: 0rem !important;
    }

    .image-container {
        position: unset;
        display: unset;
    }

    /* .sideImage {

        display: block;
        margin-top: 1rem;
        height: 200px;
        width: 100%;
    } */

    .sideImage>img {
        width: 100%;
    }

    /* .image-container {
    } */

    .blogsContainer {
        display: block;
    }

    /* .blog1 {
        margin: 1rem 0 0 0;
    } */

    .ladyImage {
        left: 0;
    }

    .explorefurtherContainer {
        display: block;
    }
}

.communities-select+span {
    width: 100%;
}

/* .communities-select+span .selection .select2-selection {
    border: none !important;
    height: 45px !important;
    padding: 4px !important;
} */

.communities-select+span .selection .select2-selection .select2-selection__rendered {
    margin-top: 7px !important;
    padding-left: 5px !important;
}

.beds-select+span {
    width: 100%;
}

.beds-select+span .selection .select2-selection ul:not(:empty)+span {
    display: none !important;
}

.beds-select+span .selection .select2-selection {
    height: 45px !important;
    padding: 4px !important;
    overflow-y: auto;
}

.beds-select+span .selection .select2-selection .select2-search textarea {
    margin-top: 7px !important;
    padding-left: 5px !important;
}

.map-switch label {
    width: 85px;
    float: left !important;
}

#moreOption {
    margin-right: 0.5rem;
}

.custom-select {
    position: relative;
    display: inline-block;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

select:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 10px rgba(0, 128, 0, 0.2);
}



.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    height: 4rem;
    background-color: #f2f3f3;
}

.learnmore {
    color: var(--primary-color);
    font-family: Montserrat;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

/* .circle-ripple {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: var(--btn-text-color);
    border-radius: 100%;
    animation: ripple 1.9s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 var(--primary-color), 0 0 0 1em var(--primary-bg-color), 0 0 0 3em var(--primary-bg-color), 0 0 0 5em var(--primary-color), 0 0 0 8em rgba(101, 255, 120, 0),0 0 0 8em rgba(101, 255, 120, 0);
        border-radius: 100%
    }

    100% {
        box-shadow: 0 0 0 1em var(--primary-color), 0 0 0 3em var(--primary-color), 0 0 0 5em var(--primary-bg-color), 0 0 0 8em rgba(101, 255, 120, 0), 0 0 0 8em rgba(101, 255, 120, 0),0 0 0 8em rgba(101, 255, 120, 0);
        border-radius: 100%
    }
} */


/* body {
    background-color: black;
    overflow: hidden;
} */


.wrap>button {
    /* background-color: black; */
    cursor: pointer;
    width: 118px;
    padding: 1rem;
    height: 7rem;
    border: 2px solid white;
    white-space: nowrap;
    color: var(--black-font-color);
    text-align: center;

    border-radius: 100%;
    animation: ripple 1.6s ease-out infinite;
    transition: all 0.9s ease;
}

/* button:hover {
    transform: scale(1.1);
} */
/* button:focus {
    outline: none;
} */
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1px var(--primary-color-light), 0 0 0 3px rgba(255, 255, 255, 0.3), 0 0 0 5px var(--primary-color-light), 0 0 0 5px var(--primary-color-light);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 4px, 0 0 0 20px var(--primary-color-light), 0 0 0 30px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.form-select {
    color: var(--gray-shade-6-color);
}