@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.box-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  transform-origin: center center;
}

.rotate {
  animation: spin 5s linear infinite;
  /* Adjust 2s to control rotation speed */
}

.rollingcricketball_parent {
  position: absolute;
  z-index: 2;
  left: 0.1%;
  top: 15%;
  transform: scale(0.9);
  transform-origin: center center;
}

.path-container-wrapper {
  position: relative;
  align-self: center;
  width: 100%;
  height: auto;
  overflow: hidden;

}

.path-container {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}

#smooth-wrapper {
  width: 100%;
  height: 100%;
}

#smooth-content {
  width: 100%;
  position: relative;
}

.ballAnimation {
  position: absolute;
  z-index: 10;
  /*
     width: 30px;
    height: 30px;

    transform: translate(-50%, -50%); */
}

svg {
  display: block;
  overflow: visible;
}

/* Make sure your SVG path is visible for debugging */
/* .svgLinepath {

    stroke: rgba(0, 0, 255, 0);
    stroke-width: 0;
    fill: none;
  } */
.ballAnimation img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* .svgLinepath{
    width: 200px;
    height: 350px;
} */

.textAlign_center {
  text-align: center;
}

.textTransform_uppercase {
  text-transform: uppercase;
}

.textAlign_right {
  text-align: right;
}

.textAlign_left {
  text-align: left;
}

.Display_Flex {
  display: flex !important;
}

.Display_InlineFlex {
  display: inline-flex !important;
}

.Display_Block {
  display: block !important;
}

.Display_inlineBlock {
  display: inline-block !important;
}

.DeskFlex_Mobileblock {
  display: flex;
}

.justify_content_End {
  justify-content: flex-end;
}

.justify_content_Center {
  justify-content: center;
}

.justify-content_Spacebetween {
  justify-content: space-between;
}

.align_item_Center {
  align-items: center;
}

.align_item_End {
  align-items: end;
}

.align_item_Stretch {
  align-items: stretch;
}

.flex_direction_Column {
  flex-direction: column;
}

.flex_wrap_Wrap {
  flex-wrap: wrap;
}

.gap_12 {
  gap: 12px;
}

.gap_16 {
  gap: 16px;
}

.gap_20 {
  gap: 20px;
}

.gap_30 {
  gap: 30px;
}

.width_100per {
  width: 100%;
}

.width_100per_import {
  width: 100% !important;
}

.width_24px {
  width: 24px !important;
}

.width_34px {
  width: 34px !important;
}

.width_20px {
  width: 20px !important;
}

.width_18px {
  width: 18px !important;
}

.width_16px {
  width: 16px !important;
}

.width_10px {
  width: 10px !important;
}

.width_14px {
  width: 14px !important;
}

.height_100per {
  height: 100%;
}

.position_Relative {
  position: relative;
}

.zindex_999 {
  z-index: 999;
}

.font_Size14 {
  font-size: 14px;
}

.font_Size15 {
  font-size: 15px;
}

.font_Size16 {
  font-size: 16px;
}

.font_Size18 {
  font-size: 18px;
}

.font_Size20 {
  font-size: 20px;
}

.font_Size22 {
  font-size: 22px;
}

.font_Size24 {
  font-size: 24px;
}

.font_Size28 {
  font-size: 28px;
}

.font_Size30 {
  font-size: 30px;
}

.font_Size32 {
  font-size: 32px;
}

.font_Size34 {
  font-size: 34px;
}

.font_Size40 {
  font-size: 40px;
}

.font_Size44 {
  font-size: 44px;
}

.font_Size50 {
  font-size: 50px;
}

.font_Weight300 {
  font-weight: 300;
}

.font_Weight400 {
  font-weight: 400;
}

.font_Weight500 {
  font-weight: 500;
}

.font_Weight600 {
  font-weight: 600;
}

.font_Weight700 {
  font-weight: 700;
}

.font_StyleItalic {
  font-style: italic;
}

.cursor_Pointer {
  cursor: pointer;
}

.darkGreyText {
  color: #373737;
  line-height: 1.5;
  margin: 0;
}

.blackRockText {
  color: #292E3C;
  line-height: 1.5;
  margin: 0;
}

.smokeScreenText {
  color: #aeaeae;
  line-height: 1.5;
  margin: 0;
}

.knightsArmorText {
  color: #5C5C5C;
  line-height: 1.5;
  margin: 0;
}

.blackText {
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.dhusarGreyText {
  color: #ABABAB;
  line-height: 1.5;
  margin: 0;
}

.whiteClrText {
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0;
}

.dungeonKeeperText {
  color: #EE3138;
  line-height: 1.5;
  margin: 0;
}

.opacity_point3 {
  opacity: 0.3;
}

a.hrefLinkHover:hover {
  color: #FF4B00;
  text-decoration: unset !important;
}


.borderRadius_8px {
  border-radius: 8px;
}

.marginLeftRight_Auto {
  margin: 0px auto !important;
}

.marginLeft25 {
  margin-left: 25px !important;
}

.margin_Bottom8 {
  margin-bottom: 8px !important;
}

.margin_Bottom4 {
  margin-bottom: 4px !important;
}

.margin_Bottom12 {
  margin-bottom: 12px !important;
}

.margin_Bottom16 {
  margin-bottom: 16px !important;
}

.margin_Bottom24 {
  margin-bottom: 24px !important;
}

.margin_Bottom34 {
  margin-bottom: 34px !important;
}

.margin_Top34 {
  margin-top: 34px !important;
}

.margin_Top24 {
  margin-top: 24px !important;
}

.margin_Top12 {
  margin-top: 12px !important;
}

.margin_Bottom50 {
  margin-bottom: 50px !important;
}

.margin_Right12 {
  margin-right: 12px;
}

.margin_LeftRight16 {
  margin: 0px 16px;
}

.padding_16px {
  padding: 16px;
}

.padding_LeftRight34_TopBottom24 {
  padding: 24px 34px;
}

.padding_Top12 {
  padding-top: 12px;
}

.padding_Top20 {
  padding-top: 20px;
}

.padding_Right20 {
  padding-right: 20px;
}

.padding_Bottom16 {
  padding-bottom: 16px;
}

.padding_Bottom12 {
  padding-bottom: 12px;
}

.padding_TopBottom80 {
  padding: 80px 0px;
}

.paddingLeftright_12 {
  padding: 0px 12px;
}

.paddingLeft24 {
  padding-left: 24px !important;
}

.empty_UnorderList {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

.textDecoration_Underline {
  text-decoration: underline !important;
}

.textDecoration_Underline_unset {
  text-decoration: unset !important;
}

.columnCount_two {
  column-count: 2;
}

.noColor_btn {
  background: transparent;
  border: 1px solid transparent;
  padding: 0px;
  outline: unset !important;
}

.inputfield {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  padding: 0px 16px;
  outline: unset;
}

.inputfield::placeholder {
  color: #BEB9B9;
}

.Mainbutton {
  padding: 0px 24px;
  height: 44px;
  border-radius: 30px;
  background: #EE3138;
  border: 1px solid #EE3138;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  outline: unset;
  display: inline-flex !important;
  justify-content: center;
  gap: 12px;
  align-items: center;
  border: 1px solid transparent;
  text-decoration: unset;
  -webkit-transition: .5s;
  transition: .5s;
  pointer-events: all;
  cursor: pointer;
  z-index: 0;
}

.Mainbutton:hover {
  background: transparent;
  border: 1px solid #EE3138;
  color: #EE3138;
}

.Mainbutton:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(88%) saturate(4918%) hue-rotate(344deg) brightness(98%) contrast(90%);
}


.whiteFilter {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6%) hue-rotate(190deg) brightness(104%) contrast(104%);
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 16px 0px !important;
  /* transition: all 0.4s ease-out; */
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.siteHeader_wrapper.sticky-top ul.navbar-nav li a {
  color: #000;
}

.nav-link {
  transition: transform 0.3s ease;
}

.tab-pane img,
.tab-pane h5,
.tab-pane p {
  will-change: transform, opacity;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Header Code Start */
.MobileToggle {
  display: none;
}

.mobileMenu.showMenu {
  background: #fff;
}

.topHeader {
  background-color: #020422;
  padding: 12px 0px;
  position: relative;
  z-index: 99999;
}

.topHeader .container>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.topHeaderMenulist {
  display: flex;
  align-items: center;
  margin: 0px;
  list-style: none;
  padding: 0px;
}

ul.topHeaderMenulist li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-right: 32px;
  text-decoration: none !important;
  gap: 4px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
}

ul.topHeaderMenulist li:last-child a {
  margin-right: 0px;
}

ul.topHeaderMenulist li a:hover {
  color: #FF4B00;
}

.siteHeader_wrapper {
  /* background: #FFFFFF; */
  /* border-bottom: 1px solid #d4d1d1; */
  min-width: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 24px 0px;
}

.siteHeader_wrapper .pacelab_brandLogo {
  padding: 0px;
  margin: 0px;
}

.siteHeader_wrapper .pacelab_brandLogo img {
  width: 140px;
}

.siteHeader_wrapper nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0px !important;
}

.siteHeader_wrapper ul.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.siteHeader_wrapper ul.navbar-nav li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-right: 24px;
  padding: 0px;
  /* padding: 16px 8px; */
  /* padding: 20px 8px; */
  text-decoration: none !important;
  gap: 4px;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.siteHeader_wrapper ul.navbar-nav li:last-child a {
  margin-right: 0px;
}

.siteHeader_wrapper ul.navbar-nav li a:hover,
.siteHeader_wrapper ul.navbar-nav li a.active {
  color: #EE3138;
}


.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
  display: inline-block;
}

.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
  display: block;
}

.siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
  margin-left: 8px;
}

.siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

/* .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item:focus,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background-color: transparent;
} */

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
  border: unset;
  display: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  border-top: 2px solid #FF4B00;
  border-radius: 2px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a {
  margin: 0px !important;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #252525;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 12px;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:hover {
  /* padding-left: 16px !important; */
  transform: translateX(12px);
  transition: all 0.5s ease;
  color: #FF4B00;
  text-shadow: unset;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus span,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus-within span {
  text-shadow: unset;
}

.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus,
.siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu li a:focus-within {
  text-shadow: unset;
}

/* Header Code end */
.sectionHeader {
  padding-bottom: 50px;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.sectionHeader h2 {
  font-size: 30px;
}

ul.brgCircle {
  list-style: none;
  padding: 0px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

}

ul.brgCircle li {
  width: 20px;
  height: 20px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

ul.brgCircle li:first-child {
  border: 1px dashed #0089CF;
}

ul.brgCircle li:first-child span {
  background: #0089CF;
}

ul.brgCircle li:nth-child(2) {
  border: 1px dashed #FF0000;
}

ul.brgCircle li:nth-child(2) span {
  background: #FF0000;
}

ul.brgCircle li:nth-child(3) {
  border: 1px dashed #00CF08;
}

ul.brgCircle li:nth-child(3) span {
  background: #00CF08;
}

ul.brgCircle li span {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;

}

/* radio button end */

.heroSec {
  padding-top: 130px;
  padding-bottom: 100px;
  height: 800px;
  background: #292E3C;
  position: relative;
}

.svgLinepath {
  position: absolute;
  left: 0%;
  stroke: #EE3138;
}

.heroSec span {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #EE3138;
  margin-bottom: 12px;
  display: block;
}

.heroSec h2 {
  font-size: 64px;
  line-height: 1.3;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0px;
}


.aboutUs_sec {
  padding: 100px 0px;
}

.aboutsUsShape {
  position: relative;
}

img.aboutUs_shape {
  position: absolute;
  left: 15%;
  /* top:0;
    left: 0; */
  /* transform: translate(-30%, -20%); */
  z-index: -1;
  animation-delay: 0ms;
  animation-duration: 30s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: shapeRotate;
  animation-timing-function: linear;
}

@keyframes shapeRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.nextGenCoaching_sec {
  position: relative;
  padding: 60px 0px;
  background: #292E3C;
}

.nextGenCoaching_sec:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -80px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: 100% !important;
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/pacelab-assets/waveTop.svg") top no-repeat;
  z-index: -1;
}

.wave-effect {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 150px;
  overflow: hidden;
}

.waves-shape.shape-one {
  z-index: 15;
  opacity: 0.5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.wave-one {
  background-image: url('https://theecode-sayshop.s3.us-west-1.amazonaws.com/theecode-crm/websitePageTempImages/2e5k5wlidga.png');
  background-size: 50% 100px;
}

.wave-two {
  background-image: url('https://theecode-sayshop.s3.us-west-1.amazonaws.com/theecode-crm/websitePageTempImages/i0v4hltctfr.png');
  background-size: 50% 120px;
}

.wave-anim .wave-two {
  -webkit-animation: move-wave 10s linear infinite;
  -moz-animation: move-wave 10s linear infinite;
  animation: move-wave 10s linear infinite;
}

.waves-shape {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.waves-shape.shape-two {
  z-index: 10;
  opacity: 0.75;
}

.waves-shape.shape-three {
  z-index: 5;
}

.wave-anim .wave-three {
  -webkit-animation: move-wave 15s linear infinite;
  -moz-animation: move-wave 15s linear infinite;
  animation: move-wave 15s linear infinite;
}

.wave-three {
  background-image: url('https://theecode-sayshop.s3.us-west-1.amazonaws.com/theecode-crm/websitePageTempImages/yqqpqmmqtns.png');
  background-size: 50% 100px;
}

@keyframes move-wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.bnrMobile_screen {
  position: relative;
  float: right;
}

.bnrMobile_screen img {
  width: 100%;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.bounce-effect {
  position: relative;
  -webkit-animation: bounce-hero 3s infinite;
  -moz-animation: bounce-hero 3s infinite;
  animation: bounce-hero 3s infinite;
}

@keyframes bounce-hero {
  0% {
    top: 0px;
  }

  50% {
    top: 25px;
  }

  100% {
    top: 0px;
  }
}


.featuresIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F1F2F7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featuresIcon img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(3%) saturate(698%) hue-rotate(202deg) brightness(95%) contrast(91%);
}

.featuresTab li {
  width: 100%;
}

.featuresTab li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 0px 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  color: #FFFFFF;
  border-right: 3px solid #e8eaef;
}

.featuresTab li a.active {
  color: #EE3138;
  border-right-color: #EE3138;
}

.featuresTab li a.active .featuresIcon {
  background: #EE3138;
}

.featuresTab li a.active .featuresIcon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(301deg) brightness(110%) contrast(101%);
}

ul.featuresTab li:last-child a {
  padding: 0px;
}

.featuresTab li a:hover {
  color: #EE3138;
  border-right-color: #EE3138;
}

.featuresTab li a:hover .featuresIcon {
  background: #EE3138;
}

.featuresTab li a:hover .featuresIcon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(301deg) brightness(110%) contrast(101%);
}



.whatsInsidePacelab {
  padding: 80px 0px;
  margin-bottom: 240px;
}












/* react accordion */
.custom_accordion {
  width: 100%;
}

.accordionItem {
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.accordionHeader {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.accordionHeader>div:first-child {
  width: calc(100% - 40px);
}
.accordionHeader .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FDEAEB;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.accordionItem.open {
  background: transparent;
  padding: 0px;
  /* border-radius: 0px; */
}

.accordionItem.open .icon {
  background: #EE3138;
}

.accordionItem.open .accordionHeader {
  border-radius: 10px;
  background: #FFF;
  padding: 12px 16px;
}

.accordionContent {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  display: none;
  padding: 0px 16px 16px;
}



.custom_accordion .icon {
  margin-left: auto;
  transition: all 0.2s ease;
}

.custom_accordion .icon .accordion_remove {
  display: none;
}

.accordionItem.open .icon .accordion_remove {
  display: block;
}

.accordionItem.open .icon .accordion_add {
  display: none;
}


.custom_accordion .accordionItem.open .accordionContent {
  display: block !important;
}


.phaseTrainingSystem {
  position: relative;
  background: #EDEBEA;
  padding: 0px 0px 80px;

}

.phaseTrainingSystem::before {
  content: "";
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/pacelab-assets/phase_shape.svg");
  position: absolute;
  top: -250px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 346px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slide.slick-active.slick-center.slick-current .mobile_Frame {
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/theecode-crm/websitePageTempImages/zj5pss00dzy.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 269px;
  height: 565px;
}



.mobile_Frame {
  position: relative;
}

.mobile_Frame img {
  width: 247px !important;
  position: absolute !important;
  /* top: 50% !important; */
  margin-top: 130px;
  left: 10px;
}

.howDoIgetstarted {
  padding: 80px 0px;
  margin-bottom: 240px;
}

.mobileApps {
  position: relative;
  background: #EDEDF7;
  padding: 0px 0px 80px;

}

.mobileApps::before {
  content: "";
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/pacelab-assets/rightSide_wave.svg");
  position: absolute;
  top: -346px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 346px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.appsItem {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.20);
  padding: 16px;
  min-height: 148px;
}

.appsItem img {
  width: 44px;
  height: 44px;
  margin: 0px auto 12px;
  text-align: center;
  display: block;
}

.appsItem h2 {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin: 0px;
}

.appsItem p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  margin: 0px;
  text-align: center;
}

.mobileAppsDownloadFrame {
  border-radius: 16px;
  background: #FFF;
  width: 547px;
  height: 727px;
  overflow: hidden;
  text-align: center;
}

.mobileAppsDownloadFrame img {
  position: relative;
  top: 100px;
}

.reviewsSec {
  padding: 80px 0px;
}

.quotes_icon {
  margin: auto;
}

.reviewsSec .owl-stage {
  padding: 24px 0px;
}

.reviewFrame {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.20);
  padding: 20px;
  margin-bottom: 24px;
}

.reviewFrame p {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

img.ratingClicked {
  filter: brightness(0) saturate(100%) invert(80%) sepia(34%) saturate(3579%) hue-rotate(1deg) brightness(105%) contrast(109%);
}

.profile_img {
  background: #D9D9D9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.registerNow {
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/theecode-crm/websitePageTempImages/o5nt4vr4s0w.png") no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0px;
  position: relative;
}

.registerNow::before {
  content: "";
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/theecode-crm/websitePageTempImages/5hqklq2fqar.png");
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 357px;
  height: 449px;
}

.siteFooter_wrapper {
  background: #000000;
  padding: 24px 0px;
}

.PhaseMobileScreen {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

img.faqMobilescreen {
  width: 300px;
}

.trainingPlansSec {
  padding: 80px 0px;
  position: relative;
  background: url("https://theecode-sayshop.s3.us-west-1.amazonaws.com/theecode-crm/websitePageTempImages/denndavml22.png");
  background-size: cover;
}

.trainingPlans_item {
  border-radius: 21.287px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 32px;
}

.planslabel {
  background: #EE3138;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 4px 20px;
}

.mostPopularPlan_label {
  background: #E8E8E8;
  border-radius: 30px;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 3px 16px;
  margin-left: -12px;
}

@media (max-width: 767px) {

  .siteHeader_wrapper.sticky-top .mobileHeader {
    background: #fff;
  }

  .siteHeader_wrapper.sticky-top .mobileHeader .MobileToggle button span {
    background: #000;
  }


  img.faqMobilescreen {
    width: 100%;
  }

  .PhaseMobileScreen {
    display: block;
  }

  .mobmargingBottomSpace24 {
    margin-bottom: 24px;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item:last-child {
    display: none;
  }

  .mobileSearch {
    display: block;
  }







  /* mobile Header Responsive start */
  .mobileHeader {
    padding: 12px 24px;
    border-bottom: 1px solid #d4d1d1;
    background: #000;
  }

  .siteHeader_wrapper {
    box-shadow: -.64px -.77px 32px #0000000d;
  }

  .siteHeader_wrapper .container {
    max-width: none;
    padding: 0px;
  }

  .MobileToggle {
    display: block;
  }

  .mobileMenu {
    display: none;
  }

  .mobileMenu.showMenu {
    display: block;
  }

  .topHeader {
    display: none;
  }

  .topHeader .container>div {
    display: block;
  }

  ul.topHeaderMenulist li a {
    margin-right: 16px;
  }

  .siteHeader_wrapper {
    padding: 0px !important;
  }

  .siteHeader_wrapper .pacelab_brandLogo img {
    width: 70px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(346deg) brightness(105%) contrast(103%); */
  }


  .siteHeader_wrapper nav {
    display: block !important;
    padding: 0px !important;
  }

  .siteHeader_wrapper ul.navbar-nav {
    display: block;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin: 0px;
    padding: 12px 24px !important;
    border-bottom: 1px solid #f9f9f9;
    color: #777;
    font-weight: 500;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: none;

  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: unset !important;
    border-top: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
    display: block;
  }

  .siteHeader_wrapper ul.dropdown-menu.show {
    display: block !important;
  }



  .MobileToggle button span {
    width: 32px;
    background: #FFFFFF;
    height: 3px;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
  }

  .MobileToggle button:hover span:nth-child(2) {
    width: 20px;
  }

  /* mobile Header Responsive end */
  .sectionHeader h2 {
    font-size: 24px;
  }

  .heroSec h2 {
    font-size: 30px;
  }

  .aboutUs_sec {
    padding: 40px 0px;
    overflow: hidden;
  }

  .sectionHeader {
    padding-bottom: 30px;
    width: 100%;
  }

  .mobileApps {
    padding: 0px 0px 40px;
  }

  .sectionHeader {
    padding-bottom: 30px;
  }

  .mobileAppsDownloadFrame {
    width: 100%;
    height: 400px;
  }

  .mobileAppsDownloadFrame img {
    width: 100%;
    top: 20px;
  }

  .reviewsSec {
    padding: 40px 0px;
  }

  .registerNow::before {
    content: unset;
  }

  .howDoIgetstarted {
    padding: 40px 0px;
    margin-bottom: 100px;
  }

  .phaseTrainingSystem::before {
    content: unset;
  }

  .whatsInsidePacelab {
    padding: 40px 0px;
    margin-bottom: 0px;
  }

  .phaseTrainingSystem {
    padding: 40px 0px 40px;
  }

  .nextGenCoaching_sec {
    padding: 40px 0px;
  }

  .nextGenCoaching_sec:after {
    content: unset;
  }

  img.aboutUs_shape {
    left: -5%;
    width: 100%;
  }



  .PhaseMobileScreen>div {
    margin-bottom: 12px;
  }

  .custom_accordion .accordion-header button {
    font-size: 16px;
    padding: 12px 16px;

  }

  .custom_accordion .accordion-body {
    padding: 0px 16px 16px;
  }

  .custom_accordion .accordion .accordion-button:after {

    width: 28px;
    height: 28px;
    background-size: 12px;

  }

  .custom_accordion .accordion .accordion-button.collapsed:after {
    width: 28px;
    height: 28px;
    background-size: 12px;
  }

  /* .aboutsUsShape {
        overflow: hidden;
    } */

  .slick-next {
    display: none !important;
  }

  .slick-prev {
    display: none !important;
  }
}






@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 768px) and (max-width: 1026px) {

  /* mobile common Class  start */
  .sectionHeader {
    width: 90%;
  }

  .registerNow::before {
    content: unset;
  }

  .mobmargingBottomSpace24 {
    margin-bottom: 24px;
  }

  .MobileToggle {
    display: block;
  }

  .mobileMenu {
    display: none;
  }

  .mobileMenu.showMenu {
    display: block;
  }

  .topHeader {
    display: none;
  }

  .topHeader .container>div {
    display: block;
  }

  ul.topHeaderMenulist li a {
    margin-right: 16px;
  }

  .mobileHeader {
    padding: 12px 24px;
    border-bottom: 1px solid #d4d1d1;
    background: #000;
  }

  .siteHeader_wrapper {
    padding: 0px !important;
  }

  .siteHeader_wrapper .container {
    max-width: none;
    padding: 0px;
  }

  .siteHeader_wrapper .pacelab_brandLogo img {
    width: 70px;
  }

  .siteHeader_wrapper nav {
    display: block !important;
    padding: 0px !important;
  }

  .siteHeader_wrapper ul.navbar-nav {
    display: block;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    margin: 0px;
    padding: 12px 24px !important;
    border-bottom: 1px solid #f9f9f9;
    color: #777;
    font-weight: 500;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown:hover ul.dropdown-menu {
    display: none;

  }

  .siteHeader_wrapper ul.navbar-nav li.dropdown ul.dropdown-menu {
    box-shadow: unset !important;
    border-top: unset !important;
  }

  .siteHeader_wrapper ul.navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .siteHeader_wrapper ul.navbar-nav li.nav-item.dropdown {
    display: block;
  }

  .siteHeader_wrapper ul.dropdown-menu.show {
    display: block !important;
  }



  .MobileToggle button span {
    width: 32px;
    background: #FFFFFF;
    height: 3px;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 600ms linear 0s;
    -o-transition: all 600ms linear 0s;
    transition: all 600ms linear 0s;
  }

  .MobileToggle button:hover span:nth-child(2) {
    width: 20px;
  }

  /* mobile Header Responsive end */

  .heroSec h2 {
    font-size: 34px;
  }

  .heroSec {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nextGenCoaching_sec:after {
    top: -67px;
  }
}

@media (min-width: 1027px) and (max-width: 1229px) {

  .siteHeader_wrapper .pacelab_brandLogo img {
    width: 70px;
  }

  .siteHeader_wrapper ul.navbar-nav li a {
    font-size: 12px;
    margin-right: 16px;
    padding: 12px 8px;
  }

  .siteHeader_wrapper {
    padding: 12px 0px;
  }



}

@media (min-width: 1200px) and (max-width: 1229px) {}

@media (min-width: 1230px) and (max-width: 1396px) {}

/* chart Responsive */
@media (min-width: 1396px) and (max-width: 1399px) {}

@media (min-width: 1400px) and (max-width: 1535px) {}

@media screen and (-moz-min-device-pixel-ratio: 1.5) {
  /* Your styles for Firefox-specific query */
}
