.comm-head {
    background-size: cover;
    background-position: center;
    display: block;
    font-size: 0;
    padding: 70px 0 60px 0;
    position: relative;
}
.ntabs__outer-wrapper {
    width: 100%;
    margin-top: -53px;
    position: relative;
    z-index: 9;
}
.ntabs li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ntabs li a.ntabs__tab {
    background-color: transparent;
}
.ntabs li.active a.ntabs__tab {
    background-color: #fff;
}
.comm-head__inner-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
}
.comm-head__title {
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    color: #2c3031;
    font-size: 55px;
    font-weight: 600;
    vertical-align: top;
    line-height: 1;
    margin-bottom: 20px;
}
.comm-head__logo {
    max-width: 500px;
    margin-bottom: 10px;
}
.comm-head__info .place__info-title {
    font-weight: 500;
    text-transform: uppercase;
    color: #9fa6a9;
}
.comm-head__info .place__info-title:after {
    text-transform: none;
    color: #9fa6a9;
    border-color: #9fa6a9;
}
.comm-head__info .place__info-popup {
    max-width: 400px;
}
.comm-head__location {
    font-size: 16px;
    font-weight: 500;
    color: #2c3031;
}
.comm-head__bottom {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
}
.comm-head__bottom > div {
    display: inline-block;
    vertical-align: bottom;
}
.comm-head__detail {
    margin-top: 10px;
    color: white;
    margin-right: 40px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 600;
}
.comm-head__detail::before {
    display: inline-block;
    content: " ";
    background-color: green;
    border-radius: 50px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
}
.comm-head__detail--green::before {
    background-color: #73e566;
}
.comm-head__detail--yellow::before {
    background-color: #ffbd66;
}
.comm-head__detail--red::before {
    background-color: #e06b70;
}
.comm-head__detail--blue::before {
    background-color: #a0b5d9;
}
.comm-head__detail--grey::before {
    background-color: #cacbcd;
}
.comm-head__specific {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    margin-left: 40px;
}
.comm-head__specific h3 {
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
.comm-head__specific div {
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
    .comm-head__inner-wrapper {
        padding: 0 30px;
    }
}
@media screen and (max-width: 800px) {
    .comm-head {
        padding-bottom: 0;
    }
    .ntabs__outer-wrapper {
        position: relative;
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .comm-head .ntabs li a.ntabs__tab {
        height: 96px;
    }
}
@media screen and (max-width: 600px) {
    .comm-head {
        padding: 0;
        background-position: left;
        text-align: center;
    }
    .comm-head__inner-wrapper {
        padding: 40px 20px;
        margin: 0 auto;
    }
    .comm-head__logo {
        max-width: 400px;
        min-width: 50%;
    }
    .comm-head__title {
        font-size: 40px;
    }
    .comm-head__bottom {
        display: block;
    }
    .comm-head__bottom div {
        display: block;
    }
    .comm-head__detail {
        display: block;
        font-size: 13px;
    }
    .comm-head__specific {
        margin-top: 20px;
        margin-left: 0;
        display: block;
    }
    .ntabs li a.ntabs__tab {
        height: auto;
    }
    .ntabs__outer-wrapper {
        padding: 15px;
    }
}
.community-tab {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 1200px;
    padding: 40px;
    background-color: white;
}
.community-tab .row {
    padding-top: 0;
}
.community-tab h2 {
    color: #2c3031;
    font-size: 45px;
    font-weight: 300;
    max-width: 700px;
    margin-bottom: 35px;
}
.community-tab p {
    font-size: 14px;
    color: #2c3031;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 700px;
}
.community-tab img {
    margin-top: 20px;
}
.community-tab blockquote {
    float: right;
    width: 100%;
    max-width: 350px;
    border: 0;
    padding: 20px 0 20px 50px;
    position: relative;
}
.community-tab blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 84px;
    font-weight: 800;
    line-height: 0.8;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 11px;
}
.community-tab blockquote p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.community-tab blockquote footer {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 13px;
    text-align: right;
    padding: 10px 30px;
}
.community-tab blockquote cite {
    font-weight: 600;
}
.comm-map-legend {
    margin-top: 50px;
    clear: both;
}
.comm-map-message {
    display: none;
}
.comm-big-map {
    width: 100%;
    height: 600px;
    position: relative;
}
.comm-big-map-overlay {
    background: rgba(245, 247, 249, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.comm-big-map-holder {
    display: block;
    width: 100%;
    height: 600px;
    background-color: #dbebcd;
}
.comm-big-map-holder *,
.comm-big-map-holder *::before,
.comm-big-map-holder *::after {
    border-style: initial;
}
.comm-big-map-holder #iw-container .iw-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #48b5e9;
    color: white;
    margin: 1px;
    border-radius: 2px 2px 0 0;
}
.comm-big-map-holder .gm-style .gm-style-iw {
    width: 360px !important;
    padding: 13px 15px 10px 10px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comm-big-map-holder .gm-style .gm-style-iw img {
    float: right;
    max-width: 100px;
}
.comm-big-map-holder .gm-style .gm-style-iw h3 {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px;
    -webkit-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}
.comm-big-map-holder .gm-style .gm-style-iw .place__location {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}
.comm-big-map-holder .gm-style .gm-style-iw .c-legend {
    display: block;
    margin-bottom: 3px;
}
.comm-big-map-sidebar {
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.comm-big-map-select {
    background: rgba(152, 158, 173, 0.8);
    padding: 15px 30px;
    position: relative;
    z-index: 20;
}
.comm-big-map-select .select-style {
    width: calc(50% - 8px);
    margin-right: 10px;
}
.comm-big-map-select .select-style:last-child {
    margin-right: 0;
}
.comm-big-map-results {
    background: rgba(245, 247, 249, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: scroll;
    padding-top: 65px;
}
.comm-big-map-button {
    background-color: #cc0911;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 11px 25px 10px 25px;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}
.comm-big-map-button:hover {
    color: white;
    background-color: #f5131d;
}
.comm-gallery-image {
    width: 100%;
}
.comm-lot-detail-box {
    background: #fff;
    width: 200px;
    display: block;
    padding: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 10000;
}
.comm-lot-detail-box .nproperty__make {
    font-size: 9px;
}
.comm-lot-detail-btn {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px;
}
.comm-lot-detail-btn:hover,
.comm-lot-detail-btn:focus {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    color: #fff;
}

.comm-lot-legend {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.comm-lot-legend-status {
    display: inline-block;
    content: " ";
    background-color: green;
    border-radius: 50px;
    margin-right: 8px;
    width: 10px;
    height: 10px;
}
.comm-block {
    background-position: 50%;
    background-size: cover;
    display: block;
    width: auto;
    padding: 200px 0;
    color: #fff;
}
.comm-block__paragraph {
    max-width: 500px;
    font-size: 16px;
    margin-bottom: 30px;
}
.comm-block__button {
    background: transparent;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 15px;
    border: 2px solid #fff;
    border-radius: 5px;
}
.comm-block__button:hover {
    background-color: #122951;
    border-color: #122951;
    color: #fff;
}
.comm-block__button img {
    height: 16px;
    margin-top: 1px;
    margin-right: 5px;
}
@media screen and (max-width: 1000px) {
    .comm-big-map-sidebar {
        width: 45%;
    }
}
@media screen and (max-width: 800px) {
    .community-share-quote-wrapper {
        margin-top: 20px;
    }
    .comm-big-map {
        height: auto;
    }
    .comm-big-map-select {
        padding: 15px 20px;
    }
    .comm-big-map-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        overflow: visible;
    }
    .comm-big-map-results {
        position: relative;
        padding-top: 0;
    }
    .community-tab blockquote {
        max-width: none;
    }
}
@media screen and (max-width: 600px) {
    .community-tab {
        padding: 30px 20px;
    }
    .comm-map-message {
        display: block;
    }
}
.ntabs {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ntabs.toggle li a {
    background-color: #9fa6a9;
}
.ntabs.toggle li a:hover {
    background-color: #237e62;
    color: white;
}


/*.ntabs li a.ntabs__tab:hover,
.unit-footer__cta, .nearby-amenities .nearby-amenities__nav h2,
.comm-lot-detail-btn, .nproperty__location-icon {
    background-color: #237e62;
    text-decoration: none;
}*/

.ntabs__tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #9fa6a9;
    padding: 24px 20px;
    text-align: center;
    color: white;
}
.ntabs-single-comm.ntabs-single-comm .ntabs__tab {
    font-size: 14px;
    line-height: 1.2;
}
.ntabs-single-comm.ntabs-single-comm li {
    width: 100%;
}

.ntabs__outer-wrapper {
    /*background-color: rgba(35,126,98,0.9);*/
    opacity: 0.9;

}

.nproperty__location-icon {
    background-color: #007437;
}

.nproperty__location a {
    color: rgba(18,41,81,0.7);
}
.nproperty__location-button {
    font-size: 9px;
    color: #9fa6a9;
    text-transform: uppercase;
}


.unit-footer__cta{
    display: block;
    /*background-color: #237e62;*/
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    -webkit-transition: -webkit-transform 150ms ease-out, -webkit-box-shadow 150ms ease-out;
    transition: -webkit-transform 150ms ease-out, -webkit-box-shadow 150ms ease-out;
    -o-transition: transform 150ms ease-out, box-shadow 150ms ease-out;
    transition: transform 150ms ease-out, box-shadow 150ms ease-out;
    transition: transform 150ms ease-out, box-shadow 150ms ease-out, -webkit-transform 150ms ease-out, -webkit-box-shadow 150ms ease-out;
}

.unit-footer__cta:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 0 0px 20px 0px rgba(0,0,0,0.4);
}
.unit-footer__cta h3 {
    font-style: normal;
    letter-spacing: 0;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 30px;
    line-height: 40px;
}

.community-tab h2 {
    color: #2c3031;
    font-size: 45px;
    font-weight: 300;
    max-width: 700px;
    margin-bottom: 35px;
}

.modal-mask .modal-body{
    padding: 20px 50px;
    background-color: #fff;
    margin: 20px 0;
}
.modal-mask .modal-header,
.modal-mask .modal-footer {
    padding: 35px 45px;
    border-bottom: 0;
    min-height: 16.428571429px;
}

.modal-mask .modal-footer, .modal-mask .modal-header {
    border: 0;
}
.modal-mask .modal-footer {
    margin-top: 0;
    text-align: right;
    border-top: 0;
    zoom: 1;
}

.modal-mask .modal-footer .btn {
    background: #cc0911;
    color: #fff;
    margin-top: 15px;
    border: 2px solid transparent;
    border-radius: 2px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 0.95em !important;
    letter-spacing: -0.05em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

.modal-mask .modal-footer .btn:hover{
    background: #122951;
    color: #fff;
    border: 2px solid #415373;
}

#lot-selectorSelectBoxItOptions li.selectboxit-option-first {
    display: none;
}

/*map pop design */
.single-pop-location-info{
    width: auto !important;
    font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.single-pop-location-info img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
}
.single-pop-location-info strong {
    color: #122951;
    font-size: 15px;
}

@media (max-width: 767px){
    .single-pop-location-info{
        width: 300px !important;
    }
}

/*end map pop design */

.modal-mask .modal-header h5 {
    font-size: 1.65em;
    color: #122951;
}

.modal-mask .selectboxit .selectboxit-arrow-container .fa-angle-down {
    margin: 0;
    color: #cc0911;
    font-size: 1.1em;
}

.modal-mask .selectboxit-text {
    color: #cc0911;
    font-weight: 700;
    font-size: 1.1em;
    width: 120px;
}

.modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}
.nproperty__location-icon {
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    padding: 7px;
    margin-right: 8px;
}
.c-legend__container {
    margin-bottom: 30px;
}
.c-legend {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    margin-right: 25px;
}
.c-legend::before {
    display: inline-block;
    content: " ";
    background-color: green;
    border-radius: 50px;
    margin-right: 8px;
    width: 10px;
    height: 10px;
}
.community-tab .c-legend {
    display: block;
    margin-bottom: 10px;
}
.c-legend--green::before {
    background-color: #73e566;
}
.c-legend--yellow::before {
    background-color: #ffbd66;
}
.c-legend--red::before {
    background-color: #e06b70;
}
.c-legend--blue::before {
    background-color: #a0b5d9;
}
.c-legend--grey::before {
    background-color: #cacbcd;
}

.ntabs li.active a.ntabs__tab,
blockquote:before,
.amenities h5,
.amenities-list .fa-li {
    color: #007437;
    text-decoration: none;
}

ul.toggle li a i {
    padding: 0 15px 0 0;
    font-size: 1.2em;
}

ul.toggle li a.nav-link {
    text-decoration: none !important;
    padding: 18px 0;
    display: block;
    font-weight: 700;
    letter-spacing: -0.05em;
    width: 100%;
    color: #fff;
    background-color: transparent;
}

ul.toggle li a.nav-link.active {
    background-color: #fff;
    color: #237e62
}

.amenities-list {
    margin-left: 20px;
    margin-bottom: 40px;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
@media (max-width: 600px) {
    .ntabs-single-comm {
        display: block;
    }
}
.place__places-wrapper {
    display: block;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
}
.place {
    background-color: white;
    display: inline-block;
    width: 560px;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 200ms ease-out;
    transition: -webkit-box-shadow 200ms ease-out;
    -o-transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
.place:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.place a:hover {
    color: inherit;
}
.place__location {
    color: #9fa6a9;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.place__title {
    color: #122951;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #122951;
    -webkit-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out;
}
.place:hover .place__title {
    color: #cc0911;
}
.place__logo {
    float: right;
    max-width: 80px;
}
.place__desc {
    color: #122951;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
    height: 100px;
    overflow: hidden;
}
.place__info {
    position: relative;
}
.place__info-title {
    color: #122951;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 700;
    position: relative;
    z-index: 20;
    -webkit-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}
.place__info-title::after {
    -webkit-transition: color 200ms ease-out, border-color 200ms ease-out;
    -o-transition: color 200ms ease-out, border-color 200ms ease-out;
    transition: color 200ms ease-out, border-color 200ms ease-out;
    display: inline-block;
    width: 14px;
    line-height: 14px;
    height: 14px;
    font-size: 12px;
    margin-left: 5px;
    text-align: center;
    font-style: italic;
    content: "i";
    font-family: serif;
    color: #122951;
    border-radius: 20px;
    border: 1px solid #122951;
}
.place__info-popup {
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    background-color: #122951;
    padding: 50px 20px 20px 20px;
    color: white;
    font-size: 11px;
    -webkit-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.place__info:hover .place__info-popup {
    opacity: 1;
}
.place__info:hover .place__info-title {
    color: white;
}
.place__info:hover .place__info-title::after {
    color: white;
    border-color: white;
}
.place__status-wrapper {
    margin-top: 10px;
}
@media screen and (max-width: 1200px) {
    .place__places-wrapper {
        padding: 20px;
    }
    .place {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.nearby-amenities{
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-size: 0;
    height: 600px;
    clear: both;
}
.nearby-amenities__nav.nearby-amenities__nav {
    width: 30%;
    height: 100%;
    display: inline-block;
}
.nearby-amenities__nav.nearby-amenities__nav h2 {
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    color: white;
    padding: 20px 30px 45px;
    margin-bottom: 0;
    height: 11%;
}
.nearby-amenities__list.nearby-amenities__list {
    display: block;
    padding: 20px 30px;
    font-size: 14px;
    height: 89%;
    overflow: auto;
}
.nearby-amenities__list.nearby-amenities__list li {
    display: block;
    margin: 5px 0;
}
.nearby-amenities__map.nearby-amenities__map {
    width: 70%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #dbebcd;
}
.nearby-amenities__map.nearby-amenities__map #map {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    top: 0;
    right: 0;
}
.nearby-amenities__place-distance {
    float: left;
    width: 60px;
    font-weight: 600;
    margin-right: 5px;
}
.nearby-amenities__place-name {
    display: block;
    margin-left: 65px;
}
@media screen and (max-width: 1200px) {
    .nearby-amenities.nearby-amenities {
        height: auto;
    }
    .nearby-amenities__nav.nearby-amenities__nav {
        height: 400px;
        width: 100%;
        display: block;
    }
    .nearby-amenities__nav.nearby-amenities__nav h2 {
        max-width: none;
    }
    .nearby-amenities__map.nearby-amenities__map {
        height: 400px;
        width: 100%;
    }
    .nearby-amenities__map.nearby-amenities__map #map {
        float: none;
    }
}
@media screen and (max-width: 600px) {
    .nearby-amenities__nav.nearby-amenities__nav {
        height: auto;
    }
    .nearby-amenities__nav.nearby-amenities__nav h2 {
        height: auto;
    }
    .nearby-amenities__list.nearby-amenities__list {
        height: auto;
    }
}

.notificationMssg{
    font-size: 9px;
}