/*Default ===========================================================================================================*/
.toolTipWrap {
    position: relative;
}

#floorPlanTip.toolTip {
    background: var(--secondary-color);
    border-radius: 30px;
    margin-left: 0px;
    line-height: 1.6em;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 1;
    padding: 10px 6px 16px;
    /* font-weight: 600; */
    font-size: 0.9em;
    text-align: center;
    width: 235px;
    z-index: 200;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    border: 2px solid white;
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.627);
}
@media (max-width: 767px) {
    #floorPlanTip.toolTip {
        display: none !important;
    }
}

#sideImgTip.toolTip {
    top: 5px;
    background: var(--primary-color);
    border-radius: 30px;
    margin-left: 0px;
    line-height: 36px;
    color: var(--text-color);
    box-shadow: 1px 2px 5px 0px rgb(0 0 0 / 70%);
    justify-content: center;
    flex-wrap: wrap;
    right: 7px !important;
    top: 7px !important;
    opacity: 1;
    width: auto;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 4px 18px 5px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    z-index: 200;
    letter-spacing: 0.15em;
    text-transform: capitalize;
}


.toolTip span {
    position: relative;
    color: var(--text-color);
    padding: 5px 0px 4px;
    text-transform: capitalize;
    font-size: 1.4em;
    display: block;
    letter-spacing: 0.05em;
    font-weight: 500;
    width: 100%;
}

.toolTip h6 {
    padding-bottom: 8px;
    padding-top: 18px;
    font-weight: 400 !important;
    display: block;
    margin-bottom: 14px;
    margin-top: 0px;
    font-size: 0.7em;
    letter-spacing: 0.2em;
    color: #fff;
    width:100%;
    display: block;
    text-transform: uppercase;
}
.toolTip h4{
    color: #fff;
    font-size: 0.8em;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 3px;
}

.toolTip h5{
    padding-bottom: 0px;
    margin-top: 4px;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 0px;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #ffffff;
    width:100%;
    text-shadow: none;
    display: block;
    text-transform: normal;
}

.toolTip small {
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 500;
    font-style: italic;
    /* border-top: 1px solid #ffffff; */
    /* line-height: 0px; */
    width: 100%;
    letter-spacing: 0.01em;
    margin-top: 8px;
    padding-top: 0px;
    display: block;
    margin-bottom: 0px;
}

.toolTip em {
    position: relative;
    width: 27px;
    color: #ffffff;
    font-size: 1em;
    background-image: url('../blinc-assets/icons/bath-white.svg');
    background-position: 2px 5px;
    background-repeat: no-repeat;
    background-size: 22px;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    padding-top: 29px;
    margin-left: 10px;
    margin-right: 15px;
    display: inline-block;
}

.toolTip b {
    padding-bottom: 5px;
    padding-top: 0px;
    font-weight: 600 !important;
    display: block;
    color: #ffffff;
    font-size: 1.4em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}


.toolTip u{
    position: relative;
    color: #ffffff;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    background-image: url('../blinc-assets/icons/resize-white.svg');
    background-position: center 4px;
    background-repeat: no-repeat;
    background-size: 22px;
    text-decoration: none;
    display: inline-block;
    padding-top: 29px;
}
.toolTip i{
    font-size: 0.8em;
    font-style: normal;
}
.toolTip strong{
    position: relative;
    color: #ffffff;
    width: 52px;
    font-size: 1em;
    font-weight: 500;
    background-image: url('../blinc-assets/icons/bed-white.svg');
    background-position: center 6px;
    background-repeat: no-repeat;
    background-size: 22px;
    text-align: center;
    text-decoration: none;
    padding-top: 29px;
    margin-left: 4px;
    display: inline-block;
    margin-right: 4px;
}








