section#about {
        background-color: #f1f1f1;
    }
        .content-wrapper {
          background: rgb(140, 43, 145);
          background: linear-gradient(90deg, rgba(140, 43, 145, 1) 0%, rgba(82, 97, 184, 1) 43%, rgba(11, 163, 231, 1) 79%);
      }
      ul.project-h-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        position: relative;
      }
      ul.project-h-list:before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 120px;
          border-bottom: 1px solid #fff;
      }
      ul.project-h-list li {
        width: 33%;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
      }
      ul.project-h-list li h6 {
        color: #fff;
        font-weight: 500;
        font-size: 18px;
    }

    ul.project-h-list li:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-right: 1px solid #fff;
    }
    ul.project-h-list li:nth-child(3)::before,
    ul.project-h-list li:nth-child(5)::before {
        border-right: none;
    }



     .gallery_slider_wrapper {
          position: relative;
          width: 70%;
          margin: 0 auto;
      }


section#gallery ul#myTab {
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
}

section#gallery ul#myTab a.nav-link1 {
    border: 1px solid #0a2233;
    padding: 20px 23px;
    display: block;
    margin: 0 10px;
    color: #000;
    font-weight: 600;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

section#gallery ul#myTab a.nav-link1.active,
section#gallery ul#myTab a.nav-link1:hover {
      background: rgb(140, 43, 145);
    background: linear-gradient(90deg, rgba(140, 43, 145, 1) 0%, rgba(82, 97, 184, 1) 43%, rgba(11, 163, 231, 1) 79%);
    color: #fff;
}

.floor-plan {
    padding-bottom: 20px;
    border: 1px solid #003b6a;
    padding-top: 20px;
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.floor-plan h4 {
    font-weight: 600;
    font-size: 18px;
    padding-top: 7px;
    text-align: center;
}
a.df-btn {
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.8s;
    border: 1px solid #003b6a;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: fit-content;
    margin: 0 auto;
    background-color: #003b6a;
}
a.df-btn:hover {
    color: #fff;
}



section#download-brochure {
            background-color: #272361;
        }

        section#download-brochure .container.d-flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        section#download-brochure h2.section-title {
            color: #fff;
        }
      
      div#brochureModal .modal-dialog {
            max-width: 380px;
        }
        span#captchaDisplay3 {
            display: inline-block;
            background-color: #000;
            color: #fff;
            padding: 5px 10px;
        }

        div#brochureModal .form-control, 
        div#brochureModal form .form-group label {
            font-size: 14px;
        }
        #submitButtonBrochure {
          background: rgb(140, 43, 145);
          background: linear-gradient(90deg, rgba(140, 43, 145, 1) 0%, rgba(82, 97, 184, 1) 43%, rgba(11, 163, 231, 1) 79%);
            border: 0;
            width: 100%;
            height: 40px;
        }
      section.db-section {
        background: rgb(140, 43, 145);
        background: linear-gradient(90deg, rgba(140, 43, 145, 1) 0%, rgba(82, 97, 184, 1) 43%, rgba(11, 163, 231, 1) 79%);
      }
      a.db-btn {
        color: #000;
        background-color: #fff;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.8s;
        border: 1px solid #fff;
        font-weight: 600;
        font-size: 20px;
      }
      a.db-btn:hover{
        background-color: transparent;
        color: #fff;
      }
      @media (max-width: 767px) {
        a.db-btn{
          font-size: 16px;
        }   
      }