.contact-section {
  background: #fbece6;
  padding-top: 68px;
  position: relative;
}

.contact-section .contact-section-container {
  justify-content: center;
}

.contact-section-right {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 120px;
  z-index: 999999;
}

.contact-section-right .btn-icon {
  margin-right: 8px;
}

.contact-section-right button div {
  margin: auto;
}

.contact-section-right button div svg {
  margin-right: 8px;
}

.contact-section-right button {
  display: flex;
  text-align: center;
}

.contact-section-right h2 {
  margin-top: auto;
}

.contact-section-right .black-bordred-btn {
  margin-bottom: auto;
}

.contcat-img {
  margin-left: auto;
  height: 100%;
  position: relative;
  z-index: 1;
}

.contact-img-bg {
  position: absolute;
  top: 22px;
  right: 70px;
  height: 462px;
  width: auto;
  z-index: 2;
}

.contact-video-container {
  position: relative;
  display: flex;
}

.contact-video-container video {
  position: relative;
  border-radius: 33px;
  border-style: solid;
}

.contact-video-container .sms {
  height: auto;
  margin-left: 6px;
}

.contact-video-container .video-container {
  position: relative;
  margin-left: auto;
  background-size: cover;
  padding: 15px;
  background-image: url(../images/phone-bg-img.png);
  background-repeat: no-repeat;
}

.contact-vid.video-container {
  position: relative;
  margin-left: auto;
  background-size: cover;
  padding: 15px;
  background-image: url(../images/smartphone-border.png);
  background-repeat: no-repeat;
  z-index: 999999;
}

.contact-vid.video-container video {
  margin-left: 4px;
}

.contact-play-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 74%;
  transform: translate(-50%, -50%);
}

.splash-img-contact {
  position: absolute;
  /* z-index: 4; */
  bottom: -74px;
  left: -74px;
  transform: rotate(-84.846deg);
  width: 120px;
}

.splash-img-contact.top {
  top: -74px;
  left: -74px;
  transform: rotate(0deg);
}

.video-container {
  position: relative;
}

#play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 64px;
  height: 64px;
}

.desc-section {
  margin: auto;
  width: fit-content;
  margin-top: 112px;
}

.desc-section h4 {
  width: fit-content;
  margin: 0;
}

.desc-section p {
  width: fit-content;
}
.problem-slider .problem-case {
  width: fit-content;
  padding: 10px 24px;
  border-radius: 10px;
  background: #fbf9f7;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  color: var(--m-3-black, #000);
  font-family: "NeueHaasDisplayLight", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
  white-space: nowrap;
  z-index: 1;
  margin-bottom: 60px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.case-description {
  display: none;
  border-radius: 9px;
  width: 300px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  z-index: 2;
  padding: 18px;
  flex-direction: column;
}
.black-text {
  color: var(--m-3-black, #000);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-bottom: 10px;
}

.green-text {
  margin-top: 10px;
  color: #0a6a58;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
}


.problem-slider .problem-case:hover {
  transform: translateX(-50%) rotate(-2.24deg);
}

.team-section {
  background: var(--beige, #fbf9f7);
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.team-members {
  display: flex;
}

.team-members img {
  height: 168px;
}

.team-members .middle-img {
  height: 186.198px;
  z-index: 2;
}

.team-members img:first-child {
  z-index: 1;
  margin-right: -66px;
  margin-left: auto;
}

.team-members img:last-child {
  z-index: 1;
  margin-left: -66px;
  margin-right: auto;
}

.faq-section {
  background: var(--beige, #fbf9f7);
  display: flex;
  flex-direction: column;
}

.faq-section .question-box {
  border-radius: 10px;
  background: #fff;
  width: 80%;
  margin: auto;
  padding: 18px 26px;
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}

.faq-section .question-box:first-child {
  margin-top: 30px;
}

.faq-section .question-box:last-child {
  margin-bottom: 88px;
}

.faq-section .question-box .question {
  display: flex;
  margin-bottom: 18px;
}

.faq-section .question-box .question p {
  padding: 0;
  height: fit-content;
  margin: auto;
  margin-left: 0;
  font-family: "RozhaOne", sans-serif;
}

.faq-section .question-box small {
  width: 642px;
  display: none;
  width: 85%;
  margin-bottom: 25px;
}

.faq-section .question-box .question::after {
  content: "";
  background-image: url(../images/plus-icon.png);
  height: 45px;
  width: 45px;
  background-position: center;
  background-size: cover;
  margin-left: auto;
  cursor: pointer;
}

.faq-section .question-box .question.open::after {
  background-image: url(../images/min-icon.png);
}

.help-section {
  background: var(--beige, #fbf9f7);
  padding-top: 115px;
  padding-bottom: 115px;
  display: flex;
}

.help-section .help-box {
  border-radius: 10px;
  background: #cceedb;
  margin: auto;
  width: fit-content;
  padding: 38px 30px;
  padding-bottom: 74px;
}

.help-box h2 {
  text-align: center;
  margin-bottom: 48px;
}

.help-section .help-box .help-box-container {
  display: flex;
}

.help-section .help-box .help-box-container .solution {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 12px 16px;
  display: flex;
  margin-right: 14px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.help-section .help-box .help-box-container .solution img {
  width: 37px;
  height: 37px;
  margin: auto 8px auto 0;
}

.help-section .help-box .help-box-container .solution:last-child {
  margin-right: 0;
}

.help-section .help-box .help-box-container .solution::after {
  content: "";
  width: 12px;
  height: 19px;
  background-image: url(../images/chevron_right.png);
  background-position: center;
  background-size: cover;
  margin: auto;
  margin-left: 20px;
}

.swiper-slide .video-container video {
  width: 500px;
}

@media screen and (min-width: 1800px) {
  .team-members img {
    height: 230px;
  }

  .team-members .middle-img {
    height: 250px;
  }

  .team-members img:first-child {
    margin-right: -84px;
  }

  .team-members img:last-child {
    margin-left: -84px;
  }
}

@media screen and (max-width: 850px) {
  .contact-section-container .contact-section-right {
    padding-left: 50px;
  }
}

@media screen and (max-width: 576px) {
  .faq-section .question-box {
    width: 88%;
  }

  .help-section .help-box .help-box-container {
    flex-direction: column;
  }

  .help-section .help-box .help-box-container .solution {
    margin-right: 0;
    margin-bottom: 18px;
  }

  .help-section {
    padding: 46px 25px;
  }

  .contact-section-container {
    flex-direction: column;
  }

  .video-container {
    margin: auto;
    margin-bottom: 90px;
  }

  .contact-section-container .contact-section-right {
    padding-left: 0px;
  }

  .contact-section-right h2 {
    margin-bottom: 30px;
  }

  .desc-section {
    margin-left: 35px;
    margin-right: 35px;
  }

  .help-box h2 {
    text-align: justify;
    margin-bottom: 30px;
  }

  /* .solution .small-text {
      text-wrap: nowrap;
    } */
  .help-section .help-box .help-box-container .solution::after {
    margin-right: 0;
    margin-left: auto;
  }

  .help-section .help-box {
    padding-bottom: 24px;
  }

  .team-members img {
    width: 148.108px;
    height: 148.108px;
  }

  .team-members .middle-img {
    width: 166.198px;
    height: 166.198px;
  }
}

@media screen and (max-width: 380px) {
  .solution .small-text {
    line-height: 0px;
  }
}