.unitTitle {
    color: var(--2ndblack-font-color);
    font-family: Montserrat;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.bedsContentactive {
    border-radius: 8px;
    background: var(--black-background-color);
    width: fit-content;
    padding: 0.4rem 1.2em;
    color: white !important;
    cursor: pointer;
}

.bedsContent {
    margin: 0 0rem 0.5rem 0;
    cursor: pointer;
    color: var(--black-font-color);
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid var(--black-font-color);
    width: fit-content;
    padding: 0.4rem 1.5rem;
}

.noofbeds {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    justify-content: space-between;
}

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

.DhabiMasterPlan {
    color: var(--2ndblack-font-color);
    font-family: Montserrat;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.DeveloperTitle {
    color: var(--2ndblack-font-color);
    font-family: Montserrat;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.DhabiMasterPlanTitle {
    color: var(--2ndblack-font-color);
    font-family: Montserrat;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.description {
    color: var(--2ndblack-font-color);
    text-align: justify;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 172.222% */
    letter-spacing: 1.44px;
}

.propertyRentTitle {
    color: var(--2ndblack-font-color);
    font-family: Montserrat;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.textAlignLeft {
    text-align: left;
}

.spanpropertyforsale {
    color: var(--gray-shade-4-color);
    font-family: Montserrat;
    font-size: 1.063rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.locationTitle {
    color: var(--2ndblack-font-color);
    font-family: Montserrat;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.SearchesTitle {
    color: var(--2ndblack-font-color);
    font-family: Montserrat;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.SearchesTagContent {
    display: flex;
    flex-wrap: wrap;
}

.SearchesTags {
    display: flex;
    margin: 1.5rem 1.5rem 0 0;
    border: 1px solid var(--black-font-color);
    width: fit-content;
    padding: 1rem;
    border-radius: 4px;
    flex-wrap: wrap;
}

.tagName {
    color: var(--black-font-color);
    /* font-family: Montserrat; */
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    margin-right: 2rem;
    line-height: normal;
}

.searches {
    color: var(--gray-shade-4-color);
    text-align: right;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.projectTitle {
    color: var(--2ndblack-font-color);
    /* font-family: Montserrat; */
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.handoveBottom {
    position: relative;
}

.handover {
    background-color: white;
    position: absolute;
    top: 20px;
    height: fit-content;
    right: 10px;
    background-color: white;
    padding: 0.2rem 1rem;
    font-size: 0.75rem;
    border-radius: 5px;
}

.handover>p {
    color: var(--black-font-color);
    text-align: right;
    /* font-family: Montserrat; */
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nameofVilla>p {
    color: var(--black-font-color);
    /* font-family: Montserrat; */
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.homeevalution {
    display: flex;
    flex-wrap: wrap;
}

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

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

.priceDataTitle {
    color: var(--gray-shade-4-color);
    text-align: right;
    /* font-family: Montserrat; */
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.payingAmount {
    color: var(--black-font-color);
    text-align: right;
    /* font-family: Montserrat; */
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

.BeginNoContainer {
    background: var(--secondary-color);
    padding: 2.4rem;
    border-radius: 10px;
    position: relative;
}

.point1 {
    display: flex;
    margin-top: 1rem;
    align-items: center;
}

.point1 p {
    margin-left: 1rem;
}

.watsappBtn {
    background: #3ebd4e;
    border: none;
    white-space: nowrap;
    padding: 1rem 1.75rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.watsappTitle {
    color: var(--black-font-color);
    /* font-size: 3.875rem; */
    font-family: "Montserrat";
    font-size: 1.25rem;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-weight: 500;
    line-height: normal;
}

.contactus {
    /* margin: 0rem 0 1.2rem; */
    border-radius: 8px;
    padding: 1rem 1.75rem;
    white-space: nowrap;
    border: 1.5px solid var(--black-font-color);
    background: var(--secondary-color);
}

.contactTitle {
    color: var(--black-font-color);
    font-family: "Montserrat";
    font-size: 1.25rem;

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

.buttonContainer {
    margin-top: 6rem;
    display: flex;
}

.pointdata {
    color: var(--black-font-color);
    font-family: "Montserrat";
    font-size: 1.313rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.homeImage {
    position: absolute;
    right: 0;
    bottom: 0;
}

.DubiaPropertyTitle {
    color: var(--2ndblack-font-color);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.property-widget>li {
    list-style: none;
}

.DubiaProperty>ul {
    padding-left: 0 !important;
}

.property-widget>li>div>a {
    text-decoration: none;
    color: var(--black-font-color) !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 992px) {
    .handover {
        top: unset;
        bottom: 10px;
    }

    .homeImage {
        display: none;
    }

    .BeginNow {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1364px) {
    /* .contactus {
        width: 100%;
        margin-top: 1rem;
    }

    .watsappBtn {
        width: 100%;
    } */
}

@media screen and (max-width: 992px) {
    .BeginNow {
        white-space: unset;
    }

    .contactus {
        width: 47%;
        /* margin-top: 1rem; */
        margin-left: 1rem;
        padding: 0.9rem 1.75rem !important;
    }

    .watsappBtn {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .watsappTitle {
        font-size: 1rem;
    }

    .contactTitle {
        font-size: 1rem;

    }

}

@media screen and (max-width: 600px) {


    .contactus {
        width: 100%;
        margin-left: 0rem;
        padding: 0.9rem 1.75rem;
    }

    .watsappBtn {
        width: 100%;
        margin-right: 0;
    }

    .buttonContainer {
        gap: 1rem;
        flex-wrap: wrap;
    }
}