:root {
  --waves-library--black: #131313;
  --white: white;
  --black: black;
}

.div-block {
  width: 100%;
  height: 700px;
  background-color: #eafaf9;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  direction: rtl;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 32px 20px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 100px;
  margin-right: 12px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.bold {
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  direction: rtl;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  list-style-type: disc;
  display: block;
}

.nav-button-wrapper {
  margin-left: 0;
  margin-right: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  text-align: center;
  margin-top: 136px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

.text-span {
  font-weight: 700;
}

.text-block {
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
}

.div-block-2 {
  max-width: 700px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-now {
  width: 200px;
  height: 50px;
  color: #000;
  text-align: center;
  background-color: #a0f0ea;
  border: 2px solid #e0e0e0;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.order-now:hover {
  background-color: #9bd51c;
  font-size: 18px;
}

.show-video {
  width: 200px;
  height: 50px;
  color: #000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.show-video:hover {
  border-color: #9bd51c;
  font-size: 18px;
}

.d-web {
  width: 90%;
  height: auto;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 67px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, .05);
}

.image {
  transition: all .1s;
}

.div-block-4 {
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-5 {
  width: 50px;
  height: 50px;
  border: 1.5px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
}

.dleft {
  width: 300px;
  height: auto;
  display: flex;
}

.dright {
  width: 300px;
  height: auto;
  justify-content: flex-end;
  display: flex;
}

.dcenter {
  width: 300px;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2, .image-3, .image-4 {
  width: 20px;
}

.dlogo {
  width: 70px;
  transition: all .1s;
}

.div-block-6 {
  height: auto;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-7 {
  width: 70px;
  height: 12px;
  background-color: #e7e7e7;
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 5px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 5px;
}

.div-block-6-copy {
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-8 {
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 15px;
  display: flex;
}

.div-block-9 {
  width: 24%;
  height: 150px;
  background-color: #e7e7e7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5, .image-6, .image-7 {
  width: 60px;
}

.image-8 {
  width: 36px;
}

.da5er {
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
  display: flex;
}

.dproduct {
  width: 24%;
  height: 310px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

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

.dp2 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.dp3 {
  width: 100%;
  height: 50px;
  background-color: #e7e7e7;
  border-radius: 18px;
}

.dp3-copy {
  width: 100%;
  height: 5px;
  background-color: #e7e7e7;
  border-radius: 18px;
}

.dp2-a {
  width: 69%;
  height: 12px;
  background-color: #e7e7e7;
  border-radius: 100px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: 0;
}

.dp2-b {
  width: 45%;
  height: 12px;
  background-color: #e7e7e7;
  border-radius: 100px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: 0;
}

.image-9 {
  width: auto;
  max-height: 64%;
  max-width: 80%;
}

.div-block-5-copy {
  width: 10px;
  height: 10px;
  background-color: #e24141;
  border: 0 solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: -33px;
  margin-left: -36px;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.div-block-10 {
  height: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.dfeatures {
  height: auto;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dfea {
  width: 15%;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #eafaf9;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  padding: 10px;
  display: flex;
}

.dfea-in {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dtitle {
  direction: rtl;
  text-align: center;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.image-10 {
  width: auto;
  max-width: 41%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-copy {
  text-align: center;
  margin-top: 136px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

.title {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

.slide {
  width: 33%;
}

.slide-2 {
  width: 33%;
  background-color: #ddb7b7;
}

.slide-3, .slide-4 {
  width: 33%;
}

.slide-5 {
  width: 33%;
  background-color: #6ab6cf;
}

.slide-6 {
  width: 33%;
}

.heading_component {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-medium.is-right {
  transform: rotate(180deg);
}

.slider1_content {
  width: 60%;
  max-width: 49.125rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid rgba(35, 35, 34, .1);
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem;
  display: flex;
}

.slider1_mask {
  height: auto;
}

.testimonial_details {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.slider1 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.content_component {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider1_slide {
  height: auto;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-size-medium {
  font-size: 1.25rem;
}

.testimonial_image {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 100vw;
}

.testimonial_person {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.tag_component {
  color: #232322;
  background-color: #e4fd5b;
  border-radius: 100vw;
  padding: .75rem 2rem;
  transition: background-color .2s;
}

.max-width-4-columns {
  width: 100%;
  max-width: 50rem;
}

.slider_nav {
  grid-column-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: static;
}

.slider1_arrow-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  color: #232322;
  background-color: #e4fd5b;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider1_arrow-wrapper:hover {
  color: #fff;
  background-color: #232322;
}

.div-block-11 {
  height: 150px;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-12 {
  height: auto;
  max-width: 1000px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  width: 49%;
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-13.width {
  width: 100%;
  height: auto;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
}

.heading-2 {
  text-align: right;
}

.title1 {
  text-align: right;
  margin-top: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

.text-block-copy {
  width: 100%;
  max-width: 600px;
  text-align: right;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
}

.title1-copy {
  color: #313131;
  text-align: right;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 300;
}

.title1-copy-copy {
  color: #331be4;
  text-align: right;
  margin-top: -5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
}

.waves---expand-line {
  width: 16px;
  height: 2px;
  background-color: var(--waves-library--black);
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  height: auto;
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 545px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.waves---section-medium {
  max-width: 1000px;
  direction: rtl;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-subscribe {
  max-width: 1000px;
  direction: rtl;
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .dfea {
    width: 20%;
  }

  .slider1_arrow-wrapper {
    display: none;
    overflow: hidden;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .da5er {
    flex-wrap: wrap;
  }

  .dproduct {
    width: 49%;
    margin-bottom: 17px;
  }

  .dfea {
    width: 21%;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .slider1_content {
    padding: 2rem;
  }

  .content_component {
    grid-row-gap: 3rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .testimonial_person {
    grid-column-gap: 1rem;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand {
    width: 85px;
    transition: all .2s;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .div-block-2 {
    flex-wrap: wrap;
  }

  .order-now {
    margin-top: 10px;
  }

  .div-block-5 {
    width: 30px;
    height: 30px;
  }

  .image-2, .image-3, .image-4 {
    width: 12px;
  }

  .div-block-8 {
    flex-wrap: wrap;
  }

  .div-block-9 {
    width: 49%;
    margin-bottom: 5px;
  }

  .dproduct {
    width: 100%;
  }

  .div-block-5-copy {
    margin-top: -23px;
    margin-left: -24px;
  }

  .dfea {
    width: 43%;
  }

  .div-block-13 {
    width: 100%;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    max-width: none;
    flex: 0 auto;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}


