.map-container {
    margin-top: 100px;
}

.mapParentDiv {
    height: 750px;
    flex: 1;
}

#map {
    height: 100%;
}

.MapTitle {
    background-color: white;
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: auto;
    height: 750px;
    width: 25%;
}

.attr_title {
    font-weight: bold;
    font-size: 15px;
}

.activebtn {
    background-color: #6956b5;
    color: white;
}

.dropdown-toggle {
    width: 78% !important;
    color: #565656 !important;
    background-color: #ffffff !important;
    border: 1px solid #6c757d !important;
    position: relative;
    text-align: left !important;
}
.dropdown-toggle::after {
    right: 8px;
    position: absolute;
    top: 15px;
}
.dropdown-toggle:focus {
    box-shadow: none !important;
}
.dropdown-menu {
    width: 230px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.dropdown-menu input {
    border-radius: 10px;
    padding-right: 30px;
    margin-top: -8px;
}
.dropdown-menu input:focus {
    box-shadow: none;
}
.CityList {
    height: 300px;
    overflow: auto;
    border: none;
    border-radius: 10px;
}
.SearchCityIcon {
    position: absolute;
    float: right;
    top: 8px;
    right: 5px;
}

#CityInfoList {
    display: none;
    justify-content: space-between;
    margin-left: 35px;
    overflow: auto;
    height: 750px;
}

.aboutnewsgrid {
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000005;
    margin-bottom: 20px;
    /* width: 49% !important; */
    height: 200px;
}

.aboutcard div {
    height: 125px;
    overflow: auto;
}
.aboutcard div p {
    font-size: 13px;
}

.small-font-size {
    font-size: 13px;
}
.LocalIcon {
    /* width: 20px;
    height: 20px; */
    margin-bottom: 3px;
}
.bankCheckbox{
    max-height: 210px;
    overflow: auto;
}
@media screen and (max-width: 992px) {
    .map-container {
        max-width: 1000px !important;
    }
}
@media screen and (max-width: 768px) {
    .map-container {
        margin-top: 100px;
        max-width: 980px !important;
    }

    .map-container > div {
        flex-direction: column;
    }
    .mapParentDiv {
        margin-top: 20px;
        flex: auto;
        width: 100%;
    }
    .MapTitle {
        width: 100%;
    }
    #CityInfoList {
        margin-left: -12px;
    }
}
