.about-team-left {
  width: 45%;
}
.about-team-left .heading-50 {
  margin-bottom: 70px;
}
.about-content-right {
  width: 50%;
}
.about-list-inline ul {
  column-count: 2;
  gap: 90px;
  margin-bottom: 30px;
}
.about-list-inline ul li {
  padding-left: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}

.about-list-inline ul li {
  border-bottom: 1px solid #dbdbdb;
}

.light-gray-bg.client-hm:has(+ .footer-cta) {
  margin-bottom: 0 !important;
}

.orange-bg.google-review-sec {
  background-color: var(--darkblue);
}
.orange-bg.google-review-sec::after {
  border-top: 20px solid var(--darkblue);
}

.block-right p:has(+ a) {
  margin-bottom: 30px;
}
.team-section {
  padding: 100px 0;
}
.team-block {
  width: calc(25% - 25px);
  margin: 0 12px 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.team-block > a {
  display: block;
  border-radius: 10px;
  background-color: var(--white);
  padding: 30px 0px 0px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.team-block .team-name {
  font-size: 22px;
  color: var(--darkblue);
}
.designation {
  font-size: 20px;
  color: #2b2b2b;
}
.team-block > a:hover {
  box-shadow: 0 1px 11px 2px rgb(0 0 0 / 13%);
}
.team-block .designation {
  flex: 1;
}
.team-block .more {
  border-top: 1px solid #f2f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 0 0 10px 10px;
}
.team-block:hover .more {
  background-color: var(--orange);
  color: var(--white);
}
.team-block .more img {
  display: inline-flex;
  margin-right: 10px;
}
.team-block .more img,
.team-contact-info a .icon img {
  filter: invert(49%) sepia(88%) saturate(4748%) hue-rotate(356deg)
    brightness(99%) contrast(101%);
}
.team-block:hover .more img {
  filter: none;
}
.team-block > a > * {
  padding-left: 40px;
  padding-right: 20px;
}

.team-contact-info {
  border-top: 1px solid #dbdbdb;
  padding-top: 30px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.team-contact-info a {
  font-size: 18px;
  margin-bottom: 10px;
}
.team-contact-info a:hover {
  color: var(--orange);
}
.team-contact-info a .icon {
  width: 24px;
  height: 24px;
  background-color: #f2f3f3;
  border-radius: 100%;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.team-contact-info a .icon img {
  width: 13px;
}
.team-contact-info a:not(:first-of-type) {
  margin-left: 30px;
}
.team-detail-content .heading-50:has(+ .designation) {
  margin-bottom: 5px;
}

.right-sidebar-block .heading-24 {
  color: var(--white);
  font-size: 24px;
}

.right-sidebar-block .office-address > li {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar-links ul.res-links li {
  position: relative;
  padding-left: 40px;
}
.sidebar-links ul.res-links li::before {
  position: absolute;
  content: "\f105 ";
  width: 24px;
  height: 24px;
  background: var(--white);
  border-radius: 100%;
  left: 0;
  font-family: "FontAwesome";
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.sidebar-links ul.res-links li:not(:last-of-type) {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-links {
  background-color: var(--light-gray);
  padding: 40px 50px;
  margin-bottom: 50px;
  border-radius: 10px;
}
.sidebar-links ul.res-links li a {
  font-size: 20px;
  font-weight: 500;
  color: #161616;
}
.sidebar-links ul.res-links li:hover > a,
.sidebar-links ul.res-links li.active > a {
  color: var(--orange);
}
.sidebar-links ul.res-links li.active::before,
.sidebar-links ul.res-links li:hover::before {
  background-color: var(--orange);
  color: var(--white);
}
.faq-page .smk_accordion .accordion_in.acc_active {
  background-color: var(--light-gray);
  border-color: var(--light-gray);
}
.faq-page .smk_accordion .accordion_in .acc_head {
  font-size: 18px;
  padding: 0 30px;
  color: var(--paragraph);
}
.faq-page .smk_accordion .accordion_in.acc_active .acc_head {
  font-weight: bold;
}
.faq-page .faq-wrapper,
.testimonial-detail-content {
  align-items: inherit;
}
.faq-page .smk_accordion .accordion_in {
  padding: 20px 0px;
  margin-bottom: 20px;
  cursor: pointer;
}
.faq-page .smk_accordion .accordion_in .acc_content h3,
.faq-page .smk_accordion .accordion_in .acc_content h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--paragraph);
}
.faq-page .smk_accordion .accordion_in .acc_content ul {
  list-style: none;
  counter-reset: alpha-counter;
  margin-top: 20px;
}
.faq-page .smk_accordion .accordion_in .acc_content ul li {
  counter-increment: alpha-counter;
  position: relative;
}
.faq-page .smk_accordion .accordion_in .acc_content ul li::before {
  content: "(" counter(alpha-counter, lower-alpha) ") ";
  position: absolute;
  background: none;
}
.faq-page .smk_accordion .accordion_in .acc_content p {
  color: var(--paragraph);
}
.faq-page .smk_accordion .accordion_in .acc_content {
  padding: 30px 30px 10px;
  border-top: 1px solid rgb(255 255 255 / 100%);
  margin-top: 30px;
}
.faq-page .smk_accordion .accordion_in .acc_head {
  padding-right: 90px;
  cursor: pointer;
}
.team-page .block-left {
  padding-right: 150px;
}
.team-block > a .team-text {
  flex: 1;
}
.faq-page .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
  top: 6px;
  right: -55px;
}
@media (max-width: 1599px) {
  .about-list-inline ul {
    gap: 45px;
  }
  .team-page .block-left {
    padding-right: 100px;
  }
}

@media (max-width: 1439.98px) {
  .about-list-inline ul {
    gap: 25px;
  }
  .about-team-left {
    width: 42%;
  }
  .about-content-right {
    width: 55%;
  }
  .team-page .block-left {
    padding-right: 50px;
  }
  .about-team-left.mb-70,
  .about-team-left .heading-50 {
    margin-bottom: 60px;
  }
  .team-block > a > * {
    padding-left: 30px;
    padding-right: 15px;
  }
  .team-section {
    padding: 80px 0;
  }
  .faq-page .smk_accordion .accordion_in .acc_head {
    padding-right: 70px;
  }
}

@media (max-width: 1199.98px) {
  .about-team-left {
    width: 35%;
  }
  .about-team-left.mb-70,
  .about-team-left .heading-50 {
    margin-bottom: 50px;
  }
  .team-page .block-left {
    padding-right: 30px;
  }
  .team-block .more {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .team-block {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
  .designation {
    font-size: 18px;
    line-height: 1.2;
  }
  .team-section {
    padding: 60px 0;
  }
  .team-block > a > * {
    padding-left: 25px;
    padding-right: 15px;
  }
  .team-block .team-name {
    font-size: 20px;
  }
  .faq-page .smk_accordion .accordion_in .acc_head {
    padding-right: 60px;
  }
  .faq-page .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
    top: 15px;
    right: -40px;
  }
}

@media (max-width: 991.98px) {
  .about-team-left,
  .about-content-right {
    width: 100%;
  }
  .about-list-inline ul {
    column-count: 1;
    gap: 0;
  }
  .about-team-left.mb-70,
  .about-team-left .heading-50 {
    margin-bottom: 40px;
  }
  .team-page .block-left {
    padding-right: 0px;
  }
  .about-list-inline ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .designation {
    font-size: 16px;
  }
  .team-block > a > * {
    padding-left: 20px;
    padding-right: 15px;
  }
  .team-block > a {
    padding-top: 20px;
  }
  .team-section {
    padding: 40px 0;
  }
  .team-block .team-name {
    font-size: 18px;
  }
  .faq-page .smk_accordion .accordion_in .acc_head {
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.3;
  }
  .faq-page .smk_accordion .accordion_in .acc_head {
    padding-right: 50px;
  }
  .faq-page .smk_accordion .accordion_in .acc_head .acc_icon_expand::after {
    top: 5px;
    right: -40px;
  }
  .faq-page .smk_accordion .accordion_in .acc_content {
    padding: 25px 20px 10px;
    margin-top: 25px;
  }
  .sidebar-links{padding:25px 20px;}
  .faq-page .inner-left-content-block .heading-40 {text-align: left;}
}

@media (max-width: 767.98px) {
  .about-list-inline ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .team-block {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  .team-block .more {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .team-contact-info a {
    font-size: 16px;
  }
  .team-contact-info a:not(:first-of-type) {
    margin-left: 20px;
  }
  .team-contact-info a .icon {
    margin-right: 5px;
  }
  .team-detail-content .heading-50:has(+ .designation) {
    margin-bottom: 10px;
  }
  .team-contact-info {
    padding-top: 20px;
  }
  .team-contact-info {
    flex-wrap: wrap;
  }
  .about-team-left .heading-50 {
    margin-bottom: 30px;
  }
}

@media (max-width: 576.98px) {
  .team-contact-info a:not(:first-of-type) {
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .team-contact-info a:not(:first-of-type) {
    margin-left: 0px;
  }
  .team-contact-info {
    flex-direction: column;
  }
}
