.background__btn__sec {
    margin-top: 50px;
    padding: 20px;
    text-align: center;
}
.background__btn__sec {
    margin-top: 50px;
    padding: 20px;
    text-align: center;
    background-color: #4caee2;
    border-radius: 30px;
}
.inner__box.text-center a {
    text-decoration: none;
    text-align: left;
    display: flex;
    justify-content: start;
    gap: 30px;
    font-size: 24px;
    align-items: center;
}
.floors__card__bgcolor::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #62b7e3d9;
    border-radius: 30px;
}
.floors__card__bgcolor {
    background-size: cover;
    padding: 50px;
    text-align: center;
    position: relative;
    border-radius: 30px;
}
.date_and_statud__box {
    padding: 15px 0;
    display: block;
    justify-content: start;
}
.color__image__and__color__box {
    width: 100px;
    height: 60px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color__box__outer {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(8, 1fr);
}

.color__top__title {
    margin-left: 0;
}

.requirement__are {
    margin-left: -20vw;
}

.heading__last__item {
    margin-right: -10vw;
}
.color__top__title {
    line-height: 1;
}

.top__common__title {
    line-height: 1;
}
span.impressed__floor {
    margin-left: -5vw;
}
span.bg__btn__rotate {
    display: flex;
    flex-direction: column;
    align-items: center;
}



@media only screen and (min-width : 1441px) and (max-width : 1536px) {

    .color__top__title {
        margin-left: 0;
    }

    .requirement__are {
        margin-left: -25vw;
    }

    .heading__last__item {
        margin-right: -15vw;
    }

    .color__top__title {
        line-height: 1;
    }

    .top__common__title {
        line-height: 1;
    }

}

@media only screen and (min-width : 1024px) and (max-width : 1440px) {
    .color__top__title {
        margin-left: 0;
    }

    .requirement__are {
        margin-left: -25vw;
    }

    .heading__last__item {
        margin-right: -15vw;
    }

    .color__top__title {
        line-height: 1;
    }

    .top__common__title {
        line-height: 1;
    }

}



@media only screen and (min-width : 768px) and (max-width : 1400px) { 





}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .hero__banner__areas img {
        height: 25vh;
        object-fit: cover;
    }
    .floors__card__box p {
        text-align: left;
    }
    .color__box__outer {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }
    .colours__main__bg {
        padding: 15px 10px;
        text-align: center;
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        margin: auto;
    }
    .nws__readmore__btn {
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #0068b6;
        text-align: center;
        display: block;
        padding-top: 20px;
    }
    .color__top__title {
        margin-left: 0 !important;
    }
    .inner__box.text-center a {
        text-decoration: none;
        text-align: left;
        display: flex;
        justify-content: start;
        gap: 30px;
        font-size: 18px;
        align-items: center;
    }
    .common__title__box span {
        font-size: 28px !important;
        margin: unset !important;
        padding: unset !important;
    }

   .common__content__sec .nws__readmore__btn {
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #0068b6;
        text-align: center;
        display: unset !important;
    }


}

.common__news__ic__box{
	padding: 15px 0;
	display: flex;
	justify-content: space-around;
}
