.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.section-brandguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}
.guide-container {
  width: 100%;
  max-width: 80%;
}
.guide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.guide-heading {
  margin-top: 45px;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
}
.body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.guide-color-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.guide-color-primary {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b237b;
  background-color: #3b237b;
}
.guide-color-blue-light {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b237b;
  background-color: #f8f8fb;
}
.guide-color-dark {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b237b;
  background-color: #293132;
}
.guide-typo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-h2 {
  font-weight: 400;
}
.cfs-h3 {
  font-weight: 400;
}
.cfs-h5 {
  font-weight: 400;
}
.cfs-h5-arial {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  font-weight: 400;
}
.guide-btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-btn-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffcb05;
  border-radius: 3px;
  background-color: #ffcb05;
}
.cfs-btn-orange.btn-outline-orange {
  border: 2px solid #ffcb05;
  background-color: transparent;
  color: #ffcb05;
}
.guide-color-orange {
  width: 150px;
  height: 150px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b237b;
  background-color: #ffcb05;
}
.cfs-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section.cfs-section-cover {
  position: relative;
  width: 100%;
  height: 100vh;
}
.cfs-section.cfs-section-cover.cfs-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.cfs-section.cfs-about-landing {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.cfs-section.cfs-section-testimonials {
  background-color: #f7f7f7;
}
.cfs-section.cfs-section-text.cfs-gray {
  background-color: #f7f7f7;
}
.cfs-section.section-centres {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section.section-job-listing {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section.cfs-bg-grey {
  background-color: #f7f7f7;
}
.cfs-section.cfs-section-tech.cfs-section-tech-mo {
  padding-top: 0;
}
.cfs-section.cfs-section-tech.cfs-section-tech-mo.cfs-section-tech-mo-desk {
  padding-top: 6rem;
}
.cfs-section.cfs-sover {
  position: relative;
  height: 75vh;
}
.cfs-section.cfs-section-m0 {
  padding-top: 0;
}
.cfs-section.cfs-section-m0.cfs-section-colorbox.cfs-section-m {
  padding-top: 6rem;
}
.cfs-section.cfs-section-m0.cfs-section-colorbox.cfs-section-m.cfs-gray-section {
  background-color: #f4f4f8;
}
.cfs-section.cfs-fv {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cfs-section.cfs-section-hospital-list {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-section.cfs-vision-cover {
  position: relative;
  height: 60vh;
}
.cfs-navigation {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}
.cfs-navigation.cfs-navigation-form {
  position: relative;
  top: 0;
}
.cfs-navigation-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}
.cfs-navigation-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-container {
  width: 100%;
  max-width: 80%;
}
.cfs-container.cfs-container-cover {
  position: relative;
  z-index: 1;
}
.cfs-container.cfs-blog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-container.cfs-bloglist-cover {
  margin-bottom: 60px;
}
.cfs-container.cfs-container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cfs-cover-inner {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-cover-inner.cfs-cover-inne--visioncta {
  position: absolute;
  left: 20px;
  top: auto;
  right: 0;
  bottom: 40px;
  z-index: 3;
}
.cfs-heading-large {
  position: relative;
  margin-top: 0;
  color: #000;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.cfs-heading-large.cfs-cover-title {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: sans-serif, sans-serif;
  color: #333;
  font-size: 3.4rem;
  line-height: 3.6rem;
  font-weight: 500;
}
.cfs-cover-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-btn-primary.cfs-btn-orange {
  margin-top: 0;
  padding: 12px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcb05;
  background-color: #ffcb05;
  box-shadow: none;
  -webkit-perspective: 66px;
  perspective: 66px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -webkit-transition: background-color 150ms
    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.cfs-btn-primary.cfs-btn-orange:hover {
  border-color: #ffcb05;
  background-color: #3b237b;
}
.cfs-btn-primary.cfs-btn-orange.cta-desktop-hide {
  display: none;
}
.cfs-btn-primary.cfs-btn-orange._w-100 {
  width: auto;
}
.cfs-btn-primary.cfs-btn-orange._w-100.open-drawer.cfs-btn-primary--cfsvision {
  border-color: #fef80b;
  background-color: #f8f134;
  color: #333;
}
.cfs-btn-primary.cfs-btn-orange._w-100.open-drawer.cfs-btn-primary--cfsvision.cfs-btn-primary--cfsvision--cta {
  padding: 8px 10px;
  border-color: #3b237b;
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.cfs-btn-primary.cfs-cta-appoint-nextbtn {
  margin-top: 0;
  padding: 12px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcb05;
  background-color: #ffcb05;
  box-shadow: none;
  -webkit-perspective: 66px;
  perspective: 66px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -webkit-transition: background-color 150ms
    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.cfs-btn-primary.cfs-cta-appoint-nextbtn:hover {
  border-color: #ffcb05;
  background-color: #ffcb05;
}
.cfs-btn-primary.cfs-cta-appoint-nextbtn.cfs-appoint-nextbtn_desk {
  width: 100%;
  border-radius: 3px;
  text-align: center;
}
.cfs-section-specialities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.cfs-inner-fv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0;
}
.cfs-inner-fv.cfs-inner-fc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-inner-fv.cfs-centre-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-inner-fv.cfs-centre-c.cfs-70 {
  max-width: 70%;
}
.cfs-inner-fv.cfs-centre-c.cfs-70.cfs-m-auto {
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-inner-fv.cfs-appoint-cta-inner {
  position: relative;
  padding: 40px;
  background-color: #f2f2f2;
}
.cfs-inner-fv.cfs-about-textcontainer {
  position: relative;
  z-index: 2;
  max-width: 55%;
}
.cfs-inner-fv.cfs-over-overview-textwrap {
  position: relative;
  z-index: 2;
  max-width: 60%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-inner-fv.cfs-width-60 {
  max-width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-inner-fv.cfs-scity-text {
  max-width: 50%;
}
.cfs-inner-fv.cfs-vision-text {
  position: relative;
  z-index: 2;
  max-width: 60%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-inner-fv.cfs-collab-fv {
  position: relative;
  z-index: 2;
  max-width: 60%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-inner-fv.cfs-inner-fv-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-section-title.cfs-about-title {
  width: 100%;
}
.cfs-section-title.cfs-about-title.cfs-f-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section-title.cfs-section-title-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section-title.cfs-title-centre {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}
.cfs-section-title.cfs-title-centre.cfs-title-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section-title.cfs-title-centre.cfs-title-center.cfs-width-60 {
  max-width: 60%;
}
.cfs-section-title.cfs-title-centre.cfs-title-centre-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-stitle-small {
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
.cfs-stitle-small.cfs-color-primary {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.cfs-stitle-small.cfs-color-white {
  color: #fff;
}
.cfs-stitle-small.cfs-color-light {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #787878;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.cfs-stitle-small.cfs-color-light.cfs-stitle-small--ab {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 0;
}
.cfs-heading-medium {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sans-serif, sans-serif;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  letter-spacing: 0;
}
.cfs-heading-medium.cfs-text-center {
  font-weight: 500;
  text-align: center;
}
.cfs-heading-medium.cfs-center {
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-align: center;
}
.cfs-heading-medium.cfs-center.cfs-title-deskleft {
  line-height: 2.6rem;
  text-align: left;
}
.cfs-heading-medium.cfs-appoint-title {
  color: #3b237b;
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.cfs-heading-medium.cfs-center-title {
  font-size: 2rem;
  line-height: 2.4rem;
}
.cfs-heading-medium.cfs-center-title.cfs-text-center {
  font-size: 2.2rem;
  line-height: 2.6rem;
}
.cfs-heading-medium.cfs-center-title.cfs-text-center.cfs-mobile-center.cfs-left-desktop {
  text-align: left;
}
.cfs-heading-medium.cfs-center-title.cfs-text-center.cfs-heading-medium-videooverlay-title {
  max-width: 40%;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.2px;
}
.cfs-heading-medium.cfs-color-white {
  color: #fff;
  font-size: 2rem;
}
.cfs-specialities-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.specialities-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  min-height: 300px;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.specialities-img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 170px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #3b237b;
}
.specialities-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.specialities-card-title {
  position: relative;
  width: 100%;
  font-family: sans-serif, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.specialities-card-description {
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #161616;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
}
.specialities-card-description.specialities-card-description--whute {
  color: #ececec;
}
.specialities-card-link {
  display: none;
  margin-top: 10px;
  font-family: sans-serif, sans-serif;
  color: #3b237b;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: underline;
}
.specialities-detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-inner-fh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-inner-fh.cfs-inner-fh-shrink {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.cfs-image-left {
  position: relative;
  overflow: hidden;
  width: 36%;
  height: 450px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.cfs-image-left.cfs-image-left-ip {
  height: 350px;
}
.cfs-image-left--inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: fill;
  object-fit: fill;
}
.cfs-image-left--inner.cfs-landing-doctor-image {
  background-position: 50% 50%;
  background-size: cover;
}
.cfs-landing-doctor-img-tag {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.cfs-image-left--inner.cfs-landing-tech-image {
  background-position: 50% 50%;
  background-size: cover;
}
.cfs-landing-tech-img-tag {
  object-position: 50% 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cfs-text-right {
  width: 45%;
}
.cfs-text-para {
  position: relative;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.cfs-text-para.cfs-center {
  font-size: 1rem;
  text-align: justify !important;
}
.cfs-text-para.cfs-center-text {
  font-size: 1rem;
  text-align: justify;
}
.cfs-text-para.cfs-center-text.cfs-desk-left {
  text-align: left;
}
.cfs-text-para.cfs-color-white {
  color: #fff;
}
.cfs-text-para.cfs-color-white.cfs-text-center {
  text-align: center;
}
.cfs-text-para.cfs-text-para--tu {
  max-width: 70%;
  margin-top: 10px;
}
.cfs-about-counters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-about-counters.cms-fh {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.about-icon-wrap,
.carousel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-icon-wrap.mr-0 {
  margin-right: 0;
}
.about-count-icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #3b237b;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 400;
}
.about-icon-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-count-title {
  margin-bottom: 2px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.about-count-text {
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.bold-text-2 {
  font-size: 1.9rem;
  line-height: 2rem;
}
.about-landing-ctawrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-ulink-primary {
  color: #040404;
}
.cfs-linkblock {
  color: #000;
  text-decoration: none;
}
.cfs-linkblock:hover {
  color: #3b237b;
}
.testimonials-card-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.testimonials-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.testimonials-card.testimonials-card--ip {
  width: 45%;
  margin-bottom: 40px;
}
.testimonials-card.testimonials-card--ip.testimonials-card--testmonials {
  width: 100%;
  margin-top: 0;
}
.testimonials-profile-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials-customer-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials-customer-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #333;
  text-decoration: none;
}
.testimonial-customer-name {
  margin-bottom: 5px;
  font-family: sans-serif, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 500;
}
.testimonial-customer-name.testimonial-customer-name-light {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 600;
}
.testimonial-customer-oc {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.testimonial-customer-oc.testimonial-customer-oc-light {
  color: #fff;
}
.testimonial-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #e7e7e7;
}
.testimonial-text-wrap.testimonial-text-wrap--lightbg {
  background-color: #f7f7f7;
  box-shadow: none;
}
.testimonial-text {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.testimonial-text.testimonial-text--ip {
  color: #787878;
  font-size: 0.9rem;
  line-height: 1.8rem;
}
.cfs-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}
.cfs-footer.cfs-footer--dark {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3c3c3c;
}
.cfs-footer-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-footer-top.cfs-footer-bottom {
  width: 100%;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
  border-radius: 1px;
}
.cfs-footer-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-footer-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-cfooter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  text-decoration: none;
}
.card-footer-icon {
  margin-bottom: 20px;
  font-family: "La solid 900", sans-serif;
  color: #fff;
  font-size: 3.4rem;
  line-height: 3rem;
  font-weight: 400;
}
.card-footer-title {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.card-footer-title.card-footer-title-dark {
  color: #000;
}
.card-footer-title.card-footer-title-dark.card-footer-title-eq {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.card-footer-text {
  font-family: "Open Sans", sans-serif;
  color: #cfcfcf;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.card-footer-text.specialities-card-desc {
  color: #6a6a6a;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.card-footer-text.card-footer-text-dark {
  color: #333;
  font-size: 0.9rem;
}
.card-footer-link {
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-decoration: none;
}
.card-footer-link:hover {
  border-bottom-color: #ffcb05;
}
.cfs-footer-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cta-footer-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 5px;
}
.cta-footer-btn.cta-footer-appoint {
  margin-bottom: 1rem;
  padding: 9px 15px;
  border-color: #cf6912;
  border-radius: 3px;
  background-color: #ffcb05;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.cta-footer-btn.cta-footer-appoint.cta-footer-call {
  border-color: #3b237b;
  background-color: transparent;
  color: #3b237b;
}
.cta-footer-btn.cta-footer-whatsapp {
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #1bb655;
  border-radius: 3px;
  background-color: #32af61;
  font-weight: 600;
}
.cta-footer-btn.cta-footer-contact {
  margin-bottom: 1rem;
  padding: 9px 15px;
  border-width: 1.2px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.cta-footer-btn.cta-footer-contact:hover {
  border-color: #ffcb05;
}
.cta-footer-btn.cta-footer-contact.cfs-spacer-mt {
  margin-top: 30px;
  cursor: pointer;
}
.cta-footer-btn.cfs-collab-btn {
  width: auto;
  margin: 0 20px 0 0;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 1px;
  border-color: #7765a7;
  border-radius: 5px;
  background-color: #3b237b;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-weight: 600;
}
.cta-footer-btn.cfs-collab-btn:hover {
  opacity: 0.8;
}
.cta-footer-btn.cfs-collab-btn--outline {
  width: auto;
  margin: 0 0 0 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 1px;
  border-color: #7765a7;
  border-radius: 5px;
  background-color: #f7f7f7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #7765a7;
  font-weight: 600;
}
.cta-footer-btn.cfs-collab-btn--outline:hover {
  opacity: 0.8;
}
.cta-footer-icon {
  margin-right: 5px;
  font-family: "La solid 900", sans-serif;
  font-size: 2rem;
  line-height: 1.9rem;
  font-weight: 400;
}
.cta-footer-icon.cfs-footer-icon--whatsapp {
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7rem;
  font-weight: 400;
}
.cta-footer-icon.cta-footer-ico--call {
  font-size: 1.8rem;
}
.cta-footer-icon.cfs-collab-btn-ico {
  position: relative;
  margin-right: 20px;
  opacity: 0.38;
  font-family: "Fa solid 900", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.cta-footer-icon.cfs-collab-btn-ico---call {
  position: relative;
  margin-right: 20px;
  opacity: 1;
  -webkit-transform: rotateX(0) rotateY(180deg) rotateZ(0);
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
  font-family: "Fa solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cfs-icon-feature-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cfs-icon-feature-inner.cfs-icon-feature-innerfh {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.cfs-icon-feature-inner.cfs-icon-feature-innerfh.cfs-icon-feature-innerfh--cv {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature-icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feature-icon-card.feature-icon-h-card {
  width: 46%;
}
.feature-icon-card.feature-icon-h-card.feature-icon-h-card--33 {
  width: 36%;
}
.feature-icon-detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feature-icon-detail-wrap.feature-icon-h {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feature-icon-detail-wrap.feature-icon-h.feature-icon-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-icon-detail-wrap.feature-icon-h.feature-icon-h-cv {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-icon-detail-wrap.navigation-card-wrap {
  position: relative;
  overflow: hidden;
  width: 40%;
  padding: 40px 20px;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #ffcb05;
}
.feature-icon-detail-wrap.navigation-card-wrap.bg-primary {
  width: 30%;
  background-color: #3b237b;
}
.feature-icon-detail-wrap.navigation-card-wrap.bg-primary.feature-icon-detail-wrap--colored {
  margin-right: 20px;
  margin-left: 20px;
}
.feature-icon-detail-wrap.navigation-card-wrap.bg-primary.feature-icon-detail-wrap--colored.feature-icon-detail-wrap--colored-primary {
  background-color: #3b237b;
}
.feature-icon-detail-wrap.navigation-card-wrap.bg-accent {
  width: 30%;
  background-color: #ffcb05;
}
.feature-icon-card-icon {
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 400;
}
.feature-icon-card-icon.feature-icon-small {
  font-size: 3rem;
  line-height: 3rem;
}
.feature-icon-card-icon.feature-icon-card-icon-ip {
  font-size: 3rem;
  line-height: 3rem;
}
.cards-small-title {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 600;
}
.cards-small-title.color-primary {
  color: #3b237b;
  line-height: 1.5rem;
  font-weight: 600;
}
.cards-small-title.color-primary.mt-0 {
  margin-top: 0;
}
.cards-small-title.color-primary.mt-0.navigation-card-title {
  color: #fff;
}
.cards-small-title.mt-0 {
  margin-top: 0;
  color: #3b237b;
  font-size: 1.1rem;
  font-weight: 600;
}
.cards-small-title.mt-0.cards-small-title-ip {
  font-size: 1rem;
}
.cards-small-title.mt-0.cards-small-title-ip.cards-small-title-ip-dark {
  color: #000;
}
.feature-circle-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature-h-detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.feature-h-detail-wrap.feature-h-detail-wrap-cv {
  margin-top: 10px;
  margin-left: 0;
}
.cfs-specialist-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-specialist-wrap.cfs-specialist-wrap--bglight {
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 30px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cfs-specialist-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  min-height: auto;
  margin-bottom: 4%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
}
.specialist-card-detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: #eee;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.specialist-card-detail-wrap.specialist-card-detail-wrap--bgwhite {
  background-color: #fff;
}
.specialist-img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.specialist-name {
  margin-bottom: 5px;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
.specialist-place {
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
}
.specialist-speciality-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialist-card-speciality-title {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.speciality-tags-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialities-tag {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  border-radius: 20px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 0.7rem;
  line-height: 1.1rem;
  font-weight: 400;
  text-decoration: none;
}
.specialities-card-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.appointment-cta-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ffcb05;
  border-radius: 5px;
  background-color: #ffcb05;
  font-weight: 500;
  text-decoration: none;
}
.appointment-cta-btn.appointment-cta-btn--auto {
  position: relative;
  width: auto;
  padding-right: 12px;
  padding-left: 12px;
}
.btn-icon {
  position: relative;
  margin-right: 10px;
  font-family: "La solid 900", sans-serif;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-decoration: none;
}
.btn-text {
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-weight: 600;
}
.specialist-cta-profile {
  margin-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1.2px solid #4e4e4e;
  font-family: "Open Sans", sans-serif;
  color: #4e4e4e;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.section-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
}
.section-title.section-title-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-title-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-title-inner.section-title-inner--doctorprofile {
  max-width: 100%;
}
.section-title-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 300;
  letter-spacing: 0;
}
.section-title-desc {
  width: 56%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.section-title-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 40%;
  opacity: 0.5;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-title-wrap {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #3b237b;
}
.section-title-wrap.section-title-form-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #3b237b;
}
.section-title-wrap.section-title-form-wrap.section-title-wrap-light {
  background-color: #f7f7f7;
}
.section-title-wrap.section-title-form-wrap.section-title-wrap--light {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}
.section-title-wrap.section-title-wrap-relative {
  position: relative;
}
.section-title-wrap.section-title-wrap-relative.section-title-wrap--light {
  background-color: #f7f7f7;
}
.section-title-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-title-nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-title-nav-inner.title-form-inner {
  width: 100%;
  margin-right: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.section-title-nav-inner.title-form-inner.section-title-container {
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-title-nav-inner.section-title-navigation {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-title-nav-inner.section-title-navigation.section-title-nav-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-title-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-title-menu.section-title-menu--20 {
  margin-left: -10px;
}
.section-title-menu.section-title-menu--20.cfs-h-scroll {
  list-style-type: square;
}
.section-title-menu.section-title-menu--20.cfs-h-scroll.section-title-menu-container {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-title-menu.section-title-menu--20.cfs-h-scroll.section-title-menu-container.section-title-menu-container-midddle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-title-menulist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
}
.section-title-nav-link {
  position: relative;
  padding: 15px 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none;
}
.section-title-nav-link.section-title-nav-active {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ffcb05;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.section-title-nav-link.section-title-nav-active.section-title-nav-active--primary {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 2px solid #3b237b;
  background-color: #f7f7f7;
  color: #3b237b;
}
.section-title-nav-link.section-title-nav-link--light {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.2s ease, color 0.1s ease;
  transition: border-color 0.2s ease, color 0.1s ease;
  color: #333;
}
.section-title-nav-link.section-title-nav-link--light:hover {
  border-bottom-color: #3b237b;
  color: #3b237b;
}
.section-title-nav-cta {
  padding: 16px 30px;
  background-color: #ffcb05;
  color: #fff;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.navigation-card-text {
  position: relative;
  display: none;
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #7c7c7c;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: left;
}
.navigation-card-cta {
  display: block;
  margin-top: 30px;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: #fff;
  font-family: sans-serif, sans-serif;
  color: #ffcb05;
  font-size: 0.9rem;
  line-height: 0.9rem;
  letter-spacing: 0;
  text-decoration: none;
}
.navigation-card-cta.color-primary {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #3b237b;
}
.navigation-card-cta.color-primary:hover {
  background-color: #ffcb05;
  color: #fff;
  font-weight: 500;
}
.navigation-card-cta.color-primary.navigation-card-cta--primary {
  color: #3b237b;
}
.navigation-card-cta.color-primary.navigation-card-cta--primary:hover {
  background-color: #fff;
  color: #3b237b;
}
.navigation-card-cta.color-accent {
  color: #ffcb05;
}
.cfs-icon {
  font-family: "La solid 900", sans-serif;
}
.cfs-icon.navigation-card-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: -10px;
  bottom: -10px;
  opacity: 0.6;
  color: #fff;
  font-size: 7rem;
  line-height: 7rem;
}
.cfs-icon.centre-card-icon {
  padding-right: 3px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.cfs-nav-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cfs-nav-card-wrap.cfs-nav-card-wrap--middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-title-form {
  width: 100%;
  margin-bottom: 0;
}
.title-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: -20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-form.section-title-form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.title-form.section-title-form.section-title-form-mnone {
  margin-left: 0;
}
.title-form.section-title-form.section-title-form-mnone.title-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-form-input-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
}
.title-form-input-wrap.title-form-input-wrap-mnone {
  margin-right: 0;
}
.title-form-input {
  height: 45px;
  margin-bottom: 0;
  padding-left: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
}
.title-form-input::-webkit-input-placeholder {
  color: #333;
}
.title-form-input:-ms-input-placeholder {
  color: #333;
}
.title-form-input::-ms-input-placeholder {
  color: #333;
}
.title-form-input::placeholder {
  color: #333;
}
.title-form-input.title-form-select {
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #194f6c;
  border-radius: 3px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-weight: 400;
}
.title-form-input.title-form-select.title-form-input-light {
  border-color: #e2e2e2;
}
.title-form-input.title-form-select.title-form-input--light {
  position: relative;
  border-color: #e0e0e0;
}
.title-form-label {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.title-form-label.title-form-dark {
  color: #3b237b;
}
.centre-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.centre-list-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
.centre-list-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.centre-list-inner-wrap.job-listing-inner {
  width: 70%;
}
.centre-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.centre-card.job-listing-card {
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 5px solid #3b237b;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.centre-card.cfs-centre-card {
  overflow: hidden;
  width: 30%;
  height: 140px;
  margin-bottom: 4rem;
  border-radius: 5px;
}
.centre-card.cfs-centre-card.cfs-centre-card--big {
  width: 46%;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
}
.centre-img-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  background-color: #dcdada;
}
.centre-img-wrap.job-listing-imgwrap {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 50%;
}
.centre-detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #f9f9f9;
  background-color: #fff;
}
.centre-detail-wrap.job-listing-detail-wrap {
  width: 60%;
  margin-right: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f7f7f7;
}
.centre-list-name {
  margin-bottom: 10px;
  font-family: sans-serif, sans-serif;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}
.centre-list-name.jl-title {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.centre-list-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  color: #787878;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 400;
}
.centre-list-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.centre-list-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.centre-list-cta-wrap.jl-para-wrap {
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.centre-list-ulink {
  position: relative;
  margin-right: 10px;
  margin-left: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #3d3d3d;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-weight: 700;
}
.centre-list-cta {
  position: relative;
  padding: 8px 12px;
  border-style: none;
  border-width: 1.5px;
  border-color: #e0e0e0;
  border-radius: 3px;
  background-color: #ffcb05;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.centre-list-cta:hover {
  opacity: 0.8;
}
.centre-list-cta.job-listing-cta {
  padding: 10px 18px;
  border-width: 1.5px;
  border-color: #ffcb05;
  background-color: #ffcb05;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
}
.centre-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
.centre-title-num {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
}
.cards-x-small-title {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.cfs-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #3b237b;
}
.cfs-form-wrapper.cfs-form-light {
  width: 40%;
  background-color: #f7f7f7;
}
.cfs-form-wrapper.cfs-form-wrapper-dp--apointment {
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
  width: 100%;
}
.cfs-form-wrapper.cfs-contact-form {
  width: 100%;
}
.cfs-form-wrapper.cfs-askanexpert-formwrap {
  width: 100%;
  background-color: #f7f7f7;
}
.cfs-form-wrapper.cfs-joblisting-formwrap {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
  background-color: #f7f7f7;
}
.cfs-form-title {
  margin-top: 0;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.cfs-form-title.color-primary {
  color: #3b237b;
}
.cfs-form-form {
  width: 100%;
  margin-top: 1rem;
}
.cfs-form-form.cfs-form-form-filter {
  margin-top: 0;
  margin-bottom: 0;
}
.cfs-form-inner {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cfs-form-inner.cfs-form-cover-rcb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-form-label {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.cfs-form-label.color-primary {
  width: 100%;
  color: #3b237b;
}
.cfs-form-label.cfs-color-dark {
  color: #333;
}
.cfs-form-input {
  position: relative;
  height: 40px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #3b237b;
  border-radius: 3px;
  color: #3b237b;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
}
.cfs-form-input::-webkit-input-placeholder {
  font-size: 0.8rem;
  font-weight: 400;
}
.cfs-form-input:-ms-input-placeholder {
  font-size: 0.8rem;
  font-weight: 400;
}
.cfs-form-input::-ms-input-placeholder {
  font-size: 0.8rem;
  font-weight: 400;
}
.cfs-form-input::placeholder {
  font-size: 0.8rem;
  font-weight: 400;
}
.cfs-form-input.cfs-form-input-light {
  width: 100%;
  border-color: #dedede;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb {
  height: 45px;
  border-width: 1.2px;
  border-color: #3b237b;
  background-color: #fff;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::-webkit-input-placeholder {
  color: #3b237b;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb:-ms-input-placeholder {
  color: #3b237b;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::-ms-input-placeholder {
  color: #3b237b;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::placeholder {
  color: #3b237b;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb.cfs-field-contact {
  position: relative;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb.cfs-field-contact.cfs-input-padding {
  padding-left: 90px;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-otp {
  width: 24%;
  height: 70px;
  border-bottom: 3px solid #3b237b;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover {
  width: auto;
  height: 45px;
  margin-bottom: 0;
  padding-left: 90px;
  border-width: 1.5px;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover.cfs-form-input-rcb-cover-phone {
  width: 300px;
  margin-right: 20px;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode {
  position: absolute;
  left: 0;
  top: auto;
  width: 80px;
  height: 45px;
  margin-bottom: 0;
  border-width: 1.5px;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode.cfs-a0 {
  top: 0;
  border-style: solid;
  border-color: #3b237b;
}
.cfs-form-input.cfs-form-input-light.cfs-form-input-light-white {
  background-color: #fff;
}
.cfs-form-input.cfs-form-textarea {
  height: 90px;
  border-color: #e0e0e0;
}
.cfs-form-submit {
  width: 100%;
  height: 45px;
  margin-top: 1rem;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #ffcb05;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
}
.cfs-form-submit:hover {
  opacity: 0.9;
}
.cfs-form-submit.bg-primary {
  background-color: #3b237b;
}
.cfs-form-submit.cfs-rcb-cta-cover {
  width: auto;
  height: 43px;
  margin-top: 0;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.cfs-form-submit.cfs-form-submit--auto {
  width: auto;
}
.cfs-form-radio {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cfs-form-radio.cfs-form-radio-50 {
  margin-top: 0;
  margin-right: 20px;
}
.cfs-radio-field {
  width: 20px;
  height: 20px;
  border-width: 1.5px;
  border-color: #3b237b;
  font-size: 1rem;
}
.cfs-radio-field.w--redirected-checked {
  border-color: #ffcb05;
  background-color: #ffb576;
  color: #d87623;
}
.cfs-form-radio-label {
  padding-left: 5px;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb-link {
  position: relative;
  color: #3b237b;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
.breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumb-link.breadcrumb-active {
  color: #939393;
  font-weight: 400;
}
.breadcrumb-icon {
  padding: 0 10px;
  font-family: "La solid 900", sans-serif;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 400;
}
.jl-desc {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.jl-title-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
}
.jl-title-desc-text {
  opacity: 0.8;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}
.jl-title-desc-link {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  color: #3b237b;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}
.job-listing-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cfs-appointment-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b237b;
}
.cfs-navigation-middle-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 10px 18px 10px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.1px;
  border-color: #cacaca;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.navigation-cta:hover {
  border-color: #3b237b;
  background-color: #f7f7f7;
}
.nav-cta-icon {
  margin-right: 6px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
}
.nav-cta-title {
  color: #3b237b;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.image {
  position: absolute;
  left: -70px;
  width: 230px;
}
.cfs-navigation-menu-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b237b;
}
.cfs-nav-menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-nav-menu-inner.cfs-topmenu-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cfs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-menu-link {
  padding: 20px 16px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #fff;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.cfs-menu-link:hover {
  background-color: #7765a7;
}
.cfs-menu-link.cfs-menu-link-ico {
  font-family: "La solid 900", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.cfs-menu-link.cfs-menu-link-ico.cfs-menu-link-active {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #7765a7;
}
.cfs-menu-link.cfs-menu-link-top {
  padding: 12px;
  color: #787878;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.cfs-menu-link.cfs-menu-link-top:hover {
  color: #fff;
}
.cfs-menu-cta-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}
.cfs-menu-cta-wrap.cfs-w-100 {
  width: 100%;
}
.cfs-menu-quick {
  padding: 22px 25px;
  background-color: transparent;
  color: #3b237b;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: none;
}
.cfs-menu-quick.cfs-menu-ip {
  background-color: transparent;
}
.cfs-menu-quick.cfs-menu-bap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 21px;
  padding-left: 55px;
  background-color: #ffcb05;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.cfs-menu-quick.cfs-menu-bap:hover {
  background-color: #ffcb06;
}
.cfs-menu-quick.cfs-menu-bap.cfsw-100 {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-menu-quick.cfs-menu-bap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 55px;
  background-color: #ffcb05;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cfs-menu-quick.cfs-menu-bap:hover {
  background-color: #ffcb06;
}
.cfs-menu-quick.cfs-menu-bap.cfsw-100 {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-menu-quick-ico {
  padding-right: 9px;
  padding-left: 9px;
  font-family: "La solid 900", sans-serif;
}
.cfs-menu-ico-globe {
  padding-right: 0;
  padding-left: 0;
  font-size: 2rem;
  line-height: 2rem;
}
.bg-grey {
  background-color: #f7f7f7;
}
.cfs-title-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-title-heading.cfs-title-heading-profilecard {
  font-size: 17px;
  font-weight: 700;
}
.cfs-title-heading-text {
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}
.cfs-footer-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-footer-menu-link {
  position: relative;
  padding-right: 20px;
  color: #3b237b;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-nav-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
}
.cfs-grey-stxt {
  color: #787878;
  font-size: 0.8rem;
  line-height: 1rem;
}
.cfs-slink {
  padding-left: 5px;
  color: #3b237b;
  font-size: 0.8rem;
  font-weight: 600;
}
.cfs-slink.cfs-contact-toplink:hover {
  color: #ffcb05;
  font-weight: 700;
}
.cfs-slink.cfs-contact-toplink.cms-tooltip {
  position: relative;
}
.cfs-slink.cfs-contact-toplink.cfs-contact-toplink-contactpage {
  margin-right: 10px;
  padding-left: 0;
  font-size: 0.9rem;
}
.cfs-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px solid #555151;
}
.cfs-footer-blinks-wrap {
  position: relative;
  width: 65%;
}
.cfs-footer-blinks-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cfs-footer-blinks {
  margin-top: 0;
  padding-bottom: 6px;
  border-bottom: 1px none #3b237b;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-decoration: none;
}
.cfs-footer-blinks:hover {
  color: #ffcb05;
}
.cfs-footer-bsocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sfs-fblsocial-links {
  font-family: "La brands 400", sans-serif;
  color: #fff;
  text-decoration: none;
}
.sfs-fblsocial-links.cms-tooltip:hover {
  color: #ffcb05;
}
.cfs-fscoial-icons {
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.cfs-mobile-bottom-fixed {
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.cfs-mobile-bottom-fixed.mobile-fixednavigation {
  display: none;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mn-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.mb-nav-icon {
  margin-bottom: 5px;
  font-family: "La solid 900", sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.mb-nav-desc {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
}
.body-home {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5rem;
  letter-spacing: -0.2px;
}
.cfs-mobile-navigation-bar {
  display: none;
}
.cfs-mobile-navigation {
  position: fixed;
  right: 0;
  z-index: 10;
  display: none;
  width: 30%;
  height: 100%;
  max-height: 100vh;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #3b237b;
}
.cfs-mob-nlinks-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-mnav-link-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px solid hsla(0, 0%, 75.9%, 0.63);
  color: #fff;
  text-decoration: none;
}
.cfs-mnav-link {
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
}
.cfs-mnav-link-arrow {
  font-family: "La solid 900", sans-serif;
}
.cfs-mnav-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 20vh;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-mnav-link-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px none hsla(0, 0%, 75.9%, 0.63);
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}
.cfs-mnav-slink {
  position: relative;
  font-size: 0.7rem;
  font-weight: 600;
}
.cfs-mob-ncta.cfs-btn-orange {
  margin-top: 0;
  padding: 12px 18px;
  border-color: #ffcb05;
  background-color: #ffcb05;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 700;
}
.cfs-cover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.28;
}
.cfs-cover-bg-image {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  width: 100%;
}
.testimonial-video-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 4px 6px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #3b237b;
  font-size: 0.8rem;
  letter-spacing: -0.2px;
  text-decoration: none;
}
.testimonials-videoico {
  margin-right: 5px;
  padding: 2px 4px 2px 3px;
  border-radius: 50%;
  background-color: #3482ac;
  font-family: "La solid 900", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3rem;
}
.testimonials-video-title {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  font-size: 0.7rem;
}
.cfs-about-bgimg {
  position: absolute;
  right: -60%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.21;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-about-gradient {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.67;
}
.cfs-menu-ico-nav-book {
  position: absolute;
  left: 20px;
  padding-left: 0;
  font-family: "La solid 900", "sans-serif";
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
}
.cfs-mobile-footer {
  position: relative;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b237b;
}
.cfs-mobile-footer-wrap {
  width: 100%;
}
.cfs-mob-footer-nlinks-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-footer-mnav-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 100%;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-footer-mnav-secondary.cfs-h-scroll {
  position: relative;
}
.cfs-h-gradient {
  position: absolute;
  right: 0;
  display: none;
  width: 3%;
  height: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.cfs-hero-slider {
  display: none;
  height: 75vh;
}
.cfs-slider-slide {
  width: 100%;
  background-color: #fff;
}
.cfs-slider-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-cover-bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.51;
}
.right-arrow {
  display: none;
}
.icon {
  display: none;
}
.cfs-about-mobcounter {
  display: none;
}
.about-count-title-mobile {
  margin-bottom: 2px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.about-count-text-mobile {
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.about-count-icon-mobile {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  color: #3b237b;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 400;
}
.cfs-mobile-contact-drawer {
  display: none;
}
.cfs-mob-c-title.cfs-appoint-desk-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cfs-mob-cdrawer-title.cfs-bold {
  font-weight: 600;
}
.cfs-mob-cd-close {
  position: relative;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.1rem;
  text-decoration: none;
}
.cfs-main.cfs-blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.cfs-fullcta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-btn-secondary.cfs-btn-outline {
  margin-top: 0;
  padding: 12px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: none;
  -webkit-perspective: 66px;
  perspective: 66px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -webkit-transition: background-color 150ms
    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  color: #454545;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.cfs-btn-secondary.cfs-btn-outline:hover {
  border-color: #d8d8d8;
  border-radius: 5px;
  background-color: #fafafa;
}
.cfs-blog-cards-container {
  display: none;
  width: 100%;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-blog-card-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cfs-blogcard-m--img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}
.cfs-blogcard-m--image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-blogcard-tabpill {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  padding: 2px 5px;
  border-radius: 2px;
  background-color: #ffcb05;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-blogcard-m--detailscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
.cfs-blogcard-m-title {
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: sans-serif, sans-serif;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
.cfs-blogcard-m-desc {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  color: #161616;
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.2px;
}
.cfs-primary-link {
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-blogcard-m-wrap--meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-blogcard-m-mpwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.blogcard-m-author {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.blogcard-m-author-d--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blogcard-m-author--name {
  color: #333;
  font-size: 0.8rem;
  font-weight: 600;
}
.blogcard-m-author--desc {
  color: #333;
  font-size: 0.7rem;
  line-height: 1rem;
}
.cfs-footer-bsocial-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-cover-rcb-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-mobile-contact-bookappoint {
  display: none;
}
.cfs-overlay {
  display: none;
}
.cfs-input-wraper {
  position: relative;
}
.cfs-input-wraper.cfs-inputwrap-otp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cfs-input-wraper.cfs-input-contact {
  display: block;
  width: auto;
  height: 45px;
}
.cfs-form-input-container {
  position: relative;
  width: 100%;
}
.cfs-form-input-container.cfs-form-input-container--otp {
  width: 100%;
}
.cfs-form-input-container.cfs-cover-form-input {
  position: relative;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.cfs-mob-c-desc-sm.cfs-otp-desc-desk {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 400;
}
.cfs-mobile-contact-rcb {
  display: none;
}
.cfs-btn-secondary-outline.cfs-btn-outline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3b237b;
  border-radius: 2px;
  background-color: transparent;
  box-shadow: none;
  -webkit-perspective: 66px;
  perspective: 66px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -webkit-transition: background-color 150ms
    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  color: #3b237b;
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-decoration: none;
}
.cfs-btn-secondary-outline.cfs-btn-outline:hover {
  border-color: #d8d8d8;
  border-radius: 5px;
  background-color: #fafafa;
}
.cfs-btn-secondary-outline.cfs-btn-outline.cfs-btn-outline--tu {
  border-color: #e0e0e0;
  -webkit-transition-property: all;
  transition-property: all;
  color: #333;
  font-size: 0.8rem;
}
.cfs-btn-secondary-outline.cfs-btn-outline.cfs-btn-outline--tu:hover {
  background-color: #3b237b;
  color: #fff;
}
.cfs-mobile-section-link {
  position: relative;
  display: none;
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-weight: 600;
}
.cfs-appoint-form-tab {
  display: none;
}
.cfs-appoint-form-btnwrap {
  display: block;
}
.cfs-appoint-form-btnwrap.cfs-appoint-desk-btnwrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-btn-grey.cfs-cta-appoint-prevbtn {
  margin-top: 0;
  padding: 12px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcb05;
  background-color: #ffcb05;
  box-shadow: none;
  -webkit-perspective: 66px;
  perspective: 66px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -webkit-transition: background-color 150ms
    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.cfs-btn-grey.cfs-cta-appoint-prevbtn:hover {
  border-color: #ffcb05;
  background-color: #ffcb05;
}
.cfs-btn-grey.cfs-cta-appoint-prevbtn.cfs-appoint-prevbtn_desk {
  margin-top: 15px;
  padding: 0;
  border-style: none;
  background-color: transparent;
  color: #3b237b;
}
.cfs-appoint-dotsembed.cfs-appoint-dots-desk {
  margin-top: 20px;
}
.cfs-cover-rcb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-cover-title {
  width: 61%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: sans-serif, sans-serif;
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 500;
}
.cfs-d-appoint {
  position: absolute;
  top: 55px;
  display: block;
  width: 150%;
  height: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 16px 0 hsla(0, 0%, 61.2%, 0.45);
  opacity: 0;
  display: none;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cfs-d-appoint.cfs-d-appoint-show {
  display: block;
  box-shadow: 0 6px 16px 0 hsla(0, 0%, 61.2%, 0.45);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.color-primary {
  color: #ffcb05;
}
.cfs-d-appoint-pointer {
  position: absolute;
  left: 50%;
  top: -10px;
  border-style: none solid solid;
  border-width: 1px 20px 18px;
  border-color: transparent transparent #fff;
  border-radius: 900px;
  background-color: transparent;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cfs-appoint-form-tab_desk {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cfs-reqotp-link {
  color: #3b237b;
}
.section-title-desc-copy {
  width: 56%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.cfs-title-description {
  margin-top: 0;
  font-size: 0.9rem;
  line-height: 1.6rem;
}
.cfs-title-description.cfs-title-description--blog {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
}
.cfs-mobile-locations {
  display: none;
}
.cfs-form-locations {
  width: 100%;
  margin-top: 1rem;
}
.cfs-cta-location-tab {
  display: none;
}
.cfs-cta-location-tab.cfs-loc-tab-level-1 {
  display: none;
}
.cfs-cta-location-tab.cfs-loc-tab-level-2 {
  display: none;
}
.cfs-cta-location-tab.cfs-loc-tab-level-3 {
  display: none;
}
.cfs-cta-location-tab.cfs-loc-tab-level-4 {
  display: none;
}
.cfs-cta-location-tab.cfs-loc-tab-level-appoint {
  display: none;
}
.cfs-cta-location-tab.cfs-loc-tab-level-singlehospital {
  display: none;
}
.cfs-cta-location-tab.cfs-loc-tab-level-appoint-otp {
  display: none;
}
.cfs-mobile-specialist {
  display: none;
}
.cfs-form-specialist {
  width: 100%;
  margin-top: 1rem;
}
.cfs-form-field-desc {
  position: relative;
  color: #3b237b;
  font-size: 0.8rem;
  font-style: italic;
}
.cfs-menu-link-wrap {
  position: relative;
}
.cfs-drop-menu {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  height: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 16px 0 hsla(0, 0%, 61.2%, 0.45);
  opacity: 0;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cfs-drop-menu.cfs-d-appoint-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cfs-drop-menu.cfs-drop-menu-show {
  top: 40px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cfs-cover-para {
  max-width: 70%;
  font-size: 1rem;
  line-height: 1.9rem;
  font-weight: 400;
}
.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cfs-title-dropbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
}
.cfs-title-dropbtn-fh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-titledrop--ico {
  margin-right: 10px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.4rem;
  font-weight: 400;
}
.cfs-titledrop--ico.cfs-titledrop--ab {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cfs-title-dropbtn-txt {
  position: relative;
  font-size: 0.8rem;
  font-weight: 400;
}
.cfs-doctor-profilecard-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-dp-card-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-dp-card-image {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-radius: 50%;
}
.cfs-dp-detail-plcae {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-inline-text-icon {
  position: relative;
  margin-right: 5px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.3rem;
}
.cfs-dp-content-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-dp-content-left {
  width: 65%;
}
.cfs-dp-content-left.cfs-dp-content-left--cv {
  width: 50%;
}
.cfs-dp-content-right {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-dp-content-right.cfs-dp-content-right-cv {
  width: 36%;
}
.cfs-dp-content-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
}
.cfs-dp-content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e0e0e0;
  color: #333;
  text-decoration: none;
}
.cfs-text-bold-md {
  margin-top: 0;
  margin-bottom: 5px;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
.cfs-text-bold-md.cfs-text-bold-md--wspace {
  position: relative;
  margin-bottom: 40px;
}
.cfs-text-bold-md.cfs-text-bold-md--wspace.cfs-text-bold-xs {
  font-size: 1rem;
  line-height: 1.3rem;
}
.cfs-dp-content-innerwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cms-dp-content-spec-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-dp-content-specard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 4%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 3px;
}
.cfs-dp-content-spec-ico {
  margin-right: 20px;
  padding: 13px 14px;
  border-radius: 50%;
  background-color: #3b237b;
  font-family: "La solid 900", sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}
.cfs-text-sm {
  margin-bottom: 5px;
  font-family: sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
}
.cfs-section-title-text {
  margin-bottom: 5px;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-section-title-text.cfs-m20 {
  margin-bottom: 40px;
}
.cfs-section-title-text.cfs-sh-loc-title-txt {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-right: 20px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
}
.cfs-section-title-text.cfs-sh-loc-title-txt.cfs-m20 {
  margin-bottom: 40px;
  background-color: transparent;
}
.cfs-section-title-text.cfs-sh-loc-title-txt.cfs-contact-dcardtitle {
  margin-bottom: 20px;
  background-color: transparent;
}
.cfs-section-title-text.cfs-section-title-text-sm {
  font-size: 0.9rem;
}
.cfs-left-section--inner {
  width: 65%;
}
.cfs-left-section--inner.cfs-left-50 {
  width: 50%;
}
.cfs-chairmandesk-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
}
.cfs-charirman-signwrap {
  margin-top: 20px;
}
.cfs-text-sm-bold {
  margin-top: 0;
  margin-bottom: 5px;
  color: #333;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
.cfs-text-sm-bold.cfs-text-bold-md--wspace {
  color: #3b237b;
  font-size: 1rem;
}
.cfs-text-sm-bold.cfs-text-bold-md--wspace.cfs-mb0 {
  margin-bottom: 0;
  line-height: 1.2rem;
}
.cfs-text-sm-bold.cfs-text-bold-md--wspace.cfs-mb0.cfs-text-pc-title {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.3rem;
}
.cfs-text-sm-bold.cfs-text-bold-md--wspace.cfs-text-bold-md--wspace-singlepost {
  margin-bottom: 0;
}
.cfs-text-xs-bold {
  font-size: 0.8rem;
  font-weight: 600;
}
.cfs-chariman-signlogo {
  position: relative;
  width: 120px;
  margin-top: 20px;
}
.cfs-chariman-signlogo.cfs-chariman-signlogo--nm {
  width: 95px;
  margin-top: 10px;
}
.cfs-inner-right {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-inner-right.cfs-chairman-right {
  padding: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cfs-inner-right.cfs-chairman-right.cfs-right-50 {
  width: 45%;
}
.cfs-inner-right.cfs-contact-right {
  width: 35%;
  padding: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cfs-inner-right.cfs-contact-right.cfs-right-50 {
  width: 45%;
}
.cfs-chairman-img {
  position: relative;
  height: 350px;
  margin-bottom: 10px;
  -webkit-transform: rotateX(0) rotateY(180deg) rotateZ(0);
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cfs-chairman-img.cfs-chairman-img-tab {
  display: none;
  width: 100%;
  margin-bottom: 40px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cfs-overview-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-overview-main.cfs-overview-main--askanexpert {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-overview-coverimg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-overview-cover--img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-overview-cover--img.cfs-overview-cover--img--mob {
  display: none;
}
.cfs-overview-section-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-overview-leftimg {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cfs-overview-leftimg.cfs-chairman-img-tab {
  display: none;
  width: 100%;
  margin-bottom: 40px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cfs-title-md {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sans-serif, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
}
.cfs-membersgrid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-members-photocard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  margin-right: 40px;
  margin-bottom: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
  color: #333;
  text-decoration: none;
}
.cfs-memebers-photocard--img {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-memebers-photocard--img.cfs-memebers-photocard--imgbg {
  height: 140px;
  background-color: #3b237b;
}
.cfs-members--details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-single-innerwrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-lr-faq-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-lr-faq-left {
  width: 40%;
}
.cfs-lr-faq-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-faq-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-faq-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  color: #333;
  text-decoration: none;
}
.cfs-faq-maincontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cfs-faq-maincontainer.cfs-faq-45 {
  width: 45%;
}
.cfs-faq-arrow {
  position: relative;
  margin-right: 40px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.cards-small-title-copy {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 600;
}
.cards-small-title-copy.color-primary {
  color: #3b237b;
  line-height: 1.5rem;
  font-weight: 600;
}
.cards-small-title-copy.color-primary.mt-0 {
  margin-top: 0;
}
.cards-small-title-copy.color-primary.mt-0.navigation-card-title {
  color: #fff;
}
.cards-small-title-copy.color-primary.cfs-faq-title-text {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
  font-size: 1rem;
}
.cards-small-title-copy.mt-0 {
  margin-top: 0;
  color: #3b237b;
  font-weight: 600;
}
.cfs-faq-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding-right: 40px;
  padding-left: 90px;
  -webkit-transition: height 0.1s ease-in-out;
  transition: height 0.1s ease-in-out;
}
.cfs-fullwidth-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-section-lr-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section-lr-video.cfs-section.cfs-section-primary {
  background-color: #3b237b;
}
.cfs-video-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 36%;
  height: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #7765a7;
}
.cfs-video-box.cfs-video-box--pv {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cfs-play-button {
  position: relative;
  margin-right: 0;
  font-family: "La solid 900", sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
}
.cfs-play-button.cfs-play-button--pv {
  font-size: 6rem;
  line-height: 6rem;
}
.cfs-gridbox-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-gridbox-primary.cfs-section.cfs-section-primary {
  background-color: #3b237b;
}
.cfs-gridbox-primary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-gridbox-gridcontainer {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cfs-gridbox-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7765a7;
}
.cfs-gridbox-desc {
  position: relative;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  color: #4c4c4c;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.cfs-gridbox-desc.cfs-center {
  text-align: left;
}
.cfs-gridbox-desc.cfs-center-text {
  text-align: center;
}
.cfs-gridbox-desc.cfs-color-white {
  color: #fff;
}
.cfs-gridbox-desc.cfs-color-white.cfs-text-center {
  font-size: 0.8rem;
  line-height: 1.7rem;
  text-align: center;
}
.cfs-faq-multicol-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-fv-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-comparison-table-container {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}
.cfs-ct-blank {
  width: 100%;
  height: 100%;
  padding: 21px;
  background-color: transparent;
}
.cfs-comparison-table-th {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b237b;
}
.cfs-comp-table-th-title {
  position: relative;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
.cfs-comp-table-th-title.cfs-color-primary {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.cfs-comp-table-th-title.cfs-color-white {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
}
.cfs-comparison-table-tr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}
.cfs-comp-table-tr-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 400;
}
.cfs-comp-table-tr-title.cfs-color-primary {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #3b237b;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.cfs-comp-table-tr-title.cfs-color-white {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.cfs-drawer-listcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-drawer-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px 7px 0 0;
  background-color: #3b237b;
  color: #333;
  text-decoration: none;
}
.cfs-drawer-title-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0;
  background-color: #f7f7f7;
}
.cfs-drawer-title-container.cfs-faq-45 {
  width: 45%;
}
.cfs-drawer-title-txt {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.cfs-drawer-title-txt.color-primary {
  color: #3b237b;
  line-height: 1.5rem;
  font-weight: 600;
}
.cfs-drawer-title-txt.color-primary.mt-0 {
  margin-top: 0;
}
.cfs-drawer-title-txt.color-primary.mt-0.navigation-card-title {
  color: #fff;
}
.cfs-drawer-title-txt.color-primary.cfs-faq-title-text {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #333;
  font-size: 1rem;
}
.cfs-drawer-title-txt.mt-0 {
  margin-top: 0;
  color: #3b237b;
  font-weight: 600;
}
.cfs-drawer-arrow {
  position: relative;
  margin-right: 40px;
  font-family: "La solid 900", sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
}
.cfs-drawer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 40px 40px 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-drawer-content.cfs-faq-content {
  height: 0;
  padding: 0;
}
.cfs-drawer-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-drawer-content-row.cfs-m0 {
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-drawer-content-bullet {
  position: relative;
  margin-right: 20px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.7rem;
  line-height: 1.8rem;
}
.cfs-drawer-row-content {
  position: relative;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  color: #4c4c4c;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.2px;
}
.cfs-drawer-row-content.cfs-center {
  text-align: left;
}
.cfs-drawer-row-content.cfs-center.cfs-mobile-center {
  margin-bottom: 0;
  line-height: 1.4rem;
}
.cfs-drawer-row-content.cfs-center-text {
  text-align: center;
}
.cfs-drawer-row-content.cfs-color-white {
  color: #fff;
}
.cfs-drawer-row-content.cfs-color-white.cfs-text-center {
  text-align: center;
}
.cfs-lr-w-img-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-sh-hospitalimg {
  position: relative;
  height: 350px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cfs-sh-hospitalimg.cfs-chairman-img-tab {
  display: none;
  width: 100%;
  margin-bottom: 40px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cfs-sh-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.cfs-sh-location-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cfs-sh-loc-mapwrap {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 100%;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
}
.cfs-sh-loc-detailwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0;
  padding: 12px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-sh-loc-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 240px;
  background-color: #e9e9e9;
}
.cfs-sh-loc-map.cfs-loc-vision {
  height: 250px;
  margin-bottom: 40px;
}
.cfs-sh-loc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-sh-loc-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-sh-loc-title-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #3b237b;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cfs-sh-loc-gi-cardwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-sh-loc-gi-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-bottom: 6%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-sh-loc-gi-ico {
  margin-right: 20px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 2.3rem;
  line-height: 2.5rem;
}
.cfs-sh-loc-gi-dwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-sh-loc-gi-title {
  margin-bottom: 5px;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 600;
}
.cfs-sh-loc-gi-tags {
  position: relative;
  margin-right: 20px;
  padding: 8px 15px;
  border-radius: 3px;
  background-color: #f7f7f7;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-sh-loc-gi-tags.cfs-sh-loc-gi-tags--blogcard {
  margin-right: 10px;
  padding: 5px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #f7f7f7;
  font-size: 0.7rem;
  line-height: 1.1rem;
}
.cfs-sh-loc-gi-tags.cfs-sh-loc-gi-tags--blogcard:hover {
  border-color: #3b237b;
}
.cfs-sh-loc-gi-tags.cfs-blogcard-category {
  position: absolute;
  left: 20px;
  top: 30px;
  margin-right: 10px;
  padding: 5px 8px;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #ffcb05;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.cfs-sh-loc-gi-tags.cfs-blogcard-category-rel {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  padding: 5px 8px;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #ffcb05;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.cfs-sh-loc-gi-tags.cfs-blogcard-category-rel:hover {
  opacity: 0.8;
}
.cfs-sh-loc-gi-tagwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-sh-loc-gi-tagwrap.cfs-sh-loc-gi-tagwrap--singlepost {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.cfs-section-pt0 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cfs-sh-cardwrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-contact-wraper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-contact-left {
  width: 55%;
}
.cfs-contact-left.cfs-left-50 {
  width: 50%;
}
.cfs-contact-dwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cfs-contact-dcard {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7f7f7;
}
.cfs-contact-dcard.cfs-m0 {
  margin-bottom: 0;
}
.cfs-contact-dcard.cfs-contact-dcard--top.cfs-vision-loc-card {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.cfs-drawer-content-bullet-2 {
  position: relative;
  margin-right: 20px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.7rem;
  line-height: 1.8rem;
}
.cms-fh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cms-fh.cms-fh-askexpert {
  margin-bottom: 20px;
}
.cms-fh.cms-fh-radio {
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cms-fh.cms-fh-joblist-filter {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cfs-input-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-input-50.cfs-joblist-100 {
  width: 100%;
}
.cfs-contact-dddwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 12px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-contact-dddwrap.cfs-contact-dddwrap--vision {
  padding-left: 0;
}
.cms-contact-gd-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: inline-block;
  padding: 5px 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #3b237b;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-section-big--img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section-big--img.cfs-section.cfs-section-primary {
  background-color: #3b237b;
}
.cfs-big---img {
  width: 100%;
}
.cfs-section-big--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section-big--text.cfs-section.cfs-section-primary {
  background-color: #3b237b;
}
.cfs-section-big--text.cfs-section.cfs-section--light {
  background-color: #f7f7f7;
}
.cfs-section-tickcard--slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-section-tickcard--slider.cfs-section.cfs-section-primary {
  background-color: #3b237b;
}
.cfs-section-tickcard--slider.cfs-section.cfs-section--light {
  background-color: #f7f7f7;
}
.cfs-drawer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-bottom-desc-fh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-bdesc-browse-cities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-otherloc-cardwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-otherloc-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  margin-bottom: 5%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.cfs-otherloc-card:hover {
  border-color: #3b237b;
  box-shadow: 0 1px 3px 0 #ccc;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
.cfs-otherloc-card-ico {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.cfs-otherloc-ico-img {
  width: 59%;
  margin-bottom: 10px;
}
.cfs-otherloc-title {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-hospital-mapwrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 33vw;
  height: 80vh;
  background-color: #3b237b;
  background-image: url("/cfs/images/images/map.png");
  background-position: 0 0;
  background-size: cover;
}
.cfs-hospital-right {
  width: 65vw;
  padding-top: 6rem;
  padding-right: 5%;
  padding-bottom: 3rem;
}
.cfs-hospital-right.cfs-hospital-right--list {
  width: 60vw;
}
.cfs-sitemap-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cfs-sitemap-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-sitemap-box-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sans-serif, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0;
}
.cfs-sitemap-link-wrap {
  width: 100%;
  margin-top: 20px;
}
.cfs-sitemap--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  float: none;
  clear: none;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  color: #333;
}
.cfs-sitemap--link:hover {
  background-color: #f7f7f7;
}
.cfs-sitemap-homeico {
  position: relative;
  margin-right: 10px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
}
.cfs-vision-cover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/cfs/images/images/slider.png");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
.cfs-vision-title {
  width: 61%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: sans-serif, sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 500;
  text-shadow: 1px 1px 6px #096466;
}
.cfs-vision-title.cfs-vision-title---cta {
  font-size: 1.4rem;
  line-height: 2rem;
}
.cfs-vision-title.cfs-vision-title---cta.cfs-vision-title---cta--cta {
  width: 100%;
  margin-bottom: 10px;
}
.cfs-vision-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cfs-vision-ctabox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  border-radius: 5px;
}
.cfs-vision-ctabox-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-vision-cta-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.cfs-tu-box-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3b237b;
  border-radius: 5px;
}
.cfs-tu-box-wrap.bg-grey {
  padding-bottom: 20px;
  border-color: #e0e0e0;
}
.cfs-tu-ico {
  position: relative;
  margin-bottom: 20px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 4rem;
  line-height: 4rem;
}
.cfs-tu-ctawrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 80%;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-outline-btn-txt {
  font-weight: 400;
}
.cfs-tu-sm-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3b237b;
}
.cfs-tu-socialliink {
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  cursor: pointer;
}
.cfs-tu-socialliink:hover {
  background-color: #fff;
}
.cfs-pc-detailwrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-nm-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cfs-nm-card {
  width: 100%;
  padding: 40px 20px 20px;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.cfs-nm-card.cfs-video-card {
  position: relative;
  padding: 0;
  background-color: transparent;
}
.cfs-nm-title {
  font-family: sans-serif, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
.cfs-nm-title.cfsvideo-title {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.cfs-nm-stats-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-nm-stats-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-nm-stats-ico {
  position: relative;
  margin-right: 10px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.6rem;
}
.cfs-nm-stats-card-txt {
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
}
.cfs-nm-stats-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-nm-card-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-nm-postedby {
  font-size: 0.7rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.cfs-nm-postedby-ink {
  color: #3b237b;
  text-decoration: underline;
}
.cfs-collab-imgwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-collab-imglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-collab-imig {
  width: 80px;
  margin-right: 20px;
  margin-left: 20px;
}
.cfs-collab-ctawrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-collab-ctawrap.cfs-collab-ctawrap-m80 {
  margin-top: 80px;
}
.cfs-video-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cfs-blog-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-blog--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cfs-blog--inner.cfs-blog--inner-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-blog-card.cfs-blog-card--relatedpost {
  margin-top: 20px;
  margin-bottom: 0;
}
.cfs-blog-card.cfs-blog-card-50 {
  width: 48%;
  margin-bottom: 0;
  background-color: #fff;
}
.cfs-blog-card.cfs-blog-card--rp {
  margin-top: 20px;
  margin-bottom: 0;
}
.cfs-blogcard-left {
  position: relative;
  width: 45%;
  height: 320px;
}
.cfs-blogcard-left.cfs-blogcard-left-home {
  height: 320px;
}
.cfs-blogcard-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 320px;
  min-height: 200px;
  padding: 30px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #fafafa;
}
.cfs-blogcard-right.cfs-blogcard-right--home {
  position: relative;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  border-style: none;
  background-color: #fff;
}
.cfs-blogcard-stats-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-nm-stats-card-blogcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-nm-stats-card-blogcard.cfs-nm-stats-card-blogcard--blogcover {
  position: relative;
  margin-left: 20px;
}
.cfs-nm-stats-ico-blogcard {
  position: relative;
  margin-right: 10px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.cfs-nm-stats-ico-blogcard.cfs-color-white {
  color: #fff;
}
.cfs-blogcard-title {
  position: relative;
  display: block;
  margin-top: 20px;
  font-family: sans-serif, sans-serif;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}
.cfs-blogcard-title.cfsvideo-title {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.cfs-blogcard-title.cfs-blogcard-title-home {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.cfs-nm-stats-card-txt--blogcard {
  position: relative;
  font-size: 0.8rem;
  line-height: 1.3rem;
  font-weight: 600;
}
.cfs-nm-stats-card-txt--blogcard.cfs-color-white {
  color: #fff;
}
.cfs-blogcard-tagwrpa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-blogcard-tagwrpa.cfs-blogcard-tagwrpa--singlepost {
  width: auto;
  margin-top: 0;
}
._100.cfs-blogcard--img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-blogcover-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}
.cfs-blogcover-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.31;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-coverblog-content-wrap {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-coverblog-content-wrap.cfs-coverblog-content-wrap--single {
  margin-left: 0;
}
.cfs-coverblog-topstats-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-blogcover-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-blogcover-title-wrap.cfs-blogcover-title-wrap--singlepost {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-blogcard-title--cover {
  position: relative;
  display: block;
  margin-top: 20px;
  font-family: sans-serif, sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}
.cfs-blogcard-title--cover.cfsvideo-title {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.cfs-blogcard-title--cover.cfs-blogcard-title--cover--singlepost {
  color: #333;
  font-size: 2.4rem;
  line-height: 3rem;
}
.cfs-fh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-fh.cfs-blogcard-statscard {
  margin-top: 10px;
}
.cfs-blogauthor-swrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-blogauthor-swrap.cfs-blogauthor-swrap-small {
  margin-right: 20px;
}
.cfs-blogauthor-img {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}
.cfs-blogauthor-img.cfs-blogauthor-img--small {
  width: 30px;
  height: 30px;
}
.cfs-blogauthor-name {
  position: relative;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}
.cfs-blogauthor-name.cfs-blogauthor-name-smalldark {
  color: #333;
  font-size: 0.8rem;
  font-weight: 600;
}
.cfs-blog-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-blogarchive-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.cfs-ba-widget-title {
  color: #787878;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.cfs-ba-year-title {
  position: relative;
  margin-top: 10px;
  font-family: sans-serif, sans-serif;
  color: #333;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-decoration: none;
}
.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cfs-ba-widget-grid {
  width: 100%;
  margin-top: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.cfs-ba-month {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #787878;
  font-weight: 600;
  text-decoration: none;
}
.cfs-ba-month:hover {
  color: #ffcb05;
}
.cfs-ba-month-txt {
  position: relative;
}
.cfs-ba-month-txt.cfs-ba-month-txt--acitve {
  color: #3b237b;
}
.cfs-blogctad-widget {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #f7f7f7;
}
.cfs-blogad-img {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-blogad-titlewrap {
  position: absolute;
  left: 20px;
  top: auto;
  right: 0;
  bottom: 30px;
  z-index: 2;
  width: auto;
}
.cfs-bloctad-title {
  position: relative;
  display: block;
  margin-top: 0;
  font-family: sans-serif, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}
.cfs-bloctad-title.cfsvideo-title {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.cfs-bloctad-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
}
.cfs-blogctad-btn {
  position: relative;
  margin-top: 20px;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #ffcb05;
  font-size: 0.8rem;
  font-weight: 600;
}
.cfs-blogsingle-header {
  width: 100%;
  margin-bottom: 40px;
}
.cfs-blogsingle-coverpicture {
  position: relative;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-singleblog-content {
  width: 100%;
  margin-top: 20px;
}
.cfs-blog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-blog-tagcomment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-singlepost-commentlink {
  position: relative;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.cfs-singlepost-commentlink:hover {
  text-decoration: underline;
}
.cfs-authorbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}
.cms-authorbox-picture {
  width: 150px;
}
.cfs-authorbox-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-authorbox-desc {
  margin-top: 5px;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.cfs-singlepost-relatedpost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-singlepost-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}
.cfs-singlepost-stats-ico {
  position: relative;
  margin-right: 5px;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.5rem;
}
.cfs-singlepost-stats-txt {
  position: relative;
  font-size: 0.8rem;
}
.cfs-askexpoert-form-container {
  width: 100%;
  max-width: 80%;
  -o-object-fit: fill;
  object-fit: fill;
}
.cfs-askexpoert-form-container.cfs-formwrap-patient {
  margin-top: 20px;
}
.cfs-askexpoert-form-container.cfs-testimonial-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cfs-askexpert-uploadbtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 1px;
  border-color: #3b237b;
  color: #3b237b;
  text-decoration: none;
}
.cfs-testimonial-video-main {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  opacity: 0.78;
}
.cfs-testimonial-video-main.cfs-testimonial-video-main-profilecard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.73);
  opacity: 1;
}
.cfs-video-overlay-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-video-overlay-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-video-overlay-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-testi-videocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-test-videoveralay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-family: "La solid 900", sans-serif;
  color: hsla(0, 0%, 87.9%, 0.39);
  font-size: 2.5rem;
  line-height: 3rem;
  text-decoration: none;
}
.cfs-test-videoveralay-close:hover {
  color: #fff;
}
.cfs-blog-left-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-joblist-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-joblist-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-megamenu-wrap {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-mm-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-megamenu-locate-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.cfs-mm-locate-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}
.cfs-mm-locate-grid-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
}
.cfs-mm-locat-elink {
  position: relative;
  display: block;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  float: none;
  clear: none;
  opacity: 0.72;
  -webkit-transition: background-color 50ms ease;
  transition: background-color 50ms ease;
  color: #ececec;
  font-size: 0.9rem;
  text-decoration: none;
}
.cfs-mm-locat-elink:hover {
  padding-right: 10px;
  border-radius: 2px;
  background-color: #7765a7;
  opacity: 1;
  color: #fff;
}
.cfs-mm-locate-menuwrap {
  width: auto;
  margin-top: 10px;
}
.cfs-mm-locate-link-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-secondary-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.cfs-secondary-btn.cfs-secondary-btn--primary {
  padding: 6px 12px;
  border: 1px solid #ffcb05;
  border-radius: 2px;
  color: #ffcb05;
}
.cfs-secondary-btn.cfs-secondary-btn--primary.cfs-secondary-btn--primary--mt40 {
  margin-top: 10px;
  padding: 8px 20px;
  border-width: 2px;
  border-color: #3b237b;
  border-radius: 20px;
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-secondary-btn.cfs-secondary-btn--primary.cfs-secondary-btn--primary--mt40.cfs-secondary-btn--blog-readcta {
  width: auto;
  margin-top: 20px;
  padding: 4px 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 0.8rem;
}
.cfs-secondary-btn.cfs-secondary-btn--primary.cfs-secondary-btn--primary--mt40.cfs-secondary-btn--blog-readcta:hover {
  background-color: #fff;
  color: #3b237b;
}
.cfs-secondary-btn.cfs-secondary-btn--primary.cfs-secondary-btn--primary--mt40.cfs-secondary-btn--sm {
  width: auto;
  padding: 4px 12px;
  font-size: 0.8rem;
}
.cfs-secondary-btn.cfs-secondary-btn--primary.cfs-secondary-btn--primary--mt40.cfs-secondary-btn--sm.cfs-secondary-btn--sm--smm {
  margin-top: 0;
  margin-right: 10px;
  border-width: 1.5px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.cfs-secondary-btn.cfs-secondary-btn--primary.cfs-secondary-btn--primary--mt40.cfs-secondary-btn--sm.cfs-secondary-btn--sm--smm:hover {
  color: #ffcb05;
  text-align: left;
}
.cfs-secondary-btn--text {
  position: relative;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.cfs-secondary-btn--text.cfs-secondary-btn--text--sm {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.cfs-secondary-btn--arrow {
  position: relative;
  margin-top: 1px;
  margin-left: 5px;
  font-family: "La solid 900", sans-serif;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 400;
}
.cfs-secondary-btn--arrow.cfs-secondary-btn--arrow--sm {
  font-size: 0.7rem;
}
.cfs-footer-explore-wrap {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-footer-explore-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.6;
}
.cfs-footer-explore-linkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8a8a8a;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}
.cfs-footer-explore-linktxt {
  color: #e0e0e0;
  font-size: 0.8rem;
  font-weight: 400;
}
.cfs-footer-explore-ico {
  margin-left: 5px;
  font-family: "La solid 900", sans-serif;
  color: #e0e0e0;
  font-weight: 400;
}
.cfs-contact-mapemebed {
  position: relative;
}
.cfs-mandatory-fieldsign {
  padding-left: 2px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
}
.cfs-centerlist-callbtn {
  position: relative;
  padding: 4px 4px 4px 5px;
  border-style: solid;
  border-width: 1.2px;
  border-color: #e0e0e0;
  border-radius: 50%;
  font-family: "La solid 900", sans-serif;
  color: #3b237b;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-decoration: none;
}
.cfs-centerlist-callbtn.cms-tooltip:hover {
  background-color: #3b237b;
  color: #fff;
}
.cfs-cover-videobox {
  position: absolute;
  right: 80px;
  bottom: 40px;
  overflow: hidden;
  width: 300px;
  height: 180px;
  border-radius: 4px;
  background-color: #fff;
}
.cfs-cover-videobox-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-cover-videobox-overlay {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#3b237b),
    color-stop(42%, rgba(0, 0, 0, 0.22)),
    color-stop(100%, rgba(2, 7, 10, 0.28)),
    to(transparent)
  );
  background-image: linear-gradient(
    0deg,
    #3b237b,
    rgba(0, 0, 0, 0.22) 42%,
    rgba(2, 7, 10, 0.28) 100%,
    transparent
  );
  opacity: 1;
}
.cfs-cover-videobox-playbtn {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "La solid 900", sans-serif;
  color: #fff;
  font-size: 2.8rem;
  line-height: 2.8rem;
  text-decoration: none;
}
.cfs-cover-videobox-playbtn.testimonial-video-link.cfs-cover-videobox-playbtn--btn {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
.cfs-cover-videobox-titlewrap {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-cover-videobox-title {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}
.cfs-tech-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-tech-card-wrap.cfs-tech-card-wrap-adev {
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cfs-tech-card-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  margin-right: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cfs-tech-card-card.cfs-tech-card-card-adveq {
  width: 26%;
  margin-right: 0;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cfs-tech-card-ico {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cfs-tech-card-ico.cfs-tech-card-ico-eq {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 0;
}
.cfs-tech-card-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.cfs-tech-equip-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}
.cfs-adv-eq-cardwrap {
  width: 100%;
  margin-top: 20px;
}
.cfs-profilecard-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cfs-profilemodal-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 600px;
  height: 450px;
  max-height: 450px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .specialist-name {
    font-size: 1.2rem;
  }
  .specialist-place {
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: -0.5px;
  }
  .appointment-cta-btn.appointment-cta-btn--auto {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 3px;
  }
  .btn-text {
    line-height: 1.3rem;
  }
  .section-title-inner.section-title-inner--doctorprofile {
    max-width: 100%;
  }
  .section-title-wrap.section-title-wrap-relative {
    position: relative;
  }
  .centre-list-name.jl-title {
    font-size: 1rem;
  }
  .cfs-form-wrapper.cfs-askanexpert-formwrap {
    padding: 0;
    background-color: transparent;
  }
  .cfs-form-wrapper.cfs-joblisting-formwrap {
    padding: 0;
    background-color: transparent;
  }
  .cfs-form-label.cfs-color-dark {
    color: #333;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-light-white {
    background-color: #fff;
  }
  .cfs-form-input.cfs-form-textarea {
    border-color: #e0e0e0;
  }
  .cfs-form-submit.cfs-form-submit--auto {
    width: auto;
  }
  .cfs-form-radio.cfs-form-radio-50 {
    width: auto;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .jl-title-desc-text {
    font-size: 0.9rem;
  }
  .jl-title-desc-link {
    font-size: 0.9rem;
  }
  .cfs-d-appoint {
    display: none;
  }
  .cfs-doctor-profilecard-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-dp-card-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-dp-card-image {
    position: relative;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cfs-dp-details-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-dp-detail-plcae {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-inline-text-icon {
    position: relative;
    margin-right: 5px;
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 1.3rem;
  }
  .cfs-text-bold-md {
    font-size: 1.2rem;
  }
  .cfs-text-bold-md.cfs-text-bold-md--wspace {
    margin-bottom: 40px;
  }
  .cfs-section-title-text {
    font-size: 1.2rem;
  }
  .cfs-chairmandesk-content {
    border-style: none;
  }
  .cfs-charirman-signwrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-charirman-signwrap.cfs-flex-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cfs-text-sm-bold {
    font-size: 1.2rem;
  }
  .cfs-text-sm-bold.cfs-text-bold-md--wspace {
    margin-bottom: 10px;
    color: #3b237b;
    font-size: 1rem;
  }
  .cfs-text-xs-bold {
    margin-bottom: 0;
    color: #333;
    font-size: 0.8rem;
    font-weight: 600;
  }
  .cfs-chariman-signlogo {
    width: 120px;
    margin-top: 20px;
  }
  .cfs-inner-right.cfs-chairman-right {
    padding: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cfs-inner-right.cfs-contact-right {
    padding: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cfs-chairman-img {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    -webkit-transform: rotateX(0) rotateY(-180deg) rotateZ(0);
    transform: rotateX(0) rotateY(-180deg) rotateZ(0);
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cfs-overview-main.cfs-overview-main--askanexpert {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-overview-leftimg {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cfs-sh-hospitalimg {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cfs-contact-dwrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-contact-dwrap.cfs-flex-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cms-fh {
    position: relative;
  }
  .cms-fh.cms-fh-askexpert {
    margin-bottom: 20px;
  }
  .cms-fh.cms-fh-askexpert.cms-fh-askexpert-radio {
    margin-bottom: 40px;
  }
  .cms-fh.cms-fh-radio {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cms-fh.cms-fh-joblist-filter {
    margin-bottom: 20px;
  }
  .cms-fh.cms-fh-joblist-filter.cms-fh-askexpert-radio {
    margin-bottom: 40px;
  }
  .cfs-input-50 {
    width: 45%;
  }
  .cfs-vision-contact {
    border-style: none;
  }
  .cfs-nm-postedby {
    margin-bottom: 0;
    color: #333;
    font-size: 0.8rem;
    font-weight: 600;
  }
  .cfs-collab-ctawrap.cfs-collab-ctawrap-m80 {
    margin-top: 80px;
  }
  .cfs-askexpoert-form-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80%;
    margin-top: 40px;
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f7f7f7;
  }
  .cfs-askexpoert-form-container.cfs-testimonial-wrap {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }
  .cfs-askexpert-uploadbtn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dashed;
    border-width: 1px;
    border-color: #3b237b;
    border-radius: 4px;
    text-decoration: none;
  }
  .cfs-uploadbtn-txt {
    color: #3b237b;
  }
  .cfs-joblist-left {
    padding: 20px;
    background-color: #f7f7f7;
  }
}
@media screen and (max-width: 991px) {
  .cfs-section.cfs-about-landing {
    overflow: visible;
  }
  .cfs-section.cfs-section-hospital-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-container {
    max-width: 85%;
  }
  .cfs-container.cfs-blog-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-cover-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-cover-inner.cfs-cover-inne--visioncta {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-heading-large.cfs-cover-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .cfs-cover-cta {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cfs-cover-cta.cfs-cover-cta--vision {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cfs-btn-primary.cfs-cta-appoint-nextbtn.cfs-appoint-nextbtn_desk {
    width: 100%;
    border-radius: 3px;
    text-align: center;
  }
  .cfs-inner-fv.cfs-about-textcontainer {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-inner-fv.cfs-over-overview-textwrap {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-inner-fv.cfs-width-60 {
    max-width: 80%;
  }
  .cfs-inner-fv.cfs-scity-text {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-inner-fv.cfs-vision-text {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-inner-fv.cfs-collab-fv {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-section-title.cfs-about-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-section-title.cfs-title-centre {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-title-centre.cfs-title-center.cfs-width-60 {
    max-width: 80%;
  }
  .cfs-heading-medium.cfs-center {
    text-align: center;
  }
  .cfs-heading-medium.cfs-center-title {
    text-align: center;
  }
  .specialities-card {
    width: 48%;
    padding: 0;
    background-color: #f5f5f5;
  }
  .specialities-card-title {
    margin-top: 0;
  }
  .specialities-detail-wrap {
    width: 100%;
    padding: 20px;
  }
  .cfs-inner-fh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-inner-fh.cfs-inner-fh-shrink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-image-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-text-right {
    width: 100%;
    margin-bottom: 40px;
  }
  .cfs-text-para.cfs-center {
    display: block;
    text-align: left;
  }
  .cfs-text-para.cfs-center.cfs-center-mobleft {
    text-align: left;
  }
  .cfs-text-para.cfs-center-text {
    text-align: center;
  }
  .cfs-about-counters {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .carousel-item,
  .about-icon-wrap {
    margin-right: 0;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-count-icon {
    font-size: 3rem;
  }
  .about-landing-ctawrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-ulink-primary {
    margin-top: 10px;
  }
  .testimonials-card.testimonials-card--ip {
    width: 48%;
  }
  .cfs-footer.cfs-footer--dark {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cfs-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-footer-card-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .cfs-footer-cta-wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-footer-btn.cta-footer-whatsapp {
    width: 30%;
  }
  .cta-footer-btn.cta-footer-contact {
    width: 30%;
  }
  .cta-footer-btn.cta-footer-contact.cfs-spacer-mt {
    margin-top: 0;
  }
  .cta-footer-btn.cfs-collab-btn {
    width: auto;
  }
  .cta-footer-btn.cfs-collab-btn--outline {
    width: auto;
  }
  .feature-icon-detail-wrap.navigation-card-wrap.bg-primary {
    width: 48%;
    margin-bottom: 4%;
  }
  .feature-icon-detail-wrap.navigation-card-wrap.bg-primary.feature-icon-detail-wrap--colored {
    width: 48%;
    margin-right: 0;
    margin-left: 0;
  }
  .cfs-specialist-card {
    width: 48%;
  }
  .section-title-inner {
    max-width: 90%;
  }
  .section-title-desc {
    width: 80%;
    text-align: center;
  }
  .section-title-nav-inner.title-form-inner.section-title-container.cfs-m-20 {
    margin-bottom: 40px;
  }
  .cfs-nav-card-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cfs-nav-card-wrap.cfs-nav-card-wrap--middle {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .centre-card.cfs-centre-card {
    width: 48%;
  }
  .cfs-form-inner.cfs-form-cover-rcb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp {
    width: 70px;
    height: 20px;
  }
  .cfs-menu-cta-wrap.cfs-w-100 {
    display: none;
  }
  .cfs-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cfs-footer-blinks-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-footer-blinks-inner {
    margin-bottom: 20px;
  }
  .cfs-footer-bsocial {
    width: 40%;
  }
  .cfs-mobile-bottom-fixed.mobile-fixednavigation {
    z-index: 100;
    display: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #3b237b;
  }
  .mb-nav-icon {
    color: rgba(255, 255, 255, 0.5);
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .mb-nav-desc {
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .cfs-mobile-navigation {
    z-index: 200;
    overflow: hidden;
    width: 45%;
    padding: 0;
  }
  .cfs-mnav-slink {
    font-size: 0.8rem;
  }
  .cfs-mob-ncontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-mob-ncta-wrap {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    box-shadow: 1px -1px 7px 0 #114d6e;
  }
  .cfs-cover-bg {
    opacity: 0.15;
  }
  .cfs-mobile-footer-wrap {
    padding: 40px;
  }
  .cfs-about-mobcounter {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #b3b3b3;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .cfs-mobabout-countertitle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-count-title-mobile {
    color: #3b237b;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .about-count-text-mobile {
    margin-left: 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  .about-count-icon-mobile {
    font-size: 2.7rem;
    line-height: 2.8rem;
  }
  .cfs-mob-cd-close {
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    text-decoration: none;
  }
  .cfs-btn-secondary.cfs-btn-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-blog-cards-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cfs-blog-card-m {
    width: 48%;
  }
  .cfs-blogcard-m--detailscontainer {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cfs-blogcard-m-title {
    margin-top: 0;
  }
  .cfs-footer-bsocial-mob {
    width: 40%;
  }
  .cfs-mobile-contact-bookappoint {
    display: none;
  }
  .cfs-btn-secondary-outline.cfs-btn-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-appoint-cta-nav {
    position: relative;
  }
  .cfs-appoint-form-btnwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-btn-grey.cfs-cta-appoint-prevbtn.cfs-appoint-prevbtn_desk {
    margin-top: 10px;
    padding: 4px;
    background-color: transparent;
    color: #3b237b;
  }
  .cfs-appoint-dotsembed {
    margin-top: 10px;
  }
  .cfs-cover-rcb {
    width: 100%;
  }
  .cfs-cover-title {
    width: 80%;
    font-size: 2.8rem;
    line-height: 3.2rem;
    text-align: center;
  }
  .cfs-d-appoint {
    width: auto;
  }
  .cfs-appoint-form-tab_desk {
    display: none;
  }
  .section-title-desc-copy {
    width: 80%;
    text-align: center;
  }
  .cfs-mobile-locations {
    display: none;
  }
  .cfs-mobile-specialist {
    display: none;
  }
  .cfs-drop-menu {
    width: auto;
  }
  .cfs-dp-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cfs-dp-content-left {
    width: 100%;
  }
  .cfs-dp-content-left.cfs-dp-content-left--cv {
    display: none;
  }
  .cfs-dp-content-right {
    width: 100%;
  }
  .cfs-dp-content-right.cfs-dp-content-right-cv {
    width: 100%;
  }
  .cfs-left-section--inner {
    width: 100%;
  }
  .cfs-left-section--inner.cfs-left-50 {
    width: 100%;
  }
  .cfs-chairmandesk-content {
    margin-top: 0;
  }
  .cfs-charirman-signwrap {
    margin-top: 40px;
  }
  .cfs-inner-right {
    width: 100%;
  }
  .cfs-inner-right.cfs-chairman-right {
    display: none;
  }
  .cfs-inner-right.cfs-contact-right {
    position: relative;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-inner-right.cfs-contact-right.cfs-contact-right--vison {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
  .cfs-chairman-img.cfs-chairman-img-tab {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cfs-overview-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cfs-overview-section-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cfs-overview-leftimg.cfs-chairman-img-tab {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cfs-membersgrid-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cfs-members-photocard {
    width: 26%;
  }
  .cfs-single-innerwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cfs-lr-faq-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cfs-lr-faq-left {
    width: 100%;
  }
  .cfs-lr-faq-right {
    width: 100%;
    margin-top: 40px;
  }
  .cfs-faq-maincontainer.cfs-faq-45 {
    width: 100%;
  }
  .cfs-video-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-video-box.cfs-video-box--pv {
    height: 240px;
  }
  .cfs-play-button.cfs-play-button--pv {
    font-size: 4rem;
    line-height: 4rem;
  }
  .cfs-gridbox-gridcontainer {
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
  }
  .cfs-gridbox-desc.cfs-center {
    display: block;
    text-align: center;
  }
  .cfs-gridbox-desc.cfs-center.cfs-center-mobleft {
    text-align: left;
  }
  .cfs-gridbox-desc.cfs-center-text {
    text-align: center;
  }
  .cfs-fv-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cfs-comparison-table-container {
    width: 100%;
  }
  .cfs-drawer-listcontainer {
    width: 100%;
  }
  .cfs-drawer-row-content.cfs-center {
    display: block;
    text-align: center;
  }
  .cfs-drawer-row-content.cfs-center.cfs-center-mobleft {
    text-align: left;
  }
  .cfs-drawer-row-content.cfs-center.cfs-mobile-center.cfs-mobile-left {
    text-align: left;
  }
  .cfs-drawer-row-content.cfs-center-text {
    text-align: center;
  }
  .cfs-lr-w-img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cfs-sh-hospitalimg.cfs-chairman-img-tab {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cfs-sh-location-inner {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-sh-loc-mapwrap {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cfs-sh-loc-right {
    width: 100%;
  }
  .cfs-sh-cardwrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cfs-contact-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cfs-contact-left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-contact-left.cfs-left-50 {
    width: 100%;
  }
  .cfs-contact-dwrap {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-contact-dcard {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cfs-bottom-desc-fh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-bdesc-browse-cities {
    width: 100%;
    margin-bottom: 40px;
  }
  .cfs-otherloc-cardwrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cfs-otherloc-card {
    width: 17%;
    margin-right: 2%;
  }
  .cfs-hospital-mapwrap {
    position: relative;
    width: 100vw;
  }
  .cfs-hospital-right {
    width: 100vw;
    padding-right: 10%;
    padding-left: 10%;
  }
  .cfs-hospital-right.cfs-hospital-right--list {
    width: 100vw;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .cfs-sitemap-container {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cfs-vision-cover-img {
    opacity: 0.15;
  }
  .cfs-vision-title {
    width: 80%;
    font-size: 2.8rem;
    line-height: 3.2rem;
    text-align: center;
  }
  .cfs-vision-title.cfs-vision-title---cta.cfs-vision-title---cta--cta {
    text-align: left;
  }
  .cfs-nm-container {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .cfs-video-container {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .cfs-blog-left {
    width: 100%;
  }
  .cfs-blog-right {
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-blogarchive-widget {
    width: 100%;
    margin-bottom: 0;
  }
  .cfs-ba-widget-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .cfs-blogctad-widget {
    display: none;
    width: 48%;
  }
  .cfs-askexpoert-form-container {
    max-width: 100%;
  }
  .cfs-askexpoert-form-container.cfs-testimonial-wrap {
    max-width: 100%;
  }
  .cfs-blog-left-copy {
    width: 100%;
  }
  .cfs-joblist-right {
    width: 100%;
  }
  .cfs-joblist-left {
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-megamenu-locate-grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cfs-cover-videobox {
    position: relative;
  }
  .cfs-tech-card-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cfs-tech-card-wrap.cfs-tech-card-wrap-adev {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cfs-tech-card-card {
    width: 46%;
    margin-right: 0;
  }
  .cfs-tech-card-card.cfs-tech-card-card-adveq {
    width: 48%;
  }
  .cfs-tech-equip-wrap {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cfs-section.cfs-about-landing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-section.cfs-section-testimonials {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cfs-section.cfs-section-tech {
    background-color: #f7f7f7;
  }
  .cfs-section.cfs-section-tech.cfs-section-tech--ip {
    background-color: #fff;
  }
  .cfs-section.cfs-section-tech.cfs-section-tech-mo.cfs-section-tech-mo-desk {
    padding-top: 0;
  }
  .cfs-section.cfs-sover {
    height: 100vh;
  }
  .cfs-section.cfs-vision-cover {
    height: 100vh;
  }
  .cfs-navigation.cfs-navigation-form {
    display: none;
  }
  .cfs-container {
    max-width: 90%;
  }
  .cfs-container.cfs-blog-container.cfs-blog-container-w100 {
    position: relative;
    max-width: 100%;
  }
  .cfs-container.cfs-bloglist-cover.cfs-container--bloglist {
    margin-bottom: 0;
  }
  .cfs-heading-large.cfs-cover-title {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
  .cfs-cover-cta {
    width: 100%;
  }
  .cfs-btn-primary.cfs-btn-orange.cta-mob-hide {
    display: none;
  }
  .cfs-btn-primary.cfs-btn-orange.cta-desktop-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-btn-primary.cfs-btn-orange.cfs-btn-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cfs-btn-primary.cfs-btn-orange.cfs-btn-center.location-next {
    width: 100%;
  }
  .cfs-btn-primary.cfs-btn-orange.cfs-btn-center.location-next-copy {
    width: 100%;
  }
  .cfs-btn-primary.cfs-btn-orange._w-100 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cfs-btn-primary.cfs-btn-orange._w-100.open-drawer.cfs-btn-primary--cfsvision.cfs-btn-primary--cfsvision--cta {
    width: auto;
  }
  .cfs-btn-primary.cfs-cta-appoint-nextbtn {
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 0.8rem;
  }
  .cfs-btn-primary.cfs-cta-appoint-nextbtn.cfs-appoint-nextbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .cfs-btn-primary.cfs-cta-appoint-nextbtn.cfs-appoint-nextbtn_desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .cfs-btn-primary.cfs-cta-appoint-nextbtn.cfs-location-appoint {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .cfs-section-specialities {
    width: 100%;
  }
  .cfs-section-specialities.cfs-section-specialities--blog {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cfs-inner-fv {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-inner-fv.cfs-width-60 {
    max-width: 100%;
  }
  .cfs-section-title.cfs-section-title-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-section-title.cfs-section-title-center.cfs-section-title-mleft {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-title-centre {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-title-centre.cfs-title-center.cfs-width-60 {
    max-width: 100%;
  }
  .cfs-stitle-small.cfs-color-light.cfs-stitle-small--ab {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cfs-heading-medium.cfs-center {
    text-align: center;
  }
  .cfs-heading-medium.cfs-center.cfs-title-deskleft {
    font-size: 2.2rem;
  }
  .cfs-heading-medium.cfs-center-title.cfs-text-center.cfs-heading-medium-videooverlay-title {
    max-width: 80%;
  }
  .cfs-image-left {
    height: 230px;
  }
  .cfs-image-left.cfs-image-left-ip.cfs-image-left-ip-first {
    width: 120%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cfs-text-right.cfs-text-right-below {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-text-para.cfs-center {
    margin-bottom: 0;
    text-align: left;
  }
  .cfs-about-counters {
    display: none;
  }
  .testimonials-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonials-card {
    width: 100%;
    margin-bottom: 40px;
    align-items: center;
  }
  .cfs-footer.cfs-footer--dark {
    display: none;
  }
  .cta-footer-btn.cfs-collab-btn {
    margin-right: 0;
  }
  .cta-footer-btn.cfs-collab-btn--outline {
    margin-left: 0;
  }
  .feature-icon-card.feature-icon-h-card.feature-icon-h-card--33 {
    width: 100%;
  }
  .cfs-specialist-card {
    width: 100%;
  }
  .specialist-speciality-wrap.cfs-cloc-detail-spec {
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .appointment-cta-btn.appointment-cta-btn--auto {
    margin-top: 40px;
  }
  .section-title.section-title-form {
    padding-top: 7rem;
  }
  .section-title-title {
    font-size: 2.6rem;
  }
  .section-title-desc {
    width: 90%;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
  .section-title-nav-inner.section-title-navigation.section-title-nav-centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-title-menu.section-title-menu--20.cfs-h-scroll.section-title-menu-container {
    margin-left: 0;
  }
  .section-title-nav-link.section-title-nav-active {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 10;
  }
  .section-title-nav-link.section-title-nav-active.section-title-nav-active--primary {
    margin-right: 0;
    margin-left: 0;
  }
  .section-title-nav-link.section-title-nav-link--light {
    margin-right: 0;
    margin-left: 0;
  }
  .title-form.section-title-form.section-title-form-mnone.section-title-form-mnone--blogsearch {
    display: none;
  }
  .title-form-input-wrap {
    width: 50%;
  }
  .centre-card.cfs-centre-card {
    width: 100%;
    margin-bottom: 2rem;
  }
  .centre-card.cfs-centre-card.cfs-centre-card--big {
    width: 100%;
  }
  .cfs-form-inner.cfs-form-cover-rcb {
    position: relative;
  }
  .cfs-form-label.color-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb {
    height: 45px;
    margin-bottom: 5px;
    padding-left: 10px;
    border-width: 1.2px;
    border-color: #3b237b;
    background-color: #fff;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::-webkit-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb:-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb.cfs-field-contact {
    padding-left: 90px;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp {
    width: 20%;
    height: 70px;
    border-style: none none solid;
    border-width: 1.2px 1.2px 2px;
    border-color: #3b237b;
    border-radius: 0;
    background-color: rgba(47, 123, 163, 0.05);
    color: #3b237b;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp::-webkit-input-placeholder {
    color: #cfcfcf;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp:-ms-input-placeholder {
    color: #cfcfcf;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp::-ms-input-placeholder {
    color: #cfcfcf;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp::placeholder {
    color: #cfcfcf;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover {
    height: 45px;
    border-width: 1.2px;
    border-color: #3b237b;
    background-color: #fff;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover::-webkit-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover:-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover::-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover::placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode {
    top: 0;
    height: 45px;
    border-width: 1.2px;
    border-color: #3b237b;
    border-right-style: none;
    border-radius: 0;
    background-color: #fff;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode::-webkit-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode:-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode::-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode::placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode.countrycode-cover {
    display: none;
  }
  .cfs-form-submit.cfs-rcb-cta-cover {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }
  .cfs-navigation-menu-wrap {
    display: none;
  }
  .cfs-menu-cta-wrap.cfs-w-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cfs-mobile-bottom-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #06164c;
  }
  .cfs-mobile-bottom-fixed.mobile-fixednavigation {
    z-index: 20000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #3b237b;
  }
  .mn-nav-wrap {
    padding: 20px;
  }
  .mn-nav-wrap.mn-nav-appoint {
    background-color: #ffcb05;
  }
  .mb-nav-icon {
    color: #fff;
    font-size: 2.1rem;
    line-height: 2.2rem;
  }
  .mb-nav-icon.mb-ico-ls {
    color: #fff;
  }
  .mb-nav-desc {
    font-size: 0.7rem;
    line-height: 0.9rem;
  }
  .body-home {
    overflow: scroll;
  }
  .cfs-mobile-navigation-bar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .cfs-mobile-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-mobile-logo-image {
    width: 120px;
  }
  .cfs-mobile-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }
  .cfs-mobile-toggle-ico {
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 2rem;
    font-weight: 400;
  }
  .cfs-mobile-navigation {
    top: 0;
    z-index: 9007199254740991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-height: 200vh;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .cfs-mob-nlinks-container {
    height: 100%;
  }
  .cfs-mnav-link.cfs-link-md {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .cfs-mnav-link-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 0.8;
  }
  .cfs-mob-ncontainer {
    margin-top: 20px;
    padding-top: 20px;
  }
  .cfs-mob-ncta-wrap {
    display: none;
  }
  .cfs-mob-ncta.cfs-btn-orange {
    width: 100%;
    margin-top: 4rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cfs-about-bgimg {
    display: none;
  }
  .cfs-mobile-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-mobile-footer-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .cfs-footer-mnav-secondary {
    position: relative;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cfs-hero-slider {
    display: none;
  }
  .cfs-slider-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cfs-about-mobcounter {
    position: absolute;
    width: 60%;
  }
  .cfs-mobile-contact-drawer {
    position: fixed;
    bottom: 0;
    z-index: 900000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .cfs-mob-contact-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-mob-c-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-mob-c-title.cfs-mob-nav-title {
    margin-bottom: 30px;
  }
  .cfs-mob-cdrawer-title {
    font-weight: 600;
  }
  .cfs-mob-cd-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-mob-cd-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-mob-cd-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-mob-cd-city {
    position: relative;
    font-size: 0.8rem;
  }
  .cfs-mob-cd-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 6px 6px 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1.2px;
    border-color: #3b237b;
    border-radius: 50%;
    background-color: rgba(22, 96, 136, 0.12);
    opacity: 1;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
  }
  .cfs-mob-cd-btn--ico {
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
  }
  .cfs-mob-cd-btn--ico.cfs-fa-ico {
    font-family: "Fa brands 400", sans-serif;
  }
  .cfs-mob-cd-moblink {
    color: #000;
    text-decoration: none;
  }
  .cfs-mob-cd-close {
    padding: 8px 0 8px 10px;
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
  }
  .cfs-btn-secondary.cfs-btn-outline.cfs-btn-locations {
    display: none;
  }
  .cfs-btn-secondary.cfs-btn-outline.cfs-cta-confirmappoint-cta {
    margin-top: 2rem;
  }
  .cfs-btn-secondary.cfs-btn-outline.cfs-cta-confirmappoint-cta.cfs-w-auto {
    width: auto;
  }
  .cfs-blog-card-m {
    width: 100%;
  }
  .cfs-mob-footer-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #7765a7;
  }
  .cfs-footer-mob-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .cfs-mob-footer-logo {
    width: 120px;
  }
  .cfs-mob-footer-infowrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
  }
  .cfs-mob-di-ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "La solid 900", sans-serif;
    font-size: 2rem;
    line-height: 2rem;
  }
  .cfs-mob-di-txt {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .cfs-mob-diifo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-footer-bsocial-mob {
    width: 60%;
    margin-top: 30px;
  }
  .cfs-footer-mob-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7765a7;
  }
  .footer-mob-copyright-txt {
    opacity: 0.7;
    color: #fff;
    font-size: 0.8rem;
  }
  .cfs-mobile-contact-bookappoint {
    position: fixed;
    bottom: 0;
    z-index: 900000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fafafa;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .cfs-overlay {
    position: fixed;
    left: 0;
    top: -1px;
    z-index: 200000;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.66);
  }
  .cfs-mob-c-desc {
    margin-top: 5px;
    font-size: 0.9rem;
  }
  .cfs-input-wraper {
    width: 100%;
  }
  .cfs-input-wraper.cfs-inputwrap-otp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-input-wraper.cfs-input-contact {
    display: none;
  }
  .cfs-form-input-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-form-input-container.cfs-form-input-container--otp.cfs-mb-20 {
    margin-bottom: 20px;
  }
  .cfs-form-input-container.cfs-cover-form-input {
    width: 100%;
  }
  .cfs-form-input-container.cfs-m0 {
    margin-bottom: 0;
  }
  .cfs-mob-c-desc-sm {
    margin-top: 5px;
    font-size: 0.9rem;
  }
  .cfs-mobile-contact-rcb {
    position: fixed;
    bottom: 0;
    z-index: 900000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fafafa;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .cfs-mob-nav-title {
    color: hsla(0, 0%, 100%, 0.51);
    font-size: 0.8rem;
    font-weight: 400;
  }
  .cfs-mob-nav-close {
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
  }
  .color-white {
    color: #fff;
  }
  .cfs-btn-secondary-outline.cfs-btn-outline {
    width: 100%;
    margin-top: 2rem;
    border-color: #3b237b;
    color: #3b237b;
  }
  .cfsn-nav-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b237b;
    -webkit-transition: max-height 0.2s ease;
    transition: max-height 0.2s ease;
  }
  .cfsn-nav-child--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-mobile-section-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cfs-about-counter-inner {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-appoint-form-tab {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-appoint-form-tab.cfs-confirm-tab {
    display: none;
  }
  .cfs-appoint-cta-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-appoint-form-btnwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-btn-grey.cfs-cta-appoint-prevbtn {
    margin-right: 5px;
    padding: 6px 10px;
    border-color: #d9d9d9;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #767676;
    font-size: 0.8rem;
  }
  .cfs-btn-grey.cfs-cta-appoint-prevbtn:hover {
    border-color: #b2b2b2;
    background-color: #f5f5f5;
  }
  .cfs-btn-grey.cfs-cta-appoint-prevbtn.cfs-appoint-prevbtn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    background-color: transparent;
    color: #3b237b;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: center;
  }
  .cfs-btn-grey.cfs-cta-appoint-prevbtn.cfs-appoint-prevbtn_desk {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    background-color: transparent;
    color: #3b237b;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: center;
  }
  .cfs-appoint-dotsembed {
    margin-top: 20px;
  }
  .cfs-cover-title {
    width: 100%;
    font-size: 2.5rem;
    line-height: 2.81rem;
  }
  .cfs-appoint-form-tab_desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-title-desc-copy {
    width: 90%;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
  .cfs-title-description {
    font-size: 0.9rem;
  }
  .cfs-mobile-locations {
    position: fixed;
    bottom: 0;
    z-index: 900000000;
    display: none;
    width: 100%;
    height: auto;
    padding: 30px 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fafafa;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .cfs-mob-locations-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs--cd-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs--cd-locations-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-form-locations {
    margin-top: 0;
  }
  .cfs-cta-location-tab {
    display: none;
    overflow: auto;
    width: 100%;
    height: 60vh;
    max-height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-1 {
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-3 {
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-4 {
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-appoint {
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-singlehospital {
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-appoint-otp {
    display: none;
  }
  .cfs-cta-locations-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cta-location-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #ffe9d7;
  }
  .cfs-cta-location-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cloc-desc {
    position: relative;
    margin-top: 0;
    margin-right: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #7765a7;
    color: #fff;
    font-size: 0.8rem;
  }
  .cfs-cloc-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .location-next.cfs-cta-location-card {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
  }
  .location-prev {
    margin-right: 20px;
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 1.3rem;
    text-decoration: none;
  }
  .cfs-cloc-title {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.4rem;
    font-weight: 600;
  }
  .cfs-cta-location-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-cloc-dwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-clock-arrow {
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .cfs-cloc-level-title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fafafa;
  }
  .cfs-cloc-level-title.cfs-mb20 {
    margin-bottom: 20px;
  }
  .cfs-cloc-hospitaldetail {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
  }
  .cfs-cloc-hospitaldetail.cfs-p0 {
    padding-top: 0;
  }
  .cfs-cloc-hospitaldetail.cfs-cta-confirm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-cloc-dwrap-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-cloc-dwrap-details.specialist-next {
    color: #333;
    text-decoration: none;
  }
  .cfs-cloc-details-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-cloc-details-container.cfs-cloc-detail-full {
    width: 100%;
  }
  .cfs-mob-cd-buttonloc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 6px 6px 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1.2px;
    border-color: #3b237b;
    border-radius: 50%;
    background-color: rgba(22, 96, 136, 0.12);
    opacity: 1;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    text-decoration: none;
  }
  .cfs-cloc-formwrap {
    margin-top: 30px;
  }
  .cfs-cloc-cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-cloc-single-wrap.location-next {
    color: #000;
    text-decoration: none;
  }
  .cfs-mobile-specialist {
    position: fixed;
    bottom: 0;
    z-index: 900000000;
    display: none;
    width: 100%;
    height: auto;
    padding: 30px 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 6px;
    background-color: #fafafa;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .cfs-form-specialist {
    margin-top: 0;
  }
  .cfs-cta-specialist-tab {
    display: none;
    overflow: auto;
    width: 100%;
    height: 60vh;
    max-height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-1 {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-2 {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-3 {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-4 {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-appoint {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-singlehospital {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-appoint-otp {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-1 {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-2 {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-book {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-doclist {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-specialist-otp {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-appoint {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-specialist-confirm {
    display: none;
  }
  .cfs-spcialist-mob-logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding-right: 26px;
    padding-bottom: 0;
    padding-left: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #3b237b;
  }
  .cfs-ico-specialist {
    position: absolute;
    font-family: "La solid 900", sans-serif;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .cfs-cta-location-tab-copy {
    display: none;
    overflow: auto;
    width: 100%;
    height: 60vh;
    max-height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-1 {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-2 {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-4 {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-appoint {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-singlehospital {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-appoint-otp {
    display: none;
  }
  .specialist-next.cfs-cta-location-card {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
  }
  .specialist-prev {
    margin-right: 20px;
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 1.3rem;
    text-decoration: none;
  }
  .cfs-mob-specialist-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs--cd-specialist-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cspecialist-doc-desc {
    margin-bottom: 30px;
  }
  .cfs-cta-location-tab-copy {
    display: none;
    overflow: auto;
    width: 100%;
    height: 60vh;
    max-height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-1 {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-2 {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-appoint {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-singlehospital {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-appoint-otp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cfs-form-field-desc {
    margin-bottom: 20px;
    font-size: 0.7rem;
    font-style: italic;
  }
  .cfs-cta-confirm-appoint-ico {
    padding: 8px 10px 10px;
    border-radius: 50%;
    background-color: #38b838;
    font-family: "La solid 900", sans-serif;
    color: #fff;
    font-size: 4rem;
    line-height: 4rem;
  }
  .cfs-cta-confirmappoint-title {
    margin-top: 20px;
    font-family: sans-serif, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: 500;
    letter-spacing: 0;
  }
  .cfs-cta-confirmappoint-desc {
    margin-top: 10px;
    text-align: center;
  }
  .cfs-cover-para {
    max-width: 100%;
  }
  .cfs-doctor-profilecard-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-dp-content-right {
    display: none;
  }
  .cfs-dp-content-right.cfs-dp-content-right-cv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cms-dp-content-spec-container {
    margin-top: 20px;
  }
  .cfs-inner-right {
    display: none;
  }
  .cfs-overview-coverimg {
    display: none;
    height: 400px;
  }
  .cfs-overview-cover--img.cfs-overview-cover--img--mob {
    display: block;
    margin-top: -6rem;
  }
  .cfs-membersgrid-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .cfs-members-photocard {
    width: 40%;
    margin-right: 0;
    margin-bottom: 8%;
  }
  .cfs-video-box {
    height: 120px;
  }
  .cfs-gridbox-desc.cfs-center {
    margin-bottom: 0;
    text-align: center;
  }
  .cfs-drawer-row-content.cfs-center {
    margin-bottom: 0;
    text-align: center;
  }
  .cfs-sh-location {
    width: 100%;
  }
  .cfs-sh-loc-mapwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-sh-loc-map {
    height: 400px;
  }
  .cfs-sh-loc-right {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cfs-sh-loc-gi-ico {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .cfs-sh-loc-gi-tags {
    margin-bottom: 20px;
  }
  .cfs-sh-loc-gi-tagwrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cfs-contact-dcard {
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-hospital-mapwrap {
    height: 40vh;
  }
  .cfs-hospital-right {
    padding-top: 3rem;
    padding-right: 5%;
    padding-left: 5%;
  }
  .cfs-sitemap-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .cfs-vision-title {
    width: 100%;
    font-size: 2.5rem;
    line-height: 2.81rem;
  }
  .cfs-nm-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cfs-collab-ctawrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-video-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cfs-blog-left {
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
  }
  .cfs-blog-left.cfs-blog-left--single {
    padding-right: 0;
    padding-left: 0;
  }
  .cfs-blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-blogcard-left {
    width: 100%;
  }
  .cfs-blogcard-right {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 5px;
  }
  .cfs-blogcard-tagwrpa {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cfs-blogarchive-widget {
    padding-right: 5%;
    padding-left: 5%;
  }
  .cfs-testimonial-video-main {
    z-index: 200000000;
  }
  .cfs-megamenu-locate-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .cfs-tech-card-card {
    margin-bottom: 40px;
  }
  .cfs-tech-equip-wrap {
    padding: 0;
  }
  .cfs-profilemodal-inner {
    width: 95%;
    height: auto;
  }
}
@media screen and (max-width: 479px) {
  .cfs-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cfs-section.cfs-about-landing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cfs-section.cfs-sover {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f7f7f7;
  }
  .cfs-section.cfs-section-m0.cfs-section-mfull {
    padding-top: 4rem;
  }
  .cfs-section.cfs-vision-cover {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-color: #f7f7f7;
  }
  .cfs-container {
    max-width: 90%;
  }
  .cfs-container.cfs-bloglist-cover.cfs-container--bloglist {
    max-width: 100%;
  }
  .cfs-heading-large.cfs-cover-title {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .cfs-btn-primary.cfs-btn-orange {
    position: relative;
  }
  .cfs-btn-primary.cfs-btn-orange.cfs-btn-center {
    width: 100%;
    margin-top: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cfs-btn-primary.cfs-cta-appoint-nextbtn {
    position: relative;
  }
  .cfs-btn-primary.cfs-cta-appoint-nextbtn.cfs-location-appoint {
    font-size: 0.7rem;
  }
  .cfs-section-specialities {
    position: relative;
  }
  .cfs-inner-fv.cfs-centre-c.cfs-70.cfs-m-auto {
    max-width: 100%;
  }
  .cfs-inner-fv.cfs-over-overview-textwrap {
    margin-top: 20px;
  }
  .cfs-inner-fv.cfs-vision-text {
    margin-top: 20px;
  }
  .cfs-inner-fv.cfs-collab-fv {
    margin-top: 20px;
  }
  .cfs-section-title.cfs-about-title.cfs-f-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-about-title.cfs-f-center.cfs-mob-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-about-title.cfs-f-center.cfs-mobile-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-section-title.cfs-about-title.cfs-about-title--left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-title-centre {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-title-centre.cfs-title-center.cfs-width-60 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-title-centre.cfs-title-center.cfs-title--sitemap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-section-title.cfs-title-centre.cfs-title-center.cfs-title--sitemap.cfs-title--sitemap--tu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-heading-medium {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cfs-heading-medium.cfs-center {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
  }
  .cfs-heading-medium.cfs-center.cfs-title-deskleft {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cfs-heading-medium.cfs-center.cfs-heading-medium--tu {
    text-align: center;
  }
  .cfs-heading-medium.cfs-center-title {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: left;
  }
  .cfs-heading-medium.cfs-center-title.cfs-text-center {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cfs-heading-medium.cfs-center-title.cfs-text-center.cfs-center-title--collabtitle {
    position: relative;
    text-align: center;
  }
  .cfs-heading-medium.cfs-center-title.cfs-text-center.cfs-mobile-center {
    text-align: center;
  }
  .cfs-heading-medium.cfs-center-title.cfs-text-center.cfs-heading-medium-videooverlay-title {
    max-width: 60%;
  }
  .cfs-heading-medium.cfs-color-white {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .cfs-specialities-inner {
    margin-top: 1rem;
  }
  .specialities-card {
    width: 100%;
    margin-bottom: 0;
  }
  .specialities-img-wrap {
    height: 180px;
  }
  .cfs-image-left.cfs-image-left-ip.cfs-image-left-ip-first.cfs-image-left-ip-first-tech {
    height: 250px;
  }
  .cfs-text-para.cfs-center {
    text-align: left;
  }
  .cfs-text-para.cfs-center.cfs-center-mobleft {
    text-align: left;
  }
  .cfs-text-para.cfs-center.cfs-mobile-center {
    text-align: left;
  }
  .cfs-text-para.cfs-center-text {
    text-align: left;
  }
  .cfs-text-para.cfs-center-text.cfs-desk-left {
    font-size: 1rem;
    text-align: center;
  }
  .cfs-text-para.cfs-center-text.cfs-desk-left.cfs-text-para-cvoerleft {
    text-align: left;
  }
  .cfs-text-para.cfs-center-text.cfs-mobile-center {
    text-align: center;
  }
  .cfs-text-para.cfs-text-para--tu {
    max-width: 100%;
  }
  .cfs-about-counters {
    display: none;
  }
  .about-landing-ctawrap {
    display: none;
  }
  .cfs-linkblock.cfs-color-link {
    color: #3b237b;
  }
  .testimonials-card.testimonials-card--ip {
    width: 100%;
  }
  .testimonials-customer-image {
    width: 50px;
    height: 50px;
  }
  .testimonial-customer-name {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .testimonial-customer-oc {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8rem;
  }
  .testimonial-text-wrap.testimonial-text-wrap--lightbg {
    padding: 24px;
  }
  .testimonial-text.testimonial-text--ip {
    font-size: 0.9rem;
  }
  .cta-footer-btn.cfs-collab-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cta-footer-btn.cfs-collab-btn--outline {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cfs-icon-feature-inner.cfs-icon-feature-innerfh {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-icon-detail-wrap.navigation-card-wrap.bg-primary {
    width: 100%;
  }
  .feature-icon-detail-wrap.navigation-card-wrap.bg-primary.feature-icon-detail-wrap--colored {
    width: 100%;
  }
  .cfs-specialist-wrap.cfs-specialist-wrap--bglight {
    padding: 30px 10px 20px;
  }
  .specialist-card-detail-wrap {
    margin-bottom: 20px;
  }
  .specialist-speciality-wrap.cfs-cloc-detail-spec {
    margin-top: 30px;
  }
  .speciality-tags-wrap.cfs-align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-title {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .section-title-inner {
    max-width: 100%;
  }
  .section-title-title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .section-title-desc {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .section-title-wrap {
    overflow: hidden;
  }
  .section-title-nav {
    width: 100%;
  }
  .section-title-menu {
    width: 100%;
  }
  .section-title-nav-link {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .cfs-nav-card-wrap.cfs-nav-card-wrap--middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-form-input-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .title-form-input-wrap.title-form-input-wrap-mnone {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .centre-card.cfs-centre-card {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .centre-card.cfs-centre-card.cfs-centre-card--big {
    width: 100%;
  }
  .centre-img-wrap {
    width: 100%;
    height: 180px;
  }
  .centre-detail-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .centre-list-cta-wrap {
    margin-top: 20px;
  }
  .centre-img {
    height: 100%;
  }
  .cfs-form-form.cfs-form-rcb-cover {
    margin-top: 0;
  }
  .cfs-form-inner {
    position: relative;
    width: 100%;
  }
  .cfs-form-inner.cfs-form-cover-rcb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-form-inner.cfs-form-locations {
    height: 100%;
  }
  .cfs-form-inner.cfs-form-specialists {
    height: 100%;
  }
  .cfs-form-input {
    line-height: 1rem;
  }
  .cfs-form-input::-webkit-input-placeholder {
    line-height: 0.8rem;
  }
  .cfs-form-input:-ms-input-placeholder {
    line-height: 0.8rem;
  }
  .cfs-form-input::-ms-input-placeholder {
    line-height: 0.8rem;
  }
  .cfs-form-input::placeholder {
    line-height: 0.8rem;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb {
    height: 42px;
    margin-bottom: 0;
    border-style: solid;
    border-width: 1.2px;
    border-color: #3b237b;
    background-color: transparent;
    color: #3b237b;
    font-weight: 600;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::-webkit-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb:-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb::placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp {
    position: relative;
    display: block;
    width: 22%;
    height: auto;
    min-height: 65px;
    margin-right: 10px;
    margin-bottom: 0;
    padding-top: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none none solid;
    border-width: 1.2px 1.2px 2px;
    border-color: #3b237b;
    background-color: rgba(47, 123, 163, 0.05);
    color: #3b237b;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp::-webkit-input-placeholder {
    color: #dbdbdb;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp:-ms-input-placeholder {
    color: #dbdbdb;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp::-ms-input-placeholder {
    color: #dbdbdb;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-otp::placeholder {
    color: #dbdbdb;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover {
    position: relative;
    height: 42px;
    margin-bottom: 0;
    border-style: solid;
    border-width: 1.2px;
    border-color: #3b237b;
    background-color: #fff;
    color: #3b237b;
    font-style: normal;
    font-weight: 600;
    text-align: left;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover::-webkit-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover:-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover::-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-cover::placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode {
    height: 42px;
    margin-bottom: 0;
    border-style: solid none solid solid;
    border-width: 1.2px;
    border-color: #3b237b;
    background-color: #fff;
    color: #3b237b;
    font-weight: 600;
    text-align: center;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode::-webkit-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode:-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode::-ms-input-placeholder {
    color: #3b237b;
  }
  .cfs-form-input.cfs-form-input-light.cfs-form-input-rcb-countrycode::placeholder {
    color: #3b237b;
  }
  .cfs-form-submit.cfs-rcb-cta-cover {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .breadcrumb-link {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  .breadcrumb-link.breadcrumb-active {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  .breadcrumb-icon {
    font-size: 0.8rem;
  }
  .cfs-mobile-bottom-fixed.mobile-fixednavigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #3b237b;
  }
  .mn-nav-wrap {
    width: 25%;
    height: 100%;
    padding: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mn-nav-wrap.mn-nav-appoint {
    padding-right: 12px;
    padding-left: 12px;
  }
  .mb-nav-icon {
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .mb-nav-icon.mb-ico-ls {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .mb-nav-desc {
    color: #fff;
    font-size: 0.7rem;
    line-height: 0.7rem;
    font-weight: 600;
    text-align: center;
  }
  .body-home {
    overflow: scroll;
  }
  .cfs-mobile-logo-image {
    width: 110px;
  }
  .cfs-mobile-toggle-ico {
    font-size: 1.6rem;
  }
  .cfs-mobile-navigation {
    z-index: 9999999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    max-height: 200vh;
    min-height: 100vh;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .cfs-mob-nlinks-container {
    height: auto;
  }
  .cfs-mnav-link-p {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cfs-mnav-link.cfs-link-md {
    font-size: 1rem;
  }
  .cfs-mnav-secondary {
    max-height: 25vh;
    margin-top: 20px;
  }
  .cfs-mnav-link-secondary {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cfs-mnav-slink {
    opacity: 0.8;
  }
  .cfs-mob-ncontainer {
    height: 100%;
    margin-top: 20px;
    padding: 20px 30px;
  }
  .cfs-mob-ncta-wrap {
    position: absolute;
    display: none;
  }
  .cfs-mob-ncta.cfs-btn-orange {
    width: 100%;
    margin-top: 4rem;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 0.9rem;
    font-weight: 600;
  }
  .cfs-cover-bg {
    top: 0;
    background-color: #f7f7f7;
    background-position: 70% 50%;
    opacity: 0.14;
  }
  .cfs-cover-bg-image {
    background-color: #f7f7f7;
    object-position: 70% 50%;
  }
  .cfs-mobile-footer {
    padding-bottom: 80px;
  }
  .cfs-footer-mnav-secondary {
    max-height: 25vh;
    margin-top: 20px;
  }
  .cfs-h-gradient {
    width: 5%;
  }
  .cfs-about-mobcounter {
    width: 80%;
  }
  .about-count-text-mobile {
    font-size: 0.7rem;
    line-height: 0.6rem;
  }
  .about-count-icon-mobile {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }
  .bold-text-3 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .cfs-mobile-contact-drawer {
    z-index: 200000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  .cfs-mob-c-title {
    margin-bottom: 0;
  }
  .cfs-mob-cdrawer-title {
    font-size: 1rem;
  }
  .cfs-mob-cdrawer-title.cfs-xs-txt {
    font-weight: 400;
  }
  .cfs-mob-cd-card {
    border-bottom: 1px solid #eaeaea;
  }
  .cfs-mob-cd-card.cfs-border-none {
    border-bottom-style: none;
  }
  .cfs-mob-cd-city {
    font-size: 0.8rem;
  }
  .cfs-mob-cd-button {
    width: 45px;
    height: 45px;
    padding: 0;
    background-color: #3b237b;
  }
  .cfs-mob-cd-btn--ico {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .cfs-mob-cd-btn--ico.cfs-fa-ico {
    font-family: "Fa brands 400", sans-serif;
  }
  .cfs-mob-cd-moblink {
    color: #000;
    text-decoration: none;
  }
  .cfs-mob-cd-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-decoration: none;
  }
  .cfs-main.cfs-blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .cfs-btn-secondary.cfs-btn-outline {
    width: auto;
    font-size: 0.8rem;
  }
  .cfs-btn-secondary.cfs-btn-outline.cfs-btn-locations {
    width: 100%;
    margin-bottom: 20px;
  }
  .cfs-btn-secondary.cfs-btn-outline.cfs-cta-confirmappoint-cta.cfs-w-auto {
    margin-top: 1rem;
  }
  .cfs-blogcard-m--img {
    height: 160px;
  }
  .cfs-blogcard-tabpill {
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
  .cfs-blogcard-m--detailscontainer {
    margin-bottom: 40px;
  }
  .cfs-blogcard-m-title {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .cfs-blogcard-m-desc {
    font-size: 0.9rem;
    line-height: 1.6rem;
  }
  .cfs-primary-link {
    font-size: 0.8rem;
  }
  .blogcard-m-author {
    width: 30px;
    height: 30px;
  }
  .cfs-mob-footer-logo {
    width: 100px;
  }
  .cfs-mob-di-ico {
    font-size: 1.7rem;
    line-height: 1.6rem;
  }
  .cfs-mob-di-txt {
    font-size: 0.75rem;
    line-height: 1.3rem;
  }
  .cfs-footer-bsocial-mob {
    width: 85%;
  }
  .footer-mob-copyright-txt {
    font-size: 0.7rem;
  }
  .cfs-mobile-contact-bookappoint {
    z-index: 200000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .cfs-overlay {
    position: fixed;
    z-index: 2000;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.66);
  }
  .cfs-mob-c-desc {
    font-size: 0.9rem;
  }
  .cfs-input-wraper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-input-wraper.cfs-inputwrap-otp {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cfs-input-wraper.cfs-input-contact {
    margin-top: 0;
  }
  .cfs-form-input-container {
    margin-bottom: 10px;
  }
  .cfs-form-input-container.cfs-cover-form-input {
    width: 100%;
  }
  .cfs-invalid-link {
    display: none;
  }
  .cfs-mob-c-desc-sm {
    font-size: 0.8rem;
  }
  .cfs-mobile-contact-rcb {
    z-index: 200000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  .cfs-mob-nav-title {
    font-size: 0.8rem;
  }
  .cfs-mob-nav-close {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "La solid 900", sans-serif;
    color: #3b237b;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-decoration: none;
  }
  .cfs-btn-secondary-outline.cfs-btn-outline {
    width: 100%;
    font-size: 0.8rem;
  }
  .cfs-btn-secondary-outline.cfs-btn-outline.m-0 {
    margin-top: 1rem;
  }
  .cfs-btn-secondary-outline.cfs-btn-outline.cfs-btn-outline--tu {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cfsn-nav-child {
    position: relative;
  }
  .cfsn-nav-child--inner {
    height: 100%;
  }
  .cfs-appoint-form-tab {
    position: relative;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .cfs-btn-grey.cfs-cta-appoint-prevbtn {
    position: relative;
  }
  .cfs-cover-title {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .cfs-appoint-form-tab_desk {
    position: relative;
    display: none;
  }
  .section-title-desc-copy {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.6rem;
  }
  .cfs-mobile-locations {
    z-index: 200000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: none 0s ease;
    transition: none 0s ease;
  }
  .cfs--cd-locations-inner {
    margin-top: 20px;
  }
  .cfs-form-locations {
    margin-top: 0;
  }
  .cfs-form-locations.cfs-form-rcb-cover {
    margin-top: 0;
  }
  .cfs-cta-location-tab {
    display: none;
    overflow: auto;
    height: 100%;
    max-height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-1 {
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-2 {
    position: relative;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-3 {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-4 {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-appoint {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-singlehospital {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab.cfs-loc-tab-level-appoint-otp {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab.cfs-appoint-confirm {
    display: none;
  }
  .cfs-cta-locations-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-cta-location-image {
    width: 50px;
    height: 50px;
    border: 1px none #000;
    background-color: #ffe6d1;
  }
  .cfs-cta-location-details {
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cfs-cta-location-details.cfs-m0 {
    margin-top: 0;
  }
  .cfs-cloc-desc {
    font-size: 0.7rem;
  }
  .cfs-cloc-profile {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .location-prev {
    margin-right: 10px;
  }
  .cfs-cloc-title {
    font-size: 1rem;
  }
  .cfs-cloc-level-title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
  }
  .cfs-cloc-hospitaldetail {
    margin-top: 10px;
    padding: 10px 0;
  }
  .cfs-cloc-hospitaldetail.cfs-cta-confirm {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .cfs-cloc-dwrap-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cfs-cloc-dwrap-details.specialist-next {
    color: #333;
    text-decoration: none;
  }
  .cfs-cloc-dwrap-details.mb-10 {
    margin-bottom: 10px;
  }
  .cfs-cloc-details-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cloc-details-container.cfs-cloc-detail-full {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cfs-mob-cd-buttonloc {
    width: 45px;
    height: 45px;
    padding: 0;
    background-color: #3b237b;
  }
  .cfs-cloc-formwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-cloc-single-wrap {
    width: 100%;
    color: #000;
    text-decoration: none;
  }
  .cfs-mobile-specialist {
    z-index: 200000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .cfs-form-specialist {
    margin-top: 0;
  }
  .cfs-form-specialist.cfs-form-rcb-cover {
    margin-top: 0;
  }
  .cfs-cta-specialist-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100%;
    max-height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-1 {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-2 {
    position: relative;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-3 {
    position: relative;
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-4 {
    position: relative;
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-appoint {
    position: relative;
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-singlehospital {
    position: relative;
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-appoint-otp {
    position: relative;
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-1 {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-2 {
    position: relative;
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-book {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-doclist {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-specialist-otp {
    position: relative;
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-specialist-tab-level-appoint {
    display: none;
  }
  .cfs-cta-specialist-tab.cfs-loc-tab-level-specialist-confirm {
    position: relative;
    display: none;
  }
  .cfs-spcialist-mob-logo {
    width: 45px;
    height: 45px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .cfs-ico-specialist {
    font-size: 1.4rem;
    line-height: 1.3rem;
  }
  .cfs-cta-location-tab-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100%;
    max-height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-1 {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-2 {
    position: relative;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-3 {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-4 {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-appoint {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-singlehospital {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-appoint-otp {
    position: relative;
    display: none;
  }
  .specialist-prev {
    margin-right: 10px;
  }
  .cfs--cd-specialist-inner {
    margin-top: 20px;
  }
  .cfs-cta-location-tab-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 100%;
    max-height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-1 {
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-2 {
    position: relative;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-3 {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-4 {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-appoint {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-singlehospital {
    position: relative;
    display: none;
  }
  .cfs-cta-location-tab-copy.cfs-loc-tab-level-appoint-otp {
    position: relative;
    display: none;
  }
  .cfs-cta-confirmappoint-title {
    font-size: 1.1rem;
    text-align: center;
  }
  .cfs-cover-para {
    display: none;
  }
  .cfs-text-bold-md.cfs-text-bold-md--wspace {
    margin-bottom: 20px;
  }
  .cms-dp-content-spec-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-dp-content-specard {
    width: 100%;
  }
  .cfs-dp-content-spec-ico {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .cfs-text-sm {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .cfs-section-title-text {
    text-align: center;
  }
  .cfs-charirman-signwrap {
    margin-top: 10px;
  }
  .cfs-text-sm-bold.cfs-text-bold-md--wspace.cfs-mb0.cfs-text-pc-title {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .cfs-text-xs-bold.cfs-text-xs-bold-photocard {
    line-height: 1.2rem;
  }
  .cfs-inner-right.cfs-contact-right {
    padding: 0;
  }
  .cfs-chairman-img.cfs-chairman-img-tab {
    height: 200px;
  }
  .cfs-overview-coverimg {
    height: 200px;
    margin-bottom: 20px;
  }
  .cfs-overview-cover--img.cfs-overview-cover--img--mob {
    margin-top: -3.5rem;
  }
  .cfs-overview-section-50 {
    margin-top: 20px;
  }
  .cfs-overview-leftimg.cfs-chairman-img-tab {
    height: 200px;
  }
  .cfs-title-md.cfs-title-md-mobcenter {
    text-align: center;
  }
  .cfs-membersgrid-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cfs-members-photocard {
    width: 45%;
    margin-bottom: 40px;
  }
  .cfs-memebers-photocard--img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .cfs-faq-arrow {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .cfs-faq-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .cfs-video-box.cfs-video-box--pv {
    height: 200px;
  }
  .cfs-gridbox-gridcontainer {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }
  .cfs-gridbox-desc.cfs-center {
    text-align: left;
  }
  .cfs-gridbox-desc.cfs-center.cfs-center-mobleft {
    text-align: left;
  }
  .cfs-gridbox-desc.cfs-center.cfs-mobile-center {
    text-align: center;
  }
  .cfs-fv-center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-comparison-table-container {
    overflow: auto;
    justify-items: start;
  }
  .cfs-drawer-listcontainer.cfs-drawer-listcontainer--enpanelment {
    margin-top: 20px;
  }
  .cfs-drawer-title-txt {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
  .cfs-drawer-arrow.cfs-drawer-arrow--enpanel {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .cfs-drawer-content {
    padding-left: 20px;
  }
  .cfs-drawer-row-content.cfs-center {
    text-align: left;
  }
  .cfs-drawer-row-content.cfs-center.cfs-center-mobleft {
    text-align: left;
  }
  .cfs-drawer-row-content.cfs-center.cfs-mobile-center {
    text-align: left;
  }
  .cfs-sh-hospitalimg.cfs-chairman-img-tab {
    height: 200px;
  }
  .cfs-sh-location {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cfs-sh-location-inner {
    margin-top: 1rem;
  }
  .cfs-sh-loc-gi-card {
    width: 100%;
  }
  .cfs-sh-loc-gi-tagwrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cfs-contact-dcard {
    margin-bottom: 0;
  }
  .cfs-contact-dcard.cfs-contact-dcard--top {
    margin-bottom: 40px;
  }
  .cfs-drawer-content-bullet-2 {
    margin-right: 10px;
  }
  .cms-fh.cms-fh-askexpert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cms-fh.cms-fh-joblist-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-input-50 {
    width: 100%;
  }
  .cms-contact-gd-btn {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
  .cfs-otherloc-card {
    width: 48%;
  }
  .cfs-hospital-mapwrap {
    height: 30vh;
  }
  .cfs-hospital-right.cfs-hospital-right--list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cfs-sitemap-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cfs-sitemap-container.cfs-drawer-listcontainer--enpanelment {
    margin-top: 20px;
  }
  .cfs-vision-cover-img {
    top: 0;
    background-color: #f7f7f7;
    background-position: 70% 50%;
    opacity: 0.14;
  }
  .cfs-vision-title {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
  .cfs-vision-ctabox {
    height: 300px;
  }
  .cfs-tu-box-wrap.bg-grey {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .cfs-tu-ctawrap {
    max-width: 100%;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-tu-sm-wrap {
    margin-top: 40px;
  }
  .cfs-nm-stats-img {
    height: 180px;
  }
  .cfs-collab-imglist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cfs-collab-imglink {
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .cfs-collab-imig {
    width: 60px;
  }
  .cfs-collab-ctawrap {
    margin-top: 20px;
  }
  .cfs-blog--inner {
    margin-top: 1rem;
  }
  .cfs-blog--inner.cfs-blog--inner-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-blog-card.cfs-blog-card-50 {
    width: 100%;
    margin-bottom: 40px;
  }
  .cfs-blogcard-left {
    height: 200px;
  }
  .cfs-blogcard-left.cfs-blogcard-left-home {
    height: 240px;
  }
  .cfs-blogcard-tagwrpa {
    display: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cfs-blogcover-inner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cfs-coverblog-content-wrap {
    margin-left: 10px;
    padding: 11px;
  }
  .cfs-blogcover-title-wrap.cfs-blogcover-title-wrap--singlepost {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-blogcard-title--cover {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .cfs-blogcard-title--cover.cfs-blogcard-title--cover--singlepost {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .cfs-blog-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-blogarchive-widget {
    width: 100%;
    margin-bottom: 0;
  }
  .cfs-ba-widget-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cfs-blogctad-widget {
    width: 100%;
    margin-bottom: 0;
  }
  .cfs-blogsingle-coverpicture {
    height: 250px;
  }
  .cfs-blog-tagcomment-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cfs-authorbox {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cms-authorbox-picture {
    width: 80px;
    border-radius: 50%;
  }
  .cfs-authorbox-right {
    margin-left: 0;
    padding-right: 10px;
  }
  .cfs-testi-videocontainer {
    overflow: hidden;
    width: 80%;
  }
  .cfs-test-videoveralay-close {
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .cfs-joblist-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cfs-megamenu-locate-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cfs-megamenu-locate-grid.cfs-drawer-listcontainer--enpanelment {
    margin-top: 20px;
  }
  .cfs-secondary-btn.cfs-secondary-btn--primary.cfs-secondary-btn--primary--mt40 {
    margin-top: 40px;
  }
  .cfs-secondary-btn.cfs-secondary-btn--primary.cfs-secondary-btn--primary--mt40.cfs-secondary-btn--primary--mt40-mh {
    display: none;
  }
  .cfs-cover-videobox {
    right: auto;
    bottom: auto;
    width: 90%;
    height: 150px;
    margin-top: 20px;
  }
  .cfs-tech-card-card {
    width: 100%;
  }
  .cfs-tech-card-card.cfs-tech-card-card-adveq {
    width: 100%;
  }
  .cfs-profilemodal-inner {
    overflow: auto;
    max-height: 450px;
  }
}
@font-face {
font-display:swap;
font-display:swap;
  font-family: "La brands 400";
  src: url("/cfs/fonts/la-brands-400.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
font-display:swap;
font-display:swap;
  font-family: "Fa 400";
  src: url("/cfs/fonts/fa-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
font-display:swap;
font-display:swap;
  font-family: "La 400";
  src: url("/cfs/fonts/la-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
font-display:swap;
font-display:swap;
  font-family: "La solid 900";
  src: url("/cfs/fonts/la-solid-900.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
font-display:swap;
font-display:swap;
  font-family: "Fa brands 400";
  src: url("/cfs/fonts/fa-brands-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
font-display:swap;
font-display:swap;
  font-family: "Fa solid 900";
  src: url("/cfs/fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
font-display:swap;
font-display:swap;
  font-family: "Museosans 500";
  src: url("/cfs/fonts/museosans_500.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.cfs-dp-content-right,
.cfs-dp-content-right a {
  color: #fff !important;
}