section.member-sec {
    background: #F1F7FE;
    padding-bottom: 74px;
}
.member-box {
    background: white;
    padding: 30px 35px;
    width: 93%;
}

.quest-headings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #7070702b;
    padding-bottom: 14px !important;
}
.membr {
    padding-top: 50px;
    justify-content: center;
    display: flex;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
  }
  
  .searchTerm {
    width: 100%;
    border: 1px solid #8e8e8e4f;
    padding: 5px 20px;
    font-family: "GTWalsheimPro-Medium";
    height: 41px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #580000;
}
input.searchTerm::placeholder{
    color: #616161;
    font-family: "GTWalsheimPro-Medium";
    font-size: 13px;
}
  .searchTerm:focus{
    color: #00B4CC;
  }
  
  .searchButton {
    width: 33px;
    height: 29px;
    border: 1px solid #0362A8;
    background: #0362A8;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin-left: -38px;
    margin-top: 6px;
}
select#exampleFormControlSelect1{
    color: #616161;
    font-family: "GTWalsheimPro-Medium";
  }

  .searxh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #7070702b;
}
.sort {
    padding-top: 17px;
}
.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #8e8e8e4f !important;
    box-shadow: unset;
}
.card-tite {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

 p {
    color: #7B849E;
    font-family: "Poppins-Medium";
    font-size: 12px;
    margin-bottom: 0 !important;
}

.card-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.card-extra-text {
    left: 11px !important;
}
/* .flenk{
    margin-left: 31px;
} */
/* .id-persom-cards .card-person img {
    width: 100%;
    object-fit: contain;
    height: 199px;
} */
.id-persom-cards .card-person img {
	width: 100%;
	object-fit: fill;
	height: 199px;
	margin-bottom: 10px;
}

.flenk .btn {
    width: 117px;
  }
  .flenk .btn svg {
    margin-right: 7px;
  }
.flenk {
    display: flex;
    justify-content: space-between;
    margin: 0;
    gap: 20px;
}
.age-here {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
section.member-sec  span {
    color: #001524;
    font-size: 14px;
    margin-right: 15px;
}
p.card-text {
    margin: 13px 0 !important;
}
.id-persom-cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.attraction-img img {
    width: 100%;
}

.attraction-img {
    width: 100%;
    padding: 10px;
}

.card-extra-text {
    width: 100%;
}

.card-extra-text .btn {
    width: 92%;
    background-color: #0362A8;
}
.load-btn.text-center .btn {
    background-color: #0362A8;
    width: 129px;
    padding: 9px;
    font-size: 13px;
}
.card-person {
    background: #F1F7FE;
    margin: 15px 0;
    width: 30%;
    min-height: 420px;
}
.load-btn {
    padding-top: 20px;
}
.card-person h5 {
    color: #292b2c;
}
@media (max-width:580px) {
    .card-person {
        width: 100%;
    }
}
@media (max-width:768px) {
    .card-person {
        width: 50%;
    }
    .id-persom-cards {
        justify-content: center;
    }
}
/* .notification-icon span {
    left: 8px !important;
    top: -8px !important;
    padding: 1px 6px !important;
} */
.main_heading .partner_number {
    color: #0362a8;
    font-size: 16px;
}