@charset "UTF-8";

.pt-4,
.py-4 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#product {
  height: calc((var(--vh, 1vh) * 100) - 59px);
}

@media (max-width: 767px) {
  #product {
    height: calc((var(--vh, 1vh) * 100) - 0px);
  }
}

#sliderIndicators {
  height: 100%;
}

#sliderIndicators .carousel-inner {
  height: 100%;
}

#sliderIndicators .carousel-item {
  height: 100%;
}

#sliderIndicators .carousel-inner .carousel-item .row {
  height: 100%;
}

#slide-1 .row .s-l {
  background-color: #406ac8;
  padding-left: 80px;
}

#slide-1 .row .s-r {
  background-color: #fff;
}

#slide-2 .row .s-l {
  background-color: #3e7bc6;
  padding-left: 80px;
}

#slide-2 .row .s-r {
  background-color: #fff;
}

#slide-3 .row .s-l {
  background-color: #3c92c2;
  padding-left: 80px;
}

#slide-3 .row .s-r {
  background-color: #fff;
}

#slide-4 .row .s-l {
  background-color: #3aabbf;
  padding-left: 80px;
}

#slide-4 .row .s-r {
  background-color: #fff;
}

#slide-5 .row .s-l {
  background-color: #38bbbd;
  padding-left: 80px;
}

#slide-5 .row .s-r {
  background-color: #fff;
}

.s3-label {
  height: auto !important;
  width: 40% !important;
  top: 60%;
  left: 34%;
}

@media (max-width: 767px) {
  .s3-label {
    width: 25% !important;
    top: 60%;
    left: 40%;
  }
}

.container-text-s {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

@media (max-width: 767px) {
  .container-text-s {
    margin-left: 0 !important;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .container-text-s {
    margin-top: 30px;
  }
}

.container-text-s h1 {
  margin-bottom: 30px;
  font-size: 42px;
  display: inline-block;
}

@media (max-width: 767px) {
  .container-text-s h1 {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 320px) {
  .container-text-s h1 {
    font-size: 34px;
  }
}

.container-text-s p {
  margin-bottom: 32px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  .container-text-s a.btn {
    display: none;
  }
}

.row .s-l {
  padding-right: 0;
}

@media (max-width: 767px) {
  .row .s-l {
    padding-left: 0px !important;
    z-index: 10;
  }
}

.row .s-r {
  padding-left: 0;
}

.row .s-r img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (max-width: 767px) {
  .row .s-r img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.text-add {
  display: block;
}

@media (max-width: 767px) {
  .text-add {
    display: none;
  }
}

.border-circle {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  -moz-clip-path: circle(18% at 54% 57%);
  -webkit-clip-path: circle(18% at 54% 57%);
  clip-path: circle(18% at 54% 57%);
  -webkit-animation: clip1 4s infinite;
  animation: clip1 4s infinite;
}

@media (max-width: 767px) {
  .border-circle {
    height: 96%;
  }
}

.clip-circle {
  position: absolute;
  top: 1.5%;
  /* equal to border thickness */
  left: 2%;
  /* equal to border thickness */
  -moz-clip-path: circle(15.6% at 52% 55.5%);
  -webkit-clip-path: circle(15.6% at 52% 55.5%);
  clip-path: circle(15.6% at 52% 55.5%);
  -webkit-animation: clip2 4s infinite;
  animation: clip2 4s infinite;
}

@keyframes clip1 {
  0% {
    -moz-clip-path: circle(18% at 54% 57%);
    -webkit-clip-path: circle(18% at 54% 57%);
    clip-path: circle(18% at 54% 57%);
  }

  25% {
    -moz-clip-path: circle(18% at 46% 58%);
    -webkit-clip-path: circle(18% at 46% 58%);
    clip-path: circle(18% at 46% 58%);
  }

  50% {
    -moz-clip-path: circle(18% at 65% 59%);
    -webkit-clip-path: circle(18% at 65% 59%);
    clip-path: circle(18% at 65% 59%);
  }

  75% {
    -moz-clip-path: circle(18% at 55% 74%);
    -webkit-clip-path: circle(18% at 55% 74%);
    clip-path: circle(18% at 55% 74%);
  }

  100% {
    -moz-clip-path: circle(18% at 54% 57%);
    -webkit-clip-path: circle(18% at 54% 57%);
    clip-path: circle(18% at 54% 57%);
  }
}

@-webkit-keyframes clip1 {
  0% {
    -moz-clip-path: circle(18% at 54% 57%);
    -webkit-clip-path: circle(18% at 54% 57%);
    clip-path: circle(18% at 54% 57%);
  }

  25% {
    -moz-clip-path: circle(18% at 46% 58%);
    -webkit-clip-path: circle(18% at 46% 58%);
    clip-path: circle(18% at 46% 58%);
  }

  50% {
    -moz-clip-path: circle(18% at 65% 59%);
    -webkit-clip-path: circle(18% at 65% 59%);
    clip-path: circle(18% at 65% 59%);
  }

  75% {
    -moz-clip-path: circle(18% at 55% 74%);
    -webkit-clip-path: circle(18% at 55% 74%);
    clip-path: circle(18% at 55% 74%);
  }

  100% {
    -moz-clip-path: circle(18% at 54% 57%);
    -webkit-clip-path: circle(18% at 54% 57%);
    clip-path: circle(18% at 54% 57%);
  }
}

@keyframes clip2 {
  0% {
    -moz-clip-path: circle(15.6% at 52% 55.5%);
    -webkit-clip-path: circle(15.6% at 52% 55.5%);
    clip-path: circle(15.6% at 52% 55.5%);
  }

  25% {
    -moz-clip-path: circle(15.6% at 44% 56.5%);
    -webkit-clip-path: circle(15.6% at 44% 56.5%);
    clip-path: circle(15.6% at 44% 56.5%);
  }

  50% {
    -moz-clip-path: circle(15.6% at 63% 57.5%);
    -webkit-clip-path: circle(15.6% at 63% 57.5%);
    clip-path: circle(15.6% at 63% 57.5%);
  }

  75% {
    -moz-clip-path: circle(15.6% at 53% 72.5%);
    -webkit-clip-path: circle(15.6% at 53% 72.5%);
    clip-path: circle(15.6% at 53% 72.5%);
  }

  100% {
    -moz-clip-path: circle(15.6% at 52% 55.5%);
    -webkit-clip-path: circle(15.6% at 52% 55.5%);
    clip-path: circle(15.6% at 52% 55.5%);
  }
}

@-webkit-keyframes clip2 {
  0% {
    -moz-clip-path: circle(15.6% at 52% 55.5%);
    -webkit-clip-path: circle(15.6% at 52% 55.5%);
    clip-path: circle(15.6% at 52% 55.5%);
  }

  25% {
    -moz-clip-path: circle(15.6% at 44% 56.5%);
    -webkit-clip-path: circle(15.6% at 44% 56.5%);
    clip-path: circle(15.6% at 44% 56.5%);
  }

  50% {
    -moz-clip-path: circle(15.6% at 63% 57.5%);
    -webkit-clip-path: circle(15.6% at 63% 57.5%);
    clip-path: circle(15.6% at 63% 57.5%);
  }

  75% {
    -moz-clip-path: circle(15.6% at 53% 72.5%);
    -webkit-clip-path: circle(15.6% at 53% 72.5%);
    clip-path: circle(15.6% at 53% 72.5%);
  }

  100% {
    -moz-clip-path: circle(15.6% at 52% 55.5%);
    -webkit-clip-path: circle(15.6% at 52% 55.5%);
    clip-path: circle(15.6% at 52% 55.5%);
  }
}

.s5-clip {
  opacity: 1;
  -webkit-animation: clip3 4s infinite;
          animation: clip3 4s infinite;
}

@keyframes clip3 {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes clip3 {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

.svg-slider1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.svg-slider1 image {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.s2-background-wrap div img {
  height: auto !important;
}

.scaleModel,
.x11,
.x10,
.x9,
.x8,
.x7,
.x6,
.x5,
.x4,
.x3,
.x2,
.x1 {
  transform: scale(1);
}

.bubble {
  border-radius: 50%;
  height: auto;
  position: absolute;
  width: 25%;
}

@media (max-width: 767px) {
  .bubble {
    width: 20%;
  }
}

.x1 {
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 6%;
  top: 16%;
}

@media (max-width: 767px) {
  .x1 {
    left: 18%;
    top: 2%;
  }
}

.x2 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 30%;
  top: 2%;
}

@media (max-width: 767px) {
  .x2 {
    left: -4%;
    top: 48%;
  }
}

.x3 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 1.5s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 1.5s ease-in-out infinite alternate;
  left: 38%;
  top: 25%;
}

@media (max-width: 767px) {
  .x3 {
    left: 42%;
    top: 11%;
  }
}

.x4 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
  left: 60%;
  top: -3%;
}

@media (max-width: 767px) {
  .x4 {
    left: -5%;
    top: 9%;
  }
}

.x5 {
  -webkit-animation: animateBubble 15s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 68%;
  top: 22%;
}

@media (max-width: 767px) {
  .x5 {
    left: 70%;
    top: 4%;
  }
}

.x6 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 3%;
  top: 43%;
}

@media (max-width: 767px) {
  .x6 {
    left: 17%;
    top: 30%;
  }
}

.x7 {
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 33%;
  top: 49%;
}

@media (max-width: 767px) {
  .x7 {
    left: 42%;
    top: 40%;
  }
}

.x8 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 63%;
  top: 48%;
}

@media (max-width: 767px) {
  .x8 {
    left: 67%;
    top: 35%;
  }
}

.x9 {
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
  left: 6%;
  top: 73%;
}

@media (max-width: 767px) {
  .x9 {
    left: 19%;
    top: 59%;
  }
}

.x10 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 40%;
  top: 73%;
}

@media (max-width: 767px) {
  .x10 {
    left: 58%;
    top: 61%;
  }
}

.x11 {
  -webkit-animation: animateBubble 15s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
  left: 78%;
  top: 74%;
}

@media (max-width: 767px) {
  .x11 {
    left: 82%;
    top: 59%;
  }
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 3%;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 3%;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 20px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: 20px;
  }
}

.line-1 {
  position: relative;
  top: 50%;
  width: 300px;
  margin: 0 auto;
  border-right: 2px solid #202633;
  font-size: 118px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  font-weight: bold;
  color: #38bbbd;
  line-height: 118px;
  -webkit-animation: typewriter 600ms steps(4) 1s 1 normal both, blinkTextCursor 700ms steps(4) infinite normal;
  animation: typewriter 600ms steps(4) 1s 1 normal both, blinkTextCursor 700ms steps(4) infinite normal;
}

@media (max-width: 991px) {
  .line-1 {
    font-size: 95px;
  }
}

@media (max-width: 767px) {
  .line-1 {
    font-size: 60px;
    margin-top: -87px;
    width: 142px;
    line-height: 60px;
    -webkit-animation: typewritermobile 600ms steps(4) 1s 1 normal both, blinkTextCursor 700ms steps(4) infinite normal;
    animation: typewritermobile 600ms steps(4) 1s 1 normal both, blinkTextCursor 700ms steps(4) infinite normal;
  }
}

.autocomp-texte {
  width: 85%;
  height: auto;
  opacity: 0;
  top: 50%;
  position: absolute;
  -webkit-animation: showDiv 700ms forwards;
          animation: showDiv 700ms forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  margin-top: 115px;
}

@media (max-width: 767px) {
  .autocomp-texte {
    top: 12%;
  }
}

.autocomp-texte p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 15%;
}

@media (max-width: 991px) {
  .autocomp-texte p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .autocomp-texte p {
    font-size: 10px;
    margin-left: 12%;
    margin-bottom: 0.5px;
  }
}

.autocomp-texte-gris {
  font-size: 14px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .autocomp-texte-gris {
    font-size: 8px;
  }
}

@-webkit-keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 300px;
  }
}

@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 300px;
  }
}

@-webkit-keyframes typewritermobile {
  from {
    width: 0;
  }

  to {
    width: 142px;
  }
}

@keyframes typewritermobile {
  from {
    width: 0;
  }

  to {
    width: 142px;
  }
}

@-webkit-keyframes blinkTextCursor {
  from {
    border-right-color: #202633;
  }

  to {
    border-right-color: transparent;
  }
}

@keyframes blinkTextCursor {
  from {
    border-right-color: #202633;
  }

  to {
    border-right-color: transparent;
  }
}

@-webkit-keyframes showDiv {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showDiv {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50% !important;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

@media (max-width: 767px) {
  .carousel-indicators li {
    background-color: #38bbbd;
    margin-right: 12px;
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    display: table;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .carousel-indicators {
    margin-left: auto;
    margin-right: auto;
    background-color: #f0f0f0;
    height: 45px;
    padding-top: 13px;
    bottom: -16px;
  }
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
}

.titre-contact-us {
  color: #406ac8;
  margin-bottom: 52px;
}

.titre-cous-1:after {
  width: 155px;
}

.titre-cous-2:after {
  width: 240px;
}

@media (max-width: 991px) and (min-width: 767px) {
  .titre-cous-2:after {
    width: 147px;
  }
}

.titre-contact-us:after {
  content: "";
  -o-border-image: linear-gradient(to right, #38bbbd, #406ac8) 100% 0 0 0/4px 0 0 0;
     border-image: linear-gradient(to right, #38bbbd, #406ac8) 100% 0 0 0/4px 0 0 0;
  border-width: 4px;
  border-style: solid;
  position: relative;
  height: 4px;
  left: 0;
  bottom: 0;
  display: block;
  top: 7px;
}

.contact-us {
  margin-top: 86px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .contact-us {
    margin-top: 0px;
  }
}

.mt-cus {
  margin-top: 86px;
}

@media (max-width: 767px) {
  .mt-cus {
    margin-top: 45px;
  }
}

.px-cus {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .px-cus {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.coor-contact-us {
  padding-bottom: 20px;
}

.coor-contact-us p {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .btn-contact {
    margin-top: 50px;
  }
}

.titre-pricing {
  color: #406ac8;
  margin-bottom: 52px;
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .titre-pricing {
    margin-top: 0px;
  }
}

.titre-pri-1:after {
  width: 95px;
}

.titre-pri-2:after {
  width: 55px;
}

.titre-pricing:after {
  content: "";
  -o-border-image: linear-gradient(to right, #38bbbd, #406ac8) 100% 0 0 0/4px 0 0 0;
     border-image: linear-gradient(to right, #38bbbd, #406ac8) 100% 0 0 0/4px 0 0 0;
  border-width: 4px;
  border-style: solid;
  position: relative;
  height: 4px;
  left: 0;
  bottom: 0;
  display: block;
  top: 7px;
  margin: 0 auto;
}

#spark-pricing-table {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.background-deg-pricing {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-bottom: 100px;
  padding-top: 250px;
  margin-top: -210px;
  background: linear-gradient(to right, #38bbbd, #406ac8);
}

.card-pricing {
  height: 480px;
}

.card-pricing .card-body {
  padding: 50px 0 0;
}

.card-pricing h3 {
  font-weight: 500;
  margin-bottom: 30px;
}

.card-pricing .list-group {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.card-pricing .list-group > .list-group-item {
  border: 0px solid #fff;
  padding: 0.2rem 1.25rem;
}

.pricing-p {
  font-size: 28px;
  color: #406ac8;
  font-weight: 600;
  position: absolute;
  bottom: 70px;
  margin: 0 auto;
  width: 100%;
}

.pricing-p span:first-of-type {
  font-weight: 400;
}

.pricing-p p {
  font-size: 14px;
  color: #202633;
  margin-top: -2px;
  font-weight: 400;
}

.div-pricing-btn {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 30px;
}

.pricing-footer {
  color: #fff;
}

@media (max-width: 1199px) {
  .btn-card-pricing {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  .btn-card-pricing {
    font-size: 13px !important;
  }
}

#spark-pricing-table .bx-wrapper {
  margin-bottom: 0;
  background: transparent;
  border: 0px solid #fff;
  box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  -moz-box-shadow: 0 0 0px #ccc;
}

@media (max-width: 767px) {
  #spark-pricing-table .bx-wrapper {
    margin: 0 auto !important;
  }
}

#spark-pricing-table .bx-wrapper .bx-controls .bx-controls-direction > a {
  background-color: #406ac8;
  background-image: none !important;
  overflow: hidden;
  color: #fff !important;
  border-radius: 50%;
  display: inline-block;
  top: 40% !important;
  height: 40px;
  width: 40px;
  text-indent: 0px !important;
  z-index: 99 !important;
}

#spark-pricing-table .bx-wrapper .bx-controls-direction a:before {
  color: #fff !important;
  font-family: "Material Icons";
  font-size: 42px !important;
  line-height: 1;
  padding: 0;
}

#spark-pricing-table .bx-next:before {
  content: "\E315";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

#spark-pricing-table .bx-prev:before {
  content: "\E314";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: relative;
  left: -2px;
}

#spark-pricing-table .bx-wrapper .bx-controls-direction a.disabled {
  background-color: #a7b2c1 !important;
}

#spark-pricing-table .bx-wrapper .bx-controls-direction a.bx-next {
  right: -48px !important;
}

@media (max-width: 767px) {
  #spark-pricing-table .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px !important;
  }
}

@media (max-width: 320px) {
  #spark-pricing-table .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px !important;
  }
}

#spark-pricing-table .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -48px !important;
}

@media (max-width: 767px) {
  #spark-pricing-table .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px !important;
  }
}

@media (max-width: 320px) {
  #spark-pricing-table .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0px !important;
  }
}

.titre-terms {
  color: #406ac8;
  margin-bottom: 52px;
  text-align: left;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .titre-terms {
    margin-top: 0px;
  }
}

.titre-ter-1:after {
  width: 232px;
}

.titre-ter-2:after {
  width: 238px;
}

.titre-terms:after {
  content: "";
  -o-border-image: linear-gradient(to right, #38bbbd, #406ac8) 100% 0 0 0/4px 0 0 0;
     border-image: linear-gradient(to right, #38bbbd, #406ac8) 100% 0 0 0/4px 0 0 0;
  border-width: 4px;
  border-style: solid;
  position: relative;
  height: 4px;
  left: 0;
  bottom: 0;
  display: block;
  top: 7px;
}

.terms-head {
  margin-bottom: 80px;
}

.terms-head h4 {
  color: #406ac8;
}

.titre-policy {
  color: #406ac8;
  margin-bottom: 52px;
  text-align: left;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .titre-policy {
    margin-top: 0px;
  }
}

.titre-pol-1:after {
  width: 232px;
}

.titre-pol-2:after {
  width: 238px;
}

.titre-policy:after {
  content: "";
  -o-border-image: linear-gradient(to right, #38bbbd, #406ac8) 100% 0 0 0/4px 0 0 0;
     border-image: linear-gradient(to right, #38bbbd, #406ac8) 100% 0 0 0/4px 0 0 0;
  border-width: 4px;
  border-style: solid;
  position: relative;
  height: 4px;
  left: 0;
  bottom: 0;
  display: block;
  top: 7px;
}

.policy-head {
  margin-bottom: 80px;
}

.policy-head h4 {
  color: #406ac8;
}

