@media(max-width: 667px){
.bg1 img {
    width: 100%;
    height: 245px;
}

.green-box {
    position: relative;
    background-color: #fff;
    padding: 25px;
    left: 0;
    width: 100%;
}
.digit a {
    background: green;
    color: #fff;
    padding: 7px 10px;
    margin-top: 21px;
    display: block;
    border-radius: 4px;
}

.rera-no a {
    color:#fff;
    font-size: 16px;
    font-weight: 400;
}


.open-location h2::before {
    content: '';
    position: absolute;
    left: 81px;
    /* bottom: -20px; */
    width: 100px;
    height: 2px;
    background: #12a359;
    top: 133px;
    right: 409px;
    margin: 0 auto;
}
.navbar-nav{margin-top: 70px;}
.caption_text h3{font-size: 18px}
.caption_text p{font-size: 14px}
.caption_text {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 85%;
}
.green-box{top: 0; margin: 0}
.change-to-txt {
    padding: 32px;
}
.change-to-txt h2{font-size: 18px;}
.change-to-txt p{font-size: 14px}
.get-bgimg{padding: 20px 10px;}

.ftr-right{max-width: 100%}


}