.banner{
    background-image: url(../image/Building-banner.png);
    /* background: #2956A5; */
    background-color: rgb(0 0 0 / 37%);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    background-size: cover;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner h2{
    margin: 0;
    font-size: 50px !important;
    color: #fff;
}

.banner-content {
    position: absolute;
}

.w3-content {
    padding-bottom: 0 !important;
}

a {
    width: 100%;
    display: contents;
}


h2 {
    text-align:left; 
    font-weight: 600;
    margin-bottom: 24px;
}

h4 {
    font-weight: 600;
    color: #000;
    text-align: left;
    align-items: center;
    margin-bottom: 16px;
}

p {
    font-size: 16px;
    text-align: left;
}

.list-for-p {
    margin-bottom: 16px;
}

#Building-title ul {
    list-style-type: none;
}

#Building-title li {
    color: #484848;
    font-size: 16px;
    text-align: left;
}

#Building-title div {
    margin-bottom: 24px;
}

.checkicon.fa-solid {
    color: #2956a5;
    margin: 7px 7px 7px 0;
}

.tab_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 3px 3px rgb(32 32 32 / 7%);
}

input, section {
    clear: both;
    padding-top: 10px;
    display: none;
}

section > .w3-content {
    background: #fff;
    box-shadow: 0 0 2px 1px rgb(32 32 32 / 7%);
    padding: 1%;
}

label {
    display: flex;
    float: left;
    justify-content: center;
    width: 33.333%;
    padding: 1%;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
  padding: 20px;
  background: #E2E7EA;
  color: #000;
  /*border-bottom: 2px solid #f0f0f0;*/
}

.tab_container .tab-content h4 {
    font-weight: 600;
    color: #000;
    text-align: left;
}

.tab_container img{
    display: flex;
    margin: 0 auto;
}

.tab_container [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: 0 3px #2956a5;
 /* box-shadow: inset 0 3px #0CE;*/
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #2956a5;
  transition: all 0.2s ease-in-out;
}

.tab-list {
    padding-bottom: 16px;
    width: 100%;
    justify-content: space-between;
}

.tab-list p:nth-last-child(n+2) {
    margin: 0;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

.label-checkicon.fa-solid {
    margin-right: 10px !important; 
    display: flex; 
    align-items: center; 
    margin: 0; 
    color: #2956a5;
}




@media (max-width:768px) {
    .w3-content{
        padding: 0;
    }

    .banner{
        height: 35vh;
    }

    .banner-content {
        position: absolute;
        top: 8em;
    }

    .banner h2{
        margin: 0;
        font-size: 1.5rem !important;
        color: #fff;
        letter-spacing: 2px;
    }

    p {
        font-size: 16px;
    }

    #Building-title li {
        font-size: 16px;
    }

    section > .w3-content {
        background: #fff;
        box-shadow: 0 0 2px 1px rgb(32 32 32 / 7%);
        padding: 3%;
    }

    .tab_container img {
        width: 100%;
    }

    .tab-list {
        display: flex;
        flex-direction: column;
    }

    label {
        padding: 3% 1% !important;
        margin-bottom: 3px;
        white-space: nowrap;
        width: 33.3333%;
    }
}

