﻿
.exp-corphousing-banner {
    background-image: url(/images/experience/corphousing.original.jpg);
}

.exp-aboutus-banner {
    background-image: url(/images/experience/about.original.jpg);
}

.exp-advantage-banner {
    background-image: url(/images/experience/advantage.original.jpg);
}

.exp-apt-banner {
    background-image: url(/images/experience/apartments.jpg);
}

.exp-amenities-banner {
    background-image: url(/images/experience/amenities2.original.jpg);
}

.exp-qa-banner {
    background-image: url(/images/experience/quality.original.jpg);
}

.exp-xtranet-banner {
    background-image: url(/images/experience/xtranet.original.jpg);
}

/*What is*/

.panel-heading {
    background-color: #7fa4a4;
    margin-bottom: 12px;
}

/*.qanda, .aboutus, .advantage, .quality, .extranet > p {
    line-height: 2;
    padding-bottom: 25px;
    margin-bottom: 0;
    font-size: 15px;
}
*/
/*.question {
    background-color: #0d8a94;
    color:white;
    cursor:pointer;
    padding:18px;

}

.answer{
    padding:0 18px;
    display:none;
    overflow:hidden;
    
}*/

.exp-amenities ul li {
    list-style: disc !important;
    line-height: 2;
    margin-left: 20px;
    font-size: 0.9375rem;
}

.amen-cat {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.col {
    flex-basis: 25%;
    border: solid 1px gray;
}

/*.exp-amenities ul {
    font-size: 15px;
    list-style-type: disc !important;
    margin-left: 20px;
}*/
.experience-amenities-container {
    min-width: 100%;
    padding:0 15px;
}
.pannerBanner-height {
    height:248px;
}
@media (min-width: 1000px) {
    .experience-amenities-container {
        min-width:991px;
    }
}
@media (max-width:870px) {
    .pageBanner .display-4 {
        font-size: 32px;
        text-align:center;
        padding:0 15px;
    }
    .exp-corphousing-banner {
        order:1;
    }
    .row.section {
        margin-bottom:0px;
    }

    .section .content {
        order: 2;
        padding: 19px 15px;
    }


    .section .content .sectiontext {
        font-size: 13px;
        line-height: 1.5;
    }
    .section .content .sectionheader {
        font-size:25px;
        margin-bottom:27px;
    }
    .exp-amenities {
        flex-wrap:wrap;
    }
    .exp-amenities .col {
        flex-basis:50%;
    }
}
@media (max-width:529px) {
    .row.section .banner.b-img {
        min-height: 200px;
    }
    .pannerBanner-height {
        height:133px;
    }
    .exp-amenities {
        flex-wrap: wrap;
    }
    .exp-amenities .col {
        flex-basis: 100%;
    }
}

