
:root{
  --sc-green: #005350;
  --sc-blue: #202d4c;
  --sc-orange: #ffaf7e;
  --sc-gray: #f5f9ff;
}

.wpcf7-form-control-wrap{
  display: block;
}
.make-a-booking-modal p {
    margin: 0 0 10px;
}

.site .button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-search .wp-block-search__button:focus,
button:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline-offset: 0px;
  outline: currentColor dotted 0;
}
.cf7_submit_btn_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cf7_submit_btn_wrapper img.cf7_make_booking_loader {
  width: 50px;
  margin-top: 20px;
  display: none;
  margin: 0 auto;
}
@media screen and (min-width: 1224px) {
  .registered_physchologist_module .left .bcg-wrap {
    /*height: auto !important;*/
  }
  .registered_physchologist_module .left .bcg {
    max-height: 1000px;
  }
  .registered_physchologist_module .left .bcg-wrap img {
    vertical-align: bottom;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1224px) {
  .cf7_submit_btn_wrapper img.cf7_make_booking_loader {
    margin-top: 0px;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0;
  border: 0 solid #00a0d2;
}
.titleBG {
  color: var(--sc-blue) !important;
  font-family: bamberg_serial;
  font-weight: normal;
  font-size: 42px;
  line-height: 1.2;
  padding-bottom: 40px;
  padding-left: 17px;
}
.ftitle_31 {
  position: relative;
  color: #fff;
  font-family: bamberg_serial;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 auto;
  display: table;
  padding-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fsubtitle_16 {
  opacity: 0.5;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 600px;
  padding: 40px 20px 60px;
  margin: 0 auto;
  text-align: center;
}
.wm_title_16 {
  color: var(--sc-orange);
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 29px;
  padding-bottom: 10px;
}
.subtitle_16 {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.title_26 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  font-weight: normal;
}
.title_35 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
}
.title_40 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 30px;
  line-height: 40px;
  margin: 50px 0 27px;
  position: relative;
  padding-bottom: 31px;
  font-weight: normal;
}
.title_40::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 46px;
  height: 1px;
  background-color: var(--sc-blue);
}
.title_50 {
  color: #f0faff;
  font-size: 42px;
  line-height: 60px;
  font-family: bamberg_serial;
  font-weight: normal;
}
.title_70 {
  color: #fff;
  font-size: 65px;
  font-weight: normal;
  line-height: 85px;
  font-family: bamberg_serial;
}
.wysiwyg {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #373737;
}
.hero {
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.hero .bcg-wrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hero .bcg-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: opacity 2.9s cubic-bezier(0.25, 1, 0.25, 1) 0.25s,
    -webkit-transform 1.95s cubic-bezier(0.25, 1, 0.25, 1) 0.55s,
    top 2.9s ease-in-out 0.25s;
  -moz-transition: opacity 2.9s cubic-bezier(0.25, 1, 0.25, 1) 0.25s,
    -moz-transform 1.95s cubic-bezier(0.25, 1, 0.25, 1) 0.55s,
    top 2.9s ease-in-out 0.25s;
  transition: opacity 2.9s cubic-bezier(0.25, 1, 0.25, 1) 0.25s,
    transform 1.95s cubic-bezier(0.25, 1, 0.25, 1) 0.55s,
    top 2.9s ease-in-out 0.25s;
}
.PageLoad .hero .bcg-wrap img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hero .container {
  height: 100%;
  position: relative;
}
.hero .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.hero .content_inner {
 opacity: 0;
    margin-top: -70px;
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.25, 1, 0.25, 1) 1s,
      opacity 1.55s ease-out 1s;
    -moz-transition: -moz-transform 1.4s cubic-bezier(0.25, 1, 0.25, 1) 1s,
      opacity 1.55s ease-out 1s;
    transition: transform 1.4s cubic-bezier(0.25, 1, 0.25, 1) 1s,
      opacity 1.55s ease-out 1s;
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
}
.PageLoad .hero .content_inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.hero .title_70 {
  text-align: center;
  margin-bottom: 54px;
}
.hero .find-a-practitioner {
  width: 240px;
  height: 56px;
  background-color: var(--sc-orange);
  text-align: center;
  font-size: 20px;
  display: block;
  margin: auto;
  font-family: bamberg_serial;
  padding: 15px 10px 16px;
  cursor: pointer;
  font-weight: normal;
  color: #373737;
  border: none !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hero .find-a-practitioner:hover {
  background-color: var(--sc-blue);
  color: #ff9d62;
}
.hero .magnifier {
  width: 22px;
  height: 22px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.hero .magnifier::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 2px solid #373737;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hero .magnifier::after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 3px;
  width: 2px;
  height: 8px;
  background-color: #373737;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hero .find-a-practitioner:hover .magnifier::before {
  border-color: #ff9d62;
}
.hero .find-a-practitioner:hover .magnifier::after {
  background-color: #ff9d62;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.our_services {
  display: none;
}
.title_services {
  color: var(--sc-blue);
  font-size: 42px;
  line-height: 60px;
  margin-top: 80px;
  margin-bottom: 26px;
  font-family: bamberg_serial;
  font-weight: normal;
}
.text_services {
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  max-width: 465px;
}
.our_services_wrap {
  align-items: flex-start;
}
.our_services_wrap .one_servis {
  width: 25%;
  padding: 0 11px;
  min-height: 280px;
  margin-bottom: 33px;
}
.element_anim,
.element_anim_1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.element_anim_2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.3s ease-in-out 0.1s;
  -moz-transition: 0.3s ease-in-out 0.1s;
  transition: 0.3s ease-in-out 0.1s;
}
.element_anim_3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.3s ease-in-out 0.2s;
  -moz-transition: 0.3s ease-in-out 0.2s;
  transition: 0.3s ease-in-out 0.2s;
}
.element_anim_4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.3s ease-in-out 0.3s;
  -moz-transition: 0.3s ease-in-out 0.3s;
  transition: 0.3s ease-in-out 0.3s;
}
.element_anim.start_anim,
.element_anim_1.start_anim,
.element_anim_2.start_anim,
.element_anim_3.start_anim,
.element_anim_4.start_anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.other_services_wrap .one_other_service .one_service_photo_wrap,
.other_services_wrap .one_other_service .other_serivce_photo_wrap,
.other_services_wrap .one_servis .one_service_photo_wrap,
.other_services_wrap .one_servis .other_serivce_photo_wrap,
.our_services_wrap .one_other_service .one_service_photo_wrap,
.our_services_wrap .one_other_service .other_serivce_photo_wrap,
.our_services_wrap .one_servis .one_service_photo_wrap,
.our_services_wrap .one_servis .other_serivce_photo_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
}
.other_services_wrap .one_other_service .other_serivce_photo_wrap {
  width: 100%;
  height: 155px;
}
.our_services_wrap .one_servis .one_service_photo_wrap {
  width: 100%;
  height: 193px;
}
.other_services_wrap
  .one_other_service
  .one_service_photo_wrap
  .one_service_photo,
.other_services_wrap
  .one_other_service
  .one_service_photo_wrap
  .other_serivce_photo,
.other_services_wrap
  .one_other_service
  .other_serivce_photo_wrap
  .one_service_photo,
.other_services_wrap
  .one_other_service
  .other_serivce_photo_wrap
  .other_serivce_photo,
.other_services_wrap .one_servis .one_service_photo_wrap .one_service_photo,
.other_services_wrap .one_servis .one_service_photo_wrap .other_serivce_photo,
.other_services_wrap .one_servis .other_serivce_photo_wrap .one_service_photo,
.other_services_wrap .one_servis .other_serivce_photo_wrap .other_serivce_photo,
.our_services_wrap
  .one_other_service
  .one_service_photo_wrap
  .one_service_photo,
.our_services_wrap
  .one_other_service
  .one_service_photo_wrap
  .other_serivce_photo,
.our_services_wrap
  .one_other_service
  .other_serivce_photo_wrap
  .one_service_photo,
.our_services_wrap
  .one_other_service
  .other_serivce_photo_wrap
  .other_serivce_photo,
.our_services_wrap .one_servis .one_service_photo_wrap .one_service_photo,
.our_services_wrap .one_servis .one_service_photo_wrap .other_serivce_photo,
.our_services_wrap .one_servis .other_serivce_photo_wrap .one_service_photo,
.our_services_wrap .one_servis .other_serivce_photo_wrap .other_serivce_photo {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  transition: 0.25s linear;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
}
.our_services_wrap .one_servis .span_wrap {
  width: 100%;
  line-height: 1.1em;
}
.other_services_wrap .one_other_service .title_service,
.other_services_wrap .one_servis .title_service,
.our_services_wrap .one_other_service .title_service,
.our_services_wrap .one_servis .title_service {
  color: #373737;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  font-family: ProximaNovaRgBold;
}
.our_services_wrap .one_servis .span_wrap h3 {
  display: inline;
}
.other_services_wrap .one_other_service .title_service::after,
.other_services_wrap .one_servis .title_service::after,
.our_services_wrap .one_other_service .title_service::after,
.our_services_wrap .one_servis .title_service::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #373737;
  bottom: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  right: 0;
  left: auto;
}
.other_services_wrap {
  margin: 0 -8px 73px;
}
.has-background-white
  .site
  a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: 0 0 !important;
}
.green_intro_section {
  background-color: #005450;
  padding-bottom: 103px;
  margin-top: 130px; /*164px*/
  position: relative;
  z-index: 1;
}
.btnOtherServicesClass + .green_intro_section,
.btnOtherServicesClass + script + .green_intro_section{
  margin-top: 0px;
} 
.green_intro_section .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-left: 59px;
}
.green_intro_section .left {
  width: 38%;
  padding-top: 106px;
}
.title_50.with_line {
  padding-bottom: 18px;
  position: relative;
}
.green_intro_section .wysiwyg {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-top: 29px;
  max-width: 90%;
}
.generic-link {
  display: inline-block;
  color: #fff;
  font-family: bamberg_serial;
  font-size: 25px;
  line-height: 40px;
  margin-top: 48px;
  padding-bottom: 6px;
  position: relative;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .other_services_wrap
    .one_other_service:hover
    .one_service_photo_wrap
    .one_service_photo,
  .other_services_wrap
    .one_other_service:hover
    .one_service_photo_wrap
    .other_serivce_photo,
  .other_services_wrap
    .one_other_service:hover
    .other_serivce_photo_wrap
    .one_service_photo,
  .other_services_wrap
    .one_other_service:hover
    .other_serivce_photo_wrap
    .other_serivce_photo,
  .other_services_wrap
    .one_servis:hover
    .one_service_photo_wrap
    .one_service_photo,
  .other_services_wrap
    .one_servis:hover
    .one_service_photo_wrap
    .other_serivce_photo,
  .other_services_wrap
    .one_servis:hover
    .other_serivce_photo_wrap
    .one_service_photo,
  .other_services_wrap
    .one_servis:hover
    .other_serivce_photo_wrap
    .other_serivce_photo,
  .our_services_wrap
    .one_other_service:hover
    .one_service_photo_wrap
    .one_service_photo,
  .our_services_wrap
    .one_other_service:hover
    .one_service_photo_wrap
    .other_serivce_photo,
  .our_services_wrap
    .one_other_service:hover
    .other_serivce_photo_wrap
    .one_service_photo,
  .our_services_wrap
    .one_other_service:hover
    .other_serivce_photo_wrap
    .other_serivce_photo,
  .our_services_wrap
    .one_servis:hover
    .one_service_photo_wrap
    .one_service_photo,
  .our_services_wrap
    .one_servis:hover
    .one_service_photo_wrap
    .other_serivce_photo,
  .our_services_wrap
    .one_servis:hover
    .other_serivce_photo_wrap
    .one_service_photo,
  .our_services_wrap
    .one_servis:hover
    .other_serivce_photo_wrap
    .other_serivce_photo {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .other_services_wrap .one_other_service:hover .title_service::after,
  .other_services_wrap .one_servis:hover .title_service::after,
  .our_services_wrap .one_other_service:hover .title_service::after,
  .our_services_wrap .one_servis:hover .title_service::after {
    width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    right: 100%;
    left: 0;
  }
  .ftitle_31:hover {
    border-bottom: 1px solid #ff9d62;
  }
  .category_location .detalis:hover {
    border-color: #ff9d62;
  }
}
.green_intro_section .right {
  width: 45%;
  position: relative;
}
.green_intro_section .image {
  width: 801px;
  height: 546px;
  object-fit: cover;
  margin-top: 106px;
  max-width: inherit;
  position: relative;
  z-index: 1;
}
.generic-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.title_50.with_line::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 46px;
  height: 1px;
  background-color: #fff;
}
.green_intro_section .circle {
  position: absolute;
  bottom: -337px;
  right: -218px;
  border-radius: 50%;
  width: 555px;
  height: 555px;
  border: 4px solid #ff9d62;
}
.find_a_location {
  padding: 155px 0 107px;
  position: relative;
}
.find_a_location .section_bcg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.find_a_location .content {
  padding-left: 59px;
  position: relative;
}
.find_a_location .left {
  position: relative;
  z-index: 1;
}
.find_a_location .desc {
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
  padding-top: 7px;
}
.find_a_location .search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.find_a_location .input_wrap {
  position: relative;
}
.find_a_location img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 24px;
}
.find_a_location input {
  width: 287px;
  height: 63px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  padding-left: 63px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  padding-right: 12px;
  border: 1px solid #dddd;
}
.site textarea:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
  outline-offset: 00;
  outline: 0 dotted var(--form--border-color);
}
.find_a_location input::placeholder {
  opacity: 1;
  color: #bdbdbd;
  font-size: 14px;
}
.find_a_location button {
  width: 144px;
  height: 63px;
  text-align: center;
  background-color: var(--sc-orange) !important;
  line-height: 1.2;
  color: var(--sc-blue) !important;
  font-family: bamberg_serial;
  font-size: 20px;
  border: none;
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.find_a_location button:hover {
  color: var(--sc-orange) !important;
  background-color: var(--sc-blue) !important;
}
.find_a_location_result {
  padding: 97px 0 70px;
  display: none;
  position: relative;
}
.find_a_location_result .content-inner {
  position: relative;
}
.find_a_location_result .cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.find_a_location_result .cross::before {
  position: absolute;
  content: "";
  background-color: var(--sc-blue);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.find_a_location_result .cross::after {
  position: absolute;
  content: "";
  background-color: var(--sc-blue);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}
.find_a_location_result .text-wrap {
  text-align: center;
  max-width: 777px;
  margin: auto;
}
.find_a_location_result .title {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 20px;
  font-weight: normal;
}
.find_a_location_result .location-name {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 30px;
  font-weight: normal;
  line-height: 50px;
  margin-top: 5px;
}
.find_a_location_result .nearest-locations {
  max-width: 777px;
  margin: 72px auto 0;
}
.find_a_location_result .distance {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}
.find_a_location_result .tier.active,
.find_a_location_result .tier.hover {
  opacity: 1;
}
.find_a_location_result .distance .tier.active {
  font-weight: 700;
}
.find_a_location_result .distance .tier:nth-child(2) {
  padding-left: 6px;
}
.find_a_location_result .line {
  height: 1px;
  width: 100%;
  background-color: rgba(85, 85, 85, 0.5);
  margin: 8px 0 12px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.find_a_location_result .line .tier {
  width: 33.33%;
  height: 3px;
  cursor: pointer;
  padding: 8px 0 12px;
  position: relative;
  top: -8px;
}
.find_a_location_result .inner-line {
  position: absolute;
  left: 0;
  width: 159px;
  height: 3px;
  background-color: var(--sc-blue);
  top: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.find_a_location_result .time {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
}
.find_a_location_result .tier {
  font-size: 16px;
  color: #373737;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.find_a_location_result .tier.active {
  opacity: 1;
}
.find_a_location_result .time .tier:nth-child(2) {
  padding-right: 6px;
}
.find_a_location_result .results-wrap {
  max-width: 1038px;
  margin: 64px auto 0;
  border-top: 1px solid #979797;
  padding-top: 55px;
}
.find_a_location_result .no-result {
  display: none;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.find_a_location_result .results {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
  padding-bottom: 60px;
}
.find_a_location_result .results .location {
  width: calc(25% - 20px);
  margin: 0 10px 72px;
  position: relative;
}
.find_a_location_result .results .result-location-name {
  color: #373737;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4px;
}
.find_a_location_result .results .result-desc {
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}
.find_a_location_result .results .view-details {
  margin-top: 15px;
  display: inline-block;
  color: #373737;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #373737;
}
.locations_generic1 .wrap_locations {
  max-width: 1220px;
  margin: 0 auto;
  padding: 100px 0;
}
.locations_generic1 .title_50 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 42px;
  line-height: 1.2;
  font-weight: normal;
}
.locations_generic1 .wrap_descryption {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px 0;
}
.locations_generic1 .descryption_16 {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 465px;
}
.locations_generic1 .wrap_contact,
.locations_generic1 .wrap_contact a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.locations_generic1 .wrap_contact img {
  padding-right: 10px;
}
.locations_generic1 .wrap_contact .text_15 {
  position: relative;
}
.locations_generic1 .text_15 {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.locations_generic1 .wrap_contact .text_15::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  left: 0;
  bottom: -5px;
  position: absolute;
}
.locations_generic1 .category_localisation1 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  width: calc(100% + 22px);
  margin: 0 -11px;
}
.locations_generic1 .category_localisation1 .wrap_localisation {
  width: calc(25% - 22px);
  min-height: 250px;
  margin: 0 11px 40px;
  cursor: pointer;
}
.locations_generic1 .category_localisation1 .wrap_bcg {
  width: 100%;
  height: 80%;
  overflow: hidden;
}
.locations_generic1 .category_localisation1 .localisation_bcg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.locations_generic1 .category_localisation1 .opacity5 {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0.5;
}
.locations_generic1 .category_localisation1 .active {
  opacity: 1;
}
.locations_generic1 .title_18 {
  color: #373737;
  font-family: ProximaNovaRgBold;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2px;
  padding-top: 30px;
  width: 100%;
}
.locations_generic1 .category_localisation1 .wrap_post_location {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #373737;
  margin: 0 11px;
}
.locations_generic1 .category_localisation1 .title_28 {
  width: 100%;
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.4;
  padding-top: 50px;
  padding-bottom: 30px;
}
.locations_generic1 .category_localisation1 .wraper_p {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.locations_generic1 .category_localisation1 .post_location {
  position: relative;
  width: 20%;
  min-height: 200px;
  margin-bottom: 40px;
  opacity: 0;
}
.locations_generic1 .category_localisation1 .post_location:nth-child(5n + 1) {
  -webkit-transition: 0.2s ease-in-out 0.2s;
  -moz-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
}
.locations_generic1
  .category_localisation1
  .fadeInLeft
  .post_location:nth-child(n + 1) {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.locations_generic1
  .category_localisation1
  .fadeInLeft
  .post_location:nth-child(n + 2) {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out 50ms;
  -moz-transition: 0.2s ease-in-out 50ms;
  transition: 0.2s ease-in-out 50ms;
}
.locations_generic1
  .category_localisation1
  .fadeInLeft
  .post_location:nth-child(n + 3) {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out 0.1s;
  -moz-transition: 0.2s ease-in-out 0.1s;
  transition: 0.2s ease-in-out 0.1s;
}
.locations_generic1
  .category_localisation1
  .fadeInLeft
  .post_location:nth-child(n + 4) {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out 0.15s;
  -moz-transition: 0.2s ease-in-out 0.15s;
  transition: 0.2s ease-in-out 0.15s;
}
.locations_generic1
  .category_localisation1
  .fadeInLeft
  .post_location:nth-child(n + 5) {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  -moz-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
}
.locations_generic1
  .category_localisation1
  .fadeInLeft
  .post_location:nth-child(n + 6) {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out 0.25s;
  -moz-transition: 0.2s ease-in-out 0.25s;
  transition: 0.2s ease-in-out 0.25s;
}
.locations_generic1
  .category_localisation1
  .fadeInLeft
  .post_location:nth-child(n + 7) {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out 0.3s;
  -moz-transition: 0.2s ease-in-out 0.3s;
  transition: 0.2s ease-in-out 0.3s;
}
.locations_generic1 .category_localisation1 .description1 {
  color: #373737;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
}
body .locations_generic1 .category_localisation1 .description1 .title,
.locations_generic1 .category_localisation1 .description1 h3 {
  font-size: 16px;
  display: inline;
  padding-right: 10px;
}
.locations_generic1 .category_localisation1 .desc_16 {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 5px;
  width: 100%;
  display: block;
}
.locations_generic1 .category_localisation1 .lp_town {
  padding-right: 15px;
}
.locations_generic1 .category_localisation1 .detalis1 {
  color: #373737;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid;
  border-color: #373737;
  padding-top: 15px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .locations_generic1
    .category_localisation1
    .wrap_localisation:hover
    .localisation_bcg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .locations_generic1 .category_localisation1 .detalis1:hover {
    border-color: #ff9d62;
  }
}
.information_section {
  background-color: var(--sc-gray);
  padding-top: 176px;
}
.information_section .top {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.information_section .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-left: 59px;
}
.information_section .top .left {
  width: 41%;
}
.title_50.navy {
  color: var(--sc-blue);
}
.custom_link {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 8px;
  position: relative;
  padding-top: 7px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.services-trigger-footer {
  cursor: pointer;
}
.custom_link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: var(--sc-blue);
}
.information_section .top .right {
  padding-top: 57px;
  width: 39%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.information_section .top .right .images {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.information_section .top .right .img_wrap {
  width: 48%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 88px;
}
.information_section .top .right img {
  display: block;
  margin: auto;
  width: auto;
}
.information_section .center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.information_section .center .content {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  max-width: 1224px;
  margin: auto;
}
.information_section .center .left {
  width: 50%;
  margin-right: 30px;
}
.information_section .center .left .bcg {
  object-fit: cover;
  width: calc(100% + 140px);
  height: 645px;
  left: -80px; /*167px*/
  position: relative;
  max-width: inherit;
}
.information_section .center .right {
  width: 50%;
  margin-left: calc(10vw - 30px);
}
.wysiwyg h2 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 30px;
  line-height: 40px;
  margin: 50px 0 27px;
  position: relative;
  padding-bottom: 31px;
  font-weight: normal;
}
.wysiwyg h2:first-child {
  margin-top: 0;
}
.wysiwyg h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 46px;
  height: 1px;
  background-color: var(--sc-blue);
}
.information_section .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.information_section .bottom .left {
  width: 35%;
}
.information_section .bottom .right {
  width: 47%;
  padding-top: 100px;
  margin-top: -380px;
  -webkit-transform: translateY(365px);
  -moz-transform: translateY(365px);
  -ms-transform: translateY(365px);
  -o-transform: translateY(365px);
  transform: translateY(365px);
}
.information_section .bottom .wysiwyg:first-child {
  margin-bottom: 99px;
}
.information_section .bottom .smaller_image {
  width: 642px;
  height: 429px;
  position: relative;
  left: 116px;
  z-index: 1;
}
.information_section .bottom .bcg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: inherit;
}
.information_section .bottom .bigger_image {
  width: 819px;
  height: 1125px;
  position: relative;
  margin-top: -370px;
}
.choose_your_style_of_therapy {
  background-color: #005450;
  padding: 219px 0 67px;
}
.choose_your_style_of_therapy .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 59px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.choose_your_style_of_therapy .left {
  width: 40%;
  position: relative;
}
.choose_your_style_of_therapy .right {
  width: 44%;
  padding-right: 70px;
  margin-top: 115px;
}
.choose_your_style_of_therapy .wysiwyg {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 27px;
}
.choose_your_style_of_therapy .generic-link {
  padding-bottom: 8px;
  margin-top: 12px;
}
.choose_your_style_of_therapy .circle {
  position: absolute;
  bottom: -88px;
  left: 58px;
  border-radius: 50%;
  width: 383px;
  height: 383px;
  border: 4px solid #ff9d62;
}
.choose_your_style_of_therapy .style {
  margin-bottom: 80px; 
}
.choose_your_style_of_therapy .title {
  color: #fff;
  font-family: bamberg_serial;
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px;
}
.choose_your_style_of_therapy .title::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -41px;
  width: 25px;
  height: 1px;
  background-color: #ff9d62;
}
.choose_your_style_of_therapy .desc {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  margin-top: -10px;
}
.title_50.with_line.orange::before {
  background-color: #ff9d62;
}
.helpfull_information {
  background-color: var(--sc-gray);
  padding-top: 150px;
  padding-bottom: 252px;
}
.helpfull_information .container {
  position: relative;
}
.helpfull_information .content {
  margin-left: 59px;
  max-width: 874px;
}
.helpfull_information .information {
  margin-top: 36px;
  columns: 2;
}
.helpfull_information .info {
  margin-bottom: 79px;
  width: 360px;
  display: inline-block;
}
.helpfull_information .title {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 24px;
  line-height: 35px;
  position: relative;
  padding-bottom: 27px;
  font-weight: normal;
}
.helpfull_information .title:first-child {
  margin-bottom: 24px;
}
.helpfull_information .title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 46px;
  height: 1px;
  background-color: var(--sc-blue);
}
.helpfull_information .image {
  position: absolute;
  bottom: -420px;
  right: -130px;
  border-radius: 50%;
  width: 744px;
  height: 744px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  pointer-events: none;
}
.helpfull_information .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: all;
  object-fit: cover;
  border-radius: 50%;
  opacity: 0;
}
.banner_module {
  height: auto;
  min-height: 618px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
.banner_module .bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner_module .container {
  height: 100%;
  z-index: 2;
  position: relative;
  padding-top: 89px;
}
.banner_module .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.banner_module .wrap_title {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 920px;
  text-align: center;
}
.banner_module .wrap_test { 
  position: absolute;
  opacity: 0;
}
.banner_module .title_70 { 
  text-shadow: 0 2px 30px rgb(0 0 0 / 50%);
  color: #fff;
  font-size: 55px;
  font-weight: normal;
  line-height: 1.2142857143;
  font-family: bamberg_serial;
  width: 100%;
}
.banner_module .title_70 + .titlep_20{
  margin-top: 50px;
}
.archive_service_page .title_70 {
  margin-top: 66px;
}
.banner_module .titlep_20 {
  text-shadow: 2px 2px 21px #000;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 0.8;
  text-align: center;
  width: 100%;
}
.breadcrumbs_section,
.homecoming {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: var(--sc-gray);
  border-bottom: 3px solid #fff;
}
.breadcrumbs_section :last-child,
.homecoming :last-child {
  font-weight: 700;
}
.breadcrumbs_section .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.breadcrumbs_section .breadcrumbs .breadcrumb_wrap {
  padding: 0 2px;
}
.breadcrumbs_section .breadcrumbs .breadcrumb_wrap:last-child span.rhomb {
  display: none;
}
.breadcrumbs_section > div,
.homecoming > div {
  padding: 0 20px;
  text-align: center;
}
.breadcrumbs_section a,
.homecoming a {
  color: #373737 !important;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6; 
}
.castle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: var(--sc-gray);
  padding-top: 40px;
  padding-bottom: 60px;
}
.castle .wrap_castle {
  max-width: 660px;
  padding: 0 30px;
}
.other_services_section .container,
.our_service_wrap .container {
  padding: 80px 50px; /*0 112px*/
  max-width: 1440px !important;
}
/* .other_servises {
  border-top: 1px solid rgba(32, 45, 76, 0.5);
} */
.other_servises .title_services {
  margin-top: 50px;
  margin-bottom: 40px;
}
.other_services_wrap .one_other_service {
  width: 20%;
  min-height: 200px;
  margin-bottom: 40px;
  padding: 0 8px;
}
.other_services_wrap .one_other_service .span_wrap {
  width: 100%;
}
.other_services_wrap .one_other_service .span_wrap h4 {
  display: inline;
}
.additional_content .container,
.book_now_bar .container,
.book_now_blog .container,
.information_accordions .content,
.message_section .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.additional_content .content {
  max-width: 600px;
  margin-bottom: 68px;
}
.additional_content .wygiwyg_wrap {
  margin-top: 50px;
}
.message_section .content {
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.message_section .title {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
}
.sky_blue_text_image_section {
  background-color: var(--sc-gray);
}
.sky_blue_text_image_section .container {
  padding: 0 112px;
}
.sky_blue_text_image_section .container .contain {
  margin: 0;
  padding: 126px 0;
}
.green_text_image_section .container .contain:after,
.sky_blue_text_image_section .container .contain:after {
  content: "";
  display: table;
  clear: both;
}
.green_text_image_section .container .contain,
.sky_blue_text_image_section .container .contain {
  clear: both;
}
.green_text_image_section .ImgWrap,
.sky_blue_text_image_section .ImgWrap {
  float: right;
  margin-left: 125px;
  margin-bottom: 15px;
  max-width: 600px;
}
.green_text_image_section .desc ul li {
  background-image: url(../images/bullet.png);
}
.sky_blue_text_image_section .ImgWrap .image_wrap {
  object-fit: cover;
  width: 544px;
  height: 366px;
}
.sky_blue_text_image_section .title {
  margin-top: -5px;
  margin-bottom: 56px;
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  position: relative;
}
.sky_blue_text_image_section .title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: var(--sc-blue);
  bottom: -29px;
}
.sky_blue_text_image_section .wrap_descryption {
  color: #373737;
}
.information_accordions .one_section .title_section {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 25px;
  line-height: 40px;
  width: 100%;
  padding-right: 25px;
  border-bottom: 1px solid var(--sc-blue);
  padding-bottom: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 29px;
  font-weight: normal;
  position: relative;
}
.information_accordions .one_section.active_section .title_section {
  color: #51788e;
  border-bottom: 1px solid #51788e;
}
.information_accordions .one_section .title_section::after,
.information_accordions .one_section .title_section::before {
  content: "";
  position: absolute;
  background-color: var(--sc-blue);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block !important;
}
.information_accordions .one_section .title_section::before {
  top: calc(50% - 14px);
  height: 16px;
  width: 4px;
  right: 6px;
}
.information_accordions .one_section .title_section::after {
  top: calc(50% - 8px);
  width: 16px;
  height: 4px;
  right: 0;
}
.information_accordions .one_section.active_section .title_section::after,
.information_accordions .one_section.active_section .title_section::before {
  background-color: #51788e;
}
.information_accordions .one_section.active_section .title_section::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.information_accordions .one_section .wysiwyg_section {
  display: none;
  color: #373737;
  margin: 25px 0 0;
  padding-top: 5px;
}
.information_accordions .one_section .wysiwyg_section p + ul {
  padding-left: 20px;
  margin: 15px 0;
}
.information_accordions .one_section .wysiwyg_section p {
  margin-top: 0;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.book_now_bar,
.book_now_blog {
  background-color: var(--sc-gray);
  width: 100%;
  padding: 50px 0;
}
.book_now_bar .book_now_bar_content,
.book_now_blog .book_now_bar_content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 890px; /*600px*/
  padding: 0; 
}
.book_now_bar .text,
.book_now_blog .text {
  width: 326px;
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.54px;
  line-height: 20px;
}
.book_now_bar .btn_book_now,
.book_now_blog .btn_book_now {
  max-width: 220px;
  min-width: 190px;
  background-color: var(--sc-orange);
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  padding: 14px 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .book_now_bar .btn_book_now:hover,
  .book_now_blog .btn_book_now:hover {
    color: var(--sc-orange);
    background-color: var(--sc-blue);
  }
  .information_accordions .one_section .wysiwyg_section a:hover {
    color: var(--sc-orange); 
  }
}
.categories_section {
  background-color: var(--sc-gray);
}
.categories_section .content {
  padding: 90px 60px 59px;
  width: 100%;
}
.categories_section .title {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  margin: 0;
}
.categories_section .categories_wrap {
  margin: 71px -15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categories_section .one_category {
  width: 25%;
  padding: 0 15px;
}
.categories_section .one_category .desktop_link {
  display: inline-block;
  max-width: 100%;
}
.categories_section .one_category .desktop_title {
  margin-top: 21px;
  color: #373737;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 60px;
}
.wrap_locations {
  max-width: 1220px;
  margin: 0 auto;
  padding: 100px 0;
}
.wrap_locations .row,
.row {
  display: block;
  clear: both;
}
.wrap_locations .row::after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
.gap {
  margin-bottom: 30px;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.imgeffect {
  width: 100%;
  height: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.gap a {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}
.imgeffect a{
  display:flex;
}
.imgeffect img {
  width: 100%;
  transition: 0.5s ease-in-out;
  height: 185px;
  object-fit:cover;
}
.imgeffect:hover img {
  transform: scale(1.5);
}
.green_text_image_section {
  background-color: var(--sc-green);
  color: #fff;
}
.green_text_image_section .content:after {
  content: "";
  display: table;
  clear: both;
}
.green_text_image_section .content {
  display: block;
  padding: 80px 60px 80px 60px;
  clear: both;
}
.green_text_image_section .title {
  margin-bottom: 49px;
  font-size: 30px;
  line-height: 40px;
  position: relative;
  font-family: bamberg_serial;
  font-weight: normal;
  clear: inherit;
}
.green_text_image_section h1,
.green_text_image_section h2,
.green_text_image_section h3,
.green_text_image_section h4,
.green_text_image_section h5,
.green_text_image_section h6 {
  clear: inherit;
  font-family: ProximaNovaRgBold;
  line-height: 1.5;
}
.green_text_image_section h1 + p,
.green_text_image_section h2 + p,
.green_text_image_section h3 + p,
.green_text_image_section h4 + p,
.green_text_image_section h5 + p,
.green_text_image_section h6 + p{
  margin-top: 20px;
}
.green_text_image_section .title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #fff;
  bottom: -21px;
}
.green_text_image_section .image {
  width: 595px;
  height: 400px;
  object-fit: cover;
}
.book_now_bar .text a,
.categories_section .desktop_title a,
.green_text_image_section a,
.information_accordions a,
.message_section a,
.offices_section a,
.quiz_section a,
.sky_blue_text_image_section a,
.testimonial_section a,
.youre_in_safe_hands .text a {
  text-decoration: underline;
}
.information_accordions .one_section .wysiwyg_section a {
  text-decoration: underline;
  color: #51788e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
section.information_accordions.hfaqwrapper h1,
section.information_accordions.hfaqwrapper h2,
section.information_accordions.pageoneacc h1,
section.information_accordions.pageoneacc h2 {
  margin-top: -30px;
  margin-bottom: 50px;
  color: var(--sc-blue);
  font-family: bamberg_serial;
  /* font-size: 30px;
  line-height: 40px; */
      font-size: 35px;
    line-height: 1.4;
  position: relative;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
/* section.information_accordions.hfaqwrapper h1::before,
section.information_accordions.hfaqwrapper h2::before,
section.information_accordions.pageoneacc h1::before,
section.information_accordions.pageoneacc h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: var(--sc-blue);
  bottom: -29px;
} */
.hfaqwrapper h2,
section.information_accordions.hfaqwrapper h1,
section.information_accordions.pageoneacc h1 {
  font-weight: normal !important;
  font-size: 38px !important;
  line-height: 50px !important;
}
.hfaqwrapper span.hfaq__text,
.pageoneacc span.hfaq__text {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 25px;
  line-height: 40px;
  width: 100%;
  position: relative;
  padding-right: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  padding-top: 10px;
  display: block;
}
.hfaqwrapper .hfaq .hfaq__answer + p {
  display: none;
}
.hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq .hfaq__question,
.pageoneacc
  .hfaqwrapper
  ul.hfaqlist[data-hfaq-style="style1"]
  .hfaq
  .hfaq__question {
  border-bottom: 1px solid var(--sc-blue);
}
.hfaqwrapper .hfaq__question,
.pageoneacc .hfaq__question {
  padding-bottom: 7px !important;
}
.categories_section .one_category .desktop_link .h3,
.categories_section .one_category .desktop_link h3 {
  text-align: center;
  border: 1px solid #a4a4a4;
  color: #373737;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 10px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .categories_section .one_category .desktop_link .h3:hover,
  .categories_section .one_category .desktop_link h3:hover {
    background-color: var(--sc-blue);
    color: #fff;
  }
}
.testimonial_section {
  width: 100%;
  background-color: var(--sc-green);
  /* padding: 120px 0; */
}
.testimonial_section .container{
  padding: 120px 50px;
} 
.testimonial_section div {
  height: 100%;
}
.testimonial_section .testimonial_section_content {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
}
.testimonial_section .testimonial_text {
  color: #fff;
  font-family: bamberg_serial;
  font-size: 42px;
  font-weight: normal;
  line-height: 60px;
  max-width: 891px;
}
.testimonial_section .name {
  text-shadow: 0 2px 100px rgb(0 0 0 / 50%);
  color: #f0faff;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0;
}
.youre_in_safe_hands {
  background-color: var(--sc-gray);
}
.youre_in_safe_hands .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.youre_in_safe_hands .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-top: 94px;
  max-width: 891px;
  margin-bottom: 100px;
}
.youre_in_safe_hands .text_wrap {
  text-align: center;
}
.youre_in_safe_hands .text_wrap li {
  text-align: left;
  margin-bottom: 20px;
}
.youre_in_safe_hands .text .title_50,
.youre_in_safe_hands .text h2,
.youre_in_safe_hands .text h3,
.youre_in_safe_hands .text h4,
.youre_in_safe_hands .text h5 {
  margin-top: 44px;
  margin-bottom: 29px;
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 38px;
  font-weight: normal;
  line-height: 55px;
}
.youre_in_safe_hands .text p {
  color: #373737;
  max-width: 635px; /*576px*/
  margin: 0 auto;
}
.youre_in_safe_hands .logos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  margin: 80px -10px -15px;
}
.youre_in_safe_hands .logos .logo {
  width: calc(25% - 20px);
  margin: 0 10px 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.youre_in_safe_hands .logos .logo img {
  max-width: inherit;
}
.youre_in_safe_hands .btn_wrap {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
  margin-top: 22px;
}
.youre_in_safe_hands .btn_wrap a {
  border-bottom: 1px solid var(--sc-blue);
}
.information_accordions .one_section.no_accordion .title_section {
  border: none;
}
.information_accordions .one_section.no_accordion .title_section::after,
.information_accordions .one_section.no_accordion .title_section::before,
.one_section.no_accordion .title_section::after,
.one_section.no_accordion .title_section::before {
  display: none !important;
}
.registered_physchologist_module {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.registered_physchologist_module .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .registered_physchologist_module .container {
    max-width: 100%;
  }
}
.registered_physchologist_module .left {
  width: 50%;
  position: relative;
}
.registered_physchologist_module .left .bcg-wrap {
  height: 100%;
}
.registered_physchologist_module .left .bcg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.registered_physchologist_module .right {
  position: relative;
  width: 50%;
  height: 100%;
  max-width: 570px;
  padding-left: 100px;
}
.registered_physchologist_module .wrap_right {
  height: 100%;
  padding: 80px 0;
}
.registered_physchologist_module .titleg_50 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 42px;
  font-weight: normal;
  max-width: 300px;
  line-height: 1.2;
  padding-bottom: 30px;
}
.registered_physchologist_module .titleg_26 {
  position: relative;
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #344468;
  cursor: pointer;
  font-weight: normal;
}
.registered_physchologist_module .signature {
  width: 19px;
  height: 19px;
  position: absolute;
  margin-left: 15px;
  right: 0;
  top: 7px;
}
.registered_physchologist_module .signature:before {
  content: "";
  width: 19px;
  height: 5px;
  border-top: 5px solid var(--sc-blue);
  display: block;
  position: absolute;
  margin-top: 7px;
  margin-left: 0;
}
.registered_physchologist_module .signature:after {
  content: "";
  width: 5px;
  height: 19px;
  border-right: 5px solid var(--sc-blue);
  display: block;
  position: absolute;
  margin-top: 0;
  margin-left: 7px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 1;
}
.registered_physchologist_module .opener .signature:after {
  opacity: 0;
}
.registered_physchologist_module .clicker_wrap {
  display: none;
  padding-bottom: 20px;
}
.registered_physchologist_module .wrap_info {
  padding-top: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.registered_physchologist_module .btn {
  width: 240px;
  height: 56px;
  background-color: var(--sc-orange);
  color: var(--sc-blue);
  text-align: center;
  font-size: 20px;
  display: block;
  font-family: bamberg_serial;
  padding: 15px 10px 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}
.registered_physchologist_module .btn:hover {
  color: var(--sc-orange);
  background-color: var(--sc-blue);
}
.registered_physchologist_module .titleg_30 {
  display: inline-block;
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 22px;
  font-weight: normal;
}
.single_location_module {
  background-color: #005450;
  padding-bottom: 40px;
}
.single_location_module .container {
  max-width: 1320px;
}
.single_location_module .title_50 {
  color: #fff;
  font-family: bamberg_serial;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  padding-top: 85px;
  padding-bottom: 30px;
}
.single_location_module .title16 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 40px;
}
.single_location_module .nav {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #979797;
  z-index: 1;
}
.single_location_module .nav li {
  display: inline-block;
  padding: 15px;
  opacity: 0.54;
  color: #fff;
  font-family: bamberg_serial;
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
}
.single_location_module .nav .active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #005450;
  bottom: -2px;
  left: 0;
  z-index: 10;
}
.single_location_module .nav .active {
  border-top: 1px solid #979797;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  opacity: 1;
  position: relative;
  background-image: none;
}
.single_location_module .tab-pane {
  display: none;
}
.single_location_module .tab-pane.active {
  display: block;
}
.single_location_module .wrap_single_picture {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.single_location_module .wrap_single_picture picture{
  width: 40.6%;
}
.single_location_module .wrap_single_picture .pictures {
  width: 49%;
  height: 360px;
}
.single_location_module .wrap_single_picture .bcg_wso img {
  object-fit: cover;
  width: 100%;
}
.single_location_module .wrap_single_inf {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.single_location_module .left,
.single_location_module .right {
  width: 50%;
}
.single_location_module .right {
  padding-bottom: 65px;
}
.single_location_module .wrap_lefter {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 70px 0;
}
.single_location_module .title_38 {
  color: #fff;
  font-family: bamberg_serial;
  font-size: 28px;
  display: inline-block;
  padding-right: 15px;
  min-width: 50%;
  line-height: 1.2;
  font-weight: normal;
}
.single_location_module .btn {
  width: 190px;
  height: 57px;
  background-color: var(--sc-orange);
  color: var(--sc-blue);
  text-align: center;
  font-size: 20px;
  display: block;
  font-family: bamberg_serial;
  padding: 15px 10px 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}
.single_location_module .btn:hover {
  background-color: var(--sc-blue);
  color: var(--sc-orange);
}
.single_location_module .wrap_left {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single_location_module .wrap_center {
  width: 50%;
}
.single_location_module .titlep_17 {
  color: #fff;
  font-family: ProximaNovaRgBold;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4705882353;
  width: 100%;
  padding-left: 45px;
  position: relative;
}
.single_location_module .titlep_17 svg {
  position: absolute;
  left: 0;
}
.single_location_module .titlep_16 {
  opacity: 0.7;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  padding-top: 25px;
  padding-bottom: 50px;
  max-width: 480px;
}
.single_location_module .titlep_16 p {
  margin: 0;
}
.single_location_module .right .our_service_wrap .container {
  margin: 0;
  padding: 0 15px;
}
.single_location_module .right .our_service_wrap .title_services {
  color: #fff;
  font-family: bamberg_serial;
  font-size: 24px;
  margin-top: 50px;
  font-weight: normal;
}
.single_location_module .right .our_service_wrap .text_services {
  opacity: 0.7;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  padding-top: 25px;
  padding-bottom: 20px;
  display: none;
}
.other_services_wrap,
.our_services_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our_services_wrap {
  margin: 51px -11px 7px;
}
.single_location_module .right .our_service_wrap .one_servis {
  width: 20%;
  padding: 0 11px;
  min-height: 67px;
  margin-bottom: 33px;
}
.single_location_module .right .our_service_wrap .title_service {
  color: #fff;
  font-size: 13px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}
.single_location_module .right .our_service_wrap .title_service::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  right: 0;
  left: auto;
}
.single_location_module
  .right
  .our_service_wrap
  .one_servis
  .one_service_photo_wrap {
  height: 67px;
}
.OtherConcerns_btn,
.more_services_btn {
  width: calc(25% - 20px);
  margin-left: 10px;
  height: 193px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #f0f0f0;
}
.OtherConcerns_btn,
.single_location_module .right .our_service_wrap .more_services_btn {
  width: calc(100% - 0px);
  height: 67px;
}
.single_location_module .right .our_service_wrap a.other-concerns-anchor:focus {
  color: #373737;
}
.OtherConcerns_btn span,
.single_location_module .right .our_service_wrap .more_services_btn span {
  font-size: 13px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 18px;
}
.more_services_btn span {
  color: #373737;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.OtherConcerns_btn span {
  position: relative;
}
.OtherConcerns_btn span::after,
.more_services_btn span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #373737;
  bottom: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  right: 0;
  left: auto;
}
@media screen and (min-width: 1025px) {
  .OtherConcerns_btn:hover span::after,
  .more_services_btn:hover span::after {
    width: 100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    right: 100%;
    left: 0;
  }
  .our_quality_guarantee_module .btn:hover {
    background-color: var(--sc-blue);
    color: var(--sc-orange);
  }
}
.our_quality_guarantee_module {
  position: relative;
}
.our_quality_guarantee_module .container {
  max-width: 1320px;
}
.our_quality_guarantee_module .wrap_section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.our_quality_guarantee_module .left {
  width: 50%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.our_quality_guarantee_module .wrap_left {
  max-width: 440px;
  width: 100%;
}
.our_quality_guarantee_module .titleg_50 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 42px;
  line-height: 1.2;
  max-width: 300px;
  font-weight: normal;
}
.our_quality_guarantee_module .btn {
  width: 230px;
  height: 57px;
  background-color: var(--sc-orange);
  color: var(--sc-blue);
  text-align: center;
  font-size: 20px;
  display: block;
  font-family: bamberg_serial;
  padding: 15px 10px 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}
.our_quality_guarantee_module .bigger_image {
  width: 50%;
  position: relative;
}
.our_quality_guarantee_module .bcg {
  position: relative;
  width: 830px;
  height: 580px;
  max-width: 50vw;
  object-fit: cover;
  z-index: 1;
}
.our_quality_guarantee_module .circle {
  position: absolute;
  width: 555px;
  height: 555px;
  border: 4px solid #ff9d62;
  border-radius: 50%;
  top: -90px;
  right: -200px;
}
.our_quality_guarantee_module .pictures {
  display: grid;
  grid-template-columns: auto auto auto auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  grid-gap: 40px;
  padding-bottom: 80px;
}
.our_quality_guarantee_module .pictures img {
  max-width: 100%;
}
.did_you_know_module {
  width: 100%;
  position: relative;
}
.did_you_know_module .network {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.did_you_know_module .wrap_did {
  max-width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 115px 110px;
  margin: 0 auto;
}
.did_you_know_module .titleg_36 {
  color: #fff;
  font-family: bamberg_serial;
  line-height: 1.2;
  font-size: 26px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
.did_you_know_module .titleg_50 {
  color: #fff;
  font-family: bamberg_serial;
  line-height: 1.2;
  font-size: 42px;
  text-align: center;
  font-weight: normal;
}
.did_you_know_module .did {
  background-color: #005450;
}
.did_you_know_module .network {
  background-color: var(--sc-gray);
}
.did_you_know_module .did,
.did_you_know_module .network {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.did_you_know_module .wrap_network {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-width: 650px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.did_you_know_module .right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 326px;
}
.did_you_know_module .titlep_16 {
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.66px;
}
.did_you_know_module .titlep_13 {
  opacity: 0.7;
  color: rgba(0, 0, 0, 0.85);
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.54px;
  line-height: 20px;
}
.did_you_know_module .btn {
  min-width: 240px;
  height: 100%;
  background-color: var(--sc-orange);
  color: var(--sc-blue);
  text-align: center;
  font-size: 20px;
  display: block;
  font-family: bamberg_serial;
  padding: 15px 10px 16px;
  cursor: pointer;
  max-width: 600px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .did_you_know_module .btn:hover {
    background-color: var(--sc-blue);
    color: var(--sc-orange);
  }
  .quiz_section .quiz_btn:hover {
    border-bottom: 1px solid #ff9d62;
  }
}
.quiz_section {
  background-color: var(--sc-green);
  color: #fff;
}
.quiz_section .container {
  padding: 0 112px;
}
.quiz_section .content {
  padding-top: 62px;
  padding-bottom: 108px;
  padding-left: 38px;
}
.quiz_section .title {
  margin-top: 33px;
  font-family: bamberg_serial;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  position: relative;
  margin-bottom: 54px;
}
.quiz_section .title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #fff;
  bottom: -28px;
}
.quiz_section .quiz_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.quiz_section .desc_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #c5c5c5;
  font-size: 14px;
  margin-bottom: 14px;
}
.quiz_section .desc_wrap .desc {
  width: 600px;
  margin-right: 15px;
}
.quiz_section .desc_wrap .desc span {
  margin: 0;
}
.quiz_section .desc_wrap .yes_no_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.quiz_section .desc_wrap .yes_no_wrap span {
  margin-right: 25px;
}
.quiz_section .one_question {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.quiz_section .text_question {
  width: 600px;
  margin-right: 15px;
}
.quiz_section .text_question span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.quiz_section .radio_question input[type="radio"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.quiz_section .radio_question label {
  position: relative;
  padding-left: 20px;
  margin-right: 25px;
  cursor: pointer;
  display: initial;
}
.quiz_section .radio_question label::after,
.quiz_section .radio_question label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.quiz_section .radio_question label::before {
  border: 1px solid var(--sc-gray);
  background-color: transparent;
}
.quiz_section .radio_question label::after {
  background-color: var(--sc-gray);
  border-radius: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.quiz_section .radio_question [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.quiz_section .radio_question [type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.quiz_section .your_score {
  position: relative;
}
.quiz_section .validation {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: bamberg_serial;
  font-size: 24px;
  font-weight: normal;
}
.quiz_section .your_score_box {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 317px;
  min-height: 431px;
  border: 1px solid #979797;
  margin-right: 64px;
  text-align: center;
  padding-bottom: 20px;
}
.quiz_section .your_score_box .first_text {
  margin-top: 51px;
  margin-bottom: 33px;
  font-family: bamberg_serial;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
}
.quiz_section .your_score_box .radio_number {
  font-size: 70px;
  margin: 0;
}
.quiz_section .your_score_box .second_text {
  margin-top: 61px;
  color: #c5c5c5;
  font-size: 14px;
  line-height: 22px;
}
.quiz_section .your_score_box .second_text .radio_number {
  font-size: 14px;
}
.quiz_section .your_score_box .answer_1,
.quiz_section .your_score_box .answer_2 {
  display: none;
  padding: 0 21px;
  margin-top: 10px;
}
.quiz_section .your_score_box .answer_1.active,
.quiz_section .your_score_box .answer_2.active {
  display: block;
}
.quiz_section .btn_wrap {
  text-align: end;
  margin-top: 38px;
  margin-right: 25px;
}
.quiz_section .quiz_btn {
  border-bottom: 1px solid #fff;
  cursor: pointer;
  font-family: bamberg_serial;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  margin-left: 43px;
  padding-bottom: 7px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quiz_section .your_score_box.your_score_show {
  opacity: 1;
}
.archive_locations_page .container {
  max-width: 1200px;
}
.archive_locations_page .locations {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}
.archive_locations_page .category_localisation {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.archive_locations_page .cell_2 {
  width: 48%;
}
.archive_locations_page .title_20 {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  margin-bottom: 50px;
}
.archive_locations_page .wrap_bcg {
  width: 290px;
  height: 193px;
}
.archive_locations_page .localisation_bcg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.archive_locations_page .wrap_post {
  position: relative;
  width: calc(100% - 350px);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive_locations_page .post_location {
  width: 33%;
  padding-bottom: 110px;
}
.archive_locations_page .cell_2 .post_location {
  width: 100%;
}
.archive_locations_page .description {
  color: #373737;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
}
.archive_locations_page .desc_16 {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 5px;
  width: 100%;
  display: block;
}
.archive_locations_page .detalis {
  color: #373737;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid;
  border-color: #373737;
  padding-top: 15px;
  position: absolute;
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .archive_locations_page .detalis:hover {
    border-color: #ff9d62;
  }
  .dynamic-result .send-enquiry input[type="submit"]:hover {
    background-color: var(--sc-blue) !important;
    color: #fff !important;
  }
}
.archive_locations_page .message_section .wygiwyg_wrap ul {
  padding-left: 20px;
}
.posts_blog .container {
  display: block;
}
.posts_blog .content {
  position: relative;
  max-width: 1028px;
  width: 100%;
  margin: 60px auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts_blog .big_post {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.posts_blog .single_post {
  position: relative;
  width: 48%;
  margin-bottom: 34px;
  display: block;
}
.posts_blog .single_post .bcg_post {
  width: 100%;
  height: 348px;
  object-fit: cover;
  margin-bottom: 28px;
}
.posts_blog .single_post .term_wrap {
  margin-bottom: 14px;
}
.posts_blog .single_post .title_21 {
  color: #1e1e1e;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4285714286;
}
.posts_blog .big_post .lhs {
  width: 49%;
}
.posts_blog .big_post .bcg_post {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts_blog .big_post .rhs {
  background-color: var(--sc-gray);
  position: relative;
  width: 51%;
  min-height: 341px;
  padding: 40px 48px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts_blog .big_post .desc_wrap {
  position: relative;
  width: 100%;
  max-width: 575px;
}
.posts_blog .big_post .term_wrap {
  margin-bottom: 5px;
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.posts_blog .big_post .title_35 {
  margin-bottom: 23px;
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
}
.posts_blog .big_post .desc {
  color: #373737;
  font-family: ProximaNovaRg;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  margin: 0;
}
.posts_blog .read_more div {
  color: #005450;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
  padding: 22px 0;
  display: inline-block;
  cursor: pointer;
}
.posts_blog .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  border: 0;
}
.error404 header.page-header {
  margin: 140px auto 0;
  border-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  max-width: 100%;
  background-color: #005450;
}
.error404 header.page-header h1.page-title {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  padding: 15px 0 20px;
  max-width: 1440px;
  margin: 0 auto;
}
.error404 .not-found {
  padding: 50px 0;
}
.search-form .search-field {
  border: 1px solid #ddd;
}
.search-form .search-submit {
  max-width: 220px;
  min-width: 190px;
  background-color: var(--sc-orange) !important;
  color: var(--sc-blue) !important;
  font-family: bamberg_serial;
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  text-align: center;
  border: 0 !important;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 10px auto;
}
.search-form .search-submit:hover {
  color: var(--sc-orange) !important;
  background-color: var(--sc-blue) !important;
}
.single-post .single_post {
  margin-top: 150px;
}
.error404 .TopHeader .topmenu .menu li a,
.single-post .TopHeader .topmenu .menu li a {
  color: #000;
}
.error404.disableScroll .TopHeader .topmenu .menu li a,
.single-post.disableScroll .TopHeader .topmenu .menu li a {
  color: #fff;
}
.error404.disableScroll .menu-link span,
.single-post.disableScroll .menu-link span {
  background-color: #fff;
}
.error404.disableScroll .TopHeader .topmenu .menu li.call-us-trigger::after,
.single-post.disableScroll .TopHeader .topmenu .menu li.call-us-trigger::after {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}
.error404 .TopHeader path[fill="#fff"],
.error404 .TopHeader path[style="fill:#fff"],
.error404 .TopHeader rect[fill="#fff"],
.error404 .TopHeader rect[style="fill:#fff"],
.single-post .TopHeader path[fill="#fff"],
.single-post .TopHeader path[style="fill:#fff"],
.single-post .TopHeader rect[fill="#fff"],
.single-post .TopHeader rect[style="fill:#fff"] {
  fill: #373737 !important;
}
.error404 .TopHeader .topmenu .menu li.call-us-trigger::after,
.single-post .TopHeader .topmenu .menu li.call-us-trigger::after {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.error404 .menu-link span,
.single-post .menu-link span {
  background-color: #000;
}
.post_archive .content {
  position: relative;
  max-width: 1000px;
  padding: 0 50px;
  margin: 0 auto;
}
.post_archive .postcoming {
  padding-bottom: 30px;
}
.post_archive .postcoming a {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6; 
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.post_archive .postcoming a:hover{
  color: var(--sc-orange);
}
.post_archive .postcoming .title_15 {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.post_archive .pt_title {
  padding-bottom: 70px;
}
.post_archive .title_60 {
  margin-top: 30px;
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 55px;
  font-weight: normal;
  line-height: 1.1;
}
.post_archive .bcg_post {
  width: 100%;
  min-height: 397px;
  object-fit: cover;
  display: block;
}
.post_archive .wrap_wyswig {
  position: relative;
}
.post_archive .wrap_wyswig h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #373737;
}
.post_archive .wrapshare {
  top: 94px;
  position: absolute;
  width: 150px;
}
.post_archive .wysiwyg_post {
  max-width: 700px;
  padding: 80px 50px;
  margin: 0 auto;
  font-family: ProximaNovaRg;
  position: relative;
}
.post_archive .wrapshare a {
  width: 28px;
  height: 28px;
  display: block;
  text-align: left;
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 28px;
  color: #929292;
  opacity: 0.5;
  cursor: pointer;
}
.post_archive .wrapshare .title_12 {
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22.65px;
  text-transform: uppercase;
  color: #424242;
  margin-bottom: 20px;
}
.category_location .practise_location {
  background-color: #005450;
  padding-bottom: 200px;
}
.category_location .practise_location .container {
  max-width: 1260px;
}
.category_location .wrap_text {
  padding: 70px 0;
}
.category_location .wrap_text .titleg_50 {
  font-family: bamberg_serial;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  color: #f0faff;
  padding-bottom: 30px;
}
.category_location .wrap_text .titlep_16 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.category_location .wraper_pl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category_location .post_location {
  width: 25%;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.category_location .post_location:nth-child(4n + 1),
.category_location .post_location:nth-child(4n + 2),
.category_location .post_location:nth-child(4n + 3) {
  padding-right: 35px;
}
.category_location .maps_style {
  width: 100%;
  height: 176px;
}
.category_location .description {
  color: #f0faff;
  font-family: bamberg_serial;
  font-size: 24px;
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  position: relative;
  display: block;
  font-weight: normal;
  outline: 0;
}
.category_location .description h3 {
  color: #f0faff;
  font-family: bamberg_serial;
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
  outline: 0;
}
.category_location .description:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--sc-orange);
  width: 40px;
  bottom: 0;
  left: 0;
}
.category_location .desc_16 {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  width: 100%;
}
.category_location .detalis {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid;
  border-color: #fff;
  display: inline-block;
  padding-top: 15px;
}
.hidden {
  display: none !important;
}
.dynamic-result .banner_module {
  position: relative;
}
.dynamic-result .banner_module .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dynamic-result .banner_module .text-wrap {
  margin: auto;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 94px;
  z-index: 1;
  display: block;
}
.dynamic-result .banner_module .banner-name {
  text-shadow: 0 2px 30px rgb(0 0 0 / 50%);
  color: #fff;
  font-family: bamberg_serial;
  font-size: 80px;
  font-weight: normal;
  line-height: 95px;
}
.dynamic-result .banner_module .banner-concerns {
  text-shadow: 2px 2px 21px #696969;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 53px;
}
.dynamic-result .breadcrumbs {
  background-color: var(--sc-gray);
  color: #373737;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 36px 0 35px;
}
.dynamic-result .breadcrumbs span {
  font-weight: 700;
}
.dynamic-result .send-enquiry {
  background-color: var(--sc-gray);
  padding: 45px 0 39px;
}
.dynamic-result .send-enquiry .container {
  padding: 0 112px;
}
.dynamic-result .send-enquiry .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.dynamic-result .send-enquiry .result {
  width: 35%;
  position: relative;
}
.dynamic-result .send-enquiry .form-wrap {
  width: 58%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-left: 9%;
}
.dynamic-result .send-enquiry .result::before {
  position: absolute;
  content: "";
  top: -8px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: calc(100% + 16px);
  width: 1px;
  background-color: #979797;
  opacity: 0.5;
}
.dynamic-result .send-enquiry .title {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 18px;
  font-weight: normal;
  line-height: 19px;
  padding-bottom: 43px;
}
.dynamic-result .send-enquiry .location-name {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 24px;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 10px;
}
.dynamic-result .send-enquiry .edit {
  color: #373737;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  margin-top: 14px;
}
.dynamic-result .send-enquiry .edit div {
  padding-bottom: 7px;
  border-bottom: 1px solid #373737;
  display: inline-block;
  cursor: pointer;
}
.dynamic-result .send-enquiry .edit div:last-child {
  margin-left: 30px;
}
.dynamic-result .send-enquiry .edit div img,
.dynamic-result .send-enquiry .edit div svg {
  margin-left: 13px;
  top: 2px;
  position: relative;
}
.dynamic-result .send-enquiry .left,
.dynamic-result .send-enquiry .right {
  width: 45%;
}
.dynamic-result .send-enquiry .input-wrap.edit {
  cursor: pointer;
  margin-top: 0;
}
.dynamic-result .send-enquiry label {
  color: rgba(55, 55, 55, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.dynamic-result .send-enquiry .edit input {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.dynamic-result .send-enquiry input:not([type="submit"]) {
  border: none;
  background-color: transparent;
  font-size: 14px;
}
.dynamic-result .send-enquiry .input-wrap input {
  height: 25px;
}
.dynamic-result .send-enquiry [name="location"] {
  padding-left: 11px;
}
.dynamic-result .send-enquiry .input-wrap svg {
  margin-left: 13px;
  top: 2px;
  position: absolute;
  right: 0;
}
.dynamic-result .send-enquiry .enquiries {
  color: #707273;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.54px;
  line-height: 18px;
  padding-bottom: 7px;
}
.dynamic-result .send-enquiry strong {
  color: #636567;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.54px;
  line-height: 18px;
}
.dynamic-result .send-enquiry .working_hours {
  color: #707273;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.dynamic-result .send-enquiry p {
  margin: 0;
}
.dynamic-result .send-enquiry .input-wrap {
  margin-top: 0;
  border-bottom: 1px solid rgba(55, 55, 55, 0.8);
  margin-bottom: 33px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
}
.dynamic-result .send-enquiry .input-wrap .wpcf7-form-control-wrap {
  position: unset;
}
.dynamic-result .send-enquiry input[type="submit"] {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background-color: var(--sc-orange) !important;
  text-align: center;
  border: none;
  color: var(--sc-blue) !important;
  font-family: bamberg_serial;
  font-size: 20px;
  font-weight: normal;
  margin-top: 2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.dynamic-result .send-enquiry .ajax-loader {
  display: none;
}
.dynamic-result .send-enquiry .edit-location-modal {
  position: absolute;
  top: 51px;
  right: 0;
  left: 0;
  width: 287px;
  margin: 0 auto;
  pointer-events: none;
  opacity: 0;
}
.dynamic-result .qa-section {
  padding: 70px 0 58px;
}
.dynamic-result .qa-section:last-child {
  padding-bottom: 13px;
}
.dynamic-result .qa-section .container {
  padding: 0 112px;
}
.dynamic-result .send-enquiry .edit-location-modal .input-wrap {
  border: none;
}
.dynamic-result .thank_you_message {
  background-color: var(--sc-gray);
  display: none;
}
.dynamic-result .thank_you_message .container {
  padding: 0 112px;
}
.dynamic-result .thank_you_message .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding: 43px 0 40px;
}
.dynamic-result .thank_you_message .column {
  width: calc(100% / 3);
  padding: 16px 50px 25px;
  border-right: 1px solid rgba(151, 151, 151, 0.5);
}
.dynamic-result .thank_you_message .column:first-child {
  padding-left: 0;
  padding-top: 0;
}
.dynamic-result .thank_you_message .title {
  color: #373737;
  font-family: bamberg_serial;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1.24px;
  line-height: 21px;
  margin-bottom: 6px;
}
.dynamic-result .thank_you_message .desc {
  color: #373737;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.49px;
  line-height: 18px;
}
.dynamic-result .thank_you_message .title-20 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 16px;
  font-weight: normal;
  line-height: 31px;
  padding-bottom: 13px;
}
.dynamic-result .thank_you_message .column:last-child {
  border: none;
}
.dynamic-result .thank_you_message .phone {
  color: #373737;
  font-family: bamberg_serial;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.82px;
  line-height: 21px;
  margin-bottom: 21px;
}
.dynamic-result .thank_you_message .hours {
  opacity: 0.7;
  color: #373737;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
.dynamic-result .thank_you_message .logos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: calc(100% + 26px);
  margin: 0 -13px;
}
.dynamic-result .thank_you_message .logo-wrap {
  width: calc(100% / 3 - 26px);
}
.dynamic-result .thank_you_message .logo {
  max-width: 100%;
  max-height: 40px;
  padding: 0 13px;
  display: block;
  margin: auto;
}
.dynamic-result .concerns-edit {
  background-color: var(--sc-gray);
  display: none;
  border-top: 1px solid #979797;
  padding-top: 47px;
}
.dynamic-result .concerns-edit .container {
  padding: 0 112px;
}
.dynamic-result .concerns-edit .content {
  position: relative;
}
.dynamic-result .concerns-edit .cross {
  position: absolute;
  top: -12px;
  right: -50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.dynamic-result .concerns-edit .cross::before {
  position: absolute;
  content: "";
  background-color: #979797;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}
.dynamic-result .concerns-edit .cross::after {
  position: absolute;
  content: "";
  background-color: #979797;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}
.dynamic-result .concerns-edit .concerns-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding-bottom: 30px;
}
.dynamic-result .concerns-edit .concern {
  width: calc(100% / 11 - 30px);
  margin: 0 15px 25px;
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}
.dynamic-result .concerns-edit .concern_bcg {
  height: 68px;
  width: 100%;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}
.dynamic-result .concerns-edit .concern .description {
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 10px;
}
.dynamic-result .concerns-edit .elypse {
  opacity: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #005450;
  position: absolute;
  top: -13px;
  right: -13px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dynamic-result .concerns-edit .elypse::before {
  content: "\00d7";
  color: var(--sc-gray);
  font-size: 26px;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  opacity: 0;
  text-align: center;
  font-weight: 600;
}
.dynamic-result .concerns-edit .elypse::after {
  content: "\2714 \fe0e";
  color: var(--sc-gray);
  font-size: 18px;
}
.dynamic-result .concerns-edit .concern.concern_add,
.dynamic-result .concerns-edit .concern.concern_add .elypse {
  opacity: 1;
}
.btn_services {
  width: 100px;
  height: 40px;
  background-color: var(--sc-orange) !important;
  margin: 25px auto 0;
  border: none;
  cursor: pointer;
  padding: 0;
}
.btn_services span {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 12px;
  font-weight: normal;
}
.dynamic-result .qa-section .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.dynamic-result .qa-section .left {
  width: 329px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.dynamic-result .qa-section .thumbnail {
  width: 100%;
  height: 222px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.dynamic-result .qa-section .thumbnail_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.dynamic-result .side-nav-wrap {
  overflow: hidden;
}
.dynamic-result .side-nav {
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
  width: calc(100% + 17px);
}
.dynamic-result .qa-section .concern-item {
  border-left: 1px solid rgba(55, 55, 55, 0.72) !important;
  border-bottom: 1px solid rgba(55, 55, 55, 0.72);
  padding: 10px 0 9px 38px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.dynamic-result .qa-section .concern-item.active {
  font-size: 16px;
  font-weight: 600;
}
.dynamic-result .qa-section .booking-btn {
  width: 100%;
  background-color: var(--sc-orange) !important;
  color: var(--sc-blue) !important;
  font-family: bamberg_serial;
  font-size: 20px;
  font-weight: normal;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 13px 0;
}
@media screen and (min-width: 1025px) {
  .dynamic-result .qa-section .concern-item:hover {
    background-color: var(--sc-blue);
    border-color: var(--sc-blue);
    color: #fff;
  }
  @media screen and (min-width: 1025px) {
    .dynamic-result .side-nav .concern-item:nth-last-child(2) {
      border-bottom: none;
    }
  }
  .dynamic-result .qa-section .booking-btn:hover {
    background-color: var(--sc-blue) !important;
    color: #fff !important;
  }
}
.dynamic-result .qa-section .right {
  width: calc(100% - 329px);
  background-color: #fafafa;
  padding: 62px 0 97px;
}
.dynamic-result .qa-section .right-content {
  width: 70%;
  margin: auto;
}
.dynamic-result .qa-section .concern-title {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 30px;
  font-weight: normal;
  line-height: 60px;
}
.information_accordions .information_accordions_wrap {
  width: 930px; /*600px*/
  margin-top: 128px;
  margin-bottom: 100px;
}
/* .psychologist-profiles-wrapper .information_accordions .information_accordions_wrap{
  width: 930px;
  margin-top: 0;
  margin-bottom: 0;
}
.psychologist-profiles-wrapper section.information_accordions.hfaqwrapper h1, 
.psychologist-profiles-wrapper section.information_accordions.hfaqwrapper h2, 
.psychologist-profiles-wrapper section.information_accordions.pageoneacc h1, 
.psychologist-profiles-wrapper section.information_accordions.pageoneacc h2{
  margin-top: 0;
} */
.dynamic-result .information_accordions .information_accordions_wrap {
  margin-bottom: 0;
}
.Copyright {
  color: grey;
  font-size: xx-small;
}
.dynamic-result .send-enquiry.green {
  background-color: #005450;
  color: #b2cbca;
}
.dynamic-result .send-enquiry.green .location-name,
.dynamic-result .send-enquiry.green .title {
  color: var(--sc-orange);
}
.dynamic-result .send-enquiry.green .edit,
.dynamic-result .send-enquiry.green .enquiries,
.dynamic-result .send-enquiry.green .working_hours,
.dynamic-result .send-enquiry.green label,
.dynamic-result .send-enquiry.green strong {
  color: #b2cbca;
}
.dynamic-result .send-enquiry.green svg {
  fill: #b2cbca;
}
.dynamic-result .send-enquiry.green .edit div,
.dynamic-result .send-enquiry.green .input-wrap {
  border-color: #b2cbca;
}
.dynamic-result .send-enquiry.green input:not([type="submit"]) {
  color: #fff;
}
.dynamic-result .send-enquiry.green input::placeholder {
  opacity: 1;
  color: #bdbdbd;
  font-size: 14px;
}
.dynamic-result .send-enquiry.green input:not([type="submit"])::placeholder {
  color: #b2cbca;
}
.dynamic-result .send-enquiry.green .edit div img,
.dynamic-result .send-enquiry.green .edit img {
  filter: invert(1);
  opacity: 0.7;
}
.information_accordions .one_section .wysiwyg_section img {
  width: 100%;
  height: auto;
}
.dynamic-result .mobile-only {
  display: none;
}
.fadeZoom {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  opacity: 0;
}
.fadeZoom.start_anim {
  animation: 1.4s forwards fadeZoom;
}
@keyframes fadeZoom {
  0% {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    opacity: 0;
    transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.fadeUp {
  opacity: 0;
}
.fadeUp.start_anim {
  animation: 1.4s forwards fadeUp;
  opacity: 0;
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: none;
    opacity: 1;
    transform: none;
  }
}
.message_section .content:has(.DepressionMainWrapper) {
  max-width: 100%;
  
}
.message_section .content .DepressionMainWrapper{
  padding: 0px 0 !important;
}
/* .postid-370917 .banner_module */
.single-service:has(.DepressionMainWrapper) .banner_module {
  min-height: 0 !important;
  background-color: #fff !important;
}
.single-service:has(.DepressionMainWrapper) .banner_module .container .content {
  display: none !important;
}
.single-service:has(.DepressionMainWrapper) .fadeZoom.start_anim {
  animation-name: none !important;
}
.single-service:has(.DepressionMainWrapper) header.header.customheader {
  color: #000 !important;
} 
.single-service:has(.DepressionMainWrapper) header .call-us-trigger::after {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.single-service:has(.DepressionMainWrapper) header .line-inner-color {
  background-color: #000;
}
.page-id-3224 header path[style="fill:#fff"],
.page-id-3224 header rect[fill="#fff"],
.page-id-3224 header rect[style="fill:#fff"],
.single-service:has(.DepressionMainWrapper) .header.customheader path[fill="#fff"] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #373737 !important;
}
.single-service:has(.DepressionMainWrapper) .homecoming {
  margin-top: 20px;
}
.single-service:has(.DepressionMainWrapper) .TopHeader .topmenu .menu li a {
  color: #000;
}
.single-service:has(.DepressionMainWrapper) a.menu-link .line-inner-color {
  background-color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.page-id-3224 .TopHeader .topmenu .menu li.call-us-trigger::after,
.single-service:has(.DepressionMainWrapper) .TopHeader .topmenu .menu li.call-us-trigger::after {
  position: absolute;
  content: "";
  top: 5px;
  left: -19px;
  width: 12px;
  height: 17px;
  background-image: url(../images/icons/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  filter: invert(1);
}
.page-id-3224 .TopHeader .topmenu .menu li a {
  color: #000;
}
.page-id-3224 a.menu-link .line-inner-color {
  background-color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.TopHeader.ServiceMenuOpen path[fill="#fff"],
.TopHeader.ServiceMenuOpen path[style="fill:#fff"],
.TopHeader.ServiceMenuOpen rect[fill="#fff"],
.TopHeader.ServiceMenuOpen rect[style="fill:#fff"],
.TopHeader.Sticky path[fill="#fff"],
.TopHeader.Sticky path[style="fill:#fff"],
.TopHeader.Sticky rect[fill="#fff"],
.TopHeader.Sticky rect[style="fill:#fff"],
.page-id-3224 .TopHeader path[style="fill:#fff"],
.page-id-3224 .TopHeader rect[fill="#fff"],
.single-service:has(.DepressionMainWrapper) .TopHeader path[fill="#fff"],
.single-service:has(.DepressionMainWrapper) .TopHeader path[style="fill:#fff"],
.single-service:has(.DepressionMainWrapper) .TopHeader rect[fill="#fff"],
.single-service:has(.DepressionMainWrapper) .TopHeader rect[style="fill:#fff"] {
  fill: #373737 !important;
}
@media screen and (max-width: 1024px) {
  .single-service:has(.DepressionMainWrapper) .container {
    max-width: 94%;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single-service:has(.DepressionMainWrapper) .banner_module .container {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .DepressionMainWrapper .InnerContainWrapper {
    margin: 0 auto;
    /* width: 94%; */
    text-align: center;
  }
  .single-service:has(.DepressionMainWrapper) .container {
    padding-left: 0;
    padding-right: 0;
  }
  .single-service:has(.DepressionMainWrapper) .message_section .content {
    margin: 0;
  }
}
.ReviewsSliderWrap {
  padding: 115px 0;
}
.ReviewsSliderWrap + .locations_generic1.location_module {
  background-color: var(--sc-gray);
}
.ReviewsSliderWrap .container {
  max-width: 1220px;
  padding: 0;
}
.ReviewsSliderWrap .heading .titleg_50 {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2;
}
.ReviewsSliderWrap .slider {
  margin-top: 60px;
  overflow: hidden;
}
.ReviewsSliderWrap .slider .style-no_style {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  vertical-align: top;
  opacity: 1;
  float: left;
  background-color: var(--sc-gray);
  padding: 20px;
  border-radius: 10px;
  height: auto;
}
.ReviewsSliderWrap .slider .style-no_style:empty {
  display: none !important;
}
/* .ReviewsSliderWrap .slider .style-no_style.easy_t_single_testimonial-next {
    opacity: 0.75;
}
.ReviewsSliderWrap .slider .style-no_style.easy_t_single_testimonial-active,
.ReviewsSliderWrap .slider .style-no_style[aria-label="1 / 1"],
.ReviewsSliderWrap .slider .style-no_style[aria-label="1 / 2"],
.ReviewsSliderWrap .slider .style-no_style[aria-label="2 / 2"] {
    opacity: 1;
} */
.ReviewsSliderWrap .slider blockquote {
  text-align: left;
  position: relative;
  margin: 0;
  padding: 0;
}
.ReviewsSliderWrap .slider .testimonial_body {
  color: #373737;
  line-height: 1.5em;
  position: relative;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  margin: 0;
  font-weight: 400;
  font-style: italic;
}
.ReviewsSliderWrap .slider .testimonial_body p {
  letter-spacing: 0;
  font-family: var(--site-font-r);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* quotes: "&ldquo;" "&rdquo;"; */
  font-family: proxima-nova;
  margin-top: 0;
  font-style: italic;
}
.ReviewsSliderWrap .slider .testimonial_body p:before {
  content: "\201C";
  font-size: 20px;
}
.ReviewsSliderWrap .slider .testimonial_body p:after {
  content: "\201D";
  font-size: 20px;
}
.ReviewsSliderWrap .slider .testimonial-client {
  color: var(--sc-blue);
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: block;
  text-transform: uppercase;
  /* color: #373737;
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    display: block; */
}
.ReviewsSliderWrap .slider .easy_testimonial .stars {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.ReviewsSliderWrap .slider .easy_testimonial .stars span {
  color: var(--sc-orange);
  font-size: 1.3em;
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
}
.ReviewsSliderWrap
  .slider
  .easy_testimonial
  .stars
  span.dashicons-star-filled::before {
  content: "";
  position: absolute;
  background: url(../images/icons/star.png) no-repeat center;
  width: 20px;
  height: 19px;
  top: 0;
  left: 0;
  -moz-mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}
.ReviewsSliderWrap
  .slider
  .easy_testimonial
  .stars
  span.dashicons-star-filled.empty::before {
  display: none;
}
.ReviewsSliderWrap .slider .testimonial-position {
  margin-top: 0;
  color: #b0b0b0;
  font-size: 16px;
  line-height: 18px;
  display: block;
}
.ReviewsSliderWrap .slider .testimonial-other {
  display: none;
}
.ReviewsSliderWrap .slider .testimonial_author .date {
  color: var(--sc-blue);
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  display: none;
}
.ReviewsSliderWrap blockquote:before {
  display: none;
}
.ReviewsSliderWrap .testimonial_author {
  margin-bottom: 0;
}
body.home .our_service_wrap {
  padding: 100px 0 0;
  background-color: #fff;
}
.our_service_wrap {
  background-color: var(--sc-gray);
  padding: 100px 0 67px;
}
.our_service_wrap .title_services {
  margin-top: 0;
}
.ReviewsSliderWrap + .single_page .information_accordions.hfaqwrapper,
.ReviewsSliderWrap + .single_page .information_accordions.pageoneacc {
  background-color: var(--sc-gray);
}
.book_now_bar + .our_service_wrap,
.castle + .our_service_wrap,
.categories_section + .our_service_wrap,
.practise_location + .our_service_wrap,
.single_post + .our_service_wrap,
.testimonial_section + .our_service_wrap {
  background-color: #fff;
}
.single_location_module .tab-content .right .our_service_wrap {
  background-color: transparent;
}
.postid-786 .location_list {
  background-color: var(--sc-gray);
}
/** 090322 **/
.sky_blue_text_image_section ol,
.green_text_image_section ol {
  list-style: none;
  margin: 0;
  list-style-type: none;
  counter-reset: css-counter 0;
}
.sky_blue_text_image_section ol li::marker,
.green_text_image_section ol li::marker {
  display: none;
}
.sky_blue_text_image_section ol li,
.green_text_image_section ol li {
  counter-increment: css-counter 1;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.sky_blue_text_image_section ol li::before,
.green_text_image_section ol li::before {
  content: counter(css-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
/** 150322 **/
.postid-401496 .green_text_image_section .ImgWrap,
.postid-401496 .sky_blue_text_image_section .ImgWrap,
.postid-401448 .green_text_image_section .ImgWrap,
.postid-401448 .sky_blue_text_image_section .ImgWrap,
.postid-401395 .green_text_image_section .ImgWrap,
.postid-401395 .sky_blue_text_image_section .ImgWrap {
  max-width: 545px;
}
.postid-401496 .green_text_image_section .image,
.postid-401496 .sky_blue_text_image_section .ImgWrap .image_wrap,
.postid-401448 .green_text_image_section .image,
.postid-401448 .sky_blue_text_image_section .ImgWrap .image_wrap,
.postid-401395 .green_text_image_section .image,
.postid-401395 .sky_blue_text_image_section .ImgWrap .image_wrap {
  width: inherit !important;
  height: inherit !important;
}
.postid-401496 .green_text_image_section .content,
.postid-401448 .green_text_image_section .content,
.postid-401395 .green_text_image_section .content {
  padding: 126px 60px;
}
.sky_blue_text_image_section + .book_now_bar {
  background-color: #fff;
}
@media only screen and (min-width: 1080px) {
  .postid-401496 .green_text_image_section .ImgWrap,
  .postid-401496 .sky_blue_text_image_section .ImgWrap,
  .postid-401448 .green_text_image_section .ImgWrap,
  .postid-401448 .sky_blue_text_image_section .ImgWrap,
  .postid-401395 .green_text_image_section .ImgWrap,
  .postid-401395 .sky_blue_text_image_section .ImgWrap {
    margin-bottom: 0px;
  }
  .postid-401496 .homecoming + .sky_blue_text_image_section .container .contain,
  .postid-401448 .homecoming + .sky_blue_text_image_section .container .contain,
  .postid-401395
    .homecoming
    + .sky_blue_text_image_section
    .container
    .contain {
    padding: 126px 0px 60px;
  }
  .postid-401496 .homecoming + .green_text_image_section .content,
  .postid-401448 .homecoming + .green_text_image_section .content,
  .postid-401395 .homecoming + .green_text_image_section .content {
    padding: 126px 60px 60px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1280px) {
  .blank-space1 {
    display: block;
    height: 5px;
  }
  .blank-space2 {
    display: block;
    height: 60px;
  }
  .blank-space3 {
    display: block;
    height: 20px;
  }
}
h3.titleg_40 {
  color: var(--sc-blue);
  font-size: 40px;
  line-height: 60px;
  font-family: bamberg_serial;
  font-weight: normal;
}
.wygiwyg_wrap p + .hfaqwrapper {
  margin-top: 50px;
}
.hfaqwrapper .hfaq .hfaq__question {
  gap: 20px;
  border-bottom: 1px solid var(--sc-blue);
}
.hfaqwrapper .hfaq .hfaq__icon + p,
.hfaqwrapper span.hfaq__text {
  order: -1;
}
.hfaqwrapper .hfaq .hfaq__icon + p {
  margin: 0;
  width: 100%;
}
.hfaqwrapper .hfaq .hfaq__icon {
  margin: 0 !important;
}
.hfaqwrapper .hfaq .hfaq__icon br {
  display: none;
}
.hfaqwrapper .hfaq .hfaq__icon p {
  margin: 0;
}
.hfaqwrapper .hfaq[data-hfaq-state="expanded"] .hfaq__question {
  border-bottom: 1px solid #51788e !important;
}
.hfaqwrapper .hfaq[data-hfaq-state="expanded"] .hfaq__text {
  color: #51788e !important;
}
.hfaqwrapper .hfaq .hfaq__answer {
  padding: 10px 0px 0px !important;
  opacity: 1 !important;
}
.hfaqwrapper .hfaq .hfaq__answer p {
  padding: 0 !important;
  margin: 0px auto 15px !important;
}
.hfaqwrapper .hfaq .hfaq__answer a {
  text-decoration: underline !important;
  color: #51788e !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hfaqwrapper .hfaq .hfaq__answer a:hover {
  color: var(--sc-orange) !important;
}
.hfaqwrapper .hfaq .hfaq__answer ul {
  padding-left: 25px !important;
}
.hfaqwrapper .hfaq .hfaq__answer ul li {
  padding: 0 !important;
  background-image: none;
}
/********************************* 23-08-2023 ***********************************/
/** Psychologist Profile Page Start **/
.psychologist-profiles-wrapper .ReviewsSliderWrap,
.three-bluebox-wrapper,
.common-reasons-wrapper,
.green-text-and-left-image-wrapper,
.green-text-and-right-image-wrapper,
.sky-blue-text-and-left-image-wrapper,
.sky-blue-text-and-right-image-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.excellent-counsellors-wrapper + .excellent-counsellors-wrapper .container,
.three-bluebox-wrapper + .three-bluebox-wrapper .container,
.green-text-and-left-image-wrapper
  + .green-text-and-left-image-wrapper
  .container,
.green-text-and-right-image-wrapper
  + .green-text-and-right-image-wrapper
  .container,
.common-reasons-wrapper + .common-reasons-wrapper .container,
.sky-blue-text-and-left-image-wrapper
  + .sky-blue-text-and-left-image-wrapper
  .container,
.sky-blue-text-and-right-image-wrapper
  + .sky-blue-text-and-right-image-wrapper
  .container,
.ReviewsSliderWrap + .ReviewsSliderWrap .container,
.faq-wrapper + .faq-wrapper .container,
.get-in-touch-cta-wrapper + .get-in-touch-cta-wrapper .container,
.three-bluebox-wrapper + .common-reasons-wrapper .container {
  padding-top: 0;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.image {
  line-height: 0;
}
.btn-primary {
  display: inline-block;
  color: var(--sc-blue) !important;
  font-size: 23px;
  line-height: 1.3;
  font-family: bamberg_serial;
  background-color: var(--sc-orange) !important;
  border: 1px solid var(--sc-orange);
  padding: 15px 30px;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  vertical-align: top;
}
/* body.page-template-template-psychologists .btn-primary.call-us-btn */
.btn-primary.make-a-booking-trigger.call-us-btn {
  padding: 10px 25px;
  min-height: 62px;
  min-width: 200px;
}
.btn-primary.call-us-btn {
  min-height: 62px;
  min-width: 200px;
}
.btn-primary.make-a-booking-trigger.call-us-btn span {
  display: none;
}
body.page-template-template-psychologists
  .btn-primary.make-a-booking-trigger
  span {
  display: none;
}
.btn-primary.call-us-btn {
  padding: 10px 25px 6px;
}
.btn-primary:hover {
  color: var(--sc-orange) !important;
  background-color: var(--sc-blue) !important;
  border: 1px solid var(--sc-blue);
}
.psychologist-profiles-wrapper :is(h1,h2,h3,h4,h5,h6) {
  clear: none;
}
.psychologist-profiles-wrapper :is(h3,h4,h5,h6) {
  font-family: 'ProximaNovaRgBold';
}
.psychologist-profiles-wrapper .desc :is(h3,h4,h5,h6){
  margin-bottom: 8px;
}
.psychologist-profiles-wrapper .banner_module .wrap_test {
  position: relative;
  opacity: 1;
}
.psychologist-profiles-wrapper .banner_module .content {
  flex-direction: column;
}
.psychologist-profiles-wrapper .banner_module .content .title_70 + .titlep_20{
  margin-top: 30px;
}
.psychologist-profiles-wrapper .banner_module .content .title_70,
.video_header_slider .title_70 {
  font-size: 50px;
  line-height: 1.3;
  text-shadow: 0 2px 30px rgb(0 0 0 / 50%);
  color: #fff;
  font-weight: normal;
  font-family: bamberg_serial; 
}
.psychologist-profiles-wrapper .container {
  padding: 80px 50px;  /*100px 50px*/
} 
/* .psychologist-profiles-wrapper .banner_module {
  min-height: calc(100vh - 120px);
} */
.psychologist-profiles-wrapper .hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.video_header_slider {
  position: relative;
}
.video_header_slider .easy_t_single_testimonial {
  position: relative;
  height: auto;
  position: relative;
  min-height: calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  overflow: hidden;
}
.video_header_slider video {
  width: 100%;
  object-fit: cover;
}
.video_header_slider .video-col {
  display: flex;
  line-height: 0;
  height: 100%;
}
.video_header_slider .easy_t_single_testimonial .container {
  position: absolute;
  bottom: 120px; /*220px*/
  left: 50%;
  width: 100%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
.video_header_slider .header-btn-wrap {
  position: absolute;
  width: 100%;
  bottom: 140px;
  z-index: 1;
  text-align: center;
}
.video_header_slider .wrap_title .header-btn-wrap {
  position: inherit;
  margin-top: 30px;
  background-color: transparent;
  padding: 0;
}
@media only screen and (min-width: 1441px) {
  .video_header_slider .easy_t_single_testimonial .container {
    bottom: 320px;
  }
  .video_header_slider .header-btn-wrap {
    bottom: 230px;
  }
}
.video_header_slider .header-btn-wrap .container {
  position: relative;
  top: inherit;
  left: inherit;
  transform: inherit;
  padding: 0;
}
.video_header_slider .swiper-button-prev,
.video_header_slider .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: #fff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.video_header_slider .swiper-button-prev {
  left: 40px;
}
.video_header_slider .swiper-button-next {
  right: 40px;
}
.video_header_slider .swiper-button-prev:hover,
.video_header_slider .swiper-button-next:hover {
  opacity: 1;
}
.video_header_slider .swiper-button-prev:after,
.video_header_slider .swiper-button-next:after {
  font-size: 12px;
  color: var(--sc-blue);
  font-weight: 900;
}
.video_header_slider .swiper-button-prev.swiper-button-disabled,
.video_header_slider .swiper-button-next.swiper-button-disabled {
  display: none;
}
.secondary-logos-wrapper .container {
  padding: 25px 0px;
}
.secondary-logos-wrapper .WithoutSlider .swiper-wrapper {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 35px 55px;
}
.secondary-logos-wrapper .swiper-slide {
  line-height: 0;
}
.excellent-counsellors-wrapper {
  background-color: var(--sc-gray);
  text-align: center;
  overflow: hidden;
}
.counsellors-wrap {
  position: relative;
  min-height: 500px;
}
.btn-primary span {
  font-size: 14px;
  display: block;
}
.center-btn {
  text-align: center;
  width: 100%;
}
.three-bluebox-wrapper .d-flex + .center-btn,
.counsellors-wrap + .center-btn {
  margin-top: 40px;
}
.counsellors-wrap .center-col {
  min-width: 430px;
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.counsellors-wrap .easy_t_single_testimonial {
  cursor: grab;
}
.counsellors-wrap .center-col .image {
  min-width: 374px;
  max-width: 374px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.counsellors-wrap .center-col .image img {
  border-radius: 100%;
  border: 12px solid var(--sc-orange);
}
.counsellors-wrap .center-col .image + .text-col {
  margin-top: 20px;
}
.counsellors-wrap .text-col .title_20 {
  color: var(--sc-green);
  font-size: 25px;
  line-height: 1.3;
  font-family: bamberg_serial;
  font-weight: 400;
}
.counsellors-wrap .text-col .small-sepline {
  margin: 20px auto;
  background-color: var(--sc-blue);
}
.counsellors-wrap .text-col .desc,
.counsellors-wrap .text-col .desc p {
  color: var(--sc-blue);
  font-size: 20px;
  line-height: 32px;
}
.title_43 + .counsellors-wrap {
  margin-top: 60px;
}
.counsellors-wrap .easy_t_single_testimonial {
  opacity: 0 !important;
}
.counsellors-wrap .WithoutSlider .easy_t_single_testimonial,
.counsellors-wrap .easy_t_single_testimonial.easy_t_single_testimonial-active {
  opacity: 1 !important;
}
.multi-imgs-col {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.multi-imgs-col .image {
  position: absolute;
  left: 50%;
  border-radius: 100%;
  overflow: hidden;
  max-width: 175px;
  max-height: 175px;
}
.multi-imgs-col .image img {
  border-radius: 100%;
}
.multi-imgs-col .image:nth-child(1) {
  min-width: 175px;
  max-width: 175px;
  max-height: 175px;
  margin-left: -420px;
}
.multi-imgs-col .image:nth-child(2) {
  min-width: 130px;
  max-width: 130px;
  max-height: 130px;
  margin-left: 250px;
  top: 10px;
}
.multi-imgs-col .image:nth-child(3) {
  min-width: 60px;
  max-width: 60px;
  max-height: 60px;
  opacity: 0.6;
  margin-left: -315px;
  top: 210px;
}
.multi-imgs-col .image:nth-child(4) {
  min-width: 85px;
  max-width: 85px;
  max-height: 85px;
  opacity: 0.8;
  margin-left: 245px;
  top: 230px;
}
.multi-imgs-col .image:nth-child(5) {
  min-width: 52px;
  max-width: 52px;
  max-height: 52px;
  opacity: 0.4;
  margin-left: -230px;
  top: 345px;
  display: none;
}
.multi-imgs-col .image:nth-child(6) {
  min-width: 105px;
  max-width: 105px;
  max-height: 105px;
  opacity: 0.6;
  margin-left: 400px;
  top: 135px;
}
.multi-imgs-col .image:nth-child(7) {
  min-width: 150px;
  max-width: 150px;
  max-height: 150px;
  margin-left: -450px;
  top: 280px;
}
.multi-imgs-col .image:nth-child(8) {
  min-width: 177px;
  max-width: 177px;
  max-height: 177px;
  margin-left: 350px;
  opacity: 0.7;
  top: 280px;
}
.multi-imgs-col .image:nth-child(9) {
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  margin-left: -540px;
  opacity: 0.7;
  top: 165px;
}
.multi-imgs-col .image:nth-child(10) {
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  margin-left: 440px;
  opacity: 0.25;
  top: 30px;
}
.multi-imgs-col .image:nth-child(11) {
  min-width: 45px;
  max-width: 45px;
  max-height: 45px;
  margin-left: -490px;
  opacity: 0.25;
  top: -5px;
}
.multi-imgs-col .image:nth-child(12) {
  min-width: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-left: 510px;
  opacity: 0.4;
  top: 100px;
}
.multi-imgs-col .image:nth-child(13) {
  min-width: 53px;
  max-width: 53px;
  max-height: 53px;
  margin-left: -590px;
  opacity: 0.5;
  top: 290px;
}
.multi-imgs-col .image:nth-child(14) {
  min-width: 52px;
  max-width: 52px;
  max-height: 52px;
  margin-left: 525px;
  opacity: 0.5;
  top: 230px;
}
.multi-imgs-col .image:nth-child(15) {
  min-width: 82px;
  max-width: 82px;
  max-height: 82px;
  margin-left: -560px;
  opacity: 0.8;
  top: 385px;
}
.multi-imgs-col .image:nth-child(16) {
  min-width: 140px;
  max-width: 140px;
  max-height: 140px;
  margin-left: 585px;
  top: 50px;
}
.multi-imgs-col .image:nth-child(17) {
  min-width: 127px;
  max-width: 127px;
  max-height: 127px;
  margin-left: -650px;
  top: 25px;
}
.multi-imgs-col .image:nth-child(18) {
  min-width: 82px;
  max-width: 82px;
  max-height: 82px;
  margin-left: 615px;
  opacity: 0.6;
  top: 300px;
}
.multi-imgs-col .image:nth-child(19) {
  min-width: 90px;
  max-width: 90px;
  max-height: 90px;
  margin-left: -700px;
  opacity: 0.5;
  top: 190px;
}
.multi-imgs-col .image:nth-child(20) {
  min-width: 38px;
  max-width: 38px;
  max-height: 38px;
  margin-left: -670px;
  opacity: 0.25;
  top: 335px;
}
/* @media only screen and (min-width: 1441px){
    .excellent-counsellors-wrapper .container{
        padding-left: 0;
        padding-right: 0;
    }
} */
.title_28 {
  color: var(--sc-blue);
  font-size: 28px;
  line-height: 1.4;
  font-family: bamberg_serial;
  font-weight: 400;
}
.psychologist-profiles-wrapper .hfaqwrapper h2,
.psychologist-profiles-wrapper .title_43 {
  color: var(--sc-blue);
  font-size: 43px;
  line-height: 1.3 !important;
  font-family: bamberg_serial;
  font-weight: 400;
}
.psychologist-profiles-wrapper .title_43 {
  line-height: 1.5 !important;
}
.title_20 {
  color: var(--sc-green);
  font-size: 20px;
  line-height: 1.4;
  font-family: bamberg_serial;
  font-weight: 400;
}
.psychologist-profiles-wrapper .hfaqwrapper h2 {
  margin-bottom: 60px;
}
.full-img {
  margin-top: 60px;
}
.get-in-touch-cta-wrapper .d-flex,
.three-bluebox-wrapper .d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.three-bluebox-wrapper .d-flex .col {
  flex: 1 0 0%;
  background-color: var(--sc-blue);
  padding: 35px;
  color: #fff;
  min-width: 31%;
}
.three-bluebox-wrapper .d-flex .col .icon {
  margin-bottom: 20px;
}
.three-bluebox-wrapper .d-flex .col .title_28 {
  color: #fff;
}
.small-sepline {
  width: 60px;
  height: 1px;
  background-color: var(--sc-orange);
  margin: 20px 0px;
  clear: none;
}
.three-bluebox-wrapper .d-flex .col .desc {
  color: #fff;
}
.green-text-and-right-image-wrapper,
.green-text-and-left-image-wrapper {
  background-color: var(--sc-green);
  color: #fff;
}
.sky-blue-text-and-right-image-wrapper,
.get-in-touch-cta-wrapper,
.sky-blue-text-and-left-image-wrapper {
  background-color: var(--sc-gray);
  color: var(--sc-blue);
}
.sky-blue-text-and-left-image-wrapper .image,
.green-text-and-left-image-wrapper .image {
  float: left;
  margin-right: 70px;
  max-width: 670px;
  margin-bottom: 10px;
}
.sky-blue-text-and-right-image-wrapper .image,
.green-text-and-right-image-wrapper .image {
  float: right;
  margin-left: 70px;
  max-width: 670px;
  margin-bottom: 10px;
}

.sky-blue-text-and-right-image-wrapper:has(.desc-col > h2) .image,
.green-text-and-right-image-wrapper:has(.desc-col > h2) .image,
.sky-blue-text-and-left-image-wrapper:has(.desc-col > h2) .image,
.green-text-and-left-image-wrapper:has(.desc-col > h2) .image{
  margin-top: 10px;
}

.psychologist-profiles-wrapper .small-sepline {
  display: flow-root;
}
.green-text-and-right-image-wrapper,
.green-text-and-left-image-wrapper {
  overflow: hidden;
}
.green-text-and-right-image-wrapper .title_43,
.green-text-and-left-image-wrapper .title_43 {
  color: #fff;
}
.sky-blue-text-and-right-image-wrapper .title_43,
.get-in-touch-cta-wrapper .title_43,
.sky-blue-text-and-left-image-wrapper .title_43 {
  color: var(--sc-blue);
}
.green-text-and-right-image-wrapper .image,
.green-text-and-left-image-wrapper .image {
  position: relative;
}
.green-text-and-right-image-wrapper .image + .desc-col {
  padding-right: 300px;
}
.green-text-and-left-image-wrapper .image + .desc-col {
  padding-left: 300px;
}
@media only screen and (min-width: 1025px) {
  .postid-404762 .green-text-and-left-image-wrapper .image + .desc-col,
  .page-id-404565 .green-text-and-left-image-wrapper .image + .desc-col {
    max-width: calc(100% - 740px);
    padding-left: 0;
    float: right;
  }
}
.white-text-and-right-image-wrapper .image img,
.green-text-and-right-image-wrapper .image img,
.green-text-and-left-image-wrapper .image img {
  position: relative;
  z-index: 2;
}
.white-text-and-right-image-wrapper .image::before,
.green-text-and-right-image-wrapper .image::before,
.green-text-and-left-image-wrapper .image::before {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 370px;
  height: 370px; 
  border: 4px solid var(--sc-orange);
  border-radius: 100%;
  bottom: -100px;
  z-index: 2;
  transform: translateY(var(--circle-shift, 0px));
  transition: transform 0.5s ease-out;
}
.green-text-and-left-image-wrapper .image::before {
  left: -75px;
}



.white-text-and-right-image-wrapper .image::before,
.green-text-and-right-image-wrapper .image::before {
  right: -75px;
}
.green-text-and-right-image-wrapper .small-sepline,
.green-text-and-left-image-wrapper .small-sepline {
  background-color: #fff;
}
.sky-blue-text-and-right-image-wrapper .desc-col,
.sky-blue-text-and-left-image-wrapper .desc-col,
.green-text-and-right-image-wrapper .desc-col,
.green-text-and-left-image-wrapper .desc-col {
  position: relative;
  z-index: 2;
}
.sky-blue-text-and-right-image-wrapper .small-sepline,
.sky-blue-text-and-left-image-wrapper .small-sepline {
  background-color: var(--sc-blue);
}
.desc p {
  line-height: 30px;
}
.hfaq__answercontent ul,
.desc ul,
.hfaq__answercontent ol,
.desc ol,
.hfaq__answercontent p,
.desc p {
  margin-top: 0;
  margin-bottom: 25px;
}
.hfaq__answercontent p:last-child,
.desc p:last-child {
  margin-bottom: 0px;
}
.desc-col .btn-primary,
.desc + .btn-primary + .btn-primary,
.desc + .btn-primary {
  margin-top: 30px;
}
.counsellors-wrap .swiper-pagination {
  display: none;
}
.common-reasons-wrapper .DescWrap + .d-flex,
.common-reasons-wrapper .title_43 + .d-flex {
  margin-top: 60px;
}
.common-reasons-wrapper .d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
}
.common-reasons-wrapper .d-flex + .center-btn.MarginTop20 {
  margin-top: 60px;
}
.common-reasons-wrapper .d-flex .col {
  flex: 1 0 0%;
  min-width: 30%;
  max-width: 30%;
}
.common-reasons-wrapper .d-flex .col .title_20 {
  color: #373737;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  font-family: ProximaNovaRgBold;
}
.common-reasons-wrapper .d-flex .col .image {
  display: flex;
  min-height: 150px;
  margin-bottom: 20px;
  overflow: hidden;
}
.common-reasons-wrapper .d-flex .col .image img {
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.common-reasons-wrapper .d-flex .col a:hover .image img {
  transform: scale(1.1);
}
.common-reasons-wrapper .d-flex .col .small-sepline {
  background-color: var(--sc-blue);
  margin: 15px 0px 10px;
}
.common-reasons-wrapper .d-flex .col .desc,
.common-reasons-wrapper .d-flex .col .desc p {
  color: var(--sc-blue);
}
.get-in-touch-cta-wrapper .container {
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.get-in-touch-cta-wrapper .d-flex {
  align-items: center;
  justify-content: space-between;
}
.get-in-touch-cta-wrapper .left {
  max-width: 610px;
}
.get-in-touch-cta-wrapper .desc {
  font-size: 18px;
}
.get-in-touch-cta-wrapper .title_43 + .desc {
  margin-top: 15px;
}
.psychologist-profiles-wrapper .ReviewsSliderWrap {
  padding: 0 !important;
}
.psychologist-profiles-wrapper .ReviewsSliderWrap .container {
  max-width: 1440px;
}
.psychologist-profiles-wrapper .three-bluebox-wrapper + .ReviewsSliderWrap .container {
  padding-top: 0;
}
.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .style-no_style {
  opacity: 1;
  background-color: var(--sc-gray);
  padding: 28px;
  height: auto;
}
.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .testimonial_body,
.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .testimonial_body p {
  color: #414242;
  font-style: italic;
}
.psychologist-profiles-wrapper .ReviewsSliderWrap .slider .testimonial-client {
  color: var(--sc-blue);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px; 
}
.ReviewsSliderWrap + .faq-wrapper .container {
  padding-top: 20px;
}
.faq-wrapper .container {
  max-width: 930px;
  padding-left: 0;
  padding-right: 0;
}
.faq-wrapper .hfaq__question .hfaq__text {
  color: var(--sc-blue);
  font-size: 25px;
  line-height: 1.5;
  font-family: bamberg_serial;
  font-weight: 400;
}
.faq-wrapper .hfaqwrapper .hfaq .hfaq__iconplus,
.faq-wrapper .hfaqwrapper .hfaq .hfaq__iconminus {
  width: 31px;
}
.faq-wrapper
  .hfaqwrapper
  ul.hfaqlist[data-hfaq-style="style1"]
  .hfaq
  .hfaq__question {
  border-bottom: 1px solid #61697c;
}
.faq-wrapper .hfaqwrapper .hfaq .hfaq__answercontent {
  color: var(--sc-blue);
  font-size: 16px;
  line-height: 28px;
}
.faq-wrapper .hfaqwrapper ul.hfaqlist {
  margin-bottom: 0px;
}
.faq-wrapper .hfaqwrapper ul.hfaqlist li:last-child .hfaq {
  margin-bottom: 0;
}
.MarginTop20 {
  margin-top: 20px;
}
button.btn-primary + button.btn-primary {
  margin-left: 20px;
}

/** 070525 Vish **/
.white-text-and-right-image-wrapper.fs-18 .desc{
  font-size: 18px;
}
body:has(.DepressionMainWrapper) .youre_in_safe_hands{
  background-color: transparent;
}
body:has(.DepressionMainWrapper) .youre_in_safe_hands .content {
  margin: 30px auto 0;
}
body:has(.DepressionMainWrapper) .youre_in_safe_hands .text{
  font-size: 22px;
    line-height: 1.5; 
}


/** Responsive Start **/ 
@media (max-width: 1025px) {
  .video_header_slider video {
    object-position: 85%;
  }
  .psychologist-profiles-wrapper .ReviewsSliderWrap,
  .three-bluebox-wrapper,
  .common-reasons-wrapper,
  .green-text-and-left-image-wrapper,
  .green-text-and-right-image-wrapper,
  .sky-blue-text-and-left-image-wrapper,
  .sky-blue-text-and-right-image-wrapper {
    min-height: inherit;
  }
  .MainWrapper {
    padding: 0 20px;
  }
  .video_header_slider .easy_t_single_testimonial {
    min-height: calc(100vh - 0px);
    max-height: calc(100vh - 0px);
  }
  /* .video_header_slider .title_70 br, */
  .white-text-and-right-image-wrapper .image::before,
  .common-reasons-wrapper .DescWrap br,
  .green-text-and-right-image-wrapper .image::before,
  .green-text-and-left-image-wrapper .image::before,
  .psychologist-profiles-wrapper .banner_module .content .title_70 br {
    display: none;
  }
  .psychologist-profiles-wrapper .banner_module .content .title_70,
  .video_header_slider .title_70 {
    font-size: 40px;
  }
  .video_header_slider .swiper-button-prev {
    left: 10px;
  }
  .video_header_slider .swiper-button-next {
    right: 10px;
  }
  .btn-primary {
    font-size: 20px;
  }
  .three-bluebox-wrapper .d-flex .col {
    padding: 25px;
  }
  .faq-wrapper .container,
  .psychologist-profiles-wrapper .ReviewsSliderWrap .container,
  .psychologist-profiles-wrapper .container {
    padding: 60px 0px;
    max-width: 94%;
    margin: 0 auto;
  }
  .secondary-logos-wrapper .container {
    padding: 25px 0;
  }
  .sky-blue-text-and-right-image-wrapper .image,
  .green-text-and-right-image-wrapper .image,
  .sky-blue-text-and-left-image-wrapper .image,
  .green-text-and-left-image-wrapper .image {
    float: none;
    margin: 0 auto 40px;
  }
  .green-text-and-left-image-wrapper .image + .desc-col {
    padding-left: 0px;
  }
  .green-text-and-right-image-wrapper .image + .desc-col {
    padding-right: 0px;
  }
  .common-reasons-wrapper .d-flex {
    gap: 50px 25px;
  }
  .psychologist-profiles-wrapper .hfaqwrapper h2,
  .psychologist-profiles-wrapper .title_43 {
    font-size: 40px !important;
  }
  .get-in-touch-cta-wrapper .left {
    max-width: 60%;
  }
  .get-in-touch-cta-wrapper .desc {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .video_header_slider .easy_t_single_testimonial .container {
    bottom: inherit;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .video_header_slider .header-btn-wrap {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 20px 0px;
    background-color: var(--sc-gray);
  }
  .psychologist-profiles-wrapper .banner_module .content .title_70,
  .video_header_slider .title_70 {
    font-size: 35px;
  }
  .btn-primary {
    font-size: 18px;
  }
  button.btn-primary + button.btn-primary {
    margin-left: 5px;
  }
  .secondary-logos-wrapper .WithoutSlider .swiper-wrapper {
    gap: 20px 25px;
  }
  /* .psychologist-profiles-wrapper h1 br, */
  .psychologist-profiles-wrapper h2 br,
  .psychologist-profiles-wrapper h3 br,
  .psychologist-profiles-wrapper h4 br,
  .psychologist-profiles-wrapper h5 br,
  .psychologist-profiles-wrapper h6 br {
    display: none;
  }
  .psychologist-profiles-wrapper .hfaqwrapper h2,
  .psychologist-profiles-wrapper .title_43 {
    font-size: 35px !important;
  }
  .counsellors-wrap .center-col {
    min-width: 100%;
    max-width: 100%;
  }
  .multi-imgs-col {
    display: none;
  }
  .get-in-touch-cta-wrapper .d-flex,
  .three-bluebox-wrapper .d-flex {
    flex-direction: column;
  }
  .common-reasons-wrapper .d-flex .col {
    min-width: 47%;
    max-width: 47%;
  }
  .common-reasons-wrapper .title_43 + .d-flex {
    margin-top: 60px;
  }
  .faq-wrapper .hfaq__question .hfaq__text {
    font-size: 22px;
  }
  .video_header_slider .swiper-button-prev,
  .video_header_slider .swiper-button-next {
    opacity: 0.5 !important;
  }
  .counsellors-wrap {
    min-height: inherit;
  }
  .get-in-touch-cta-wrapper .left {
    width: 100%;
    max-width: 100%;
  }
  .get-in-touch-cta-wrapper .d-flex {
    flex-direction: inherit;
  }
  .faq-wrapper .hfaq__question .hfaq__text {
    padding-bottom: 5px;
  }
  .faq-wrapper .hfaqwrapper ul.hfaqlist[data-hfaq-style="style1"] .hfaq {
    margin: 0 0 0px;
  }
  .hfaqwrapper
    ul.hfaqlist[data-hfaq-style="style1"]
    .hfaq
    .hfaq__answercontent {
    padding: 5px 0 0;
  }
}
@media (max-width: 480px) {
  .secondary-logos-wrapper .swiper-slide {
    width: 45%;
    text-align: center;
  }
  .counsellors-wrap .center-col .image {
    min-width: 250px;
    max-width: 250px;
  }
  .counsellors-wrap .center-col .image img {
    border: 10px solid var(--sc-orange);
  }
  .psychologist-profiles-wrapper .hfaqwrapper h2,
  .psychologist-profiles-wrapper .title_43 {
    font-size: 30px !important;
  }
  .three-bluebox-wrapper .d-flex .col {
    padding: 20px;
  }
  .three-bluebox-wrapper .d-flex .col .title_28 {
    font-size: 25px;
  }
  .common-reasons-wrapper .d-flex {
    gap: 30px 25px;
  }
  .common-reasons-wrapper .d-flex .col {
    min-width: 100%;
    max-width: 100%;
  }
  .center-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .center-btn button.btn-primary + button.btn-primary {
    margin: 0;
  }
  .desc-col .btn-primary,
  .desc + .btn-primary + .btn-primary,
  .desc + .btn-primary {
    margin-top: 30px;
    display: block;
  }
  .desc-col .btn-primary + .btn-primary {
    margin-left: 0;
    margin-top: 12px;
  }
}
/** Psychologist Profile Page End **/
/** 070624 **/

/* .depression_booking_form.make-a-booking-modal input:not([type="checkbox"]),
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont
  span.placeholder,
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont
  span,
.depression_booking_form.make-a-booking-modal
  .newsletter_n_mandatory_text
  .text,
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title="Concern"]
  span.placeholder,
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title="Concern"]
  span,
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title=" Time Preference"]
  span.placeholder,
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title=" Time Preference"]
  span,
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title="Location"]
  span.placeholder,
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont[title="Location"]
  span,
.depression_booking_form.make-a-booking-modal textarea,
.depression_booking_form.make-a-booking-modal div.wpcf7-response-output,
.depression_booking_form.make-a-booking-modal
  .mc4wp-checkbox
  .wpcf7-list-item-label,
.depression_booking_form.make-a-booking-modal
  .wpcf7-checkbox
  .wpcf7-list-item-label,
.depression_booking_form.make-a-booking-modal .textarea-label {
  color: #000 !important;
  opacity: 1 !important;
}
.depression_booking_form.make-a-booking-modal ::-webkit-input-placeholder {
  color: #000 !important;
}
.depression_booking_form.make-a-booking-modal :-moz-placeholder {
  color: #000 !important;
}
.depression_booking_form.make-a-booking-modal ::-moz-placeholder {
  color: #000 !important;
}
.depression_booking_form.make-a-booking-modal :-ms-input-placeholder {
  color: #000 !important;
}
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont
  > label
  > i {
  border-bottom: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
}
.depression_booking_form.make-a-booking-modal input:not([type="checkbox"]),
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont {
  color: #000 !important;
  border-bottom: 1px solid #e0e0e0 !important;
} */
.depression_booking_form.make-a-booking-modal
  .SumoSelect
  > .optWrapper
  > .options
  li.opt:first-child {
  padding: 25px 0 9px 20px !important;
}
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .CaptionCont,
.depression_booking_form.make-a-booking-modal input:not([type="checkbox"]) {
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0;
}
.depression_booking_form.make-a-booking-modal .wpcf7-form-control-wrap {
  display: block;
}
.depression_booking_form.make-a-booking-modal
  .mc4wp-checkbox
  .wpcf7-list-item-label::before,
.depression_booking_form.make-a-booking-modal
  .wpcf7-checkbox
  .wpcf7-list-item-label::before {
  background-color: var(--sc-orange);
}
.depression_booking_form.make-a-booking-modal form > p {
  display: none;
}
.depression_booking_form.make-a-booking-modal
  .input_wrap
  .SumoSelect
  > .optWrapper {
  top: 49px;
}
.depression_booking_form.make-a-booking-modal .cf7_submit_btn_wrapper {
  text-align: center;
}
.depression_booking_form.make-a-booking-modal
  .cf7_submit_btn_wrapper
  .clsCF7submit {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--sc-orange) !important;
  color: var(--sc-blue) !important;
}
.depression_booking_form.make-a-booking-modal
  .cf7_submit_btn_wrapper
  .clsCF7submit:focus,
.depression_booking_form.make-a-booking-modal
  .cf7_submit_btn_wrapper
  .clsCF7submit:hover {
  background-color: var(--sc-blue) !important;
  color: var(--sc-orange) !important;
}
.DepressionMainWrapper .TitleWrap {
  margin-bottom: 0px;
}
.Contact_CounsellingWrap {
  max-width: 100%;
  width: 767px;
  margin: 0 auto;
  background-color: var(--sc-gray);
}
.Contact_CounsellingWrap .content {
  margin-top: 0px;
  margin-bottom: 0px;
}
.FormCaption {
  font-family: bamberg_serial;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
input.ContactCounselling {
  width: auto !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  background-color: var(--sc-orange) !important;
  color: var(--sc-blue) !important;
  font-family: bamberg_serial;
  font-size: 20px !important;
  margin: 0 auto !important;
}
a.ReturnBtnWrap,
a:hover.ReturnBtnWrap {
  background-color: transparent !important;
}
/** 190624 vish **/
.faq-wrapper + .location_list,
.green-text-and-right-image-wrapper + .common-reasons-wrapper,
.page-id-404610 .location_list,
.sky-blue-text-and-left-image-wrapper
  + .our_service_wrap
  + .common-reasons-wrapper,
.page-id-404565 .location_list {
  background-color: var(--sc-gray);
}
.faq-wrapper + .location_list .container .wrap_locations,
.page-id-404610 .location_list .container .wrap_locations,
.sky-blue-text-and-left-image-wrapper + .our_service_wrap,
.page-id-404565 .location_list .container .wrap_locations {
  padding: 0;
}
.green-text-and-right-image-wrapper
  + .common-reasons-wrapper
  + .sky-blue-text-and-right-image-wrapper,
.green-text-and-right-image-wrapper
  + .common-reasons-wrapper
  + .sky-blue-text-and-left-image-wrapper,
.sky-blue-text-and-left-image-wrapper + .our_service_wrap {
  background-color: #fff;
}
.common-reasons-wrapper .d-flex .col .small-sepline {
  display: none;
}
.common-reasons-wrapper .d-flex .col a .small-sepline {
  display: block;
}
.common-reasons-wrapper .d-flex .col .title_20 {
  margin-bottom: 10px;
}
.common-reasons-wrapper .d-flex .col a .title_20 {
  margin-bottom: 0px;
}
.postid-405014 .faq-wrapper {
  background-color: var(--sc-gray);
}
/** 160924 vish **/
.helpfull_information .services-trigger-footer,
.helpfull_information .custom_link,
.helpfull_information .generic-link,
.choose_your_style_of_therapy .services-trigger-footer,
.choose_your_style_of_therapy .custom_link,
.choose_your_style_of_therapy .generic-link,
.information_section .services-trigger-footer,
.information_section .custom_link,
.information_section .generic-link,
.green_intro_section .services-trigger-footer,
.green_intro_section .custom_link,
.green_intro_section .generic-link {
  color: #ff9d62;
}
.helpfull_information .services-trigger-footer::before,
.helpfull_information .custom_link::before,
.helpfull_information .generic-link::before,
.choose_your_style_of_therapy .services-trigger-footer::before,
.choose_your_style_of_therapy .custom_link::before,
.choose_your_style_of_therapy .generic-link::before,
.information_section .services-trigger-footer::before,
.information_section .custom_link::before,
.information_section .generic-link::before,
.green_intro_section .services-trigger-footer::before,
.green_intro_section .custom_link::before,
.green_intro_section .generic-link::before {
  background-color: #ff9d62;
  transition: all 0.5s ease-in-out;
}
.helpfull_information .services-trigger-footer:hover::before,
.helpfull_information .custom_link:hover::before,
.helpfull_information .generic-link:hover::before,
.information_section .services-trigger-footer:hover::before,
.information_section .custom_link:hover::before,
.information_section .generic-link:hover::before {
  width: 100%;
}
.choose_your_style_of_therapy .services-trigger-footer:hover::before,
.choose_your_style_of_therapy .custom_link:hover::before,
.choose_your_style_of_therapy .generic-link:hover::before,
.green_intro_section .services-trigger-footer:hover::before,
.green_intro_section .custom_link:hover::before,
.green_intro_section .generic-link:hover::before {
  width: 60px;
}
.posts + .center-btn.MarginTop20 {
  margin-top: 0;
}
/** 040225 - Media Page CSS Start **/
.page-id-405395 .message_section,
.page-id-404077 .message_section{
  background-color: var(--sc-gray);
}
.sky_blue_text_and_right_image_wrapper {
  background-color: #ffffff; /*var(--sc-gray)*/
  color: var(--sc-blue);
}
.sky_blue_text_and_right_image_wrapper .container {
  padding: 70px 50px;
}
.sky_blue_text_and_right_image_wrapper .image {
  float: right;
  margin-left: 70px;
  max-width: 670px;
  margin-bottom: 10px;
}
.sky_blue_text_and_right_image_wrapper .desc-col {
  position: relative;
  z-index: 2;
}
.sky_blue_text_and_right_image_wrapper .desc-col .title_43 {
  clear: none;
  color: var(--sc-blue);
  font-size: 43px;
  line-height: 1.5;
  font-family: bamberg_serial;
  font-weight: 400;
}
.sky_blue_text_and_right_image_wrapper .small-sepline {
  background-color: var(--sc-blue);
}
.loop_item_wrapper{
  background-color: var(--sc-gray);
}
.loop_item_wrapper .container {
  max-width: 1510px;
  margin: 0 auto;
  padding: 30px 50px;
  /* display: flex;
  flex-wrap: wrap;
  gap: 50px;
  gap: 40px;
  justify-content: center; */
  position: relative;
}
.JcarouselSlider{
  position: relative;
  padding: 0 40px;
}
.loop_item_wrapper .swiper-container{
  padding: 40px 0px;
}
.loop_item_wrapper .container .easy_t_single_testimonial{
  height: auto;
}
.loop_item_wrapper .container .col {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1); 
    height: 100%;
}
.loop_item_wrapper .container .WithoutSlider .easy_t_single_testimonial{
  max-width: 33%;
    flex: 1 0 0;
}
.loop_item_wrapper .container .col .image,
.loop_item_wrapper .container .col .image a,
.loop_item_wrapper .container .col .image picture{
  min-height: 300px;
  display: flex;
} 
.loop_item_wrapper .container .col .image img{
  object-fit: cover;
}
.loop_item_wrapper .container .col .desc_wrap {
  padding: 25px;
}
.loop_item_wrapper .container .col .date-and-author {
  display: flex;
  color: #373737;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 10px;
}
.loop_item_wrapper .container .col .date-and-author .date+.author {
  border-left: 1px solid #b9c5d7;
  margin-left: 15px;
  padding-left: 15px;
}
.loop_item_wrapper .container .col .title_35 a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.has-background-white .site .loop_item_wrapper a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
  color: var(--sc-orange) !important;
}
.loop_item_wrapper .container .col .title_35 a:hover {
  color: var(--sc-orange);
}
.loop_item_wrapper .container .col .btn-primary {
  font-size: 20px;
  margin-top: 25px;
}
.loop_item_wrapper .swiper-button-prev,.loop_item_wrapper .swiper-button-next{
  width: 35px;
    height: 35px;
    border: 1px solid var(--sc-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sc-blue);
    border-radius: 100%;
}
.loop_item_wrapper .swiper-button-prev::after, .loop_item_wrapper .swiper-button-next::after {
  font-size: 18px;
  color: var(--sc-orange);
  font-weight: 700;
}
.loop_item_wrapper .swiper-button-prev{
  left: -10px;
}
.loop_item_wrapper .swiper-button-next{
  right: -10px;
}
/** 040225 - Media Page CSS End **/
/** 180225 Counsellor Psychologist Profiles New Design CSS Start **/
 
.video_header_slider.vh-height-video-wrapper .easy_t_single_testimonial {
  min-height: calc(100vh - 220px);
  max-height: calc(100vh - 220px);
}
/* .video_header_slider.small-video-header .easy_t_single_testimonial {
  min-height:520px;
  max-height: 520px;
} */
.video_header_slider.small-video-header  .easy_t_single_testimonial .container {
  bottom: 80px;
}
@media only screen and (min-width: 1441px) {
  .video_header_slider.small-video-header  .easy_t_single_testimonial .container {
      bottom: 80px;
  }  
}
/* .green-title .title_43,
.green-title .title_50,
.green-title .hfaqwrapper h2,.our-practitioner-wrapper .title_43,
.our-locations-psychologist-wrapper .locations_generic1 .title_50,
.psychologist-profiles-wrapper .white-text-and-left-image-wrapper + .other_services_section .other_servises .title_services,
.psychologist-profiles-wrapper .white-text-and-right-image-wrapper .title_43{
  color: var(--sc-green);
} */
.sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .desc, 
.sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .desc, 
.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc, 
.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc,
.sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .desc p, 
.sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .desc p, 
.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc p, 
.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc p{
  font-size: 22px;
  line-height: 35px;
}
.sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .small-sepline, 
.sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .small-sepline, 
.green-text-and-right-image-wrapper.big-text-desc .desc-col .small-sepline, 
.green-text-and-left-image-wrapper.big-text-desc .desc-col .small-sepline {
  margin: 30px 0px;
}
.green-text-and-left-image-wrapper.big-text-desc .image,
.green-text-and-right-image-wrapper.big-text-desc .image {
  margin-bottom: 30px;
}
.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-wrapper, .psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-wrapper{
  flex-wrap: wrap;
  gap: 40px;
}
.psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .easy_t_single_testimonial, .psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-slide{
  flex: 1 0 31%;
  max-width: 31.34%; 
} 
.welcome-center-text-wrapper,.heading-shortdesc,
.common-reasons-wrapper.heading-text-center .title_43,
.common-reasons-wrapper.heading-text-center .DescWrap{
  text-align: center;
}
.psychologist-profiles-wrapper .other_servises .shortdesc,
.welcome-center-text-wrapper .desc,.white-text-and-right-image-wrapper .shortdesc,
.common-reasons-wrapper.heading-text-center .DescWrap{
  font-size: 20px;
    font-weight: 500;
    color: var(--sc-blue);
    line-height: 1.7;
} 
.heading-shortdesc + .clearfix{
  margin-top:70px;
}
.welcome-center-text-wrapper .container{
  padding: 70px 50px;
}
.white-text-and-right-image-wrapper .title_43 + .shortdesc,
.welcome-center-text-wrapper .title_43 + .desc{
  margin-top: 10px;
}
.white-text-and-right-image-wrapper{
  overflow: hidden;
}
.white-text-and-right-image-wrapper .image {
  position: relative;
  float: right;
  margin-left: 0px;
  max-width: 670px;
}
.white-text-and-right-image-wrapper .image + .desc-col {
  /* padding-right: 300px; */
  max-width: 48%;
}
@media only screen and (min-width: 1441px) {
  .white-text-and-right-image-wrapper .image + .desc-col {
    max-width: 49%;
  }
}
.video_header_slider + .white-text-and-right-image-wrapper .container{
  padding-top: 70px;
}
.white-text-and-right-image-wrapper .desc h2,.white-text-and-right-image-wrapper .desc h3,.white-text-and-right-image-wrapper .desc h4,
.white-text-and-right-image-wrapper .desc h5,.white-text-and-right-image-wrapper .desc h6 {
  color: var(--sc-blue);
    font-family:ProximaNovaRgBold;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}
.white-text-and-right-image-wrapper .desc h2{font-size:25px;}
.white-text-and-right-image-wrapper .desc h3{font-size:20px;}
.white-text-and-right-image-wrapper .desc h4{font-size:18px;}
.white-text-and-right-image-wrapper .desc h5{font-size:16px;}
.white-text-and-right-image-wrapper .desc h6{font-size:14px;}
/* .three-bluebox-wrapper.gray-box-wrapper, */
.psychologist-profiles-wrapper .other_services_section, .psychologist-profiles-wrapper .other_services_section + .btnOtherServicesClass{
  background-color: var(--sc-gray);
}

.psychologist-profiles-wrapper .other_servises {
  border-top: 0px solid rgba(32, 45, 76, 0.5);
}
.other_services_section .other_servises .title_services {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}
.other_services_section .other_services_wrap{
  margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.other_services_section .other_services_wrap .one_other_service {
  width: 18.71%;
  min-height: 200px;
  margin-bottom: 0px;
  padding: 0;
  flex: 1 0 18.71%;
} 
.other_servises .title_services + .shortdesc{
  margin-top: 15px;
}
.other_servises .title_services + .other_services_wrap,
.other_servises .shortdesc + .other_services_wrap{
  margin-top: 50px;
}
.gray-box-wrapper .d-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 100px;
}
.gray-box-wrapper .title_43{
  text-align: center;
}
.gray-box-wrapper .title_43 + .d-flex{
  margin-top: 70px;
}
.three-bluebox-wrapper.gray-box-wrapper .d-flex .col{
  background-color: transparent;
  padding: 0;
  min-width: 27%;
  max-width: 29%;
  position: relative;
}
.three-bluebox-wrapper.gray-box-wrapper .d-flex .col + .col::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -50px;
  background-color: #dde6f3;
}
.three-bluebox-wrapper.gray-box-wrapper .d-flex .col .icon {
  max-width: 80px;
    min-height: 80px;
    line-height: 0;
}
.gray-box-wrapper .d-flex .col .desc,
.three-bluebox-wrapper.gray-box-wrapper .d-flex .col .title_28 {
  color: var(--sc-blue);
}
.three-bluebox-wrapper.gray-box-wrapper .d-flex .col .title_28{
  font-size: 25px;
  font-family: ProximaNovaRgBold;
}
.gray-box-wrapper .d-flex .col .small-sepline{
  background-color: var(--sc-blue);
}
.gray-box-wrapper  .d-flex + .center-btn{
  margin-top: 70px;
}
.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul{
  display: flow-root;
}
.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul,
.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul{
  list-style-type: none;
}
.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul li,
.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul li{
  position: relative;
  padding: 0 0 0 30px;
  background-image: none;
} 
.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul li + li,
.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul li + li{
  margin-top: 20px;
}
.green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul li::before,
.green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul li::before{
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 100%;
  top: 12px;
  left: 0;
}
.our-locations-psychologist-wrapper{
  background-color: var(--sc-gray);
  position: relative;
  overflow: hidden;
} 
.our-locations-psychologist-wrapper .wrap_locations{
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0;
}
.our-locations-psychologist-wrapper .find_a_location {
  padding: 0;
}
.our-locations-psychologist-wrapper .wrap_locations .top{
  display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.our-locations-psychologist-wrapper .locations_generic1 .wrap_descryption{
  padding-bottom: 0;
}
.our-locations-psychologist-wrapper .locations_generic1 .wrap_descryption .descryption_16{
  color: var(--sc-blue);
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  max-width: 520px;
}
.our-locations-psychologist-wrapper .wrap_locations .top + .category_localisation1{
  margin-top: 55px;
}
.our-locations-psychologist-wrapper .location_module_burger .category_localisation1 .wrap_localisation {
  min-height: 250px;
  width: calc(25% - 22px);
    margin-left: 11px;
    margin-right: 11px;
}
.our-locations-psychologist-wrapper .location_module_burger .category_localisation1 .localisation_bcg {
  height: 100%;
}
.our-locations-psychologist-wrapper .find_a_location_result {
    padding: 0;
    position: absolute;
    top: 280px;
    left: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    height: calc(100% - 280px);      
}
.btnOtherServicesClass{
  text-align: center; 
  padding-bottom: 100px;
}

.psychologist-profiles-wrapper .single_page:has(.white-text-and-left-image-wrapper + .our-practitioner-wrapper) .common-reasons-wrapper,
.psychologist-profiles-wrapper .single_page:has(.white-text-and-right-image-wrapper + .our-practitioner-wrapper) .common-reasons-wrapper,
.white-text-and-right-image-wrapper + .our-practitioner-wrapper .heading::before,
.white-text-and-left-image-wrapper + .our-practitioner-wrapper .heading::before,
.white-text-and-right-image-wrapper + .our-practitioner-wrapper,
.white-text-and-left-image-wrapper + .our-practitioner-wrapper,
/* .other_services_section + .btnOtherServicesClass,
.other_services_section + .btnOtherServicesClass, */ 
.white-text-and-right-image-wrapper + .other_services_section + .btnOtherServicesClass,
.white-text-and-left-image-wrapper + .other_services_section + .btnOtherServicesClass{
  background-color: var(--sc-gray);
}


.psychologist-profiles-wrapper .single_page:has(.white-text-and-left-image-wrapper + .our-practitioner-wrapper) .btnOtherServicesClass,
.psychologist-profiles-wrapper .single_page:has(.white-text-and-right-image-wrapper + .our-practitioner-wrapper) .btnOtherServicesClass,
.psychologist-profiles-wrapper .single_page:has(.white-text-and-left-image-wrapper + .our-practitioner-wrapper) .other_services_section,
.psychologist-profiles-wrapper .single_page:has(.white-text-and-right-image-wrapper + .our-practitioner-wrapper) .other_services_section{
  background-color: #ffffff;
}

.other_services_section .other_services_wrap{
  max-height: 480px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.other_services_section.active .other_services_wrap{
  max-height:2000px;
}
.our-locations-psychologist-wrapper > .btn-primary{
  display: flex;
      align-items: center;
      justify-content: center;
      margin: -50px auto 100px;
}
/* .our-practitioner-wrapper .heading + .JcarouselSlider,
.our-practitioner-wrapper .title_43 + .JcarouselSlider{
  margin-top: 40px;
} */
.our-practitioner-wrapper .JcarouselSlider{
  padding: 0;
}
.our-practitioner-wrapper .JcarouselSlider .btn-primary{
    margin: 70px auto 0;
    display: block;
}
.our-practitioner-wrapper .WithoutSlider .swiper-wrapper{
  gap: 33px;
  flex-wrap: wrap;
} 
.our-practitioner-wrapper .easy_t_single_testimonial{
  padding-top: 40px;
}
.our-practitioner-wrapper .WithoutSlider .easy_t_single_testimonial{
  width: 100%;
    max-width: 310px; 
    flex: 1 0 23%;
}
.our-practitioner-wrapper .top-name{
  margin-bottom: 15px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.our-practitioner-wrapper .name{
  color: var(--sc-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  font-family: ProximaNovaRgBold;
}
.our-practitioner-wrapper .designation{
  color: var(--sc-blue);
  font-size: 16px;
  line-height: 1.5;
}
.our-practitioner-wrapper .image{
  position: relative;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #f3f3f3;
}
.our-practitioner-wrapper .image::before{
  content: '';
  position: absolute;
  background-color: rgba(0,0,0,0.55);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.our-practitioner-wrapper .image .btn-primary{
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 20px;
  min-height: inherit;
  min-width: auto;
  width: calc(100% - 50px);
  padding: 12px 20px 10px;
  opacity: 0; 
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 769px) {
  .our-practitioner-wrapper:has(.easy_t_single_testimonial:nth-child(3):hover) .easy_t_single_testimonial:nth-child(3) .image::before,
  .our-practitioner-wrapper:has(.easy_t_single_testimonial:nth-child(3):hover) .easy_t_single_testimonial:nth-child(3) .btn-primary,
  .our-practitioner-wrapper .easy_t_single_testimonial:nth-child(3) .image::before,
  .our-practitioner-wrapper .easy_t_single_testimonial:nth-child(3) .image .btn-primary,
  .our-practitioner-wrapper .easy_t_single_testimonial:hover .image::before,
  .our-practitioner-wrapper .easy_t_single_testimonial:hover .image .btn-primary{
    opacity: 1;
    visibility: visible;
  }
  .our-practitioner-wrapper:has(.easy_t_single_testimonial:hover) .easy_t_single_testimonial:nth-child(3) .image::before,
  .our-practitioner-wrapper:has(.easy_t_single_testimonial:hover) .easy_t_single_testimonial:nth-child(3) .btn-primary{
    opacity: 0;
    visibility: hidden; 
  }
}
.our-practitioner-wrapper .title{ 
  color:var(--sc-blue); /*var(--sc-green)*/
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  font-family: ProximaNovaRgBold;
}
.our-practitioner-wrapper .sepline{
  border-bottom: 1px solid var(--sc-blue);
  max-width: 60px;
  margin: 12px 0;
}
.our-practitioner-wrapper .desc,.our-practitioner-wrapper .desc p{
  line-height: 28px;
}
.our-practitioner-wrapper .heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: sticky;
    top: 65px;
    background-color: #fff;
    z-index: 2;
    padding: 10px 0;
}
.our-practitioner-wrapper .heading::before{
  content: '';
  position: absolute;
  width: 110%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.our-practitioner-wrapper .arrows{ 
  display: flex;
  align-items: center;
  gap: 20px;
}

.our-practitioner-wrapper:has(.WithoutSlider) .arrows{
  display: none !important;
}

.our-practitioner-wrapper .swiper-button-prev1, .our-practitioner-wrapper .swiper-button-next1{
  position: relative;
  top: inherit;
  left: inherit;
  right: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #ffae71;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-practitioner-wrapper .swiper-button-disabled{ 
    cursor: auto;
    pointer-events: none;
}
.our-practitioner-wrapper .swiper-button-prev1::after{
  content: 'prev';
}
.our-practitioner-wrapper .swiper-button-next1::after{
  content: 'next';
} 
.our-practitioner-wrapper .swiper-button-prev1::after, .our-practitioner-wrapper .swiper-button-next1::after{
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-size: 23px;
  color: #ffae71;
  font-weight: 600;
}
.our-practitioner-wrapper .swiper-button-prev1::before,.our-practitioner-wrapper .swiper-button-next1::before{
  content: '';
  position: absolute;
  background-color: #ffae71;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  animation: glow 1.5s linear infinite;
  -webkit-animation: glow 1.5s linear infinite;
  z-index: -1;
  border-radius: 100%;
}
@keyframes glow {
  0% {
      transform: scale(1);
      opacity: 0.9;
  }
  100% {
      transform: scale(1.6);
      opacity: 0;
  }
}
/** Responsive **/
@media (max-width: 1025px) {
  .video_header_slider.vh-height-video-wrapper .easy_t_single_testimonial {
    min-height: calc(100vh - 0px);
    max-height: calc(100vh - 0px);
  }
  .video_header_slider + .white-text-and-right-image-wrapper .container{
    padding-top: 50px;
  }
  .gray-box-wrapper .title_43 + .d-flex,
  .heading-shortdesc + .clearfix {
    margin-top: 50px;
  }
  .white-text-and-right-image-wrapper .image {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .white-text-and-right-image-wrapper .image + .desc-col {
    max-width: 100%;
  }
  .white-text-and-right-image-wrapper .desc-col {
    margin-top: 30px;
  }
  .our-locations-psychologist-wrapper .locations_generic1 .container,
 .other_services_section .container {
    padding: 60px 0px !important;
    max-width: 94% !important;
    margin: 0 auto;
  }
  .btnOtherServicesClass {
    padding-bottom: 70px;
  }
  .common-reasons-wrapper .d-flex .col {
    flex: 1 0 31%;
    min-width: auto;
    max-width: 33%;
  }
  /* .our-practitioner-wrapper .swiper-button-prev1, .our-practitioner-wrapper .swiper-button-next1 {
    top: -95px;
  } */
  .our-locations-psychologist-wrapper .wrap_locations .top {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }
  .our-locations-psychologist-wrapper .locations_generic1 .wrap_locations {
    padding-bottom: 10px !important;
    padding-top: 0 !important;
  }
  .three-bluebox-wrapper.gray-box-wrapper .d-flex {
    gap: 30px 50px;
  }
  .three-bluebox-wrapper.gray-box-wrapper .d-flex .col + .col::before {
    left: -25px;
  }
  .psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-wrapper, .psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-wrapper {
    gap: 20px;
  }
  .psychologist-profiles-wrapper .ReviewsSliderWrap .slider .style-no_style {
    padding:20px 15px;
  }
  .psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .easy_t_single_testimonial, .psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-slide {
    flex: 1 0 47.7%;
    max-width: 47.8%;
  }
  .sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .desc, .sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .desc, .green-text-and-right-image-wrapper.big-text-desc .desc-col .desc, .green-text-and-left-image-wrapper.big-text-desc .desc-col .desc, .sky-blue-text-and-right-image-wrapper.big-text-desc .desc-col .desc p, .sky-blue-text-and-left-image-wrapper.big-text-desc .desc-col .desc p, .green-text-and-right-image-wrapper.big-text-desc .desc-col .desc p, .green-text-and-left-image-wrapper.big-text-desc .desc-col .desc p {
    font-size: 20px;
    line-height: 32px;
  }
  .green-text-and-left-image-wrapper.big-text-desc .desc-col .desc ul li, .green-text-and-right-image-wrapper.big-text-desc .desc-col .desc ul li {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 768px) {
  .our-practitioner-wrapper .title_43 + .JcarouselSlider {
    margin-top: 30px;
  }
  .our-practitioner-wrapper .JcarouselSlider {
    /* padding: 35px 0px 0; */
    border-top: 1px solid #dddd;
  }
  /* .our-practitioner-wrapper .easy_t_single_testimonial .image .btn-primary{
    opacity: 0.5;
    visibility: visible;
  } */
  .our-practitioner-wrapper .easy_t_single_testimonial .image .btn-primary,
  .our-practitioner-wrapper .easy_t_single_testimonial .image::before{
    opacity: 0;
    visibility: hidden;
  }
  .our-practitioner-wrapper .easy_t_single_testimonial.easy_t_single_testimonial-next .image::before,
  .our-practitioner-wrapper .easy_t_single_testimonial:hover .image::before,
  .our-practitioner-wrapper .easy_t_single_testimonial.easy_t_single_testimonial-next .image .btn-primary,
  .our-practitioner-wrapper .easy_t_single_testimonial:hover .image .btn-primary{
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .video_header_slider.small-video-header .easy_t_single_testimonial .container {
    bottom: inherit;
    top: 55% !important;
  }
  .common-reasons-wrapper .d-flex .col {
    flex: 1 0 47%;
    min-width: auto;
    max-width: 47%;
  }
  .other_services_section .other_services_wrap {
    max-height: 440px;
    gap: 20px 15px;
  }
  .other_services_section .other_services_wrap .one_other_service {
    width: 100%;
    min-height: 128px;
    margin-bottom: 0px;
    padding: 0;
    flex: 1 0 30%;
    max-width: 31%;
  }
  .our-locations-psychologist-wrapper .location_module_burger .category_localisation1 .wrap_localisation {
    min-height: 140px;
    width: calc(35% - 20px);
    margin-left: 0;
    margin-right: 0;
  }
  .three-bluebox-wrapper.gray-box-wrapper .d-flex .col {
    min-width: 100%;
    max-width: 100%;
  }
  .three-bluebox-wrapper.gray-box-wrapper .d-flex {
    gap: 50px;
  }
  .three-bluebox-wrapper.gray-box-wrapper .d-flex .col + .col::before {
    left: 0;
    width: 100%;
    height: 1px;
    top: -25px;
  }
  .our-practitioner-wrapper .heading {
    padding: 5px 0;
  }
  .our-practitioner-wrapper:has(.WithoutSlider) .heading{
    padding: 10px 0;
  }
  .our-practitioner-wrapper .swiper-button-prev1, .our-practitioner-wrapper .swiper-button-next1 {
    width: 40px;
    height: 40px;
  } 
  .our-practitioner-wrapper .swiper-button-prev1::before, .our-practitioner-wrapper .swiper-button-next1::before {
    margin-top: -18px;
    margin-left: -18px;
}
  .our-practitioner-wrapper .swiper-button-prev1::after, .our-practitioner-wrapper .swiper-button-next1::after {
    font-size: 20px;
  }
  /* .our-practitioner-wrapper .JcarouselSlider {
    padding: 0 50px;
  } 
  .our-practitioner-wrapper .swiper-button-prev1{
    right: inherit;
    left: 0;
  }*/
 
  .our-practitioner-wrapper .title_43{
    max-width: 70%;
    line-height: 1.2 !important;
        font-size: 25px !important;
  }
  .our-practitioner-wrapper:has(.WithoutSlider) .title_43{
    max-width: 100%;
    font-size:30px !important;
    line-height: 1.3 !important;
  }
  
  .our-practitioner-wrapper .name {
    font-size: 20px;
    line-height: 1.3;
  }
  .our-practitioner-wrapper .designation {
    font-size: 15px;
    min-height: 45px;
  }
  .our-practitioner-wrapper .top-name {
    margin-bottom: 10px;
  }
  .our-practitioner-wrapper .image .btn-primary {
    bottom: 15px;
    font-size: 18px;
    min-height: inherit;
    width: calc(100% - 30px);
    padding: 10px 16px 10px;
    min-height: inherit !important;
  }
  .psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .easy_t_single_testimonial, .psychologist-profiles-wrapper .ReviewsSliderWrap .swiper-container.WithoutSlider .swiper-slide,
  .common-reasons-wrapper .d-flex .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .our-locations-psychologist-wrapper .locations_generic1 .wrap_descryption .descryption_16 {
    font-size: 16px;
    max-width: 100%;
  }
  
}
@media (max-width: 480px) {
  .our-locations-psychologist-wrapper .location_module_burger .category_localisation1 .wrap_localisation {
    min-height: 140px;
    width: calc(50% - 10px);
  }
  .our-locations-psychologist-wrapper .find_a_location {
    width: 100%;
  }
}
/** 180225 Counsellor Psychologist Profiles New Design CSS End **/
/** Online Tests Page Start - 041125 **/
.online_tests_list_wrapper .container{
  padding-block:80px;
}
.online_tests_list_wrapper .DescWrap,
.online_tests_list_wrapper .title_43{
  text-align:center;
}
.online_tests_list_wrapper .title_43 {
  color: var(--sc-blue);
  font-size: 43px;
  line-height: 1.5 !important;
  font-family: bamberg_serial;
  font-weight: 400;
}
.online_tests_list_wrapper .DescWrap{
  font-size: 20px;
  font-weight: 500;
  color: var(--sc-blue);
  line-height: 1.7;
}
.online_tests_list_wrapper .image,
.online_tests_list_wrapper picture{
  width: 100%;
  max-height: 250px;
  overflow:hidden;
}
.online_tests_list_wrapper .image img,
.online_tests_list_wrapper picture img{
  width:100%;
  object-fit:cover;
} 
@media (max-width: 1025px) {
  .online_tests_list_wrapper .container {
      padding: 60px 0px;
      max-width: 94%;
      margin: 0 auto;
  }
  .online_tests_list_wrapper .title_43{
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .online_tests_list_wrapper .title_43 {
      font-size: 35px;
  }
}
@media (max-width: 480px) {
  .online_tests_list_wrapper .title_43 {
      font-size: 30px;
  }
}
/** Online Tests Page End - 041125 **/

.DepressionMainWrapper .wpcf7 form .wpcf7-response-output{
      margin: 30px 0 0;
}
.Right-Col.make-a-booking-modal .cf7_submit_btn_wrapper br{
  display: none;
}
.Right-Col.make-a-booking-modal .cf7_submit_btn_wrapper img{
  margin: 0 auto;
}

.on-mobile.request-a-booking-btn{
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9;
  width: 100%;
}
.has-background-white .on-mobile.request-a-booking-btn a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.on-mobile.request-a-booking-btn a:focus,
.on-mobile.request-a-booking-btn a{
  background-color: var(--sc-orange) !important; 
  color: var(--sc-blue) !important;
  font-family: ProximaNovaRg,sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  font-weight: 700; 
  padding: 14px 20px; 
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  transition: 0.3s ease-in-out;
  display: block;
  width: 100%;
}
.request_booking_btn {
    background-color: var(--sc-orange);
    color: var(--sc-blue) !important;
    font-family: bamberg_serial;
    font-size: 20px;
    line-height: 29px;
    text-align: center; 
    cursor: pointer;
    font-weight: normal;
    padding: 14px 30px;
    transition: 0.3s ease-in-out;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 98;
}

.request_booking_btn:hover {
    background-color: var(--sc-blue);
    color: var(--sc-orange) !important;
}

.close-popup-form {
    color: #fff !important; 
    position: absolute;
    top: 6px;
    right: 10px;
    z-index: 99;
    font-size: 20px;
    opacity: 0.6 !important;
}

@media (min-width: 768px) {
    .Right-Col.make-a-booking-modal {
        position: fixed !important;
        bottom: 10px;
        right: 10px;
        max-width: 355px !important;
        background-color: var(--sc-green);
        padding: 15px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
        z-index: 999;
        border: 2px solid #044644;
    }
  }

 .Right-Col.make-a-booking-modal .phone,
 .Right-Col.make-a-booking-modal .title {
    font-family: ProximaNovaRg,sans-serif;
    font-size: 20px;
    color: var(--sc-orange);
    font-weight: 700;
    margin-bottom: 12px;
}
 .Right-Col.make-a-booking-modal .title {
    margin-top: 20px;
}
 .Right-Col.make-a-booking-modal .input_wrap {
    margin-bottom: 15px;
}
 .Right-Col.make-a-booking-modal textarea {
    height: 80px;
}
.Right-Col.make-a-booking-modal .wpcf7-form .hidden-xs, .Right-Col.make-a-booking-modal .wpcf7-form p {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}
.Right-Col.make-a-booking-modal .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
}
.Right-Col.make-a-booking-modal .wpcf7-form .wpcf7-not-valid-tip{
  display: none;
}
.Right-Col.make-a-booking-modal .wpcf7-form .wpcf7-form-control.wpcf7-not-valid{
  border-color:#ff0000 !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0;
    padding: 0 !important;
    border: 0px solid #00a0d2 !important;
}
.Right-Col.make-a-booking-modal .textarea-label{
  margin-bottom: 0;
}
.Right-Col.active-effect::before{
    content: '';
    position: absolute;
    background-color: var(--sc-green);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    opacity: 0.5;
    animation: scale-ani 1s ease-in;
    -webkit-animation: scale-ani 1s ease-in;
    z-index: -1;
}

@keyframes scale-ani {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1); 
        -o-transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        opacity: 0;
    }
}

@media (max-width: 1023.98px) {
    .request_booking_btn,.Right-Col.make-a-booking-modal {
        display: none !important;
    }
    .on-mobile.request-a-booking-btn {
        display: block !important;
    }
}


/* 210825 - Triguns */
.single h2.faq-category-title,
.information_accordions h2.faq-category-title,
.faq-wrapper h2.faq-category-title {
    color: var(--sc-blue);
    font-size: 43px;
    line-height: 1.3 !important;
    font-family: bamberg_serial;
    font-weight: 400;
    margin-bottom: 60px;
}
.single .ewd-ufaq-faq-div,
.information_accordions .ewd-ufaq-faq-div,
.faq-wrapper .ewd-ufaq-faq-div {
    padding: 2px 0 15px;
    clear: both;
    margin: 0 0 40px;
    border-bottom: 1px solid #61697c; 
}
.faq-wrapper .ewd-ufaq-faq-div:last-child{
  margin-bottom: 0;
}

.single .ewd-ufaq-faq-div.ewd-ufaq-post-active,
.information_accordions .ewd-ufaq-faq-div.ewd-ufaq-post-active,
.faq-wrapper .ewd-ufaq-faq-div.ewd-ufaq-post-active {
    border-bottom: 1px solid #51788e;
}


.single .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6), 
.information_accordions .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6), 
.faq-wrapper .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6){
    display: inline-block;
    margin: 5px !important;
    color: var(--sc-blue);
    font-size: 25px !important;
    line-height: 1.5 !important;
    font-family: bamberg_serial !important;
    font-weight: 400;
}
.single div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol,
.information_accordions div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol,
.faq-wrapper div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    text-decoration: none;
    float: right;
    text-align: center;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 15px;
    padding: 15px 0px 0px 2px;
    line-height: 1;
    border-style: solid;
    border-width: 0;
}
.single .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span,
.information_accordions .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span,
.faq-wrapper .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    display: inline-block;
    font-size: 20px;
    margin: 0 auto;
    color: var(--sc-blue);
}
.single .ewd-ufaq-faq-body,
.information_accordions .ewd-ufaq-faq-body,
.faq-wrapper  .ewd-ufaq-faq-body {
    padding: 10px 25px;
    padding-left: 5px;
    line-height: 28px;
} 
.single .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span, h1,h2,h3,h4,h5,h6),
.information_accordions .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span, h1,h2,h3,h4,h5,h6),
.faq-wrapper .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span, h1,h2,h3,h4,h5,h6){
    color: #51788e;
} 



/** Online Page CSS Start - 160725 Vish **/
.page-id-406214 .TopHeader {
    position: sticky;
    top: 0;
    background-color: var(--sc-green);
}
.page-id-406214 .ReviewsSliderWrap,
.page-id-406214 .our-practitioner-wrapper .heading::before, 
.page-id-406214 .our-practitioner-wrapper,
.full_width_side_img_wrapper{
  background-color: var(--sc-gray);
}
.page-id-406214 .psychologist-profiles-wrapper .ReviewsSliderWrap .slider .style-no_style {
    background-color: #fff;
}
.page-id-406214 .ReviewsSliderWrap + .faq-wrapper .container {
    padding-top: 100px; 
}
.full_width_side_img_wrapper .d-flex{
      display: flex;
      align-items: center;
}
.full_width_side_img_wrapper .d-flex > div{
  flex: 1 0 0;
}
.full_width_side_img_wrapper .d-flex .image{
  order: 1;
}
.full_width_side_img_wrapper .d-flex .image img{
  width: 100%;
}
.full_width_side_img_wrapper .d-flex .desc_col{
    display: flex;
    justify-content: flex-end;
}
.full_width_side_img_wrapper .d-flex .desc_col .inner-col {
    padding: 50px 100px 50px 0px;
    max-width: 670px;
}
.orange-small-title{
   color: var(--sc-orange);
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'ProximaNovaRgBold';
    letter-spacing: 0.5px;
}
.orange-small-title + .title_48{
  margin-top: 20px;
}
.full_width_side_img_wrapper .title_48{
    color: var(--sc-blue);
    font-family: bamberg_serial;
    font-size: 48px;
    line-height: 1.3;
    font-weight: normal;
}
.full_width_side_img_wrapper .desc{
  font-size: 18px;
  margin-top: 15px;
}
.full_width_side_img_wrapper .two-btns{
  margin-top: 40px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.full_width_side_img_wrapper .two-btns .blue-btn{
  color: var(--sc-orange) !important;
  background-color: var(--sc-blue) !important;
  border: 1px solid var(--sc-blue); 
}
.full_width_side_img_wrapper .two-btns .blue-btn:hover{
  color: var(--sc-blue) !important;
    background-color: var(--sc-orange) !important;
    border: 1px solid var(--sc-orange);
}
.top_title_left_img_wrap .container{
  max-width: 1250px;
  padding: 100px 0px 110px;
}
.top_title_left_img_wrap .container .clearfix{
  max-width: 1170px;
}
.top_title_left_img_wrap .clearfix{
  display: flex;
}
.top_title_left_img_wrap .clearfix .image{
  position: relative;
  max-width: 600px;
}
.top_title_left_img_wrap .clearfix .image,
.top_title_left_img_wrap .clearfix .desc-col{
  flex: 1 0 0;
  min-width: 50%;
}
.top_title_left_img_wrap .clearfix .image + .desc-col{
  padding-left: 80px;
}
.top_title_left_img_wrap .shortdesc{
  color: var(--sc-orange);
    font-size: 20px; 
    line-height: 1.5;
    font-family: 'ProximaNovaRgBold';
    margin-top: 10px;
}
.white-text-and-left-image-wrapper .desc-col{
  font-size: 17px;
  line-height: 1.6;
}
.top_title_left_img_wrap .clearfix .desc-col h3{
  color: var(--sc-blue);
    font-size: 30px;
    line-height: 1.5;
    font-family: bamberg_serial;
    font-weight: 400;
    margin-bottom: 30px;
}
.top_title_left_img_wrap .clearfix .desc-col ul li{
  background-image: none;
  padding: 0;
  display: flex;
    gap: 15px;
    align-items: flex-start;
}
.top_title_left_img_wrap .clearfix .desc-col ul li picture{
  min-width: 25px;
  text-align: center;
  margin-top: 5px;
      line-height: 0;
}
.top_title_left_img_wrap .clearfix .desc-col ul li + li{
  margin-top: 25px;
}

.gray-box-wrapper.green-bg{
  background-color: var(--sc-green);
  min-height: inherit;
}

.step_box_with_right_img_wrapper .container{
  padding-inline:0;
  max-width: 1260px;
}
.step_box_with_right_img_wrapper .title_48,
.psychologist-profiles-wrapper .green-bg .title_43,
.psychologist-profiles-wrapper .green-bg .d-flex .col .title_28,
.psychologist-profiles-wrapper .green-bg .d-flex .col .desc{
  color: #fff;
}
.step_box_with_right_img_wrapper{
  background-color: #155257;
  color: #fff;
}
.step_box_with_right_img_wrapper .title_48{
  text-align: center;
      font-family: bamberg_serial;
    font-weight: 400;
}
.step_box_with_right_img_wrapper .title_48 + .d-flex{
  margin-top: 60px;
}
.step_box_with_right_img_wrapper .d-flex{
  display: flex;
  gap:40px 85px;
}
.step_box_with_right_img_wrapper .img_col{
  width: 100%;
  max-width: 580px;
  position: relative;
}
.step_box_with_right_img_wrapper .img_col .image{ 
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.step_box_with_right_img_wrapper .img_col .image.active{
  opacity: 1;
  visibility: visible;
}
.step_box_with_right_img_wrapper .step_col{
  width: 100%;
}
.step_box_with_right_img_wrapper .step_col .item{
  padding: 35px;
  border: 1px solid #2b8188;
  border-radius: 4px;
  display: flex;
  gap: 30px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.step_box_with_right_img_wrapper .step_col .item.active,
.step_box_with_right_img_wrapper .step_col .item:hover{
  background-color: #0d3a3d;
  border: 1px solid #0d3a3d;
}
.step_box_with_right_img_wrapper .step_col .item .number{
  color: var(--sc-orange);
  font-size: 60px;
  line-height: 1;
  font-family: bamberg_serial;
  font-weight: 400;
  min-width: 35px;
  text-align: center;
}
.step_box_with_right_img_wrapper .step_col .item:not(:first-child){
  margin-top: 18px;
}
.step_box_with_right_img_wrapper .step_col .item .title{
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-family: bamberg_serial;
  font-weight: 400;
}
.step_box_with_right_img_wrapper .step_col .item .shortdesc{
  margin-top: 5px;
}
.gray-box-wrapper.green-bg .d-flex .col .small-sepline {
    background-color: transparent;
    margin: 2px 0;
}
.three-bluebox-wrapper.green-bg .d-flex .col + .col::before {
    background-color: #033c3a;
}
.three-bluebox-wrapper.green-bg .d-flex .col {
    min-width: inherit;
    max-width: 20%;
    position: relative;
    flex: 1 0 0;
    padding-top: 70px;
}
.three-bluebox-wrapper.green-bg .d-flex .col::after{
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--sc-orange);
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}
.three-bluebox-wrapper.green-bg .d-flex .col:nth-child(2):after{
  content: "2";
}
.three-bluebox-wrapper.green-bg .d-flex .col:nth-child(3):after{
  content: "3";
}
.three-bluebox-wrapper.green-bg .d-flex .col:nth-child(4):after{
  content: "4";
}

.online_counselling_form_wrapper{
  background-color: var(--sc-green);
}
.online_counselling_form_wrapper .title_43{
  color: var(--sc-orange);
}
.online_counselling_form_wrapper .shortdesc{
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}
.online_counselling_form_wrapper .form_wrap{
  margin-top: 50px;
}
.online_counselling_form_wrapper .form_wrap .flex{
  display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.online_counselling_form_wrapper .form_wrap .col3{
  flex: 1 0 32%;
}
.online_counselling_form_wrapper .form_wrap .col2{
  flex: 1 0 48%;
}
.online_counselling_form_wrapper .form_wrap .col1{
  flex: 1 0 100%;
}

.online_counselling_form_wrapper .form_wrap input,
.online_counselling_form_wrapper .form_wrap textarea{
  border: 0px solid #e9eff7;
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 10px 0px;
    min-height: 55px;
    box-sizing: border-box;
    outline: none;
    color: #fff;
    border-bottom: 1px solid #979797;
}
.online_counselling_form_wrapper .form_wrap .checkbox label {
    color: #c2c3c4;
}
.online_counselling_form_wrapper .form_wrap .checkbox-col{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.online_counselling_form_wrapper .form_wrap .checkbox{
  display: block;
  align-items: center;
  gap: 5px;
}
.online_counselling_form_wrapper .form_wrap input[type="checkbox"]{
  width: 25px;
    min-width: 25px;
    min-height: 25px;
    padding: 2px;
    border: 1px solid #979797;
    background-color: transparent;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .online_counselling_form_wrapper .form_wrap input[type="checkbox"]:after {
      left: 8px;
      top: 4px;
      border-color: #fff; 
  }
}
.online_counselling_form_wrapper .form_wrap .title{
  color: #ffffff;
    font-size: 25px;
    font-family: 'ProximaNovaRgBold';
    line-height: 1.3;
    margin-top: 20px;
}
.online_counselling_form_wrapper .form_wrap textarea{
  min-height: 150px;
  padding: 10px 15px;
  border: 1px solid #979797;
}
.online_counselling_form_wrapper .form_wrap .submit-btn{
  text-align: center;
}

.online_counselling_form_wrapper .form_wrap ::placeholder{
  color: #c2c3c4;
}
 
/** Online Page CSS End - 160725 Vish **/


/** Marriage Counselling CSS Start - 061025 Vish **/

html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader .topmenu .menu li a{
  color: #000;
}
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader .topmenu .menu li.call-us-trigger::after{
  filter: brightness(0%);
}
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader .topmenu .menu li::before,
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) a.menu-link .line-inner-color {
    background-color: #000000;
}
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader path[fill="#fff"], 
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader path[style="fill:#fff"], 
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader rect[fill="#fff"], 
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader rect[style="fill:#fff"]{
    fill: #000000 !important;
}

.full-width-header-with-left-side-text-wrapper{
  position: relative;
}
.full-width-header-with-left-side-text-wrapper::before{
content: '';
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 185px;
  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 160%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 160%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 160%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#00000066", GradientType=0);
}
.full-width-header-with-left-side-text-wrapper .image,
.full-width-header-with-left-side-text-wrapper .image picture{
  width: 100%;
  min-height: 800px;
  max-height: 800px;
  overflow: hidden;
  display: flex;
}
.full-width-header-with-left-side-text-wrapper .image img,
.full-width-header-with-left-side-text-wrapper .image picture img{ 
  object-fit: cover;
  width: 100%;
  height: 100%;     
  min-height: 250px;
} 
.full-width-header-with-left-side-text-wrapper .desc_col{
  position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 35px;
}
.full-width-header-with-left-side-text-wrapper .desc_col .inner-col{
  width: 100%; 
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px; 
}
.full-width-header-with-left-side-text-wrapper .desc_col .title_48{
  color: var(--sc-green);
  font-size: 55px;
  line-height: 1.2;
  font-family: bamberg_serial;
  font-weight: normal;
  max-width: 650px;
  margin-bottom: 25px;   
} 
.full-width-header-with-left-side-text-wrapper .desc_col .desc{
  color: #333;
  font-size: 19px;
  line-height: 1.5;
  max-width: 570px; /*490px*/ 
  margin-bottom: 35px;
}
.full-width-header-with-left-side-text-wrapper .desc_col .desc p{
  margin-bottom: 15px;
}
.full-width-header-with-left-side-text-wrapper .desc_col .desc p:last-child{ 
  margin-bottom: 0;
}
.no-window-height{
  min-height: inherit;
}
/* .green-text-and-left-image-wrapper.no-window-height:has(.image){
  padding-bottom: 20px; 
} */

.fs-19 .desc{
  font-size: 19px; 
}
.fs-18 .desc{
  font-size: 18px;
}
.get-in-touch-cta-wrapper.center-align-text-col .d-flex{
  justify-content: center;
  position: relative; 
}
.get-in-touch-cta-wrapper.center-align-text-col .d-flex::before{
  content: "";
  position: absolute;
  background-color: transparent;
  width: 370px;
  height: 370px;
  border: 4px solid var(--sc-orange);
  border-radius: 100%;
  bottom: 0;
  z-index: 2;
  right: -250px;
}


@media (prefers-reduced-motion: no-preference) {
  .get-in-touch-cta-wrapper.center-align-text-col .d-flex::before {
    transform: translateY(0);
    animation: orange-circle1 linear forwards;
    animation-timeline: view();
    animation-range: entry 0% cover 100%; 
  }

  @keyframes orange-circle1 {
    to {
      transform: translateY(-200px);
    }
  }
}

.get-in-touch-cta-wrapper.center-align-text-col .left{
  max-width: 735px; 
}
.get-in-touch-cta-wrapper.center-align-text-col .title_43{
  font-size: 35px;
  font-family: bamberg_serial;
  position: relative;
} 
.get-in-touch-cta-wrapper.center-align-text-col .title_43::after{
  content: '';
  position: relative;
  width: 60px;
  height: 1px;
  background-color: var(--sc-blue);
  margin: 20px 0px 30px;
  clear: none;
  display: block;
}
.get-in-touch-cta-wrapper.center-align-text-col .desc{
  color: #333;
}
.get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3,h4,h5,h6){
 color: var(--sc-blue);    
}
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .green-text-and-left-image-wrapper .desc :is(h3,h4,h5,h6),
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3,h4,h5,h6){
  font-weight: 600;
  line-height: 1.4;
  font-family: ProximaNovaRgBold;
}
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .green-text-and-left-image-wrapper .desc :is(h3),
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h3){
  font-size: 24px;
} 
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .green-text-and-left-image-wrapper .desc :is(h4),
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h4){
  font-size: 22px;
}
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .green-text-and-left-image-wrapper .desc :is(h5),
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h5){
  font-size: 20px;
}
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .green-text-and-left-image-wrapper .desc :is(h6),
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .get-in-touch-cta-wrapper.center-align-text-col .desc :is(h6){
  font-size: 18px;
}
html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .green-text-and-left-image-wrapper .image + .desc-col{
  float: none;
  max-width: inherit;
} 

.our-practitioner-wrapper.gray-bg,
.our-practitioner-wrapper.gray-bg .heading::before,
.page-id-407279 .our-practitioner-wrapper{
  background-color: var(--sc-gray);
}
.faq-wrapper.green-bg{
  background-color: var(--sc-green);
  color: #fff;
}
.faq-wrapper.green-bg .container { 
  padding-block: 100px;
}
.faq-wrapper.green-bg .faq-category-title,
.faq-wrapper.green-bg .ewd-ufaq-faq-title :is(h1,h2,h3,h4,h5,h6){
  color: #fff;
}
.faq-wrapper.green-bg .ewd-ufaq-faq-div{
  border-bottom: 1px solid #406f6d;
}
.faq-wrapper.green-bg .ewd-ufaq-post-active .ewd-ufaq-faq-title :is(.ewd-ufaq-post-margin-symbol span, h1,h2,h3,h4,h5,h6),
.faq-wrapper.green-bg .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{
  color: var(--sc-orange) !important;
}
.faq-wrapper.green-bg .ewd-ufaq-faq-body ul li{
  background-image: url(../images/bullet.png);
}

@media (max-width: 1025px) {
  .page-id-407279 .full-width-header-with-left-side-text-wrapper .desc_col .desc{
    margin-bottom: 0;
  }
  .page-id-407279 .full-width-header-with-left-side-text-wrapper .desc_col .two-btns{
    display: none;
  }
  .full-width-header-with-left-side-text-wrapper .image,
  .full-width-header-with-left-side-text-wrapper .image picture {
    min-height: 350px;
    min-height: 350px;
  }
  .full-width-header-with-left-side-text-wrapper .image img,
  .full-width-header-with-left-side-text-wrapper .image picture img { 
    object-position: right;
  }
  .full-width-header-with-left-side-text-wrapper .desc_col {
    position: relative;
    top: inherit;
    width: 94%;
    transform: inherit;
    padding-block: 60px;
    margin: 0 auto;
  }
  .full-width-header-with-left-side-text-wrapper .desc_col .title_48 {
    font-size: 50px;
  }
  .full-width-header-with-left-side-text-wrapper .desc_col :is(.title_48,.desc){
    max-width: 100%;
  }
  html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader:after,
  .get-in-touch-cta-wrapper.center-align-text-col .d-flex::before{
    display: none;
  }
  .sky-blue-text-and-right-image-wrapper:has(.desc-col > h2) .image, 
  .green-text-and-right-image-wrapper:has(.desc-col > h2) .image, 
  .sky-blue-text-and-left-image-wrapper:has(.desc-col > h2) .image, .green-text-and-left-image-wrapper:has(.desc-col > h2) .image {
    margin-top: 0px;
    text-align: center;
  }
  .our-practitioner-wrapper .WithoutSlider .easy_t_single_testimonial {
    max-width: 31%;
    flex: 1 0 23%; 
  }
  .faq-wrapper.green-bg .container {
    padding-block: 60px;
  }
  .full-width-header-with-left-side-text-wrapper .desc_col .inner-col {
    padding: 0 0px;
  }
  .green-text-and-left-image-wrapper.no-window-height:has(.image) {
    padding-bottom: 0;
  }
  html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader.MenuOpen .topmenu .menu li a {
    color: #ffffff;
  }
  html:has(.page-id-407279, .page-id-407309, .page-id-407314, .postid-404762, .postid-407388, .postid-407399) .TopHeader.MenuOpen .topmenu .menu li.call-us-trigger::after {
    filter: brightness(100%);
  }
  .single h2.faq-category-title, .information_accordions h2.faq-category-title, .faq-wrapper h2.faq-category-title{
    font-size: 30px !important;
  }
} 
@media only screen and (max-width: 810px) {
  .ewd-ufaq-faq-title-text {
      width: 90%;
  }
  .single .ewd-ufaq-faq-div, .information_accordions .ewd-ufaq-faq-div, .faq-wrapper .ewd-ufaq-faq-div {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .full-width-header-with-left-side-text-wrapper .image,
  .full-width-header-with-left-side-text-wrapper .image picture {
    min-height: 250px;
    min-height: 250px;
  }
  .full-width-header-with-left-side-text-wrapper .image img,
  .full-width-header-with-left-side-text-wrapper .image picture img {
    object-position: 80%;
  }
  .full-width-header-with-left-side-text-wrapper .desc_col .title_48 {
    font-size: 40px;
  } 
  .our-practitioner-wrapper .WithoutSlider .swiper-wrapper {
    gap: 20px;
  }
  .our-practitioner-wrapper .WithoutSlider .easy_t_single_testimonial {
    max-width: 47%;
    flex: 1 0 50%;
  }
}
@media (max-width: 480px) {
  .full-width-header-with-left-side-text-wrapper .desc_col .title_48 {
    font-size: 33px;
    line-height: 1.3;
  }
  .full-width-header-with-left-side-text-wrapper .desc_col .desc {
    font-size: 17px;
  }
}  

/** Marriage Counselling CSS End - 061025 Vish **/

/* Roy For ultimate-faqs font - 241025*/

@font-face {
  font-family: 'ewd-toggle-icon';
  src: url('/wp-content/plugins/ultimate-faqs/assets/fonts/ewd-toggle-icon.woff2') format('woff2');
  font-display: swap; /* 👈 ensures visible text */
}

/* End For ultimate-faqs font */



/* disha - 271025 start */
/* online-psychologists-australia page- Related Topics  */



.Related-Topic .content {
  padding: 0 !important;
}
.Related-Topic .content+.center-btn {
  margin-top: 60px;
}
.Related-Topic .title {
  color: var(--sc-blue);
  font-family: bamberg_serial;
  font-size: clamp(1.875rem, 1.5657rem + 1.3198vw, 2.6875rem) !important;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
.Related-Topic .small-sepline{
  background-color: var(--sc-blue);
  margin: 10px 0px ;
}
.Related-Topic .categories_wrap {
  margin: 60px 0px 0; 
  gap: 30px 0px;
}
.Related-Topic .one_category .desktop_link .h3,
.Related-Topic .one_category .desktop_link h3 {
  text-align: left;
  border: none;
  color: #373737;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  font-family: ProximaNovaRgBold;
  padding: 0;
  text-overflow: inherit;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.Related-Topic .one_category .desktop_link .h3:hover,
.Related-Topic .one_category .desktop_link h3:hover{
  background-color: inherit;
  color: inherit;
}
.Related-Topic .one_category {
  width: auto;
  padding: 0;
  max-width: 25%;
  min-width: inherit;
  flex: 1 0 25%;
}
.Related-Topic .one_category .desktop_title {
  color: var(--sc-blue);
  font-size: 16px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 0;
} 
.Related-Topic .ImgWrap{  
  margin-bottom: 20px;  
}
.Related-Topic .ImgWrap,.Related-Topic .ImgWrap picture{
  overflow: hidden;
  display: flex;
  min-height: 150px;
}
.Related-Topic .ImgWrap img{
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.Related-Topic .one_category a:hover .ImgWrap img{
  scale: 1.1;
}

/* @media (min-width: 1460.98px) {
  .Related-Topic .categories_wrap{
    gap: 50px 67px;
  }
} */

/* disha - 271025 end */

