#namayande_cards .row{
    display: flex;
    flex-wrap: wrap;

}
#namayande_cards .row .col{
    margin-bottom: 20px;
}

.namayande-header{
    font-size: 35px;
    line-height: 30px;
    color: #2E3192;
    margin-bottom: 35px;
    text-align: center;
}
.custom-card-font{
    color: #393838;
    font-size: 14px;
}
.select2-selection {
    font-size: 14px;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    height: 40px !important;
}
.custom-card-namayande{
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 50%);
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 582px;
    height: 100%;
}
.btn-insta {
    display: block;
    width: 100%;
    border: 1px solid #2E3192;
    color: #2E3192;
    transition: 0.5s;
}
.btn-insta:hover{
    background-color: #2E3192;
    color: white;
}
.search-namayande-btn{
    background-color: #2E3192;
    color: white;
}
iframe{
    width:100%;
    height: 250px;
    padding-bottom: 15px;
    border-top-left-radius:calc(.25rem - 1px);
}
.city-filter {
    display: flex;
    /*float: right;*/
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    /*border: 2px solid var(--color1);*/
    border-radius: 15px;
    margin-top: 11px;
    flex-direction: column;
    color: #fff;
    background: var(--color2);
    text-align: center;
}
.city-filter-title {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid var(--color3);
    padding-bottom: 10px;
}
.search-namayande-btn {
    background-color: var(--color1);
    color: white;
}
.city-filter ul {
    width: 100%;
    margin-top: 15px;
    padding: 0;
}
.city-filter ul li {
     width: 100%;
     padding: 10px 12px;
     cursor: pointer;
    list-style: none;
}
.white-color {
    color: white;
}