@media only screen and (min-width: 992px) {
    .micro-main-slider {
        min-width: 100%;
        height: 89vh;
    }
}

@media only screen and (min-width: 1024px) {
    .micro-main-slider .carousel-item img {
        height: 100vh;
        width: 100%;
        margin-top: 11px;
    }
}

@media only screen and (max-width: 320px) {
    .newb {
        right: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .img-box {
        height: 400px !important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.home-banner {
    height: 700px;
    object-fit: cover;
}

.mid-footer {
    background-color: #2a2a2a;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}

.mid-footer .container {
    max-width: 1280px;
}

.footer-menu {
    margin-bottom: 15px;
}

.footer-menu h4 {
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 6px solid #1f6693;
}

.footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.footer-menu ul li {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    padding: 0 0 0 12px;
}

.footer-menu ul li a {
    color: #d1cccc;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

.footer-menu ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ffffff;
    border-radius: 100%;
    transform: translateY(-50%);
}

.rera-strip {
    padding: 0;
    background-color: transparent;
}

.rera-item {
    background-color: #696969;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
}

.footer-para p {
    text-align: justify;
    margin-top: 16px;
    font-size: 13px;
    font-family: 'poppinsregular';
}

.btm-footer {
    background-color: #272727;
    padding: 15px 0;
}

.btm-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons a {
    background-color: #c08831;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    border-radius: 100%;
    color: #fff;
    margin: 0 0 0 10px;
}

.footer-container {
    width: 100% !important;
    padding: 0 34px 0 34px;
}

#about {
    margin-top: 0;
}

.same-section {
    margin-bottom: 15px;
    position: relative;
    top: 50px;
}

.container-wrapper {
    padding: 0 20px;
}

.inner-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center;*/
}

.inner-title h2 {
    line-height: 1.2;
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.inner-title p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    margin: 0 0 5px 0;
}

.summary {
    position: relative;
}

.additional-text,
.more-content {
    display: none;
    margin-top: 10px;
}

content {
    display: none;
    margin-top: 10px;
}

.read-more {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.about-video {
    position: relative;
    height: 100%;
}

.about-video a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

.space-ptb {
    position: relative;
    top: 80px;
}

.justify-content-center {
    justify-content: center !important;
}

.text-center {
    text-align: center !important;
}

.section-title h2 {
    font-size: 36px;
    color: #2a2a2a;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
}

.animated.fadeInDown {
    animation-name: fadeInDown;
}

.gold-line {
    width: auto;
    margin: 10px auto;
    background-color: #1f6693;
    height: 4px;
}

.animated.fadeInDown {
    animation-name: fadeInDown;
}

.section-title p {
    color: #666666;
    font-size: 17px;
    line-height: 1.8em;
    text-align: justify;
    margin: 25px 0 5px 0;
    padding: 0 40px;
}

.animated.fadeInDown {
    animation-name: fadeInDown;
}

.section-title h4 {
    margin-top: 20px;
    color: #c08831;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
}

.image-container-wrapper {
    margin-bottom: 30px;
}

.image-container {
    position: relative;
    height: auto;
    overflow: hidden;
    height: 373px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner_caption {
    position: absolute;
    background-color: rgba(31, 31, 31, 0.7);
    bottom: 3%;
    left: 3%;
    width: auto;
    padding-right: 10px;
}

.banner_caption h3 {
    color: #fff;
    padding: 9px 0px 3px 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 43, 91, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    opacity: 0;
    transition: 0.5s ease-out;
    /* transition: opacity 1.5s ease; */
}

.overlay-content {
    text-align: center;
}

.overlay-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.overlay-subtitle {
    font-size: 18px;
}

.zoom-animation {
    /* width: 400px; */
    height: 700px;
    overflow: hidden;
}

.zoom-animation img {
    width: 100%;
    height: 100%;
    /*animation: zoomInOut 28s infinite ease-in-out;*/
    position: relative;
    top: -700px;
    object-fit: cover;
}

@keyframes zoomInOut {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

/* .out{
  border: 1px solid white;
  color: white;
  padding-left: 45px;
  font-size: 25px;
}
.out{
 padding: 5% 5%;
    background-color: #1c2d37 !important;
    border-radius: 5%;
    margin: 7% 8%;
} */

.submit {
    background-color: white;
    /* width: 31%; */
    color: black;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
}

.form-control {
    padding: 2% 50% !important;
}

.contain {
    display: flex;
}

/* .newa{
    color: white;
    background-color:black;
    padding: 18px;
    margin-left: 100px;
    margin-right: 580px;
    border-radius: 25px;
    outline: blue;
    outline-offset: 3px;
    position: relative;
    top: -500px; 
    opacity: 0.8;
    padding-right: 90px;
    height:380px;
    outline: 2px solid rgb(149, 146, 146);

} */

.newa {
    color: white;
    background-color: #00000094;
    padding: 18px;
    margin-left: 100px;
    margin-right: 580px;
    border-radius: 25px;
    outline: blue;
    outline-offset: 3px;
    /* position: relative;
    top: -500px; */
    /* opacity: 0.8; */
    z-index: 999;
    padding-right: 90px;
    height: 380px;
    outline: 2px solid rgb(149, 146, 146);
    position: absolute;
    top: 200px;
}

@media (max-width:768px) {
    .newa {
        display: none;
    }
}

.title {
    font-size: 25px;
}

.h {
    border: 1px solid white;
    font-size: 20px;
    padding: 12px;
}

.ha {
    border: 1px solid white;
    font-size: 20px;
    padding: 12px;
}

.hb {
    border: 1px solid white;
    font-size: 20px;
    padding: 12px;
}

.newb {
    width: 320px;
    /* height: 500px; */
    /* position: relative;
    top: -480px; */
    background-color: #000000;
    z-index: 999;
    /* opacity: 0.8; */
    border-radius: 15px;
    outline: 2px solid rgb(149, 146, 146);
    height: 350px;
    position: absolute;
    top: 230px;
    right: 100px;
}

@media(max-width:768px) {
    .newb {
        /*display: none;*/
    }
}

.bhk-btn {
    background-color: #2D3D4D;
    padding: 10px;
    font-size: 24px;
    color: white;
}

.out {
    font-size: 24px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 1px solid white;
    margin-top: 26px;
    margin-left: 18px;
    margin-right: 18px;
    color: white;
}

.btn {
    color: black;
    background-color: white;
}

.hd {
    background-color: #000;
    margin-bottom: 10px;
    margin-right: 10px;
    border-bottom: 1px solid white;
}

/* .gh{
    top: -360px;
}
.gj{
    top: -500px;
} */

.ton {
    color: white;
    border: 1px solid white;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
}

.nam {
    background-color: #00000000;
    margin-bottom: 20px;
    font-size: 16px;
    color: white;
    border: none;
    border-bottom: 1px solid white;
    padding-left: 10px;
    margin-left: 15px;
    width: 250px;
}

.sbtn {
    width: 260px;
    margin-left: 20px;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shadow {
    top: 60px;
    position: relative;
    background: #00000080;
    height: 700px;
    width: 100%;
    z-index: 9;
}

@media (max-width: 768px) {
    .contain {
        position: relative;
    }
}

/* Mobile: Center the form */

@media (max-width: 768px) {
    .newb {
        top: -300px;
        left: 50%;
        right: auto;
        /* remove right alignment */
        transform: translate(-50%, -50%);
        width: 90%;
        /* take more space on mobile */
        max-width: 320px;
    }
}

@media(max-width:768px) {
    .call-to-action-cnt p {
        padding-left: 0px !important;
    }
    .call-to-action-button {
        text-align: left;
        margin-top: 20px;
    }
}