.more-link-btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 35px));
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.more-link-btn p {
  margin-right: 10px;
}

.aboutContainer.bottom {
  display: none;
}

.treatment-inner .more-link-btn::after {
  background: #000 !important;
}

.single-treatment.bg .treatment-inner .more-link-btn::after {
  background: #fff !important;
}

@media screen and (max-width: 500px) {
  .mobile-profile {
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    width: 100%;
    position: relative;
    margin: 0 15px 5px;
    padding-bottom: 114%;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember {
    margin-bottom: 60px !important;
  }
}

.themeInnerContainer {
  padding: 0 !important;
  padding-bottom: 75px !important;
}

.mainSliderLinkBtn {
  position: relative !important;
}

.mainSliderLinkBtn:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: var(--theme-color);
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.mainSliderLinkBtn:hover:after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mainSliderLinkBtn:hover {
  color: #fff !important;
}

/* section1 */

.section1.aboutContainer {
  padding: calc(13% - 35px) 0;
}

.section1.aboutContainer .aboutHeader {
  text-align: center;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  transform: translate(0, -90%);
}

.section1.aboutContainer h3 {
  margin-bottom: 50px;
}

.section1.aboutContainer hr {
  width: 80%;
  border-top: 1px solid #ebebeb;
}

.section1.aboutContainer .aboutHeader h2 {
  font-size: 50px !important;
  font-weight: 600 !important;
  color: #fff;
}

.section1.aboutContainer .aboutHeader p {
  max-width: 1100px;
  margin: auto;
  padding-top: 25px;
}

.section1.aboutContainer .aboutGroupPicContainer {
  position: relative;
  background-image: url("/wp-content/uploads/2021/12/Practicers-image-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 34%;
}

.section1.aboutContainer .memberInnerContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.mobile-text {
  display: none;
}

.section1.aboutContainer .memberInnerContainer .singleMember {
  background-image: url(/wp-content/uploads/2021/03/practicers-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(50% - 30px);
  margin: 15px;
  border-radius: 15px;
  position: relative;
  padding: 4% 4% 3%;
  overflow: hidden;
}

.section1.aboutContainer .memberInnerContainer .singleMember .content {
  max-width: calc(100% - 175px);
}

.section1.aboutContainer .memberInnerContainer .singleMember ul {
  padding-left: 10px;
}

.section1.aboutContainer .memberInnerContainer .singleMember ul li {
  position: relative;
  color: #484848;
  margin: 10px 0;
}

.section1.aboutContainer .memberInnerContainer .singleMember ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: -10px;
  color: #484848;
}

.section1.aboutContainer .memberInnerContainer .singleMember a {
  border: 1px solid;
  padding: 20px 15px;
  max-width: 150px;
  display: block;
  text-align: center;
  color: #2b2b2d;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.section1.aboutContainer .memberInnerContainer .singleMember .profilePic {
  max-width: 50%;
  max-height: 100%;
  position: absolute;
  right: -10px;
  bottom: 0;
  display: flex;
}

.section1.aboutContainer .memberInnerContainer .singleMember img {
  max-width: 100%;
  width: 100%;
}

.section1.aboutContainer .memberInnerContainer .singleMember .name {
  line-height: 1.2em;
  min-height: 60px;
}

@media screen and (max-width: 767px) {
  .section1.aboutContainer {
    padding: calc(5% + 75px) 0;
  }
  .mobile-text {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 10px 15px;
    line-height: 1.3em;
  }

  .section1.aboutContainer .aboutHeader {
    display: none;
  }

  .section1.aboutContainer .aboutHeader {
    padding: 25px 0;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember .content {
    max-width: 100%;
    order: 2;
    padding: 0 !important;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember .profilePic {
    order: 1;
    position: relative;
    margin: auto;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember img {
    display: none;
  }

  .section1.aboutContainer .aboutHeader h2 {
    font-size: 30px !important;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember .name {
    min-height: unset !important;
    font-size: 20px !important;
  }
}

/* section2 */

.section2.icbcClaimContainer {
  padding: 7% 0;
  color: #fff;
}

.section2.icbcClaimContainer p.subHeader {
  font-weight: 500;
  letter-spacing: 1px;
}

.section2.icbcClaimContainer h2 {
  color: #fff;
  font-size: 40px !important;
  line-height: 1.6em;
  font-weight: 300;
}

.section2.icbcClaimContainer h2 span {
  font-weight: 600;
}

.section2.icbcClaimContainer h2 span.color {
  color: #c2d500;
}

.section2.icbcClaimContainer p.desc {
  max-width: 575px;
  font-size: 30px;
  font-weight: 500;
  margin: 35px 0;
}

.section2.icbcClaimContainer a {
  border: 1px solid;
  padding: 15px;
  max-width: 175px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-size: 16px !important;
  margin-top: 25px;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
}

.section2.icbcClaimContainer a:hover {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}

.section2.icbcClaimContainer .icbcLogo img {
  max-width: 60px;
}

@media screen and (max-width: 767px) {
  .section2.icbcClaimContainer h2 {
    font-size: 30px !important;
  }

  .section2.icbcClaimContainer p.desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .section2.icbcClaimContainer h2 {
    font-size: 20px !important;
  }

  .section2.icbcClaimContainer p.desc {
    font-size: 18px !important;
  }
}

/* section3 */

.treatment-container {
  padding: calc(5% + 75px) 0;
}

.treatment-header {
  text-align: center;
  margin-bottom: 50px;
}

.treatment-content {
  display: flex;
  flex-wrap: wrap;
}

.treatment-content .single-treatment {
  width: 25%;
  padding-bottom: 25%;
  position: relative;
  text-align: center;
}

.treatment-content .single-treatment.bg {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}

.treatment-content .single-treatment {
  background: #f6f5f3;
}

.treatment-content .single-treatment .treatment-inner {
  position: absolute;
  padding: 0 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
}

.single-treatment.bg .treatment-inner h4 {
  margin-bottom: 0;
  color: #fff !important;
}

.single-treatment.bg .treatment-inner p {
  color: #fff !important;
}

.single-treatment .treatment-inner h4 {
  margin-bottom: 0;
  color: #000;
  line-height: 1.2em;
}

.single-treatment .treatment-inner p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 !important;
}

.single-treatment .treatment-inner p span {
  margin-left: 5px;
}

.treatment-inner p::after {
  background: #000 !important;
}

.single-treatment.bg .treatment-inner p::after {
  background: #fff !important;
}

.treatment-content .single-treatment:hover .greenleaf-underline-btn:after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.main-bodymap {
  margin-top: calc(10% + 50px);
  position: relative;
}

.main-bodymap .mental {
  position: absolute;
  top: 0;
  left: 105px;
  width: 17%;
  height: 10%;
}

.main-bodymap .respiratory {
  position: absolute;
  top: 43%;
  left: 46%;
  width: 10%;
  height: 8%;
}

.main-bodymap .other {
  position: absolute;
  top: 35%;
  left: 44%;
  width: 13%;
  height: 8%;
}

.main-bodymap .sports {
  position: absolute;
  top: 19%;
  left: 11%;
  width: 13%;
  height: 10%;
}

.main-bodymap .digestive {
  position: absolute;
  top: 37%;
  left: 12%;
  width: 13%;
  height: 8%;
}

.main-bodymap .uterine {
  position: absolute;
  top: 45%;
  left: 14%;
  width: 11%;
  height: 8%;
}

.main-bodymap .urinary {
  position: absolute;
  top: 53%;
  left: 14%;
  width: 11%;
  height: 8%;
}

.main-bodymap .paediatrics {
  position: absolute;
  top: 27%;
  left: 45%;
  width: 12%;
  height: 8%;
}

.main-bodymap .pain {
  position: absolute;
  top: 18%;
  left: 44%;
  width: 13%;
  height: 8%;
}

.main-bodymap .facial {
  position: absolute;
  top: 12%;
  left: 78%;
  width: 14%;
  height: 8%;
}

.main-bodymap .skin {
  position: absolute;
  top: 5%;
  left: 78%;
  width: 12%;
  height: 8%;
}

.main-bodymap .cancer {
  position: absolute;
  top: 23%;
  left: 78%;
  width: 6%;
  height: 8%;
}

.main-bodymap .ent {
  position: absolute;
  top: 2%;
  left: 40%;
  width: 21%;
  height: 8%;
}

.main-bodymap .fertility {
  position: absolute;
  top: 40%;
  left: 78%;
  width: 21%;
  height: 8%;
}

.main-bodymap .fertility_2 {
  position: absolute;
  top: 49%;
  left: 78%;
  width: 11%;
  height: 8%;
}

.main-bodymap .hide {
  position: absolute;
  top: 11%;
  left: 40%;
  width: 21%;
  height: 8%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .treatment-header h2 {
    font-size: 30px !important;
    line-height: 1.3em !important;
  }
  .main-bodymap {
    display: none;
  }
  .treatment-content .single-treatment {
    width: 50%;
    padding-bottom: 50%;
  }

  .anxiety {
    order: 1;
  }

  .ed {
    order: 2;
  }

  .fertility {
    order: 4;
  }

  .depression {
    order: 3;
  }

  .acnes {
    order: 6;
  }

  .pain {
    order: 5;
  }

  .headache {
    order: 7;
  }

  .insomnia {
    order: 8;
  }
}

@media screen and (max-width: 500px) {
  .treatment-content .single-treatment {
    width: 100%;
  }

  .fertility {
    order: 3;
  }

  .depression {
    order: 4;
  }

  .headache {
    order: 8;
  }

  .insomnia {
    order: 7;
  }
}
/* section 4 in php */
/* section 5 in php */

.themeInnerContainer .contact-outer {
  background: url(/wp-content/uploads/2022/04/contact-bg_1.png);
  background-size: 35% !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
}

.section6.contactContainer {
  display: flex;
  padding: 125px 15px 75px;
  max-width: 1280px;
  margin: auto;
}

.section6.contactContainer > div {
  width: 50% !important;
}

.section6.contactContainer #map {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  width: 100%;
}

.section6.contactContainer .contactInfoContainer {
  padding: 3% 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section6.contactContainer .contactInfoContainer p {
  margin: 0;
  color: #3f3f3f;
}

.section6.contactContainer .contactInfoContainer .contactHeader {
  max-width: 400px;
  margin-bottom: 25px;
  line-height: 1.4em;
}

.section6.contactContainer .contactInfoContainer .contact,
.section6.contactContainer .contactInfoContainer .hour {
  margin-top: 75px;
}

.section6.contactContainer .contactInfoContainer .contactSubHeaeder {
  display: flex;
  align-items: center;
}

.section6.contactContainer .contactInfoContainer .contactSubHeaeder i {
  font-size: 20px;
  margin-right: 15px;
}

.section6.contactContainer .contactInfoContainer .contactContent a {
  color: #3f3f3f;
}

.section6.contactContainer .contactInfoContainer .contactContent a:hover {
  color: var(--theme-color);
}

.section6.contactContainer .contactInfoContainer .contactContent {
  display: flex;
}

.section6.contactContainer .contactInfoContainer .contactContent .space {
  min-width: 35px;
}

@media screen and (max-width: 767px) {
  .section6.contactContainer {
    flex-wrap: wrap;
  }

  .section6.contactContainer .contactInfoContainer {
    width: 100% !important;
    order: 1;
    margin-bottom: 60px;
    background: url(/wp-content/uploads/2021/03/contact-bg.png);
    background-size: 55% !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    padding: 3% 0;
  }

  .section6.contactContainer #map {
    width: 100% !important;
    border-radius: 0 !important;
    order: 2;
    height: 500px;
  }

  .themeInnerContainer .contact-outer {
    background: none !important;
  }

  .section6.contactContainer > div {
    width: 100%;
  }

  .section6.contactContainer .contactInfoContainer .contactSubHeaeder h3 {
    font-size: 25px !important;
  }
}

/* VC COMPOSER STYLE */

.more-link-btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 35px));
  display: flex;
  align-items: center;
  margin: 1em 0;
}

.more-link-btn p {
  margin-right: 10px;
}

.aboutContainer.bottom {
  display: none;
}

.treatment-inner .more-link-btn::after {
  background: #000 !important;
}

.single-treatment.bg .treatment-inner .more-link-btn::after {
  background: #fff !important;
}

@media screen and (max-width: 500px) {
  .mobile-profile {
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    width: 100%;
    position: relative;
    margin: 0 15px 5px;
    padding-bottom: 114%;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember {
    margin-bottom: 60px !important;
  }
}

.mainSliderLinkBtn {
  position: relative !important;
}

.mainSliderLinkBtn:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: var(--theme-color);
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}

.mainSliderLinkBtn:hover:after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mainSliderLinkBtn:hover {
  color: #fff !important;
}

/* section1 */

.section1.aboutContainer {
  padding: calc(13% - 35px) 0;
}

.section1.aboutContainer .aboutHeader {
  text-align: center;
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  transform: translate(0, -90%);
}

.section1.aboutContainer h3 {
  margin-bottom: 50px;
}

.section1.aboutContainer hr {
  width: 80%;
  border-top: 1px solid #ebebeb;
}

.section1.aboutContainer .aboutHeader h2 {
  font-size: 50px !important;
  font-weight: 600 !important;
  color: #fff;
}

.section1.aboutContainer .aboutHeader p {
  max-width: 1100px;
  margin: auto;
  padding-top: 25px;
}

.section1.aboutContainer .aboutGroupPicContainer {
  position: relative;
  background-image: url("/wp-content/uploads/2021/12/Practicers-image-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 34%;
}

.section1.aboutContainer .memberInnerContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.mobile-text {
  display: none;
}

.section1.aboutContainer .memberInnerContainer .singleMember {
  background-image: url(/wp-content/uploads/2021/03/practicers-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(50% - 30px);
  margin: 15px;
  border-radius: 15px;
  position: relative;
  padding: 4% 4% 3%;
  overflow: hidden;
}

.section1.aboutContainer .memberInnerContainer .singleMember .content {
  max-width: calc(100% - 175px);
}

.section1.aboutContainer .memberInnerContainer .singleMember ul {
  padding-left: 10px;
}

.section1.aboutContainer .memberInnerContainer .singleMember ul li {
  position: relative;
  color: #484848;
  margin: 10px 0;
}

.section1.aboutContainer .memberInnerContainer .singleMember ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: -10px;
  color: #484848;
}

.section1.aboutContainer .memberInnerContainer .singleMember a {
  border: 1px solid;
  padding: 20px 15px;
  max-width: 150px;
  display: block;
  text-align: center;
  color: #2b2b2d;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.section1.aboutContainer .memberInnerContainer .singleMember .profilePic {
  max-width: 50%;
  max-height: 100%;
  position: absolute;
  right: -10px;
  bottom: 0;
  display: flex;
}

.section1.aboutContainer .memberInnerContainer .singleMember img {
  max-width: 100%;
  width: 100%;
}

.section1.aboutContainer .memberInnerContainer .singleMember .name {
  line-height: 1.2em;
  min-height: 60px;
}

@media screen and (max-width: 767px) {
  .section1.aboutContainer {
    padding: calc(5% + 75px) 0;
  }
  .mobile-text {
    display: block;
    text-align: center;
    font-size: 30px;
    padding: 10px 15px;
    line-height: 1.3em;
  }

  .section1.aboutContainer .aboutHeader {
    display: none;
  }

  .section1.aboutContainer .aboutHeader {
    padding: 25px 0;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember .content {
    max-width: 100%;
    order: 2;
    padding: 0 !important;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember .profilePic {
    order: 1;
    position: relative;
    margin: auto;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember img {
    display: none;
  }

  .section1.aboutContainer .aboutHeader h2 {
    font-size: 30px !important;
  }

  .section1.aboutContainer .memberInnerContainer .singleMember .name {
    min-height: unset !important;
    font-size: 20px !important;
  }
}

/* section2 */

.section2.icbcClaimContainer {
  padding: 7% 0;
  color: #fff;
}

.section2.icbcClaimContainer p.subHeader {
  font-weight: 500;
  letter-spacing: 1px;
}

.section2.icbcClaimContainer h2 {
  color: #fff;
  font-size: 40px !important;
  line-height: 1.6em;
  font-weight: 300;
}

.section2.icbcClaimContainer h2 span {
  font-weight: 600;
}

.section2.icbcClaimContainer h2 span.color {
  color: #c2d500;
}

.section2.icbcClaimContainer p.desc {
  max-width: 575px;
  font-size: 30px;
  font-weight: 500;
  margin: 35px 0;
}

.section2.icbcClaimContainer a {
  border: 1px solid;
  padding: 15px;
  max-width: 175px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-size: 16px !important;
  margin-top: 25px;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
}

.section2.icbcClaimContainer a:hover {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}

.section2.icbcClaimContainer .icbcLogo img {
  max-width: 60px;
}

@media screen and (max-width: 767px) {
  .section2.icbcClaimContainer h2 {
    font-size: 30px !important;
  }

  .section2.icbcClaimContainer p.desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .section2.icbcClaimContainer h2 {
    font-size: 20px !important;
  }

  .section2.icbcClaimContainer p.desc {
    font-size: 18px !important;
  }
}

/* section3 */

.treatment-container {
  padding: calc(5% + 75px) 0;
}

.treatment-header {
  text-align: center;
  margin-bottom: 50px;
}

.treatment-content {
  display: flex;
  flex-wrap: wrap;
}

.treatment-content .single-treatment {
  width: 25%;
  padding-bottom: 25%;
  position: relative;
  text-align: center;
}

.treatment-content .single-treatment.bg {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}

.treatment-content .single-treatment {
  background: #f6f5f3;
}

.treatment-content .single-treatment .treatment-inner {
  position: absolute;
  padding: 0 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
}

.single-treatment.bg .treatment-inner h4 {
  margin-bottom: 0;
  color: #fff !important;
}

.single-treatment.bg .treatment-inner p {
  color: #fff !important;
}

.single-treatment .treatment-inner h4 {
  margin-bottom: 0;
  color: #000;
  line-height: 1.2em;
}

.single-treatment .treatment-inner p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 !important;
}

.single-treatment .treatment-inner p span {
  margin-left: 5px;
}

.treatment-inner p::after {
  background: #000 !important;
}

.single-treatment.bg .treatment-inner p::after {
  background: #fff !important;
}

.treatment-content .single-treatment:hover .greenleaf-underline-btn:after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.main-bodymap {
  margin-top: calc(10% + 50px);
  position: relative;
}

.main-bodymap .mental {
  position: absolute;
  top: 0;
  left: 105px;
  width: 17%;
  height: 10%;
}

.main-bodymap .respiratory {
  position: absolute;
  top: 43%;
  left: 46%;
  width: 10%;
  height: 8%;
}

.main-bodymap .other {
  position: absolute;
  top: 35%;
  left: 44%;
  width: 13%;
  height: 8%;
}

.main-bodymap .sports {
  position: absolute;
  top: 19%;
  left: 11%;
  width: 13%;
  height: 10%;
}

.main-bodymap .digestive {
  position: absolute;
  top: 37%;
  left: 12%;
  width: 13%;
  height: 8%;
}

.main-bodymap .uterine {
  position: absolute;
  top: 45%;
  left: 14%;
  width: 11%;
  height: 8%;
}

.main-bodymap .urinary {
  position: absolute;
  top: 53%;
  left: 14%;
  width: 11%;
  height: 8%;
}

.main-bodymap .paediatrics {
  position: absolute;
  top: 27%;
  left: 45%;
  width: 12%;
  height: 8%;
}

.main-bodymap .pain {
  position: absolute;
  top: 18%;
  left: 44%;
  width: 13%;
  height: 8%;
}

.main-bodymap .facial {
  position: absolute;
  top: 12%;
  left: 78%;
  width: 14%;
  height: 8%;
}

.main-bodymap .skin {
  position: absolute;
  top: 5%;
  left: 78%;
  width: 12%;
  height: 8%;
}

.main-bodymap .cancer {
  position: absolute;
  top: 23%;
  left: 78%;
  width: 6%;
  height: 8%;
}

.main-bodymap .ent {
  position: absolute;
  top: 2%;
  left: 40%;
  width: 21%;
  height: 8%;
}

.main-bodymap .fertility {
  position: absolute;
  top: 40%;
  left: 78%;
  width: 21%;
  height: 8%;
}

.main-bodymap .fertility_2 {
  position: absolute;
  top: 49%;
  left: 78%;
  width: 11%;
  height: 8%;
}

.main-bodymap .hide {
  position: absolute;
  top: 11%;
  left: 40%;
  width: 21%;
  height: 8%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .treatment-header h2 {
    font-size: 30px !important;
    line-height: 1.3em !important;
  }
  .main-bodymap {
    display: none;
  }
  .treatment-content .single-treatment {
    width: 50%;
    padding-bottom: 50%;
  }

  .anxiety {
    order: 1;
  }

  .ed {
    order: 2;
  }

  .fertility {
    order: 4;
  }

  .depression {
    order: 3;
  }

  .acnes {
    order: 6;
  }

  .pain {
    order: 5;
  }

  .headache {
    order: 7;
  }

  .insomnia {
    order: 8;
  }
}

@media screen and (max-width: 500px) {
  .treatment-content .single-treatment {
    width: 100%;
  }

  .fertility {
    order: 3;
  }

  .depression {
    order: 4;
  }

  .headache {
    order: 8;
  }

  .insomnia {
    order: 7;
  }
}
/* section 4 in php */
/* section 5 in php */

.themeInnerContainer .contact-outer {
  background: url(/wp-content/uploads/2022/04/contact-bg_1.png);
  background-size: 35% !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
}

.section6.contactContainer {
  display: flex;
  padding: 125px 15px 75px;
  max-width: 1280px;
  margin: auto;
}

.section6.contactContainer > div {
  width: 50% !important;
}

.section6.contactContainer #map {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  width: 100%;
}

.section6.contactContainer .contactInfoContainer {
  padding: 3% 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section6.contactContainer .contactInfoContainer p {
  margin: 0;
  color: #3f3f3f;
}

.section6.contactContainer .contactInfoContainer .contactHeader {
  max-width: 400px;
  margin-bottom: 25px;
  line-height: 1.4em;
}

.section6.contactContainer .contactInfoContainer .contact,
.section6.contactContainer .contactInfoContainer .hour {
  margin-top: 75px;
}

.section6.contactContainer .contactInfoContainer .contactSubHeaeder {
  display: flex;
  align-items: center;
}

.section6.contactContainer .contactInfoContainer .contactSubHeaeder i {
  font-size: 20px;
  margin-right: 15px;
}

.section6.contactContainer .contactInfoContainer .contactContent a {
  color: #3f3f3f;
}

.section6.contactContainer .contactInfoContainer .contactContent a:hover {
  color: var(--theme-color);
}

.section6.contactContainer .contactInfoContainer .contactContent {
  display: flex;
}

.section6.contactContainer .contactInfoContainer .contactContent .space {
  min-width: 35px;
}

@media screen and (max-width: 767px) {
  .section6.contactContainer {
    flex-wrap: wrap;
  }

  .section6.contactContainer .contactInfoContainer {
    width: 100% !important;
    order: 1;
    margin-bottom: 60px;
    background: url(/wp-content/uploads/2021/03/contact-bg.png);
    background-size: 55% !important;
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
    padding: 3% 0;
  }

  .section6.contactContainer #map {
    width: 100% !important;
    border-radius: 0 !important;
    order: 2;
    height: 500px;
  }

  .themeInnerContainer .contact-outer {
    background: none !important;
  }

  .section6.contactContainer > div {
    width: 100%;
  }

  .section6.contactContainer .contactInfoContainer .contactSubHeaeder h3 {
    font-size: 25px !important;
  }
}
