.headingMap {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #2f3043;
    padding: 10px 0 10px 15px;
    background: #f3f3f3;
}
.searchFieldContainer {
    position: relative;
    margin: 24px 0 40px 0;
    max-width: 504px;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 0 solid #999;
}
.searchFieldContainer .bootLabel {
    font-size: 12px;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: -12px;
    left: 11px;
    background: #fff;
    height: 20px;
    width: auto;
    padding: 0 6px;
    color: #797a86;
}
.searchFieldContainer input::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #797a86;
}
.searchFieldContainer .invalid-feedback {
    position: absolute;
    padding-left: 16px;
}
.searchFieldContainer img.searchimg {
    position: absolute;
    top: 0;
    right: 16px;
    width: 24px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.searchResultMapContainer .Mapwd40 {
    max-height: 450px;
    overflow-y: scroll;
    float: left;
    scrollbar-color: red #f3f3f3;
    scrollbar-width: thin;
}
.searchResultMapContainer .Mapwd40 div {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-top: 22px;
    padding: 0 15px 22px 15px;
}
.searchResultMapContainer .Mapwd40 .topPadding {
    margin-top: 12px;
    margin-bottom: 0;
}
.searchResultMapContainer .Mapwd40 p {
    line-height: 32px;
    font-size: 20px;
    color: #2f3043;
    letter-spacing: normal;
    margin-bottom: 0;
}
