*, html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

* {
  scroll-behaviour: smooth;
}

.container {
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 412px) {
  .container {
    max-width: 98%;
  }
}

.custom-btn-primary {
  background: #F26522;
  color: #FFFFFF;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #F26522;
  font-weight: 500;
  font-size: 16px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.6s ease-in;
}
@media (max-width: 1440px) {
  .custom-btn-primary {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .custom-btn-primary {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.custom-btn-primary:hover, .custom-btn-primary:active, .custom-btn-primary:focus {
  background: #1C75BC;
  color: #FFFFFF;
}

.custom-btn-secoundary {
  background: #FFFFFF;
  color: #F26522;
  padding: 15px 30px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  border-radius: 33px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.6s ease-in;
}
@media (max-width: 1440px) {
  .custom-btn-secoundary {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .custom-btn-secoundary {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.custom-btn-secoundary:hover, .custom-btn-secoundary:active, .custom-btn-secoundary:focus {
  background: #F26522;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.custom-btn-blue {
  background: #3376B7;
  color: white;
  padding: 15px 30px;
  border: 1px solid #3376B7;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  border-radius: 33px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.6s ease-in;
}
@media (max-width: 1440px) {
  .custom-btn-blue {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .custom-btn-blue {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.custom-btn-blue:hover, .custom-btn-blue:active, .custom-btn-blue:focus {
  background: #F26522;
  color: #FFFFFF;
  border: 1px solid #F26522;
}

.custom-btn-primary-sm {
  background: #F26522;
  color: #FFFFFF;
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #F26522;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.6s ease-in;
}
@media (max-width: 667px) {
  .custom-btn-primary-sm {
    padding: 5px 20px;
  }
}
.custom-btn-primary-sm:hover, .custom-btn-primary-sm:active, .custom-btn-primary-sm:focus {
  background: #1C75BC;
  color: #FFFFFF;
}

.custom-btn-ternary {
  background: #1C75BC;
  color: #FFFFFF;
  padding: 15px 30px;
  display: inline-block;
  border: 1px solid #1C75BC;
  font-weight: 500;
  font-size: 18px;
  border-radius: 33px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.6s ease-in;
}
@media (max-width: 1440px) {
  .custom-btn-ternary {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  .custom-btn-ternary {
    font-size: 14px;
    padding: 5px 20px;
  }
}
.custom-btn-ternary:hover, .custom-btn-ternary:active, .custom-btn-ternary:focus {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  font-family: "Montserrat-title";
}
.section-title h2 {
  font-size: 60px;
  font-family: "Montserrat-title";
  position: relative;
}
@media (max-width: 1366px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 1284px) {
  .section-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 667px) {
  .section-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 22px;
  }
}
.section-title h2 span {
  font-family: "Montserrat-title";
  color: #F26522;
}
.section-title p {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .section-title p {
    font-size: 14px;
  }
}

header {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  text-align: left;
  transition: position 0.45s;
  padding: 10px 0;
}
@media (max-width: 667px) {
  header {
    text-align: center;
  }
}
header .logo img {
  max-width: 150px;
}
@media (max-width: 1366px) {
  header .logo img {
    padding: 5px 0;
  }
}
header .top-head {
  background-color: #F6F4F4;
}
header .top-head a {
  text-decoration: none;
}
header .top-head a span {
  font-size: 14px;
  font-weight: 600;
  color: #0E0E0D;
}
@media (max-width: 1199px) {
  header .top-head a span {
    text-decoration: none;
    color: #FFFFFF;
  }
}
@media (max-width: 1199px) {
  header .top-head a svg {
    height: 15px;
    width: 15px;
  }
}
@media (max-width: 1199px) {
  header .top-head a svg path {
    fill: #FFFFFF;
  }
}
@media (max-width: 1199px) {
  header .top-head {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    background-color: #1C75BC;
  }
}
@media (max-width: 576px) {
  header .top-head {
    gap: 100px;
  }
}
@media (max-width: 576px) {
  header .top-head span {
    gap: 100px;
    display: none;
  }
}

footer {
  background-color: #212529;
  padding: 25px 0;
}
footer .copyright {
  font-size: 18px;
}
@media (max-width: 1284px) {
  footer .copyright {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  footer .copyright {
    font-size: 14px;
  }
}
@media (max-width: 667px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright ul {
  margin-bottom: 0;
}
footer .copyright ul li {
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  margin-right: 25px;
}
@media (max-width: 1284px) {
  footer .copyright ul li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  footer .copyright ul li {
    font-size: 14px;
  }
}
footer .copyright ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
@media (max-width: 576px) {
  footer .copyright ul li a {
    font-size: 14px;
  }
}

section {
  position: relative;
}
section.hero-banner-text p {
  color: #FFFFFF;
  margin: 0px;
  font-size: 20px;
  font-weight: 800;
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 1200px) {
  section.hero-banner-text p {
    color: #676B6F;
    text-align: center;
  }
}
section.hero-banner-text .feature-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  flex-wrap: wrap;
  gap: 20px;
}
section.hero-banner-text .feature-bar div {
  color: #555;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #676b6f;
}
section.hero-banner-text .feature-bar .divider {
  border-left: 1px solid #ddd;
  height: 20px;
}
section.hero-banner-text .plan-striped {
  background-image: url(../../assets/images/5_dollar_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 50px;
  text-align: center;
  position: relative;
  margin-top: 70px;
  border-radius: 20px;
}
@media (max-width: 667px) {
  section.hero-banner-text .plan-striped {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  section.hero-banner-text .plan-striped {
    padding-bottom: 0;
  }
}
section.hero-banner-text .plan-striped .top-plan {
  background-color: #F26522;
  padding: 20px 30px;
  border-radius: 20px;
  color: #FFFFFF;
  display: inline-block;
  outline: 24px solid #FFFFFF;
  font-size: 32px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1284px) {
  section.hero-banner-text .plan-striped .top-plan {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  section.hero-banner-text .plan-striped .top-plan {
    outline: 14px solid #FFFFFF;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  section.hero-banner-text .plan-striped .top-plan {
    padding: 10px 22px;
    font-size: 12px;
  }
}
section.hero-banner-text .plan-striped .top-plan strong {
  font-weight: 600;
}
section.hero-banner-text .plan-striped .sub-upper {
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
  font-size: 26px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 20px 0;
  grid-gap: 22px;
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media (max-width: 1440px) {
  section.hero-banner-text .plan-striped .sub-upper {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  section.hero-banner-text .plan-striped .sub-upper {
    grid-template-rows: 15px 0;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section.hero-banner-text .plan-striped .sub-upper {
    width: 90%;
  }
}
@media (max-width: 412px) {
  section.hero-banner-text .plan-striped .sub-upper {
    width: 100%;
    grid-template-rows: 0 0;
    line-height: normal;
    font-size: 14px;
    color: #F26522;
  }
}
section.hero-banner-text .plan-striped .sub-upper::before, section.hero-banner-text .plan-striped .sub-upper::after {
  content: " ";
  display: block;
  border-bottom: 2px solid #F26522;
}
section.hero-banner-text .plan-striped .whoop-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 50px;
  height: 450px;
}
@media (max-width: 2500px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 650px;
  }
}
@media (max-width: 2400px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 630px;
  }
}
@media (max-width: 2300px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 610px;
  }
}
@media (max-width: 2200px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 590px;
  }
}
@media (max-width: 2100px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 555px;
  }
}
@media (max-width: 2000px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 450px;
  }
}
@media (max-width: 1900px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 470px;
  }
}
@media (max-width: 1800px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 420px;
  }
}
@media (max-width: 1700px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 420px;
  }
}
@media (max-width: 1600px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 420px;
  }
}
@media (max-width: 1500px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 395px;
  }
}
@media (max-width: 1400px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 330px;
  }
}
@media (max-width: 1300px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 330px;
  }
}
@media (max-width: 1200px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 440px;
  }
}
@media (max-width: 1024px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 380px;
  }
}
@media (max-width: 991px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 360px;
  }
}
@media (max-width: 768px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 270px;
  }
}
@media (max-width: 576px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 210px;
  }
}
@media (max-width: 400px) {
  section.hero-banner-text .plan-striped .whoop-text {
    height: 140px;
  }
}
@media (max-width: 576px) {
  section.hero-banner-text .plan-striped .whoop-text {
    gap: 5px;
    flex-direction: column-reverse;
  }
}
section.hero-banner-text .plan-striped .whoop-text p {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 1284px) {
  section.hero-banner-text .plan-striped .whoop-text p {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  section.hero-banner-text .plan-striped .whoop-text p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-banner-text .plan-striped .whoop-text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section.hero-banner-text .plan-striped .whoop-text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  section.hero-banner-text .plan-striped .whoop-text p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
section.hero-banner-text .plan-striped .whoop-text h2 {
  margin-top: -10px;
  font-size: 93px;
  font-weight: 800;
  color: #FFFFFF;
}
@media (max-width: 1284px) {
  section.hero-banner-text .plan-striped .whoop-text h2 {
    font-size: 90px;
  }
}
@media (max-width: 1024px) {
  section.hero-banner-text .plan-striped .whoop-text h2 {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  section.hero-banner-text .plan-striped .whoop-text h2 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  section.hero-banner-text .plan-striped .whoop-text h2 {
    font-size: 32px;
  }
}
section.hero-banner-text .plan-striped .whoop-text h3 {
  font-size: 180px;
  font-weight: 600;
  color: #1C75BC;
}
@media (max-width: 1366px) {
  section.hero-banner-text .plan-striped .whoop-text h3 {
    font-size: 110px;
  }
}
@media (max-width: 1024px) {
  section.hero-banner-text .plan-striped .whoop-text h3 {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  section.hero-banner-text .plan-striped .whoop-text h3 {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  section.hero-banner-text .plan-striped .whoop-text h3 {
    margin-top: 15px;
    font-weight: 800;
  }
}
section.hero-banner-text .plan-striped .whoop-text h3 sup {
  top: -0.4em;
}
section.hero-banner-text .plan-striped .sign-up-form {
  display: flex;
  max-width: 50%;
  margin-left: auto;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  section.hero-banner-text .plan-striped .sign-up-form {
    max-width: 100%;
    width: 100% !important;
    display: inline-block;
  }
}
@media (max-width: 667px) {
  section.hero-banner-text .plan-striped .sign-up-form {
    width: 100% !important;
    display: contents;
  }
}
@media (max-width: 1500px) {
  section.hero-banner-text .plan-striped .sign-up-form {
    margin-right: 20px;
  }
}
section.hero-banner-text .plan-striped .sign-up-form input {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  border-color: #fff0ea;
  outline-color: #fff0ea;
}
@media (max-width: 667px) {
  section.hero-banner-text .plan-striped .sign-up-form input {
    font-size: 12px;
  }
}
section.hero-banner-text .plan-striped .sign-up-form .btn {
  margin-left: 35px;
}
@media (max-width: 1200px) {
  section.hero-banner-text .plan-striped .sign-up-form .btn {
    margin: 0;
    margin-top: 20px;
  }
}
section.whoop-benefits {
  padding: 20px;
}
section.whoop-benefits ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  section.whoop-benefits ul {
    margin-top: 10px;
  }
}
@media (max-width: 667px) {
  section.whoop-benefits ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.whoop-benefits ul li {
  list-style: none;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #676B6F;
  padding-right: 30px;
  line-height: 2.5;
}
@media (max-width: 1440px) {
  section.whoop-benefits ul li {
    margin: 5px;
    padding-right: 20px;
  }
}
@media (max-width: 1366px) {
  section.whoop-benefits ul li {
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  section.whoop-benefits ul li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  section.whoop-benefits ul li {
    border-right: none;
    border-bottom: 1px solid rgb(247, 247, 247);
    padding-bottom: 10px;
  }
}
section.whoop-benefits ul li:last-child {
  border: none;
}
section.whoop-benefits .feature-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1440px) {
  section.whoop-benefits .feature-bar {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  section.whoop-benefits .feature-bar {
    margin-top: 10px;
  }
}
@media (max-width: 1330px) {
  section.whoop-benefits .feature-bar {
    gap: 20px;
    justify-content: center;
  }
}
section.whoop-benefits .feature-bar div {
  color: #555;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #676B6F;
}
@media (max-width: 1366px) {
  section.whoop-benefits .feature-bar div {
    line-height: 1.5;
  }
}
@media (max-width: 1024px) {
  section.whoop-benefits .feature-bar div {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  section.whoop-benefits .feature-bar div {
    border-right: none;
    border-bottom: 1px solid rgb(247, 247, 247);
    padding-bottom: 0;
  }
}
section.whoop-benefits .feature-bar .divider {
  border-left: 1px solid #ddd;
  height: 20px;
}
@media (max-width: 576px) {
  section.whoop-benefits .feature-bar .divider {
    border: none;
    height: 5px;
  }
}
section.customer-review {
  padding: 80px 0;
  background-image: url(../../assets/images/customer-testimonials-bg.png);
  background-position: center center;
}
section.customer-review button {
  background: #F26522 !important;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
}
@media (max-width: 1284px) {
  section.customer-review button {
    width: 30px;
    height: 30px;
  }
}
section.customer-review button img {
  filter: brightness(0) invert(1);
}
@media (max-width: 667px) {
  section.customer-review button img {
    width: 20px;
  }
}
@media (max-width: 1284px) {
  section.customer-review button img {
    width: 20px;
    height: 20px;
  }
}
section.customer-review .owl-nav button span {
  color: #FFFFFF;
}
section.customer-review .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -55px;
}
@media (max-width: 768px) {
  section.customer-review .owl-nav .owl-prev {
    left: -40px;
  }
}
@media (max-width: 575px) {
  section.customer-review .owl-nav .owl-prev {
    left: 0;
    position: relative;
  }
}
section.customer-review .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -55px;
}
@media (max-width: 768px) {
  section.customer-review .owl-nav .owl-next {
    right: -40px;
  }
}
@media (max-width: 575px) {
  section.customer-review .owl-nav .owl-next {
    left: 0;
    position: relative;
  }
}
section.customer-review .customer-review-slider .owl-stage-outer {
  padding-top: 20px;
}
@media (max-width: 1284px) {
  section.customer-review .customer-review-slider .owl-stage-outer {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  section.customer-review .customer-review-slider .owl-stage-outer {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  section.customer-review .customer-review-slider .owl-stage-outer {
    padding-top: 0px;
  }
}
@media (max-width: 576px) {
  section.customer-review .customer-review-slider .owl-stage-outer {
    text-align: center;
  }
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card {
  border: 1px solid #F4F4F4;
  padding: 25px;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 1284px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card {
    min-height: 220px;
  }
}
@media (max-width: 1366px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card {
    max-height: 100% !important;
  }
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card p {
  font-size: 18px;
  color: #212529;
  line-height: 1.4;
}
@media (max-width: 1366px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card p {
    font-size: 14px;
  }
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .customer-img {
  display: flex;
  justify-content: space-between;
  z-index: 2;
  margin-bottom: 20px;
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .customer-img img {
  max-width: 64px;
  border-radius: 55px;
}
@media (max-width: 1366px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .customer-img img {
    width: 50px;
  }
}
@media (max-width: 576px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .customer-img img {
    margin: 0 auto;
  }
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1440px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name {
    flex-direction: column;
  }
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name span {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1284px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name span {
    font-size: 16px;
  }
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name .star-rating {
  display: inline-block;
  font-size: 18px;
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name .star {
  color: #ccc;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 18px;
}
@media (max-width: 1366px) {
  section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name .star {
    font-size: 14px;
  }
}
section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name .star.highlighted {
  color: #F26522;
}
section.get-started-step {
  background-color: #FFFAF4;
  padding: 80px 0;
}
section.get-started-step .get-started-bx {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  section.get-started-step .get-started-bx {
    margin-top: 30px;
  }
}
section.get-started-step .get-started-bx .img-holder {
  padding: 20px;
  background-color: #FFF0EA;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
section.get-started-step .get-started-bx h3 {
  font-size: 24px;
  font-weight: 800;
}
@media (max-width: 1284px) {
  section.get-started-step .get-started-bx h3 {
    font-size: 18px;
  }
}
section.get-started-step .get-started-bx p {
  font-size: 16px;
}
@media (max-width: 1284px) {
  section.get-started-step .get-started-bx p {
    font-size: 14px;
  }
}
section.footer-sigh-up {
  background-color: #F26522;
  padding: 80px 0;
}
section.footer-sigh-up .footer-logo {
  text-align: center;
  margin-top: 30px;
}
section.footer-sigh-up .footer-logo img {
  width: 150px;
}
section.footer-sigh-up .section-title {
  color: #FFFFFF;
}
section.footer-sigh-up .section-title h2 span {
  color: #1C75BC;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
section.footer-sigh-up .section-title .footer-sub-upper {
  font-weight: 600;
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 20px 0;
  grid-gap: 22px;
  width: 30%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  section.footer-sigh-up .section-title .footer-sub-upper {
    width: 60%;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section.footer-sigh-up .section-title .footer-sub-upper {
    width: 100%;
    font-size: 16px;
  }
}
section.footer-sigh-up .section-title .footer-sub-upper:before, section.footer-sigh-up .section-title .footer-sub-upper:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #FFF;
}
section.footer-sigh-up .section-title p {
  font-size: 32px;
  line-height: 1.2;
}
@media (max-width: 1284px) {
  section.footer-sigh-up .section-title p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  section.footer-sigh-up .section-title p {
    font-size: 14px;
  }
}
section.footer-sigh-up .footer-sign-form {
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
}
section.footer-sigh-up .footer-sign-form input {
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  display: inline-block;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 18px;
}
section.footer-sigh-up .footer-sign-form input::placeholder {
  color: #FFFFFF;
}
@media (max-width: 576px) {
  section.footer-sigh-up .footer-sign-form input {
    padding: 10px;
    font-size: 12px;
  }
}
section.footer-sigh-up .footer-sign-form .btn {
  margin-top: 25px;
}

@media (max-width: 1284px) {
  .whoop-benefits, .customer-review, .get-started-step, .footer-sigh-up {
    padding: 50px 0 0 !important;
  }
}

@media (max-width: 1284px) {
  .whoop-benefits, .customer-review, .get-started-step, .footer-sigh-up {
    padding: 20px 0 !important;
  }
}