#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 #ccc;
    border-radius: 15px;
    margin-top: 11px;
    flex-direction: column;
    color: #e8e8f2;
    background: #2f348f;
}
@media (max-width: 1080px) {
    .city-filter {
        float: unset;
    }
}
.city-filter ul{
    width: 100%;
}
.city-filter ul li {
    width: 100%;
    padding: 5px 0;
    padding: 7px 12px ;
    cursor: pointer;
}
.city-filter ul li:hover {
    background: #fdd579 !important;
    border-bottom-right-radius: 15px;
    color: #30368c;
    border-top-left-radius: 15px;
}
.white-color{
    color: white;
}
.city-filter-title {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #fdd579;
    padding-bottom: 7px;
}



