.page_title {
  padding: 24px 0 30px;
  background: var(--0b3948);
}
@media (max-width: 1199px) {
  .page_title {
    padding: 24px 0;
  }
}
.page_title .wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
}
@media (max-width: 1199px) {
  .page_title .wrapper {
    gap: 10px;
  }
}
.page_title .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .page_title .section_title {
    font-size: 24px;
  }
}
.page_title .rank-math-breadcrumb {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: var(--style);
}
.page_title .rank-math-breadcrumb .separator {
  margin: 0 5px;
  font-size: 16px;
}
.page_title .rank-math-breadcrumb a {
  text-decoration: underline;
  color: var(--f9a21b);
}
.page_title .rank-math-breadcrumb p {
  margin: 0;
}

.featured {
  margin: 100px 0 40px;
}
@media (max-width: 1199px) {
  .featured {
    margin: 40px 0 20px;
  }
}
@media (max-width: 599px) {
  .featured {
    margin: 20px 0 40px;
  }
}
.featured .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1220px;
}
@media (max-width: 1199px) {
  .featured .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .featured .wrapper {
    padding: 0 30px;
  }
}
.featured .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .featured .section_title {
    font-size: 32px;
    line-height: 125%;
  }
}
@media (max-width: 599px) {
  .featured .section_title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.featured .section_desc {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  color: #748289;
}
.featured .list {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .featured .list {
    gap: 10px;
  }
}
@media (max-width: 899px) {
  .featured .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .featured .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.featured .list .agent {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  border-radius: 8px;
  background: var(--style);
  transition: 0.35s;
}
@media (max-width: 599px) {
  .featured .list .agent {
    padding: 20px 10px;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 6px 8px;
  }
}
@media (hover: hover) {
  .featured .list .agent:hover {
    background: var(--eeeae5);
    border-color: var(--eeeae5);
  }
}
.featured .list .agent.top_rated {
  border: 1px solid #ffd470;
}
@media (hover: hover) {
  .featured .list .agent.top_rated:hover {
    background: var(--eeeae5);
    border-color: var(--eeeae5);
  }
}
.featured .list .agent .tr_label {
  border-radius: 0 4px;
  padding: 3px 12px;
  background: #ffd470;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 125%;
  text-transform: uppercase;
  color: var(--0b3948);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 599px) {
  .featured .list .agent .tr_label {
    font-size: 10px;
  }
}
.featured .list .agent .tr_label svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .featured .list .agent .tr_label svg {
    width: 14px;
    height: 14px;
  }
}
.featured .list .agent .avatar {
  width: 90px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .featured .list .agent .avatar {
    grid-row: span 4;
    width: 60px;
  }
}
.featured .list .agent .name {
  margin-top: 16px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .featured .list .agent .name {
    margin-top: 0;
    font-size: 20px;
  }
}
.featured .list .agent .desc {
  margin-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #7886a1;
}
@media (max-width: 599px) {
  .featured .list .agent .desc {
    margin-top: 0;
    font-size: 14px;
  }
}
.featured .list .agent .phone {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .featured .list .agent .phone {
    margin-top: 0;
  }
}
.featured .list .agent .phone svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured .list .agent .profile_link {
  margin-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--f9a21b);
}
@media (max-width: 599px) {
  .featured .list .agent .profile_link {
    margin-top: 0;
  }
}

.agents {
  margin: 40px 0 80px;
}
@media (max-width: 1199px) {
  .agents {
    margin: 20px 0 40px;
  }
}
@media (max-width: 599px) {
  .agents {
    margin: 40px 0;
  }
}
.agents .wrapper {
  max-width: 1220px;
}
@media (max-width: 1199px) {
  .agents .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .agents .wrapper {
    padding: 0 30px;
  }
}
.agents .search .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .agents .search .section_title {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .agents .search .section_title {
    font-size: 20px;
  }
}
.agents .search .quick_search {
  margin-top: 16px;
  display: flex;
  align-items: start;
  gap: 15px;
}
@media (max-width: 1199px) {
  .agents .search .quick_search {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .agents .search .quick_search {
    flex-direction: column;
    align-items: center;
  }
}
.agents .search .quick_search form {
  flex-shrink: 0;
  width: 612px;
  max-width: 55%;
  display: flex;
  padding: 5px;
  border-radius: 8px;
  background: var(--style);
}
@media (max-width: 1199px) {
  .agents .search .quick_search form {
    width: auto;
    max-width: calc(100% - 390px);
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .agents .search .quick_search form {
    width: 100%;
    max-width: 455px;
  }
}
.agents .search .quick_search form input {
  flex-grow: 1;
  max-width: calc(100% - 100px);
  height: 50px;
  outline: none;
  border: none;
  background-color: none;
  padding: 0 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #3E4552;
}
.agents .search .quick_search form input::-moz-placeholder {
  opacity: 1;
  color: #3E4552;
}
.agents .search .quick_search form input::placeholder {
  opacity: 1;
  color: #3E4552;
}
.agents .search .quick_search form button {
  flex-shrink: 0;
  outline: none;
  border: none;
  min-width: 100px;
  height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--0b3948);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
  cursor: pointer;
  transition: 0.35s;
}
.agents .search .quick_search form button:hover {
  background: #6D7758;
}
.agents .search .quick_search .alphabet {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1199px) {
  .agents .search .quick_search .alphabet {
    flex-shrink: 0;
    width: 100%;
    max-width: 375px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .agents .search .quick_search .alphabet {
    max-width: 100%;
  }
}
.agents .search .quick_search .alphabet li {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #e6e5e3;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.35s;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;
  color: #748289;
}
.agents .search .quick_search .alphabet li:hover {
  background: #ffd470;
  border-color: #ffd470;
  color: var(--0b3948);
}
.agents .agents_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
@media (max-width: 1199px) {
  .agents .agents_list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .agents .agents_list {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
}
.agents .agents_list .agent {
  border-radius: 8px;
  padding: 20px;
  background: var(--style);
  display: grid;
  grid-template-columns: 125px 1fr;
  align-items: start;
  gap: 12px 16px;
  transition: 0.35s;
}
@media (hover: hover) {
  .agents .agents_list .agent:hover {
    background: var(--eeeae5);
  }
}
@media (max-width: 899px) {
  .agents .agents_list .agent {
    padding: 20px 10px;
    grid-template-columns: 60px 1fr;
    gap: 6px 8px;
  }
}
.agents .agents_list .agent .avatar {
  grid-row: span 4;
  width: calc(100% + 12px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid rgba(255, 255, 255, 0.5);
  margin: -6px;
}
@media (max-width: 899px) {
  .agents .agents_list .agent .avatar {
    border: none;
    margin: 0;
    width: 100%;
  }
}
.agents .agents_list .agent .name {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 899px) {
  .agents .agents_list .agent .name {
    font-size: 20px;
  }
}
.agents .agents_list .agent .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #7886a1;
}
@media (max-width: 599px) {
  .agents .agents_list .agent .desc {
    font-size: 14px;
  }
}
.agents .agents_list .agent .location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: var(--0b3948);
}
.agents .agents_list .agent .location svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.agents .agents_list .agent .profile_link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--f9a21b);
}

.counties {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .counties {
    margin: 40px 0;
  }
}
.counties .wrapper {
  max-width: 1220px;
}
@media (max-width: 1199px) {
  .counties .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .counties .wrapper {
    padding: 0 30px;
  }
}
.counties .box {
  border-radius: 8px;
  padding: 20px;
  background: var(--style);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.counties .box .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .counties .box .section_title {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .counties .box .section_title {
    font-size: 16px;
  }
}
.counties .box .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 599px) {
  .counties .box .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.counties .box .list .link {
  border: 1px solid #e6e5e3;
  border-radius: 18px;
  padding: 8px 15px;
  background: #f7f5f2;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .counties .box .list .link {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .counties .box .list .link {
    font-size: 14px;
    padding: 9px 14px;
  }
}
.counties .box .list .link:hover {
  text-decoration: underline;
}

.cities {
  margin: 80px 0 100px;
}
@media (max-width: 1199px) {
  .cities {
    margin: 40px 0 80px;
  }
}
@media (max-width: 599px) {
  .cities {
    margin: 40px 0 60px;
  }
}
.cities .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1220px;
}
@media (max-width: 1199px) {
  .cities .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .cities .wrapper {
    padding: 0 30px;
  }
}
.cities .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .cities .section_title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .cities .section_title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.cities .section_desc {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  color: #748289;
}
@media (max-width: 1199px) {
  .cities .section_desc {
    font-size: 14px;
  }
}
.cities .box {
  margin-top: 40px;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  background: var(--style);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1199px) {
  .cities .box {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .cities .box {
    padding: 15px;
    gap: 16px;
  }
}
.cities .box .title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cities .box .title .short {
  flex-shrink: 0;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffd470;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--0b3948);
}
.cities .box .title .full {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .cities .box .title .full {
    font-size: 20px;
  }
}
.cities .box .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 599px) {
  .cities .box .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cities .box .list .link {
  border: 1px solid #e6e5e3;
  border-radius: 18px;
  padding: 8px 15px;
  background: #f7f5f2;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .cities .box .list .link {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .cities .box .list .link {
    font-size: 14px;
    padding: 9px 14px;
  }
}
.cities .box .list .link:hover {
  text-decoration: underline;
}