body.post-type-archive-consultants .consultant-search__list .consultant-item {
  display: -ms-grid;
  display: grid;
}
body.post-type-archive-consultants .consultant-search__list .consultant-item .heading-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.post-type-archive-consultants .consultant-search__list .consultant-item .specialities-list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body.post-type-archive-consultants .consultant-search__list .consultant-item .available-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -35px;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 10px;
}
body.post-type-archive-consultants .consultant-search__list .consultant-item .available-wrap .flex-wrap {
  padding-top: 10px;
}

.cag-button-outline {
  display: inline-block;
  padding: 14px 18px;
  background-color: white;
  color: #692247;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #692247;
}
.cag-button-outline:hover {
  background-color: #692247;
  color: white;
}

.cag-profile-surr {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 0px;
}
.cag-profile-surr a {
  width: 100%;
}

.consultant-search__list .consultant-item .available-wrap .list li {
  padding-right: 10px;
}

.cag-single-profile-surround {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: inline-block;
}
.cag-single-profile-surround .button {
  display: inline-block;
  margin-left: 0px !important;
}
.cag-single-profile-surround .cag-button-cta {
  display: inline-block;
  padding: 14px 18px;
  background-color: white;
  color: #692247;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #692247;
}
.cag-single-profile-surround .cag-button-cta:hover {
  background-color: #692247;
  color: white;
}

.cag-book-appt-main {
  background-color: #692247;
  color: white;
  margin-right: 15px;
}
.cag-book-appt-main:hover {
  background-color: white;
  color: #692247;
  opacity: 1;
}

.cag-contact-button {
  background-color: white;
  color: #692247;
}
.cag-contact-button:hover {
  background-color: #692247;
  color: white;
  opacity: 1;
}

.cag-treatments-cat-button-outline {
  display: inline-block;
  padding: 14px 18px;
  background-color: white;
  color: #692247;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #fff;
  margin-right: 15px;
}
.cag-treatments-cat-button-outline:hover {
  background-color: transparent;
  color: white;
}

.cag-right-cat-buttons {
  display: inline-block;
  padding: 14px 18px;
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #fff;
}
.cag-right-cat-buttons:hover {
  border: 2px solid #fff;
  background-color: white;
  color: #692247;
  opacity: 1;
}

.cag-surround-cat-treatments .btn-wrap {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cag-surround-cat-treatments .col-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cag-surround-cat-treatments .col-2:first-of-type {
  margin-right: 15px;
}

.cag-button-treatments-types {
  display: inline-block;
  padding: 14px 12px;
  background-color: white;
  color: #692247;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #692247;
}
.cag-button-treatments-types:hover {
  background-color: #692247;
  color: white;
  opacity: 1;
}

.cag-surrounding-btn a {
  display: inline-block;
}
.cag-surrounding-btn .cag-treatments-booking-singless {
  display: inline-block;
  padding: 14px 18px;
  background-color: white;
  color: #692247;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #fff;
  margin-right: 15px;
}
.cag-surrounding-btn .cag-treatments-booking-singless:hover {
  background-color: transparent;
  color: white;
}
.cag-surrounding-btn .cag-single-contact-button {
  display: inline-block;
  padding: 14px 18px;
  background-color: transparent;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid white;
}
.cag-surrounding-btn .cag-single-contact-button:hover {
  background-color: white;
  color: #692247;
  opacity: 1;
}

.cag-button-person-profile .btn-wrap {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cag-button-person-profile .col-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.cag-button-person-profile .col-2:first-of-type {
  margin-right: 15px;
}
.cag-button-person-profile .cag-button-personss {
  display: inline-block;
  padding: 14px 12px;
  background-color: white;
  color: #692247;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #692247;
}
.cag-button-person-profile .cag-button-personss:hover {
  background-color: #692247;
  color: white;
  opacity: 1;
}

body.single-consultants .consultant-treatments {
  background-color: #f0f3f4;
  padding-top: 0;
  padding-bottom: 60px;
}
body.single-consultants .consultant-intro {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 60px;
}
body.single-consultants .consultant-intro .flex-wrap .col-content {
  width: 100%;
  padding-right: 0;
}
body.single-consultants .consultant-intro .flex-wrap .col-content .content-wrap {
  max-width: 100%;
}