.blog_building_home{
    display: flex;
    align-items: flex-start;
    align-self: stretch;
}
.building_price_esti{
    display: flex;
    padding: 60px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    background: #E4F2FF;
}
.building_blog_home{
    display: flex;
    padding: 60px 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex: 1 0 0;
    background: #FFF;
    width: 50%;
    box-sizing: border-box;
}
.building_price_esti .ent-zip{
    max-width: 200px;
    margin: 0px auto;
    margin-bottom: 25px;
}
.building_price_esti .price-h4 {
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #292753;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.building_price_esti .login-box .form-control {
    padding: 4px 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid #9DA8BD;
    background: #FFF;
    overflow: hidden;
    color: #5B6E91;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    height:44px;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
    text-align: center;
}
.building_price_esti .ent-dim {
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 25px;
}
.building_price_esti .choose-build input[type="radio"]:checked + label:before, .building_price_esti .choose-build input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    border-radius: 90px;
    border: 1px solid #5B6E91;
    background: #FFF;
    color: #4C4A6D;
    font-size: 12px;
    font-weight: 600;
}
.building_price_esti .wizard {
    height: auto; 
    display: table-cell;
    vertical-align: middle;
}
.building_price_esti .building-next{
    margin-top: 15px;
}
.home-bolg-view img{
    width:100%;
    margin-bottom: 25px;
}
.home-bolg-view {
    height: auto;
}
.insightfull-blog ul{
    margin-bottom: 10px;
}
.home-bolg-view h3 a{
    color: #292753;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home-bolg-view .view-blg {
    background: #111111;
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    padding: 0px 20px;
    display: inline-block;
    margin-top: 0;
    width: auto;
}
.building_blog_home .view-blg:before {
    background: #16A2B9;
}
.building_blog_home .get-cta:hover {
    background: #000;
    transition: background 0s linear 0s;
    color: #fff;
}
.building_blog_home .buy-btn-sp:hover svg path {
    fill: #fff;
}
@media screen and (max-width: 1079px) and (min-width: 768px){
    .building_blog_home {
        padding: 60px 30px;
    }
    .building_price_esti {
        padding: 60px 30px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px){
    .blog_building_home {
        flex-direction: column;
    }
    .building_blog_home {
        padding: 60px 30px;
        width:100%;
    }
    .building_price_esti {
        padding: 60px 30px;
    }
    .building_blog_home .insightfull-blog {
        padding-top: 0px;
    }
}