
.builder-div{
    position: sticky;
    top: 20;
    width: 300px;
    border-radius: 15px;
    height: 500px;
}

.overall-property-div{
    display: flex;
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.builder_logo{
    width: 100%;
    height: 200px;
  
}



.blog-banner {
    width: 100%;
    background-image: url(../img/Asssets-V1/list-property-banner.jpg);
    height: 100%;
    max-height: 400px;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-content {
    color: #fff;
    position: relative;
    width: 100%;
}

h1.banner-title {
    font-weight: 800;
}

span.banner-text {
    font-weight: 700;
    font-size: 28px;
}

span.font-bold {
    font-size: 48px;
    font-weight: 800;
}

.banner-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #FF911A 20%, #ffffff21);
    left: 0;
    top: -10px;
}

.banner-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #ffffff21 20%, #FF911A);
    left: 0;
    top: 100%;
}

.single-blog-inner {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.single-blog-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 20px;
}

.blog-content-body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-section-main {
    height: fit-content;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1200px;
    padding: 40px 10px;
    margin: 0px auto;
    grid-gap: 50px;
}

.blog-card-2 {
    height: 550px;
    background-color: white;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -1px 3px 7px 0px #00000029;
}

.blog-2-image-div {
    height: 300px;
    overflow: hidden;
}

.blog-card-2-text-div {
    padding: 20px;
    height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.similar_article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
