body.page-landing .tuwas {
  background-color: #f2d624;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
body.page-landing .tuwas svg {
  width: 48px;
  height: 48px;
  fill: #2B3233;
}
body.page-landing .start-ct {
  margin: 35px auto 40px;
}
body.page-landing .start-ct .sct-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 20px 0 40px;
}
body.page-landing .start-ct .sct-top p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
body.page-landing .start-ct .sct-top .tuwas {
  margin-right: 16px;
}
body.page-landing .start-ct .sct-top-1 {
  display: flex;
  flex: 1 0 60%;
  align-items: center;
}
body.page-landing .start-ct .sct-top-1 h3 {
  max-width: 530px;
}
body.page-landing .start-ct .sct-top-2 {
  display: flex;
  flex: 1 0 40%;
  justify-content: flex-end;
}
body.page-landing .start-ct .sct-top-2 p {
  padding-left: 20px;
}
body.page-landing .start-ct .sct-poster {
  background: url(../images/landing-1.jpg) 50%/cover no-repeat;
  width: 100%;
  height: 440px;
  border-radius: 24px;
  margin-bottom: 30px;
}
body.page-landing .start-ct .sct-btm {
  display: flex;
  gap: 30px;
}
body.page-landing .start-ct .sct-box {
  border-radius: 24px;
  padding: 24px;
  width: 100%;
  border: #F1F1F3 solid 1px;
}
body.page-landing .start-ct .sct-box .flexi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.page-landing .start-ct .sct-box .txt-cont {
  flex: 1;
  margin-right: 25px;
}
body.page-landing .start-ct .sct-box h3 {
  margin-bottom: 8px;
}
body.page-landing .start-ct .sct-box p {
  margin-bottom: 0;
}
body.page-landing .start-ct .sct-box p + p {
  margin-top: 8px;
}
body.page-landing .start-ct .sct-box p.petrol {
  color: #4fa3b1;
  font-weight: 600;
}
body.page-landing .start-ct .sct-box .img-cnt {
  flex-shrink: 0;
}
body.page-landing .start-ct .sct-box .img-cnt img {
  width: 180px;
  height: auto;
}
body.page-landing .program-sld.steps-plan {
  margin: 40px 0 80px;
}
body.page-landing .program-sld.steps-plan .sp-carousel-outer .owl-stage-outer {
  margin-bottom: 55px;
}
body.page-landing .program-sld.steps-plan .sp-carousel-outer .step .step-title {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
body.page-landing .program-sld.steps-plan .sp-carousel-outer .step.step-selected .step-title,
body.page-landing .program-sld.steps-plan .sp-carousel-outer .step .step-title:hover {
  font-weight: 600;
}
body.page-landing .program-sld.steps-plan .sp-carousel-outer .owl-next,
body.page-landing .program-sld.steps-plan .sp-carousel-outer .owl-prev {
  top: 50%;
}
body.page-landing .program-sld.steps-plan .plan-content {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  border-radius: 0;
}
body.page-landing .program-sld.steps-plan .plan-content .step-wrapper {
  display: flex;
  justify-content: space-between;
}
body.page-landing .program-sld.steps-plan .plan-content .txt-cont {
  max-width: 440px;
  margin-right: 40px;
}
body.page-landing .program-sld.steps-plan .plan-content .txt-cont h5 {
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
  color: #4fa3b1;
  margin: 0;
}
body.page-landing .program-sld.steps-plan .plan-content .txt-cont h3 {
  margin-bottom: 16px;
}
body.page-landing .program-sld.steps-plan .plan-content .txt-cont p {
  margin-bottom: 24px;
}
body.page-landing .program-sld.steps-plan .plan-content .txt-cont p:last-child {
  margin-bottom: 0;
}
body.page-landing .program-sld.steps-plan .plan-content .img-cnt {
  display: flex;
}
body.page-landing .program-sld.steps-plan .plan-content .img-cnt .m-image {
  margin-right: 32px;
}
body.page-landing .program-sld.steps-plan .plan-content .img-cnt .m-image img {
  width: 100%;
  max-width: 360px;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
body.page-landing .program-sld.steps-plan .plan-content .img-cnt .s-imgs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
body.page-landing .program-sld.steps-plan .plan-content .img-cnt .s-imgs img {
  width: 100%;
  max-width: 263px;
  border-radius: 24px;
}
body.page-landing .mobile-ct .m-mid {
  display: flex;
  justify-content: flex-end;
  background-color: #1b3d60;
}
body.page-landing .mobile-ct .img-cnt img {
  width: 662px;
  margin: -30px 0 -100px -120px;
}
body.page-landing .mobile-ct .flexi {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-landing .mobile-ct .txt-cont h2 {
  font-size: 31px;
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  margin-bottom: 16px;
}
body.page-landing .mobile-ct .txt-cont p {
  color: #fff;
  margin-bottom: 5px;
}
body.page-landing .mobile-ct .txt-cont sub {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #B2B2B2;
  display: block;
  margin-bottom: 24px;
}
body.page-landing .mobile-ct .txt-cont .stores {
  display: flex;
  gap: 8px;
  margin-top: 50px;
}
body.page-landing .services-ct {
  margin-top: 40px;
}
body.page-landing .services-ct p {
  font-size: 16px;
  line-height: 24px;
}
body.page-landing .services-ct .pt-list {
  margin: 24px -15px 80px;
}
body.page-landing .services-ct .pt-list .owl-carousel .owl-stage-outer {
  margin-bottom: 15px;
}
body.page-landing .services-ct .pt-list .owl-carousel .owl-nav {
  position: absolute;
  top: -65px;
  right: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 8px;
}
body.page-landing .services-ct .pt-list .owl-carousel .owl-nav .owl-prev,
body.page-landing .services-ct .pt-list .owl-carousel .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  background-color: #F1F1F3;
  border-radius: 7px;
  color: #47575B;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-landing .services-ct .pt-list .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
body.page-landing .services-ct .pt-list .owl-carousel .owl-dot {
  display: inline-block;
}
body.page-landing .services-ct .pt-list .owl-carousel .owl-dot span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 8px;
  background-color: #DEDAD7;
  border-radius: 1px;
}
body.page-landing .services-ct .pt-list .owl-carousel .owl-dot.active span {
  width: 40px;
  background-color: #4fa3b1;
}
body.page-landing .services-ct .pt-item {
  flex: 0 0 25%;
  display: inline-block;
  text-align: center;
  padding: 15px;
  max-width: 300px;
}
body.page-landing .services-ct .pt-item img {
  display: block;
  border-radius: 24px;
  width: 100%;
}
body.page-landing .services-ct .serv-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 100px;
}
body.page-landing .services-ct .serv-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F1F1F3;
  border-radius: 24px;
  padding: 40px 0 40px 40px;
  position: relative;
}
body.page-landing .services-ct .serv-1 h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 24px;
  text-align: left;
}
body.page-landing .services-ct .serv-1 p {
  margin-bottom: 16px;
}
body.page-landing .services-ct .serv-1 .img-cnt img {
  width: 300px;
  max-height: 250px;
}
body.page-landing .services-ct .serv-1 .tuwas {
  position: absolute;
  right: -20px;
  top: -20px;
}
body.page-landing .services-ct .serv-2 .exc-img {
  background: url(../images/excercies-1.jpg) 75%/cover no-repeat;
  width: 300px;
  height: 100%;
  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  body.page-landing .start-ct .sct-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  body.page-landing .start-ct .sct-top-2 p {
    padding-left: 0;
  }
  body.page-landing .start-ct .sct-poster {
    height: 400px;
  }
  body.page-landing .start-ct .sct-btm {
    flex-direction: column;
    gap: 8px;
  }
  body.page-landing .start-ct .sct-box .txt-cont {
    margin-right: 38px;
  }
  body.page-landing .program-sld.steps-plan .sp-carousel-outer .owl-stage-outer {
    margin-bottom: 40px;
  }
  body.page-landing .program-sld.steps-plan .plan-content .step-wrapper {
    flex-direction: column;
  }
  body.page-landing .program-sld.steps-plan .plan-content .step-wrapper .txt-cont {
    max-width: none;
    margin-bottom: 40px;
  }
  body.page-landing .mobile-ct .img-cnt img {
    width: 600px;
    margin: -15px -20px -30px -180px;
  }
  body.page-landing .services-ct .pt-list {
    flex-wrap: wrap;
  }
  body.page-landing .services-ct .pt-item {
    flex: 0 0 50%;
  }
  body.page-landing .services-ct .serv-wrap {
    flex-direction: column;
  }
  body.page-landing .services-ct .serv-2 .exc-img {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  body.page-landing .program-ct {
    margin: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  body.page-landing .tuwas {
    width: 40px;
    height: 40px;
  }
  body.page-landing .tuwas svg {
    width: 28px;
    height: 28px;
  }
  body.page-landing .start-ct {
    margin: 24px 0 0;
  }
  body.page-landing .start-ct .sct-top {
    margin-bottom: 24px;
  }
  body.page-landing .start-ct .sct-poster {
    height: 160px;
  }
  body.page-landing .start-ct .sct-box .flexi {
    flex-direction: column;
  }
  body.page-landing .start-ct .sct-box .txt-cont {
    margin: 0 0 24px;
  }
  body.page-landing .start-ct .sct-box .img-cnt {
    width: 100%;
    background-color: #F1F1F3;
    border-radius: 14px;
    text-align: center;
  }
  body.page-landing .start-ct .sct-box .img-cnt img {
    width: auto;
    height: 120px;
  }
  body.page-landing .program-sld.steps-plan {
    margin: 16px 0 40px;
  }
  body.page-landing .program-sld.steps-plan .plan-content .step-wrapper .txt-cont {
    margin: 0 0 40px;
  }
  body.page-landing .program-sld.steps-plan .plan-content .img-cnt .m-image {
    margin-right: 8px;
    display: flex;
  }
  body.page-landing .program-sld.steps-plan .plan-content .img-cnt .s-imgs {
    gap: 8px;
  }
  body.page-landing .mobile-ct .m-mid {
    flex-direction: column;
  }
  body.page-landing .mobile-ct .img-cnt {
    order: 2;
    text-align: center;
  }
  body.page-landing .mobile-ct .img-cnt img {
    width: auto;
    height: 300px;
    margin: 0 0 -55px 0;
  }
  body.page-landing .mobile-ct .txt-cont {
    order: 1;
    margin: 40px 0 20px;
  }
  body.page-landing .mobile-ct .txt-cont h2 {
    font-size: 26px;
    line-height: 34px;
  }
  body.page-landing .mobile-ct .txt-cont .stores {
    justify-content: space-around;
    margin-top: 20px;
  }
  body.page-landing .services-ct .pt-list {
    margin: 8px -15px 94px;
  }
  body.page-landing .services-ct .pt-list .owl-carousel .owl-nav {
    top: auto;
    right: 50%;
    bottom: -40px;
    transform: translateX(50%);
  }
  body.page-landing .services-ct .pt-list .owl-carousel .owl-dots {
    display: none;
  }
  body.page-landing .services-ct .serv-wrap {
    gap: 8px;
    margin-bottom: 40px;
  }
  body.page-landing .services-ct .serv-1 {
    flex-direction: column;
    padding: 40px 24px 0;
  }
  body.page-landing .services-ct .serv-1 .tuwas {
    right: -10px;
    top: -15px;
  }
  body.page-landing .services-ct .serv-1 h1 {
    font-size: 32px;
    line-height: 42px;
  }
  body.page-landing .services-ct .serv-1 .details-btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  body.page-landing .services-ct .serv-1 .details-btn a {
    margin: 0;
  }
  body.page-landing .services-ct .serv-2 .exc-img {
    height: 200px;
  }
}
@media screen and (max-width: 350px) {
  body.page-landing .mobile-ct .txt-cont .stores img {
    width: 140px;
  }
  body.page-landing .mobile-ct .img-cnt img {
    width: 100%;
    height: auto;
    margin: 0 0 -40px 0;
  }
}
