﻿body {
  font-family: "system-ui", sans-serif;
  font-weight: 400;
  color: #5c5a6f;
  font-size: 16px;
  line-height: 1.75;
  font-style: normal;
  overflow-x: hidden;
}

section {
  overflow-x: hidden;
  overflow-y: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #070337;
  font-weight: 500;
}

h1 {
  font-weight: 600;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
}

a {
  text-decoration: unset;
  color: #dd3643;
}

.btn {
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}

.btn.btn-primary {
  background-color: #dd3643;
  border: 1px solid #dd3643;
}

.btn.btn-primary:hover {
  background-color: #fff;
  color: #dd3643;
  border: 1px solid #dd3643;
}

.btn.btn-rounded {
  background-color: #f90;
  border-radius: 50px;
}

.btn.btn-rounded:hover {
  background-color: #fff;
  color: #f90;
}

header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
}

header .navbar {
  padding: 8px 0;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (min-width: 992px) {
  header .navbar {
    padding: 5px 0;
    background-color: transparent;
  }
}

header .navbar .navbar-brand {
  font-weight: 600;
  font-size: 24px;
  color: #040404;
  z-index: 1;
  filter: drop-shadow(1px 1px 6px #000);
}

header .navbar .navbar-nav {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background-color: #fff;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.77, 0.2, 0.05, 1);
  transition-duration: 700ms;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (min-width: 992px) {
  header .navbar .navbar-nav {
    width: auto;
    height: auto;
    background-color: transparent;
    position: relative;
    flex-direction: row;
    gap: 20px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 1200px) {
  header .navbar .navbar-nav {
    gap: 20px;
  }
}

header .navbar .navbar-nav .nav-item {
  opacity: 0;
  -webkit-transform: translateX(-2.5rem);
  -ms-transform: translateX(-2.5rem);
  transform: translateX(-2.5rem);
}

@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item {
    opacity: 100;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

header .navbar .navbar-nav .nav-item:nth-child(1) {
  -webkit-transition: all 0.35s ease 200ms;
  -moz-transition: all 0.35s ease 200ms;
  -ms-transition: all 0.35s ease 200ms;
  -o-transition: all 0.35s ease 200ms;
  transition: all 0.35s ease 200ms;
}

header .navbar .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition: all 0.35s ease 350ms;
  -moz-transition: all 0.35s ease 350ms;
  -ms-transition: all 0.35s ease 350ms;
  -o-transition: all 0.35s ease 350ms;
  transition: all 0.35s ease 350ms;
}

header .navbar .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition: all 0.35s ease 500ms;
  -moz-transition: all 0.35s ease 500ms;
  -ms-transition: all 0.35s ease 500ms;
  -o-transition: all 0.35s ease 500ms;
  transition: all 0.35s ease 500ms;
}

header .navbar .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition: all 0.35s ease 650ms;
  -moz-transition: all 0.35s ease 650ms;
  -ms-transition: all 0.35s ease 650ms;
  -o-transition: all 0.35s ease 650ms;
  transition: all 0.35s ease 650ms;
}

header .navbar .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition: all 0.35s ease 800ms;
  -moz-transition: all 0.35s ease 800ms;
  -ms-transition: all 0.35s ease 800ms;
  -o-transition: all 0.35s ease 800ms;
  transition: all 0.35s ease 800ms;
}

header .navbar .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition: all 0.35s ease 950ms;
  -moz-transition: all 0.35s ease 950ms;
  -ms-transition: all 0.35s ease 950ms;
  -o-transition: all 0.35s ease 950ms;
  transition: all 0.35s ease 950ms;
}

header .navbar .navbar-nav .nav-item:nth-child(7) {
  -webkit-transition: all 0.35s ease 1100ms;
  -moz-transition: all 0.35s ease 1100ms;
  -ms-transition: all 0.35s ease 1100ms;
  -o-transition: all 0.35s ease 1100ms;
  transition: all 0.35s ease 1100ms;
}

header .navbar .navbar-nav .nav-item:nth-child(8) {
  -webkit-transition: all 0.35s ease 1250ms;
  -moz-transition: all 0.35s ease 1250ms;
  -ms-transition: all 0.35s ease 1250ms;
  -o-transition: all 0.35s ease 1250ms;
  transition: all 0.35s ease 1250ms;
}

header .navbar .navbar-nav .nav-item a {
  color: #040404;
  font-weight: 500;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

header .navbar .navbar-nav .nav-item a:hover {
  color: #dd3643;
}

header .navbar .navbar-nav .nav-item a.btn {
  font-size: 14px;
  padding: 10px 25px;
  font-weight: 400;
  color: #fff;
}

header .navbar .navbar-nav .nav-item a.btn:hover {
  color: #dd3643;
}

header .navbar .navbar-nav.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

header .navbar .navbar-nav.show .nav-item {
  opacity: 100;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

header .navbar .burger-icon {
  margin-left: 20px;
  width: 35px;
  height: 25px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

header .navbar .burger-icon span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #444;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .navbar .burger-icon span:nth-child(1) {
  top: 0;
}

header .navbar .burger-icon span:nth-child(2),
header .navbar .burger-icon span:nth-child(3) {
  top: 11px;
}

header .navbar .burger-icon span:nth-child(4) {
  top: 22px;
}

header .navbar .burger-icon.show span:nth-child(1),
header .navbar .burger-icon.show span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

header .navbar .burger-icon.show span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .navbar .burger-icon.show span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .navbar.on-scroll {
  padding: 5px 0;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 -5px 18px 0 rgba(75, 74, 239, 0.2);
  -webkit-box-shadow: 0 -5px 18px 0 rgba(75, 74, 239, 0.2);
  -moz-box-shadow: 0 -5px 18px 0 rgba(75, 74, 239, 0.2);
}

.hero-banner {
  background-image: url(../img/bg-hero-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.form-control {
  font-size: 13px;
}

@media (max-width: 768px) {
  .hero-banner {
    padding-top: 68px;
  }
}

.hero-banner .row {
  height: 75vh;
}

@media (min-width: 992px) {
  .hero-banner .row {
    height: 75vh;
  }
}

@media (max-width: 768px) {
  .hero-banner .row {
    height: 85vh;
  }
}

.hero-banner h1 {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .hero-banner h1 {
    font-size: 54px;
  }
}

@media (max-width: 768px) {
  .hero-banner h1 {
    font-size: 28px;
  }
}

.hero-banner p {
  margin: 0;
}

.hero-banner img {
  width: 100%;
  position: relative;
}

.ups {
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .ups {
    display: none;
  }
}

.ups .card {
  padding: 35px 15px;
  border: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 0 10px 16px -22px #dd3643;
  -webkit-box-shadow: 0 10px 16px -22px #dd3643;
  -moz-box-shadow: 0 10px 16px -22px #dd3643;
}

.ups .card-item {
  text-align: center;
  font-size: 15px;
}

.ups .card-item i {
  margin-right: 10px;
}

.ups .card-item:nth-child(1) {
  color: #dd3643;
}

.ups .card-item:nth-child(2) {
  color: #f90;
}

.ups .card-item:nth-child(3) {
  color: #03c12d;
}

.client {
  padding-bottom: 0rem;
}

@media (max-width: 768px) {
  .client {
    padding-bottom: 2rem;
  }
}

.client-overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

@media (max-width: 768px) {
  .client-overlay {
    padding: 0;
    animation: ticker-kf 10s linear infinite;
  }
}

.client-item img {
  /* width: 100px; */
  height: 100px;
  padding: 8px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.client-item.copy-set {
  display: none;
}

@media (max-width: 768px) {
  .client-item.copy-set {
    display: block;
  }
}

.client-item:hover img {
  scale: 1.2;
}

.client .quick-button {
  margin-top: 2rem;
}

.client .quick-button .consult-button,
.client .quick-button .request-button {
  border: unset;
  color: #fff;
  padding: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {

  .client .quick-button .consult-button,
  .client .quick-button .request-button {
    font-size: 13px;
    padding: 15px 10px;
  }
}

.client .quick-button .consult-button:before,
.client .quick-button .request-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 0;
}

.client .quick-button .consult-button:hover:before,
.client .quick-button .request-button:hover:before {
  opacity: 1;
}

.client .quick-button .consult-button i,
.client .quick-button .request-button i {
  margin-right: 15px;
  font-size: 25px;
}

@media (max-width: 768px) {

  .client .quick-button .consult-button i,
  .client .quick-button .request-button i {
    font-size: 18px;
    margin-right: 10px;
  }
}

.client .quick-button .consult-button span,
.client .quick-button .request-button span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.client .quick-button .consult-button {
  background: linear-gradient(93.19deg, #dd3643 33.85%, #628eff 86.15%);
  border-radius: 25px 5px 5px 5px;
}

.client .quick-button .consult-button:before {
  background: linear-gradient(93.19deg, #628eff 33.85%, #dd3643 86.15%);
}

.client .quick-button .request-button {
  background: linear-gradient(95.82deg, #ff9900 45.38%, #f7c984 82.77%);
  border-radius: 5px 5px 25px 5px;
}

.client .quick-button .request-button:before {
  background: linear-gradient(95.82deg, #f7c984 45.38%, #ff9900 82.77%);
}

@keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-700px, 0, 0);
  }
}

.fix {
  padding: 4rem 0;
  background-color: #f3f7fc;
  background-image: url(../img/bg-why.png);
  background-position: right top;
  background-size: 500px;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .fix {
    padding: 3rem 0;
  }
}

.fix p {
  margin: 0;
}

.fix-item {
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.fix-item span {
  display: block;
  color: #070337;
  font-weight: 500;
  margin-bottom: 5px;
}

.fix-item:hover {
  box-shadow: 2px 22px 53px -26px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 2px 22px 53px -26px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 2px 22px 53px -26px rgba(0, 0, 0, 0.47);
}

.fix-item p {
  font-size: 14px;
}

.fix-img {
  height: 125px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.how-it-work {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .how-it-work {
    padding: 3rem 0;
  }
}

.how-it-work p {
  margin: 0;
}

.how-it-work figure {
  margin: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .how-it-work figure {
    width: 80%;
  }
}

@media (min-width: 600px) {
  .how-it-work figure {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .how-it-work figure {
    width: 400px;
  }
}

.how-it-work__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 575px) {
  .how-it-work__list {
    grid-template-columns: 1fr;
  }
}

.how-it-work__item h6 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #dd3643;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.how-it-work__item p {
  font-size: 14px;
}

.repair {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .repair {
    padding: 3rem 0;
  }
}

.repair .icon {
  background-color: #dd3643;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.repair h2 {
  margin: 20px 0;
}

.repair p {
  margin-bottom: 10px;
}

.repair figure {
  margin: auto;
  width: 80%;
}

@media (min-width: 992px) {
  .repair figure {
    width: 500px;
  }
}

.services {
  padding: 0rem 0 1rem;
}

@media (max-width: 768px) {
  .services {
    padding: 3rem 0;
  }
}

.services .swiper {
  overflow: unset;
}

.services .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services .swiper .swiper-button-next,
.services .swiper .swiper-button-prev {
  background-color: #fff;
  color: #dd3643;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0 0 17px 6px rgba(75, 74, 239, 0.2);
  -webkit-box-shadow: 0 0 17px 6px rgba(75, 74, 239, 0.2);
  -moz-box-shadow: 0 0 17px 6px rgba(75, 74, 239, 0.2);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 768px) {

  .services .swiper .swiper-button-next,
  .services .swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}

.services .swiper .swiper-button-next.swiper-button-disabled,
.services .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.services .swiper .swiper-button-next:after,
.services .swiper .swiper-button-prev:after {
  font-size: 12px;
}

.services .swiper .swiper-button-next:hover,
.services .swiper .swiper-button-prev:hover {
  background-color: #dd3643;
  color: #fff;
}

.services .swiper .swiper-button-next {
  right: -15px;
}

@media (max-width: 768px) {
  .services .swiper .swiper-button-next {
    right: 5px;
  }
}

.services .swiper .swiper-button-prev {
  left: -15px;
}

@media (max-width: 768px) {
  .services .swiper .swiper-button-prev {
    left: 5px;
  }
}

.services-item {
  aspect-ratio: 12/9;
  padding: 30px 20px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #070337;
  box-shadow: 0 6px 75px -55px #dd3643;
  -webkit-box-shadow: 0 6px 75px -55px #dd3643;
  -moz-box-shadow: 0 6px 75px -55px #dd3643;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.services-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-bottom: 15px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.services-img:hover {
  scale: 1.2;
}

.brand {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .brand {
    padding: 3rem 0;
  }
}

.brand .swiper {
  overflow: unset;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .brand .swiper {
    margin-top: 1rem;
  }
}

.brand .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand .swiper .swiper-button-next,
.brand .swiper .swiper-button-prev {
  background-color: #fff;
  color: #dd3643;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  box-shadow: 0 0 17px 6px rgba(75, 74, 239, 0.2);
  -webkit-box-shadow: 0 0 17px 6px rgba(75, 74, 239, 0.2);
  -moz-box-shadow: 0 0 17px 6px rgba(75, 74, 239, 0.2);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 768px) {

  .brand .swiper .swiper-button-next,
  .brand .swiper .swiper-button-prev {
    top: 57%;
    width: 25px;
    height: 25px;
  }
}

.brand .swiper .swiper-button-next.swiper-button-disabled,
.brand .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.brand .swiper .swiper-button-next:after,
.brand .swiper .swiper-button-prev:after {
  font-size: 12px;
}

.brand .swiper .swiper-button-next:hover,
.brand .swiper .swiper-button-prev:hover {
  background-color: #dd3643;
  color: #fff;
}

.brand .swiper .swiper-button-next {
  right: -15px;
}

@media (max-width: 768px) {
  .brand .swiper .swiper-button-next {
    right: 5px;
  }
}

.brand .swiper .swiper-button-prev {
  left: -15px;
}

@media (max-width: 768px) {
  .brand .swiper .swiper-button-prev {
    left: 5px;
  }
}

.brand-item {
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #070337;
  box-shadow: 0 6px 75px -55px #dd3643;
  -webkit-box-shadow: 0 6px 75px -55px #dd3643;
  -moz-box-shadow: 0 6px 75px -55px #dd3643;
}

.brand-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.why {
  padding: 4rem 0;
  background-color: #f3f7fc;
}

@media (max-width: 768px) {
  .why {
    padding: 3rem 0;
  }
}

.why .card {
  padding: 30px 25px;
  border-radius: 10px;
  border: unset;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.why .card .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.why .card h5 {
  margin-bottom: 10px;
}

.why .card p {
  color: #5c5a6f;
  font-size: 14px;
  margin-bottom: 0;
}

.why .card.soft-blue .icon {
  background-color: #2c71fb;
}

.why .card.soft-blue h5 {
  color: #2c71fb;
}

.why .card.blue .icon {
  background-color: #dd3643;
}

.why .card.blue h5 {
  color: #dd3643;
}

.why .card.yellow .icon {
  background-color: #f90;
}

.why .card.yellow h5 {
  color: #f90;
}

.why .card.green .icon {
  background-color: #03c12d;
}

.why .card.green h5 {
  color: #03c12d;
}

.why .card.dark-blue .icon {
  background-color: #14708f;
}

.why .card.dark-blue h5 {
  color: #14708f;
}

.why .card:hover {
  border: 2px solid rgba(189, 188, 250, 0.3);
  box-shadow: 0 15px 30px 0 rgba(75, 74, 239, 0.1);
  -webkit-box-shadow: 0 15px 30px 0 rgba(75, 74, 239, 0.1);
  -moz-box-shadow: 0 15px 30px 0 rgba(75, 74, 239, 0.1);
}

.why .card:hover .icon {
  box-shadow: 0 0 14px 0 rgba(75, 74, 239, 0.45);
  -webkit-box-shadow: 0 0 14px 0 rgba(75, 74, 239, 0.45);
  -moz-box-shadow: 0 0 14px 0 rgba(75, 74, 239, 0.45);
}

.feedback {
  padding: 4rem 0 3rem;
}

@media (max-width: 768px) {
  .feedback {
    padding: 3rem 0;
  }
}

.feedback-header {
  display: flex;
  justify-content: space-between;
}

.feedback-header .navigate-button {
  display: flex;
  gap: 10px;
}

.feedback-header .navigate-button .swiper-button-next,
.feedback-header .navigate-button .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  color: #040404;
  font-size: 22px;
}

.feedback-header .navigate-button .swiper-button-next:after,
.feedback-header .navigate-button .swiper-button-prev:after {
  display: none;
}

.feedback .swiper-wrapper {
  padding: 40px 0;
}

.feedback .swiper-wrapper img {
  width: 50px;
  height: 50px;
}

.feedback-item {
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 10px 60px 0 rgba(96, 98, 146, 0.1);
  -webkit-box-shadow: 0 10px 60px 0 rgba(96, 98, 146, 0.1);
  -moz-box-shadow: 0 10px 60px 0 rgba(96, 98, 146, 0.1);
}

.feedback-item-header {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.feedback-item-header .rating {
  color: #f90;
}

.feedback-item-body {
  padding-right: 150px;
}

@media (max-width: 768px) {
  .feedback-item-body {
    padding: 0;
  }
}

.feedback-item-body p {
  font-size: 14px;
  color: #040404;
}

.feedback-item-footer h6 {
  font-weight: 500;
  margin-bottom: 0;
}

.feedback-item-footer span {
  font-size: 13px;
}

.faq-banner {
  margin: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .faq-banner {
    width: 80%;
  }
}

.faq .accordion-faq {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.faq .accordion-faq .accordion-item {
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.faq .accordion-faq .accordion-item .accordion-button {
  box-shadow: unset;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 25px;
  background-color: #fff;
  color: #040404;
}

.faq .accordion-faq .accordion-item .accordion-button:after {
  background-size: 15px;
  width: 15px;
  height: 15px;
}

.faq .accordion-faq .accordion-item .accordion-body {
  font-size: 14px;
  padding: 0 25px 20px;
  font-weight: 400;
}

.subscribe {
  position: relative;
  bottom: -6rem;
}

.subscribe .card {
  position: relative;
  display: block;
  padding: 50px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(92deg,
      #0ddcf2 0%,
      #3370ff 28.65%,
      #570afe 83.95%);
  color: #fff;
  padding-right: 30%;
  z-index: 1;
}

@media (max-width: 768px) {
  .subscribe .card {
    padding: 35px;
  }
}

.subscribe .card:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-subscribe.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 768px) {
  .subscribe .card:after {
    background-size: 200px;
  }
}

.subscribe .card h2 {
  color: #fff;
  margin-bottom: 20px;
}

.subscribe .card p {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer {
  background-color: #000;
  padding-top: 3rem;
}

.footer h3 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer .contact {
  margin-bottom: 10px;
}

.footer .contact span {
  font-size: 14px;
  display: block;
  color: #7884a6;
  margin-bottom: 5px;
}

.footer .contact span a {
  color: #7884a6;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footer .contact span a:hover {
  color: #fff;
}

.footer .social-media {
  display: flex;
  gap: 25px;
}

.footer .social-media a {
  color: #c4c4c4;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footer .social-media a:hover {
  color: #fff;
}

.footer .menu-title {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer .list-menu {
  display: flex;
  justify-content: end;
}

@media (max-width: 575px) {
  .footer .list-menu {
    display: block;
  }
}

.footer .list-menu .footer-menu {
  padding-left: 0;
  padding-bottom: 10px;
  list-style-type: none;
}

.footer .list-menu .footer-menu li a {
  display: block;
  font-size: 14px;
  color: #7884a6;
  margin-bottom: 10px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footer .list-menu .footer-menu li a:hover {
  color: #fff;
}

.footer .copy-right {
  padding: 10px 0;
  text-align: center;
  background-color: #dc3545;
  color: #fff;
  font-size: 13px;
  /* margin-top: 2rem; */
}

.whatsapp_float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 90px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  z-index: 100;
}

.call_float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 40px;
  background-color: #d35625;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  z-index: 100;
}

.whatsapp-icon,
.call-icon {
  margin-top: 15px;
}

/* for mobile */
@media screen and (max-width: 767px) {

  .whatsapp-icon,
  .call-icon {
    margin-top: 12px;
  }

  .whatsapp_float {
    width: 45px;
    height: 45px;
    bottom: 75px;
    left: 20px;
    font-size: 20px;
  }

  .call_float {
    width: 45px;
    height: 45px;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
  }
}

label {
  font-size: 14px;
  color: #dc3644;
  margin-top: 8px;
}