.section-padding {
    padding: 5em 0 !important;
  }
  .contact-banner {
    height: 360px;
    background-color: #F8F8F8;
    margin-top: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6em;
    position: relative;
}
.contact-banner img.vector {
    position: absolute;
    right: 0;
}
.contact-banner h2 {
    color: #373435;
    font-size: 34px;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0.5px;
}
.contact-banner p {
    color: rgba(55, 52, 53, 0.30);
    font-size: 16px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 15px;
}

  
.about-redevelopment .bg-color {
    background-color: #f8f8f8;
    width: 98.5%;
    padding: 0;
}
  .about-redevelopment h2.section-title {
      font-size: 24px;
      line-height: 36px;
  }


section.about-redevelopment-2 p.para {
    width: 78%;
}

.about-redevelopment-2 .card.card-body {
    background-color: #373435;
    padding: 40px 0;
    border-radius: 0;
    margin-bottom: 25px;
    height: 100%;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-redevelopment-2 .card.card-body img {
    margin: 0 auto 30px;
}
.about-redevelopment-2 .card.card-body figure {
    display: flex;
    align-items: flex-start;
    height: 95px;
    align-content: flex-end;
}

.about-redevelopment-2 .card.card-body p.projectName {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about-redevelopment-2 .card.card-body p {
    margin: 0;
    color: #FFF;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}




.about-redevelopment-2 .card.card-body p img.map-icon {
    margin: 0;
    width: 25px;
}


section.process {
    background-color: #f8f8f8;
}
section.process .container {
    position: relative;
}
.swiper.process-slider .card {
    padding: 3em;
    position: relative;
    border: 0;
    height: 100%;
}
.swiper.process-slider .swiper-slide {
    height: auto;
}
.swiper.process-slider .card span.count {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #979797;
    text-align: right;
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.2px;
}
.swiper.process-slider .card img {
    margin-bottom: 16px;
}
.swiper.process-slider .card h5 {
    color: #373435;
    font-family: Nunito;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.swiper.process-slider .card p.para {
    color: #373435;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 5px;
}

section.process .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
section.process .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}

section.process .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: 25px;
}
section.process .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

section.process .swiper-button-prev, .swiper-rtl .swiper-button-next,
section.process .swiper-button-next, .swiper-rtl .swiper-button-prev {
    top: auto;
    color: #373435;
    bottom: -3em;
}


section.standard-documents ul li {
    margin-bottom: 15px;
}
section.standard-documents ul li:last-child { margin-bottom: 0; }


@media (max-width: 992px) {
    .contact-banner h2 {
        font-size: 24px;
        line-height: 34px;
    }
    h1.section-title, h2.section-title {
        font-size: 24px;
        line-height: 34px;
    }
    .contact-banner img.vector {
        width: 300px;
    }
}
@media(max-width: 767px) {
    section.about-redevelopment-2 p.para {
        width: 100%;
    }

    section.section.ps-5.pe-5.top-banner {
        padding: 0 0px !important;
    }

    .contact-banner {
        height: auto;
        padding-left: 15px;
    }

    .contact-banner img.vector {
        width: 100%;
        position: relative;
    }

    .contact-banner h2 {
        margin-top: 1em;
    }


    .about-redevelopment h2.section-title {
    font-size: 24px;
    line-height: 36px;
    padding: 25px 20px 0 !important;
    }

    section.pt-5.ps-5.pe-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

    .section-padding {
        padding: 2em 0 !important;
    }

    .about-redevelopment-2 .card.card-body p {
        font-size: 18px;
    }
    .about-redevelopment-2 .card.card-body p img.map-icon {
        width: 20px;
    }

    .about-redevelopment .bg-color {
    width: 100%;
    padding: 0 15px;
    }
}