.real-estate-wrapper {
    position: relative;
    padding: 180px 0 100px;
    min-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.real-estate-wrapper:before {
    right: 0;
    width: 80%;
    content: "";
    top: -10px;
    height: 115%;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../img/screen/real-estate-back.png);
    background-size: contain;
}

.real-shape {
    position: absolute;
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.real-shape1 {
    left: 0;
    top: 85px;
}

.real-shape2 {
    top: 0;
    right: 158px;
}

.real-shape3 {
    top: 0;
    right: 0;
}

.star-shape {
    background-image: url(../img/shape/star.svg);
    background-size: 14px;
    background-repeat: repeat;
    position: absolute;
    transition: all ease .55s;
    display: inline-block;
    top: -52px;
    left: -7px;
    width: 167px;
    height: 167px;
}

.health-app-img {
    position: relative;
    z-index: 11;
}

.app_img1 {
    position: absolute;
    right: -44px;
    top: -100px;
    z-index: 1;
}

.app_img2 {
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width:576px) {
    .why-choose-section{
        margin-bottom: 100px;
    }
}