.for-you-width{
    width: 50%;
}
@media (max-width: 768px) {
    .for-you-width{
        width: 100%;
    }
    .property-search-icon {
        left: 10px;
        top: 10px !important;
        position: absolute;
    }
    .vh-sm-34{
        height: 34vh !important;
    }

    .real-estate-img{
        width: 100%;
        height: 40vh !important;
        object-fit: cover;
    }
    .dropdwon-transform{
        transform: translate3d(-233px, 32.5px, 0px)  !important;
    }
    .dropdwon-transform-custom{
        transform: translate3d(-167px, 32.5px, 0px)  !important;
    }
    .min-vh-sm-19{
        height: 19vh;
    }
    .articel-card {
        height: 381px !important;
    }


}
@media only screen and (min-width: 320px) and (max-width: 760px){
    .step-item:not(:last-child) .circule-number::after {
        height: 14vh !important;
    }
}
@media only screen and (min-width: 761px) and (max-width: 1250px) {
    .step-item:not(:last-child) .circule-number::after {
        height: 10vh !important;
    }
  }
.about-img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.real-estate-img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.google-btn{
    border: 1px solid black !important;
}
.google-btn:hover{
    background-color: #c39132 !important;
    border-color: #c39132 !important;
    color: white !important;
}
