body {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  line-height: 1.4;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #003b70;
  text-decoration: none;
}

a:hover {
  color: #ff7c00;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 5px;
  list-style-type: disc;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 780px;
  min-height: 640px;
  padding: 0px 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-image: url('../images/HERO_REFORM_BLUE.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container- {
  position: static;
  width: 100%;
  max-width: 1060px;
}

.hero-content {
  width: 50%;
}

.orang-btn {
  display: inline-block;
  padding: 28px 44px;
  border-radius: 12px;
  background-color: #ff7c00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-decoration: none;
}

.orang-btn:hover {
  background-color: #f79940;
}

.orang-btn.hero-btn {
  margin-top: 0px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.orang-btn.hero-btn:hover {
  background-color: #fff;
  color: #ff7c00;
}

.fixed-links {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 45px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 302px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.section-welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 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-image: url('../images/service-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

._2col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px;
  border-color: #ac5252;
}

.column {
  position: relative;
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #da6464;
  text-align: center;
}

.welcome-title {
  font-weight: 800;
}

.text-normal {
  font-weight: 400;
}

.service-text {
  font-size: 18px;
}

.section-therapy {
  padding-top: 0px;
  padding-bottom: 0px;
  -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: #fff;
}

._3col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3col-row__title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 800;
}

._3col-row__text {
  font-size: 18px;
  line-height: 1.5;
}

.section-scroll {
  position: relative;
  width: 100%;
  height: 644px;
  background-image: url('../images/stability-ball.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-scroll.ss-2 {
  background-image: url('../images/-bg-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-services {
  padding-top: 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;
}

.service-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-img-2{
	height: auto !important;
}
.service-open__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.service-open__title.ortho-service-title {
  max-width: 210px;
  -webkit-transform: translate(0px, -11px);
  -ms-transform: translate(0px, -11px);
  transform: translate(0px, -11px);
}

.section-testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 100px 20px 160px;
  -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;
}

.section-testimonials-2{
    padding: 0px !important;
}

.container-1280px {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: 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;
}

.testimonials-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.testimonials-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}

.testimonials-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 764px;
  -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;
}

.testimonials-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.testimonials-icon {
  margin-bottom: 16px;
}

.text-name {
  font-size: 26px;
  font-weight: 500;
}

.prev-icon {
  position: absolute;
  margin-right: 20px;
  margin-left: 20px;
}

.text-testimonials {
  line-height: 1.4;
  text-align: center;
}

.fixed-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7c00;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.fixed-link:hover {
  background-color: #fff;
  color: #ff7c00;
}

.fixed-link.fl-2 {
  background-color: #ff7c00;
}

.fixed-link.fl-2:hover {
  background-color: #fff;
}

.fixed-link.fl-3 {
  background-color: #ff7c00;
}

.fixed-link.fl-3:hover {
  background-color: #fff;
}

.fixed-link-ico {
  margin-right: 12px;
}

.fixed-link-ico.ic-hover {
  position: absolute;
}

.welcome-item {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.therapy-item {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.services-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-center {
  text-align: center;
}

.service-item {
  position: relative;
  overflow: hidden;
  width: 25%;
  min-height: 340px;
  color: #fff;
}

.service-item:hover {
  color: #fff;
}

.service-item.si-33 {
  width: 33.333333333333336%;
}

.service-item.hide {
  display: block;
}

.service-item.service-b {
  min-height: 0px;
}

.service-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 0px;
  min-height: 60px;
  padding: 20px 20px 20px 30px;
  background-color: #003b70;
}

.therapy-column {
  position: relative;
  overflow: hidden;
  width: 33.333333333333336%;
  padding: 48px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #da6464;
  background-color: #ff7c00;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  text-align: center;
}

.therapy-column:hover {
  background-color: #e56f17;
  color: #fff;
}

.therapy-column.tc-2 {
  background-color: #ff882f;
}

.therapy-column.tc-2:hover {
  background-color: #e66f17;
}

.therapy-column.tc-3 {
  background-color: #ff942f;
}

.therapy-column.tc-3:hover {
  background-color: #e56f17;
}

.left-arrow {
  display: none;
  -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;
}

.prev-next {
  position: absolute;
  margin-right: 20px;
  margin-left: 20px;
}

.right-arrow {
  display: none;
  -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;
}

.mask {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.slide-wr {
  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;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  background-color: transparent;
}

.section-tabs {
  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;
}

.tabs {
  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;
  background-color: #003b70;
}

.tabs-content {
  width: 100%;
}

.tab-link {
  padding: 28px 55px;
  background-color: transparent;
  color: #fff;
}

.tab-link:hover {
  color: #ff7c00;
}

.tab-link.w--current {
  padding: 28px 72px;
  border-radius: 12px;
  background-color: #ff7c00;
  color: #fff;
}

.text-block {
  font-weight: 400;
}

.tab-content-img {
  width: 100%;
  height: 100%;
}

.tab-col {
  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-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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.tab-item {
  max-width: 212px;
}

.tab-title {
  margin-bottom: 14px;
  color: #ff7c00;
  font-size: 26px;
  font-weight: 700;
}

.text-block-2 {
  color: #222;
}

.link-phone {
  margin-top: 14px;
  color: #003b70;
  text-decoration: none;
}

.span-semibold {
  font-weight: 600;
}

.link-fax {
  margin-top: 0px;
  color: #003b70;
  text-decoration: none;
}

.text-block-3 {
  margin-top: 4px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 20px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 62, 110, 0.9)), to(rgba(0, 62, 110, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 62, 110, 0.9), rgba(0, 62, 110, 0.9));
  background-position: 0px 0px;
  background-size: auto;
}

.col-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  color: #fff;
}

.form-block {
  width: 436px;
}

.field-text {
  height: auto;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}

.field-text:focus {
  border-color: #ff7c00;
}

.field-text::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.field-text:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.field-text::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.field-text::placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}

.field-text.mood-email {
  margin-right: 5px;
}

.field-wr {
  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;
}

.form-btn {
  margin-top: 30px;
  padding: 25px 116px 25px 30px;
  border-radius: 12px;
  background-color: #ff7c00;
  background-image: url('../images/long_right.svg');
  background-position: 170px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 22px;
  font-weight: 600;
}

.form-btn:hover {
  background-color: #fff;
  background-image: url('../images/arrow-orang.svg');
  color: #ff7c00;
}

.footer-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -30px;
  -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;
}

.icon-media {
  position: relative;
  margin-right: 30px;
}

.icon-media:hover {
  border-radius: 20px;
  background-color: #ff7c00;
}

/*
.icon-media.last:hover {
  background-image: url('../images/youtube-fill-orange.svg');
 background-color: transparent !important;
}
*/

.media-img.orange {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 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;
}

.footer-link-col {
  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;
 
}

.footer-link {
  margin-top: 24px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #ff7c00;
}

.col-form-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.form-link-wr {
  width: 480px;
}

.form-link-sepparator {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.footer-rich {
  margin-top: 30px;
  font-size: 10px;
  line-height: 1.4;
}

.footer-rich a {
  color: #fff;
  text-decoration: none;
}

.footer-rich a:hover {
  color: #ff7c00;
}

.footer-2col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none;
  border-width: 1px;
  border-color: #ac5252;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 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;
  background-color: #fff;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  color: #222;
  font-size: 14px;
}

.nav-link.hide {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -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;
}

.nav-wr {
  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;
}

.brand {
  padding-left: 0px;
}

.icon {
  display: none;
}

.dropdown-toggle {
  padding: 0px;
}

.drop-name {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.drop-name:hover {
  color: #ff7c00;
}

.drop-list {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
}

.drop-list.w--open {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
}

.drop-list__item {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.drop-list__item:hover {
  color: #ff7c00;
}

.drop-list__item.dli-mod {
  padding-right: 0px;
  padding-left: 0px;
}

.drop-list__item.mod-contact {
  padding-right: 10px;
  padding-left: 10px;
}

.dop-height {
  display: none;
}

.list-item {
  line-height: 1.3;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.section {
  padding: 100px 20px 60px;
}

.container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-rich {
  margin-bottom: 20px;
}

.about-rich p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #003b70;
}

.team.last {
  border-bottom-width: 0px;
}

.team.first {
  padding-top: 40px;
}

.team-heading {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.team__img {
  width: 100%;
  max-width: 390px;
  margin-right: 60px;
}

.team__p {
  margin-bottom: 20px;
}

.team__p.mb-20 {
  margin-bottom: 20px;
}

.container-nav {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 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-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;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}

.breadcrumbs-link {
  margin-right: 10px;
}

.breadcrumbs-slash {
  margin-right: 10px;
  color: #003b70;
}

.drop-item {
  min-height: 36px;
  padding: 10px 20px;
  cursor: pointer;
}

.drop-title {
  font-weight: 700;
}

.drop-links {
  height: 0px;
  opacity: 0;
}

.nav-drop {
  height: auto;
  background-color: #fff;
}

.nav-drop.w--open {
  left: 111px;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 270px;
  background-color: #fff;
}

.nav-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.dropdown-list {
  background-color: #221a1a;
}

.dropdown-list.w--open {
  left: 144px;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.dropdown-toggle-2 {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-2.w--open {
  padding-right: 20px;
  padding-left: 20px;
}

.dropdown-toggle-2._3 {
  padding-right: 70px;
}

.dropdown-toggle-2._2 {
  padding-right: 78px;
}

.dropdown-toggle-2._1 {
  padding-top: 20px;
  padding-right: 75px;
  padding-bottom: 20px;
}

.dropdown-link {
  padding-left: 10px;
}

.text-block-7 {
  font-weight: 700;
}

.section-2 {
  height: 100vh;
  background-color: #003b70;
}

.dropdown {
  width: 100%;
  border-radius: 0px;
}

.dropdown-2 {
  width: 100%;
}

.gear-in-box {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: block;
  height: 120%;
  opacity: 0.1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.gear-in-testimonials {
  position: absolute;
  left: 50%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 50%;
  min-width: 780px;
  opacity: 0.04;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.service-gear {
  position: absolute;
  left: auto;
  top: 14px;
  right: 20px;
  bottom: auto;
  width: 30px;
}

.slide--2 .section-hero{
  background-image: url('../images/HERO_REFORM_BLACK.jpg') !important;
}

.slide--3 .section-hero{
  background-image: url('../images/hero-bg.jpg') !important;
}

.slide--4 .section-hero{
  background-image: url('../images/strtraining.jpg') !important;
}

.special-pain {
  margin-top: 10px;
/*  padding-left: 110px;*/
      padding-left: 0px;
}
.special-pain img{
    margin-right: 10px;
}
@media screen and (max-width: 991px) {

  .special-pain {
    padding-left: 0px;
    text-align: center;
  }
  h1 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

  p {
    font-size: 16px;
  }

  .section-hero {
    max-height: 640px;
    min-height: 520px;
  }

  .orang-btn.hero-btn {
    margin-top: 40px;
    padding: 24px 32px;
    font-size: 16px;
        width: 100%;
  }

  .fixed-links {
    position: fixed;
    bottom: 0px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.15);
  }

  .section-welcome {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .welcome-title {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .service-text {
    font-size: 16px;
  }

  ._3col-row__title {
    font-size: 24px;
  }

  ._3col-row__text {
    font-size: 16px;
  }

  .section-scroll {
    height: 520px;
  }

  .section-services {
    padding-top: 50px;
  }

  .section-testimonials {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .testimonials-content {
    width: 560px;
  }

  .testimonials-name {
    margin-top: 40px;
  }

  .text-name {
    font-size: 22px;
  }

  .text-testimonials {
    font-size: 16px;
  }

  .fixed-link {
    width: 50%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #ff7c00;
    font-size: 16px;
  }

  .fixed-link.fl-2 {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #ff7c00;
  }

  .welcome-item {
    max-width: 300px;
  }

  .therapy-item {
    max-width: 200px;
  }

  .heading-center {
    font-size: 48px;
  }

  .service-item {
    width: 50%;
  }

  .service-item.si-33 {
    width: 50%;
  }

  .tab-link {
    padding: 20px 50px;
  }

  .tab-link.w--current {
    padding: 20px 60px;
  }

  .tab-content-img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .col-form {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-btn {
    padding: 20px 80px 20px 30px;
    background-position: 140px 50%;
  }

  .footer-media {
    -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;
  }

  .icon-media {
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer-links {
    margin-top: 20px;
  }

  .col-form-link {
    width: 100%;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-2col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #fff;
  }

  .nav-link {
    display: block;
    padding: 10px 10px 0px;
  }

  .nav-menu {
    overflow: hidden;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .nav-wr {
    padding-right: 0px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .form {
    text-align: center;
  }

  .menu-button {
    padding-right: 0px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    display: none;
  }

  .dropdown-toggle {
    display: block;
  }

  .drop-name {
    font-size: 16px;
  }

  .drop-list {
    position: static;
    padding-top: 10px;
  }

  .drop-list.w--open {
    padding-top: 10px;
    box-shadow: none;
  }

  .drop-list__item {
    padding-left: 0px;
  }

  .icon-2 {
    color: #000;
  }

  .dop-height {
    display: block;
  }

  .about-rich ul {
    font-size: 16px;
  }

  .team__img {
    max-width: 320px;
  }

  .dropdown-list {
    padding-top: 0px;
  }

  .dropdown-list.w--open {
    position: relative;
    left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .dropdown-toggle-2.w--open {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-link {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-mob {
    display: block;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gear-in-box {
    height: 100%;
  }

  .gear-in-testimonials {
    top: -30%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  .section-hero {
    max-height: 520px;
    min-height: 460px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-content {
    width: 80%;
    padding-top: 100px;
  }

  .orang-btn.hero-btn {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .fixed-links {
    position: fixed;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.15);
  }

  .section-welcome {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  ._2col-row {
    -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;
  }

  .column {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .welcome-title {
    font-size: 32px;
  }

  ._3col-row {
    -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;
  }

  .section-scroll {
    height: 480px;
    background-position: 50% 50%;
  }

  .section-services {
    padding-top: 40px;
  }

  .section-testimonials {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .testimonials-content {
    width: 80%;
    max-width: 510px;
    min-width: 340px;
  }

  .testimonials-name {
    margin-top: 28px;
  }

  .testimonials-icon {
    margin-bottom: 8px;
  }

  .text-name {
    font-size: 18px;
  }

  .prev-icon {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-testimonials {
    font-size: 14px;
    text-align: center;
  }

  .fixed-link {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff7c00;
    font-size: 14px;
    text-align: center;
  }

  .fixed-link.fl-2 {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #ff7c00;
  }

  .fixed-link-ico {
    display: none;
  }

  .heading-center {
    font-size: 36px;
  }

  .service-item {
    width: 100%;
    height: 400px;
  }

  .service-item.si-33 {
    width: 100%;
  }

  .therapy-column {
    width: 100%;
  }

  .left-arrow {
    width: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .prev-next {
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-arrow {
    width: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .tabs {
    overflow: hidden;
  }

  .tabs-menu {
    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: 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;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 40px;
    padding-left: 40px;
    -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;
    cursor: -webkit-grab;
    cursor: grab;
  }

  .tab-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    padding-left: 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;
    cursor: -webkit-grab;
    cursor: grab;
  }

  .tab-col {
    width: 100%;
    min-height: 220px;
  }

  .tab-item {
    text-align: center;
  }

  .footer {
    padding-bottom: 70px;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .footer-media {
    margin-right: 0px;
  }

  .icon-media {
    margin-right: 15px;
    margin-left: 15px;
  }

  .form-link-wr {
    width: auto;
  }

  .navbar {
    position: fixed;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo {
    width: 80%;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    z-index: 11;
    overflow: auto;
  }

  .icon {
    right: 0px;
  }

  .dropdown-toggle {
    display: block;
  }

  .drop-list.w--open {
    position: static;
    padding-top: 10px;
  }

  .dop-height {
    display: none;
    height: 60px;
  }

  .text-block-6 {
    text-align: center;
  }

  .section {
    padding-bottom: 40px;
  }

  .team {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-width: 0px;
  }

  .team__img {
    width: 70%;
    max-height: 410px;
    max-width: none;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .breadcrumbs {
    margin-bottom: 30px;
  }

  .breadcrumbs-link {
    font-size: 16px;
  }

  .drop-links {
    height: 100%;
    border-radius: 0px;
    opacity: 1;
  }

  .nav-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 20px;
    padding-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;
  }

  .mob-links {
    display: block;
    -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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  /* .section-hero {
    background-image: url('../images/hero-bg-mob.jpg') !important;
  } */
}

@media screen and (max-width: 479px) {
  .section-hero{
    padding: 0 40px !important;
  }
  /* .slide--2 .section-hero{
    background-image: url('../images/strtraining-mob.jpg') !important;
  } */
  .w-icon-slider-left {
    margin-left: 0; 
  }
  .w-icon-slider-right{
    margin-right: 0;
  }
  h1 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 14px;
  }

  .hero-content {
    width: 100%;
  }

  .column {
    width: 100%;
  }

  .welcome-title {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .section-scroll {
    height: 360px;
  }

  .section-testimonials {
    padding-top: 60px;
  }

  .testimonials-slider {
    margin-right: 0px;
    margin-left: 0px;
  }

  .testimonials-content {
    min-width: 230px;
  }

  .fixed-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .fixed-link.fl-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-center {
    font-size: 32px;
  }

  .service-item {
    height: 330px;
  }

  .service__list-items {
    font-size: 14px;
  }

  .left-arrow {
    display: none;
    margin-right: 0px;
    margin-left: -20px;
  }

  .right-arrow {
    display: none;
    margin-right: -20px;
  }

  .tabs-menu {
    padding-top: 20px;
    padding-bottom: 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;
  }

  .tab-link.w--current {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .tab-item {
    text-align: center;
  }

  .tab-title {
    font-size: 24px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .form-block {
    width: 100%;
  }

  .field-text.mood-email {
    margin-right: 0px;
  }

  .field-wr {
    -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;
  }

  .form-btn {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-position: 130px 50%;
    font-size: 16px;
  }

  .footer-links {
    -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;
    text-align: center;
  }

  .form-link-wr {
    width: 100%;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-rich ul {
    font-size: 14px;
  }

  .team.first {
    padding-top: 20px;
  }

  .team__img {
    width: 100%;
    margin-bottom: 10px;
  }

  .team__p {
    margin-bottom: 10px;
  }

  .nav-mob {
    overflow: auto;
  }

  .gear-in-testimonials {
    top: -12%;
  }
}
