.floorplans-figure {
    position: relative;
    background-color: #ffffff;
}
.floorplans-figure .col-36-12 > h3 {
    color: #000;
    font-size: 2rem;
    line-height: 1.2em;
    position: relative;
    top: -2rem;
}
.contain-cards {
    transition: opacity .7s;
}
@media only screen 
and (min-width : 961px) {
    .floorplans-figure {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .floorplans-figure .col-36-12:nth-child(1) h3 {
        margin-left: 27%;
    }
    .floorplans-figure .col-36-12:nth-child(2) h3 {
        margin-left: 39%;
    }
    .floorplans-figure .col-36-12:nth-child(3) h3 {
        margin-left: 58%;
    }
}
@media only screen 
and (max-width : 961px) {
    .floorplans-figure {
        padding-top: 7rem;
        padding-bottom: 12rem;
    }
    .floorplans-figure .col-36-12 > h3 {
        top: 0;
    }
    .floorplans-figure .col-36-12 h3 {
        text-align: center;
    }
}



.overflow__content {
    height: 100%;
    overflow: auto;
}
/* Contain Cads */
.contain-cards {
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
    opacity: 0;
    pointer-events: none;
}
.contain-cards.show {
    opacity: 1;
    pointer-events: all;
}
.contain-cards .overflow {
    overflow-y: auto;
}
.contain-cards__head {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FCC643;
    border-radius: 15px 0 0 0;
    padding: 0 20px;
}
.contain-cards__head h3 {
    font-weight: 800;
    color: #000;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 0.06px;
}
.contain-cards__head i {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.florplans-card > a {
    background-color: #fff;
    padding: 20px;
    display: block;
}
.florplans-card__boxes {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.florplans-card__boxes__left {
    flex: 0 1 294px;
    max-width: 294px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 22px;
}
.florplans-card__boxes__left figure {
    flex: 0 1 74px;
    max-width: 74px;
    margin-right: 20px;
}
.florplans-card__boxes__left figure img {
    width: 100%;
    height: auto;
}
.florplans-card__description {
    flex: 1;
}
.florplans-card__description h3 {
    font-size: 22px;
    line-height: 1.45em;
    letter-spacing: 0.07px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}
.florplans-card__description p {
    font-size: 16px;
    line-height: 1.43em;
    letter-spacing: 0.05px;
    font-weight: 400;
    color: #000;
}
.florplans-card__boxes__right {
    border-left: 1px solid #000000;
    flex: 1;
    max-width: 100%;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 77px;
}
.florplans-card__boxes__right span {
    font-size: 10px;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}
.florplans-card__boxes__right h4 {
    font-weight: 800;
    font-size: 26px;
    line-height: 1.4em;
    letter-spacing: 0.08px;
    color: #000000;
}
@media only screen and (min-width : 961px) {
    .contain-cards {
        width: 457px;
        position: absolute;
    } 
    .contain-cards .overflow {
        height: 248px;
    }
    .contain-cards .overflow.only {
        height: 124px;
    }
}
@media only screen and (max-width : 960px) {
    .contain-cards {
        margin-top: 60px;
        height: auto!important;
    }
    .contain-cards__head {
        display: none;
    }
    .contain-cards .overflow {
        padding: 1rem 0;
        overflow: hidden;
    }
    .contain-cards .florplans-card {
        margin-bottom: 1.5rem;
        border-radius: 1.5rem 0 1.5rem 0;
        overflow: hidden;
    }
}

.overflow__content::-webkit-scrollbar {
  -webkit-appearance: none;
    width: 7px;
    background-color: #ffffff;
}

.overflow__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.mapplic-container {
    height: 570px!important;
}
@media only screen and (max-width : 960px) {
    .mapplic-container {
        height: 320px !important;
    }
}