@font-face {
  font-family: Stara;
  src: url('../fonts/Stara-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stara;
  src: url('../fonts/Stara-Bold.otf') format("opentype"), url('../fonts/Stara-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stara;
  src: url('../fonts/Stara-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stara;
  src: url('../fonts/Stara-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primaryblue: #6097d2;
  --primarygreen: #49a656;
  --fontgreyd: #595959;
  --100px: 100px;
  --fontdarkgrey: #444;
  --fontgrey: #717171;
  --bg-light-grey: whitesmoke;
  --fontlightgrey: #a6a6a6b8;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 30px;
}

.div-block {
  background-color: #b82121;
  width: 100px;
  height: 100px;
}

.hero-section {
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: block;
  position: static;
  overflow: hidden;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.container.hero-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.container.banner-3 {
  background-image: none;
  padding-right: 0;
}

.container.goals-meal-plans {
  background-color: #f6fff800;
  padding-left: 0;
  padding-right: 0;
}

.hero-proj-title {
  color: var(--primaryblue);
  font-family: Stara, Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.hero-slogan-1 {
  color: var(--primaryblue);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -3px;
  padding-top: 10px;
  font-size: 80px;
  line-height: 100%;
}

.hero-slogan-2 {
  color: var(--primarygreen);
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.body {
  font-family: Stara, Arial, sans-serif;
  overflow: visible;
}

.hero-cta-btn {
  border: 1px solid var(--primaryblue);
  color: var(--primarygreen);
  text-align: center;
  cursor: pointer;
  background-color: #3898ec00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  margin-top: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.hero-cta-btn:hover {
  background-image: linear-gradient(90deg, var(--primarygreen), var(--primaryblue));
  color: #fff;
}

.hero-img-wrapper {
  width: 50%;
  height: 100%;
  position: relative;
}

.hero-img-1 {
  width: auto;
  height: 780px;
  position: absolute;
  top: -260px;
  right: -280px;
}

.hero-dashed-img {
  z-index: 1;
  height: 370px;
  position: absolute;
  top: 276.5px;
  left: auto;
  right: 0;
}

.navbar {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fff6;
  border: 3px solid #fff;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: sticky;
  top: 0;
}

.navbar.container {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff6, #fff0);
  width: 100%;
  max-width: none;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.brand-logo {
  height: 70px;
}

.nav-link {
  color: var(--fontgreyd);
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--primarygreen);
}

.nav-link.w--current {
  color: #018713;
  background-color: #eaf6eb;
  border-bottom: 2px solid #5ab967;
  border-radius: 4px;
  padding: 10px 5px;
  font-weight: 500;
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gradient-btn {
  border-radius: var(--100px);
  background-image: linear-gradient(90deg, var(--primaryblue), var(--primarygreen));
  font-size: 16px;
  font-weight: 500;
}

.gradient-btn.btn-center {
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-size: 20px;
  display: inline-block;
}

.gradient-btn.btn-center:hover {
  background-image: linear-gradient(90deg, #4089d6, #37b949);
}

.meal-journey-section {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.mj-cards-wrapper {
  z-index: 10;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -60px;
  overflow: visible;
}

.mj-card {
  background-color: #fff;
  border-radius: 54px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  height: 190px;
  padding-top: 45px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px #0000001f;
}

.mj-card-title {
  color: var(--fontdarkgrey);
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.mj-card-para {
  color: var(--fontgrey);
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.div-block-3 {
  height: 200px;
}

.badge {
  width: 50px;
  height: 70px;
  position: static;
  top: -40px;
  left: -16px;
}

.badge-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -30px;
  left: -10px;
}

.badge-num {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  position: absolute;
}

.mj-card-icon {
  background-color: #fff;
  position: absolute;
  bottom: -59px;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.eatwell-promise {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.ew-p-span {
  color: #346372;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primarygreen);
  text-decoration-color: var(--primarygreen);
  text-underline-position: under;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
  text-decoration-thickness: 2px;
}

.ewp-cards-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 70px 20px 0;
  display: flex;
}

.ewp-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 4px solid var(--primaryblue);
  border-radius: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: 115px;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.ewp-card.mb-120 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  height: 100px;
  margin-bottom: 120px;
  box-shadow: 1px 1px 17px #0000001f;
}

.ewp-card.mt-120 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 280px;
  height: 100px;
  margin-top: 120px;
}

.ewp-card-text {
  color: var(--fontgrey);
  font-size: 18px;
  font-weight: 600;
}

.text-green {
  color: #2b8537;
}

.mb-70 {
  margin-bottom: 70px;
}

.ewp-slider-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 110%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  left: auto;
}

.slider-img {
  cursor: pointer;
  width: auto;
  height: auto;
}

.ewp-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.ewp-meal-slider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ewp-meal-slider.none {
  display: none;
}

.goals-meal-plans {
  background-color: #f6fff8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.goals-meal-plans.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.gmp-para {
  color: var(--fontdarkgrey);
  text-align: center;
  margin-bottom: 100px;
  font-size: 16px;
  font-weight: 500;
}

.heading {
  color: var(--fontdarkgrey);
  font-size: 50px;
  line-height: 83px;
}

.meal-plans-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.meal-plan-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fee2d5bf;
  border: 1px solid #db591a;
  border-radius: 240px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 400px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.meal-plan-card.fasting-card {
  background-color: #d2dbe58a;
  border-color: #2f86e2;
}

.meal-plan-card.pd-card {
  background-color: #c9d39745;
  border-color: #718116;
}

.meal-plan-card.bd-card {
  background-color: #9cd4a361;
  border-color: #0e8e1f;
}

.image {
  width: 200px;
  height: 200px;
}

.mp-card-title {
  color: #db591a;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 100%;
}

.mp-card-title.fc-title {
  color: #2f86e2;
  text-align: center;
}

.mp-card-title.pd-title {
  color: #718116;
}

.mp-card-title.bg-title {
  color: #0e8e1f;
}

.mp-badge-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.benefits {
  background-image: linear-gradient(#edf6fe, #edf6fe);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.benefits-wrapper {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 330px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.benefits-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-card.dnone {
  display: none;
}

.bc-text-box {
  -webkit-backdrop-filter: blur(85px);
  backdrop-filter: blur(85px);
  outline-offset: 0px;
  background-color: #98bbe2;
  background-image: none;
  border: 1px solid #6b9fd6;
  border-radius: 22px;
  outline: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 25px;
  display: flex;
}

.bc-text {
  color: #fff;
  text-align: center;
  border: 1px solid #20555500;
  font-size: 20px;
  font-weight: 500;
}

.our-experts {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-para {
  color: var(--fontgrey);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.heading-2 {
  color: var(--fontdarkgrey);
  text-align: center;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 100%;
}

.oe-cards-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 70px;
  display: flex;
}

.oe-cards-wrapper.container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.oe-card {
  background-color: var(--bg-light-grey);
  background-image: url('../images/doctor-with-his-arms-crossed-white-background.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 320px;
  height: 500px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 4px #0003;
}

.oe-card.doc2 {
  background-image: url('../images/beautiful-young-female-doctor-looking-camera-office.png');
}

.oe-card.doc3 {
  background-image: url('../images/portrait-hansome-young-male-doctor-man.png');
}

.oe-details {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(90deg, #5ab967, #6b9fd6);
  border: 1px solid #5ab967;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 155px;
  display: flex;
}

.text-block {
  font-weight: 600;
}

.text-block-2 {
  font-size: 36px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.testimonials {
  background-color: #fff8f5;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 43px;
  padding-bottom: 43px;
}

.banner {
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: flex;
  overflow: hidden;
}

.banner-img-wrapper {
  background-image: url('../images/freepik__a-highresolution-cinematic-photo-of-a-cheerful-you__75395.png');
  background-position: 50%;
  background-size: auto 100%;
  border-radius: 40px 0 0 40px;
  width: 65%;
  height: 500px;
  padding-top: 40px;
  padding-left: 40px;
}

.cta-content {
  background-image: url('../images/Frame-1171275718.jpg');
  background-position: 0 0;
  background-size: auto;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 637px;
  height: 500px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block-4 {
  font-size: 38px;
  font-weight: 500;
}

.download-text {
  color: #fff;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-5 {
  font-size: 40px;
  font-weight: 500;
}

.cta-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.cta-btns-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 70px;
  display: flex;
}

.image-2 {
  cursor: pointer;
  border-radius: 17px;
  width: 150px;
  height: 50px;
  transition: transform .2s;
}

.image-2:hover {
  transform: scale(1.01);
  box-shadow: 0 5px 5px #0003;
}

.image-3 {
  cursor: pointer;
  border-radius: 17px;
  width: 150px;
  height: 50px;
  transition: transform .2s;
}

.image-3:hover {
  transform: scale(1.01);
  box-shadow: 0 5px 5px #0003;
}

.footer {
  background-image: linear-gradient(90deg, #5ab967de, #6b9fd6), url('../images/da4e288c2efdee7c23fa7f65240d961f56a67c0e.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  height: 490px;
}

.f-contact-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footernew {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(90deg, #6ca1d8e6, #5dbb69e6), url('../images/lady-banner.png');
  background-position: 0 0, 50% 110%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.contact-text {
  color: #fff;
  font-family: Stara, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.contact-text.mt-1 {
  margin-top: 1px;
}

.social-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
}

.copywrite-text {
  color: #fff;
  font-size: 18px;
}

.social-icons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-icons-wrapper.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-link {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.f-contact-details {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.social-rounded-icon {
  width: 35px;
  height: 35px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-testimonial-background {
  background-color: #f7f9fd00;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-testimonial-l-arrow {
  color: #393b6a;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: none;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-slider-regular {
  background-color: #0000;
  height: auto;
  padding-left: 72px;
  padding-right: 72px;
}

.f-margin-bottom-49 {
  margin-bottom: 48px;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-r-arrow {
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: none;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-margin-bottom-50 {
  margin-bottom: 40px;
}

.f-testimonial-background-2 {
  background-color: #f7f9fd00;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  padding-top: 10px;
  display: block;
}

.slider {
  background-color: #ddd0;
  min-height: 850px;
  margin-top: 70px;
  display: none;
}

.testimonial-cards-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 54px;
  width: 350px;
  height: auto;
  min-height: 560px;
  padding: 135px 20px 20px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-card.card-1 {
  transform: rotate(-10deg);
}

.testimonial-card.card-2 {
  transform: rotate(10deg);
}

.testimonial-card.card2-mb {
  width: 350px;
  min-height: 500px;
  margin-bottom: 67px;
}

.test-img {
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -50px;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.mask {
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.test-card-name {
  color: var(--fontgrey);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
}

.test-card-designation {
  color: var(--fontgrey);
  text-align: center;
}

.rating {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.stars-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.rating-num {
  font-size: 26px;
  font-weight: 500;
}

.test-card-review {
  color: var(--fontgreyd);
  text-align: center;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.slide {
  max-width: none;
  min-height: auto;
}

.slide-2 {
  width: 200px;
}

.slide-3 {
  background-color: #b30000;
  width: 200px;
}

.seperator-line {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primarygreen), white);
  height: 4px;
  margin-top: 200px;
  line-height: 15px;
}

.seperator-line.testmonial-sep-lne {
  background-image: radial-gradient(circle, #fc9b6c, #fff);
  width: auto;
  max-width: 425px;
  margin: 0 auto 40px;
}

.heading-4 {
  color: var(--primarygreen);
  font-size: 50px;
}

.image-4 {
  width: 186px;
  height: 118px;
  margin-bottom: 20px;
  font-size: 14px;
}

.seperator-line2 {
  background-color: #ddd6;
  width: 80%;
  height: 2px;
}

.outline-btn {
  border: 1px solid var(--primarygreen);
  color: var(--primarygreen);
  cursor: pointer;
  background-color: #3898ec00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.outline-btn:hover {
  background-image: linear-gradient(90deg, var(--primarygreen), var(--primaryblue));
  color: #fff;
}

.outline-btn.meal-btn {
  color: var(--primarygreen);
  width: 234px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
}

.outline-btn.meal-btn:hover {
  color: #fff;
  border-color: #fff;
}

.outline-btn.contact-btn {
  color: #018713;
  background-color: #fff;
  font-size: 15px;
}

.outline-btn.contact-btn:hover {
  color: #fff;
}

.outline-btn.banner3-btn {
  color: #fff;
  border-color: #fff;
  width: 234px;
  height: 60px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}

.outline-btn.banner3-btn:hover {
  background-color: #e6e6e67d;
  background-image: none;
}

.outline-btn.banner3-btn.b2-h2 {
  color: #6b9fd6;
  border-color: #6b9fd6;
}

.outline-btn.banner3-btn.b2-h2:hover {
  background-image: linear-gradient(90deg, var(--primarygreen), var(--primaryblue));
  color: #fff;
  border-color: #fff;
}

.image-5 {
  margin-left: 0;
}

.form-modal-wrapper {
  z-index: 1002;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.form-modal-wrapper.display-none {
  background-color: #000c;
  display: none;
}

.form-modal {
  background-color: #ffffffb0;
  border-radius: 5px;
  width: 500px;
  height: auto;
  padding: 20px;
  position: relative;
}

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

.close-icon {
  text-align: justify;
  cursor: pointer;
  width: 20px;
  padding-bottom: 10px;
  position: static;
  top: 0;
  right: -50px;
}

.form-text-field, .textarea {
  color: #000;
  border-radius: 5px;
}

.form-btn {
  background-image: linear-gradient(90deg, #6ca1d8, #5dbb69);
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
}

.form-btn:hover {
  background-image: linear-gradient(90deg, #5c8bbb, #51a45b);
}

.hero-slide-1 {
  height: 650px;
}

.hero-slider-mask {
  background-color: #0000;
  height: auto;
}

.hero-slider {
  background-color: #ddd0;
  height: auto;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  margin-bottom: 70px;
  display: block;
}

.hero-slider-3 {
  background-image: url('../images/3rd-Banner.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.hero-slider-2 {
  height: 700px;
}

.banner-3 {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 650px;
  padding-top: 110px;
  display: flex;
  position: relative;
}

.banner-3.container {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

.banner3-img-wrapper {
  width: 50%;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner3-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.banner3-text {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 100%;
}

.banner3-text.b3-text {
  color: #356573;
  font-size: 38px;
}

.banner3-h1 {
  color: #fff;
  margin-bottom: 0;
  margin-left: -3px;
  font-size: 80px;
  line-height: 100%;
}

.banner3-h1.b2-h1 {
  color: #6cc178;
  font-size: 80px;
}

.banner3-h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.banner3-h2.b2-h2 {
  color: #6b9fd6;
  font-size: 40px;
}

.banner3-lady {
  z-index: 1;
  width: auto;
  max-width: 105%;
  height: 85%;
  position: absolute;
  bottom: 0;
  left: -5%;
  right: auto;
}

.banner3-logo {
  width: 95%;
  height: 80%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section {
  background-image: url('../images/banner2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 700px;
  padding-top: 110px;
  display: flex;
}

.image-8 {
  height: 590px;
}

.banner2-content-wrapper {
  background-image: url('../images/Group-1.png');
  background-repeat: no-repeat;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  display: flex;
}

.meal-plan-section {
  background-color: #f6fff8;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-content-container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.slider-text {
  opacity: 1;
  color: var(--fontgrey);
  cursor: pointer;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  display: block;
  position: static;
}

.slider-text:hover {
  opacity: 100;
}

.image-9 {
  font-size: 13px;
}

.image-10 {
  width: 4820px;
}

.image-11 {
  width: 35px;
}

.slider-testimonial {
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.mask-2 {
  width: 49rem;
  height: auto;
  padding-top: 100px;
  padding-bottom: 70px;
}

.slider-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .div-block-2 {
    background-color: #3da34e;
    width: 100px;
    height: 100px;
  }

  .mj-cards-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .ewp-slider {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }

  .meal-plans-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .meal-plan-card {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 290px;
    height: 450px;
  }

  .image {
    width: 220px;
    height: 220px;
  }

  .mp-card-title {
    font-size: 40px;
  }

  .benefits-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .bc-text-box {
    width: 250px;
  }

  .oe-card {
    width: 370px;
    height: 530px;
  }

  .banner {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .banner-img-wrapper {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
  }

  .cta-content {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
  }

  .testimonial-card.card2-mb {
    width: 370px;
  }

  .test-img {
    width: 170px;
    height: 170px;
    margin-bottom: 0;
    top: -12%;
    left: 50%;
  }

  .test-card-name {
    margin-top: 20px;
  }

  .heading-4 {
    font-size: 60px;
  }

  .slider-content-container {
    height: 150px;
  }

  .slider-text {
    opacity: 1;
    mix-blend-mode: normal;
    padding-top: 0;
    font-size: 15px;
    transition-property: none;
    display: block;
  }

  .mask-2 {
    width: 74rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero-img-1 {
    top: -277px;
    right: -300px;
  }

  .hero-dashed-img {
    top: 217px;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bc-text-box {
    width: 250px;
  }

  .oe-cards-wrapper.container {
    justify-content: center;
    align-items: center;
  }

  .oe-card, .oe-card.doc2 {
    width: 390px;
    height: 540px;
  }

  .oe-details {
    width: 100%;
  }

  .banner-img-wrapper {
    width: 50%;
  }

  .download-text {
    font-size: 38px;
  }

  .cta-text {
    font-size: 40px;
  }

  .contact-text {
    font-family: Stara, Arial, sans-serif;
  }

  .slider-content-container {
    height: 200px;
  }

  .slider-text {
    padding-top: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    position: static;
  }

  .container {
    max-width: 1500px;
  }

  .container.hero-content-wrapper {
    max-width: 1500px;
    height: 600px;
    padding-left: 0;
  }

  .hero-slogan-1 {
    font-size: 120px;
  }

  .hero-slogan-2 {
    font-size: 60px;
  }

  .hero-img-1 {
    height: 900px;
    top: -307px;
    right: -500px;
  }

  .hero-dashed-img {
    top: 242px;
    right: 0;
  }

  .navbar.container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    font-size: 20px;
  }

  .mj-cards-wrapper {
    grid-column-gap: 124px;
    grid-row-gap: 124px;
  }

  .mj-card {
    width: 280px;
    height: 190px;
  }

  .badge {
    width: 58px;
    height: 80px;
  }

  .badge-wrapper {
    top: -40px;
    left: -16px;
  }

  .div-block-4 {
    max-width: 1500px;
  }

  .eatwell-promise {
    padding-top: 100px;
  }

  .ewp-cards-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .ewp-card.mb-120 {
    width: 350px;
    height: 115px;
  }

  .ewp-card-text {
    font-size: 22px;
  }

  .ewp-slider {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gmp-para {
    font-size: 20px;
  }

  .heading {
    font-size: 60px;
  }

  .meal-plan-card {
    width: 360px;
    height: 516px;
  }

  .image {
    width: 264px;
    height: 265px;
  }

  .benefits-wrapper {
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .bc-text-box {
    width: 300px;
    height: 88px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bc-text {
    font-size: 22px;
  }

  .sec-para {
    font-size: 40px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .oe-cards-wrapper.container {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .oe-card, .oe-card.doc2 {
    width: 465px;
    height: 580px;
  }

  .heading-3 {
    font-size: 36px;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .banner {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-img-wrapper {
    width: 60%;
    height: 650px;
  }

  .cta-content {
    height: 650px;
  }

  .image-2, .image-3 {
    width: auto;
    height: auto;
  }

  .contact-text {
    font-size: 20px;
  }

  .footer-link {
    font-size: 22px;
  }

  .testimonial-cards-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    width: 503px;
    height: auto;
    min-height: 505px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-card.card-1 {
    width: 503px;
  }

  .testimonial-card.card2-mb {
    width: 510px;
    min-height: 505px;
  }

  .test-img {
    width: 190px;
    height: 190px;
    inset: -15% auto 0% 50%;
    transform: translate(-50%);
  }

  .test-card-name {
    font-size: 30px;
    line-height: 20px;
  }

  .rating-num {
    font-size: 30px;
  }

  .test-card-review {
    font-size: 20px;
  }

  .seperator-line {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primarygreen), white);
    width: 100%;
    height: 5px;
    margin-top: 200px;
    padding-bottom: 0;
  }

  .heading-4 {
    font-size: 60px;
  }

  .outline-btn.contact-btn {
    font-size: 16px;
  }

  .hero-slider-3 {
    height: 700px;
    position: relative;
  }

  .banner-3 {
    position: static;
  }

  .banner-3.container {
    justify-content: flex-start;
    align-items: center;
    max-width: 1500px;
    height: 650px;
    padding-left: 0;
  }

  .banner3-img-wrapper {
    height: 90%;
    position: absolute;
    bottom: 0;
  }

  .banner3-text, .banner3-text.b3-text {
    font-size: 48px;
  }

  .banner3-h1, .banner3-h1.b2-h1 {
    font-size: 100px;
  }

  .banner3-h2, .banner3-h2.b2-h2 {
    font-size: 60px;
  }

  .banner3-lady {
    height: 90%;
  }

  .banner3-logo {
    width: 90%;
    height: 90%;
  }

  .section {
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 700px;
  }

  .meal-plan-section {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-content-container {
    height: 250px;
  }

  .slider-text {
    color: var(--fontgrey);
    padding-top: 0%;
    font-size: 20px;
    font-weight: 600;
  }

  .image-9 {
    font-size: 14px;
    line-height: 20px;
  }

  .image-10, .image-11 {
    width: 48px;
  }

  .mask-2 {
    width: 102rem;
  }
}

@media screen and (max-width: 991px) {
  .container.goals-meal-plans {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-img-1 {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
    padding: 20px;
  }

  .meal-journey-section {
    padding-top: 60px;
  }

  .mj-cards-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    position: static;
  }

  .div-block-4 {
    flex-flow: row;
  }

  .eatwell-promise {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ewp-cards-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .ewp-slider-wrapper {
    min-width: 148%;
  }

  .ewp-slider {
    margin-bottom: 0;
  }

  .ewp-meal-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .meal-plans-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .benefits {
    margin-bottom: 60px;
  }

  .benefits-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 330px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .benefits-card.dnone {
    display: flex;
  }

  .bc-text-box {
    width: 250px;
  }

  .bc-text-box.opacity-0 {
    opacity: 0;
    display: block;
  }

  .our-experts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .oe-cards-wrapper.container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonials {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-img-wrapper {
    background-position: 50%;
    width: 90%;
  }

  .footernew {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-contact-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background-2 {
    height: 20%;
  }

  .testimonial-card {
    width: 354px;
  }

  .seperator-line {
    margin-top: 120px;
  }

  .seperator-line.testmonial-sep-lne {
    width: 400px;
  }

  .outline-btn.meal-btn {
    margin-top: 40px;
  }

  .outline-btn.contact-btn {
    margin-top: 20px;
  }

  .image-5 {
    display: none;
  }

  .slide-nav-2 {
    margin-bottom: 0;
  }

  .banner-3.container {
    padding-left: 10px;
  }

  .banner3-img-wrapper {
    display: none;
  }

  .banner3-content-wrapper {
    width: 100%;
  }

  .section {
    background-position: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .banner2-content-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-text {
    opacity: 100;
    padding-top: 0%;
  }

  .checkimg {
    opacity: 0;
    display: block;
  }

  .checkimg.d-none {
    opacity: 0;
    display: none;
  }

  .menu-button {
    background-color: #b3848400;
  }

  .menu-button.w--open {
    background-color: #0000;
    background-image: linear-gradient(90deg, var(--primarygreen), var(--primaryblue));
  }

  .slider-testimonial {
    margin-left: 15px;
    margin-right: 15px;
  }

  .mask-2 {
    width: 768px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 600px;
  }

  .container.goals-meal-plans {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-cta-btn {
    width: 200px;
    height: 55px;
  }

  .hero-dashed-img {
    top: 208.5px;
  }

  .meal-journey-section {
    padding-top: 60px;
  }

  .eatwell-promise {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ewp-cards-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 60px;
  }

  .ewp-card.mb-120 {
    margin-bottom: 0;
  }

  .ewp-card.mt-120 {
    margin-top: 0;
  }

  .ewp-slider-wrapper {
    min-width: 200%;
  }

  .meal-plans-wrapper {
    justify-content: center;
    align-items: center;
  }

  .benefits {
    margin-bottom: 40px;
  }

  .our-experts {
    padding: 40px 20px;
  }

  .testimonials {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-img-wrapper {
    display: none;
  }

  .cta-content {
    border-radius: 40px;
  }

  .footernew {
    margin-top: 40px;
  }

  .contact-text, .copywrite-text {
    font-size: 14px;
  }

  .footer-link {
    font-size: 16px;
  }

  .f-contact-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-testimonial-r-arrow {
    display: none;
  }

  .seperator-line.testmonial-sep-lne {
    width: 360px;
  }

  .image-4 {
    width: 140px;
    height: auto;
  }

  .outline-btn.banner3-btn, .outline-btn.banner3-btn.b2-h2 {
    width: 200px;
    height: 55px;
    font-size: 18px;
  }

  .hero-slide-1, .hero-slider-3, .hero-slider-2, .banner-3.container, .section {
    height: 600px;
  }

  .mask-2 {
    width: 380px;
  }
}

@media screen and (max-width: 479px) {
  .hero-proj-title {
    font-size: 30px;
  }

  .hero-slogan-1 {
    font-size: 60px;
  }

  .hero-slogan-2 {
    font-size: 30px;
  }

  .hero-dashed-img {
    opacity: 0;
  }

  .brand-logo {
    height: 60px;
  }

  .ew-p-span {
    line-height: 70px;
    text-decoration: underline;
  }

  .ewp-slider-wrapper {
    min-width: 400%;
  }

  .heading {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .benefits-card.dnone {
    display: none;
  }

  .sec-para {
    font-size: 25px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .oe-card {
    border-radius: 40px;
    height: 420px;
  }

  .oe-details {
    border-radius: 0;
    height: 130px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .testimonials {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-content {
    justify-content: center;
    align-items: center;
  }

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

  .cta-btns-wrapper {
    flex-flow: column;
  }

  .f-contact-block {
    justify-content: flex-start;
    align-items: center;
  }

  .footernew {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-text {
    font-size: 12px;
  }

  .footer-link {
    font-size: 14px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .testimonial-card {
    width: 295px;
  }

  .seperator-line.testmonial-sep-lne {
    width: 250px;
  }

  .heading-4 {
    text-align: center;
  }

  .image-4 {
    width: auto;
    height: 80px;
  }

  .banner3-text, .banner3-text.b3-text {
    font-size: 30px;
  }

  .banner3-h1, .banner3-h1.b2-h1 {
    font-size: 60px;
  }

  .banner3-h2, .banner3-h2.b2-h2 {
    font-size: 30px;
  }

  .checkimg {
    display: none;
  }

  .slider-testimonial {
    margin-left: 0;
    margin-right: 10px;
  }

  .mask-2 {
    width: 300px;
  }
}


@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-Bold.otf') format('opentype'), url('../fonts/Stara-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stara';
  src: url('../fonts/Stara-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}