@media(min-width:1100px)
{
	.lawyer-single-Lawyer-address-container {
		max-width: 290px;
	}
}
.lawyer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 20px;
}

.lawyer-header-first-title {
  color: #0b4266;
  font-size: 43px;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}

.lawyer-header-title {
  margin-bottom: 30px;
}

.lawyer-header-title-container {
  display: flex;
  gap: 15px;
}

.lawyer-header-title-img {
  width: 65px;
  height: 65px;
  margin-top: -15px;
}

.lawyer-header-second-title {
  color: #967e42;
  font-size: 33px;
  font-weight: 800;
  display: block;
}

.lawyer-header-search-icon {
  width: 28px;
}

.lawyer-header-input-container {
  display: flex;
  gap: 5px;
}

.lawyer-header-input {
  border-radius: 8px;
  border: 1px solid #0b4266;
  padding-right: 5px;
  width: 100% !important;
  margin: 0px !important;
}

.lawyer-header-input::placeholder {
  color: #a9a9a9;
  padding-right: 5px;
}

.lawyer-header-search-btn {
  display: flex;
  align-items: center;
  padding: 8px;
  background-color: #f41b3b;
  border: none;
  border-radius: 8px;
}

.search-path {
  stroke: #ffffff;
}

.lawyer-landing-description {
  color: #023766;
  text-align: justify;
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lawyer-best-list-container {
  max-width: 900px;
  margin: auto;
}

.lawyer-best-list-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.lawyer-best-list-title {
  color: #023766;
  font-size: 23px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.lawyer-best-list-header-right-border {
  height: 1px;
  width: 235px;
  background: #5d5d5d;
  background: linear-gradient(
    90deg,
    rgba(93, 93, 93, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.lawyer-best-list-header-left-border {
  height: 1px;
  width: 235px;
  background: #5d5d5d;
  background: linear-gradient(
    270deg,
    rgba(93, 93, 93, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.lawyer-best-list-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 30px;
}

.lawyer-best-list-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.lawyer-best-list-item-svg-container {
  background-color: #eaeaea;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lawyer-best-list-item-name {
  color: black;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
}

.lawyer-lawyersList-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.lawyer-lawyersList-header {
  background-color: #023766;
  display: flex;
  border-radius: 15px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: auto;
  padding-top: 15px;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.lawyer-lawyersList-header span {
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
}

.lawyer-lawyersList-header-item-active {
  border-bottom: 3px solid #967e42;
  color: #967e42;
  font-size: 15px;
  border-radius: 2px;
}

.lawyer-single-lawyer-container {
  border: 1px solid #b3b3b3;
  border-radius: 19px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.lawyer-single-lawyer-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  background-color: #023766;
  padding: 10px;
  border-radius: 19px;
}

.lawyer-single-lawyer-img {
  width: 185px;
  height: 185px;
  object-fit: cover;
  border-radius: 14px;
}

.lawyer-single-lawyer-sicial-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 15px;
}

.lawyer-single-lawyer-sicial {
  border-radius: 50%;
  border: 2px solid #1b4b75;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

a.lawyer-single-lawyer-sicial svg {
  height: 13px;
  width: 13px;
}

.lawyer-single-lawyer-detail-title {
  font-size: 12px;
  margin: 0px;
  text-align: center;
  font-weight: bolder;
  color: #967e42;
}

.lawyer-single-Lawyer-bio-container {
display: flex;
flex-direction: column;
gap: 15px;
max-width: 700px;
flex: 1;
justify-content: space-between;
min-width: 0px;
}

.lawyer-single-Lawyer-bio-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lawyer-single-Lawyer-bio-header-name {
  font-size: 18px;
  font-weight: 900;
  color: #967e42;
  margin: 0px;
}

.lawyer-single-Lawyer-bio-header-left {
  display: flex;
  align-items: center;
}

.lawyer-single-Lawyer-bio-header-left span {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #023766;
}

.lawyer-single-Lawyer-bio-header-left div {
  height: 2px;
  background-color: #023766;
  width: 70px;
}

.lawyer-single-Lawyer-bio-header-see-profile {
  color: white;
  background-color: #023766;
  border-radius: 19px;
  text-decoration: none;
  padding: 4px 15px;
  font-size: 14px;
  border: 1px solid #023766;
  transition: 0.5s;
}

.lawyer-single-Lawyer-bio-header-see-profile:hover {
  background-color: white;
  color: #023766;
}

.lawyer-single-Lawyer-bio-description-text {
  font-size: 14px;
  color: #023766;
  line-height: 28px;
  text-align: justify;
}

.lawyer-single-Lawyer-bio-experts {
  font-size: 14px;
  color: #967e42;
  margin-bottom: auto;
}

.lawyer-single-Lawyer-bio-experts a {
  text-decoration: dashed;
  color: #967e42;
}

.lawyer-single-Lawyer-bio-phoneNumbers {
  display: flex;
  gap: 20px;
}

.lawyer-single-Lawyer-bio-phoneNumbers-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.lawyer-single-Lawyer-bio-phoneNumbers-icon {
  background-color: #023766;
  border-radius: 50%;
  margin-left: -20px;
  padding: 5px;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.lawyer-single-Lawyer-bio-phoneNumbers-number {
  border-radius: 19px;
  border: 1px solid #023766;
  color: #023766;
  border-right: none;
  padding: 0px 24px 0px 10px;
  background-color: #f1f1f1;
}

.lawyer-single-Lawyer-address-container {
   padding-right: 1rem;
    border-right: 1px solid #c2c2c2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 345px;
}

.lawyer-single-Lawyer-address-img {
  width: 100%;
  border-radius: 12px;
}

.lawyer-single-Lawyer-address-navigate {
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: #023766;
  border-radius: 19px;
  color: white;
  text-decoration: none;
  width: fit-content;
  padding: 5px 13px;
  font-size: 12px;
  margin-top: -20px;
  z-index: 2;
  position: relative;
  border: 1px solid #023766;
  transition: 0.5s;
  margin-bottom: auto;
}

.lawyer-single-Lawyer-address-navigate:hover {
  color: #ffffff;
  background-color: #023766a3;
}

.lawyer-single-Lawyer-address-text {
    color: #967e42;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    white-space: wrap;
}

.lawyer-page-text {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  gap: 20px;
}

.lawyer-page-text p {
  text-align: justify;
  color: #023766;
  font-size: 16px;
  line-height: 25px;
}

.lawyer-single-Lawyer-bio-desktop-see-profile {
  display: none;
}

.lawyer-blog-container {
  position: relative;
}

.lawyer-background-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

.lawyer-blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lawyer-blog-header h2 {
  color: #023766;
  font-size: 23px;
  margin: 0px;
}

.lawyer-blog-header a {
  color: #023766;
  font-size: 14px;
  margin: 0px;
  text-decoration: none;
}

.lawyer-blog-items-container {
  margin-top: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lawyer-blog-item {
  border-radius: 19px;
  border: 1px solid #023766;
  overflow: hidden;
}

.lawyer-blog-item-img-container {
  width: 100%;
  position: relative;
}

.lawyer-blog-item-img-container img {
  width: 100%;
}

.lawyer-blog-item-img-container p {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 20px;
  color: white;
  font-size: 14px;
  text-align: center;
}

.lawyer-blog-item-caption-container {
  padding: 20px 15px;
  background-color: white;
}

.lawyer-blog-item-caption-container a {
  text-decoration: none;
}

.lawyer-blog-item-caption-container a h3 {
  color: #023766;
  font-size: 16px;
  margin: 0px;
}

.lawyer-faq-header h3 {
  font-size: 22px;
  margin: 0px;
}

.lawyer-faq-container {
  margin-top: 2rem;
}

.lawyer-faq-item-container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 20px;
}

.lawyer-faq-item {
  border: 1px solid gray;
  border-radius: 14px;
  padding: 15px;
}

.lawyer-faq-item-question {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin: 0px;
}

.lawyer-faq-item-answer {
  margin: 0px;
  padding-top: 15px;
}

@media (max-width: 1400px) {
  .lawyer-single-Lawyer-bio-container {
    max-width: 500px;
  }
}

@media (max-width: 1100px) {
  .lawyer-single-Lawyer-bio-header-see-profile {
    white-space: nowrap;
  }

  .lawyer-single-Lawyer-address-container {
    padding-right: 0px;
    border-right: none;
  }

  .lawyer-best-list-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lawyer-single-lawyer-container {
    flex-direction: column;
  }

  .lawyer-single-lawyer-detail {
    flex-direction: row;
    justify-content: center;
  }

  .lawyer-single-lawyer-img {
    width: 105px;
    height: 105px;
    border-radius: 14px;
  }

  .lawyer-single-Lawyer-bio-header-left {
    display: none;
  }

  .lawyer-single-Lawyer-bio-desktop-see-profile {
    display: block;
    margin: auto;
    width: fit-content;
    color: #023766;
    background-color: white;
    text-decoration: none;
    border-radius: 19px;
    padding: 5px 12px;
    margin-top: 15px;
  }

  .lawyer-single-Lawyer-bio-phoneNumbers {
    justify-content: center;
  }

  .lawyer-blog-items-container {
    margin-top: 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .lawyer-header {
    flex-direction: column-reverse;
    align-items: start;
  }

  .lawyer-best-list-title {
    white-space: nowrap;
  }

  .lawyer-best-list-header-right-border {
    width: 120px;
  }

  .lawyer-best-list-header-left-border {
    width: 120px;
  }

  .lawyer-best-list-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    max-height: 300px;
    overflow: auto;
    margin-top: 2rem;
  }

  .lawyer-single-lawyer-container {
    flex-direction: column;
  }

  .lawyer-lawyersList-header {
    flex-wrap: wrap;
    gap: 8px;
  }

  .lawyer-header-left-sec img {
    max-width: 90%;
    margin: auto;
    display: block;
  }

  .lawyer-header-title-container {
    gap: 0px;
  }

  .lawyer-header-title-container {
    flex-direction: column;
  }

  .lawyer-header-title-img {
    width: 45px;
    height: 45px;
    margin-top: 0px;
  }

  .lawyer-best-list-item {
    justify-content: start;
    padding-right: 25px;
  }

  .lawyer-best-list-header {
    margin-bottom: 0px;
  }

  .lawyer-best-list-item-name {
    font-size: 14px;
  }

  .lawyer-single-lawyer-detail {
    flex-direction: row;
  }

  .lawyer-single-lawyer-img {
    width: 90px;
    height: 90px;
    border-radius: 14px;
  }

  .lawyer-single-Lawyer-bio-header-left {
    display: none;
  }

  .lawyer-single-Lawyer-bio-desktop-see-profile {
    display: block;
    margin: auto;
    width: fit-content;
    color: #023766;
    background-color: white;
    text-decoration: none;
    border-radius: 19px;
    padding: 5px 12px;
    margin-top: 15px;
  }

  .lawyer-single-Lawyer-bio-phoneNumbers {
    justify-content: center;
  }

  .lawyer-blog-items-container {
    flex-wrap: wrap;
  }

  .lawyer-blog-item {
    width: 100%;
  }

  .lawyer-header-right-sec {
    width: 100%;
  }

  .lawyer-header-first-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .lawyer-blog-items-container {
    margin-top: 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lawyer-blog-item-caption-container a h3 {
    color: #023766;
    font-size: 14px;
    margin: 0px;
  }

  .lawyer-blog-item-caption-container {
    padding: 10px;
  }

  .lawyer-blog-header {
    flex-direction: column;
    gap: 10px;
  }
}
