section.Feature-Listing-section {
    margin-top: 2rem;
}
.Feature-Listing-section .card-items {
    height: auto;
    box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 27%);
    -webkit-box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.27);
}
.Feature-Listing-section .card-items .col-md-8 img.img-fluid {
    width: 100%;
    height: 488px;
}
section.Feature-Listing-section.buy-or-rent .card-items .col-md-4 {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}
.card-items .col-md-4 img {
    width: 365px;
    height: 236px;
    padding-left: 10px;
}
.Feature-Listing-section .card-text {
    margin: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.Feature-Listing-section .card-text span {
    font-size: 12px;
    color: #002349;
}
.buy-or-rent .dollar-btn {
    margin-top: 0;
}
.Feature-Listing-section .dollar-btn button {
    padding: 10px 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins";
    background-color: #151515;
    border: none;
    border-radius: 2px;
}
.Feature-Listing-section .card-content {
    font-size: 11px;
    background: #f5f5f5;
    padding: 0.6rem;
    margin: 0px;
}
.Feature-Listing-section .feature-list-content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.user-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.user-icon img {
    width: 46px;
    height: 46px;
}
.user-n span {
    font-size: 14px;
    color: #222430;
}
.user-date {
    position: relative;
}
.user-date:before {
    content: "";
    position: absolute;
    background: #a1abbd;
    width: 3px;
    height: 3px;
    left: -6px;
    border-radius: 50%;
    top: 7px;
    right: 0;
    left: -10px;
}
.Feature-Listing-section .card-content p {
    font-size: 11px;
    margin: 0;
}
section.Feature-Listing-section.buy-or-rent .card-items .col-md-4 {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}
.Feature-Listing-section .button-group.col-md-4 {
    text-align: right;
}
.Feature-Listing-section a.btn {
    text-align: right;
    background-color: transparent;
    padding: 10px 10px;
    color: #002349;
    transition: 0.6s;
    border-radius: 5px;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 900;
}
.profile_img {
    display: flex;
    align-items: center;
    gap: 60px;
}
.profile_img img {
    width: 270px;
    height: 270px;
    outline: 8px solid #fffefc9c;
}
.profile_picture_content {
    margin-top: -220px;
    margin-left: 10rem;
}
.owner_name p {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.owner_name span {
    color: #fff;
}
.owner_name {
    line-height: 1.5;
}
.sky_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sky_para p {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
    color: #001C1A;
    margin-top: 2rem;
}
.sky_para span.startstram {
    font-weight: 600;
    font-size: 15px;
    color: #001C1A;
}
.sky_para span {
    color: #82908F;
    font-size: 13px;
    margin-right: 14px;
}
.placeonsky_secs {
    padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.sky_content .share_icon:hover .sharenow {
    opacity: 1;
}
.sky_content .sharenow {
    display: flex;
    gap: 15px;
    padding: 1rem;
    background: #000;
    color: #fff;
    opacity: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: absolute;
    right: 0;
    width: max-content;
}
.sky_content .share_icon:hover i{
    opacity: 1;
}
.sky_content .share_icon {
    position: relative;
}
.sky_content .sharenow p {
    margin-bottom: 0;
}
.allpl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}
p.allpl_para {
    color: #001C1A;
    font-size: 18px;
}
.allpl p {
    font-weight: 600;
    color: #5A5D5D;
}
section.placeonsky {
    margin-top: 4rem;
}