/*==================== GOOGLE FONTS ====================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Rubik&display=swap");
/* start => site variables */
/* end => site variables */
/* start => others styles */
body {
  font-family: "Readex Pro", sans-serif;
  background-color: #eeeeee;
  counter-reset: pbmitbox1 pbmitbox2 pbmitbox3 pbmit-rev-counter;
}

.title {
  font-weight: 600;
  font-size: 38px;
  letter-spacing: 0;
  color: #0D195A;
  text-transform: none;
}

.gg-calendar-today {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-top: 4px solid;
  border-radius: 3px;
}

.gg-calendar-today::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
  height: 4px;
  width: 4px;
  border-radius: 2px;
  right: 2px;
  bottom: 2px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-auto {
  margin-left: auto;
}

.mrl-auto {
  margin-left: auto;
  margin-right: auto;
}

.bg-orange {
  background-color: #eb7f42;
}

.bg-light-orange {
  background-color: #e4a446;
}

.bg-red {
  background-color: #eb4c5e;
}

.bg-light-red {
  background-color: #ea00d2;
}

.bg-rouse {
  background-color: #8e64f6;
}

.bg-light-rouse {
  background-color: #d64ee5;
}

.bg-dark-rouse {
  background-color: #7858ad;
}

.bg-blue {
  background-color: #5fbcf0;
}

.bg-light-blue {
  background-color: #7bced6;
}

.bg-green {
  background-color: #8dce3f;
}

.bg-light-green {
  background-color: #a1c73e;
}

/* end => others styles */
/* start => start => free trial button content */
.free-trial-button {
  display: block;
  position: fixed;
  z-index: 2147483647;
  bottom: 25%;
  right: 20px;
}

/* end => start => free trial button content */
/* start => start => scroll to top content */
.scroll-to-top {
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 20px;
  font-size: 15px !important;
  padding: 10px !important;
  width: 40px;
  height: 40px;
}

.application-title-content {
  margin-bottom: 50px;
}

.wrapper-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* end => start => scroll to top content */
/* start => site buttons */
.btn-dark {
  background-color: #223035;
  transition: all 0.25s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  padding: 15px 35px;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.btn-dark:hover {
  background-color: #3f51b5;
  color: #223035;
}

.btn-light {
  background-color: #0f5132;
  transition: all 0.25s ease-in-out;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 6px;
  padding: 15px 35px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.btn-light:hover {
  background-color: #3f51b5;
  color: white;
}

/* end => site buttons */
/*start => new Slider */
.review-futures {
  padding: 0 100px;
}

.tabs-view-futures {
  width: 100%;
}
.tabs-view-futures .futures-review-tabs {
  display: flex;
  clear: both;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.tabs-view-futures .futures-review-tabs .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: unset;
  width: 100%;
}
.tabs-view-futures .futures-review-tabs .nav-item .active {
  border-top: solid 1px darkgreen;
  border-left: solid 1px darkgreen;
  border-right: solid 1px darkgreen;
  border-bottom: unset !important;
  background-color: #f5f5f5;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  filter: unset !important;
}
.tabs-view-futures .futures-review-tabs .nav-item .slide-button {
  filter: opacity(0.5);
  border-bottom: solid 2px darkgreen;
  width: 100%;
  border-radius: 0;
  position: relative;
  color: black;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.tabs-view-futures .futures-review-tabs .nav-item .slide-button .border-icon {
  width: 50px;
  padding: 10px;
  height: 50px;
  border: solid darkgreen 2px;
  background-color: transparent;
  font-size: 35px;
  color: darkgreen;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.tab-content .slide-tab-content {
  padding: 30px 15px;
  display: flex;
  justify-content: start;
  flex-direction: row;
}
.tab-content .slide-tab-content .slide-tab {
  min-height: 100px;
}
.tab-content .slide-tab-content .slide-tab-info .slide-tab-wrapper {
  padding: 20px 40px;
  min-height: 615px;
  display: flex;
  width: 100%;
  justify-content: start;
  flex-direction: column;
}
.tab-content .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-icon {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  padding: 10px 0;
}
.tab-content .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-icon i {
  color: darkgreen;
  padding: 15px;
  background-color: transparent;
  border-radius: 5px;
  border: solid darkgreen 2px;
  font-size: 35px;
}
.tab-content .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-icon h2 {
  margin-top: 10px;
  color: #111E21;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -1px;
  font-weight: 600;
}
.tab-content .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-text {
  font-size: 15px;
  padding: 10px 0;
  color: black;
}
.tab-content .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-list .slide-list {
  list-style: none;
  font-weight: 600;
  font-size: 15px;
  padding-left: 0;
}
.tab-content .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-list .slide-list .slide-list-item {
  margin-top: 0.75rem;
}
.tab-content .slide-tab-content .slide-tab-video {
  width: 100%;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-content .slide-tab-content .slide-tab-video video {
  height: 100% !important;
}
.tab-content .slide-tab-content .slide-tab-video .app-video {
  height: 600px !important;
}
.tab-content .slide-tab-content .slide-tab-video .slide-wrapper-video {
  display: flex;
  justify-content: center;
  height: 455px;
  align-items: center;
}
.tab-content .slide-tab-content .slide-tab-video .slide-wrapper-video video {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*end => new Slider */
.tryFreeSecond {
  font-size: 14px !important;
  display: none;
}

.mobile_logo {
  display: none;
}

/*------------------------------------- start => home page -------------------------------------*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  background-color: white;
  overflow: visible;
}
.loader .wrapper-preloader {
  width: 150px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99999999;
  background-color: white;
}

.scrollspy-neofithub {
  outline: none;
  border: none;
}
.scrollspy-neofithub:focus-visible {
  outline: none;
  border: none;
}

/* start => header content */
.header-content {
  position: relative;
  z-index: 99;
  width: 100%;
}
.header-content .navbar-toggler {
  border: 1px solid white;
}
.header-content .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.header-content .navbar-toggler:focus {
  box-shadow: none;
}
.header-content .sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  z-index: 999;
}
.header-content .navbar-header-content {
  padding-top: 0;
  padding-bottom: 5px;
  flex-direction: column;
}
.header-content .navbar-header-content .desktop-logo img {
  width: 300px;
}
.header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .book-demo {
  padding: 0;
}
.header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .nav-link {
  padding: 0 15px;
  transition: 0.3s ease-out;
  color: black;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;
}
.header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .nav-link:hover {
  color: #0D195A;
}
.header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .nav-link.active {
  color: #0D195A;
}
.header-content .navbar-header-content .offcanvas-body-content .login-btn {
  text-decoration: none;
  color: black;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: auto;
}
.header-content .navbar-header-content .offcanvas-body-content .login-btn:hover {
  color: #0D195A;
}
.header-content .navbar-header-content .offcanvas-body-content .btn-light {
  letter-spacing: 1px;
  padding: 13px 25px;
  font-size: 15px;
  text-transform: unset;
}

/* end => header content */
/* start => fitness content */
.fitness-content {
  padding: 250px 0 10px;
}
.fitness-content .fitness-lottie {
  position: relative;
  width: 100%;
  height: 100%;
}
.fitness-content .fitness-lottie .modal-open {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  background-image: url("../images/YoutubePreviews/FirstDemonstration.webp");
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.fitness-content .fitness-lottie .modal-open i {
  font-size: 52px;
}
.fitness-content .fitness-lottie img {
  width: 100%;
}
.fitness-content .fitness-head-content {
  padding: 41px 81px 39px 21px;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.fitness-content .fitness-head-content .fitness-head-text-content .fitness-content-title {
  font-size: 35px;
  line-height: 1.2;
  color: #0D195A;
}
.fitness-content .fitness-head-content .fitness-head-text-content .subtitle {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  color: dimgray;
  text-transform: uppercase;
}
.fitness-content .fitness-head-content .description {
  display: flex;
  flex-direction: column;
}
.fitness-content .fitness-head-content .description .download-apps {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}
.fitness-content .fitness-head-content .description .download-apps .ios {
  margin-left: -20px;
}
.fitness-content .fitness-head-content .description .download-apps img {
  border-radius: 7px !important;
  width: 200px !important;
  height: unset !important;
}
.fitness-content .fitness-head-content .description h1 {
  padding: 15px 0;
  font-size: 22px;
  text-align: justify;
  color: #000;
  line-height: unset;
  margin-bottom: 0;
}

/* end => fitness content */
/* start => video and rating content */
.video_and_rating-content {
  padding: 20px 0;
}
.video_and_rating-content .video_and_rating {
  background-color: white;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.1882352941);
}
.video_and_rating-content .video_and_rating .rating-wrapper {
  padding: 50px 0 30px 125px;
  border-radius: 20px 0 0 20px;
  position: relative;
}
.video_and_rating-content .video_and_rating .rating-wrapper .star-icon {
  padding-top: 10px;
}
.video_and_rating-content .video_and_rating .rating-wrapper .star-icon img {
  width: 24px;
  height: 24px;
}
.video_and_rating-content .video_and_rating .rating-wrapper .title-rating {
  font-size: 42px;
  font-weight: 600;
}
.video_and_rating-content .video_and_rating .rating-wrapper .title-custom {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.video_and_rating-content .video_and_rating .rating-wrapper .rating-title {
  font-size: 18px;
  font-weight: 600;
}
.video_and_rating-content .video_and_rating .rating-wrapper .rating-title .rating-underline-text {
  text-decoration: underline;
  color: #3f51b5;
}
.video_and_rating-content .video_and_rating .rating-wrapper .icon-box-img {
  width: max-content;
  height: max-content;
}
.video_and_rating-content .video_and_rating .video-item {
  background-image: url("../images/fitness-img-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.video_and_rating-content .video_and_rating .video-item .video-btn {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  color: white;
  font-size: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.video_and_rating-content .video_and_rating .video-item .video-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-color: rgba(3, 3, 19, 0.2);
  animation: pulse-border-2 1s linear infinite;
}
.video_and_rating-content .video_and_rating .video-item .video-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-color: rgba(3, 3, 19, 0.2);
  animation: pulse-border 1s linear infinite;
}
@keyframes pulse-border-2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.video_and_rating-content .video_and_rating:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 90px;
  height: 90px;
  border-radius: 0 90px 0 20px;
  background-color: #3f51b5;
}

/* end => video and rating content */
/* start => tour content */
.tour-content {
  padding: 0;
}
.tour-content .title {
  margin-bottom: 50px;
}
.tour-content .tour-item-content {
  transition: 0.3s ease-out;
  height: 100%;
}
.tour-content .tour-item-content .tour-img-title-content {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  flex-direction: column;
}
.tour-content .tour-item-content .tour-img-title-content .icon-content {
  width: max-content;
  height: max-content;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.0509803922);
}
.tour-content .tour-item-content .tour-img-title-content .icon-content img {
  width: 55px;
}
.tour-content .tour-item-content .tour-img-title-content .tour-content-description .tour-title {
  font-size: 24px;
  font-weight: 600;
  padding: 10px 0 0 0;
  color: #000;
  padding-left: 20px;
  position: relative;
  text-align: center;
}
.tour-content .tour-item-content .tour-img-title-content .tour-content-description .tour-title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-left: calc(50% - 40px);
  width: 85px;
  height: 2px;
  background-color: #006400;
}
.tour-content .tour-item-content .tour-img-title-content .tour-content-description p {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.tour-content .tour-item-content .description-content p {
  font-size: 18px;
  color: #000;
}
.tour-content .tour-item-content:hover {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.1019607843) 0 25px 20px -20px;
}

.modal-video {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-describe {
  display: none;
}

/* end => tour content */
/* start => one spot content */
.one_spot-content {
  padding: 20px 0;
}
.one_spot-content .one_spot-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.one_spot-content .one_spot-wrapper .one_spot-subheading .title {
  font-family: "Rubik", sans-serif;
}
.one_spot-content .one_spot-wrapper .one_spot-subheading .description h2 {
  color: #000000;
  font-size: 16px;
  line-height: unset;
}
.one_spot-content .one_spot-wrapper .one_spot-list .icon-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.one_spot-content .one_spot-wrapper .one_spot-list .icon-list-items li:not(:last-child) {
  border-bottom: 1px solid #e0dce4;
}
.one_spot-content .one_spot-wrapper .one_spot-list .icon-list-items .icon-list-item {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 8px 40px;
  color: #000;
}
.one_spot-content .one_spot-wrapper .one_spot-list .icon-list-items .icon-list-item:before {
  content: counter(pbmitbox2, decimal-leading-zero) ". ";
  counter-increment: pbmitbox2;
  position: absolute;
  top: 15px;
  left: 0;
  color: #009900;
}
.one_spot-content .one_spot-wrapper .btn-dark {
  padding: 18px 58px;
  width: max-content;
}
.one_spot-content .one_spot-animation {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 165px 25px 100px 120px;
  margin-left: -35px;
  height: 100%;
}
.one_spot-content .one_spot-animation video {
  border-radius: 35%;
}
.one_spot-content .one_spot-animation img {
  width: 100%;
  margin-top: -30px;
  filter: drop-shadow(6px 9px 7px #bac7d3);
  border-radius: 33%;
}

/* end => one spot content */
/* start => workout content */
.workout-content {
  padding: 0 0 50px;
}
.workout-content .workout-animation {
  background-image: url(../images/fitness-shap-2.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.workout-content .workout-animation .video {
  transform: scale(1.7);
}
.workout-content .workout-animation .video:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  top: 40%;
  left: 0;
  height: 15%;
}
.workout-content .workout-animation .video:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  top: 40%;
  right: 0;
  height: 15%;
}
.workout-content .workout-animation .video-2 {
  position: absolute;
  bottom: 11%;
  left: 4%;
}
.workout-content .workout-animation .video-2 video {
  width: 315px;
  pointer-events: none;
  border-radius: 100%;
}
.workout-content .workout-animation .video-2:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  top: 40%;
  left: 0;
  height: 15%;
}
.workout-content .workout-animation .video-2:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  top: 40%;
  right: 0;
  height: 15%;
}
.workout-content .workout-animation .video-3 {
  position: absolute;
  right: -2%;
  bottom: 20%;
}
.workout-content .workout-animation .video-3 video {
  width: 305px;
  pointer-events: none;
  border-radius: 100%;
}
.workout-content .workout-animation .video-3:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  top: 40%;
  left: 0;
  height: 15%;
}
.workout-content .workout-animation .video-3:after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: white;
  top: 40%;
  right: 0;
  height: 15%;
}
.workout-content .workout-animation img {
  width: 600px;
  filter: drop-shadow(2px 4px 6px #57728b);
}
.workout-content .workout-wrapper {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.workout-content .workout-wrapper .workout-item {
  margin-bottom: 40px;
}
.workout-content .workout-wrapper .workout-item .workout-item-title {
  margin-bottom: 15px;
}
.workout-content .workout-wrapper .workout-item .workout-item-title i {
  font-size: 25px;
  color: #8cdca4;
}
.workout-content .workout-wrapper .workout-item .workout-item-title .workout-item-title-content {
  font-weight: 600;
}
.workout-content .workout-wrapper .workout-item .workout-item-title .workout-item-title-content .title {
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
}
.workout-content .workout-wrapper .workout-item .workout-item-description {
  font-size: 16px;
  color: #000000;
}

.AboutUs-content .workout-item-title-content .about-title {
  font-weight: 600;
  color: #0f5132;
}
.AboutUs-content .banner-section {
  padding: 80px 0px 100px 0;
}
.AboutUs-content .banner-section .banner-image {
  justify-content: end;
  align-items: center;
  display: flex;
}
.AboutUs-content .banner-section .banner-image .banner-img {
  border-radius: 100%;
}
.AboutUs-content .banner-section .banner-info-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info {
  padding: 0 30px 0 35px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info .new-subtitle {
  color: #3C3C3C;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info .new-subtitle::before {
  content: "";
  height: 2px;
  width: 35px;
  border-radius: 80px;
  position: absolute;
  background: darkgreen;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info .new-subtitle::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  height: 3px;
  width: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-69deg);
  font-weight: 900;
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info .mainTitle {
  margin-bottom: 28px;
  font-weight: 600;
  color: #111E21;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -1px;
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info .banner-text {
  font-size: 16px;
  margin-bottom: 24px;
  color: #777777;
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info .banner-trust {
  padding-left: 10px;
  color: #363636;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info .banner-button-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}
.AboutUs-content .banner-section .banner-info-wrapper .banner-info .banner-button-wrapper .learnMore {
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: unset !important;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: darkgreen;
  text-decoration: none;
  color: #fff;
}
.AboutUs-content .second-banner-head {
  background-image: url(../images/svg_backgrounds/second_banner-background.svg) !important;
  padding: 90px 30px 0 30px !important;
  margin-bottom: 150px;
  position: relative;
}
.AboutUs-content .second-banner-head .second-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.AboutUs-content .second-banner-head .second-banner-content .titles {
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-subtitle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-subtitle .new-subtitle {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-subtitle .new-subtitle::before {
  content: "";
  height: 2px;
  width: 35px;
  border-radius: 80px;
  position: absolute;
  background: #fff;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-subtitle .new-subtitle::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  height: 3px;
  width: 2px;
  background: darkgreen;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-69deg);
  font-weight: 900;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-title {
  text-align: center;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-title .second-banner-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 500;
  line-height: 66px;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-boxes .box-content {
  background-color: #0f5132;
  padding: 45px 30px 10px 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 221px;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-boxes .box-content:hover .innerBox {
  transform: translate(0, -130px);
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-boxes .box-content .innerBox {
  transition: 0.6s ease;
  position: absolute;
  top: 60px;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-boxes .box-content .innerBox .box-header {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #FFFFFF;
  padding: 20px;
  font-size: 40px;
}
.AboutUs-content .second-banner-head .second-banner-content .titles .wrapper-boxes .box-content .innerBox .box-title {
  margin-bottom: 15px;
  color: #FFFFFF;
  width: 60%;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -1px;
  font-weight: 700;
}
.AboutUs-content .opinions-section .wrapper-title {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.AboutUs-content .opinions-section .wrapper-title .new-subtitle {
  color: #3C3C3C;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
}
.AboutUs-content .opinions-section .wrapper-title .new-subtitle::before {
  content: "";
  height: 2px;
  width: 35px;
  border-radius: 80px;
  position: absolute;
  background: darkgreen;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}
.AboutUs-content .opinions-section .wrapper-title .new-subtitle::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  height: 3px;
  width: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-69deg);
  font-weight: 900;
}
.AboutUs-content .opinions-section .wrapper-title .mainTitle {
  margin-bottom: 28px;
  font-weight: 600;
  color: #111E21;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -1px;
}

.navigation {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-blog {
  position: unset;
  overflow: unset;
  padding: 0 40px;
}
.swiper-blog .blog-page .descript-body a i {
  padding-left: 6px;
}
.swiper-blog .blog-page .blog-title {
  color: #151515;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 34px;
}
.swiper-blog .blog-page .blog-title:hover {
  color: darkgreen;
}
.swiper-blog .blog-page .feedback-item {
  display: flex;
  margin-bottom: 45px;
  justify-content: flex-start;
}
.swiper-blog .blog-page .descript-footer a {
  text-transform: uppercase;
  fill: darkgreen;
  color: darkgreen;
  background-color: rgba(51, 51, 51, 0);
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.swiper-blog .blog-page .descript-footer a:hover {
  color: #3f51b5 !important;
}
.swiper-blog .sticy-part {
  border: solid rgba(247, 247, 247, 0.753) 1px;
  -webkit-box-shadow: -1px 13px 23px -1px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: -1px 13px 23px -1px rgba(34, 60, 80, 0.2);
  box-shadow: -1px 13px 23px -1px rgba(34, 60, 80, 0.2);
  padding: 20px;
  position: sticky;
  top: 150px;
}
.swiper-blog .contact-us-blog {
  margin-top: 20px;
  background-color: darkgreen;
  padding: 20px;
}
.swiper-blog .contact-us-blog .contact-header {
  font-size: 25px;
  color: #FFFFFF;
}
.swiper-blog .contact-us-blog .contact-body {
  color: #FFFFFF;
  font-size: 14px;
}
.swiper-blog .contact-us-blog .contact-ways .ways-list {
  padding-left: unset !important;
  line-height: 40px;
  list-style: none;
}
.swiper-blog .contact-us-blog .contact-ways .ways-list li {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-list-extend {
  background: rgba(0, 100, 0, 0.06);
  padding: 30px;
  margin-top: 10px;
}
.category-list-extend ul {
  padding-left: 0;
}
.category-list-extend ul li {
  display: flex;
  text-align: center;
  gap: 10px;
  font-size: 18px;
  align-items: center;
}
.category-list-extend ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: unset;
}
.category-list-extend ul li a:hover {
  color: darkgreen;
}
.category-list-extend ul li a i {
  color: darkgreen;
}
.category-list-extend .title {
  color: #111E21;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
}
.category-list-extend .title::before {
  content: "";
  height: 2px;
  width: 35px;
  border-radius: 80px;
  position: absolute;
  background: darkgreen;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}
.category-list-extend .title::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  height: 3px;
  width: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-69deg);
  font-weight: 900;
}

.categories-table {
  background: rgba(0, 100, 0, 0.06);
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.categories-table .title {
  color: #111E21;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
}
.categories-table .title::before {
  content: "";
  height: 2px;
  width: 35px;
  border-radius: 80px;
  position: absolute;
  background: darkgreen;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}
.categories-table .title::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  height: 3px;
  width: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-69deg);
  font-weight: 900;
}
.categories-table .category-list {
  list-style: none;
  padding-left: 0;
  line-height: 40px;
}
.categories-table .category-list li {
  display: flex;
  text-align: center;
  gap: 10px;
  font-size: 18px;
  align-items: center;
}
.categories-table .category-list li a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #151515;
  line-height: 24px;
  font-weight: 600;
  text-align: start;
  font-size: 14px;
}
.categories-table .category-list li a i {
  color: darkgreen;
}
.categories-table .category-list li .latest-blog-item:not(:last-child) {
  margin-bottom: 20px;
}
.categories-table .category-list li .latest-blog-item {
  display: flex;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  width: 100%;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.categories-table .category-list li .latest-blog-item p {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #151515;
  line-height: 24px;
  font-weight: 600;
  width: 80%;
  margin-bottom: 5px;
  text-align: start;
  font-size: 16px;
}
.categories-table .category-list li .latest-blog-item date {
  display: flex;
  gap: 10px;
  align-items: center;
  color: grey;
  font-size: 13px;
  justify-content: start;
}

.faq-title span {
  color: #3C3C3C;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
}
.faq-title span::before {
  content: "";
  height: 2px;
  width: 35px;
  border-radius: 80px;
  position: absolute;
  background: darkgreen;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-title span::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  height: 3px;
  width: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-69deg);
  font-weight: 900;
}
.faq-title h3 {
  color: #111E21;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 50px;
  letter-spacing: -1px;
}

.faq-text .contactUs {
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: unset !important;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: darkgreen;
  color: #fff;
}
.faq-text p {
  color: grey;
}

.faq-accordion-content .accordion-header {
  background-color: #F3F7FA;
  font-size: 45px;
  color: darkgreen;
  font-weight: 600;
}

.head-content {
  padding: 60px 30px;
  width: 100%;
  color: #FFFFFF;
  background-image: linear-gradient(rgba(0, 179, 122, 0.8784313725), rgba(15, 81, 50, 0.6)), url(../images/webp/neofithub_background.webp) !important;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px;
  position: relative;
}
.head-content .title {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: -1px;
}

.newsletter-show-sticky {
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: sticky;
  top: 200px;
  margin-left: auto;
  width: 400px;
  max-width: 100%;
}
.newsletter-show-sticky .search-box {
  margin-bottom: 40px;
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  position: relative;
  background: rgba(0, 100, 0, 0.06);
}
.newsletter-show-sticky .search-box input {
  min-height: 52px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  max-width: 186px;
  padding: 0 12px;
}
.newsletter-show-sticky .search-box button {
  color: #ffffff;
  background-color: darkgreen;
  border: 4px;
  border-radius: 5px;
  padding: 3px 19px;
  min-height: 52px;
}
.newsletter-show-sticky .back {
  background-color: #FFFFFF;
}
.newsletter-show-sticky .back .subscribe-button {
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.newsletter-show-sticky .back .subscribe-button .submit-newsletter-button {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: unset !important;
  padding: 10px;
  border-radius: 50px;
  color: black;
}
.newsletter-show-sticky .back .sticy-header {
  position: relative;
  padding: 10px;
}
.newsletter-show-sticky .back .sticy-header .alert-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.newsletter-show-sticky .back .email-input {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-show-sticky .back .email-input .input-group {
  padding: 10px;
  border-bottom: 2px solid black;
}
.newsletter-show-sticky .back .email-input .input-group span {
  color: black;
  font-size: 15px;
  background-color: unset !important;
  border: unset !important;
}
.newsletter-show-sticky .back .email-input .input-group .form-control {
  color: black;
  font-size: 16px;
  background-color: unset !important;
  border: unset !important;
}
.newsletter-show-sticky .back .email-input .input-group .form-control:focus {
  background-color: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}
.newsletter-show-sticky .back .email-input .input-group .form-control::placeholder {
  color: black;
}

.bottom-content-mobile {
  display: none;
}
.bottom-content-mobile .accordion-button {
  width: unset;
}
.bottom-content-mobile .accordion-collapse {
  margin-top: 5px;
}
.bottom-content-mobile .accordion-header {
  background-color: #F3F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-newsletter .newsletter {
  flex-direction: row;
  padding: 20px;
}
.view-newsletter .newsletter .body-desc {
  padding: 20px;
}
.view-newsletter .newsletter .email-input {
  flex-direction: row;
  padding: 20px;
}
.view-newsletter .newsletter .email-input .input-group span i {
  font-size: 28px;
}

.news {
  padding: 15px 50px;
}

.disabledButton {
  filter: brightness(0.7);
}

.newsletter {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 15px;
  padding: 15px 0 5px 20px;
  background-color: #f5f5f5;
}
.newsletter .body-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter .body-desc h3 {
  font-size: 30px;
  font-weight: 600;
  color: darkgreen;
}
.newsletter .body-desc p {
  font-size: 16px;
  color: black;
}
.newsletter .email-input {
  padding-left: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.newsletter .email-input .input-group {
  padding: 10px;
  border-bottom: black solid 1px;
}
.newsletter .email-input .input-group i {
  color: darkgreen;
  font-size: 20px;
}
.newsletter .email-input .input-group span {
  color: black;
  font-size: 15px;
  background-color: unset !important;
  border: unset !important;
}
.newsletter .email-input .input-group .form-control {
  color: black;
  font-size: 16px;
  background-color: unset !important;
  border: unset !important;
}
.newsletter .email-input .input-group .form-control:focus {
  background-color: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}
.newsletter .email-input .input-group .form-control::placeholder {
  color: black;
}
.newsletter .email-input .input-group:hover {
  border-bottom: darkgreen solid 1px;
}
.newsletter .email-input .subscribe-button {
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.newsletter .email-input .subscribe-button .submit-newsletter-button {
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border: unset !important;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: darkgreen;
  color: #fff;
}

/* end => workout content */
.pagination .page-item {
  border: solid 1px black;
}
.pagination .page-item:focus {
  background-color: black !important;
}
.pagination .page-link {
  color: #009900 !important;
  border: none !important;
}
.pagination .page-link:focus {
  box-shadow: none !important;
  background-color: darkgreen !important;
}
.pagination .active {
  background-color: darkgreen !important;
}
.pagination .active:focus {
  background-color: darkgreen !important;
}
.pagination .active .page-link {
  color: #FFFFFF !important;
  background-color: darkgreen !important;
}

/* start => feedback content */
.recent-feedback {
  padding-top: 20px;
}
.recent-feedback .row .feedback-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.recent-feedback .row .feedback-item .feedback--box-img {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.recent-feedback .row .feedback-item .feedback--box-img img {
  width: 100%;
  border-radius: 10px;
}
.recent-feedback .row .feedback-item .feedback--box-descript {
  padding: 0px 19px 13px 19px;
  width: 100%;
}
.recent-feedback .row .feedback-item .feedback--box-descript .descript-header .blog-title {
  color: #151515;
}
.recent-feedback .row .feedback-item .feedback--box-descript .descript-header .blog-title:hover {
  color: darkgreen;
}
.recent-feedback .row .feedback-item .feedback--box-descript .descript-header h1 {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0;
  text-transform: none;
}
.recent-feedback .row .feedback-item .feedback--box-descript .descript-body p {
  font-weight: 400;
}
.recent-feedback .row .feedback-item .feedback--box-descript .descript-footer {
  display: flex;
  justify-content: space-around;
}
.recent-feedback .row .feedback-item .feedback--box-descript .descript-footer date {
  display: flex;
  gap: 10px;
  color: #595959;
  align-items: center;
  padding-bottom: 10px;
}
.recent-feedback .row .feedback-item .feedback--box-descript .descript-footer a {
  text-transform: uppercase;
  fill: darkgreen;
  color: darkgreen;
  background-color: rgba(51, 51, 51, 0);
  border-radius: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.recent-feedback .row .feedback-item .feedback--box-descript .descript-footer a:hover {
  color: #3f51b5;
}

.swiper-pagination-horizontal {
  padding-left: 10px !important;
  bottom: -10px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}
.swiper-pagination-horizontal .swiper-pagination-bullet {
  padding: 4px !important;
}
.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: darkgreen !important;
  padding: 7px !important;
}

.path {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #595959;
  gap: 3px;
  font-size: 16px;
}

.swiper-pagination {
  padding: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #19a974;
}

.share-bar {
  padding-bottom: 30px;
}
.share-bar .content {
  border-bottom: #19a974 solid 1px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.share-bar .content .category-tag {
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-bar .content .category-tag a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}
.share-bar .content .share-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-bar .content .share-buttons .share-list {
  gap: 10px;
  display: flex;
  flex-direction: row;
  list-style: none;
}
.share-bar .content .share-buttons .share-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19a974;
  border-radius: 10px;
  padding: 9px 12px;
}

.blog-item-view {
  min-height: calc(100vh - 122px);
  padding: 95px 0 10px;
}
.blog-item-view .news {
  padding: 10px !important;
}
.blog-item-view .blog-item-tags {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 20px;
}
.blog-item-view .blog-item-tags .tag-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.blog-item-view .title {
  text-align: center;
  font-size: 35px;
}
.blog-item-view .blog-body-content {
  text-align: justify;
  border-bottom: solid #19a974 2px;
  padding: 30px 25px;
}
.blog-item-view .blog-body-content p {
  color: dimgray;
}
.blog-item-view .blog-header-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.blog-item-view .blog-header-content .blog-header-content-img {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.blog-item-view .blog-header-content .blog-header-content-img img {
  width: max-content;
  border-radius: 10px;
}
.blog-item-view .blog-header-content .blog-header-content-description {
  padding: 10px;
}
.blog-item-view .blog-header-content .blog-header-content-description p {
  color: #595959;
  text-align: left;
}

.feedback-content {
  padding-top: 40px;
  padding-bottom: 50px;
}
.feedback-content .feedback-left-content img {
  width: 100%;
}
.feedback-content .blog-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.feedback-content .blog-page .feedback-item {
  box-shadow: unset !important;
}
.feedback-content .feedback-right-content .feedback-title {
  font-size: 125px;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(13, 25, 90, 0.4196078431);
  font-weight: 600;
}
.feedback-content .feedback-right-content .swiper {
  padding-bottom: 30px;
}
.feedback-content .feedback-right-content .swiper .feedback-item {
  margin: 45px 5px 10px 5px;
  box-shadow: 0 12px 10px rgba(238, 239, 240, 0.25);
  border-radius: 6px;
  border: 1px solid #F2F5FA;
  display: flex;
  background-color: #f5f5f5;
  justify-content: flex-start;
  flex-direction: row;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-img .descript-footer {
  display: flex;
  align-items: center;
  justify-content: start;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-img img {
  width: 100% !important;
  max-width: none;
  height: 100%;
  border: none;
  box-shadow: none;
  border-radius: 10px;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-descript {
  padding: 20px 20px 20px 20px;
  width: 100%;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-descript .descript-header {
  color: darkgreen;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-descript .descript-header h1 {
  color: #151515;
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 34px;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-descript .descript-body p {
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-descript .descript-footer {
  display: flex;
  justify-content: space-between;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-descript .descript-footer date {
  display: flex;
  gap: 10px;
  color: #595959;
  font-size: 14px;
  align-items: center;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-descript .descript-footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-content {
  position: relative;
  padding-top: 110px;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-content .feedback--box-desc .feedback--testimonial-text {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  padding: 0 0 0 10px;
  margin: 0;
  border: 0;
  background: 0 0;
  color: #000;
}
.feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-content:before {
  content: url("../images/quote.png");
  width: 80px;
  position: absolute;
  left: 3px;
  top: -20px;
}
.feedback-content .feedback-right-content .swiper .feedback-author-box {
  margin-top: 28px;
}
.feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-author-wrapper .feedback-box-img .feedback-featured-img-wrapper .feedback-featured-wrapper {
  width: 70px;
}
.feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-author-wrapper .feedback-box-img .feedback-featured-img-wrapper .feedback-featured-wrapper img {
  border-radius: 6px;
}
.feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-author-wrapper .feedback-box-author {
  padding-left: 20px;
}
.feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-author-wrapper .feedback-box-author .feedback-box-title {
  color: #0D195A;
  font-size: 18px;
  margin-bottom: 0;
}
.feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-author-wrapper .feedback-box-author .feedback-testimonial-detail {
  color: #000000;
}
.feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-testimonial-rating .feedback-box-star-ratings img {
  width: 17px;
}
.feedback-content .feedback-right-content .swiper .arrow-content {
  width: max-content;
  display: flex;
  margin-top: 40px;
  margin-left: 7px;
}
.feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-next {
  right: auto;
  left: 50px;
}
.feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-next, .feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-prev {
  display: flex;
  align-items: center;
  bottom: 0;
  top: unset;
  position: static;
  width: 100%;
}
.feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-next .left-arrow, .feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-prev .left-arrow {
  transform: rotate(180deg);
}
.feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-next .right-arrow, .feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-prev .right-arrow {
  margin-left: 5px;
}
.feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-next:after, .feedback-content .feedback-right-content .swiper .arrow-content .swiper-button-prev:after {
  font-size: 0;
}

/* end => feedback content */
/* start => pricing content */
.package-button {
  width: 100%;
  padding: 16px 19px !important;
}

.toggle-btn {
  font-size: 20px;
}
.toggle-btn img {
  transform: rotate(30deg);
}

.subheader {
  padding: 10px;
}

.subheader-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-content .title {
  margin-bottom: 10px;
  width: 100%;
}
.pricing-content .package-accordion-button {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pricing-content .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.pricing-content .top .bottom {
  padding: 10px 50px;
  background-color: black;
  border-radius: 6px;
  text-align: center;
}
.pricing-content .top .bottom p {
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.25rem);
  margin: 0;
  color: #FFFFFF;
  padding: 5px 10px;
}
.pricing-content .top .bottom p strong {
  color: red;
}
.pricing-content .top .bottom .promotion {
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.25rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
}
.pricing-content .top input,
.pricing-content .top label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.pricing-content .top .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.pricing-content .top .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-content .top .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00b37a;
  -webkit-transition: 0.4s;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}
.pricing-content .top .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-content .top .switch input:checked + .slider {
  background: linear-gradient(157deg, #0f5132 -12%, #00b37a 109%);
}
.pricing-content .top .switch input:focus + .slider {
  box-shadow: 0 0 1px #3f51b5;
}
.pricing-content .top .switch input:checked + .slider:before {
  transform: translateX(26px);
}
.pricing-content .top .switch .slider.round {
  border-radius: 34px;
}
.pricing-content .top .switch .slider.round:before {
  border-radius: 50%;
}
.pricing-content .Popular {
  padding: 5px 15px;
  position: absolute;
  border: solid #0f5132 2px;
  font-weight: 700;
  right: 0;
  background-color: #FFFFFF;
  color: #000000;
  top: -15px;
  left: 0;
  width: max-content;
  margin: auto;
  z-index: 10;
  border-radius: 30px;
}
.pricing-content .color-line {
  background-color: #0f5132;
  width: 100%;
  padding: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.pricing-content .card__content {
  position: relative;
  background-color: white;
  padding: 10px 0.5rem 0.5rem;
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(16, 41, 66, 0.1019607843);
  transition: 0.4s;
  display: flex;
  flex-direction: column;
}
.pricing-content .card__content .custom-symbol {
  font-size: 14px;
  color: grey;
}
.pricing-content .card__content .first {
  background: linear-gradient(157deg, #39b67a -12%, #153012 109%) !important;
}
.pricing-content .card__content .first:before {
  background-color: #39b67a !important;
}
.pricing-content .card__content .second {
  right: 135px !important;
  transform: scale(0.9);
}
.pricing-content .card__content .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pricing-content .card__content .content img {
  position: absolute;
  width: 400px;
  opacity: 0.85;
  z-index: 0;
  height: 400px;
  transform: rotate(30deg);
}
.pricing-content .card__content .card__pricing .card__pricing-number {
  color: #141c4d;
  display: flex;
  align-items: baseline;
  position: relative;
  font-size: 45px;
  font-weight: 600;
  margin-top: -15px;
}
.pricing-content .card__content .card__pricing .card__pricing-number f {
  font-family: sans-serif;
}
.pricing-content .card__content .card__pricing .card__pricing-number .discount {
  position: absolute;
  font-size: 17px;
  top: 0;
  left: 0;
}
.pricing-content .card__content .card__pricing .card__pricing-number .card__pricing-symbol {
  font-size: 45px;
}
.pricing-content .card__content .card__pricing .crossed {
  font-size: 2rem;
}
.pricing-content .card__content .card__pricing .symbolic {
  font-size: 18px;
  color: grey;
}
.pricing-content .card__content .card__pricing .card__pricing-month {
  display: block;
  font-size: 0.8rem;
  color: black;
}
.pricing-content .card__content .card__header {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.pricing-content .card__content .card__header .card__header-title {
  font-size: 32px;
  color: #22262b;
  justify-content: center;
  margin-bottom: 5px;
  font-weight: 800;
  display: flex;
  align-items: baseline;
}
.pricing-content .card__content .card__header .card__header-title .card__pricing-month {
  font-size: 16px;
  color: rgba(93, 93, 93, 0.9490196078);
  font-weight: 500;
}
.pricing-content .card__content .card__header .card__header-subtitle {
  display: block;
  min-height: 65px;
  margin-bottom: 0.25rem;
  font: 500 14px/20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
  font-style: italic;
  text-align: justify;
  color: black;
  padding: 0 10px;
}
.pricing-content .card__content .card__header .card__header-subtitle .center {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pricing-content .card__content .card__header .card__header-subtitle .center b {
  color: #0d115a;
  font-size: 13px;
}
.pricing-content .card__content .bottom-content {
  z-index: 1;
  padding: 10px;
}
.pricing-content .card__content .bottom-content .included-title {
  border-bottom: unset !important;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.pricing-content .card__content .bottom-content .card__list {
  padding-left: 0;
}
.pricing-content .card__content .bottom-content .card__list .card__list-item {
  display: flex;
  align-items: center;
}
.pricing-content .card__content .bottom-content .card__list .card__list-item .tooltiptext {
  visibility: hidden;
  padding: 15px;
  background-color: #fff;
  color: #000000;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 40%;
  left: 20%;
  margin-left: -60px;
}
.pricing-content .card__content .bottom-content .card__list .card__list-item .onhover:hover .tooltiptext {
  visibility: visible;
}
.pricing-content .card__content .bottom-content .card__list .card__list-item svg {
  width: 24px;
  height: 24px;
}
.pricing-content .card__content .bottom-content .card__list .card__list-item .card__list-description {
  margin-bottom: 0;
  padding-left: 10px;
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.pricing-content .card__content .bottom-content div {
  width: 100%;
  text-align: center;
}
.pricing-content .card__content:hover {
  box-shadow: 0 12px 24px rgba(16, 41, 66, 0.3019607843);
}

/* end => pricing content */
.pricing-content {
  overflow: hidden;
}

/* start => faq content */
.faq-content {
  padding-top: 50px;
  padding-bottom: 70px;
}
.faq-content .wrapper-button {
  display: flex;
  padding: 10px;
  justify-content: start;
  align-items: center;
}
.faq-content .faq-wrapper .faq-description {
  padding: 20px 0 0;
  color: #000000;
}
.faq-content .faq-wrapper .faq-description h2 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.faq-content .faq-wrapper .faq-description p {
  font-size: 16px;
}
.faq-content .faq-wrapper .btn-dark {
  padding: 18px 58px;
}

.accordion-style-1 {
  background: 0 0;
  border-radius: 0;
}
.accordion-style-1 .accordion-item {
  border: none;
  background-color: white;
  color: #000;
  font-size: 18px;
  border-radius: 6px !important;
  margin-bottom: 15px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.0470588235);
}
.accordion-style-1 .accordion-item .accordion-header {
  background-color: #F3F7FA;
  font-size: 45px;
  color: darkgreen;
  font-weight: 600;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button {
  color: #000;
  background-color: #f5f5f5;
  box-shadow: none;
  line-height: 25px;
  border-radius: 6px !important;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 30px 15px;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button::after {
  content: "\f0aa";
  font-family: "Font Awesome 5 Free";
  background-image: none;
  color: darkgreen;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 16px;
  transform: none;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "\f358";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  background-image: none;
  transform: none;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button-instruct {
  font-size: 16px;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button-instruct::after {
  content: "" !important;
  background-image: url("../images/screenshots/checkmark.png") !important;
  color: #3f51b5;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
  transform: none;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion-style-1 .accordion-item .accordion-header .accordion-button-instruct.collapsed::after {
  content: "" !important;
  background-image: url("../images/screenshots/checkmark.png") !important;
  transform: none;
}
.accordion-style-1 .accordion-item .accordion-body p {
  color: grey;
}
.accordion-style-1 .accordion-item .accordion-body p {
  font-size: 16px;
}
.accordion-style-1 .accordion-item .accordion-body-demo {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  padding: 1px;
}
.accordion-style-1 .accordion-item .accordion-body-demo .grid-content {
  text-align: center;
  display: flex;
  align-items: center;
}
.accordion-style-1 .accordion-item .accordion-body-demo .grid-content h1 {
  font-size: 22px;
}
.accordion-style-1 .accordion-item .accordion-body-demo .demo-header {
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.accordion-style-1 .accordion-item .accordion-body-demo .demo-header h1 {
  font-weight: 700;
}

/* end => faq content */
/* start => application content */
.testimonials {
  padding-bottom: 50px;
}
.testimonials .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  bottom: -25px !important;
  top: unset;
  background-color: #0f5132;
  border-radius: 100%;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .slick-arrow svg {
  fill: white;
}
.testimonials .slick-arrow:hover {
  background-color: #00b37a;
}
.testimonials .slick-arrow:before {
  content: "";
}
.testimonials .slick-prev {
  right: 110%;
  top: 50%;
  left: unset;
}
.testimonials .slick-next {
  right: -10%;
  top: 50%;
  left: unset;
}
.testimonials .subtitle {
  font-size: 23px;
  color: dimgray;
  text-transform: unset;
  margin: auto;
  padding-bottom: 10px;
}
.testimonials .bookDemo {
  flex-direction: column-reverse;
  justify-content: center;
  padding-top: 1.5rem;
}

.application-content {
  padding-bottom: 50px;
}
.application-content .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  bottom: -25px !important;
  top: unset;
  background-color: #0f5132;
  border-radius: 100%;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-content .slick-arrow svg {
  fill: white;
}
.application-content .slick-arrow:hover {
  background-color: #00b37a;
}
.application-content .slick-arrow:before {
  content: "";
}
.application-content .slick-prev {
  right: 110%;
  top: 50%;
  left: unset;
}
.application-content .slick-next {
  right: -10%;
  top: 50%;
  left: unset;
}
.application-content .demonstration-video {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.application-content .demonstration-video .demonstration {
  position: relative;
  padding: 10px;
}
.application-content .demonstration-video .demonstration svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(5.3);
}
.application-content .demonstration-video .demonstration img {
  width: 100% !important;
  height: unset !important;
  padding: 10px;
}
.application-content .tryForFree {
  text-align: center;
  padding: 25px 0 75px 0;
}
.application-content .tryForFree-demo {
  padding: 25px 0 75px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.application-content .tryForFree-demo .button-register {
  display: flex;
  align-items: center;
  justify-content: center;
}
.application-content .application-back-fon-content {
  background-color: #6675c5;
  padding: 50px 145px 360px;
  margin: 0 -10%;
  border-radius: 6px;
}
.application-content .application-back-fon-content .application-title-content {
  margin-bottom: 90px;
}
.application-content .application-back-fon-content .application-title-content .title {
  color: white;
}
.application-content .application-back-fon-content .arrow-content {
  display: flex;
  padding-right: 13px;
  align-items: center;
  height: 100%;
  justify-content: end;
}
.application-content .application-back-fon-content .arrow-content .swiper-button-next {
  margin-left: 50px;
}
.application-content .application-back-fon-content .arrow-content .swiper-button-next, .application-content .application-back-fon-content .arrow-content .swiper-button-prev {
  bottom: 0;
  top: unset;
  position: static;
}
.application-content .application-back-fon-content .arrow-content .swiper-button-next img, .application-content .application-back-fon-content .arrow-content .swiper-button-prev img {
  width: 52px;
}
.application-content .application-back-fon-content .arrow-content .swiper-button-next .right-arrow, .application-content .application-back-fon-content .arrow-content .swiper-button-prev .right-arrow {
  margin-left: 5px;
  transform: rotate(180deg);
}
.application-content .application-back-fon-content .arrow-content .swiper-button-next:after, .application-content .application-back-fon-content .arrow-content .swiper-button-prev:after {
  font-size: 0;
}
.application-content nav {
  margin-top: -440px;
}
.application-content nav .nav {
  justify-content: center;
  border-bottom: 0;
}
.application-content nav .nav-link {
  color: white;
  font-weight: 600;
  background-color: #223035;
  border: 0;
  padding: 15px 60px;
}
.application-content nav .nav-link.active {
  color: white;
  background-color: #3f51b5;
  border: 0;
}
.application-content .arrow-content {
  display: flex;
  padding-right: 13px;
  align-items: center;
  height: 100%;
  justify-content: end;
  position: relative;
  top: -120px;
}
.application-content .arrow-content .swiper-button-next {
  margin-left: 50px;
}
.application-content .arrow-content .swiper-button-next {
  right: -60px;
  left: auto;
}
.application-content .arrow-content .swiper-button-prev {
  left: -60px;
}
.application-content .arrow-content .swiper-button-next, .application-content .arrow-content .swiper-button-prev {
  bottom: 20px;
  top: unset;
  display: flex;
  align-items: center;
}
.application-content .arrow-content .swiper-button-next .right-arrow, .application-content .arrow-content .swiper-button-prev .right-arrow {
  margin-left: 5px;
  transform: rotate(180deg);
}
.application-content .arrow-content .swiper-button-next:after, .application-content .arrow-content .swiper-button-prev:after {
  font-size: 0;
}
.application-content .application-slider {
  margin-top: -360px;
}
.application-content .application-slider .swiper-slide {
  margin-right: 30px;
  border-radius: 6px;
  overflow: hidden;
}
.application-content .application-slider .swiper-slide .image-item img {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
}

.demo-content-video {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.demo-content-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(3.3);
}
.demo-content-video img {
  width: 100% !important;
  height: unset !important;
  padding: 15px;
}

/* end => application content */
.web-slider .swiper .swiper-wrapper .swiper-slide .image-item img {
  width: 100% !important;
  height: unset !important;
}

/* start => footer content */
.footer-content {
  padding-top: 10px;
  background-color: #0f5132;
}
.footer-content .social-icons {
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly !important;
}
.footer-content .social-icons .download-apps-mobile {
  display: flex;
}
.footer-content .social-icons .download-apps-mobile img {
  border-radius: 10px;
}
.footer-content .social-icons li a img {
  height: unset !important;
}
.footer-content .footer-top-content .footer-logo {
  width: 300px;
}
.footer-content .footer-top-content .uls {
  display: flex;
  flex-direction: row;
}
.footer-content .footer-top-content .footer-nav-content {
  list-style: none;
  color: black;
  align-items: center;
}
.footer-content .footer-top-content .footer-nav-content .nav-item .nav-link {
  padding: 0 10px;
  transition: 0.3s ease-out;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}
.footer-content .footer-top-content .footer-nav-content .nav-item .nav-link:hover {
  color: #FFFFFF;
}
.footer-content .footer-bottom-content {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 10px;
  background-color: white;
}
.footer-content .footer-bottom-content .footer-copyright-text-area {
  color: black;
}
.footer-content .footer-bottom-content .footer-copyright-text-area p {
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.footer-content .footer-bottom-content .footer-nav-content {
  list-style: none;
  color: black;
  margin-bottom: 0;
}
.footer-content .footer-bottom-content .footer-nav-content .nav-item {
  margin-bottom: 0;
}
.footer-content .footer-bottom-content .footer-nav-content .nav-item .nav-link {
  padding: 0 10px;
  color: black;
  font-size: 15px;
}

/* end => footer content */
/*------------------------------------- end => home page -------------------------------------*/
/*------------------------------------- start => privacy policy page -------------------------------------*/
.privacy_policy-content, .terms_and_conditions-content {
  padding-top: 60px;
  padding-bottom: 50px;
}
.privacy_policy-content .title-content, .terms_and_conditions-content .title-content {
  text-align: center;
  margin-bottom: 20px;
}
.privacy_policy-content .description-content ol, .terms_and_conditions-content .description-content ol {
  font-size: 23px;
}
.privacy_policy-content .description-content ol li ol li, .terms_and_conditions-content .description-content ol li ol li {
  font-size: 20px;
}
.privacy_policy-content .description-content ol li h1, .terms_and_conditions-content .description-content ol li h1 {
  font-size: 25px;
  font-weight: 600;
}
.privacy_policy-content .description-content p, .terms_and_conditions-content .description-content p {
  font-size: 18px;
}

/*------------------------------------- end => privacy policy page -------------------------------------*/
/*------------------------------------- start => terms & conditions page -------------------------------------*/
.terms_and_conditions-content {
  padding-top: 60px;
  padding-bottom: 50px;
  min-height: calc(100vh - 122px);
}
.terms_and_conditions-content ol {
  counter-reset: item;
}
.terms_and_conditions-content li {
  display: block;
}
.terms_and_conditions-content li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
}
.terms_and_conditions-content .title-content {
  text-align: center;
  margin-bottom: 20px;
}
.terms_and_conditions-content .subtitle {
  display: inline-block;
  margin: 7px 0 0 5px;
}
.terms_and_conditions-content .description-content ol {
  font-size: 23px;
  list-style-type: disc;
}
.terms_and_conditions-content .description-content p {
  font-size: 18px;
}

/*------------------------------------- end => terms & conditions page -------------------------------------*/
/*------------------------------------- start => responsive  -------------------------------------*/
@media (min-width: 1400px) and (max-width: 1600px) {
  .blog-page .feedback-item {
    flex-direction: column !important;
  }
  .blog-page .feedback-item .feedback--box-img img {
    width: 100% !important;
  }

  /* start => fitness content */
  .application-content .application-back-fon-content {
    margin: 0 -3%;
  }
  .application-content .arrow-content .swiper-button-prev {
    left: -10px;
  }
  .application-content .arrow-content .swiper-button-next {
    right: -10px;
  }
  .application-content .application-slider {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  /* end => fitness content */
}
@media (min-width: 1366px) and (max-width: 1400px) {
  .fitness-content .fitness-head-content {
    padding: unset !important;
  }
  .fitness-content .fitness-head-content .subtitle {
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }
  .fitness-content .fitness-head-content .description h1 {
    font-size: 17px;
  }

  .blog-page .feedback-item {
    flex-direction: column !important;
  }
  .blog-page .feedback-item .feedback--box-img {
    max-width: 45%;
    overflow: hidden;
  }
  .blog-page .feedback-item .feedback--box-img a {
    display: block;
    height: 100%;
  }
  .blog-page .feedback-item .feedback--box-img img {
    width: 100% !important;
    max-width: none;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .workout-content .workout-animation img {
    width: 510px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .fitness-content .fitness-head-content {
    padding: unset !important;
  }
  .fitness-content .fitness-head-content .subtitle {
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }
  .fitness-content .fitness-head-content .description h1 {
    font-size: 17px;
  }

  .blog-page .feedback-item {
    flex-direction: column !important;
  }
  .blog-page .feedback-item .feedback--box-img img {
    width: 100% !important;
  }

  /* start => fitness content */
  .application-content .application-back-fon-content {
    padding: 70px 145px 360px;
    margin: 0 -3%;
  }
  .application-content .arrow-content .swiper-button-prev {
    left: -15px;
  }
  .application-content .arrow-content .swiper-button-next {
    right: -15px;
  }
  .application-content .application-slider {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  /* end => fitness content */
  /* start => workout content */
  .workout-content .workout-animation img {
    width: 500px;
  }

  /* end => workout content */
  /* start => feedback content */
  .feedback-content .feedback-right-content .feedback-title {
    font-size: 110px;
  }

  /* end => feedback content */
}
@media (max-width: 1600px) {
  /* start => fitness content */
  .fitness-content .fitness-head-content .fitness-head-text-content .fitness-content-title {
    font-size: 50px;
  }

  /* end => fitness content */
}
.faq-content-desktop {
  display: block !important;
}

.faq-content-mobile {
  display: none !important;
}

@media (max-width: 1200px) {
  .review-futures {
    padding: 0 !important;
  }

  .futures-review-tabs {
    flex-wrap: wrap !important;
  }
  .futures-review-tabs .slide-button {
    justify-content: start !important;
  }

  .slide-tab-content {
    flex-wrap: wrap !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper {
    padding: 0 !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-icon {
    padding: 0 !important;
  }
  .slide-tab-content .slide-tab-video .slide-wrapper-video {
    height: auto !important;
    padding: 0 !important;
  }

  .back {
    background-color: #FFFFFF;
  }

  .fitness-content .fitness-head-content {
    padding: unset !important;
  }
  .fitness-content .fitness-head-content .subtitle {
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }
  .fitness-content .fitness-head-content .description h1 {
    font-size: 20px !important;
    font-weight: 600;
    text-align: center !important;
  }

  .footer-content-box {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
  }

  .uls {
    display: flex;
    flex-direction: column !important;
  }

  .blog-page .feedback-item {
    flex-direction: column !important;
  }
  .blog-page .feedback-item .feedback--box-img img {
    width: 100% !important;
  }

  .feedback-item .feedback--box-img {
    padding: 30px !important;
  }

  .demo-content-video i {
    transform: scale(3) !important;
  }

  .application-content .demonstration i {
    transform: scale(3) !important;
  }
  .application-content .demonstration img {
    width: 100% !important;
    padding: 0px !important;
  }

  .title {
    font-size: 45px;
  }

  .fitness-content .fitness-head-content .fitness-head-text-content .fitness-content-title {
    font-size: 32px;
  }

  /* start => header content */
  .header-content .container {
    max-width: 100%;
  }
  .header-content .navbar-header-content .navbar-brand {
    margin-right: 0;
  }
  .header-content .navbar-header-content .desktop-logo img {
    width: 230px;
  }
  .header-content .navbar-header-content .mobile_logo img {
    width: 50px;
  }
  .header-content .navbar-header-content .offcanvas-body-content .navbar-nav-content .nav-item .nav-link {
    padding-bottom: 12px;
  }
  .header-content .navbar-header-content .offcanvas-body-content .btn-light {
    padding: 15px 20px;
  }

  /* end => header content */
  /* start => one spot content */
  .one_spot-content .one_spot-wrapper .one_spot-list .icon-list-items .icon-list-item {
    font-size: 18px;
  }

  /* end => one spot content */
  /* start => feedback content */
  .feedback-content .feedback-right-content .feedback-title {
    font-size: 90px;
  }

  /* end => feedback content */
  /* start => fitness content */
  .application-content .application-back-fon-content {
    padding: 70px 145px 360px;
    margin: 0 -2%;
  }
  .application-content .arrow-content .swiper-button-prev {
    left: 0;
  }
  .application-content .arrow-content .swiper-button-next {
    right: 0;
  }
  .application-content .application-slider {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  /* end => fitness content */
  /* start => workout content */
  .workout-content .workout-animation {
    padding: 250px 10px 80px 0;
  }
  .workout-content .workout-animation img {
    width: 430px;
  }

  /* end => workout content */
}
.faq-content-desktop {
  display: block !important;
}

.faq-content-mobile {
  display: none !important;
}

@media (max-width: 991px) {
  .newsletter {
    flex-direction: column !important;
  }
  .newsletter .body-desc {
    padding: 0 10px !important;
  }
  .newsletter .body-desc p {
    margin-bottom: 0 !important;
  }
  .newsletter .email-input {
    padding-left: 0;
  }
  .newsletter .email-input .subscribe-button {
    padding: 10px 30px;
  }

  .review-futures {
    padding: 0;
  }

  .futures-review-tabs {
    flex-wrap: wrap !important;
  }
  .futures-review-tabs .slide-button {
    justify-content: start !important;
    border: unset !important;
  }
  .futures-review-tabs .active {
    position: relative;
  }
  .futures-review-tabs .active:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: darkgreen solid 2px !important;
    width: 100%;
  }

  .slide-tab-content {
    flex-wrap: wrap !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper {
    padding: 0 !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-icon {
    padding: 0 !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-list .slide-list {
    font-size: 15px;
  }
  .slide-tab-content .slide-tab-video .slide-wrapper-video {
    padding: 0 !important;
  }

  .newsletter {
    flex-direction: column !important;
  }
  .newsletter .body-desc {
    padding: 10px !important;
  }

  .newsletter-show-sticky {
    width: unset !important;
  }
  .newsletter-show-sticky .back {
    background-color: #FFFFFF;
  }

  .newsletter-show-sticky {
    flex-direction: row;
  }
  .newsletter-show-sticky .categories-table {
    padding-left: 30px;
    background: rgba(0, 100, 0, 0.02);
  }

  .swiper-pagination {
    padding-bottom: 40px;
  }

  .fitness-head-content {
    padding: 0 !important;
  }
  .fitness-head-content .subtitle {
    text-align: center;
  }
  .fitness-head-content .fitness-content-title {
    text-align: center;
  }
  .fitness-head-content .description .download-apps {
    justify-content: center !important;
  }
  .fitness-head-content .description h1 {
    font-size: 15px !important;
    text-align: center !important;
  }

  .slick-prev {
    right: 90% !important;
  }

  .slick-next {
    left: 90% !important;
  }

  .footer-top-content .footer-content-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footer-top-content .uls {
    flex-direction: column;
  }

  .view-newsletter .newsletter {
    flex-direction: column !important;
  }
  .view-newsletter .newsletter .body-desc {
    padding: 10px !important;
  }
  .view-newsletter .email-input {
    flex-direction: column !important;
    padding: 10px !important;
  }

  .swiper-blog {
    padding: 10px !important;
  }
  .swiper-blog .feedback-item .feedback--box-img img {
    padding: 10px !important;
  }

  .recent-feedback .descript-body p {
    width: 100% !important;
    padding: 0 !important;
  }

  .blog-item-view .blog-header-content {
    flex-direction: column !important;
  }
  .blog-item-view .blog-header-content .blog-header-content-img img {
    width: 100% !important;
  }
  .blog-item-view .blog-header-content .blog-header-content-img .blog-header-content-description p {
    text-align: center !important;
  }

  .feedback-item {
    flex-direction: column !important;
  }
  .feedback-item .feedback--box-img {
    display: flex;
    justify-content: center;
    padding: 30px !important;
  }
  .feedback-item .feedback--box-img img {
    width: unset !important;
  }
  .feedback-item .feedback--box-descript {
    padding: 30px !important;
  }

  .demo-content-video i {
    transform: scale(3) !important;
  }

  .application-content .demonstration i {
    transform: scale(3) !important;
  }

  .modal-video {
    width: 100%;
    height: 335px;
  }

  .fitness-content .fitness-lottie {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
  }
  .fitness-content .fitness-lottie .modal-open {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    background-image: url("../images/YoutubePreviews/FirstDemonstration.webp");
    background-size: cover;
    justify-content: center;
    align-items: center;
  }
  .fitness-content .fitness-lottie .modal-open i {
    font-size: 40px;
  }

  .desktop-logo {
    display: none !important;
  }

  .mobile_logo {
    display: block !important;
  }

  .faq-content-desktop {
    display: none !important;
  }

  .faq-content-mobile {
    display: block !important;
  }

  .tryFreeSecond {
    display: block !important;
  }

  .bg-purple {
    background-color: #3f51b5 !important;
  }

  /* start => header content */
  .header-content .navbar-header-content .desktop-logo {
    margin-right: 0;
  }
  .header-content .navbar-header-content .desktop-logo img {
    width: 220px;
  }
  .header-content .navbar-header-content .offcanvas {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header-content .navbar-header-content .offcanvas .offcanvas-body-content {
    max-height: 350px;
    display: flex;
    flex-direction: column;
  }
  .header-content .navbar-header-content .offcanvas .offcanvas-body-content .navbar-nav-content {
    padding-right: 0 !important;
  }
  .header-content .navbar-header-content .offcanvas .offcanvas-body-content .login-btn {
    margin-bottom: 20px;
  }
  .header-content .navbar-header-content .offcanvas .offcanvas-body-content .btn-light {
    margin-left: 0;
  }

  /* end => header content */
  /* start => video and rating content */
  .video_and_rating-content .video_and_rating .rating-wrapper {
    padding: 50px;
    border-radius: 20px 0 0 20px;
  }
  .video_and_rating-content .video_and_rating .video-item {
    padding: 120px 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
  .video_and_rating-content .video_and_rating::after {
    display: none;
  }

  /* end => video and rating content */
  /* start => tour content */
  .tour-content .tour-item-content .tour-img-title-content {
    flex-direction: column;
    align-items: center;
  }
  .tour-content .tour-item-content .tour-img-title-content .tour-title {
    margin-top: 15px;
    font-size: 22px;
    padding-left: 0;
  }
  .tour-content .tour-item-content .tour-img-title-content .tour-title::before {
    margin-left: calc(50% - 25px);
  }
  .tour-content .tour-item-content .description-content {
    text-align: center;
  }
  .tour-content .tour-item-content .description-content p {
    font-size: 14px;
  }

  /* end => tour content */
  /* start => faq content */
  .faq-content .faq-wrapper {
    padding-right: 0;
  }
  .faq-content .accordion-style-1 {
    margin-top: 10px;
  }
  .faq-content .accordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
  }

  /* end => tour content */
  /* start => pricing content */
  .pricing-content .title {
    font-size: 20px;
    width: 100%;
  }

  /* end => pricing content */
  /* start => one spot content */
  .one_spot-content .one_spot-animation {
    padding: 130px 50px 100px 130px;
    width: 90%;
  }

  /* end => one spot content */
  /* start => workout content */
  .row-reverse {
    flex-direction: column-reverse;
  }

  .workout-content .workout-animation {
    padding: 180px 10px 180px 50px;
    width: 90%;
  }
  .workout-content .workout-animation img {
    width: 450px;
  }

  /* end => workout content */
  /* start => application content */
  .application-content .application-slider {
    max-width: 70%;
  }
  .application-content .application-back-fon-content {
    padding: 70px 30px 360px;
    margin: 0 -3%;
  }

  /* end => application content */
  /* start => footer content */
  .footer-content .footer-top-content .footer-nav-content {
    padding: 0;
    justify-content: center;
    margin-left: 0;
  }
  .footer-content .footer-bottom-content .footer-nav-content .nav-item .nav-link {
    font-size: 14px;
  }
  .footer-content .footer-bottom-content .footer-copyright-text-area p {
    font-size: 14px;
  }

  /* end => footer content */
}
.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-content-box {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 768px) {
  .newsletter {
    flex-direction: column !important;
  }
  .newsletter .body-desc {
    padding: 0 10px !important;
  }
  .newsletter .body-desc p {
    margin-bottom: 0 !important;
  }
  .newsletter .email-input {
    padding-left: 0;
  }
  .newsletter .email-input .subscribe-button {
    padding: 10px 30px;
  }

  .review-futures {
    padding: 0;
  }

  .futures-review-tabs {
    flex-wrap: wrap !important;
  }
  .futures-review-tabs .slide-button {
    justify-content: start !important;
    border: unset !important;
  }
  .futures-review-tabs .active {
    position: relative;
  }
  .futures-review-tabs .active:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: darkgreen solid 2px !important;
    width: 100%;
  }

  .slide-tab-content {
    flex-wrap: wrap !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper {
    padding: 0 !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-icon {
    padding: 0 !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-list .slide-list {
    font-size: 15px;
  }
  .slide-tab-content .slide-tab-video .slide-wrapper-video {
    padding: 0 !important;
  }

  .toggle-btn {
    font-size: 14px;
  }

  .bottom-content-mobile {
    display: block;
  }

  .bottom-content-desktop {
    display: none;
  }

  .newsletter {
    flex-direction: column !important;
  }
  .newsletter .body-desc {
    padding: 10px !important;
  }

  .newsletter-show-sticky {
    width: unset !important;
  }
  .newsletter-show-sticky .back {
    background-color: #FFFFFF;
  }

  .tryForFree-demo .title {
    font-size: 36px !important;
    margin-bottom: 0 !important;
    letter-spacing: unset !important;
  }

  .fitness-head-content {
    padding: 0 !important;
  }
  .fitness-head-content .subtitle {
    text-align: center;
  }
  .fitness-head-content .fitness-content-title {
    text-align: center;
  }
  .fitness-head-content .description .download-apps {
    justify-content: center !important;
  }
  .fitness-head-content .description h1 {
    font-size: 15px !important;
    text-align: center !important;
  }

  .slick-prev {
    right: 90% !important;
  }

  .slick-next {
    left: 90% !important;
  }

  .footer-top-content .footer-content-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footer-top-content .uls {
    flex-direction: column;
  }

  .view-newsletter .newsletter {
    flex-direction: column !important;
  }
  .view-newsletter .newsletter .body-desc {
    padding: 10px !important;
  }
  .view-newsletter .email-input {
    flex-direction: column !important;
    padding: 10px !important;
  }

  .swiper-blog {
    padding: 10px !important;
  }
  .swiper-blog .feedback-item .feedback--box-img {
    padding: 10px !important;
  }
  .swiper-blog .feedback-item .feedback--box-descript {
    padding: 20px !important;
  }
  .swiper-blog .feedback-item .feedback--box-descript .descript-body p {
    padding: 0 !important;
  }

  .blog-item-view .blog-header-content {
    flex-direction: column !important;
  }
  .blog-item-view .blog-header-content .blog-header-content-img img {
    width: 100% !important;
  }
  .blog-item-view .blog-header-content .blog-header-content-img .blog-header-content-description p {
    text-align: center !important;
  }

  .feedback-item {
    flex-direction: column !important;
  }
  .feedback-item .feedback--box-img img {
    width: 100% !important;
    height: unset !important;
  }

  .descript-body p {
    width: 100% !important;
    padding: 10px !important;
  }

  .demo-content-video i {
    transform: scale(2) !important;
  }

  .application-content .demonstration-video .demonstration i {
    transform: scale(2) !important;
  }

  .faq-content-desktop {
    display: none !important;
  }

  .faq-content-mobile {
    display: block !important;
  }

  .fitness-content .fitness-lottie {
    height: 290px;
  }

  .title {
    font-size: 39px;
  }

  .fitness-content .fitness-head-content .fitness-head-text-content .fitness-content-title {
    font-size: 39px;
  }

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

  .sm-margin-auto {
    margin: auto;
  }

  .sm-mt-15 {
    margin-top: 15px;
  }

  .one_spot-content .one_spot-animation {
    margin-left: 0;
  }

  /* start => workout content */
  .workout-content .workout-animation {
    padding: 180px 10px 180px 10px;
  }
  .workout-content .workout-animation img {
    width: 400px;
  }

  /* end => workout content */
  /* start => application content */
  .application-content .application-back-fon-content {
    margin: 0 -4%;
  }
  .application-content .arrow-content .swiper-button-next {
    right: 10px;
  }
  .application-content .arrow-content .swiper-button-prev {
    left: 10px;
  }

  /* end => application content */
  /* start => footer content */
  .footer-content .footer-bottom-content .footer-nav-content {
    margin-top: 10px;
    justify-content: center !important;
  }

  /* end => footer content */
}
.desktop-logo {
  display: block;
}

.learn-more {
  display: flex;
  justify-content: center;
}

.exercises-box img {
  width: 100% !important;
  mix-blend-mode: darken;
  height: unset !important;
}

@media (max-width: 576px) {
  .header-content .navbar-header-content .black-friday .flip-clock__slot {
    font-size: 8px !important;
    display: block;
    margin-top: 2px;
  }

  .banner-section {
    padding: 0 0 20px 0 !important;
  }
  .banner-section .banner-image {
    padding: 0 0 20px 0 !important;
  }
  .banner-section .banner-info {
    padding: 0 !important;
  }
  .banner-section .banner-info .mainTitle {
    margin-bottom: 20px !important;
    font-size: 30px !important;
    line-height: 37px !important;
  }

  .second-banner-head {
    margin-bottom: 30px !important;
  }
  .second-banner-head .second-banner-content .second-banner-title {
    margin-bottom: 20px !important;
    font-size: 30px !important;
    line-height: 41px !important;
  }
  .second-banner-head .second-banner-content .wrapper-boxes .box-content {
    margin-bottom: 30px;
  }
  .second-banner-head .second-banner-content .wrapper-boxes .box-content .innerBox .box-title {
    width: 80% !important;
  }

  .opinions-section .mobile-section {
    margin-top: 24px;
  }
  .opinions-section .contact-board .new-title {
    margin-bottom: 15px !important;
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .opinions-section .contact-board .text {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .opinions-section .contact-board .wrapper-button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .opinions-section .wrapper-opinions .owl-carousel-item .opinion .quotes {
    top: -7% !important;
  }
  .opinions-section .wrapper-opinions .owl-carousel-item .opinion .header-avatar {
    top: -18% !important;
    width: 30% !important;
  }
  .opinions-section .wrapper-opinions .owl-carousel-item .opinion .header-name {
    top: -18% !important;
    left: 45% !important;
  }

  .experience-section {
    background-image: url(../images/svg_backgrounds/second_banner-background.svg);
  }
  .experience-section .experience-back {
    padding: 10px !important;
  }
  .experience-section .experience-back .experience-content {
    flex-direction: column !important;
    width: 100% !important;
  }
  .experience-section .experience-back .experience-content .rating {
    width: 100%;
  }
  .experience-section .experience-back .experience-content .rating .trust-score {
    font-size: 18px !important;
    font-weight: 500;
  }
  .experience-section .wrapper-back-image {
    min-height: 320px;
    width: unset !important;
    margin-left: 0 !important;
  }

  .review-futures {
    padding: 0;
  }

  .futures-review-tabs {
    flex-wrap: wrap !important;
  }
  .futures-review-tabs .slide-button {
    justify-content: start !important;
    border: unset !important;
  }
  .futures-review-tabs .active {
    position: relative;
  }
  .futures-review-tabs .active:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: darkgreen solid 2px !important;
    width: 100%;
  }

  .slide-tab-content {
    flex-wrap: wrap !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper {
    padding: 0 !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-icon {
    padding: 0 !important;
  }
  .slide-tab-content .slide-tab-info .slide-tab-wrapper .slide-tab-list .slide-list {
    font-size: 15px;
  }
  .slide-tab-content .slide-tab-video .slide-wrapper-video {
    padding: 0 !important;
  }

  .newsletter-show-sticky {
    width: unset !important;
    flex-direction: column;
  }
  .newsletter-show-sticky .back {
    background-color: #FFFFFF;
  }
  .newsletter-show-sticky .categories-table {
    padding-left: 30px;
    background: rgba(0, 100, 0, 0.02);
  }

  .slick-prev {
    right: 90% !important;
  }

  .slick-next {
    left: 90% !important;
  }

  .fitness-head-content {
    padding: 0 !important;
  }
  .fitness-head-content .description h1 {
    font-size: 20px !important;
    font-weight: 600;
    text-align: center !important;
  }

  .mobile-describe {
    display: block;
    padding: 0 !important;
  }

  .web-describe {
    display: none;
  }

  .feedback--box-descript {
    padding: 20px !important;
  }

  .footer-top-content .footer-content-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footer-top-content .footer-content-box .logo-box img {
    height: unset !important;
  }
  .footer-top-content .uls {
    flex-direction: column;
  }
  .footer-top-content .uls .menu-item {
    font-size: 15px !important;
  }

  .newsletter {
    flex-direction: column !important;
  }
  .newsletter .body-desc {
    padding: 0 10px !important;
  }
  .newsletter .body-desc p {
    margin-bottom: 0 !important;
  }
  .newsletter .subscribe-button {
    padding: 10px !important;
  }
  .newsletter .email-input {
    flex-direction: column !important;
    padding: 10px !important;
  }

  .swiper-blog {
    padding: 10px !important;
  }
  .swiper-blog .feedback-item .feedback--box-img {
    padding: 10px !important;
  }

  .blog-item-view .blog-header-content {
    flex-direction: column !important;
  }
  .blog-item-view .blog-header-content .blog-header-content-img img {
    width: 100% !important;
  }
  .blog-item-view .blog-header-content .blog-header-content-img .blog-header-content-description p {
    text-align: center !important;
  }

  .blog-item-view .blog-header-content {
    flex-direction: column;
  }

  .feedback-item {
    flex-direction: column !important;
  }

  .descript-body p {
    width: 100% !important;
    padding: 10px !important;
  }

  .testimonials .btn-light {
    font-size: 14px;
  }

  .demo-content-video i {
    transform: scale(2) !important;
  }

  .application-content .demonstration-video .demonstration i {
    transform: scale(2) !important;
  }
  .application-content .demonstration-video .demonstration img {
    padding: 0 !important;
  }
  .application-content .tryForFree {
    text-align: center;
    padding: 25px 0 50px 0;
  }
  .application-content .tryForFree a {
    font-size: 16px;
  }
  .application-content .tryForFree-demo {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px 0 50px 0;
  }
  .application-content .tryForFree-demo .title {
    font-size: 18px;
  }
  .application-content .tryForFree-demo .button-register {
    align-items: center;
    justify-content: center;
  }
  .application-content .tryForFree-demo .button-register .btn-light {
    font-size: 15px;
  }

  .modal-video {
    height: 230px;
  }

  .faq-content-desktop {
    display: none !important;
  }

  .faq-content-mobile {
    display: block !important;
  }

  .fitness-content .fitness-head-content .description {
    padding: 0px;
  }
  .fitness-content .fitness-head-content .description .download-apps {
    flex-direction: row;
    justify-content: center;
  }
  .fitness-content .fitness-head-content .description .download-apps img {
    width: 150px !important;
  }
  .fitness-content .fitness-head-content .description .ios {
    margin-left: 0 !important;
  }

  .fitness-content .fitness-lottie {
    height: 240px;
  }
  .fitness-content .fitness-lottie .modal-open {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    background-image: url("../images/YoutubePreviews/FirstDemonstration.webp");
    background-size: cover;
    justify-content: center;
    align-items: center;
  }
  .fitness-content .fitness-lottie .modal-open i {
    font-size: 40px;
  }

  .fitness-content .fitness-head-content .fitness-head-text-content .subtitle {
    text-align: center !important;
  }

  .padding {
    padding: 0 !important;
  }

  .pricing-content .top {
    margin-bottom: 10px !important;
  }

  .demo-header {
    padding: 0 !important;
  }

  .one_spot-content .one_spot-wrapper .one_spot-subheading .description {
    margin-bottom: 5px !important;
  }
  .one_spot-content .one_spot-wrapper .one_spot-subheading .description h2 {
    font-size: 15px;
  }

  .one_spot-content .one_spot-wrapper .one_spot-list .icon-list-items .icon-list-item {
    font-size: 15px !important;
  }

  .accordion-body p {
    text-align: justify;
  }

  .faq-description {
    text-align: justify;
    font-size: 15px;
  }

  .pricing-content .card__content .bottom-content .included-title {
    margin-bottom: 5px !important;
  }

  .card__header-subtitle {
    text-align: center;
  }

  .title {
    text-align: center;
  }

  .tour-content .tour-item-content .tour-img-title-content .icon-content img {
    width: 45px;
  }

  .faq-content {
    padding-bottom: 50px !important;
  }
  .faq-content .learn-more {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .faq-content .learn-more .btn-light {
    font-size: 12px;
  }

  .application-content {
    padding-bottom: 0 !important;
  }

  .learn-more {
    margin-top: 20px;
  }
  .learn-more .btn-light {
    font-size: 12px;
  }

  .tour-content {
    padding: 20px 0;
  }
  .tour-content .title {
    margin-bottom: 10px !important;
  }

  .tour-img-title-content {
    padding-bottom: 0 !important;
    flex-direction: row !important;
  }
  .tour-img-title-content .tour-content-description .tour-title {
    margin-top: 5px !important;
    padding-top: 0 !important;
    font-size: 16px !important;
    padding-left: 0 !important;
  }
  .tour-img-title-content .tour-content-description .tour-title:before {
    display: none;
  }
  .tour-img-title-content .tour-content-description .tour-description {
    margin-top: 0 !important;
    text-align: justify !important;
    margin-bottom: 5px !important;
    font-size: 15px !important;
    padding-left: 10px;
  }

  .demo-header {
    justify-content: unset !important;
    padding: 5px;
    align-items: unset !important;
    text-align: center;
  }
  .demo-header h1 {
    font-weight: 700;
    font-size: 15px !important;
  }

  .accordion-body-demo {
    flex-direction: column !important;
  }

  .desktop-logo {
    display: none !important;
  }

  .mobile_logo {
    display: block !important;
  }

  .navbar-header-content {
    display: flex !important;
    justify-content: center !important;
  }

  .tryFreeSecond {
    display: block !important;
  }

  .workout-content .workout-animation .video {
    transform: scale(1);
  }

  .pricing-content .card__content .content img {
    width: 260px;
    height: 260px;
  }

  .title {
    font-size: 32px;
  }

  .workout-content .workout-animation .video {
    transform: scale(1.3);
  }

  .fitness-content .fitness-head-content .fitness-head-text-content .fitness-content-title {
    font-size: 27px;
  }

  /* start => feedback content */
  .feedback-content .feedback-right-content .feedback-title {
    font-size: 58px;
  }
  .feedback-content .feedback-right-content .swiper .feedback-item .feedback--box-content .feedback--box-desc .feedback--testimonial-text {
    font-size: 19px;
    line-height: 30px;
  }
  .feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-author-wrapper .feedback-box-img .feedback-featured-img-wrapper .feedback-featured-wrapper {
    width: 50px;
  }
  .feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-author-wrapper .feedback-box-author .feedback-box-title {
    font-size: 16px;
  }
  .feedback-content .feedback-right-content .swiper .feedback-author-box .feedback-author-wrapper .feedback-box-author .feedback-testimonial-detail {
    font-size: 13px;
  }

  /* end => feedback content */
  /* start => workout content */
  .workout-content .workout-animation {
    padding: 20px 10px 20px 10px;
    background-image: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .workout-content .workout-animation .video-1, .workout-content .workout-animation .video-2 {
    width: 50%;
  }
  .workout-content .workout-animation .video-3 {
    margin-top: -7px;
    width: 100%;
  }
  .workout-content .workout-animation .video-1, .workout-content .workout-animation .video-2, .workout-content .workout-animation .video-3 {
    position: unset;
    border-radius: unset;
  }
  .workout-content .workout-animation .video-1 video, .workout-content .workout-animation .video-2 video, .workout-content .workout-animation .video-3 video {
    width: 100%;
    border-radius: unset;
  }
  .workout-content .workout-animation .video-1:before, .workout-content .workout-animation .video-1:after, .workout-content .workout-animation .video-2:before, .workout-content .workout-animation .video-2:after, .workout-content .workout-animation .video-3:before, .workout-content .workout-animation .video-3:after {
    content: unset;
  }
  .workout-content .workout-animation img {
    width: 100%;
  }

  /* end => workout content */
  /* start => application content */
  .application-content .application-slider {
    margin-top: -160px;
    max-width: 98%;
  }
  .application-content nav {
    margin-top: -270px;
  }
  .application-content nav .nav-link {
    padding: 8px 30px;
  }
  .application-content .application-back-fon-content {
    padding: 25px 5px 80px;
    margin: 0 0;
  }
  .application-content .application-back-fon-content .application-title-content {
    margin-bottom: 200px;
  }
  .application-content .application-back-fon-content .application-title-content .title {
    font-size: 30px;
  }
  .application-content .arrow-content .swiper-button-next img, .application-content .arrow-content .swiper-button-prev img {
    width: 35px;
    height: unset;
  }
  .application-content .arrow-content {
    top: -180px;
  }
  .application-content #nav-app .application-slider {
    max-width: 80%;
  }
  .application-content #nav-app .application-slider .image-item {
    max-width: 90%;
    margin: auto;
  }

  /* end => application content */
  /* start => one spot content */
  .one_spot-content .one_spot-animation {
    background-position: center;
    padding: 60px 10px 60px 40px;
    width: 100%;
  }

  /* end => one spot content */
  /* start => faq content */
  .faq-content .accordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 1.5;
  }

  /* end => faq content */
  /* start => footer content */
  .footer-content .footer-top-content .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-content .footer-top-content .uls {
    flex-direction: column;
  }
  .footer-content .footer-top-content .footer-nav-content {
    margin-left: 0;
    padding-left: 0;
    flex-wrap: wrap;
    line-height: 40px;
    justify-content: center;
  }

  /* end => footer content */
}
@media (max-width: 450px) {
  .newsletter-show-sticky {
    width: unset !important;
  }
  .newsletter-show-sticky .back {
    background-color: #FFFFFF;
  }

  .fitness-content .fitness-lottie {
    height: 205px;
  }

  .blog-item-tags {
    font-size: 16px !important;
  }

  .swiper-blog {
    padding: 10px !important;
  }
  .swiper-blog .feedback-item .feedback--box-img {
    padding: 10px !important;
  }

  .faq-content-desktop {
    display: none !important;
  }

  .faq-content-mobile {
    display: block !important;
  }

  .pricing-content .card__content .content img {
    width: 180px;
    height: 180px;
  }

  .video video {
    width: 250px !important;
  }

  .workout-content .workout-animation .video {
    transform: scale(1.2);
  }

  .tryFreeSecond {
    display: block;
  }

  .pricing-content .card__content .card__pricing {
    width: 30%;
  }
  .pricing-content .card__content .card__pricing .card__pricing-number {
    font-size: 2.2rem;
  }
  .pricing-content .card__content .card__pricing .crossed {
    font-size: 1.8rem;
  }
}
/*------------------------------------- end => responsive  -------------------------------------*/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 20px;
  outline: none;
  background-color: #39b67a;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
}

.slick-prev {
  right: 100%;
  z-index: 10;
  left: auto;
}

.slick-prev:before {
  content: "\f053";
}

.slick-next:before {
  content: "\f053";
}

.slick-next {
  right: auto;
  z-index: 10;
  left: 100%;
}

.close-btn {
  background-color: #39b77a !important;
}

/*# sourceMappingURL=style.css.map */
