@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1200px) {

}

@media (min-width: 1170px) {


}
@media (min-width: 1170px) and (max-width: 1400px) {
  
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {

}




/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

}

/* small mobile :320px. */
@media (max-width: 900px) {
    .bannerup {
        position: relative;
        
        z-index: 1000;
        width: 100%;
    }
    .aminities h3 {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        color: #343434;
        line-height: 18px;;
        font-family: 'Montserrat', sans-serif;
    }
    
    .amiic{ height:150px;background: #FFF; padding: 5px; margin: 5px;box-shadow: 1px 0px 30px 8px rgba(214 207 207,0.75);
        -webkit-box-shadow: 1px 0px 30px 8px rgba(214 207 207,0.75);
        -moz-box-shadow: 1px 0px 30px 8px rgba(214 207 207,0.78);}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*.container {*/
    /*width:680px*/
/*}*/

}



@media (max-width: 479px) {
    .rbg {
        background: #9e1c1a;
        padding-bottom: 36px;
    }
    .project-overview h2 {
        text-transform: uppercase;
        font-size: 26px;
        text-align: center;
        line-height: 36px;
    }   
    /* h2 {
        font-size: 26px;
        line-height: line-height: 36px;;
    } */
}
