@font-face {
  font-family: "Russo One";
  src: url("https://www.mindinventory.com/industry/fonts/fitness/RussoOne-Regular.eot");
  src: local("Russo One"), local("RussoOne-Regular"),
    url("https://www.mindinventory.com/industry/fonts/fitness/RussoOne-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.mindinventory.com/industry/fonts/fitness/RussoOne-Regular.woff2") format("woff2"),
    url("https://www.mindinventory.com/industry/fonts/fitness/RussoOne-Regular.woff") format("woff"),
    url("https://www.mindinventory.com/industry/fonts/fitness/RussoOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Flex";
  src: url("https://www.mindinventory.com/industry/fonts/fitness/RobotoFlex-Regular.eot");
  src: local("Roboto Flex Regular"), local("RobotoFlex-Regular"),
    url("https://www.mindinventory.com/industry/fonts/fitness/RobotoFlex-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.mindinventory.com/industry/fonts/fitness/RobotoFlex-Regular.woff2") format("woff2"),
    url("https://www.mindinventory.com/industry/fonts/fitness/RobotoFlex-Regular.woff") format("woff"),
    url("https://www.mindinventory.com/industry/fonts/fitness/RobotoFlex-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Medium.eot");
  src: local("Work Sans Medium"), local("WorkSans-Medium"),
    url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Medium.woff2") format("woff2"),
    url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Medium.woff") format("woff"),
    url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Regular.eot");
  src: local("Work Sans Regular"), local("WorkSans-Regular"),
    url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Regular.woff2") format("woff2"),
    url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Regular.woff") format("woff"),
    url("https://www.mindinventory.com/industry/fonts/fitness/WorkSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --clr-fitness-orange: #ea391e;
  --clr-fitness-bg: #fffef1;
  --clr-fitness-black: #121212;
  --clr-fitness-light-orange-bg: #ffe4df;
  --clr-fitness-light-white: #fff2f0;
  --clr-fitness-white: #ffffff;
}
.fit .font-russo-one {
  font-family: "Russo One", sans-serif;
}
.fit .font-roboto-flex {
  font-family: "Roboto Flex", sans-serif;
}
.fit .font-work-sans {
  font-family: "Work Sans", sans-serif;
}
.fit .fitness-wrapper-thin {
  font-weight: 100;
}

.fit .fitness-wrapper-extralight {
  font-weight: 200;
}

.fit .fitness-wrapper-light {
  font-weight: 300;
}

.fit .fitness-wrapper-normal {
  font-weight: 400;
}

.fit .fitness-wrapper-medium {
  font-weight: 500;
}

.fit .fitness-wrapper-semibold {
  font-weight: 600;
}

.fit .fitness-wrapper-bold {
  font-weight: 700;
}

.fit .fitness-wrapper-extrabold {
  font-weight: 800;
}

.fit .fitness-wrapper-black {
  font-weight: 900;
}

.fit .text-orange {
  color: var(--clr-fitness-orange);
}
.fit .font-black {
  color: #080808;
}
.fit .font-white {
  color: #ffffff;
}

.fit .font-transparent {
  -webkit-text-stroke: 2px var(--clr-fitness-orange);
  color: transparent;
}

.fit .orange-border-font {
  border: 2px solid var(--clr-fitness-orange);
}

.fit .fitness-container {
  padding: 0 16px;
}
@media only screen and (min-width: 1700px) {
  .fit .fitness-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .fit .fitness-container {
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1699px) {
  .fit .fitness-container {
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .fit .fitness-container {
    width: calc(100% - 80px);
    max-width: none;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fit .fitness-container {
    width: calc(100% - 60px);
    max-width: none;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fit .fitness-container {
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }
}

.fit .fitptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
  .fit .fitptb-120 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .fit .fitptb-120 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .fit .fitptb-120 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .fit .fitptb-120 {
    padding: 35px 0;
  }
}

.fit .fitpt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 1499px) {
  .fit .fitpt-80 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .fit .fitpt-80 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .fit .fitpt-80 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitpt-80 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .fit .fitpt-80 {
    margin-top: 20px;
  }
}
.fit .fitness-80 {
  font-size: 80px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .fit .fitness-80 {
    font-size: 60px;
    line-height: 56px;
  }
}
@media screen and (max-width: 991px) {
  .fit .fitness-80 {
    font-size: 50px;
    line-height: 1;
  }
}
.fit .fitness-68 {
  font-size: 68px;
  line-height: 84px;
}

@media screen and (max-width: 1336px) {
  .fit .fitness-68 {
    font-size: 60px;
    line-height: 68px;
  }
}
@media screen and (max-width: 1199px) {
  .fit .fitness-68 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media screen and (max-width: 991px) {
  .fit .fitness-68 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 575px) {
  .fit .fitness-68 {
    font-size: 36px;
    line-height: 44px;
  }
}
.fit .fitness-48 {
  font-size: 48px;
  line-height: 58px;
}
@media screen and (max-width: 1599px) {
  .fit .fitness-48 {
    font-size: 36px;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 1365px) {
  .fit .fitness-48 {
    font-size: 34px;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .fit .fitness-48 {
    font-size: 30px;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .fit .fitness-48 {
    font-size: 28px;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .fit .fitness-48 {
    font-size: 24px;
    line-height: 2.3rem;
  }
}

.fit .fitness-42 {
  font-size: 42px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .fit .fitness-42 {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .fit .fitness-42 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  .fit .fitness-42 {
    font-size: 26px;
    line-height: 1.3;
  }
}

.fit .fitness-40 {
  font-size: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .fit .fitness-40 {
    font-size: 34px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .fit .fitness-40 {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  .fit .fitness-40 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.fit .fitness-34 {
  font-size: 34px;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
  .fit .fitness-34 {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 991px) {
  .fit .fitness-34 {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 575px) {
  .fit .fitness-34 {
    font-size: 20px;
    line-height: 1.5;
  }
}
.fit .fitness-24 {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .fit .fitness-24 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-24 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.01px;
  }
}
.fit .fitness-22 {
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .fit .fitness-22 {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-22 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fit .fitness-20 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .fit .fitness-20 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.fit .fitness-18 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .fit .fitness-18 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fit .fitness-16 {
  font-size: 16px;
  line-height: 1.5;
}
.fit .fitness-12 {
  font-size: 12px;
  line-height: 1.5;
}

.fit .orange-bg {
  background-color: #ea391e1a;
}

.fit .orange-border {
  border: 1px solid #ea391e;
}

.fit .mb-button {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .fit .mb-button {
    margin-bottom: 2px;
  }
}

/* Start : Hero Section */
.fit .fitness-hero-section {
  min-height: calc(100vh - 80px);
  padding: 32px 0;
  display: flex;
  align-items: center;
  background-image: url("https://www.mindinventory.com/industry/img/fitness/webp/hero-section-backgroung.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .fit .fitness-hero-section {
    min-height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-hero-section {
    min-height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .fit .fitness-hero-section {
    margin-bottom: 10px;
  }
}

/* Button Start */
.fit .fitness-button {
  background-color: var(--clr-fitness-orange);
  color: var(--clr-fitness-white);
  padding: 12px 12px 12px 24px;
  border: 1px solid transparent;
  border-radius: 99em;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .fit .fitness-button {
    padding: 8px 8px 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .fit .fitness-button {
    padding: 8px;
    gap: 5px;
    font-size: 14px;
    border-radius: 12px;
  }
}

.fit .fitness-button .fitness-button-icon {
  display: inline-block;
  height: 52px;
  width: 52px;
  background-color: var(--clr-fitness-white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 991px) {
  .fit .fitness-button .fitness-button-icon {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-button .fitness-button-icon {
    height: 34px;
    width: 34px;
  }
}

.fit .fitness-button .fitness-button-icon .icon.icon-arrow {
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .fit .fitness-button .fitness-button-icon .icon.icon-arrow {
    transform: rotate(45deg);
  }
}

.fit .fitness-button .fitness-button-icon .icon::before {
  background-color: var(--clr-fitness-orange);
  transition: background-color 0.3s ease;
}

.fit .fitness-button:hover .fitness-button-icon .icon::before {
  background-color: var(--clr-fitness-white);
}

.fit .fitness-button:focus,
.fit .fitness-button:hover {
  background-color: var(--clr-fitness-white);
  color: var(--clr-fitness-black);
  border: 1px solid rgb(148, 146, 146);
}

.fit .fitness-button:focus .fitness-button-icon,
.fit .fitness-button:hover .fitness-button-icon {
  background-color: var(--clr-fitness-orange);
}

.fit .fitness-button:focus .fitness-button-icon .icon.icon-arrow,
.fit .fitness-button:hover .fitness-button-icon .icon.icon-arrow {
  transform: rotate(45deg);
}

.fit .fitness-button.fitness-button-green:hover,
.fit .fitness-button.fitness-button-green:focus {
  background-color: var(--clr-fitness-orange);
}

.fit .fitness-button.fitness-button-shadow:focus,
.fit .fitness-button.fitness-button-shadow:hover {
  box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.4);
}

.fit .fitness-button.fitness-button-no-icon {
  padding: 14px 30px;
}

@media screen and (max-width: 767px) {
  .fit .fitness-button.fitness-button-no-icon {
    padding: 8px 16px;
  }
}

.fit .fitness-button-two {
  background-color: var(--clr-fitness-white);
  color: var(--clr-fitness-orange);
  padding: 8px 8px 8px 26px;
  border: 1px solid transparent;
  border-radius: 99em;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  transition: background-color 0.3s ease;
}

.fit .fitness-button-two .fitness-button-icon {
  display: inline-block;
  height: 42px;
  width: 42px;
  background-color: var(--clr-fitness-orange);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {
  .fit .fitness-button-two .fitness-button-icon {
    height: 34px;
    width: 34px;
  }
}

.fit .fitness-button-two .fitness-button-icon .icon.icon-arrow {
  transition: transform 0.3s ease;
}

@media screen and (max-width: 767px) {
  .fit .fitness-button-two .fitness-button-icon .icon.icon-arrow {
    transform: rotate(45deg);
  }
}

.fit .fitness-button-two .fitness-button-icon .icon::before {
  background-color: var(--clr-fitness-white);
  transition: background-color 0.3s ease;
}

.fit .fitness-button-two:hover .fitness-button-icon .icon::before {
  background-color: var(--clr-fitness-white);
}

.fit .fitness-button-two:focus,
.fit .fitness-button-two:hover {
  background-color: var(--clr-fitness-white);
  color: var(--clr-fitness-black);
  border: 1px solid rgb(148, 146, 146);
}

.fit .fitness-button-two:focus .fitness-button-icon,
.fit .fitness-button-two:hover .fitness-button-icon {
  background-color: var(--clr-fitness-orange);
}

.fit .fitness-button-two:focus .fitness-button-icon .icon.icon-arrow,
.fit .fitness-button-two:hover .fitness-button-icon .icon.icon-arrow {
  transform: rotate(45deg);
}

.fit .fitness-button-two .fitness-button-green:hover,
.fit .fitness-button-two .fitness-button-green:focus {
  background-color: var(--clr-fitness-orange);
}

.fit .fitness-button-two .fitness-button-shadow:focus,
.fit .fitness-button-two .fitness-button-shadow:hover {
  box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.4);
}

.fit .fitness-button-two .fitness-button-no-icon {
  padding: 14px 30px;
}

@media screen and (max-width: 767px) {
  .fit .fitness-button-two .fitness-button-no-icon {
    padding: 8px 16px;
  }
}
/* Button End */
.fit .fitness-hero-women-img {
  position: absolute;
  top: 0;
  right: -100px;
  height: 100vh;
  width: 50vw;
}
@media screen and (max-width: 991px) {
  .fit .fitness-hero-women-img {
    display: none;
  }
}
/* End : Hero Section */

/* Start : Our Solutions */
.fit .industry-nav-outer {
  width: 100vw;
}

.fit .industry-lists-nav ul {
  display: grid;
  white-space: nowrap;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background-color: white;
  overflow: auto;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .fit .industry-lists-nav ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

.fit .industry-lists-nav li {
  background-color: var(--clr-fitness-light-orange-bg);
  color: var(--clr-fitness-orange);
  padding: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .fit .industry-lists-nav li {
  padding: 9px 22px 10px 22px; 
  }
}
.fit .industry-lists-nav .email-icon {
  display: none;
}
@media screen and (max-width: 991px) {
  .fit .industry-lists-nav .email-icon {
    display: block;
    padding: 9px 22px 10px 22px;
    background-color: var(--clr-fitness-light-orange-bg);
    margin: 0;
  }
}

.fit .industry-lists-nav ul a {
  position: relative;
  margin-bottom: -2px  ;
}

.fit .industry-lists-nav ul a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: -3px;
  left: 0;
  border-radius: 10px;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.fit .industry-lists-nav ul .active::after,
.fit .industry-lists-nav ul a:hover::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
/* End : Our Solutions */

/* Start : Fitness Video */
.fit .our-vision__video::after {
  display: none;
}
/* End : Fitness Video */

/* Start : fitness choose who you are */
.fit .fitness-choose-tabs {
  margin-top: 40px;
}
.fit .nav-tabs-custom .nav-link {
  border: none;
  color: #000;
  border-radius: 99em;
  padding: 18px 40px 20px 40px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .fit .nav-tabs-custom .nav-link {
    padding: 14px 17px 16px 17px;
    border: 1px solid var(--clr-fitness-light-orange-bg);
    border-radius: 15px;
  }
}

.fit .nav {
  flex-wrap: initial;
}

@media screen and (max-width: 768px) {
  .fit .nav {
    gap: 10px;
  }
}

.fit .nav-tabs {
  border: none;
}
.fit .nav-tabs-custom .nav-link.active {
  background-color: var(--clr-fitness-orange);
  color: var(--clr-fitness-white);
  border-bottom: none;
}

.fit .nav-tabs-custom {
  /* border-bottom: 1px solid #fce7e4; */
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.fit .tab-content {
  background-color: #fff2f0;
  padding: 80px 80px 80px 80px;
  border-radius: 40px;
  border: none;
}
@media screen and (max-width: 1199px) {
  .fit .tab-content {
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .fit .tab-content {
    padding: 15px;
    border-radius: 15px;
  }
}

.fit .tab-upper-content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 1199px) {
  .fit .tab-upper-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 0px;
  }
}
.fit .tab-lower-content {
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .fit .tab-lower-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .fit .tab-lower-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fit .tab-lower-content {
    margin-top: 30px;
  }
}
.fit .tab-lower-content-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fit .tab-lower-content-grid {
    flex-wrap: initial;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 15px;
  }
}
.fit .tab-lower-grid-item {
  width: calc(33% - 16px);
  border: 2px solid #ea391e33;
  background-color: transparent;
  padding: 32px;
  border-radius: 40px;
}
@media screen and (max-width: 1336px) {
  .fit .tab-lower-grid-item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  .fit .tab-lower-grid-item {
    border-radius: 24px;
  }
}
@media screen and (max-width: 768px) {
  .fit .tab-lower-grid-item {
    width: 100%;
    flex: 0 0 90%;
    padding: 15px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fit .tab-lower-grid-item ul {
    padding-left: 19px;
  }
}
.fit .item-image {
  padding: 0;
  object-fit: cover;
  border: none;
  background-color: none;
}
.fit .tab-lower-grid-item-img {
  border-radius: 40px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fit .item-50 {
  width: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
  .fit .item-50 {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .fit .content-display-none {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .fit .content-width-100 {
    width: 100% !important;
  }
}

/* END : fitness choose who you are */

/* Start : Fitness Hero Part */
.fit .fitness-hero-container {
  padding: 60px;
  background-image: url("https://www.mindinventory.com/industry/img/fitness/webp/hero-image-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .fit .fitness-hero-container {
    padding: 18px 30px 30px 30px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-hero-container {
    border-radius: 15px;
    padding: 15px 15px 24px 15px;
  }
}
.fit .fitness-hero-container-button {
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .fit .fitness-hero-container-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-hero-container-button {
    margin-top: 20px;
  }
}
.fit .fitness-hero-container-image {
  position: absolute;
  bottom: 0;
  right: 44px;
}
@media screen and (max-width: 1199px) {
  .fit .fitness-hero-container-image {
    display: none;
  }
}
.fit .fitness-hero-container-picture {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .fit .fitness-hero-container-picture {
    display: none;
  }
}
/* End : Fitness Hero Part */

/* Start : Fitness slider */
.fit .healthcare-page-wrapper {
  background-color: #fff2f0;
}
.fit .custslides .custslick-list .item .label-wrap .label-title {
  border-radius: 4px;
  display: inline-flex;
  padding: 4px 8px;
}

.fit .btn-slide-border {
  background-color: var(--clr-fitness-orange);
  color: white;
  border: none;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease,
    background-color 0.3s ease, outline 0.3s ease;
}
.fit .btn-slide-border:hover {
  background-color: var(--clr-fitness-white);
  color: black;
  border: none;
}
.fit .btn-slide-border:before {
  background-color: white;
}
.fit .btn-slide-pink {
  background-color: var(--clr-fitness-white);
  border: none;
  color: black;
}
.fit .btn-slide-pink:hover {
  color: var(--clr-fitness-white);
}
.fit .btn-slide-pink:before {
  background-color: var(--clr-fitness-orange);
}
/* End : Fitness slider */

/* Start : Fitness Service Offering */
.fit .fit-service-offering-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .fit .fit-service-offering-cards {
    display: flex;
    overflow: auto;
    padding-bottom: 10px;
    gap: 15px;
  }
}
.fit .fit-service-card {
  background-color: #fff2f0;
  padding: 24px;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .fit .fit-service-card {
    flex: 0 0 90%;
    padding: 30px 25px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .fit .fit-service-card {
    flex: 0 0 90%;
    padding: 15px;
    border-radius: 15px;
  }
}
.fit .fit-service-card-icon {
  height: 100px;
  width: 100px;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-fitness-white);
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .fit .fit-service-card-icon {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .fit .fit-service-card-icon {
    height: 70px;
    width: 70px;
    margin-bottom: 15px;
  }
}
/* End : Fitness Service Offering */

/* START : Why Leading Fitness Businesses */
.fit .fitness-businesses-container {
  margin-top: 66px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .fit .fitness-businesses-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-businesses-container {
    display: flex;
    justify-content: start;
    gap: 15px;
    overflow-x: auto;
    margin-top: 30px;
    padding-bottom: 10px;
  }
}

.fit .fitness-businesses-hero-picture {
  height: 100%;
  width: 100%;
}
.fit .fitness-businesses-card {
  padding: 20px;
  background-color: #ffeeeb;
  border: 5px solid var(--clr-fitness-white);
  border-radius: 30px;
}

@media screen and (max-width: 1199px) {
  .fit .fitness-businesses-card {
    height: 100%;
    border: none;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .fit .fitness-businesses-card {
    padding: 15px;
    border-radius: 15px;
  }
}

.fit .fitness-businesses-card-one {
  position: absolute;
  top: 30px;
  left: 70px;
  max-width: 520px;
}
@media screen and (max-width: 1699px) {
  .fit .fitness-businesses-card-one {
    top: 30px;
  }
}
@media screen and (max-width: 1599px) {
  .fit .fitness-businesses-card-one {
    top: 0;
  }
}

@media screen and (max-width: 1366px) {
  .fit .fitness-businesses-card-one {
    top: 0;
    left: 0;
    max-width: 480px;
  }
}
@media screen and (max-width: 1199px) {
  .fit .fitness-businesses-card-one {
    max-width: 100%;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-businesses-card-one {
    flex: 0 0 90%;
  }
}

.fit .fitness-businesses-card-two {
  position: absolute;
  bottom: 100px;
  left: -30px;
  max-width: 550px;
}
@media screen and (max-width: 1699px) {
  .fit .fitness-businesses-card-two {
    bottom: 0;
    left: 10px;
  }
}
@media screen and (max-width: 1599px) {
  .fit .fitness-businesses-card-two {
    bottom: 0;
    max-width: 520px;
  }
}
@media screen and (max-width: 1366px) {
  .fit .fitness-businesses-card-two {
    left: 0;
    bottom: 0;
    max-width: 480px;
  }
}
@media screen and (max-width: 1199px) {
  .fit .fitness-businesses-card-two {
    max-width: 100%;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-businesses-card-two {
    flex: 0 0 90%;
  }
}

.fit .fitness-businesses-card-three {
  position: absolute;
  bottom: -58px;
  right: 20px;
  max-width: 550px;
}
@media screen and (max-width: 1699px) {
  .fit .fitness-businesses-card-three {
    bottom: 0;
  }
}
@media screen and (max-width: 1599px) {
  .fit .fitness-businesses-card-three {
    bottom: 0;
    max-width: 520px;
  }
}
@media screen and (max-width: 1366px) {
  .fit .fitness-businesses-card-three {
    bottom: 0;
    right: 0;
    max-width: 490px;
  }
}
@media screen and (max-width: 1199px) {
  .fit .fitness-businesses-card-three {
    max-width: 100%;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-businesses-card-three {
    flex: 0 0 90%;
  }
}
.fit .fitness-businesses-card-four {
  position: absolute;
  top: 200px;
  right: 20px;
  max-width: 550px;
}
@media screen and (max-width: 1699px) {
  .fit .fitness-businesses-card-four {
    top: 0;
  }
}
@media screen and (max-width: 1599px) {
  .fit .fitness-businesses-card-four {
    top: 0;
    max-width: 520px;
  }
}
@media screen and (max-width: 1366px) {
  .fit .fitness-businesses-card-four {
    right: 0;
    top: 0;
    max-width: 450px;
  }
}
@media screen and (max-width: 1199px) {
  .fit .fitness-businesses-card-four {
    max-width: 100%;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .fit .fitness-businesses-card-four {
    flex: 0 0 90%;
  }
}

.fit .fitness-businesses-card-icon {
  height: 48px;
  width: 48px;
  background-color: var(--clr-fitness-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99em;
}
@media screen and (max-width: 1499px) {
  .fit .fitness-businesses-hero-image {
    height: 700px;
    width: 500px;
  }
}
@media screen and (max-width: 1366px) {
  .fit .fitness-businesses-hero-image {
    height: 700px;
    width: 433px;
  }
}

@media screen and (max-width: 1199px) {
  .fit .fitness-businesses-hero-image {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .fit .fitness-businesses-hero-picture {
    display: none;
  }
}
/* END : Why Leading Fitness Businesses */

/* SATRT :industry-faq */

.fit .sec-fitness-faq .industry-faq-title span {
  color: var(--clr-industry-green);
}

.fit .sec-fitness-faq .accordion {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fit .sec-fitness-faq .accordion-item {
  border-radius: 10px;
  border: none;
  background-color: transparent;
  width: calc(100% - 500px);
}
@media screen and (max-width: 1199px) {
  .fit .sec-fitness-faq .accordion-item {
    width: 100%;
  }
}

.fit .sec-fitness-faq .accordion-button {
  background-color: var(--clr-fitness-light-white);
  border: none;
  box-shadow: none;
  border-radius: 16px !important;
  padding: 16px 24px;
}

@media only screen and (max-width: 767px) {
  .fit .sec-fitness-faq .accordion-button {
    align-items: flex-start;
    padding: 15px;
    gap: 6px;
    border-radius: 15px !important;
  }
}

.fit .sec-fitness-faq .accordion-button::after {
  background: url("https://www.mindinventory.com/industry/img/fitness/svg/north_east.svg") center/contain no-repeat;
  height: 38px;
  width: 38px;
}

@media only screen and (max-width: 1199px) {
  .fit .sec-fitness-faq .accordion-button::after {
    height: 38px;
    width: 38px;
    background-size: contain;
  }
}

@media only screen and (max-width: 767px) {
  .fit .sec-fitness-faq .accordion-button::after {
    height: 28px;
    width: 28px;
    background-size: contain;
  }

  .fit .sec-fitness-faq .accordion-body {
    padding: 10px;
  }
}

.fit .sec-fitness-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(-45deg);
}

.fit .sec-fitness-faq .accordion-button:not(.collapsed) {
  color: var(--clr-industry-black);
}
/* END :industry-faq */
