.our-attorneys {
  padding: 60px 0 130px;
}
.team-box {
  margin-bottom: 35px;
}
.team-box .link-btn {
  font-size: 16px !important;
}
.team-box .link-btn svg {
  width: 26px !important;
}
.our-attorneys-details ul {
  margin: -20px 0 15px;
  padding-left: 17px;
}
.our-attorneys-details ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Inter';
  color: rgba(78, 80, 102, 1);
	list-style-type: disc;
}
.ajax-loader {
  max-width: 38px;
  height: 38px;
}
.link-btn .btn-arrow {
  top: 3px;
}
.our-attorneys .text-md {
  margin-bottom: 6px;
  font-family: 'Raleway';
}
.our-attorneys .text-md a:hover {
  color: #5E5EFF !important;
}
.our-attorneys [class*="col-"] {
  padding-bottom: 20px;
}
.team-img {
  height: 260px;
}

/* Our Attorneys Details CSS */
.our-attorneys-details {
  padding: 60px 0 120px;
}
/* .our-attorneys-details img.img-fluid {
height: 240px;
  object-fit: cover;
  object-position: top;
} */
.about-member {
  padding-left: 0 !important;
}
.about-member .text-lg {
  color: rgba(5, 9, 59, 1);
  margin-bottom: 0;
}
.about-member span {
  display: flex;
  font-size: 26px;
  line-height: 36px;
  color: rgba(78, 80, 102, 1);
  margin-bottom: 30px;
}
.about-member p {
  margin-bottom: 0;
}
.about-member p strong {
  margin-right: 5px;
  color: #05093B;
}
.about-member p a, .address a {
  color: rgba(78, 80, 102, 1);
}
.about-member p a:hover, .address a:hover {
  color: #5E5EFF;
}

.details {
  border-top: 1px solid rgba(216, 216, 255, 1);
  margin-top: 30px;
  padding-top: 20px;
}
.details p {
  margin-bottom: 30px;
}
.details .text-md {
  color: rgba(5, 9, 59, 1);
}
.social-profile {
  margin: 15px 0;
}
.address h6 {
  color: #05093B;
}

/* Attorney profile layout stability(To fix Layout Shift error in page speed) */
/* Lock attorney profile row height during load */
.single-attorneys .row {
    align-items: stretch;
}

/* Reserve space for left content */
.single-attorneys .col-md-8 {
    min-height: 100px;
}

/* Reserve space for image column */
.single-attorneys .col-md-4 {
    min-height: 100px;
}

.download-btn img {
    width: 12px;
    height: 15px;
    display: inline-block;
}

/* Responsive CSS */
@media screen and (max-width: 1499px) {
  .team-box {
  margin-bottom: 15px;
}
  .our-attorneys, .our-attorneys-details {
    padding-bottom: 80px;
  }
  .about-member span {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1299px) {
  .our-attorneys-details ul {
    margin: 0 0 15px;
  }
  .our-attorneys-details ul li {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .ajax-loader {
    margin-right: 80px;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 991px) {
  
  .our-attorneys, .our-attorneys-details {
    padding-bottom: 40px;
  }
  .team-img {
    height: 340px;
  }
  .about-member span {
    font-size: 20px;
  }
  .link-btn .btn-arrow {
  top: 0px;
}
}

@media screen and (max-width: 767px) {
  .our-attorneys-details ul li {
    font-size: 16px;
    line-height: 28px;
  }
  .link-btn {
    font-size: 16px !important;
  }
  .our-attorneys, .our-attorneys-details {
    padding-top: 50px;
  }
  .details p {
    margin-bottom: 15px;
  }
  .about-member {
    padding: 30px 0 0;
  }
  .details {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 399px) {
  .team-img {
    height: 400px;
  }
}

@media screen and (max-width: 374px) {
   .team-img {
    height: 330px;
  }
}