/* Custom Scroll Bar with CSS */
/*
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: kt-get($x-base-colors, gray, 300);
}
::-webkit-scrollbar-thumb {
	background: kt-get($x-base-colors, gray, 500);
}
::-webkit-scrollbar-thumb:hover {
	background: kt-get($x-base-colors, gray, 700);
}
*/
/* Plugins from Node Modules */
/*
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");

@-ms-viewport {
  width: device-width;
}
html {
  scroll-behavior: smooth;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/**,
*::before,
*::after {
  box-sizing: inherit;
}
*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@font-face {
  font-family: 'Acumin Pro';
  src: url("../fonts/AcuminPro-Regular.woff2") format("woff2"), url("../fonts/AcuminPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Acumin Pro Bold';
  src: url("../fonts/AcuminPro-Bold.woff2") format("woff2"), url("../fonts/AcuminPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'goqii-icons';
  src: url("../fonts/icons/goqii-icons.eot?4g452g");
  src: url("../fonts/icons/goqii-icons.eot?4g452g#iefix") format("embedded-opentype"), url("../fonts/icons/goqii-icons.ttf?4g452g") format("truetype"), url("../fonts/icons/goqii-icons.woff?4g452g") format("woff"), url("../fonts/icons/goqii-icons.svg?4g452g#goqii-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'goqii-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-accordion-chevron:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin2:before {
  content: "\eaca";
}

/* general header css */
@media only screen and (max-width: 992px) {
  .header {
    height: 60px;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
}

@media only screen and (max-width: 992px) {
  .header-wrapper {
    padding: 15px 0 10px;
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .header-wrapper__logo {
    width: 155px;
  }
}

@media only screen and (max-width: 992px) {
  .header-wrapper__logo {
    width: 100px;
    margin: auto;
  }
}

.header-wrapper__logo__content {
  text-indent: -9999px;
  position: absolute;
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation {
    position: fixed;
    height: calc(100vh - 45px);
    width: 100%;
    background: transparent;
    top: 50px;
    z-index: 9;
    overflow: hidden;
    left: -100%;
    transition: 0.3s;
  }

  .header-wrapper__navigation.Mobile__Navigation--Active {
    left: 0;
  }
}

.header-wrapper__navigation__submenu>a {
  color: #272e31 !important;
  transition: 0.3s;
}

.header-wrapper__navigation__submenu>a:after {
  content: "\e903";
  font-family: 'goqii-icons' !important;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.header-wrapper__navigation__submenu>a:hover {
  color: #2185f4 !important;
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation__submenu--Active>a {
    color: #2185f4 !important;
    font-weight: 700 !important;
  }

  .header-wrapper__navigation__submenu--Active>a:after {
    transform: rotate(180deg);
  }

  .header-wrapper__navigation__submenu--Active .header-wrapper__navigation__submenu__dropdown {
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation__submenu__dropdown {
    height: 0;
    transition: 0.3s all ease-in-out;
    display: block !important;
    overflow: hidden;
  }

  .header-wrapper__navigation__submenu__dropdown ul {
    height: auto !important;
  }
}

.header-wrapper__navigation ul {
  display: flex;
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation ul {
    flex-direction: column;
    background: #fff;
    height: 100%;
    padding-top: 35px;
    overflow-y: auto;
  }
}

.header-wrapper__navigation ul li {
  margin-left: 40px;
  position: relative;
}

@media only screen and (max-width: 1800px) {
  .header-wrapper__navigation ul li {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.header-wrapper__navigation ul li a {
  color: #272e31;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0;
  display: block;
}

.xpricelogo{
  height: 60px;
  text-align: right;
  /* float: right; */
  /* padding-right: 3%; */
  margin-bottom: 30px;
}

@media only screen and (max-width: 1800px) {
  .header-wrapper__navigation ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) {
  .header-wrapper__navigation ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation ul li a {
    font-size: 16px;
    margin: 15px 0;
  }
}

.header-wrapper__navigation ul li a:hover,
.header-wrapper__navigation ul li a.active {
  color: #2185f4;
}

.header-wrapper__navigation ul li a.active {
  font-weight: 700;
}

.header-wrapper__navigation__submenu__dropdown {
  position: absolute;
  width: 320px;
  left: 0;
  display: none;
  background-color: #2185f4;
  border: 1px solid #2185f4;
  transition: 0.3s;
  z-index: 9;
}

@media only screen and (max-width: 1800px) {
  .header-wrapper__navigation__submenu__dropdown {
    width: 270px;
  }
}

@media only screen and (max-width: 1280px) {
  .header-wrapper__navigation__submenu__dropdown {
    width: 250px;
  }
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation__submenu__dropdown {
    position: relative;
    width: 100%;
    background-color: transparent;
    border: none;
  }
}

.header-wrapper__navigation__submenu__dropdown ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.header-wrapper__navigation__submenu__dropdown ul li {
  margin-left: 0;
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation__submenu__dropdown ul li {
    margin-right: 0;
  }
}

.header-wrapper__navigation__submenu__dropdown ul li a {
  text-transform: capitalize;
  margin-left: 0;
  color: #fff;
  padding: 10px 15px;
  display: block;
  margin: 0;
  transition: 0.3s;
}

@media only screen and (max-width: 992px) {
  .header-wrapper__navigation__submenu__dropdown ul li a {
    color: #04070c;
    padding-left: 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
  }
}

.header-wrapper__navigation__submenu__dropdown ul li a:hover {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  .header-wrapper__navigation__submenu:hover .header-wrapper__navigation__submenu__dropdown {
    display: block;
  }
}

.Mobile__Humburger {
  display: none;
  position: fixed;
  top: 5px;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .Mobile__Humburger {
    display: block;
  }
}

.Mobile__Humburger span {
  width: 20px;
  height: 2px;
  background: #383b40;
  display: inline-block;
  transition: 0.05s all ease-in-out;
  position: relative;
}

.Mobile__Humburger span:before,
.Mobile__Humburger span:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #383b40;
  display: inline-block;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.Mobile__Humburger span:before {
  top: 6px;
}

.Mobile__Humburger span:after {
  top: 12px;
}

.Mobile__Humburger.Active span {
  height: 0;
}

.Mobile__Humburger.Active span:before {
  top: 4px;
  transform: rotate(45deg);
  left: 1px;
}

.Mobile__Humburger.Active span:after {
  top: 4px;
  transform: rotate(-45deg);
}

.Fixed--Body {
  overflow: hidden;
}

.footer--wrapper {
  display: flex;
  padding: 55px 0 30px;
  position: relative;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .footer--wrapper {
    padding: 50px 0 10px;
  }
}

.footer--wrapper:before {
  content: '';
  width: 100%;
  top: 0;
  border-top: 1px solid #ccc;
  position: absolute;
}

.footer--wrapper__column {
  width: 15%;
}

@media only screen and (max-width: 992px) {
  .footer--wrapper__column {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .footer--wrapper__column {
    width: 100%;
  }
}

.footer--wrapper__column.footer-address-share {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 120px;
}

@media only screen and (max-width: 1800px) {
  .footer--wrapper__column.footer-address-share {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer--wrapper__column.footer-address-share {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .footer--wrapper__column.footer-address-share {
    padding-left: 0;
    width: 100%;
  }
}

.footer--wrapper__column.footer-address-share .footer__address,
.footer--wrapper__column.footer-address-share .footer__share-title {
  width: 40%;
}

@media only screen and (max-width: 992px) {

  .footer--wrapper__column.footer-address-share .footer__address,
  .footer--wrapper__column.footer-address-share .footer__share-title {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {

  .footer--wrapper__column.footer-address-share .footer__address,
  .footer--wrapper__column.footer-address-share .footer__share-title {
    width: 100%;
  }
}

.footer--wrapper__column.footer-address-share .footer__tag,
.footer--wrapper__column.footer-address-share .footer__share {
  width: 60%;
}

@media only screen and (max-width: 992px) {

  .footer--wrapper__column.footer-address-share .footer__tag,
  .footer--wrapper__column.footer-address-share .footer__share {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {

  .footer--wrapper__column.footer-address-share .footer__tag,
  .footer--wrapper__column.footer-address-share .footer__share {
    width: 100%;
  }
}

.footer--wrapper__column.footer-address-share .footer__address p {
  font-size: 20px;
  color: #1e1e1e;
  line-height: 28px;
  margin-bottom: 35px;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 1800px) {
  .footer--wrapper__column.footer-address-share .footer__address p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1400px) {
  .footer--wrapper__column.footer-address-share .footer__address p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .footer--wrapper__column.footer-address-share .footer__address p {
    font-size: 16px;
  }
}

.footer--wrapper__column.footer-address-share .footer__address p span {
  font-family: "Acumin Pro Bold", sans-serif;
}

.footer--wrapper__column.footer-address-share .footer__tag {
  align-self: center;
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  text-align: right;
}

@media only screen and (max-width: 1800px) {
  .footer--wrapper__column.footer-address-share .footer__tag {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .footer--wrapper__column.footer-address-share .footer__tag {
    text-align: left;
    order: 1;
    margin-top: 15px;
  }
}

.footer--wrapper__column.footer-address-share .footer__share {
  text-align: right;
  align-self: center;
}

.footer--wrapper__column.footer-address-share .footer__share-title {
  font-size: 20px;
  font-family: "Acumin Pro Bold", sans-serif;
  color: #1e1e1e;
  text-transform: uppercase;
  align-self: center;
}

.footer--wrapper__column.footer-address-share .footer__share-title p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
  .footer--wrapper__column.footer-address-share .footer__share-title {
    font-size: 16px;
  }
}

.footer--wrapper__column.footer-address-share .footer__share .share-icons__wrapper {
  width: 100%;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer--wrapper__column.footer-address-share .footer__share .share-icons__wrapper {
    justify-content: flex-start;
  }
}

.footer--wrapper__column.footer-address-share .footer__share .share-icons__wrapper a {
  padding: 9px 5px 9px 7px;
  border: 1px solid #adadad;
  line-height: 0;
  border-radius: 50%;
  margin: 0 20px;
}

@media only screen and (max-width: 1800px) {
  .footer--wrapper__column.footer-address-share .footer__share .share-icons__wrapper a {
    margin: 0 10px;
  }
}

.footer--wrapper__column.footer-address-share .footer__share .share-icons__wrapper a:last-child {
  margin-right: 0;
}

.footer--wrapper__column.footer-address-share .footer__share .share-icons__wrapper a span {
  margin: 0;
  width: 36px;
}

.footer--wrapper__column.footer-address-share .footer__share .share-icons__wrapper a span:after {
  line-height: inherit;
}

.footer--wrapper__column__sub-title {
  font-size: 24px;
  font-family: "Acumin Pro Bold", sans-serif;
  color: #1e1e1e;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1800px) {
  .footer--wrapper__column__sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1400px) {
  .footer--wrapper__column__sub-title {
    font-size: 18px;
  }
}

.footer--wrapper__column ul {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .footer--wrapper__column ul {
    margin-bottom: 25px;
  }
}

.footer--wrapper__column ul li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1800px) {
  .footer--wrapper__column ul li {
    line-height: 1;
  }
}

.footer--wrapper__column ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #1e1e1e;
  line-height: 30px;
  transition: 0.3s;
}

@media only screen and (max-width: 1800px) {
  .footer--wrapper__column ul li a {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1400px) {
  .footer--wrapper__column ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}

.footer--wrapper__column ul li a:hover,
.footer--wrapper__column ul li a.active {
  color: #2185f4;
}

.footer--wrapper .footer-copyright {
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: right;
  letter-spacing: 0px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .footer--wrapper .footer-copyright {
    text-align: center;
  }
}

/* Common Compoonents  */
.play-button {
  background-color: #27ae60;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
}

.play-button:hover {
  background-color: #144e2c;
}

.play-button img {
  display: inline-block;
  margin-left: 18px;
  fill: #fff !important;
  margin-top: 15px;
  border-radius: 0px !important;
  width: 30px;
  object-fit: unset !important;
  height: 30px !important;
  box-shadow: none !important;
}

.home-new-product {
  margin-bottom: 150px;
}

.home-new-product .new-product-slider .swiper-wrapper {
  align-items: center;
}

.home-new-product .new-product-slider__single img {
  max-width: 100%;
}

.home-explore-product {
  margin-bottom: 110px;
  padding: 60px 0 30px 0;
}

@media only screen and (max-width: 1800px) {
  .home-explore-product {
    margin-bottom: 40px;
    padding: 60px 0 30px 0;
  }
}

@media only screen and (max-width: 1800px) {
  .home-explore-product {
    margin-bottom: 0;
    padding: 60px 0 30px 0;
  }
}

@media only screen and (max-width: 992px) {
  .home-explore-product {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product {
    margin-bottom: 35px;
  }
}
.home-explore-product h2 {
  text-align: center;
  font-family: "Acumin Pro Bold";
  margin-bottom: 32px;
  font-size: 80px;
  line-height: 0.31;
  letter-spacing: 6px;
  color: #222;
  text-transform: uppercase;
}

.home-explore-product h4 {
  text-align: center;
  margin-bottom: 42px;
  font-size: 24px;
  line-height: 1.3;
  color: #222;
  font-weight: 400;
}
.home-explore-product .product-range-slider {
  position: relative;
}

.home-explore-product .product-range-slider .swiper .swiper-wrapper {
  align-items: center;
}

.home-explore-product .product-range-slider .swiper .swiper-wrapper .swiper-slide {
  border: 1px transparent solid;
}

.home-explore-product .product-range-slider .swiper .swiper-wrapper .swiper-slide-thumb-active {
  /* border: 1px #3a7fd0 solid; */
}

.home-explore-product .product-range-slider .swiper .swiper-button-prev {
  left: 75px;
  top: calc(50% - 75px);
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider .swiper .swiper-button-prev {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider .swiper .swiper-button-prev {
    left: 0px;
  }
}

.home-explore-product .product-range-slider .swiper .swiper-button-next {
  right: 75px;
  top: calc(50% - 75px);
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider .swiper .swiper-button-next {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider .swiper .swiper-button-next {
    right: 0px;
  }
}

.home-explore-product .product-range-slider .swiper-pagination {
  bottom: 5px;
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider .swiper-pagination {
    bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider .swiper-pagination {
    bottom: 10px;
  }
}

.home-explore-product .product-range-slider .swiper-pagination-bullet {
  background-color: #bed2de;
  opacity: 1;
}

.home-explore-product .product-range-slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.home-explore-product .product-range-slider__main__single {
  margin-bottom: 80px;
  border-radius: 40px;
}

@media only screen and (max-width: 1280px) {
  .home-explore-product .product-range-slider__main__single {
    padding: 0 60px 0 0px;
  }
}

@media only screen and (max-width: 992px) {
  .home-explore-product .product-range-slider__main__single {
    margin-bottom: 40px;
    padding: 0 30px  0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider__main__single {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .home-explore-product .product-range-slider__main__single .col-md-6:first-child {
    order: 1;
  }
}

.home-explore-product .product-range-slider__main__single__img {
  text-align: center;
  /* position: absolute; */
  /* bottom: -230px; */
  width: 100%;
  /* margin-left: 60px; */
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider__main__single__img {
    /* bottom: -170px; */
    margin-left: 0;
    /* padding: 0 60px 0 140px; */
  }
}

@media only screen and (max-width: 1050px) {
  .home-explore-product .product-range-slider__main__single__img {
    /* padding: 0 20px 0 60px; */
  }
}

@media only screen and (max-width: 992px) {
  .home-explore-product .product-range-slider__main__single__img {
    bottom: -120px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .home-explore-product .product-range-slider__main__single__img {
    bottom: -80px;
    padding: 0 10px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider__main__single__img {
    bottom: -80px;
    position: relative;
    margin-top: -60px;
    padding-left: 10px;
    height: 350px;
  }

  .home-explore-product .product-range-slider__main__single__img img {
    max-height: 100%;
    border-radius: 30px;
  }
}

.home-explore-product .product-range-slider__main__single__info {
  max-width: 514px;
  padding: 130px 0;
  /*height: 600px; */
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider__main__single__info {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 992px) {
  .home-explore-product .product-range-slider__main__single__info {
      padding: 0px 0;
  }
  .home-explore-product .product-range-slider .swiper-pagination {
    bottom: 0px;
}

}
@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider__main__single__info {
    max-width: 100%;
    text-align: center;
    padding: 30px 0 20px;
    line-height: 24px;
  }
}

.home-explore-product .product-range-slider__main__single__info h3 {
  font-size: 28px;
  font-family: "Acumin Pro Bold", sans-serif;
  letter-spacing: 4.5px;
  margin-bottom: 1px;
  color: #222;
  /* text-transform: uppercase; */
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider__main__single__info h3 {
    font-size: 28px;
    font-family: "Acumin Pro Bold", sans-serif;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-explore-product .product-range-slider__main__single__info h3 {
    font-size: 28px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .home-explore-product .product-range-slider__main__single__info h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider__main__single__info h3 {
    font-size: 24px;
  }
}

.home-explore-product .product-range-slider__main__single__info p {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
  .home-explore-product .product-range-slider__main__single__info p {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider__main__single__info p {
    margin-bottom: 20px;
  }
}

.home-explore-product .product-range-slider__thumb {
  width: 530px;
  position: absolute;
  right: 65px;
  bottom: calc(231px - 65px);
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider__thumb {
    width: 404px;
    right: 35px;
  }
}

@media only screen and (max-width: 992px) {
  .home-explore-product .product-range-slider__thumb {
    width: 314px;
    right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .home-explore-product .product-range-slider__thumb {
    bottom: 50px;
    right: 0;
  }
}

.home-explore-product .product-range-slider__thumb__single {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider__thumb__single {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 992px) {
  .home-explore-product .product-range-slider__thumb__single {
    width: 80px;
    height: 80px;
  }
}

.home-explore-product .product-range-slider__thumb__single img {
  max-height: 100%;
}

@media only screen and (max-width: 1800px) {
  .home-explore-product .product-range-slider__thumb__single img {
    max-height: 80%;
  }
}

.home-coaching-care {
  padding-bottom: 1px;
  background-color: #e1e1e1;
  padding: 40px 0 40px 0;
}

.home-coaching-care__inner {
  margin-bottom: 0px;
  /* padding-right: 166px; */
  position: relative;
}

@media only screen and (max-width: 992px) {
  .home-coaching-care__inner {
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .home-coaching-care__inner {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-coaching-care__inner {
    margin-bottom: 0px;
  }
}

.home-coaching-care__wrapper {
  background-image:none !important;
  border-radius: 80px;
  padding: px 0 0px;
}

@media only screen and (max-width: 1800px) {
  .home-coaching-care__wrapper {
    border-radius: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .home-coaching-care__wrapper {
    padding-bottom: 0;
    padding: 30px 0 30px 0;
  }
  .home-coaching-care {
    padding-bottom: 1px;
    background-color: #e1e1e1;
    padding: 30px 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-coaching-care__wrapper {
    border-radius: 15px;
    padding: 10px 0 10px 0;
  }
}

.home-coaching-care__wrapper__info {
  /* padding-left: 100px; */
}

@media only screen and (max-width: 1800px) {
  .home-coaching-care__wrapper__info {
    /* padding-left: 50px; */
  }
}

@media only screen and (max-width: 992px) {
  .home-coaching-care__wrapper__info {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 376px) {
  .home-coaching-care__wrapper__info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home-coaching-care__wrapper__info p {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1800px) {
  .home-coaching-care__wrapper__info p {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .home-coaching-care__wrapper__info p {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .home-coaching-care__wrapper .col-md-6 {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.home-coaching-care__wrapper__img {
  position: absolute;
  bottom: -90px;
  right: 0;
}

@media only screen and (max-width: 1800px) {
  .home-coaching-care__wrapper__img {
    width: 760px;
    bottom: -65px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-coaching-care__wrapper__img {
    width: 680px;
    bottom: -58px;
  }
}

@media only screen and (max-width: 992px) {
  .home-coaching-care__wrapper__img {
    position: relative;
    bottom: -140px;
    width: 70%;
    margin: auto;
    margin-top: -170px;
  }
}

@media only screen and (max-width: 992px) {
  .home-coaching-care__wrapper__img {
    width: 87%;
    bottom: -65px;
    margin-top: -60px;
  }
}

.home-health-ecosystem {
  margin-bottom: 0px;
  margin-top: 210px;
  background-color: #fff;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 60px 0  30px 0;
  position: relative;
}

@media only screen and (max-width: 1800px) {
  .home-health-ecosystem {
    padding: 60px 0  30px 0;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

@media only screen and (max-width: 922px) {
  .home-health-ecosystem {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 0px !important;
    padding: 30px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-health-ecosystem {
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 0px !important;
    padding: 10px 0  30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem .container {
    padding: 0;
  }
}


.home-health-ecosystem::before {
  content: "";
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/app-feature-element.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 750px;
  height: 220px;
  top: -210px;
  left: 50%;
  z-index: -1;
  transform: translateX(-60%);
  background-size: contain;
}

@media only screen and (max-width: 1800px) {
  .home-health-ecosystem::before {
    width: 420px;
    height: 130px;
    top: -130px;
  }
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem::before {
    display: none;
  }
}

.home-health-ecosystem .health-ecosystem-slider {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem .health-ecosystem-slider {
    text-align: center;
  }
}

.home-health-ecosystem .health-ecosystem-slider .swiper-wrapper {
  align-items: center;
}

.home-health-ecosystem .health-ecosystem-slider__single {
  display: flex;
  padding: 0 90px;
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem .health-ecosystem-slider__single {
    padding: 0 60px;
  }
/* 
  .home-health-ecosystem .health-ecosystem-slider__single .col-md-7 {
    display: none;
  } */

  .home-health-ecosystem .health-ecosystem-slider__single .col-md-5 {
    padding: 0;
  }
}

.home-health-ecosystem h1 {
  margin-bottom: 25px;
  font-family: "Acumin Pro Bold";
  font-size:46px;
  line-height: 1.1;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.home-health-ecosystem h1 span {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.13px;
  display: block;
  margin-bottom: 10px;
  margin-left: 2px;
}


.home-health-ecosystem .health-ecosystem-slider__single__info h2 {
  margin-bottom: 25px;
  font-family: "Acumin Pro Bold";
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 2px;
  color: #222;
  /* text-transform: uppercase; */
}

@media only screen and (max-width: 1800px) {
  .home-health-ecosystem .health-ecosystem-slider__single__info h2 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-health-ecosystem .health-ecosystem-slider__single__info h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 2px;
  }

.home-health-ecosystem h1 {
  margin-bottom: 20px;
  font-family: "Acumin Pro Bold";
  font-size:40px;
  line-height: 1.1;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem .health-ecosystem-slider__single__info h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.home-health-ecosystem .health-ecosystem-slider__single__info h2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 2.13px;
  display: block;
  margin-bottom: 23px;
  margin-left: 2px;
}

@media only screen and (max-width: 1800px) {
  .home-health-ecosystem .health-ecosystem-slider__single__info h2 span {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1800px) {
  .home-health-ecosystem .health-ecosystem-slider__single__info h2 span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem .health-ecosystem-slider__single__info h2 span {
    font-size: 16px;
  }
}

.home-health-ecosystem .health-ecosystem-slider__single__info__img__mob {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .home-health-ecosystem .health-ecosystem-slider__single__info__img__mob {
    display: none;
  }
}

.home-health-ecosystem .health-ecosystem-slider__single__info p {
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem .health-ecosystem-slider__single__info p {
    margin-bottom: 25px;
  }
}

.home-health-ecosystem .health-ecosystem-slider__main {
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem .health-ecosystem-slider__main {
    padding-bottom: 50px;
  }
}

.home-health-ecosystem .health-ecosystem-slider__main img {
  max-width: 100%;
}

.home-health-ecosystem .health-ecosystem-slider__thumb {
  width: 70%;
  position: absolute;
  right: 0;
  bottom: 0px;
}

@media only screen and (max-width: 1800px) {
  .home-health-ecosystem .health-ecosystem-slider__thumb {
    /* width: 100%; */
    /* width: auto; */
  }
}

@media only screen and (max-width: 1440px) {
  .home-health-ecosystem .health-ecosystem-slider__thumb {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .home-health-ecosystem .health-ecosystem-slider__thumb {
    width: 90%;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .home-health-ecosystem .health-ecosystem-slider__thumb {
    width: 320px;
    position: relative;
  }
}

.home-health-ecosystem .health-ecosystem-slider__thumb img {
  width: 100%;
}

@keyframes example {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.home-health-ecosystem .health-ecosystem-slider__thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #2185f4;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
  cursor: pointer;
}

@media only screen and (max-width: 1800px) {
  .home-health-ecosystem .health-ecosystem-slider__thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.home-health-ecosystem .health-ecosystem-slider__thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.home-health-ecosystem .health-ecosystem-slider__thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #2185f4;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1800px) {
  .home-health-ecosystem .health-ecosystem-slider__thumb__single__progress {
    height: 5px;
  }
}

/* .home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide {
  width: auto !important;
} */

.home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single {
  opacity: 1;
}

.home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__progress {
  opacity: 1;
}

.home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}


.home-health-ecosystem .health-ecosystem-slider .swiper-button-prev,
.home-health-ecosystem .health-ecosystem-slider .swiper-button-next {
  background-position-y: -26px;
}


.home-gamified-engagement {
  margin-bottom: 0px;
  margin-top: 60px;
  /* background-image: url("https://storecdn.goqii.com/media/goqiiweb/assets/images/bg-gamified-engagement.jpg"); */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* .home-gamified-engagement-bg1 {
  background-image: url("https://appcdn.goqii.com/storeimg/52694_1733145171.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
} */

/* .home-gamified-engagement-bg2 {
  background-image: url("https://appcdn.goqii.com/storeimg/71101_1733146600.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
} */

/* .home-gamified-engagement-bg3 {
  background-image: url("https://appcdn.goqii.com/storeimg/53429_1732875191.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
} */

@media only screen and (max-width: 1800px) {
  .home-gamified-engagement {
    margin-top: 70px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1800px) {
  .home-gamified-engagement {
    margin-bottom: 0;
  }
}


@media screen and (max-width: 1800px) and (min-width: 750px) {
  .home-gamified-engagement {
    margin-top: 70px;
    margin-bottom: 0px;
  }
}

.home-gamified-engagement::before {
  content: "";
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/gamified-engagement-element.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 750px;
  height: 220px;
  top: -210px;
  left: 50%;
  z-index: -1;
  background-size: contain;
}

@media only screen and (max-width: 1800px) {
  .home-gamified-engagement::before {
    width: 480px;
    height: 150px;
    top: -150px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-gamified-engagement::before {
    width: 390px;
    height: 120px;
    top: -120px;
  }
}

@media only screen and (max-width: 767px) {
  .home-gamified-engagement::before {
    display: none;
  }
}

.home-gamified-engagement .gamified-engagement-slider {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-gamified-engagement .gamified-engagement-slider {
    text-align: center;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-gamified-engagement .gamified-engagement-slider .col-md-5 {
    display: none;
  }
}

.home-gamified-engagement .gamified-engagement-slider .swiper-wrapper {
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .home-gamified-engagement .gamified-engagement-slider .swiper-wrapper {
    align-items: flex-start;
  }
}

.home-gamified-engagement .gamified-engagement-slider__single__info {
  /* max-width: 97%; */
}

@media only screen and (max-width: 1280px) {
  .home-gamified-engagement .gamified-engagement-slider__single__info {
    max-width: 100%;
  }
}

.home-gamified-engagement .gamified-engagement-slider__single__info h1 {
    font-family: "Acumin Pro Bold", sans-serif;
    color: #333;
    line-height: 1.1;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 46px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.gamified-engagement-slider__single__info h1 span {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.13px;
  display: block;
  margin-bottom: 10px;
  margin-left: 2px;
}

.home-gamified-engagement .gamified-engagement-slider__single__info h3 {
  font-size: 28px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}

.home-gamified-engagement .gamified-engagement-slider__single__info h4 {
  font-size: 28px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 300;
}

.home-gamified-engagement .gamified-engagement-slider__single__info h4 span{
  font-weight: 600;
  font-size: 30px;
  font-family: "Acumin Pro Bold", sans-serif;
  /* text-transform: uppercase; */
}

.home-gamified-engagement .gamified-engagement-slider__single__info p {
  margin-bottom: 10px;
  letter-spacing: 1.13px;
  color: #333;
}

@media only screen and (min-width: 768px) {
  .home-gamified-engagement .gamified-engagement-slider__single__info__img__mob {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .home-gamified-engagement .gamified-engagement-slider__single__img {
    max-width: 100%;
    margin-left: auto;
  }
  .home-gamified-engagement .gamified-engagement-slider__single__info h1 {
    font-family: "Acumin Pro Bold", sans-serif;
    color: #333;
    line-height: 1.1;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
}

@media only screen and (max-width: 767px) {
  .home-gamified-engagement .gamified-engagement-slider__single__img {
    max-width: 80%;
    margin: auto;
  }
  .health-ecosystem-slider__single__img {
    max-width: 100%;
    margin: auto;
  }
  .home-gamified-engagement {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .home-gamified-engagement .gamified-engagement-slider__single__info h1 {
    font-family: "Acumin Pro Bold", sans-serif;
    color: #333;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
  }
  .home-gamified-engagement .gamified-engagement-slider__single__info h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
  }
  .home-gamified-engagement .gamified-engagement-slider__single__info h4 span {
    font-weight: 600;
    font-size: 28px;
    font-family: "Acumin Pro Bold", sans-serif;
    /* text-transform: uppercase; */
    margin-top: 30px;
    display: block;
  }
  .home-gamified-engagement .gamified-engagement-slider__single__info h4 {
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 300;
  }
}

@media only screen and (max-width: 376px) {
  .home-gamified-engagement .gamified-engagement-slider__single__img {
    max-width: 100%;
  }
}

.home-gamified-engagement .gamified-engagement-slider__main {
  top: -50px;
  padding: 0 0px;
}

.home-gamified-engagement .gamified-engagement-slider__single{
  padding: 70px 70px;
  /* height: 94vh; */
}

@media only screen and (max-width: 1280px) {
  .home-gamified-engagement .gamified-engagement-slider__main {
    top: -35px;
    padding: 0 0px;
  }
  .home-gamified-engagement .gamified-engagement-slider__single{
    padding: 70px 70px;
    /* height: 94vh; */
  }
}

@media only screen and (max-width: 1280px) {
  .home-gamified-engagement .gamified-engagement-slider__main {
    top: 0;
    padding-top: 40px;
    padding: 0 0px;
  }
  .home-gamified-engagement .gamified-engagement-slider__single{
    padding: 0px 70px;
    /* height: 100vh; */
  }
}

@media only screen and (max-width: 767px) {
  .home-gamified-engagement .gamified-engagement-slider__main {
    padding-top: 0;
    padding: 0 0px;
  }
  .home-gamified-engagement .gamified-engagement-slider__single{
    padding: 0px;
    height: auto;
  }
}

.home-gamified-engagement .gamified-engagement-slider__main img {
  max-width: 100%;
}

.home-gamified-engagement .gamified-engagement-slider__thumb {
  width: 46%;
  margin-top: -80px;
  margin-bottom: 45px;
  padding: 0px 100px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1280px) {
  .home-gamified-engagement .gamified-engagement-slider__thumb {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-gamified-engagement .gamified-engagement-slider__thumb {
    margin-top: 20px;
    width: 46%;
    margin-bottom: 45px;
    padding: 0px 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 992px) {
  .home-gamified-engagement .gamified-engagement-slider__thumb {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home-gamified-engagement .gamified-engagement-slider__thumb {
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px 0px;
  }

 
}
.home-gamified-engagement .gamified-engagement-slider__thumb img {
  width: 100%;
}

.home-gamified-engagement .gamified-engagement-slider__thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #000;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
  cursor: pointer;
  text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
  .home-gamified-engagement .gamified-engagement-slider__thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.home-gamified-engagement .gamified-engagement-slider__thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #7b7b7b;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  /* margin-top: 10px; */
}

@media only screen and (max-width: 1800px) {
  .home-gamified-engagement .gamified-engagement-slider__thumb__single__progress {
    height: 5px;
  }
}

.home-gamified-engagement .gamified-engagement-slider__thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #46a6ff;
  top: 0;
  left: 0;
  position: absolute;
}

.home-gamified-engagement .gamified-engagement-slider__thumb .swiper-slide {
  width: auto !important;
}

.home-gamified-engagement .gamified-engagement-slider__thumb .swiper-slide-thumb-active .gamified-engagement-slider__thumb__single {
  opacity: 1;
}

.home-gamified-engagement .gamified-engagement-slider__thumb .swiper-slide-thumb-active .gamified-engagement-slider__thumb__single__progress {
  opacity: 1;
}

.home-gamified-engagement .gamified-engagement-slider__thumb .swiper-slide-thumb-active .gamified-engagement-slider__thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}
@media only screen and (max-width: 767px) {
.home-gamified-engagement .gamified-engagement-slider__thumb .swiper-slide {
  width: 100% !important;
}
}
.home-app-feature {
  padding-bottom: 20px;
  padding-top: 60px;
  background-color: #f3f3f3;
  /* background-image: url("https://storecdn.goqii.com/media/goqiiweb/assets/images/bg-app-feature.jpg"); */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 1800px) {
  .home-app-feature {
    padding-bottom: 80px;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 1800px) {
  .home-app-feature {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .home-app-feature {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .home-app-feature {
    padding-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-app-feature {
    margin-top: 0px;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 1800px) and (min-width: 750px) {
  .home-app-feature {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

/* .home-app-feature::before {
  content: "";
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/app-feature-element.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 750px;
  height: 220px;
  top: -210px;
  left: 50%;
  z-index: -1;
  background-size: contain;
} */

@media only screen and (max-width: 1800px) {
  .home-app-feature::before {
    width: 480px;
    height: 150px;
    top: -150px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-app-feature::before {
    width: 390px;
    height: 120px;
    top: -120px;
  }
}

@media only screen and (max-width: 767px) {
  .home-app-feature::before {
    display: none;
  }
}

.home-app-feature .app-feature-slider {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-app-feature .app-feature-slider {
    text-align: center;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-app-feature .app-feature-slider .col-md-5 {
    display: none;
  }
}

.home-app-feature .app-feature-slider .swiper-wrapper {
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .home-app-feature .app-feature-slider .swiper-wrapper {
    align-items: flex-start;
  }
}

.home-app-feature .app-feature-slider__single__info {
  max-width: 97%;
}

@media only screen and (max-width: 1280px) {
  .home-app-feature .app-feature-slider__single__info {
    max-width: 100%;
  }
}

.home-app-feature .app-feature-slider__single__info h2 {
  font-size: 56px;
  font-family: "Acumin Pro Bold", sans-serif;
  color: #333;
  line-height: 110px;
  margin-bottom: 40px;
  letter-spacing: 7.24px;
}

.home-app-feature .app-feature-slider__single__info h3 {
  /* font-family: "Acumin Pro Bold", sans-serif; */
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 2px;
  font-weight: 400;
  /* text-transform: uppercase; */
}
.home-app-feature .app-feature-slider__single__info p {
  margin-bottom: 10px;
  letter-spacing: 1.13px;
}

@media only screen and (min-width: 768px) {
  .home-app-feature .app-feature-slider__single__info__img__mob {
    display: none;
  }
  .home-app-feature .app-feature-slider__single__info h3 {
    /* font-family: "Acumin Pro Bold", sans-serif; */
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 2px;
    font-weight: 400;
    /* text-transform: uppercase; */
  }
}

@media only screen and (max-width: 1280px) {
  .home-app-feature .app-feature-slider__single__img {
    max-width: 85%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .home-app-feature .app-feature-slider__single__img {
    max-width: 50%;
    margin: auto;
  }
}

@media only screen and (max-width: 376px) {
  .home-app-feature .app-feature-slider__single__img {
    max-width: 100%;
  }
}

.home-app-feature .app-feature-slider__main {
  top: 0px;
  padding: 0 70px;
}

@media only screen and (max-width: 1280px) {
  .home-app-feature .app-feature-slider__main {
    top: -35px;
    padding: 0 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-app-feature .app-feature-slider__main {
    top: 0;
    padding-top: 40px;
    padding: 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .home-app-feature .app-feature-slider__main {
    padding-top: 0;
    padding: 0 30px;
  }
}

.home-app-feature .app-feature-slider__main img {
  max-width: 100%;
}

.home-app-feature .app-feature-slider__thumb {
  width: 60%;
  margin-top: -140px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0 60px;
}

@media only screen and (max-width: 1280px) {
  .home-app-feature .app-feature-slider__thumb {
    margin-top: -90px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-app-feature .app-feature-slider__thumb {
    margin-top: 20px;
    width: 70%;
  }
}

@media only screen and (max-width: 992px) {
  .home-app-feature .app-feature-slider__thumb {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .home-app-feature .app-feature-slider__thumb {
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
    margin-bottom: 0px;
  }
}

.home-app-feature .app-feature-slider__thumb img {
  width: 100%;
}

.home-app-feature .app-feature-slider__thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #f7a140;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
  cursor: pointer;
}

@media only screen and (max-width: 1800px) {
  .home-app-feature .app-feature-slider__thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.home-app-feature .app-feature-slider__thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1800px) {
  .home-app-feature .app-feature-slider__thumb__single__progress {
    height: 5px;
  }
}

.home-app-feature .app-feature-slider__thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #f7a140;
  top: 0;
  left: 0;
  position: absolute;
}

.home-app-feature .app-feature-slider__thumb .swiper-slide {
  width: auto !important;
}

.home-app-feature .app-feature-slider__thumb .swiper-slide-thumb-active .app-feature-slider__thumb__single {
  opacity: 1;
}

.home-app-feature .app-feature-slider__thumb .swiper-slide-thumb-active .app-feature-slider__thumb__single__progress {
  opacity: 1;
}

.home-app-feature .app-feature-slider__thumb .swiper-slide-thumb-active .app-feature-slider__thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}

.home-app-feature__app-download {
  padding-bottom: 45px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 1800px) {
  .home-app-feature__app-download img {
    max-height: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-app-feature__app-download img {
    max-height: 40px;
    margin-right: 10px;
  }
}

.home-blog-testimonials {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials {
    margin-bottom: 20px;
  }

  .home-blog-testimonials .container {
    padding: 0;
  }
  .home-app-feature .app-feature-slider__thumb .swiper-slide {
    width: 100% !important;
  }
}

.home-blog-testimonials h2 {
  font-size: 56px;
  font-family: "Acumin Pro Bold", sans-serif;
  line-height: 0.93;
  letter-spacing: 3.35px;
  color: #333;
  margin-bottom: 40px;
  max-width: 60%;
  margin-left: auto;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials h2 {
    letter-spacing: 2.5px;
    margin-bottom: 40px;
    max-width: 55%;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials h2 {
    max-width: 60%;
  }
}

.home-blog-testimonials h2 span {
  font-size: 31px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.53px;
  display: block;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials h2 span {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-blog-testimonials h2 span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials h2 span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 376px) {
  .home-blog-testimonials h2 span {
    font-size: 16px;
  }
}

.home-blog-testimonials .blog-testimonials-slider__single {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider__single {
    padding: 0px 20px 0 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}

.home-blog-testimonials .blog-testimonials-slider__single__img {
  min-width: auto;
  height: 100%;
  filter: grayscale(100%);
  position: relative;
}

.home-blog-testimonials .blog-testimonials-slider__single__img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 19.4px;
  box-shadow: -1.2px 1.6px 19px 1px rgba(36, 40, 44, 0.16);
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials .blog-testimonials-slider__single__img img {
    max-height: 240px;
  }
}

.home-blog-testimonials .blog-testimonials-slider__single__video {
  display: none;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 50px;
  bottom: -37px;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials .blog-testimonials-slider__single__video {
    width: 60px;
    height: 60px;
    bottom: -25px;
    right: 30px;
  }
}

.home-blog-testimonials .blog-testimonials-slider__single__info {
  width: calc(100% - 423px);
  border-radius: 19.4px;
  box-shadow: -1.2px 1.6px 19px 1px rgba(36, 40, 44, 0.16);
  padding: 65px;
  background-color: #fff;
  display: none;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials .blog-testimonials-slider__single__info {
    padding: 20px;
    width: calc(100% - 323px);
  }
}

@media only screen and (max-width: 1280px) {
  .home-blog-testimonials .blog-testimonials-slider__single__info {
    width: calc(100% - 265px);
  }
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials .blog-testimonials-slider__single__info {
    width: calc(100% - 160px);
  }
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials .blog-testimonials-slider__single__info {
    width: calc(100% - 115px);
    padding: 5px;
    margin-top: 35px;
  }
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider__single__info {
    padding: 10px;
    width: 100%;
    margin-top: 25px;
  }
}

.home-blog-testimonials .blog-testimonials-slider__single__info__content span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: 2.6px;
  color: #74b45b;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials .blog-testimonials-slider__single__info__content span {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-wrapper {
  padding: 20px 0;
}

.home-blog-testimonials .blog-testimonials-slider .swiper-slide {
  height: 480px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide {
    height: 400px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide {
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide {
    height: 180px;
  }
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide {
    height: auto;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active {
  width: 60% !important;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active {
    padding: 0;
    width: 76% !important;
  }
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__img {
  min-width: 400px;
  filter: grayscale(0%);
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__img {
    min-width: 310px;
    max-width: 310px;
  }
}

/* @media only screen and (max-width: 1280px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__img {
    min-width: 255px;
    max-width: 255px;
  }
} */

@media only screen and (max-width: 1280px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__img {
    min-width: 150px;
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__img {
    min-width: 110px;
    max-width: 110px;
  }
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__img {
    min-width: 150px;
    max-width: 150px;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__info {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__info p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__info span {
    font-size: 14px;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-active .blog-testimonials-slider__single__video {
  display: inline-flex;
}

.home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-prev {
  width: 20% !important;
  padding-left: 20px;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-prev {
    padding-left: 0;
    width: 12% !important;
  }
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-prev {
    padding-left: 0;
    width: 0 !important;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-next {
  width: 20% !important;
  padding-right: 20px;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-next {
    width: 12% !important;
    padding-right: 0;
  }
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-slide.swiper-slide-next {
    width: 0 !important;
    padding-right: 0;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-pagination {
  position: relative;
  margin-top: 50px;
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-pagination {
    margin-top: 10px;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #74b45b;
}

.home-blog-testimonials .blog-testimonials-slider .swiper-button-prev {
  left: 10%;
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-button-prev {
    left: -2px;
    margin-top: -40px;
  }
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-button-prev {
    margin-top: 0;
    top: 110px;
  }
}

.home-blog-testimonials .blog-testimonials-slider .swiper-button-next {
  right: 10%;
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-button-next {
    right: -2px;
    margin-top: -40px;
  }
}

@media only screen and (max-width: 576px) {
  .home-blog-testimonials .blog-testimonials-slider .swiper-button-next {
    margin-top: 0;
    top: 110px;
  }
}

.home-blog-testimonials__tab {
  position: relative;
}

.home-blog-testimonials__tab::before {
  content: "";
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/blog-element-1.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 286px;
  height: 215px;
  top: -190px;
  left: 21%;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials__tab::before {
    top: -130px;
    left: 21%;
    background-size: 70%;
  }
}

@media only screen and (max-width: 1280px) {
  .home-blog-testimonials__tab::before {
    top: -75px;
    left: 21%;
    background-size: 45%;
  }
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials__tab::before {
    top: -58px;
    left: 24%;
    background-size: 36%;
  }
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials__tab::before {
    display: none;
  }
}

.home-blog-testimonials__tab::after {
  content: "";
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/blog-element-2.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 296px;
  height: 240px;
  bottom: -125px;
  right: 21%;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials__tab::after {
    background-size: 70%;
    bottom: -135px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-blog-testimonials__tab::after {
    background-size: 45%;
    bottom: -160px;
    right: 10%;
  }
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials__tab::after {
    background-size: 36%;
    bottom: -160px;
    right: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .home-blog-testimonials__tab::after {
    display: none;
  }
}

.home-blog-testimonials__tab-nav {
  margin-top: -45px;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials__tab-nav.nav {
    justify-content: center;
    margin-top: 0;
  }
}

.home-blog-testimonials__tab-nav.nav .nav-item {
  background-color: transparent;
  padding: 0;
  margin-right: 40px;
  width: 210px;
  font-size: 24px;
  line-height: 2.02;
  letter-spacing: 2.4px;
  color: #252525;
}

@media only screen and (max-width: 1800px) {
  .home-blog-testimonials__tab-nav.nav .nav-item {
    margin-right: 20px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    width: 190px;
  }
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials__tab-nav.nav .nav-item {
    width: auto;
    font-size: 18px;
    margin-right: 15px;
    margin: 0 15px;
  }
}

.home-blog-testimonials__tab-nav.nav .nav-item.active {
  color: #74b45b;
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  .home-blog-testimonials__tab-nav.nav .nav-item.active {
    text-decoration: underline;
  }
}

.home-corporate-wellness {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1800px) {
  .home-corporate-wellness {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1800px) {
  .home-corporate-wellness {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .home-corporate-wellness {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .home-corporate-wellness .col-md-7 {
    display: none;
  }
}

.home-corporate-wellness__info h2 {
  margin-bottom: 61px;
  font-family: "Acumin Pro Bold";
  font-size: 96px;
  line-height: 1.1;
  letter-spacing: 7.24px;
}

.home-corporate-wellness__info h2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 2.13px;
  display: inline-block;
  margin-bottom: 36px;
}

@media only screen and (max-width: 1800px) {
  .home-corporate-wellness__info h2 span {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-corporate-wellness__info h2 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .home-corporate-wellness__info h2 span {
    font-size: 20px;
  }
}

.home-corporate-wellness__info__img__mob {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .home-corporate-wellness__info__img__mob {
    display: none;
  }
}

.home-corporate-wellness__info p {
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .home-corporate-wellness__info p {
    margin-bottom: 30px;
  }
}

.home-logo {
  margin-bottom: 150px;
}
.home-logo h4 {
  font-size: 40px;
  color: #222;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Acumin Pro Bold";
}

@media only screen and (max-width: 1800px) {
  .home-logo {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-logo {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-logo {
    margin-bottom: 40px;
  }
  .home-logo .col-2 {
    max-width: 100%;
    flex-grow: 1;
  }

  .home-logo .col-2 .home-logo__tab-nav {
    justify-content: center;
    margin-bottom: 0px;
  }

  .home-logo .col-2 .home-logo__tab-nav a {
    margin: 0 20px;
    width: auto;
  }

  .home-logo .col-2 .home-logo__tab-nav a.active {
    text-decoration: underline;
  }
  .home-logo h4 {
    font-size: 26px;
    color: #222;
    line-height: 1;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: "Acumin Pro Bold";
  }
  .home-explore-product h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.3;
    color: #222;
    font-weight: 400;
}
}

@media only screen and (max-width: 767px) {
  .home-logo .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.home-logo__tab-nav.nav .nav-item {
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  line-height: 2.02;
  letter-spacing: 2.4px;
  color: #252525;
  width: 100%;
}

@media only screen and (max-width: 1800px) {
  .home-logo__tab-nav.nav .nav-item {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 992px) {
  .home-logo__tab-nav.nav .nav-item {
    font-size: 18px;
  }
}

.home-logo__tab-nav.nav .nav-item.active {
  color: #e32e2e;
  font-weight: 700;
}

.home-logo .tab-content .swiper {
  padding: 0 70px;
}

@media only screen and (max-width: 639px) {
  .home-logo .tab-content .swiper {
    padding: 0 40px;
  }
}

.home-logo .logo-slider .swiper-wrapper {
  align-items: center;
}

@media only screen and (max-width: 639px) {
  .home-logo .logo-slider .swiper-wrapper .swiper-slide {
    opacity: 0;
    visibility: hidden;
  }

  .home-logo .logo-slider .swiper-wrapper .swiper-slide-active,
  .home-logo .logo-slider .swiper-wrapper .swiper-slide-next {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .home-logo .logo-slider .swiper-button-prev {
    left: -13px;
  }

  .home-logo .logo-slider .swiper-button-next {
    right: -12px;
  }
}

.home-logo .logo-slider__single {
  text-align: center;
}

.home-logo .logo-slider__single img {
  max-width: 100%;
}

@media only screen and (max-width: 1800px) {

  .home-explore-product h2,
  .home-app-feature .app-feature-slider__single__info h2,
  .home-corporate-wellness__info h2 {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }

  .home-app-feature .app-feature-slider__single__info h2 {
    margin-bottom: 10px;
  }

  .home-blog-testimonials h2 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 1280px) {

  .home-explore-product h2,
  .home-app-feature .app-feature-slider__single__info h2,
  .home-corporate-wellness__info h2 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom:5px;
  }

  .home-blog-testimonials h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 992px) {

  .home-explore-product h2,
  .home-app-feature .app-feature-slider__single__info h2,
  .home-corporate-wellness__info h2 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .home-blog-testimonials h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {

  .home-explore-product h2,
  .home-app-feature .app-feature-slider__single__info h2,
  .home-corporate-wellness__info h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .home-blog-testimonials h2 {
    font-size: 30px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.64;
  overflow-x: hidden;
  color: #111111;
}

@media only screen and (max-width: 1800px) {
  body {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a {
  transition: 0.3s all ease-in-outs;
}

a:hover {
  text-decoration: none;
}

.goqii-btn-primary {
  height: 51px;
  padding: 0 38px;
  font-size: 21px;
  display: inline-flex;
  font-weight: bold;
  border: solid 1px #3a3939;
  line-height: 51px;
  letter-spacing: 2.05px;
  text-align: center;
  color: #3a3939;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1800px) {
  .goqii-btn-primary {
    font-size: 18px;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1280px) {
  .goqii-btn-primary {
    font-size: 16px;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1.5px;
  }
}

@media only screen and (max-width: 767px) {
  .goqii-btn-primary {
    font-size: 12px;
    padding: 0 20px;
    line-height: 26px;
    height: 28px;
    letter-spacing: 1px;
  }
}

.goqii-btn-primary:hover {
  background-color: #3a3939;
  color: #fff;
  text-decoration: none;
}

.goqii-btn-primary--small {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  letter-spacing: 1.55px;
  padding: 0 10px;
}

@media only screen and (max-width: 1800px) {
  .goqii-btn-primary--small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 359px) {
  .goqii-btn-primary--small {
    font-size: 12px;
  }
}

.goqii-btn-primary--blue {
  color: #2185f4;
  border: solid 1px #2185f4;
}

.goqii-btn-primary--blue--filled {
  background-color: #2185f4;
  color: #fff;
}

.goqii-btn-primary--blue--filled:hover {
  background-color: #fff;
  color: #2185f4;
}

.goqii-btn-primary--red {
  color: #e22016;
  border: solid 1px #e22016;
}

.org_name {
  text-transform: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 6px;
}

.swiper-button-prev {
  height: 26px;
  width: 51px;
  background-image: url("https://storecdn.goqii.com/media/goqiiweb/assets/images/icons-sprite.png");
  transform: translateY(-50%) rotate(180deg);
  margin-top: 0;
  background-repeat: no-repeat;
}

.swiper-button-prev:after {
  content: '';
}

@media only screen and (max-width: 1800px) {
  .swiper-button-prev {
    transform: translateY(-50%) rotate(180deg) scale(0.8);
  }
}

@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    transform: translateY(-50%) rotate(180deg) scale(0.5);
    left: 0;
  }
}

.swiper-button-next {
  height: 26px;
  width: 51px;
  background-image: url("https://storecdn.goqii.com/media/goqiiweb/assets/images/icons-sprite.png");
  background-repeat: no-repeat;
  margin-top: 0;
  transform: translateY(-50%);
}

.swiper-button-next:after {
  content: '';
}

@media only screen and (max-width: 1800px) {
  .swiper-button-next {
    transform: translateY(-50%) scale(0.8);
  }
}

@media only screen and (max-width: 767px) {
  .swiper-button-next {
    transform: translateY(-50%) scale(0.5);
    right: 0;
  }
}

.swiper-navigation-pagination .swiper-button-prev,
.swiper-navigation-pagination .swiper-button-next {
  top: 12px;
}

@media only screen and (max-width: 992px) {

  .swiper-navigation-pagination .swiper-button-prev,
  .swiper-navigation-pagination .swiper-button-next {
    top: 6px;
  }
}

.swiper-pagination-bullets.wide-pagination .swiper-pagination-bullet {
  height: 7px;
  width: 210px;
  border-radius: 10px;
  margin: 0 20px;
}

@media only screen and (max-width: 992px) {
  .swiper-pagination-bullets.wide-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-pagination-bullets.wide-pagination .swiper-pagination-bullet {
    height: 4px;
    width: 30px;
    border-radius: 6px;
    margin: 0 7px;
  }
}

.swiper-pagination-bullets.wide-pagination .swiper-pagination-bullet-active {
  background-color: #232324;
}

.swiper-pagination-bullets.wide-pagination .swiper-button-prev,
.swiper-pagination-bullets.wide-pagination .swiper-button-next {
  top: 12px;
}

.big__heading {
        font-family: "Acumin Pro Bold";
      margin-bottom: 25px;
        font-family: "Acumin Pro Bold";
        font-size: 46px;
        line-height: 1.1;
        color: #333;
        text-transform: uppercase;
        letter-spacing: 2px;
}

@media only screen and (max-width: 1800px) {
  .big__heading {
    font-size: 46px;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .big__heading {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .big__heading {
    font-size: 30px;
    letter-spacing: 4px;
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .big__heading {
    font-size: 26px;
        letter-spacing: 4.6px;
        margin-left: 0px !important;
        text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .big__heading {
    font-size: 30px;
    letter-spacing: 5px;
  }
}

.big__heading__style-1 {
  font-size: 80px;
  text-transform: inherit;
  text-align: center;
  letter-spacing: 14px;
}

@media only screen and (max-width: 1800px) {
  .big__heading__style-1 {
    font-size: 72px;
    letter-spacing: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .big__heading__style-1 {
    font-size: 60px;
    letter-spacing: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .big__heading__style-1 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .big__heading__style-1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480PX) {
  .big__heading__style-1 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

input {
  width: 100%;
}

button {
  border: none;
  cursor: pointer;
}

input,
button {
  border: 0;
  padding-bottom: 9px;
  outline: none;
  border-bottom: 1px solid #212717;
  background: transparent;
  height: 40px;
}

@media only screen and (max-width: 992px) {

  input,
  button {
    padding-bottom: 5px;
  }
}

input:focus,
button:focus {
  outline: none;
}

input::-webkit-input-placeholder,
button::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
  color: #5a5a5a;
}

input:-ms-input-placeholder,
button:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #5a5a5a;
}

input::placeholder,
button::placeholder {
  font-size: 14px;
  color: #5a5a5a;
}

.form-field {
  padding-bottom: 35px;
}

@media only screen and (max-width: 1800px) {
  .form-field {
    padding-bottom: 25px;
  }
}

.form-field__search {
  position: relative;
  display: flex;
}

.form-field__signup {
  position: relative;
  display: flex;
}

.form-field__signup button {
  font-weight: 700;
  color: #252625;
  font-size: 14px;
  white-space: nowrap;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .form-field__signup button {
    font-size: 12px;
  }
}

.form-field__message {
  position: absolute;
  font-size: 18px;
  color: #dd4031;
  bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1800px) {
  .form-field__message {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .form-field__message {
    font-size: 14px;
  }
}

.read-more {
  font-size: 20px;
  color: #000f16;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
  .read-more {
    font-size: 16px;
    letter-spacing: inherit;
  }
}

@media only screen and (max-width: 374px) {
  .read-more {
    font-size: 14px;
  }
}

@media only screen and (max-width: 376px) {
  .read-more {
    font-size: 12px;
  }
}

.read-more:hover {
  text-decoration: underline;
}

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

.pagination li {
  margin: 0 20px;
}

@media only screen and (max-width: 1800px) {
  .pagination li {
    margin: 0 10px;
  }
}

.pagination li a {
  font-weight: 700;
  color: #3a3939;
  font-size: 24px;
}

@media only screen and (max-width: 1800px) {
  .pagination li a {
    font-size: 18px;
  }
}

.pagination li a:hover {
  color: #dd4031;
}

.pagination li.active a {
  color: #dd4031;
}

.pagination__prev a {
  height: 26px;
  width: 51px;
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icons-sprite.png);
  background-repeat: no-repeat;
  margin-top: 0;
  transform: rotate(180deg);
  background-position-y: -26px;
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (max-width: 1800px) {
  .pagination__prev a {
    transform: rotate(180deg) scale(0.8);
  }
}

.pagination__next a {
  height: 26px;
  width: 51px;
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icons-sprite.png);
  background-repeat: no-repeat;
  margin-top: 0;
  background-position-y: -26px;
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (max-width: 1800px) {
  .pagination__next a {
    transform: scale(0.8);
  }
}

.share-icons__wrapper {
  display: flex;
  width: 26px;
  overflow: hidden;
  transition: 0.8s all ease-in-out;
}

.share-icons__wrapper:hover {
  width: 100%;
}

.share-icons__wrapper__icon {
  margin: 10px 20px 25px 0;
  width: 26px;
  height: 30px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  color: #7b7b7b;
  transition: 0.3s all ease-in-out;
}

.share-icons__wrapper__icon:hover {
  color: #5eab41;
}

.share-icons__wrapper__icon:after {
  font-family: 'goqii-icons' !important;
  font-size: 28px;
  line-height: 0;
}

.share-icons__wrapper__icon.icon--share {
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icon-share.png);
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 26px;
}

.share-icons__wrapper__icon.icon--fb:after {
  content: "\ea90";
}

.share-icons__wrapper__icon.icon--instagram:after {
  content: "\ea92";
}

.share-icons__wrapper__icon.icon--twitter:after {
  content: "\ea96";
}

.share-icons__wrapper__icon.icon--youtube:after {
  content: "\ea9d";
}

.share-icons__wrapper__icon.icon--linkedin:after {
  content: "\eaca";
}

.text-content__sub-title {
  font-weight: 700;
  color: #5eab41;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 55px;
}

@media only screen and (max-width: 1800px) {
  .text-content__sub-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .text-content__sub-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

.text-content p {
  font-size: 20px;
  color: #010101;
  line-height: 35px;
  margin-bottom: 50px;
}

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

@media only screen and (max-width: 1800px) {
  .text-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .text-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 376px) {
  .text-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.text-content img {
  width: 100%;
  border-radius: 80px;
  margin-top: 25px;
  margin-bottom: 75px;
}

@media only screen and (max-width: 1800px) {
  .text-content img {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .text-content img {
    border-radius: 40px;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .text-content img {
    border-radius: 15px;
  }
}

.text-content a {
  text-decoration: underline;
  font-weight: 700;
  color: #010101;
}

a.anchor-link {
  color: #5eab41;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  padding-right: 42px;
  text-decoration: none;
}

a.anchor-link:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 19px;
  right: 0;
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icons-sprite.png);
  background-repeat: no-repeat;
  background-position-y: calc(-15px * 4);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

.radius-section-title {
  text-align: center;
  font-family: "Acumin Pro Bold";
  margin-bottom: 110px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 6px;
  color: #222;
}

@media only screen and (max-width: 1800px) {
  .radius-section-title {
    font-size: 56px;
    line-height: 1;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .radius-section-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .radius-section-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .radius-section-title {
    font-size: 24px;
  }
}

.date-picker {
  margin-top: 100px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1800px) {
  .date-picker {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .date-picker {
    margin-top: 20px;
  }
}

.date-picker__icon {
  text-align: right;
  cursor: pointer;
}

@media only screen and (max-width: 1280px) {
  .date-picker__icon img {
    width: 25px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 100% !important;
  }
}

.border-radius-section {
  border-radius: 80px;
  padding: 95px 75px;
}

@media only screen and (max-width: 1800px) {
  .border-radius-section {
    padding: 65px 55px;
  }
}

@media only screen and (max-width: 1280px) {
  .border-radius-section {
    border-radius: 40px;
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .border-radius-section {
    border-radius: 15px;
    padding: 20px 10px;
  }
}

.page-sub-title {
  color: #3a3939;
  font-size: 23px;
  line-height: 1.91;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.page-sub-title--blue {
  color: #2185f4;
}

@media only screen and (max-width: 1800px) {
  .page-sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .page-sub-title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1280px) {
  .page-sub-title {
    font-size: 16px;
  }
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .form-wrapper .page-sub-title {
    margin-bottom: 30px;
  }
}

.form-field {
  position: relative;
  width: calc(50% - 40px);
}

@media only screen and (max-width: 1800px) {
  .form-field {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 1280px) {
  .form-field {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 480px) {
  .form-field {
    width: 100%;
  }
}

.form-field--full-width,
.form-field__signup,
.form-field__search {
  width: 100%;
}

.form-field--width-auto {
  width: auto;
}

.form-field-submit {
  margin-top: 70px;
}

@media only screen and (max-width: 576px) {
  .form-field-submit {
    width: 100%;
    margin-top: 10px;
  }
}

.form-field label {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease-in-out;
  color: #272e31;
  font-size: 16px;
}

.form-field input,
.form-field select {
  border: 0;
  border-bottom: 1px solid #212717;
  width: 100%;
  background-color: transparent;
  outline: none;
  height: 40px;
}

.form-field input[type=file] {
  border: none;
  height: 0;
  width: 0;
}

.form-field input[type=file]+label {
  background-color: #2185f4;
  color: #fffdfc;
  padding: 10px 55px;
  position: relative;
  cursor: pointer;
  font-size: 23px;
}

@media only screen and (max-width: 1800px) {
  .form-field input[type=file]+label {
    font-size: 18px;
    padding: 6px 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .form-field input[type=file]+label {
    font-size: 16px;
  }
}

.form-field input[type=file]+label+span {
  font-size: 23px;
  color: #000000;
  margin-left: 25px;
  display: inline-block;
}

@media only screen and (max-width: 1800px) {
  .form-field input[type=file]+label+span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .form-field input[type=file]+label+span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .form-field input[type=file]+label+span {
    font-size: 12px;
    margin-left: 10px;
  }
}

.form-field input[type=file]+label+span+p {
  font-size: 23px;
  color: #000000;
  margin: 25px 0 0 25px;
}

@media only screen and (max-width: 1800px) {
  .form-field input[type=file]+label+span+p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .form-field input[type=file]+label+span+p {
    font-size: 16px;
    margin: 10px 0 0 25px;
  }
}

.form-field input[type=file]+label+span+p span {
  cursor: pointer;
}

.form-field input[type=file]:focus+label {
  top: 0;
}

.form-field input[type=submit] {
  font-size: 23px;
  color: 000;
  font-weight: 700;
  border: none;
  width: auto;
  cursor: pointer;
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icon-arrow-right.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 70px;
}

@media only screen and (max-width: 1800px) {
  .form-field input[type=submit] {
    font-size: 18px;
    padding-right: 50px;
    background-size: 40px;
    background-position: top 5px right;
  }
}

@media only screen and (max-width: 1280px) {
  .form-field input[type=submit] {
    font-size: 16px;
    padding-right: 40px;
    background-size: 30px;
    background-position: top 10px right;
  }
}

.form-field textarea {
  width: 100%;
  border: 2px solid #717577;
  border-radius: 20px;
  resize: none;
  padding: 15px 10px;
}

@media only screen and (max-width: 1200px) {
  .hide-this {
    display: none;
  }
}

.mandatory-field {
  color: #e03f14;
}

.accordion-body {
  margin-bottom: 60px;
}

.accordion-header h2 {
  border-bottom: 1px solid #8e989f;
  padding-bottom: 25px;
  margin-bottom: 25px !important;
}

.italic-content {
  font-style: italic;
  color: #403f3f;
  margin: 80px 0;
}

@media only screen and (max-width: 1800px) {
  .italic-content {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 1280px) {
  .italic-content {
    margin: 30px 0;
  }
}

.form-field-100 {
  width: 100% !important;
}

.form-field-100 select {
  width: 100% !important;
}

.Home--Banner__wrapper {
  position: relative;
  height: 100vh;
}

@media only screen and (max-width: 1800px) {
  .Home--Banner__wrapper {
    height: 100vh;
  }
}

@media only screen and (max-width: 1280px) {
  .Home--Banner__wrapper {
    height: 92vh;
  }
}

@media only screen and (max-width: 992px) {
  .Home--Banner__wrapper {
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  .Home--Banner__wrapper {
    height: auto;
  }
  .Home--Banner {
    position: relative;
    height: 98vh;
  }
}

.Home--Banner__wrapper p {
  font-size: 43px;
  color: #364a5c;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.3;
  text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
  .Home--Banner__wrapper p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .Home--Banner__wrapper p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .Home--Banner__wrapper p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .Home--Banner__wrapper p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* 
.Home--Banner__wrapper h1 {
  text-indent: -9999px;
  position: relative;
  background-image: url("https://storecdn.goqii.com/media/goqiiweb/assets/images/logo-goqii.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 160px;
  margin-bottom: 0;
} */

.Home--Banner__wrapper h1 {
  /* position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  height: 260px; */
  margin-bottom: 0;
  letter-spacing: 2px;
    font-size: 36px;
    color: #333;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Acumin Pro Bold"
    
}


@media only screen and (max-width: 1800px) {
  .Home--Banner__wrapper h1 {
    /* height: 100px; */
    
  }
}

@media only screen and (max-width: 1280px) {
  .Home--Banner__wrapper h1 {
    /* height: 70px; */
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .Home--Banner__wrapper h1 {
    background-position: center;
    /* height: 60px; */
    font-size: 22px;
    margin-top: 0px !important;
  }
  .xpricelogo {
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 14px;
}
  .Home--Banner__wrapper h3 {
    margin-top: 13px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.3px;
    text-align: center;
}
  .home-health-ecosystem h1 {
    margin-bottom: 25px;
    font-family: "Acumin Pro Bold";
    font-size: 26px;
    line-height: 1.1;
    /* color: #2185f4; */
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
}

.Home--Banner__wrapper h3 {
  margin-top: 55px;
  color: #333;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 1.6px;
  font-weight: 400;
}

@media only screen and (max-width: 1800px) {
  .Home--Banner__wrapper h3 {
    margin-top: 20px;
    color: #333;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 1.6px;;
  }
}

@media only screen and (max-width: 1280px) {
  .Home--Banner__wrapper h3 {
        margin-top: 6px;
        color: #333;
        font-size: 24px;
        line-height: 42px;
        letter-spacing: 1.6px;
  }
}

@media only screen and (max-width: 992px) {
  .Home--Banner__wrapper h3 {
    margin-top: 13px;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 1.3px;
    text-align: center;
  }
  .Home--Banner__wrapper h1{
    text-align: center;
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .Home--Banner__wrapper h3 {
    margin-top: 13px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.3px;
    text-align: center;
  }
  .home-health-ecosystem .health-ecosystem-slider__thumb {
    width: 70%;
    position: absolute;
    right: 0;
    bottom: -10px;
}
}

.Banner--Wrapper {
  background-image: url(https://appcdn.goqii.com/storeimg/23317_1733219737.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-radius: 80px; */
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1280px) {
  .Banner--Wrapper {
    /* border-radius: 40px; */
  }
}


@media only screen and (max-width: 992px) {
  .Banner--RoundElement {
    max-width: 260px;
  }
  .Banner--Wrapper {
    position: relative;
    /* border-radius: 15px; */
    background-image: url(https://appcdn.goqii.com/storeimg/63479_1733220807.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex
;
    align-items: flex-start;
    justify-content: center;
  }
  .Home--Banner__wrapper {
    height: 100vh;
}
}

@media only screen and (max-width: 767px) {
  .Banner--Wrapper {
    position: relative;
    /* border-radius: 15px; */
    background-image: url(https://appcdn.goqii.com/storeimg/63479_1733220807.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 94vh;
        display: flex
;
        align-items: flex-start;
        justify-content: center;
  }
  .Home--Banner__wrapper {
    height: 100vh;
}
}

.Banner--RoundElement {
  max-width: 640px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

@media only screen and (max-width: 1800px) {
  .Banner--RoundElement {
    max-width: 560px;
  }
}


@media only screen and (max-width: 1400px) {
  .Banner--RoundElement {
    max-width: 440px;
  }
}

@media only screen and (max-width: 1280px) {
  .Banner--RoundElement {
    max-width: 360px;
    bottom: 0px;
    left: 10px;
  }
}


@media only screen and (max-width: 767px) {
  .Banner--RoundElement {
    max-width: 200px;
    position: absolute;
    top: 30px;
    left: 0px;
    max-height: 200px;
  }
}

.RoundElement--Inner {
  position: absolute;
  bottom: 0;
  width: 74%;
  transform: translateX(-50%);
  left: 50%;
}

.Banner--Pyramid {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

@media only screen and (max-width: 1800px) {
  .Banner--Pyramid {
    height: 100%;
  }

  .Banner--Pyramid img {
    max-height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .Banner--Pyramid {
    height: auto;
    top: 0px;
    width: 165px;
  }
}

.Banner-Ellipse1 {
  position: absolute;
  top: 0;
  left: 33%;
}

@media only screen and (max-width: 1800px) {
  .Banner-Ellipse1 {
    left: 40%;
    width: 150px;
  }
}

@media only screen and (max-width: 992px) {
  .Banner-Ellipse1 {
    left: 43%;
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .Banner-Ellipse1 {
    left: 55%;
    width: 60px;
  }
}

.Banner-Ellipse2 {
  position: absolute;
  bottom: 0;
  left: 40%;
}

@media only screen and (max-width: 1800px) {
  .Banner-Ellipse2 {
    left: 50%;
    width: 150px;
  }
}

@media only screen and (max-width: 992px) {
  .Banner-Ellipse2 {
    width: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .Banner-Ellipse2 {
    width: 60px;
    right: -20px;
    left: inherit;
    bottom: 70px;
    transform: rotate(-85deg);
  }
}

.Banner-Ellipse3 {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1800px) {
  .Banner-Ellipse3 {
    width: 70px;
  }
}

@media only screen and (max-width: 992px) {
  .Banner-Ellipse3 {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .Banner-Ellipse3 {
    display: none;
  }
}

.Banner-Content {
  /* position: absolute;
  left: 42%;
  top: 50%;
  transform: translateY(-50%); */
  /* width: 640px; */
  width: 100%;
  padding: 0px 10px;
  /* margin-left: 70px; */
}

@media only screen and (max-width: 1800px) {
  .Banner-Content {
    /* left: 43%; */
    width: 100%;
    /* width: 580px; */
  }
}

@media only screen and (max-width: 1280px) {
  .Banner-Content {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .Banner-Content {
    width: 96%;
  }
}

@media only screen and (max-width: 767px) {
  .Banner-Content {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: inherit;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 35px;
    margin-left: 0px;
  }
}

.Feature--Wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
  padding-top: 140px;
  margin-bottom: 70px;
  /* background-color: #faf9f8; */
}

@media only screen and (max-width: 1800px) {
  .Feature--Wrapper {
    padding-bottom: 40px;
    padding-top: 120px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 992px) {
  .Feature--Wrapper {
    padding-bottom: 20px;
    padding-top: 90px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .Feature--Wrapper {
    padding-top: 40px;
  }
}

.Feature--Wrapper .Feature--SingleInner {
  display: flex;
  align-items: center;
  padding: 0 45px 0 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1800px) {
  .Feature--Wrapper .Feature--SingleInner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .Feature--Wrapper .Feature--SingleInner {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }
}

.Feature--Wrapper .Feature--Image {
  max-width: 30%;
  padding: 25px 20px;
  border-radius: 14.5px;
  box-shadow: -1.2px 1.6px 16.2px 0.9px rgba(36, 40, 44, 0.25);
  background-color: #fff;
  flex-shrink: 0;
}

@media only screen and (max-width: 1800px) {
  .Feature--Wrapper .Feature--Image {
    padding: 20px 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .Feature--Wrapper .Feature--Image {
    max-width: 20%;
    padding: 15px 20px;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 1280px) {
  .Feature--Wrapper .Feature--Image {
    max-width: 28%;
    padding: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .Feature--Wrapper .Feature--Image {
    max-width: inherit;
    width: 130px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .Feature--Wrapper .Feature--Image {
    width: 80px;
    text-align: center;
  }
}

.Feature--Wrapper .Feature--Content {
  padding-left: 25px;
}

.Feature--Wrapper .Feature--Content .Feature--Title {
  color: #1f1f1f;
  font-size: 23px;
  line-height: 1.91;
  letter-spacing: 2.35px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
  .Feature--Wrapper .Feature--Content .Feature--Title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .Feature--Wrapper .Feature--Content .Feature--Title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .Feature--Wrapper .Feature--Content .Feature--Title {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.Feature--Wrapper .Feature--Content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.9px;
  color: #29284a;
}

@media only screen and (max-width: 1800px) {
  .Feature--Wrapper .Feature--Content p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 767px) {
  .Feature--Wrapper .Feature--Content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.home-offerSlider {
  margin-bottom: 200px;
}

@media only screen and (max-width: 1800px) {
  .home-offerSlider {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-offerSlider {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .home-offerSlider {
    margin-bottom: 50px;
  }
}

.offer-slider__tag {
  position: absolute;
  top: 0;
  left: 7.5%;
  background-color: #2185f4;
  color: #fff;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 4.6px;
  text-transform: uppercase;
  transform: translatey(-50%);
}

@media only screen and (max-width: 1800px) {
  .offer-slider__tag {
    padding: 10px 15px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 1800px) {
  .offer-slider__tag {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1280px) {
  .offer-slider__tag {
    left: 8%;
  }
}

@media only screen and (max-width: 992px) {
  .offer-slider__tag {
    font-size: 20px;
    left: 6%;
    letter-spacing: 2.5px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-slider__tag {
    font-size: 12px;
    left: 40px;
  }
}

.offer-slider__single {
  text-align: right;
}

.offer-slider__content {
  background-image: url("https://storecdn.goqii.com/media/goqiiweb/assets/images/bg-golden.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 100px 0;
  border-radius: 80px;
  bottom: 0;
  padding-left: 7.5%;
  position: absolute;
  text-align: left;
}

@media only screen and (max-width: 1800px) {
  .offer-slider__content {
    padding: 70px 0 70px 7.5%;
  }
}

@media only screen and (max-width: 1280px) {
  .offer-slider__content {
    padding: 40px 0;
    border-radius: 40px;
    padding-left: 8%;
  }
}

@media only screen and (max-width: 992px) {
  .offer-slider__content {
    padding-left: 6%;
  }
}

@media only screen and (max-width: 767px) {
  .offer-slider__content {
    position: relative;
    margin-top: 20px;
    border-radius: 15px;
    padding: 30px 20px 130px 20px;
  }
}

.offer-slider__content h2 {
  max-width: 460px;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 4.35px;
  color: #101010;
  line-height: normal;
  min-height: 180px;
}

@media only screen and (max-width: 1800px) {
  .offer-slider__content h2 {
    font-size: 36px;
    font-weight: 700;
    min-height: 150px;
    letter-spacing: 1.5px;
    max-width: 410px;
  }
}

@media only screen and (max-width: 1280px) {
  .offer-slider__content h2 {
    font-size: 30px;
    max-width: 420px;
  }
}

@media only screen and (max-width: 1180px) {
  .offer-slider__content h2 {
    max-width: 320px;
  }
}

@media only screen and (max-width: 992px) {
  .offer-slider__content h2 {
    font-size: 24px;
    max-width: 260px;
    min-height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-slider__content h2 {
    font-size: 20px;
    min-height: 80px;
  }
}

.offer-slider__content a {
  margin-top: 75px;
}

@media only screen and (max-width: 1800px) {
  .offer-slider__content a {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-slider__content a {
    margin-top: 10px;
  }
}

.offer-slider__image {
  bottom: 0;
  text-align: right;
  position: relative;
  margin-right: 140px;
  display: inline-block;
}

@media only screen and (max-width: 1800px) {
  .offer-slider__image {
    margin-right: 100px;
    max-width: 390px;
  }
}

@media only screen and (max-width: 1280px) {
  .offer-slider__image {
    max-width: 315px;
  }
}

@media only screen and (max-width: 1180px) {
  .offer-slider__image {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .offer-slider__image {
    max-width: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-slider__image {
    max-width: 150px;
    margin-right: 20px;
    position: absolute;
    bottom: 10px;
    width: 150px;
    right: 0;
  }
}

@media only screen and (max-width: 376px) {
  .offer-slider__image {
    max-width: 120px;
  }
}

.offer-slider__image__logo {
  position: absolute;
  top: 46%;
  left: -77%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1800px) {
  .offer-slider__image__logo {
    left: -65%;
    width: 260px;
    text-align: center;
  }
}

@media only screen and (max-width: 1280px) {
  .offer-slider__image__logo {
    left: -64%;
    width: 220px;
  }
}

@media only screen and (max-width: 992px) {
  .offer-slider__image__logo {
    left: -50%;
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-slider__image__logo {
    width: 130px;
    top: 42%;
    left: -86%;
  }
}

@media only screen and (max-width: 376px) {
  .offer-slider__image__logo {
    top: 38%;
    left: -106%;
  }
}

.offer-slider__image__logo span {
  font-size: 26px;
  font-family: "Acumin Pro Bold", sans-serif;
  color: #111;
  margin-top: 20px;
}

@media only screen and (max-width: 1800px) {
  .offer-slider__image__logo span {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .offer-slider__image__logo span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .offer-slider__image__logo span {
    font-size: 14px;
    white-space: nowrap;
  }
}

.offer-slider__image__product-image {
  position: relative;
  z-index: 1;
}

.offer-slider__pagination {
  position: static;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .offer-slider__pagination {
    margin-top: 15px;
  }
}

.offer-slider .swiper-pagination-bullet {
  background-color: #d9d8d8;
  opacity: 1;
}

.offer-slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.blog-banner__inner__slider__main {
  background-image: url("https://storecdn.goqii.com/media/goqiiweb/assets/images/blog-banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
  border-radius: 80px;
  padding: 0 220px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1800px) {
  .blog-banner__inner__slider__main {
    height: 500px;
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-banner__inner__slider__main {
    height: 350px;
    padding: 0 80px;
    border-radius: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-banner__inner__slider__main {
    height: 200px;
    border-radius: 15px;
    padding: 0 50px;
  }
}

.blog-banner__inner__slider__main__title {
  font-size: 60px;
  color: #fff;
  font-family: "Acumin Pro Bold", sans-serif;
  max-width: 500px;
  line-height: 82px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1800px) {
  .blog-banner__inner__slider__main__title {
    font-size: 48px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-banner__inner__slider__main__title {
    font-size: 36px;
    line-height: 1.3;
    max-width: 50%;
  }
}

@media only screen and (max-width: 992px) {
  .blog-banner__inner__slider__main__title {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .blog-banner__inner__slider__main__title {
    font-size: 14px;
    line-height: 1.3;
  }
}

.blog-banner__inner__slider .swiper-pagination-bullet {
  background-color: #827b50;
}

.blog-banner__inner__slider .swiper-pagination-bullet-active {
  background-color: #fff;
}

.blog-banner__inner__slider .swiper-button-next {
  background-position-y: calc(-26px * 3);
  right: 45px;
}

@media only screen and (max-width: 1800px) {
  .blog-banner__inner__slider .swiper-button-next {
    right: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-banner__inner__slider .swiper-button-next {
    right: 0;
  }
}

.blog-banner__inner__slider .swiper-button-prev {
  background-position-y: calc(-26px * 3);
  left: 45px;
}

@media only screen and (max-width: 1800px) {
  .blog-banner__inner__slider .swiper-button-prev {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-banner__inner__slider .swiper-button-prev {
    left: 0;
  }
}

.blog-popular {
  padding-bottom: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fcfe+0,f6fbfe+10,f3fafe+21,eff9fe+33,edf8fd+50,dceffa+74,d7ecf7+99 */
  background: #f7fcfe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7fcfe 0%, #f6fbfe 10%, #f3fafe 21%, #eff9fe 33%, #edf8fd 50%, #dceffa 74%, #d7ecf7 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7fcfe 0%, #f6fbfe 10%, #f3fafe 21%, #eff9fe 33%, #edf8fd 50%, #dceffa 74%, #d7ecf7 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7fcfe 0%, #f6fbfe 10%, #f3fafe 21%, #eff9fe 33%, #edf8fd 50%, #dceffa 74%, #d7ecf7 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.blog-popular__title {
  font-size: 48px;
  color: #0178e6;
  font-family: "Acumin Pro Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px;
  padding-top: 80px;
}

@media only screen and (max-width: 1800px) {
  .blog-popular__title {
    font-size: 36px;
    margin: 0 0 30px;
    padding-top: 70px;
  }
}

.blog-popular__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media only screen and (max-width: 1800px) {
  .blog-popular__list {
    margin: 0 -10px;
  }
}

.blog-popular__single {
  display: flex;
  width: calc(100% / 3);
  padding: 0 30px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1800px) {
  .blog-popular__single {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-popular__single {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-popular__single:last-child {
    margin-bottom: 0;
  }
}

.blog-popular__single__image {
  width: 155px;
  flex-shrink: 0;
}

@media only screen and (max-width: 1280px) {
  .blog-popular__single__image {
    width: 100px;
  }
}

.blog-popular__single__content {
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-popular__single__content {
    padding-left: 15px;
  }
}

.blog-popular__single__content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #3a3939;
  line-height: 32px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
  .blog-popular__single__content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-popular__single__content h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 376px) {
  .blog-popular__single__content h2 {
    font-size: 12px;
    line-height: 16px;
  }
}

.blog-popular__single__content p {
  color: #29284a;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}

@media only screen and (max-width: 1800px) {
  .blog-popular__single__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-popular__single__content p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 376px) {
  .blog-popular__single__content p {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0;
  }
}

.blog-popular__single__content .read-more {
  color: #000f16;
}

.blog-listing {
  padding: 120px 0;
}

@media only screen and (max-width: 1800px) {
  .blog-listing {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 992px) {
  .blog-listing {
    padding: 40px 0;
  }
}

.blog-listing__options {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .blog-listing__options {
    flex-direction: column;
  }
}

.blog-listing__options__search,
.blog-listing__options__signup {
  flex: 1;
  max-width: 450px;
}

@media only screen and (max-width: 992px) {

  .blog-listing__options__search,
  .blog-listing__options__signup {
    max-width: 320px;
  }
}

@media only screen and (max-width: 767px) {

  .blog-listing__options__search,
  .blog-listing__options__signup {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.blog-listing__tags {
  display: flex;
  margin-top: 120px;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__tags {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-listing__tags {
    margin-top: 40px;
    align-items: center;
  }
}

.blog-listing__tags__listing {
  flex: 1;
  display: flex;
  justify-content: center;
  max-width: 100%;
  flex-wrap: wrap;
}

.blog-listing__tags__listing__single {
  text-align: center;
  width: calc(100% / 7);
  max-width: calc(100% / 7);
  padding: 0 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .blog-listing__tags__listing__single {
    width: calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (max-width: 767px) {
  .blog-listing__tags__listing__single {
    width: calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (max-width: 576px) {
  .blog-listing__tags__listing__single {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (max-width: 480px) {
  .blog-listing__tags__listing__single {
    width: calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (max-width: 420px) {
  .blog-listing__tags__listing__single {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

.blog-listing__tags__listing__single img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid transparent;
  height: 130px;
  width: 130px;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__tags__listing__single img {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (max-width: 990px) {
  .blog-listing__tags__listing__single img {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-listing__tags__listing__single img {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 576px) {
  .blog-listing__tags__listing__single img {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-listing__tags__listing__single img {
    width: 75px;
    height: 75px;
  }
}

.blog-listing__tags__listing__single span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-top: 27px;
  text-transform: uppercase;
  font-weight: 400;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__tags__listing__single span {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-listing__tags__listing__single span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-listing__tags__listing__single span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}

.blog-listing__tags__listing__single.active span {
  font-weight: 700;
  color: #454546;
  font-size: 22px;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__tags__listing__single.active span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-listing__tags__listing__single.active span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-listing__tags__listing__single.active span {
    font-size: 12px;
  }
}

.blog-listing__tags__show--more {
  margin-top: 20px;
}

@media only screen and (max-width: 1280px) {
  .blog-listing__tags__show--more {
    margin-top: 10px;
  }
}

.blog-listing__tags__show--more a span {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  color: #dd4031;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 45px;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__tags__show--more a span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-listing__tags__show--more a span {
    font-size: 14px;
    margin-left: 0;
  }
}

.blog-listing__articles {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 80px;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__articles {
    margin: 20px 0 30px;
  }
}

.blog-listing__articles__single {
  width: calc(100% / 3);
  margin-bottom: 85px;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__articles__single {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-listing__articles__single {
    width: calc(100% / 2);
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-listing__articles__single {
    padding: 0 7px;
  }
}

.blog-listing__articles__single__inner {
  max-width: 420px;
  margin: auto;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__articles__single__inner {
    max-width: 320px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-listing__articles__single__inner {
    max-width: 100%;
  }
}

.blog-listing__articles__single__inner img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-listing__articles__single__inner__image {
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .blog-listing__articles__single__inner__image {
    height: auto;
    margin-bottom: 25px;
  }
}

.blog-listing__articles__single__inner h2 {
  font-weight: 700;
  font-size: 20px;
  color: #3a3939;
  text-transform: uppercase;
  margin-top: 25px;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__articles__single__inner h2 {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-listing__articles__single__inner h2 {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 376px) {
  .blog-listing__articles__single__inner h2 {
    font-size: 14px;
    margin-top: 10px;
  }
}

.blog-listing__articles__single__inner p {
  color: #29284a;
  margin-bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1800px) {
  .blog-listing__articles__single__inner p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 376px) {
  .blog-listing__articles__single__inner p {
    font-size: 14px;
    margin-top: 10px;
  }
}

.blog-listing__articles__single__inner .blog-date {
  color: #8a8888;
  font-size: 14px;
  display: block;
  margin-top: 20px;
}

@media only screen and (max-width: 1280px) {
  .blog-listing__articles__single__inner .blog-date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-listing__articles__single__inner .blog-date {
    margin-top: 10px;
  }
}

.blog-listing__articles__single__inner .read-more {
  color: #dd4031;
}

.blog-listing__articles__single:nth-child(3n+1) .blog-listing__articles__single__inner {
  margin-left: 0;
}

.blog-listing__articles__single:nth-child(3n) .blog-listing__articles__single__inner {
  margin-right: 0;
}

@media only screen and (max-width: 1280px) {
  .blog-detail-banner .container {
    padding: 0;
  }
}

.blog-detail-banner__inner {
  padding: 0 110px;
  margin: 100px 0;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffef8+0,fffef6+15,fffdef+32,fffdea+50,fffbdf+68,fffbdc+100 */
  background: #fffef8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fffef8 0%, #fffef6 15%, #fffdef 32%, #fffdea 50%, #fffbdf 68%, #fffbdc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fffef8 0%, #fffef6 15%, #fffdef 32%, #fffdea 50%, #fffbdf 68%, #fffbdc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffef8 0%, #fffef6 15%, #fffdef 32%, #fffdea 50%, #fffbdf 68%, #fffbdc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-banner__inner {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 40px 0;
  }
}

@media only screen and (max-width: 992px) {
  .blog-detail-banner__inner {
    padding: 0 10px;
    flex-direction: column;
  }
}

.blog-detail-banner__inner__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 110px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 620px;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner__image {
    max-width: 480px;
    left: 40px;
  }
}

@media only screen and (max-width: 1400px) {
  .blog-detail-banner__inner__image {
    max-width: 40%;
    left: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-banner__inner__image {
    position: static;
    transform: inherit;
  }
}

@media only screen and (max-width: 992px) {
  .blog-detail-banner__inner__image {
    max-width: 100%;
    height: 300px;
  }

  .blog-detail-banner__inner__image img {
    max-height: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .blog-detail-banner__inner__image {
    height: auto;
  }
}

.blog-detail-banner__inner__content-wrapper {
  padding: 60px 0;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner__content-wrapper {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-banner__inner__content-wrapper {
    flex: 1;
    margin-left: 40px;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 992px) {
  .blog-detail-banner__inner__content-wrapper {
    margin-left: 0;
  }
}

.blog-detail-banner__inner__content {
  max-width: 800px;
  margin-left: auto;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner__content {
    max-width: 600px;
  }
}

.blog-detail-banner__inner__content__tag {
  font-size: 27px;
  font-weight: 300;
  color: #222222;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner__content__tag {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-banner__inner__content__tag {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-banner__inner__content__tag {
    font-size: 12px;
  }
}

.blog-detail-banner__inner__content__title {
  font-size: 52px;
  color: #222222;
  font-family: "Acumin Pro Bold", sans-serif;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 58px;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner__content__title {
    font-size: 36px;
    margin-top: 10px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-banner__inner__content__title {
    font-size: 30px;
    margin-top: 10px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-detail-banner__inner__content__title {
    font-size: 24px;
    line-height: 30px;
  }
}

.blog-detail-banner__inner__content__date {
  font-size: 18px;
  color: #010101;
  font-weight: 700;
  margin-bottom: 50px;
  display: inline-block;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner__content__date {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-banner__inner__content__date {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-banner__inner__content__date {
    font-size: 12px;
  }
}

.blog-detail-banner__inner__content p {
  font-size: 20px;
  color: #010101;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner__content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-banner__inner__content p {
    font-size: 14px;
  }
}

.blog-detail-banner__inner__content .read-more {
  color: #5eab41;
  display: inline-block;
  margin-top: 20px;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-banner__inner__content .read-more {
    margin-top: 10px;
  }
}

.blog-detail-content .text-content {
  padding: 0 230px;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-content .text-content {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-content .text-content {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-detail-content .text-content {
    padding: 0;
  }
}

.blog-detail-content .text-content a.anchor-link {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-content .text-content a.anchor-link {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.blog-detail-recommended {
  padding-top: 185px;
  padding-bottom: 80px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fae2e2+0,fbe6e3+15,fbe9e5+25,fcecec+39,fcecec+50,ffffff+75,ffffff+75,ffffff+78,ffffff+100 */
  background: #fae2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fae2e2 0%, #fbe6e3 15%, #fbe9e5 25%, #fcecec 39%, #fcecec 50%, white 75%, white 75%, white 78%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fae2e2 0%, #fbe6e3 15%, #fbe9e5 25%, #fcecec 39%, #fcecec 50%, white 75%, white 75%, white 78%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fae2e2 0%, #fbe6e3 15%, #fbe9e5 25%, #fcecec 39%, #fcecec 50%, white 75%, white 75%, white 78%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (max-width: 1800px) {
  .blog-detail-recommended {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .blog-detail-recommended {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 50px 15px 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-detail-recommended {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}

.blog-detail-recommended .recommended__inner__cards.blog-listing {
  padding: 0;
}

.blog-detail-recommended .blog-listing__articles {
  margin: 0;
}

.blog-detail-signup {
  margin: 50px 0;
}

@media only screen and (max-width: 1800px) {
  .blog-detail-signup {
    margin: 20px 0;
  }
}

.blog-detail-signup .blog-listing__options__signup {
  margin: auto;
}

.text-content__image {
  position: relative;
}

.about-banner {
  margin-bottom: 201px;
}

@media only screen and (max-width: 1800px) {
  .about-banner {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .about-banner {
    margin-bottom: 50px;
  }
}

.about-banner__inner {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdefe8+1,fdefe8+13,fdefe8+23,f9eeea+35,e8eaed+45,dae9f0+56,bde3f5+68,a9dff9+80,a1dcfb+92,afe0fc+100 */
  background: #fbcfb9;
  background: linear-gradient(108deg, #fbcfb9 0%, #63c1ee 100%);
}

.about-banner__inner p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .about-banner__inner .big__heading {
    margin-left: -10px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .about-banner__inner .col-md-6 {
    margin-bottom: 20px;
    text-align: center;
  }
}

.about-team-slider {
  margin-bottom: 200px;
}

@media only screen and (max-width: 1800px) {
  .about-team-slider {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-team-slider {
    text-align: center;
    margin-bottom: 50px;
  }
}

.about-team-slider-tabs {
  padding: 0 115px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
  .about-team-slider-tabs {
    padding: 0 65px;
  }
}

@media only screen and (max-width: 992px) {
  .about-team-slider-tabs {
    margin-bottom: 40px;
    padding: 0;
  }
}

.about-team-slider__tab-nav.nav {
  margin-top: 0;
}

@media only screen and (max-width: 992px) {
  .about-team-slider__tab-nav.nav {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .about-team-slider__tab-nav.nav {
    justify-content: center;
    padding: 0;
  }
}

.about-team-slider__tab-nav.nav .nav-item {
  width: auto;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .about-team-slider__tab-nav.nav .nav-item {
    text-decoration: none !important;
  }

  .about-team-slider__tab-nav.nav .nav-item:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .about-team-slider__tab-nav.nav .nav-item {
    font-size: 16px;
    letter-spacing: 1.1px;
    margin: 0 7px;
  }
}

@media only screen and (max-width: 400px) {
  .about-team-slider__tab-nav.nav .nav-item {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 359px) {
  .about-team-slider__tab-nav.nav .nav-item {
    font-size: 14px;
    margin: 0 6px;
  }
}

.about-team-slider__tab-nav.nav .nav-item:after {
  content: '';
  height: 7px;
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media only screen and (max-width: 1800px) {
  .about-team-slider__tab-nav.nav .nav-item:after {
    bottom: -6px;
    height: 5px;
  }
}

.about-team-slider__tab-nav.nav .nav-item.active:after {
  background-color: #5eab41;
}

.about-team-slider__inner__main {
  padding: 0 115px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
  .about-team-slider__inner__main {
    padding: 0 65px;
  }
}

@media only screen and (max-width: 767px) {
  .about-team-slider__inner__main {
    padding: 0;
  }

  .about-team-slider__inner__main .swiper-button-next,
  .about-team-slider__inner__main .swiper-button-prev {
    top: 115px;
  }

  .about-team-slider__inner__main .swiper-button-next {
    right: -10px;
  }

  .about-team-slider__inner__main .swiper-button-prev {
    left: -10px;
  }
}

.about-team-slider__inner__main__single__image {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #5eab41;
}

@media only screen and (max-width: 767px) {
  .about-team-slider__inner__main__single__image {
    height: 210px;
    width: 210px;
  }
}

.about-team-slider__inner__main__single__info h2 {
  font-size: 36px;
  color: #5eab41;
  font-family: "Acumin Pro Bold", sans-serif;
  text-transform: uppercase;
  line-height: 40px;
}

@media only screen and (max-width: 1800px) {
  .about-team-slider__inner__main__single__info h2 {
    font-size: 30px;
    line-height: 1;
  }
}

@media only screen and (max-width: 1280px) {
  .about-team-slider__inner__main__single__info h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .about-team-slider__inner__main__single__info h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
}

.about-team-slider__inner__main__single__info h2 span {
  font-size: 22px;
}

@media only screen and (max-width: 1800px) {
  .about-team-slider__inner__main__single__info h2 span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .about-team-slider__inner__main__single__info h2 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .about-team-slider__inner__main__single__info h2 span {
    font-size: 14px;
  }
}

.about-team-slider__inner__main__single__info p {
  color: #29284a;
}

@media only screen and (max-width: 767px) {
  .about-team-slider__inner__main__single__info p {
    font-size: 14px;
  }
}

.about-team-slider__inner__main .swiper-pagination-bullet-active {
  background-color: #5eab41;
}

.about-team-slider__inner__thumb__single {
  text-align: center;
}

.about-team-slider__inner__thumb__single img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid transparent;
  width: 158px;
  height: 158px;
}

@media only screen and (max-width: 1800px) {
  .about-team-slider__inner__thumb__single img {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (max-width: 1280px) {
  .about-team-slider__inner__thumb__single img {
    width: 110px;
    height: 110px;
    min-width: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .about-team-slider__inner__thumb__single img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border: 2px solid transparent;
  }
}

.about-team-slider__inner__thumb__single span {
  display: block;
  font-size: 20px;
  color: #232324;
  line-height: 30px;
  font-weight: 700;
  margin-top: 25px;
}

@media only screen and (max-width: 1800px) {
  .about-team-slider__inner__thumb__single span {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1280px) {
  .about-team-slider__inner__thumb__single span {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .about-team-slider__inner__thumb__single span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}

.about-team-slider__inner__thumb .swiper-slide-thumb-active .about-team-slider__inner__thumb__single img {
  border-color: #5eab41;
}

.about-investors {
  padding-top: 185px;
  margin-bottom: 185px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdf0ea+0,fdf1ec+16,fdf2ee+25,fdf5f3+39,fefafa+50,fefdfd+64,fefdfd+64,fffefe+79,ffffff+100 */
  background: #fdf0ea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdf0ea 0%, #fdf1ec 16%, #fdf2ee 25%, #fdf5f3 45%, #fefafa 55%, #fefdfd 64%, #fefdfd 64%, #fffefe 79%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fdf0ea 0%, #fdf1ec 16%, #fdf2ee 25%, #fdf5f3 45%, #fefafa 55%, #fefdfd 64%, #fefdfd 64%, #fffefe 79%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fdf0ea 0%, #fdf1ec 16%, #fdf2ee 25%, #fdf5f3 45%, #fefafa 55%, #fefdfd 64%, #fefdfd 64%, #fffefe 79%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (max-width: 1800px) {
  .about-investors {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .about-investors {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-investors {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}

.about-investors .investors__inner__members__slider {
  padding: 0 60px;
}

@media only screen and (max-width: 767px) {
  .about-investors .investors__inner__members__slider {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-investors .investors__inner__members__slider .col-md-2 {
    width: calc(100% / 4);
    padding: 0 5px;
  }
}

@media only screen and (max-width: 640px) {
  .about-investors .investors__inner__members__slider .col-md-2 {
    width: calc(100% / 3);
    padding: 0 5px;
  }
}

.about-investors .investors__inner__members__slider__single {
  margin-bottom: 65px;
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  .about-investors .investors__inner__members__slider__single {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-investors .investors__inner__members__slider__single {
    text-align: center;
  }
}

.about-investors .investors__inner__members__slider__single img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 158px;
  height: 158px;
}

@media only screen and (max-width: 1800px) {
  .about-investors .investors__inner__members__slider__single img {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (max-width: 1100px) {
  .about-investors .investors__inner__members__slider__single img {
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 990px) {
  .about-investors .investors__inner__members__slider__single img {
    width: 75px;
    height: 75px;
  }
}

@media only screen and (max-width: 420px) {
  .about-investors .investors__inner__members__slider__single img {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 359px) {
  .about-investors .investors__inner__members__slider__single img {
    width: 50px;
    height: 50px;
  }
}

.about-investors .investors__inner__members__slider__single span {
  display: block;
  font-size: 20px;
  color: #232324;
  line-height: 30px;
  font-weight: 700;
  margin-top: 25px;
}

@media only screen and (max-width: 1800px) {
  .about-investors .investors__inner__members__slider__single span {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1800px) {
  .about-investors .investors__inner__members__slider__single span {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
}

.about-investors .investors__inner__members__slider .swiper-button-next,
.about-investors .investors__inner__members__slider .swiper-button-prev {
  top: calc(50% - 130px);
}

@media only screen and (max-width: 1800px) {

  .about-investors .investors__inner__members__slider .swiper-button-next,
  .about-investors .investors__inner__members__slider .swiper-button-prev {
    top: calc(50% - 70px);
  }
}

@media only screen and (max-width: 992px) {

  .about-investors .investors__inner__members__slider .swiper-button-next,
  .about-investors .investors__inner__members__slider .swiper-button-prev {
    top: calc(50% - 55px);
  }
}

@media only screen and (max-width: 767px) {
  .about-investors .investors__inner__members__slider .swiper-button-prev {
    left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .about-investors .investors__inner__members__slider .swiper-button-next {
    right: -10px;
  }
}

.about-investors .swiper-pagination {
  position: relative;
  margin-top: 150px;
}

@media only screen and (max-width: 1800px) {
  .about-investors .swiper-pagination {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .about-investors .swiper-pagination {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .about-investors .swiper-pagination {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-investors .swiper-pagination {
    margin-top: 15px;
  }
}

.contact-banner {
  margin-bottom: 60px;
}

.contact-banner__inner {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8d7c5+0,e9dad9+31,d7dfeb+59,cae3f9+84,7db9e8+100 */
  background: #f8d7c5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f8d7c5 0%, #e9dad9 31%, #d7dfeb 59%, #cae3f9 84%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f8d7c5 0%, #e9dad9 31%, #d7dfeb 59%, #cae3f9 84%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f8d7c5 0%, #e9dad9 31%, #d7dfeb 59%, #cae3f9 84%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.contact-banner__inner .big__heading {
  margin-bottom: 15px;
}

.contact-banner__inner__content {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .contact-banner__inner__content {
    flex-direction: column;
    text-align: center;
  }
}

.contact-banner__inner__content p {
  color: #29284a;
  font-size: 23px;
  line-height: 1.9;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1800px) {
  .contact-banner__inner__content p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .contact-banner__inner__content p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1280px) {
  .contact-banner__inner__content p {
    font-size: 16px;
  }
}

.contact-banner__inner__content__details {
  /* width: 35%; */
  width: 25%;
  padding-left: 30px;
  padding-top: 0px;
}

@media only screen and (max-width: 1280px) {
  .contact-banner__inner__content__details {
    padding-top: 40px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-banner__inner__content__details {
    width: 100%;
    display: flex;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .contact-banner__inner__content__details {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .contact-banner__inner__content__details__single {
    flex-basis: 50%;
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 576px) {
  .contact-banner__inner__content__details__single {
    flex-basis: 100%;
  }
}

.contact-banner__inner__content__addresses {
  display: flex;
  width: 75%;
  /* width: 65%; */
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .contact-banner__inner__content__addresses {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .contact-banner__inner__content__addresses {
    flex-wrap: wrap;
  }
}

.contact-banner__inner__content__addresses__single {
  width: calc(33% - 20px);
  /* width: calc(50% - 50px); */
}

@media only screen and (max-width: 1280px) {
  .contact-banner__inner__content__addresses__single {
    width: calc(33% - 15px);
    /* width: calc(50% - 25px); */
  }
}

@media only screen and (max-width: 992px) {
  .contact-banner__inner__content__addresses__single {
    width: calc(33% - 10px);
    /* width: calc(50% - 15px); */
  }
}

@media only screen and (max-width: 767px) {
  .contact-banner__inner__content__addresses__single {
    width: calc(33% - 7.5px);
    /* width: calc(50% - 7.5px); */
  }
}

@media only screen and (max-width: 576px) {
  .contact-banner__inner__content__addresses__single {
    width: 100%;
  }
}

.contact-banner__inner__content__addresses__single img {
  border-radius: 40px;
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .contact-banner__inner__content__addresses__single img {
    border-radius: 20px;
  }
}

.contact-banner__inner__content__addresses__single h2 {
  margin-bottom: 5px;
}

.content-page {
  padding: 100px 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cee9fb+0,d7edfc+8,e5f3fd+20,f2f9fe+30,ffffff+100 */
  background: #cee9fb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cee9fb 0%, #d7edfc 8%, #e5f3fd 20%, #f2f9fe 30%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cee9fb 0%, #d7edfc 8%, #e5f3fd 20%, #f2f9fe 30%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cee9fb 0%, #d7edfc 8%, #e5f3fd 20%, #f2f9fe 30%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (max-width: 1800px) {
  .content-page {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1280px) {
  .content-page {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 1800px) {
  .content-page .big__heading {
    font-size: 125px;
  }
}

@media only screen and (min-width: 1280px) {
  .content-page .big__heading {
    font-size: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .content-page .big__heading {
    font-size: 36px;
  }
}

.content-page__inner {
  display: flex;
  margin-top: 100px;
}

@media only screen and (max-width: 1800px) {
  .content-page__inner {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1280px) {
  .content-page__inner {
    margin-top: 30px;
    position: relative;
  }
}

@media only screen and (max-width: 1280px) {
  .content-page__inner {
    flex-wrap: wrap;
  }
}

.content-page__inner__sidebar {
  width: 30%;
}

@media only screen and (max-width: 1280px) {
  .content-page__inner__sidebar {
    width: 80%;
  }

  .content-page__inner__sidebar.active .nav-item:after {
    display: none;
  }

  .content-page__inner__sidebar.active .nav {
    height: auto;
    background-color: #fff;
    border: 1px solid #63a4ec;
    overflow-y: auto;
  }

  .content-page__inner__sidebar.active .nav .nav-item {
    display: block !important;
  }
}

@media only screen and (max-width: 1280px) {
  .content-page__inner__sidebar .nav {
    width: 100%;
    height: 58px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    max-height: 70vh;
    top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .content-page__inner__sidebar .nav {
    height: 50px;
  }
}

.content-page__inner__sidebar .nav-item {
  color: #1f1f1f;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #8e989f;
  display: block;
  padding: 15px 0;
  width: 100%;
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icon-arrow-right-black.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 70px;
  transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 1800px) {
  .content-page__inner__sidebar .nav-item {
    font-size: 20px;
    background-size: 40px;
    background-position: top 20px right;
  }
}

@media only screen and (max-width: 1280px) {
  .content-page__inner__sidebar .nav-item {
    font-size: 18px;
    display: none;
    line-height: 1.5;
    background-size: 30px;
    background-position: top 10px right;
    background-image: none !important;
  }

  .content-page__inner__sidebar .nav-item:hover,
  .content-page__inner__sidebar .nav-item.active {
    background-image: none !important;
  }

  .content-page__inner__sidebar .nav-item.active:after {
    content: "\e903";
    font-family: 'goqii-icons' !important;
    font-size: 26px;
    position: relative;
    top: 8px;
    line-height: 0;
    transition: 0.3s all ease-in-out;
    margin-left: 5px;
    color: #2185f4;
    background-image: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .content-page__inner__sidebar .nav-item {
    padding: 10px 0;
    font-size: 16px;
  }
}

.content-page__inner__sidebar .nav-item:hover,
.content-page__inner__sidebar .nav-item.active {
  color: #222222;
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icon-arrow-right-blue.png);
}

@media only screen and (max-width: 1280px) {

  .content-page__inner__sidebar .nav-item:hover,
  .content-page__inner__sidebar .nav-item.active {
    display: block;
  }
}

.content-page__inner__content {
  width: 70%;
  padding-left: 100px;
}

@media only screen and (max-width: 1800px) {
  .content-page__inner__content {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .content-page__inner__content {
    padding-left: 0;
    width: 100%;
    margin-top: 70px;
  }
}

.content-page__inner__content h2 {
  color: #2185f4;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1.6;
}

@media only screen and (max-width: 1800px) {
  .content-page__inner__content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .content-page__inner__content h2 {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 992px) {
  .content-page__inner__content h2 {
    font-size: 16px;
  }
}

.content-page__inner__content p {
  color: #010101;
  font-size: 24px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1800px) {
  .content-page__inner__content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .content-page__inner__content p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .content-page__inner__content p {
    font-size: 16px;
  }
}

.content-page.privacy-policy {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbe8d8+0,fbeadb+8,fcefe4+20,fef6ee+30,ffffff+100 */
  background: #fbe8d8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbe8d8 0%, #fbeadb 8%, #fcefe4 20%, #fef6ee 30%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fbe8d8 0%, #fbeadb 8%, #fcefe4 20%, #fef6ee 30%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fbe8d8 0%, #fbeadb 8%, #fcefe4 20%, #fef6ee 30%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content-page.privacy-policy .content-page__inner__sidebar .nav-item.active,
.content-page.privacy-policy .content-page__inner__content h2 {
  color: #c9291a;
}

.content-page.privacy-policy .content-page__inner__sidebar .nav-item:after,
.content-page.privacy-policy .content-page__inner__sidebar .nav-item.active,
.content-page.privacy-policy .content-page__inner__sidebar .nav-item:hover {
  color: #c9291a;
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icon-arrow-right-red.png);
}

.warranty-banner {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1280px) {
  .warranty-banner {
    margin-bottom: 40px;
  }
}

.warranty-banner__inner {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfeafb+0,d1eafb+13,e4f3fd+25,fdfeff+100,fdfeff+100 */
  background: #cfeafb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cfeafb 0%, #d1eafb 13%, #e4f3fd 25%, #fdfeff 100%, #fdfeff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cfeafb 0%, #d1eafb 13%, #e4f3fd 25%, #fdfeff 100%, #fdfeff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cfeafb 0%, #d1eafb 13%, #e4f3fd 25%, #fdfeff 100%, #fdfeff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.news-banner__inner {
  padding-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8c9fb+0,c6c9fb+17,c6cdfb+34,c6d8fb+50,c6d8f8+63,bfd5f9+82,b2cef8+100 */
  background: #c8c9fb;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c8c9fb 0%, #c6c9fb 17%, #c6cdfb 34%, #c6d8fb 50%, #c6d8f8 63%, #bfd5f9 82%, #b2cef8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c8c9fb 0%, #c6c9fb 17%, #c6cdfb 34%, #c6d8fb 50%, #c6d8f8 63%, #bfd5f9 82%, #b2cef8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c8c9fb 0%, #c6c9fb 17%, #c6cdfb 34%, #c6d8fb 50%, #c6d8f8 63%, #bfd5f9 82%, #b2cef8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (max-width: 1800px) {
  .news-banner__inner {
    padding-top: 55px;
  }
}

@media only screen and (max-width: 1280px) {
  .news-banner__inner {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 992px) {
  .news-banner__inner {
    padding-top: 40px;
    text-align: center;
  }
}

.news-banner__inner .big__heading {
  margin-bottom: 0;
}

.news-banner__inner.border-radius-section {
  border-radius: 40px;
}

.news-banner__inner .page-sub-title {
  font-weight: 400;
  color: #3a3939;
  text-align: left;
  margin-top: -25px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1280px) {
  .news-banner__inner .page-sub-title {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 992px) {
  .news-banner__inner .page-sub-title {
    margin-top: -10px;
    text-align: center;
  }
}

.news-tabs {
  padding-top: 50px;
  font-weight: bold;
}

.news-tabs .nav-link.active {
  background-color: #dd4031;
  border-radius: 40px;
}

.news-tabs .nav-link {
  color: #333;
}

.news-listing {
  padding-top: 20px;
}

@media only screen and (max-width: 992px) {
  .news-listing .blog-listing__articles__single {
    width: 100%;
    text-align: center;
  }
}

.news-listing .blog-listing__articles__single__inner h2 {
  min-height: 72px;
}

@media only screen and (max-width: 1280px) {
  .news-listing .blog-listing__articles__single__inner h2 {
    min-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .news-listing .blog-listing__articles__single__inner h2 {
    min-height: auto;
  }
}

.news-listing .blog-listing__articles__single__inner p {
  min-height: 84px;
}

@media only screen and (max-width: 767px) {
  .news-listing .blog-listing__articles__single__inner p {
    min-height: auto;
  }
}

.faq-banner__inner {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8c9fb+0,c6c9fb+17,c6cdfb+34,c6d8fb+50,c6d8f8+63,bfd5f9+82,b2cef8+100 */
  background: #c8c9fb;
  /* Old browsers */
  background: -moz-linear-gradient(left, #c8c9fb 0%, #c6c9fb 17%, #c6cdfb 34%, #c6d8fb 50%, #c6d8f8 63%, #bfd5f9 82%, #b2cef8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #c8c9fb 0%, #c6c9fb 17%, #c6cdfb 34%, #c6d8fb 50%, #c6d8f8 63%, #bfd5f9 82%, #b2cef8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #c8c9fb 0%, #c6c9fb 17%, #c6cdfb 34%, #c6d8fb 50%, #c6d8f8 63%, #bfd5f9 82%, #b2cef8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (min-width: 1800px) {
  .faq-banner__inner {
    padding: 110px 40px;
  }
}

.faq-banner__inner form {
  max-width: 1200px;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1800px) {
  .faq-banner__inner form {
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 992px) {
  .faq-banner__inner form {
    margin: 25px auto 0;
  }
}

.faq-banner__inner form input::-webkit-input-placeholder,
.faq-banner__inner form input:-ms-input-placeholder,
.faq-banner__inner form input::placeholder {
  font-size: 18px;
  font-style: italic;
  color: #40444c;
}

@media only screen and (max-width: 1800px) {

  .faq-banner__inner form input::-webkit-input-placeholder,
  .faq-banner__inner form input:-ms-input-placeholder,
  .faq-banner__inner form input::placeholder {
    font-size: 14px;
    font-style: italic;
    color: #40444c;
  }
}

.faqs--content .content-page__inner__sidebar .nav {
  top: 40px;
}

.careers-banner__inner {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 120px;
  position: relative;
  margin-bottom: 125px;
}

@media only screen and (max-width: 1800px) {
  .careers-banner__inner {
    padding-bottom: 80px;
    min-height: 60vh;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-banner__inner {
    padding-bottom: 25px;
    min-height: 190px;
    margin-bottom: 70px;
  }
}

.careers-banner__inner .big__heading__style-1 {
  margin-bottom: 20px;
}

.careers-banner__inner p {
  font-size: 34px;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  .careers-banner__inner p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1280px) {
  .careers-banner__inner p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-banner__inner p {
    font-size: 14px;
  }
}

.careers-banner__inner__cta {
  align-self: center;
  padding: 20px 140px;
  height: auto;
  font-weight: 400;
  font-size: 28px;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 9;
}

@media only screen and (max-width: 1800px) {
  .careers-banner__inner__cta {
    font-size: 20px;
    padding: 15px 100px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-banner__inner__cta {
    padding: 10px 70px;
    font-size: 18px;
  }
}

.careers-culture {
  padding-top: 90px;
  margin-bottom: 100px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1ffe4+0,e2fee5+15,e8fdec+27,effcf3+37,fcfefd+45,fcfefd+45,ffffff+100 */
  background: #e1ffe4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e1ffe4 0%, #e2fee5 15%, #e8fdec 27%, #effcf3 37%, #fcfefd 45%, #fcfefd 45%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e1ffe4 0%, #e2fee5 15%, #e8fdec 27%, #effcf3 37%, #fcfefd 45%, #fcfefd 45%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e1ffe4 0%, #e2fee5 15%, #e8fdec 27%, #effcf3 37%, #fcfefd 45%, #fcfefd 45%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (max-width: 1800px) {
  .careers-culture {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .careers-culture {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .careers-culture {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}

.careers-culture .radius-section-title {
  color: #5eab41;
}

.careers-culture__content {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .careers-culture__content {
    justify-content: center;
  }
}

.careers-culture__content__single {
  padding: 0 60px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .careers-culture__content__single {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-culture__content__single {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-culture__content__single {
    padding: 0 5px;
  }
}

.careers-culture__content__single__icon {
  min-height: 105px;
  margin-bottom: 25px;
  line-height: 105px;
}

@media only screen and (max-width: 1280px) {
  .careers-culture__content__single__icon {
    min-height: auto;
    margin-bottom: 15px;
    line-height: initial;
  }
}

.careers-culture__content__single__icon img {
  vertical-align: bottom;
}

@media only screen and (max-width: 1280px) {
  .careers-culture__content__single__icon img {
    max-height: 40px;
  }
}

.careers-culture__content__single h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #272e31;
  letter-spacing: 0.5px;
  font-size: 24px;
}

@media only screen and (max-width: 1800px) {
  .careers-culture__content__single h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .careers-culture__content__single h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-culture__content__single h2 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.careers-culture__content__single p {
  color: #272e31;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 1280px) {
  .careers-culture__content__single p {
    font-size: 14px;
  }
}

.careers-core-values {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .careers-core-values {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-core-values {
    margin-bottom: 40px;
  }
}

.careers-core-values .radius-section-title {
  color: #2185f4;
}

.careers-core-values__slider__single {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 50px;
}

@media only screen and (max-width: 1280px) {
  .careers-core-values__slider__single {
    padding: 35px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-core-values__slider__single {
    padding: 20px 15px;
  }
}

.careers-core-values__slider__single h2 {
  color: #272e31;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
}

@media only screen and (max-width: 1280px) {
  .careers-core-values__slider__single h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-core-values__slider__single h2 {
    font-size: 16px;
    line-height: 24px;
  }
}

.careers-core-values__slider__single p {
  color: #272e31;
  line-height: 38px;
}

@media only screen and (max-width: 1280px) {
  .careers-core-values__slider__single p {
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-core-values__slider__single p {
    line-height: 20px;
    font-size: 14px;
  }
}

.careers-core-values .swiper-horizontal>.swiper-pagination-bullets.wide-pagination .swiper-pagination-bullet-active {
  background-color: #2185f4;
}

.careers-core-values .swiper-pagination {
  position: relative;
  width: auto;
}

.careers-core-values .swiper-button-prev,
.careers-core-values .swiper-button-next {
  position: relative;
}

.careers-core-values .swiper-navigation-pagination {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .careers-core-values .swiper-navigation-pagination {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-core-values .swiper-navigation-pagination {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-core-values .swiper-navigation-pagination {
    margin-top: 20px;
  }
}

.careers-life {
  padding-top: 90px;
  margin-bottom: 100px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c2e6fc+0,d5eefd+27,d5eefd+27,cff0fa+32,cff0fa+36,e2f3fe+41,f0f9fe+48,ffffff+99 */
  background: #c2e6fc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c2e6fc 0%, #d5eefd 27%, #d5eefd 27%, #cff0fa 32%, #cff0fa 36%, #e2f3fe 41%, #f0f9fe 48%, white 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c2e6fc 0%, #d5eefd 27%, #d5eefd 27%, #cff0fa 32%, #cff0fa 36%, #e2f3fe 41%, #f0f9fe 48%, white 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c2e6fc 0%, #d5eefd 27%, #d5eefd 27%, #cff0fa 32%, #cff0fa 36%, #e2f3fe 41%, #f0f9fe 48%, white 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (max-width: 1800px) {
  .careers-life {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .careers-life {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .careers-life {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}

.careers-life .radius-section-title {
  color: #fff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .careers-life .radius-section-title {
    margin-bottom: 25px;
  }
}

.careers-life__sub-title {
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .careers-life__sub-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-life__sub-title {
    margin-bottom: 30px;
  }
}

.careers-life__video--wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-height: 80vh;
}

.careers-life__video--wrapper .video-play-button {
  position: absolute;
  right: 75px;
  bottom: 50px;
  font-weight: 700;
  color: #fff;
}

.careers-opportunities .radius-section-title {
  padding: 50px 0 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cff0fa+0,cff0fa+13,cff0fa+28,cff0fa+42,d3dcfa+56,d7d0fb+81,d7d1fb+100 */
  background: #cff0fa;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #cff0fa 0%, #cff0fa 13%, #cff0fa 28%, #cff0fa 42%, #d3dcfa 56%, #d7d0fb 81%, #d7d1fb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #cff0fa 0%, #cff0fa 13%, #cff0fa 28%, #cff0fa 42%, #d3dcfa 56%, #d7d0fb 81%, #d7d1fb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #cff0fa 0%, #cff0fa 13%, #cff0fa 28%, #cff0fa 42%, #d3dcfa 56%, #d7d0fb 81%, #d7d1fb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.careers-opportunities__selection-Options {
  max-width: 1200px;
  width: 80%;
  margin: auto;
}

.careers-opportunities__title {
  font-weight: 400;
  color: #2185f4;
  font-size: 22px;
  text-align: center;
  margin: 75px 0;
  text-decoration: underline;
}

@media only screen and (max-width: 1280px) {
  .careers-opportunities__title {
    margin: 40px 0;
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-opportunities__title {
    margin: 30px 0;
    font-size: 18px;
  }
}

.careers-opportunities__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}

@media only screen and (max-width: 992px) {
  .careers-opportunities__listing {
    margin: 0 -12.5px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-opportunities__listing {
    margin: 0 -7.5px;
  }
}

.careers-opportunities__listing__single {
  width: calc(100% / 3 - 50px);
  max-width: calc(100% / 3 - 50px);
  padding: 30px;
  box-shadow: 7px 5px 20px 4px #3431312b;
  border-radius: 20px;
  margin: 0 25px 60px;
}

@media only screen and (max-width: 992px) {
  .careers-opportunities__listing__single {
    width: calc(100% / 2 - 25px);
    max-width: calc(100% / 2 - 25px);
    margin: 0 12.5px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-opportunities__listing__single {
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
    margin: 0 7.5px 20px;
  }
}

.careers-opportunities__listing__single h2 {
  color: #2185f4;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 1280px) {
  .careers-opportunities__listing__single h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-opportunities__listing__single h2 {
    font-size: 18px;
  }
}

.careers-opportunities__listing__single span {
  color: #8e969e;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
  display: block;
}

@media only screen and (max-width: 1280px) {
  .careers-opportunities__listing__single span {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .careers-opportunities__listing__single span {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-opportunities__listing__single span {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.careers-opportunities__listing__single__description {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1280px) {
  .careers-opportunities__listing__single__description {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .careers-opportunities__listing__single__description {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .careers-opportunities__listing__single__description {
    margin-bottom: 15px;
  }
}

.careers-opportunities__listing__single__description p {
  color: #222222;
}

.careers-opportunities__listing__single .read-more {
  color: #5eab41;
}

.careers-opportunities__listing__show-more {
  text-align: center;
  margin: 70px 0;
}

@media only screen and (max-width: 1280px) {
  .careers-opportunities__listing__show-more {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 992px) {
  .careers-opportunities__listing__show-more {
    margin: 20px 0;
  }
}

.careers-opportunities__listing__show-more .read-more {
  color: #2185f4;
}

.plp-product-list {
  margin-bottom: 210px;
  margin-top: 150px;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }
}

.plp-product-list__left h2 {
  font-size: 45px;
  line-height: 1.22;
  letter-spacing: 2.33px;
  color: #04060a;
  font-family: "Acumin Pro Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__left h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-product-list__left h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__left h2 {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 1.15px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 50px;
    width: 100%;
    max-width: none;
  }
}

.plp-product-list__left__quiz-cta {
  max-width: 95%;
  border-radius: 19.4px;
  border: solid 1px #2185f4;
  padding: 25px 33px;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__left__quiz-cta {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__left__quiz-cta {
    max-width: 50%;
    padding: 10px;
    border-radius: 6px;
  }
}

.plp-product-list__left__quiz-cta a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 2.6px;
  color: #2185f4;
  text-decoration: underline;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__left__quiz-cta a {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-product-list__left__quiz-cta a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__left__quiz-cta a {
    line-height: 1.53;
    letter-spacing: 0.95px;
    display: block;
  }
}

.plp-product-list__tab-nav {
  margin-top: 90px;
  margin-bottom: 70px;
  padding-right: 60px;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__tab-nav {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-product-list__tab-nav {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__tab-nav {
    max-width: 50%;
    width: calc(50% - 24px);
    margin: 0;
  }
}

.plp-product-list__tab-nav.nav .nav-item {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  width: 100%;
  font-size: 22px;
  line-height: 70px;
  letter-spacing: 2.4px;
  color: #252525;
  font-weight: 700;
  border-top: solid 0.6px #e9e8e8;
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icon-arrow-right-black.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 55px;
  transition: 0.3s all ease-in-out;
  background-size: 40px;
}

.plp-product-list__tab-nav.nav .nav-item.active,
.plp-product-list__tab-nav.nav .nav-item:hover {
  background-image: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/icon-arrow-right-blue.png);
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__tab-nav.nav .nav-item {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 1.4px;
    background-size: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-product-list__tab-nav.nav .nav-item {
    font-size: 16px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__tab-nav.nav .nav-item {
    display: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 3.18;
    letter-spacing: 1.1px;
    border-bottom: 1px #020202 solid;
  }
}

.plp-product-list__tab-nav.nav .nav-item:first-child {
  border-top: none;
}

.plp-product-list__tab-nav.nav .nav-item.active {
  color: #2185f4;
}

@media only screen and (max-width: 767px) {
  .plp-product-list__tab-nav.nav .nav-item.active {
    display: block;
    color: #252525;
    line-height: 30px;
  }
}

.plp-product-list__single {
  text-align: center;
}

.plp-product-list__single img {
  margin-bottom: 56px;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__single img {
    margin-bottom: 25px;
  }
}

.plp-product-list__single h3 {
  font-size: 27px;
  font-family: "Acumin Pro Bold", sans-serif;
  line-height: 1.16;
  letter-spacing: 2.06px;
  color: #222;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__single h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__single h3 {
    font-size: 18px;
  }
}

.plp-product-list__single p {
  font-size: 20px;
  line-height: 1.44;
  letter-spacing: 2.05px;
  color: #010101;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__single p {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__single p {
    margin-bottom: 20px;
  }
}

.plp-product-list__tab-content__view-all {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.plp-product-list__tab-content__view-all img {
  width: 20px;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  position: relative;
  top: 10px;
}

@media only screen and (max-width: 767px) {
  .plp-product-list__tab-content__view-all img {
    display: none;
  }
}

.plp-product-list__tab-content__view-all a {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.37;
  letter-spacing: 2.05px;
  color: #020305;
  text-decoration: underline;
  text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
  .plp-product-list__tab-content__view-all a {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-product-list__tab-content__view-all a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-product-list__tab-content__view-all a {
    font-size: 12px;
    display: none;
  }
}

.plp-coaching-plans {
  margin-bottom: 250px;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-coaching-plans {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans .swiper-button-next {
    right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans .swiper-button-prev {
    left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans .swiper-wrapper .swiper-slide {
    padding: 0px 40px !important;
  }
}

.plp-coaching-plans h2 {
  font-size: 78px;
  letter-spacing: 3.88px;
  text-align: center;
  color: #04060a;
  font-family: "Acumin Pro Bold", sans-serif;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans h2 {
    font-size: 56px;
    line-height: 1;
    letter-spacing: 4px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-coaching-plans h2 {
    font-size: 42px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.plp-coaching-plans__single {
  border-radius: 19.4px;
  box-shadow: -1.2px 1.6px 19px 1px rgba(36, 40, 44, 0.16);
  background-color: #fff;
  position: relative;
  padding: 87px 0 34px;
  min-height: 678px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single {
    padding: 70px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single {
    padding: 50px 0 20px;
    min-height: 500px;
    box-shadow: -1.2px 1.6px 10px 1px rgba(36, 40, 44, 0.16);
  }
}

.plp-coaching-plans__single__icon img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__icon img {
    width: 32px !important;
  }
}

.plp-coaching-plans__single__icon {
  position: absolute;
  left: 50%;
  top: -48px;
  border-radius: 100%;
  overflow: hidden;
  transform: translateX(-50%);
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .plp-coaching-plans__single__icon {
    width: 72px;
    top: -38px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__icon {
    width: 72px !important;
    height: 72px !important;
    top: -28px;
  }
}

.plp-coaching-plans__single__icon__red {
  background-color: #d03a2c;
  text-align: center;
}

.plp-coaching-plans__single__icon__yellow {
  background-color: #fbbd34;
  text-align: center;
}

.plp-coaching-plans__single__icon__green {
  background-color: #39af25;
  text-align: center;
}

.plp-coaching-plans__single__icon__blue {
  background-color: #1c7de8;
  text-align: center;
}

.plp-coaching-plans__single h3 {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: 2.18px;
  text-align: center;
  color: #222;
  font-family: "Acumin Pro Bold", sans-serif;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single h3 {
    font-size: 18px;
  }
}

.plp-coaching-plans__single h3 span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 1.46px;
  font-family: "Open Sans", sans-serif;
  display: block;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single h3 span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single h3 span {
    font-size: 11px;
  }
}

.plp-coaching-plans__single__benefits {
  padding: 40px 32px 25px 36px;
  position: relative;
  background-color: #eee;
  margin-top: 39px;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__benefits {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__benefits {
    padding: 24px 14px 16px 14px;
  }
}

.plp-coaching-plans__single__benefits h4 {
  font-size: 17px;
  line-height: 1.54;
  letter-spacing: 1.75px;
  color: #010101;
  font-weight: 700;
  font-family: "Acumin Pro Bold", sans-serif;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__benefits h4 {
    font-size: 13px;
  }
}

.plp-coaching-plans__single__benefits__offers {
  padding: 8px 14px 7px 13px;
  border-radius: 5.8px;
  background-color: #010101;
  font-size: 13px;
  letter-spacing: 1.35px;
  line-height: 1;
  color: #feefed;
  display: inline-block;
  position: absolute;
  font-family: "Acumin Pro Bold", sans-serif;
  top: -13px;
  left: 36px;
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__benefits__offers {
    padding: 8px 12px 6px 13px;
    font-size: 9px;
  }
}

.plp-coaching-plans__single__benefits ul {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__benefits ul {
    margin-top: 10px;
  }
}

.plp-coaching-plans__single__benefits ul li {
  font-size: 18px;
  line-height: 1.54;
  letter-spacing: 1.75px;
  color: #010101;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__benefits ul li {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__benefits ul li {
    font-size: 14px;
  }
}

.plp-coaching-plans__single__benefits ul li::before {
  content: "+";
  position: absolute;
  left: 0;
}

.plp-coaching-plans__single__sub-plans {
  flex: 1;
  padding: 36px;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__sub-plans {
    padding: 25px;
  }
}

.plp-coaching-plans__single__sub-plans h4 {
  font-size: 17px;
  line-height: 1.54;
  letter-spacing: 1.75px;
  color: #010101;
  font-weight: 700;
  font-family: "Acumin Pro Bold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__sub-plans h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__sub-plans h4 {
    font-size: 14px;
  }
}

.plp-coaching-plans__single__sub-plans__single {
  font-size: 17px;
  line-height: 1.79;
  letter-spacing: 1.75px;
  color: #010101;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__sub-plans__single {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-coaching-plans__single__sub-plans__single {
    font-size: 14px;
    font-weight: bold;
  }
}

.plp-coaching-plans__single__sub-plans__single::before {
  content: "";
  position: absolute;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  border: solid 1px #010101;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__sub-plans__single::before {
    height: 16px;
    width: 16px;
  }
}

.plp-coaching-plans__single__sub-plans__single::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #010101;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__sub-plans__single::after {
    height: 9px;
    width: 9px;
    left: 3.5px;
  }
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__sub-plans__single::after {
    height: 10px;
    width: 10px;
    left: 3px;
  }
}

.plp-coaching-plans__single__sub-plans__single--active::after {
  display: block;
}

.plp-coaching-plans__single__cta {
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: flex-end;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__cta {
    padding: 0 25px;
  }
}

.plp-coaching-plans__single__cta__price {
  font-family: "Acumin Pro Bold", sans-serif;
  font-size: 22px;
  line-height: 1.82;
  letter-spacing: 0.61px;
  color: #222;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__cta__price {
    font-size: 16px;
  }
}

.plp-coaching-plans__single__cta__price span {
  font-size: 24px;
  line-height: 1.82;
  letter-spacing: 0.61px;
  color: #a4a1a1;
  font-family: 'Acumin Pro';
  text-decoration: line-through;
  margin-right: 10px;
}

@media only screen and (max-width: 1800px) {
  .plp-coaching-plans__single__cta__price span {
    font-size: 18px;
    margin-right: 5px;
  }
}

.plp-coaching-plans__single--red .plp-coaching-plans__single__benefits {
  background-color: #ffefec;
}

.plp-coaching-plans__single--red .plp-coaching-plans__single__benefits__offers {
  background-color: #d03a2c;
}

.plp-coaching-plans__single--red .plp-coaching-plans__single__sub-plans__single::before {
  border: solid 1px #d03a2c;
}

.plp-coaching-plans__single--red .plp-coaching-plans__single__sub-plans__single::after {
  background-color: #d03a2c;
}

.plp-coaching-plans__single--yellow .plp-coaching-plans__single__benefits {
  background-color: #fdf5d2;
}

.plp-coaching-plans__single--yellow .plp-coaching-plans__single__benefits__offers {
  background-color: #fbbd34;
}

.plp-coaching-plans__single--yellow .plp-coaching-plans__single__sub-plans__single::before {
  border: solid 1px #fbbd34;
}

.plp-coaching-plans__single--yellow .plp-coaching-plans__single__sub-plans__single::after {
  background-color: #fbbd34;
}

.plp-coaching-plans__single--green .plp-coaching-plans__single__benefits {
  background-color: #e3f8de;
}

.plp-coaching-plans__single--green .plp-coaching-plans__single__benefits__offers {
  background-color: #39af25;
}

.plp-coaching-plans__single--green .plp-coaching-plans__single__sub-plans__single::before {
  border: solid 1px #39af25;
}

.plp-coaching-plans__single--green .plp-coaching-plans__single__sub-plans__single::after {
  background-color: #39af25;
}

.plp-coaching-plans__single--blue .plp-coaching-plans__single__benefits {
  background-color: #e4f2fe;
}

.plp-coaching-plans__single--blue .plp-coaching-plans__single__benefits__offers {
  background-color: #0085fc;
}

.plp-coaching-plans__single--blue .plp-coaching-plans__single__sub-plans__single::before {
  border: solid 1px #0085fc;
}

.plp-coaching-plans__single--blue .plp-coaching-plans__single__sub-plans__single::after {
  background-color: #0085fc;
}

.plp-disease-condition {
  border-radius: 145px;
  background-image: linear-gradient(to top, #dff2fc, #ffffff);
  padding: 76px 0 54px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 992px) {
  .plp-disease-condition {
    border-radius: 80px;
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-disease-condition {
    border-radius: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.plp-disease-condition h2 {
  font-size: 79px;
  letter-spacing: 3.88px;
  color: #1c7de8;
  text-align: center;
  font-family: "Acumin Pro Bold", sans-serif;
  margin-bottom: 38px;
}

@media only screen and (max-width: 1800px) {
  .plp-disease-condition h2 {
    font-size: 56px;
    line-height: 1;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-disease-condition h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-disease-condition h2 {
    font-size: 23px;
  }
}

.plp-disease-condition__wrapper .row {
  padding: 0 72px;
}

@media only screen and (max-width: 767px) {
  .plp-disease-condition__wrapper .swiper-wrapper .swiper-slide {
    padding: 0px 50px !important;
  }
}

.plp-disease-condition__single {
  text-align: center;
}

.plp-disease-condition__single img {
  margin-bottom: 53px;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 1800px) {
  .plp-disease-condition__single img {
    margin-bottom: 30px;
  }
}

.plp-disease-condition__single h3 {
  font-family: "Acumin Pro Bold", sans-serif;
  font-size: 33px;
  line-height: 0.97;
  letter-spacing: 2.51px;
  color: #222;
  margin-bottom: 27px;
}

@media only screen and (max-width: 1800px) {
  .plp-disease-condition__single h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-disease-condition__single h3 {
    font-size: 18px;
  }
}

.plp-disease-condition__single p {
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 1.65px;
  color: #010101;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1800px) {
  .plp-disease-condition__single p {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.plp-combo {
  margin-bottom: 115px;
}

.plp-combo__wrapper {
  border-radius: 77.6px;
  padding: 76px 0 54px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fce7db+0,f7e4e7+38,f8e3e4+55,ede1f1+72,e6edf5+89,e7e7f8+100 */
  background: #fce7db;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #fce7db 0%, #f7e4e7 38%, #f8e3e4 55%, #ede1f1 72%, #e6edf5 89%, #e7e7f8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #fce7db 0%, #f7e4e7 38%, #f8e3e4 55%, #ede1f1 72%, #e6edf5 89%, #e7e7f8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #fce7db 0%, #f7e4e7 38%, #f8e3e4 55%, #ede1f1 72%, #e6edf5 89%, #e7e7f8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (max-width: 767px) {
  .plp-combo__wrapper {
    padding-top: 10px;
    border-radius: 20px;
    padding-bottom: 20px;
  }
}

.plp-combo__wrapper h2 {
  font-size: 106px;
  letter-spacing: 5.43px;
  color: #fff;
  text-align: center;
  font-family: "Acumin Pro Bold", sans-serif;
  margin-bottom: 38px;
}

@media only screen and (max-width: 1800px) {
  .plp-combo__wrapper h2 {
    font-size: 76px;
    letter-spacing: 4px;
    text-align: left;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-combo__wrapper h2 {
    font-size: 48px;
    letter-spacing: 1px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .plp-combo__wrapper h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.plp-combo__wrapper .row {
  padding: 0 72px;
}

.plp-combo__single {
  text-align: center;
}

.plp-combo__single img {
  margin-bottom: 36px;
}

@media only screen and (max-width: 1800px) {
  .plp-combo__single img {
    max-width: 80%;
  }
}

.plp-combo__single h3 {
  font-size: 27px;
  font-family: "Acumin Pro Bold", sans-serif;
  line-height: 1.16;
  letter-spacing: 2.06px;
  color: #222;
  margin-bottom: 27px;
}

@media only screen and (max-width: 1800px) {
  .plp-combo__single h3 {
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-combo__single h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.plp-combo__single p {
  font-size: 16.5px;
  line-height: 1.45;
  letter-spacing: 1.65px;
  color: #010101;
}

@media only screen and (max-width: 1800px) {
  .plp-combo__single p {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-combo__single p {
    font-size: 14px;
    padding: 0 20px;
  }
}

.plp-combo__single__price {
  font-size: 31px;
  font-family: "Acumin Pro Bold", sans-serif;
  line-height: 1.81;
  letter-spacing: 0.78px;
  color: #222;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1800px) {
  .plp-combo__single__price {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .plp-combo__single__price {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .plp-combo__single__price {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.plp-combo__single__price span {
  line-height: 1.81;
  letter-spacing: 0.78px;
  color: #ad9a8b;
  font-family: 'Acumin Pro';
  margin-right: 10px;
  text-decoration: line-through;
}

.smart-skip-main {
  margin: 80px 0px 0px 0px !important;
  padding-bottom: 150px;
  position: relative;
  background-image: linear-gradient(to top, #dff2fc, #fff);
}

.smart-skip-main .overlay {
  position: absolute;
  height: calc(100% - 150px) !important;
  width: 100%;
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .overlay {
    height: calc(100% - -50px) !important;
  }
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider {
  position: relative;
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__main .product-range-slider__main__single__img {
  padding: 0 70px;
  margin: auto;
  text-align: center;
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain {
  padding: 0 70px;
  margin-top: 20px;
  position: relative;
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain .smart-vital-slider__thumb .product-range-slider__thumb__single {
  border-radius: 9.7px;
  border: solid 0.6px #c6c6c6;
  background-color: #fff;
  text-align: center;
  margin: auto;
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain .smart-vital-slider__thumb .swiper-slide-thumb-active .product-range-slider__thumb__single {
  border-color: #3a7fd0;
}

.smart-skip-main .smart-vital-main__productData h2 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3.11px;
  color: #222;
  margin: 20px 0 10px;
}

.smart-skip-main .smart-vital-main__productData p {
  font-size: 23.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 2.35px;
  color: #010101;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice {
  display: block;
  margin: 60px 0;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
  font-size: 40.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 4.05px;
  color: #2185f4;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 strong {
  padding-right: 10px;
  text-decoration: line-through;
  color: #859297;
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 18px;
  }
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceCta {
  margin-top: 30px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceCta .goqii-btn-primary {
  margin-left: 0 !important;
  border: solid 1px #2185f4;
  color: #2185f4;
  margin: 0 10px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus {
  border-radius: 14.5px;
  box-shadow: -1.2px 1.6px 8.7px 0.3px #24282c36;
  background-color: #fff;
  padding: 15px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
  font-size: 63px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 6.3px;
  text-align: center;
  color: #000;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col {
  display: flex;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg {
  padding-left: 20px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.2px;
  text-align: left;
  color: #2185f4;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
  font-size: 15.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: 1.55px;
  text-align: left;
  color: #010101;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 strong {
  font-weight: bold;
  color: #000;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox {
  width: calc(100% - 305px);
  padding-right: 20px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.31;
  letter-spacing: 1.95px;
  text-align: left;
  color: #2185f4;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 .col {
  display: flex;
  align-items: center;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 .col p {
  font-size: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 2.25px;
  text-align: left;
  color: #222;
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 16px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col p {
    font-size: 18px;
  }
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
  width: 305px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta .goqii-btn-primary {
  color: #fff;
  border: solid 1px #2185f4;
  background-color: #2185f4;
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward {
    display: block;
    margin-top: 50px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox {
    width: 100%;
    padding-right: 0;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 14px !important;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox p {
    font-size: 14px !important;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 374px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 12px !important;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox p {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 30px;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 18px;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 20px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice {
    margin: 30px 0;
    display: block;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue {
    margin-bottom: 20px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 50px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 20px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1280px) {
  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 20px;
    line-height: 1.5;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice {
    margin: 30px 0;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 50px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 20px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 992px) {
  .smart-skip-main .smart-vital-main__productData img {
    height: 40px;
  }

  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 26px;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 16px;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-skip-main .smart-vital-main__productData img {
    height: 25px;
  }

  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 20px;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 14px;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 14px;
  }

  .smart-skip-main .smart-vital-main__productData img {
    display: block;
    margin: auto;
    text-align: center;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice {
    display: block;
    margin: 30px 0;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .row {
    display: block;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 {
    margin: auto;
    text-align: center;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 30px;
    text-align: center;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg img {
    height: 40px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 18px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 374px) {
  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 18px;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 12px;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-skip-main {
    margin: 80px 0;
  }

  .smart-skip-main .smart-vital-main__productData {
    padding-top: 40px;
    text-align: center;
  }
}

.product-specsActive-slider {
  margin: 0 !important;
}

.product-specsActive-slider .product-specs-slider__overlay {
  position: absolute;
  height: 90%;
  width: 100%;
  background-image: linear-gradient(to top, #e7fae0, #fdf1cc);
  overflow: hidden;
}

.product-specsActive-slider .product-specs-slider__overlay .product-specs-slider__img {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  right: -1%;
  top: 0;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 800px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 500px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 400px;
    right: -50px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__overlay {
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__overlay {
    height: 350px;
  }
}

.product-specsActive-slider .product-specs-slider__holder {
  position: relative;
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg {
  padding-top: 200px;
  position: relative;
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
  padding-top: 50px;
  font-size: 88px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 6px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg {
    padding-top: 100px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
  flex: 0 0 calc(33.33% - 20px);
  margin: 10px;
  border-radius: 14.5px;
  box-shadow: -3.6px 4.8px 33px 1px #24282c21;
  background-color: #fff;
  padding: 0 40px 40px;
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
  position: relative;
  width: 150px;
  top: -80px;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 120px;
    top: -40px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 100px;
    top: -30px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 80px;
    top: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 70px;
    top: -25px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 70px;
    top: -25px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
  font-size: 22.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.69px;
  text-align: center;
  color: #201f1f;
  font-weight: bold;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 14px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
  font-size: 22.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.69px;
  text-align: center;
  color: #201f1f;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
    padding: 0 30px 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
    padding: 0 10px 10px;
    flex: 0 0 100%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
    padding: 60px 0 20px;
    margin: 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg {
    padding: 0 20px 20px;
    flex: 0 0 calc(50% - 20px);
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain {
  position: relative;
  padding: 0 150px;
  border-radius: 19.4px;
  box-shadow: -3.6px 4.8px 33px 1px rgba(36, 40, 44, 0.13);
  background-color: #fff;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-prev {
  left: 30px;
  outline: none;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-prev {
    left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-prev {
    left: 10px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-next {
  right: 30px;
  outline: none;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-next {
    right: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-next {
    right: 10px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb {
  margin: 20px;
  padding: 20px;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide {
  margin: 0 !important;
  display: inline-block;
  width: auto !important;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 2.15px;
  text-align: center;
  cursor: pointer;
  color: #040102;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 14px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  margin-top: 10px;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #3ba948;
  top: 0;
  left: 0;
  position: absolute;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label {
  color: #3ba948;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress {
  opacity: 1;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress:after {
  animation-name: example;
  animation-duration: 5s;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide {
    margin: 20px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px) !important;
    margin: 5px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb {
    padding: 10px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain {
    padding: 0 10px;
  }
}

.health-care-ecosystem {
  margin: 80px 0;
}

.health-care-ecosystem .health-care-ecosystem__info h2 {
  font-size: 88px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 6px;
  color: #d03a2c;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 24px;
  }
}

.health-care-ecosystem .health-care-ecosystem__info h4 {
  font-size: 34px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.7px;
  text-align: left;
  color: #d03a2c;
  margin-bottom: 20px;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner {
  display: flex;
  padding-top: 10px;
  align-items: flex-end;
  position: relative;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box img {
  max-height: 40px;
  max-width: 40px;
  padding-bottom: 5px;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
  font-size: 20.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 2.05px;
  text-align: left;
  margin-bottom: 0;
  color: #000;
}

@media only screen and (max-width: 1800px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 14px;
  }
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner span {
  display: inline-block;
  font-weight: bold;
  padding: 0 20px;
}

.health-care-ecosystem .health-care-ecosystem__info .home-app-feature__app-download {
  padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .health-care-ecosystem .health-care-ecosystem__img {
    padding-top: 50px;
  }
}

.product-specs-boxholder {
  position: relative;
  margin: 80px 0;
}

.product-specs-boxholder .product-specs-box__img {
  padding-right: 50px;
}

.product-specs-boxholder .product-specs-box__info img {
  max-height: 40px;
}

.product-specs-boxholder .product-specs-box__info h2 {
  font-size: 43.5px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 4.35px;
  text-align: left;
  color: #101010;
}

@media only screen and (max-width: 1800px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 20px;
  }
}

.product-specs-boxholder .product-specs-box__info .product-specs-box {
  border-top: solid 0.9px #777676;
  padding-top: 30px;
  margin-top: 20px;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
  margin-bottom: 20px;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table h3 {
  font-size: 22.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 2.25px;
  text-align: left;
  color: #5eab41;
  text-transform: uppercase;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 0.9px #777676;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
  width: calc(33.33% - 10px);
  margin: 10px 5px;
  font-size: 23.5px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.76px;
  color: #201f1f;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 strong {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 1800px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    width: calc(50% - 10px);
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
    font-size: 16px;
  }
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table__last .product-specs-box_tableBody {
  width: 100% !important;
  display: block;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table__last h4 {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__img {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .product-specs-boxholder .product-specs-box__info img {
    max-height: 25px;
  }
}

.what-in-the-box {
  position: relative;
  margin: 0px 0;
  background-image: linear-gradient(to top, #eef1f5, #e6e9f0);
  padding: 80px 0;
}

.what-in-the-box .big__heading {
  font-size: 160px;
  letter-spacing: 12.26px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1800px) {
  .what-in-the-box .big__heading {
    font-size: 90px;
    letter-spacing: 10px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .what-in-the-box .big__heading {
    font-size: 70px;
    letter-spacing: 8px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .what-in-the-box .big__heading {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .big__heading {
    font-size: 40px;
    letter-spacing: 6px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .big__heading {
    font-size: 30px;
    letter-spacing: 4px;
  }
}

.what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
  background-color: #fff;
  border-radius: 19.4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
  max-height: 200px;
  margin: auto;
  position: relative;
}

.what-in-the-box .whatInTheBox-innerBox h4 {
  font-size: 22.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.25px;
  text-align: left;
  color: #101010;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .whatInTheBox-innerBox .col {
    margin: 20px 0;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
    min-height: 150px;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
    max-height: 125px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
    min-height: 130px;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
    max-height: 80px;
  }
}

.hororable-mentions {
  position: relative;
}

.hororable-mentions .hororable-mentions--title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 3px;
  text-align: left;
  color: #2185f4;
}

.hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img {
  position: relative;
  height: 70px;
  display: inline-block;
}

.hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img img {
  max-height: 50px;
}

.hororable-mentions .hororable-mentions--logoSec a {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.35px;
  text-decoration: underline;
}

.hororable-mentions .hororable-mentions-full--btn {
  position: relative;
  margin: 80px 0;
}

.hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
  border-radius: 19.4px;
  border: solid 0.9px #2185f4;
  text-transform: none;
  text-decoration: underline;
}

@media only screen and (max-width: 1800px) {
  .hororable-mentions {
    padding: 0px 0;
  }

  .hororable-mentions .hororable-mentions--title {
    font-size: 24px;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 18px;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .hororable-mentions {
    padding: 0px 0;
  }

  .hororable-mentions .hororable-mentions--title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hororable-mentions .hororable-mentions--logoSec {
    margin-bottom: 30px;
  }

  .hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img {
    height: 40px;
  }

  .hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img img {
    max-height: 35px;
  }

  .hororable-mentions .hororable-mentions--logoSec p {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 14px;
  }

  .hororable-mentions .hororable-mentions-full--btn {
    margin: 50px 0;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 374px) {
  .hororable-mentions .hororable-mentions--title {
    font-size: 18px;
  }

  .hororable-mentions .hororable-mentions--logoSec p {
    font-size: 14px;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 12px;
  }

  .hororable-mentions .hororable-mentions-full--btn {
    margin: 30px 0;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.smart-vital-main {
  margin: 80px 0 150px;
  position: relative;
}

.smart-vital-main .overlay {
  position: absolute;
  height: calc(100% - 420px);
  width: 100%;
  background-image: linear-gradient(to top, #dff2fc, #fff);
}

@media only screen and (max-width: 1800px) {
  .smart-vital-main .overlay {
    height: calc(100% - 300px);
  }
}

.smart-vital-main .smart-vital-main__productimg .product-range-slider {
  position: relative;
}

.smart-vital-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__main .product-range-slider__main__single__img {
  padding: 0 70px;
  margin: auto;
  text-align: center;
}

.smart-vital-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain {
  padding: 0 70px;
  position: relative;
}

.smart-vital-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain .smart-vital-slider__thumb .product-range-slider__thumb__single {
  border-radius: 9.7px;
  border: solid 0.6px #c6c6c6;
  background-color: #fff;
  text-align: center;
  margin: auto;
}

.smart-vital-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain .smart-vital-slider__thumb .swiper-slide-thumb-active .product-range-slider__thumb__single {
  border-color: #3a7fd0;
}

.smart-vital-main .smart-vital-main__productData h2 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3.11px;
  color: #222;
  margin: 20px 0 30px;
}

.smart-vital-main .smart-vital-main__productData h3 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2.25px;
  color: #222;
}

.smart-vital-main .smart-vital-main__productData p {
  font-size: 23.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 2.35px;
  color: #010101;
}

.smart-vital-main .smart-vital-main__productData p strong {
  font-weight: bold;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice {
  display: flex;
  align-items: center;
  margin: 60px 0;
  justify-content: space-between;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
  font-size: 40.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 4.05px;
  color: #2185f4;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 strong {
  padding-right: 10px;
  text-decoration: line-through;
  color: #859297;
}

@media only screen and (max-width: 1800px) {
  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 18px;
  }
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceCta .goqii-btn-primary {
  border: solid 1px #2185f4;
  color: #2185f4;
  margin: 0 10px;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus {
  border-radius: 14.5px;
  box-shadow: -1.2px 1.6px 8.7px 0.3px #24282c36;
  background-color: #fff;
  padding: 15px;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
  font-size: 63px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 6.3px;
  text-align: center;
  color: #000;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col {
  display: flex;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg {
  padding-left: 20px;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.2px;
  text-align: left;
  color: #2185f4;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
  font-size: 15.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: 1.55px;
  text-align: left;
  color: #010101;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 strong {
  font-weight: bold;
  color: #000;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox {
  width: calc(100% - 305px);
  padding-right: 20px;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.31;
  letter-spacing: 1.95px;
  text-align: left;
  color: #2185f4;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 .col {
  display: flex;
  align-items: center;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 .col p {
  font-size: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 2.25px;
  text-align: left;
  color: #222;
}

@media only screen and (max-width: 1800px) {
  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 16px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col p {
    font-size: 18px;
  }
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
  width: 305px;
}

.smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta .goqii-btn-primary {
  color: #fff;
  border: solid 1px #2185f4;
  background-color: #2185f4;
}

@media only screen and (max-width: 1800px) {
  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward {
    display: block;
    margin-top: 50px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox {
    width: 100%;
    padding-right: 0;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 14px !important;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox p {
    font-size: 14px !important;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 374px) {
  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 12px !important;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox p {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1800px) {
  .smart-vital-main .smart-vital-main__productData h2 {
    font-size: 30px;
  }

  .smart-vital-main .smart-vital-main__productData h3 {
    font-size: 18px;
  }

  .smart-vital-main .smart-vital-main__productData p {
    font-size: 20px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice {
    margin: 30px 0;
    display: block;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue {
    margin-bottom: 20px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 50px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 20px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1280px) {
  .smart-vital-main .smart-vital-main__productData h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .smart-vital-main .smart-vital-main__productData h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .smart-vital-main .smart-vital-main__productData p {
    font-size: 20px;
    line-height: 1.5;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice {
    margin: 30px 0;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 50px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 20px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 992px) {
  .smart-vital-main .smart-vital-main__productData img {
    height: 40px;
  }

  .smart-vital-main .smart-vital-main__productData h2 {
    font-size: 26px;
  }

  .smart-vital-main .smart-vital-main__productData h3 {
    font-size: 16px;
  }

  .smart-vital-main .smart-vital-main__productData p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-vital-main .smart-vital-main__productData img {
    height: 25px;
  }

  .smart-vital-main .smart-vital-main__productData h2 {
    font-size: 20px;
  }

  .smart-vital-main .smart-vital-main__productData h3 {
    font-size: 14px;
  }

  .smart-vital-main .smart-vital-main__productData p {
    font-size: 14px;
  }

  .smart-vital-main .smart-vital-main__productData img {
    display: block;
    margin: auto;
    text-align: center;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPrice {
    display: block;
    margin: 30px 0;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .row {
    display: block;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 {
    margin: auto;
    text-align: center;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 30px;
    text-align: center;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg img {
    height: 40px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 18px;
  }

  .smart-vital-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 374px) {
  .smart-vital-main .smart-vital-main__productData h2 {
    font-size: 18px;
  }

  .smart-vital-main .smart-vital-main__productData h3 {
    font-size: 12px;
  }

  .smart-vital-main .smart-vital-main__productData p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-vital-main {
    margin: 80px 0;
  }

  .smart-vital-main .smart-vital-main__productData {
    padding-top: 40px;
    text-align: center;
  }
}

.watch-video-sec {
  position: relative;
  margin: 80px 0;
}

.watch-video-sec .col-12 {
  position: relative;
}

.watch-video-sec .col-12 .watch-video-sec-topDiv {
  position: absolute;
  top: -35px;
  right: -50px;
}

.watch-video-sec .col-12 .watch-video-sec-topDiv .watch-video-sec-topDiv__topDivinner {
  border-radius: 19.4px;
  display: flex;
  align-items: center;
  box-shadow: -1.2px 1.6px 17.8px 0.2px rgba(36, 40, 44, 0.14);
  background-color: #fff;
}

.watch-video-sec .col-12 .watch-video-sec-topDiv .watch-video-sec-topDiv__topDivinner img {
  max-height: 20px;
  padding-left: 20px;
}

.watch-video-sec .col-12 .watch-video-sec-topDiv .watch-video-sec-topDiv__topDivinner .price-Btn {
  padding: 10px;
  background-color: #2185f4;
  display: flex;
  align-items: center;
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  padding-left: 35px;
}

.watch-video-sec .col-12 .watch-video-sec-topDiv .watch-video-sec-topDiv__topDivinner .price-Btn h5 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 3.2px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-right: 20px;
}

.watch-video-sec .col-12 .watch-video-sec-topDiv .watch-video-sec-topDiv__topDivinner .price-Btn a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.75px;
  text-align: center;
  color: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .watch-video-sec .col-12 .watch-video-sec-topDiv {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .watch-video-sec .col-12 .watch-video-sec-topDiv {
    display: none;
  }
}

.watch-video-sec .col-12 .watch-video-sec-bottomDiv {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

.watch-video-sec .col-12 .watch-video-sec-bottomDiv img {
  height: 50px;
}

.watch-video-sec .col-12 .watch-video-sec-bottomDiv span {
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.98;
  letter-spacing: 2.25px;
  text-align: center;
  color: #222;
}

@media only screen and (max-width: 767px) {
  .watch-video-sec .col-12 .watch-video-sec-bottomDiv {
    bottom: 10px;
    right: 25px;
  }

  .watch-video-sec .col-12 .watch-video-sec-bottomDiv img {
    height: 30px;
  }

  .watch-video-sec .col-12 .watch-video-sec-bottomDiv span {
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
  }
}

@media only screen and (max-width: 374px) {
  .watch-video-sec .col-12 .watch-video-sec-bottomDiv {
    bottom: 5px;
  }

  .watch-video-sec .col-12 .watch-video-sec-bottomDiv img {
    height: 20px;
  }

  .watch-video-sec .col-12 .watch-video-sec-bottomDiv span {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1;
  }
}

.watch-video-sec .col-12 .video-banner-img {
  width: 100%;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .watch-video-sec .col-12 .video-banner-img {
    min-height: 300px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 374px) {
  .watch-video-sec .col-12 .video-banner-img {
    min-height: 250px;
  }
}

.product-specs-slider {
  margin: 80px 0;
}

.product-specs-slider .product-specs-slider__overlay {
  position: absolute;
  height: 90%;
  width: 100%;
  background-image: linear-gradient(to top, #ace0f9, #fff1eb);
  overflow: hidden;
}

.product-specs-slider .product-specs-slider__overlay .product-specs-slider__img {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  right: -1%;
  bottom: -80px;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 800px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 500px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 400px;
    right: -50px;
    bottom: -50px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__overlay {
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__overlay {
    height: 350px;
  }
}

.product-specs-slider .product-specs-slider__holder {
  position: relative;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg {
  padding-top: 200px;
  position: relative;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .swiper-button-prev {
  top: 350px;
  left: 0;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .swiper-button-prev {
    top: 250px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .swiper-button-prev {
    top: inherit;
    bottom: 0;
  }
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .swiper-button-next {
  top: 350px;
  right: 0;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .swiper-button-next {
    top: 250px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .swiper-button-next {
    top: inherit;
    bottom: 0;
  }
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
  padding-top: 50px;
  font-size: 88px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 6px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg {
    padding-top: 100px;
  }
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
  flex: 0 0 calc(25% - 20px);
  margin: 10px;
  border-radius: 14.5px;
  box-shadow: -3.6px 4.8px 33px 1px #24282c21;
  background-color: #fff;
  padding: 0 40px 40px;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
  position: relative;
  width: 100px;
  top: -50px;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 80px;
    top: -40px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 60px;
    top: -30px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 50px;
    top: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 50px;
    top: -25px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 50px;
    top: -25px;
  }
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
  font-size: 22.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.69px;
  text-align: center;
  color: #201f1f;
  font-weight: bold;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 14px;
  }
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
  font-size: 22.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.69px;
  text-align: center;
  color: #201f1f;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
    padding: 0 30px 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
    padding: 0 10px 10px;
    flex: 0 0 calc(50% - 20px);
    margin: 20px 10px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
    padding: 60px 0 20px;
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__Bg {
    padding: 0 20px 20px;
    flex: 0 0 calc(50% - 20px);
  }
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb {
  margin: 20px;
  padding: 20px;
  border-radius: 19.4px;
  box-shadow: -3.6px 4.8px 33px 1px rgba(36, 40, 44, 0.13);
  background-color: #fff;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide {
  margin: 0 !important;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: 2.15px;
  text-align: center;
  color: #040102;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 14px;
  }
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #2185f4;
  top: 0;
  left: 0;
  position: absolute;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label {
  color: #2185f4;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress {
  opacity: 1;
}

.product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress:after {
  animation-name: example;
  animation-duration: 5s;
}

@media only screen and (max-width: 1800px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide {
    margin: 20px !important;
    width: calc(33.33% - 40px) !important;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb .swiper-wrapper .swiper-slide {
    width: calc(33.33% - 10px) !important;
    margin: 5px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-slider .product-specs-slider__holder .product-specs-slider__thumb {
    padding: 10px;
  }
}

.health-care-ecosystem {
  margin: 80px 0;
}

.health-care-ecosystem .health-care-ecosystem__info h2 {
  font-size: 88px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 6px;
  color: #d03a2c;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 24px;
  }
}

.health-care-ecosystem .health-care-ecosystem__info h4 {
  font-size: 34px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.7px;
  text-align: left;
  color: #d03a2c;
  margin-bottom: 20px;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner {
  display: flex;
  padding-top: 10px;
  align-items: flex-end;
  position: relative;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box img {
  max-height: 40px;
  max-width: 40px;
  padding-bottom: 5px;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
  font-size: 20.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 2.05px;
  text-align: left;
  margin-bottom: 0;
  color: #000;
}

@media only screen and (max-width: 1800px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 14px;
  }
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner span {
  display: inline-block;
  font-weight: bold;
  padding: 0 20px;
}

.health-care-ecosystem .health-care-ecosystem__info .home-app-feature__app-download {
  padding: 40px 0 0;
}

.make-informed-choice {
  position: relative;
  margin: 80px 0;
}

.make-informed-choice h2 {
  font-size: 88px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 6px;
  color: #252c2e;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  .make-informed-choice h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .make-informed-choice h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .make-informed-choice h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .make-informed-choice h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .make-informed-choice h2 {
    font-size: 24px;
  }
}

.make-informed-choice .make-informed-choice__box {
  margin: 0 20px;
  border-radius: 19.4px;
  background-color: #dff2fc;
  text-align: center;
}

.make-informed-choice .make-informed-choice__box img {
  position: relative;
  text-align: center;
  display: block;
  margin: auto;
  bottom: -60px;
}

.make-informed-choice .make-informed-choice__info {
  margin: 0 20px;
  padding-top: 80px;
  text-align: center;
}

.make-informed-choice .make-informed-choice__info img {
  max-height: 40px;
  max-width: 180px;
  display: block;
  margin: auto;
}

.make-informed-choice .make-informed-choice__info .product-specs-box {
  padding-top: 20px;
}

.make-informed-choice .make-informed-choice__info .product-specs-box h4 {
  margin: 10px 0px 20px;
  font-size: 23.5px;
  line-height: 1.45;
  letter-spacing: 1.76px;
  color: #201f1f;
}

.make-informed-choice .make-informed-choice__info .product-specs-box h4 strong {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 1800px) {
  .make-informed-choice .make-informed-choice__info .product-specs-box h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .make-informed-choice .make-informed-choice__info .product-specs-box h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .make-informed-choice .make-informed-choice__info .product-specs-box h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .make-informed-choice .make-informed-choice__info .product-specs-box h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .make-informed-choice .make-informed-choice__info .product-specs-box h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .make-informed-choice .col-2 {
    display: none;
  }

  .make-informed-choice .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .make-informed-choice .col-4 .make-informed-choice__box {
    margin: 0;
  }

  .make-informed-choice .col-4 .make-informed-choice__box img {
    bottom: -40px;
    max-height: 150px;
  }

  .make-informed-choice .col-4 .make-informed-choice__info {
    padding-top: 50px;
  }

  .make-informed-choice .col-4 .make-informed-choice__info img {
    width: auto;
    max-height: 20px;
  }
}

.product-specs-boxholder {
  position: relative;
  margin: 80px 0;
}

.product-specs-boxholder .product-specs-box__img {
  padding-right: 50px;
}

.product-specs-boxholder .product-specs-box__info img {
  max-height: 40px;
}

.product-specs-boxholder .product-specs-box__info h2 {
  font-size: 43.5px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 4.35px;
  text-align: left;
  color: #101010;
}

@media only screen and (max-width: 1800px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 20px;
  }
}

.product-specs-boxholder .product-specs-box__info .product-specs-box {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 0.9px #777676;
  padding-top: 30px;
  margin-top: 20px;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box h4 {
  width: calc(50% - 10px);
  margin: 10px 5px;
  font-size: 23.5px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.76px;
  color: #201f1f;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box h4 strong {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 1800px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__img {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .product-specs-boxholder .product-specs-box__info img {
    max-height: 25px;
  }
}

.what-in-the-box {
  position: relative;
  margin: 80px 0;
  background-image: linear-gradient(to top, #eef1f5, #e6e9f0);
  padding: 80px 0;
}

.what-in-the-box .big__heading {
  font-size: 160px;
  letter-spacing: 12.26px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1800px) {
  .what-in-the-box .big__heading {
    font-size: 90px;
    letter-spacing: 10px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .what-in-the-box .big__heading {
    font-size: 70px;
    letter-spacing: 8px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .what-in-the-box .big__heading {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .big__heading {
    font-size: 40px;
    letter-spacing: 6px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .big__heading {
    font-size: 30px;
    letter-spacing: 4px;
  }
}

.what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
  background-color: #fff;
  border-radius: 19.4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
  max-height: 200px;
  margin: auto;
  position: relative;
}

.what-in-the-box .whatInTheBox-innerBox h4 {
  font-size: 22.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.25px;
  text-align: left;
  color: #101010;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 14px;
    margin-top: 5px;
  }
}

.what-in-the-box .whatInTheBox-innerBox :first-child .whatInTheBox-innerBox--inner img {
  top: -20px;
}

.what-in-the-box .whatInTheBox-innerBox :nth-child(4) .whatInTheBox-innerBox--inner img {
  bottom: -5px;
}

.what-in-the-box .whatInTheBox-innerBox :nth-child(5) .whatInTheBox-innerBox--inner img {
  top: -15px;
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .whatInTheBox-innerBox .col {
    margin: 20px 0;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
    min-height: 150px;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
    max-height: 125px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
    min-height: 130px;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
    max-height: 80px;
  }
}

.hororable-mentions {
  position: relative;
}

.hororable-mentions .hororable-mentions--title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 3px;
  text-align: left;
  color: #2185f4;
}

.hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img {
  position: relative;
  height: 70px;
  display: inline-block;
}

.hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img img {
  max-height: 50px;
}

.hororable-mentions .hororable-mentions--logoSec a {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.35px;
  text-decoration: underline;
}

.hororable-mentions .hororable-mentions-full--btn {
  position: relative;
  margin: 80px 0;
}

.hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
  border-radius: 19.4px;
  border: solid 0.9px #2185f4;
  text-transform: none;
  text-decoration: underline;
}

@media only screen and (max-width: 1800px) {
  .hororable-mentions {
    padding: 50px 0;
  }

  .hororable-mentions .hororable-mentions--title {
    font-size: 24px;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 18px;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .hororable-mentions {
    padding: 0px 0;
  }

  .hororable-mentions .hororable-mentions--title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hororable-mentions .hororable-mentions--logoSec {
    margin-bottom: 30px;
  }

  .hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img {
    height: 40px;
  }

  .hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img img {
    max-height: 35px;
  }

  .hororable-mentions .hororable-mentions--logoSec p {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 14px;
  }

  .hororable-mentions .hororable-mentions-full--btn {
    margin: 50px 0;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 374px) {
  .hororable-mentions .hororable-mentions--title {
    font-size: 18px;
  }

  .hororable-mentions .hororable-mentions--logoSec p {
    font-size: 14px;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 12px;
  }

  .hororable-mentions .hororable-mentions-full--btn {
    margin: 30px 0;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.corporate-wellness--Banner {
  position: relative;
}

.corporate-wellness--Banner .corporate-wellness__wrapper {
  position: relative;
  background-image: linear-gradient(to right, #f0d3c6, #df9c92);
  padding: 50px 30px;
  border-radius: 50px;
}

.corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data {
  padding-top: 50;
}

.corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h2 {
  font-family: "Acumin Pro Bold";
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1.5;
  letter-spacing: 6px;
  color: #fff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1800px) {
  .corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h2 {
    font-size: 56px;
  }

  .corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h2 {
    font-size: 48px;
  }

  .corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 992px) {
  .corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h2 {
    font-size: 40px;
  }

  .corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h2 {
    font-size: 30px;
  }

  .corporate-wellness--Banner .corporate-wellness__wrapper .corporate-wellness--data h3 {
    font-size: 20px;
  }
}

.why-corporate-wellness {
  margin-top: 200px;
  margin-bottom: 100px;
  position: relative;
  background-image: linear-gradient(to top, #f3f9fa, #e1ffe4);
  border-radius: 50px;
  padding-top: 50px;
}

.why-corporate-wellness h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.5;
  color: #5eab41;
  text-transform: uppercase;
  font-weight: 300;
}

.why-corporate-wellness h2 {
  font-family: "Acumin Pro Bold";
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1.5;
  letter-spacing: 6px;
  color: #5eab41;
  text-transform: uppercase;
}

.why-corporate-wellness h4 {
  font-family: "Acumin Pro Bold";
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
}

.why-corporate-wellness .centerMainBg {
  min-width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

.why-corporate-wellness .why-corporate-div {
  margin-right: -10%;
}

.why-corporate-wellness .weaallness-div {
  margin-left: -10%;
}

.why-corporate-wellness .weaallness-div h2 {
  text-align: right;
}

.why-corporate-wellness .why-corporate-wellness__inner {
  text-align: center;
  border-radius: 50px;
  padding: 40px 50px;
  z-index: 1;
  position: relative;
  box-shadow: -1.2px 1.6px 16.2px 0.9px #24282c40;
  background-color: #fff;
}

@media only screen and (max-width: 1800px) {
  .why-corporate-wellness h2 {
    font-size: 56px;
  }

  .why-corporate-wellness h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .why-corporate-wellness h2 {
    font-size: 48px;
  }

  .why-corporate-wellness h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 992px) {
  .why-corporate-wellness .why-corporate-div {
    margin-right: 0;
  }

  .why-corporate-wellness .weaallness-div {
    margin-left: 0;
  }

  .why-corporate-wellness h2 {
    font-size: 40px;
  }

  .why-corporate-wellness h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .why-corporate-wellness {
    margin: 50px 0;
  }

  .why-corporate-wellness .centerMainBg {
    display: none;
  }

  .why-corporate-wellness .weaallness-div h2 {
    text-align: left;
    padding-top: 40px;
  }

  .why-corporate-wellness h2 {
    font-size: 30px;
  }

  .why-corporate-wellness h3 {
    font-size: 20px;
  }

  .why-corporate-wellness .why-corporate-wellness__inner {
    padding: 30px 20px 20px;
  }

  .why-corporate-wellness .why-corporate-wellness__inner h4 {
    font-size: 20px;
  }
}

.corporate-wellness-slider.home-health-ecosystem {
  margin-bottom: 0px;
  margin-top: 170px;
  background-image: linear-gradient(to top, #fff, #cfeffa);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 80px 0;
  position: relative;
}

@media only screen and (max-width: 1800px) {
  .corporate-wellness-slider.home-health-ecosystem {
    padding: 40px 0;
    margin-top: 60px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .corporate-wellness-slider.home-health-ecosystem {
    margin-top: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
  }

  .corporate-wellness-slider.home-health-ecosystem .onlyDesktop {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .corporate-wellness-slider.home-health-ecosystem .container {
    padding: 0;
  }
}

.corporate-wellness-slider.home-health-ecosystem::before {
  content: "";
  display: none;
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider {
    text-align: center;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider .swiper-wrapper {
  align-items: center;
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single {
  display: flex;
  padding: 0 70px;
}

@media only screen and (max-width: 767px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single {
    padding: 0 50px;
  }

  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single .col-md-7 {
    display: none;
  }

  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single .col-md-5 {
    padding: 0;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info h2 {
  margin-bottom: 25px;
  font-family: "Acumin Pro Bold";
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 7.24px;
  color: #2185f4;
}

@media only screen and (max-width: 1800px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info h2 {
    margin-bottom: 25px;
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: 4px;
  }
}

@media only screen and (max-width: 1280px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info h2 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info h2 span {
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 2.13px;
  display: block;
  margin-bottom: 23px;
  margin-left: 2px;
}

@media only screen and (max-width: 1800px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info h2 span {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1800px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info h2 span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info h2 span {
    font-size: 16px;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info__img__mob {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info__img__mob {
    display: none;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info p {
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__single__info p {
    margin-bottom: 25px;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__main {
  padding-bottom: 120px;
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__main img {
  max-width: 100%;
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb {
  width: 100%;
  position: absolute;
  left: 60px;
  bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb {
    position: inherit;
    left: inherit;
  }
}

@media only screen and (max-width: 1800px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb {
    width: auto;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb img {
  width: 100%;
}

@keyframes example {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #2185f4;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
}

@media only screen and (max-width: 1800px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #2185f4;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1800px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb__single__progress {
    height: 5px;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide {
  width: auto !important;
}

@media only screen and (max-width: 992px) {
  .corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide {
    width: inherit !important;
  }
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single {
  opacity: 1;
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__progress {
  opacity: 1;
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider__thumb .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}

.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider .swiper-button-prev,
.corporate-wellness-slider.home-health-ecosystem .health-ecosystem-slider .swiper-button-next {
  background-position-y: -26px;
}

.value-added-service {
  position: relative;
  background-image: linear-gradient(to top, #fcfaec, #fce6a9);
  padding: 80px 30px 0;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.value-added-service h2 {
  font-family: "Acumin Pro Bold";
  margin-bottom: 100px;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 6px;
  color: #fa8935;
  text-align: center;
  text-transform: uppercase;
}

.value-added-service .value-added-service__inner {
  text-align: center;
  border-radius: 50px;
  padding: 20px;
  z-index: 1;
  position: relative;
  box-shadow: -1.2px 1.6px 16.2px 0.9px #24282c40;
  background-color: #fff;
  height: 100%;
}

.value-added-service .value-added-service__inner img {
  position: relative;
  margin-top: -70px;
  width: 70px;
}

.value-added-service .value-added-service__inner h4 {
  font-family: "Acumin Pro Bold";
  margin: 20px 0;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
}

@media only screen and (max-width: 1800px) {
  .value-added-service h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 1280px) {
  .value-added-service h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 992px) {
  .value-added-service h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .value-added-service {
    padding: 40px 0 20px;
  }

  .value-added-service h2 {
    font-size: 30px;
  }

  .value-added-service .value-added-service__inner {
    margin-bottom: 60px;
    height: auto;
  }

  .value-added-service .value-added-service__inner img {
    width: 50px;
    margin-top: -60px;
  }
}

.our-methodology-section {
  margin-top: 100px;
}

.our-methodology-section h2 {
  font-family: "Acumin Pro Bold";
  margin: 20px 0;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 6px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.our-methodology-section .methodologyCommon {
  border-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 50px;
  margin-bottom: 20px;
}

.our-methodology-section .methodologyCommon h2 {
  text-align: left;
}

.our-methodology-section .leftDataWithImg .col-md-6:first-child {
  padding-right: 40px;
}

.our-methodology-section .RightDataWithImg .col-md-6:first-child {
  padding-left: 40px;
  order: 1;
}

.our-methodology-section .our-methodology__inner img {
  width: 80px;
}

.our-methodology-section .greenData {
  background-image: linear-gradient(to top, #fff, #def6c5);
}

.our-methodology-section .greenData h2 {
  color: #5eab41;
}

.our-methodology-section .pinkOrangeData {
  background-image: linear-gradient(to top, #fff, #f6dac5);
}

.our-methodology-section .pinkOrangeData h2 {
  color: #ea881a;
}

.our-methodology-section .blueData {
  background-image: linear-gradient(to top, #fff, #cfeffa);
}

.our-methodology-section .blueData h2 {
  color: #2185f4;
}

@media only screen and (max-width: 1800px) {
  .our-methodology-section h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 1280px) {
  .our-methodology-section h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 992px) {
  .our-methodology-section h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .our-methodology-section h2 {
    font-size: 30px;
  }

  .our-methodology-section .methodologyCommon {
    padding: 30px 20px 20px;
  }

  .our-methodology-section .methodologyCommon .our-methodology__inner img {
    width: 50px;
  }

  .our-methodology-section .leftDataWithImg .col-md-6:first-child {
    padding-right: 15px;
  }

  .our-methodology-section .RightDataWithImg .col-md-6:first-child {
    padding-left: 15px;
    order: 0;
  }
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider {
  margin: 0;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 0;
  position: relative;
  position: relative;
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider .swiper-wrapper {
  align-items: center;
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider h4 {
  font-family: "Acumin Pro Bold";
  margin: 20px 0;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider {
    text-align: center;
  }

  .our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider h2 {
    text-align: center !important;
  }

  .our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider h4 {
    font-size: 18px;
  }
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__main {
  padding-bottom: 120px;
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__main img {
  max-width: 100%;
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb {
  width: 100%;
  position: absolute;
  left: 60px;
  bottom: 50px;
}

@media only screen and (max-width: 1800px) {
  .our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb {
    width: auto;
  }
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb img {
  width: 100%;
}

@keyframes example {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #2185f4;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
}

@media only screen and (max-width: 1800px) {
  .our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #2185f4;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1800px) {
  .our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb__single__progress {
    height: 5px;
  }
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider__thumb .swiper-slide {
  width: auto !important;
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single {
  opacity: 1;
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__progress {
  opacity: 1;
}

.our-methodology-section .health-ecosystem-slider-bottom .health-ecosystem-slider .swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}

.bottomCtaBox {
  position: relative;
  padding: 80px 0;
  text-align: center;
}

.bottomCtaBox h4 {
  font-family: "Acumin Pro Bold";
  margin: 20px 0;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1px;
  color: #000;
}

.bottomCtaBox .goqii-btn-primary {
  background-color: #5eab41;
  color: #fff;
  border-color: #5eab41;
}

@media only screen and (max-width: 767px) {
  .bottomCtaBox {
    padding: 60px 0;
  }

  .bottomCtaBox h4 {
    font-size: 18px;
  }
}

.popupSection {
  margin: 100px auto;
  position: relative;
  max-width: 1100px;
  background-color: #fff;
  padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .popupSection {
    padding-bottom: 0;
  }
}

.popupSection .popupHead {
  padding: 30px;
  position: relative;
  background-image: linear-gradient(to right, #fef2eb, #c5e5f9);
}

@media only screen and (max-width: 992px) {
  .popupSection .popupHead {
    padding: 15px;
  }
}

.popupSection .popupHead .quizStep {
  margin-top: 20px;
  margin-bottom: 50px;
}

.popupSection .popupHead .quizStep h3 {
  font-family: "Acumin Pro Bold";
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1280px) {
  .popupSection .popupHead .quizStep h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .popupSection .popupHead .quizStep h3 {
    font-size: 20px;
  }
}

.popupSection .popupHead .quizStep h4 {
  color: #38607b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

@media only screen and (max-width: 1280px) {
  .popupSection .popupHead .quizStep h4 {
    font-size: 16px;
  }
}

.popupSection .popupBody {
  position: relative;
  padding: 30px;
}

@media only screen and (max-width: 992px) {
  .popupSection .popupBody {
    padding: 15px;
  }
}

.popupSection .popupBody .quizStepHolder {
  display: flex;
  align-items: center;
  margin-top: -55px;
}

.popupSection .popupBody .quizStepHolder .quizStepHolderLeft {
  width: calc(100% - 180px);
  padding-right: 80px;
  display: flex;
  justify-content: space-between;
}

.popupSection .popupBody .quizStepHolder .quizStepHolderLeft a {
  font-size: 18px;
  line-height: 1.5;
  border-radius: 5px;
  color: #000;
  font-family: "Acumin Pro Bold";
  box-shadow: -1.2px 1.6px 5.2px 0.9px #24282c40;
  background-color: #fff;
  padding: 15px 15px 12px;
  margin-right: 20px;
}

.popupSection .popupBody .quizStepHolder .quizStepHolderLeft a.activeCta {
  background-color: #1576e2;
  color: #fff;
}

.popupSection .popupBody .quizStepHolder .quizStepHolderRight {
  width: 180px;
}

.popupSection .popupBody .quizStepHolder .quizStepHolderRight a {
  font-size: 18px;
  line-height: 1.5;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background-color: #e92f2f;
  padding: 10px 10px 8px;
  width: 100%;
  display: inline-block;
  box-shadow: -1.2px 1px 2.2px 0.9px #24282c40;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .popupSection .popupBody .quizStepHolder {
    align-items: end;
    margin-top: -100px;
  }

  .popupSection .popupBody .quizStepHolder .quizStepHolderLeft {
    flex-wrap: wrap;
    width: calc(100% - 130px);
    padding-right: 20px;
  }

  .popupSection .popupBody .quizStepHolder .quizStepHolderLeft a {
    font-size: 14px;
    width: auto;
    display: inline-block;
    margin-top: 30px;
    padding: 10px;
    margin-right: 0;
  }

  .popupSection .popupBody .quizStepHolder .quizStepHolderRight {
    width: 130px;
  }

  .popupSection .popupBody .quizStepHolder .quizStepHolderRight a {
    width: 100%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 374px) {
  .popupSection .popupBody .quizStepHolder .quizStepHolderLeft {
    flex-wrap: wrap;
    width: calc(100% - 100px);
  }

  .popupSection .popupBody .quizStepHolder .quizStepHolderLeft a {
    font-size: 12px;
    width: auto;
    display: inline-block;
    padding: 10px;
    line-height: 1;
  }

  .popupSection .popupBody .quizStepHolder .quizStepHolderRight {
    width: 100px;
  }

  .popupSection .popupBody .quizStepHolder .quizStepHolderRight a {
    width: 100%;
    font-size: 10px;
    padding: 8px 5px;
  }
}

.popupSection .popupBody .popupBodyForm {
  position: relative;
}

.popupSection .popupBody .popupBodyForm .inputElement {
  margin: 40px 0;
  padding-left: 20px;
}

.popupSection .popupBody .popupBodyForm .inputElement .labelStyle {
  position: relative;
  font-family: "Acumin Pro Bold";
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.popupSection .popupBody .popupBodyForm .inputElement .labelStyle:before {
  content: '';
  position: absolute;
  left: -20px;
  background-color: #5eab41;
  border-radius: 10px;
  top: 8px;
  height: 10px;
  width: 10px;
}

.popupSection .popupBody .popupBodyForm .inputElement .customRadioHolder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.popupSection .popupBody .popupBodyForm .inputElement .customRadioHolder .customRadio {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .popupSection .popupBody .popupBodyForm .inputElement .customRadioHolder .customRadio {
    flex: 0 0 100%;
  }
}

.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:checked,
.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:checked+label,
.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  font-size: 16px;
  display: inline-block;
  color: #666;
}

.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:checked+label:before,
.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:checked+label:after,
.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #1576e2;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.popupSection .popupBody .popupBodyForm .inputElement .customRadio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popupSection .popupBody .popupBodyForm .inputElement .numberSec {
  display: flex;
  align-items: center;
}

.popupSection .popupBody .popupBodyForm .inputElement .numberSec select {
  height: 40px;
  width: 50px;
}

.popupSection .popupBody .popupBodyForm .inputElement .numberSec input {
  height: 40px;
  padding: 0;
}

.popupSection .popupBody .popupBodyForm .inputElement select {
  width: 200px;
  border: none;
  border-bottom: 1px solid #000 !important;
}

.popupSection .popupBody .popupBodyForm .inputElement .error {
  color: #a3a2a2;
  font-size: 14px;
  font-style: italic;
}

.popupSection .popupBody .popupBodyForm .inputElement input::-webkit-input-placeholder {
  font-style: italic;
}

.popupSection .popupBody .popupBodyForm .inputElement input:-ms-input-placeholder {
  font-style: italic;
}

.popupSection .popupBody .popupBodyForm .inputElement input::placeholder {
  font-style: italic;
}

.popupSection .popupBodyResult {
  position: relative;
  padding: 0 50px;
}

.popupSection .popupBodyResult .popupBodyResultInner {
  position: relative;
  text-align: center;
}

.popupSection .popupBodyResult .popupBodyResultInner .mainImg {
  max-height: 250px;
  margin: auto;
  margin-bottom: -150px;
  display: inline-block;
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox {
  background-color: #fff;
  padding: 200px 40px 40px;
  box-shadow: -1.2px 1.6px 16.2px 0.9px #24282c40;
  border-radius: 10px;
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox img {
  max-height: 40px;
  max-width: 180px;
  display: inline-block;
  margin: auto;
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 1.76px;
  font-weight: bold;
  color: #201f1f;
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox h5 {
  margin: 20px 0px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 1.76px;
  color: #201f1f;
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox p {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 1.76px;
  color: #201f1f;
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox .smart-vital-main__productPriceValue {
  margin: 30px 0;
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox .smart-vital-main__productPriceValue h4 {
  font-size: 40.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 4.05px;
  color: #2185f4;
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox .smart-vital-main__productPriceValue h4 strong {
  padding-right: 10px;
  text-decoration: line-through;
  color: #859297;
}

@media only screen and (max-width: 1800px) {
  .popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox .smart-vital-main__productPriceValue h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox .smart-vital-main__productPriceValue h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox .smart-vital-main__productPriceValue h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox .smart-vital-main__productPriceValue h4 {
    font-size: 18px;
  }
}

.popupSection .popupBodyResult .popupBodyResultInner .popupBodyResultInnerBox .goqii-btn-primary {
  border: solid 1px #2185f4;
  color: #2185f4;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .popupSection .popupBodyResult {
    padding: 0 20px;
  }

  .popupSection .popupBodyResult .popupBodyResultInner {
    margin-bottom: 40px;
  }
}

.resultDivActive .popupHead {
  min-height: 400px;
}

.resultDivActive .popupBodyResult {
  margin-top: -180px;
}

.smart-skip-main {
  margin: 80px 0px 0px 0px !important;
  padding-bottom: 150px;
  position: relative;
  background-image: linear-gradient(to top, #dff2fc, #fff);
}

.smart-skip-main .overlay {
  position: absolute;
  height: calc(100% - 150px) !important;
  width: 100%;
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .overlay {
    height: calc(100% - -50px) !important;
  }
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider {
  position: relative;
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__main .product-range-slider__main__single__img {
  padding: 0 70px;
  margin: auto;
  text-align: center;
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain {
  padding: 0 70px;
  margin-top: 20px;
  position: relative;
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain .smart-vital-slider__thumb .product-range-slider__thumb__single {
  border-radius: 9.7px;
  border: solid 0.6px #c6c6c6;
  background-color: #fff;
  text-align: center;
  margin: auto;
}

.smart-skip-main .smart-vital-main__productimg .product-range-slider .smart-vital-slider__thumbMain .smart-vital-slider__thumb .swiper-slide-thumb-active .product-range-slider__thumb__single {
  border-color: #3a7fd0;
}

.smart-skip-main .smart-vital-main__productData h2 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 3.11px;
  color: #222;
  margin: 20px 0 10px;
}

.smart-skip-main .smart-vital-main__productData p {
  font-size: 23.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 2.35px;
  color: #010101;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice {
  display: block;
  margin: 60px 0;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
  font-size: 40.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 4.05px;
  color: #2185f4;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 strong {
  padding-right: 10px;
  text-decoration: line-through;
  color: #859297;
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue h4 {
    font-size: 18px;
  }
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceCta {
  margin-top: 30px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceCta .goqii-btn-primary {
  margin-left: 0 !important;
  border: solid 1px #2185f4;
  color: #2185f4;
  margin: 0 10px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus {
  border-radius: 14.5px;
  box-shadow: -1.2px 1.6px 8.7px 0.3px #24282c36;
  background-color: #fff;
  padding: 15px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
  font-size: 63px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 6.3px;
  text-align: center;
  color: #000;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col {
  display: flex;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg {
  padding-left: 20px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.2px;
  text-align: left;
  color: #2185f4;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
  font-size: 15.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: 1.55px;
  text-align: left;
  color: #010101;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 strong {
  font-weight: bold;
  color: #000;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward {
  margin-top: 80px;
  display: flex;
  align-items: center;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox {
  width: calc(100% - 305px);
  padding-right: 20px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.31;
  letter-spacing: 1.95px;
  text-align: left;
  color: #2185f4;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 .col {
  display: flex;
  align-items: center;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col-6 .col p {
  font-size: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 2.25px;
  text-align: left;
  color: #222;
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 16px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox .col p {
    font-size: 18px;
  }
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
  width: 305px;
}

.smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta .goqii-btn-primary {
  color: #fff;
  border: solid 1px #2185f4;
  background-color: #2185f4;
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward {
    display: block;
    margin-top: 50px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox {
    width: 100%;
    padding-right: 0;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 14px !important;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox p {
    font-size: 14px !important;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardCta {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 374px) {
  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox h4 {
    font-size: 12px !important;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__certiAward .smart-vital-main__certiAwardBox p {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1800px) {
  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 30px;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 18px;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 20px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice {
    margin: 30px 0;
    display: block;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice .smart-vital-main__productPriceValue {
    margin-bottom: 20px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 50px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 20px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1280px) {
  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 20px;
    line-height: 1.5;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice {
    margin: 30px 0;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 50px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 20px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 992px) {
  .smart-skip-main .smart-vital-main__productData img {
    height: 40px;
  }

  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 26px;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 16px;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-skip-main .smart-vital-main__productData img {
    height: 25px;
  }

  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 20px;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 14px;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 14px;
  }

  .smart-skip-main .smart-vital-main__productData img {
    display: block;
    margin: auto;
    text-align: center;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPrice {
    display: block;
    margin: 30px 0;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .row {
    display: block;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 {
    margin: auto;
    text-align: center;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col-1 strong {
    font-size: 30px;
    text-align: center;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg img {
    height: 40px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h4 {
    font-size: 18px;
  }

  .smart-skip-main .smart-vital-main__productData .smart-vital-main__productPlus .col .smart-vital-main__freeWatchimg h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 374px) {
  .smart-skip-main .smart-vital-main__productData h2 {
    font-size: 18px;
  }

  .smart-skip-main .smart-vital-main__productData h3 {
    font-size: 12px;
  }

  .smart-skip-main .smart-vital-main__productData p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .smart-skip-main {
    margin: 80px 0;
  }

  .smart-skip-main .smart-vital-main__productData {
    padding-top: 40px;
    text-align: center;
  }
}

.product-specsActive-slider {
  margin: 0 !important;
}

.product-specsActive-slider .product-specs-slider__overlay {
  position: absolute;
  height: 90%;
  width: 100%;
  background-image: linear-gradient(to top, #e7fae0, #fdf1cc);
  overflow: hidden;
}

.product-specsActive-slider .product-specs-slider__overlay .product-specs-slider__img {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  right: -1%;
  top: 0;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 800px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 500px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__overlay .product-specs-slider__img {
    max-width: 400px;
    right: -50px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__overlay {
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__overlay {
    height: 350px;
  }
}

.product-specsActive-slider .product-specs-slider__holder {
  position: relative;
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg {
  padding-top: 200px;
  position: relative;
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
  padding-top: 50px;
  font-size: 88px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 6px;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg {
    padding-top: 100px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
  flex: 0 0 calc(33.33% - 20px);
  margin: 10px;
  border-radius: 14.5px;
  box-shadow: -3.6px 4.8px 33px 1px #24282c21;
  background-color: #fff;
  padding: 0 40px 40px;
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
  position: relative;
  width: 150px;
  top: -80px;
  margin: auto;
  display: block;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 120px;
    top: -40px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 100px;
    top: -30px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 80px;
    top: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 70px;
    top: -25px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox img {
    width: 70px;
    top: -25px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
  font-size: 22.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.69px;
  text-align: center;
  color: #201f1f;
  font-weight: bold;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox h4 {
    font-size: 14px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
  font-size: 22.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.69px;
  text-align: center;
  color: #201f1f;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
    padding: 0 30px 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card .product-specs-slider__cardBox {
    padding: 0 10px 10px;
    flex: 0 0 100%;
    margin: 20px 0px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg .product-specs-slider__card {
    padding: 60px 0 20px;
    margin: 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specs-slider__Bg {
    padding: 0 20px 20px;
    flex: 0 0 calc(50% - 20px);
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain {
  position: relative;
  padding: 0 150px;
  border-radius: 19.4px;
  box-shadow: -3.6px 4.8px 33px 1px rgba(36, 40, 44, 0.13);
  background-color: #fff;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-prev {
  left: 30px;
  outline: none;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-prev {
    left: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-prev {
    left: 10px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-next {
  right: 30px;
  outline: none;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-next {
    right: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .swiper-button-next {
    right: 10px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb {
  margin: 20px;
  padding: 20px;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide {
  margin: 0 !important;
  display: inline-block;
  width: auto !important;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 2.15px;
  text-align: center;
  cursor: pointer;
  color: #040102;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label {
    font-size: 14px;
  }
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
  margin-top: 10px;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #3ba948;
  top: 0;
  left: 0;
  position: absolute;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label {
  color: #3ba948;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress {
  opacity: 1;
}

.product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .health-ecosystem-slider__thumb__single__label .health-ecosystem-slider__thumb__single__progress:after {
  animation-name: example;
  animation-duration: 5s;
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide {
    margin: 20px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px) !important;
    margin: 5px !important;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain .product-specsSkip-slider__thumb {
    padding: 10px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specsActive-slider .product-specs-slider__holder .product-specsSkip-slider__thumbMain {
    padding: 0 10px;
  }
}

.health-care-ecosystem {
  margin: 80px 0;
}

.health-care-ecosystem .health-care-ecosystem__info h2 {
  font-size: 88px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 6px;
  color: #d03a2c;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1800px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .health-care-ecosystem .health-care-ecosystem__info h2 {
    font-size: 24px;
  }
}

.health-care-ecosystem .health-care-ecosystem__info h4 {
  font-size: 34px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.7px;
  text-align: left;
  color: #d03a2c;
  margin-bottom: 20px;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner {
  display: flex;
  padding-top: 10px;
  align-items: flex-end;
  position: relative;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box img {
  max-height: 40px;
  max-width: 40px;
  padding-bottom: 5px;
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
  font-size: 20.5px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 2.05px;
  text-align: left;
  margin-bottom: 0;
  color: #000;
}

@media only screen and (max-width: 1800px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1280px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 374px) {
  .health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner .health-care-product-inner__box h5 {
    font-size: 14px;
  }
}

.health-care-ecosystem .health-care-ecosystem__info .health-care-product-inner span {
  display: inline-block;
  font-weight: bold;
  padding: 0 20px;
}

.health-care-ecosystem .health-care-ecosystem__info .home-app-feature__app-download {
  padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .health-care-ecosystem .health-care-ecosystem__img {
    padding-top: 50px;
  }
}

.product-specs-boxholder {
  position: relative;
  margin: 80px 0;
}

.product-specs-boxholder .product-specs-box__img {
  padding-right: 50px;
}

.product-specs-boxholder .product-specs-box__info img {
  max-height: 40px;
}

.product-specs-boxholder .product-specs-box__info h2 {
  font-size: 43.5px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 4.35px;
  text-align: left;
  color: #101010;
}

@media only screen and (max-width: 1800px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-boxholder .product-specs-box__info h2 {
    font-size: 20px;
  }
}

.product-specs-boxholder .product-specs-box__info .product-specs-box {
  border-top: solid 0.9px #777676;
  padding-top: 30px;
  margin-top: 20px;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
  margin-bottom: 20px;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table h3 {
  font-size: 22.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 2.25px;
  text-align: left;
  color: #5eab41;
  text-transform: uppercase;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 0.9px #777676;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
  width: calc(33.33% - 10px);
  margin: 10px 5px;
  font-size: 23.5px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.76px;
  color: #201f1f;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 strong {
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 1800px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    width: calc(50% - 10px);
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table .product-specs-box_tableBody h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1800px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table {
    font-size: 16px;
  }
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table__last .product-specs-box_tableBody {
  width: 100% !important;
  display: block;
}

.product-specs-boxholder .product-specs-box__info .product-specs-box .product-specs-box_table__last h4 {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .product-specs-boxholder .product-specs-box__img {
    padding-right: 0;
    padding-bottom: 40px;
  }

  .product-specs-boxholder .product-specs-box__info img {
    max-height: 25px;
  }
}

.what-in-the-box {
  position: relative;
  margin: 0px 0;
  background-image: linear-gradient(to top, #eef1f5, #e6e9f0);
  padding: 80px 0;
}

.what-in-the-box .big__heading {
  font-size: 160px;
  letter-spacing: 12.26px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1800px) {
  .what-in-the-box .big__heading {
    font-size: 90px;
    letter-spacing: 10px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .what-in-the-box .big__heading {
    font-size: 70px;
    letter-spacing: 8px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .what-in-the-box .big__heading {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .big__heading {
    font-size: 40px;
    letter-spacing: 6px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .big__heading {
    font-size: 30px;
    letter-spacing: 4px;
  }
}

.what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
  background-color: #fff;
  border-radius: 19.4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

.what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
  max-height: 200px;
  margin: auto;
  position: relative;
}

.what-in-the-box .whatInTheBox-innerBox h4 {
  font-size: 22.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.25px;
  text-align: left;
  color: #101010;
  margin-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .whatInTheBox-innerBox h4 {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .what-in-the-box .whatInTheBox-innerBox .col {
    margin: 20px 0;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
    min-height: 150px;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
    max-height: 125px;
  }
}

@media only screen and (max-width: 374px) {
  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner {
    min-height: 130px;
  }

  .what-in-the-box .whatInTheBox-innerBox .whatInTheBox-innerBox--inner img {
    max-height: 80px;
  }
}

.hororable-mentions {
  position: relative;
}

.hororable-mentions .hororable-mentions--title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 3px;
  text-align: left;
  color: #2185f4;
}

.hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img {
  position: relative;
  height: 70px;
  display: inline-block;
}

.hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img img {
  max-height: 50px;
}

.hororable-mentions .hororable-mentions--logoSec a {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2.35px;
  text-decoration: underline;
}

.hororable-mentions .hororable-mentions-full--btn {
  position: relative;
  margin: 80px 0;
}

.hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
  border-radius: 19.4px;
  border: solid 0.9px #2185f4;
  text-transform: none;
  text-decoration: underline;
}

@media only screen and (max-width: 1800px) {
  .hororable-mentions {
    padding: 0px 0;
  }

  .hororable-mentions .hororable-mentions--title {
    font-size: 24px;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 18px;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .hororable-mentions {
    padding: 0px 0;
  }

  .hororable-mentions .hororable-mentions--title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hororable-mentions .hororable-mentions--logoSec {
    margin-bottom: 30px;
  }

  .hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img {
    height: 40px;
  }

  .hororable-mentions .hororable-mentions--logoSec .hororable-mentions--logoSec--img img {
    max-height: 35px;
  }

  .hororable-mentions .hororable-mentions--logoSec p {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 14px;
  }

  .hororable-mentions .hororable-mentions-full--btn {
    margin: 50px 0;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 374px) {
  .hororable-mentions .hororable-mentions--title {
    font-size: 18px;
  }

  .hororable-mentions .hororable-mentions--logoSec p {
    font-size: 14px;
  }

  .hororable-mentions .hororable-mentions--logoSec a {
    font-size: 12px;
  }

  .hororable-mentions .hororable-mentions-full--btn {
    margin: 30px 0;
  }

  .hororable-mentions .hororable-mentions-full--btn .goqii-btn-primary--blue {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.key-ftr {
  background: linear-gradient(50deg, #f4e5d5, #fcf5f0);
  position: relative;
  height: 500px;
}

@media only screen and (max-width: 1800px) {
  .key-ftr {
    margin-top: 60px;
    margin-bottom: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .key-ftr {
    margin-top: 40px;
    margin-bottom: 0;
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .key-ftr .container {
    padding: 0;
  }
}

.key-ftr .key-ftr__slider {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider {
    text-align: center;
  }
}

.key-ftr .key-ftr__slider .swiper-wrapper {
  align-items: center;
}

.key-ftr .key-ftr__slider .key-ftr__dtls {
  margin: 50px 0 80px;
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider .key-ftr__dtls {
    margin: 20px 0;
  }
}

.key-ftr .key-ftr__slider .key-ftr__dtls .name {
  color: #222222;
  font-family: "Acumin Pro Bold";
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
  margin: 80px 0;
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider .key-ftr__dtls .name {
    font-size: 30px;
    line-height: normal;
    margin: 30px 0;
  }
}

.key-ftr .key-ftr__slider .key-ftr__dtls .info {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px #f0f1f1;
  height: 300px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider .key-ftr__dtls .info {
    height: auto;
    padding-top: 20px;
  }
}

.key-ftr .key-ftr__slider .key-ftr__dtls .info .row {
  height: 100%;
}

.key-ftr .key-ftr__slider .key-ftr__dtls .info p {
  color: #201f1f;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  width: 65%;
  margin: auto;
}

.key-ftr .key-ftr__slider .key-ftr__dtls .info .img {
  position: relative;
}

.key-ftr .key-ftr__slider .key-ftr__dtls .info .img img {
  position: absolute;
  top: 0;
  z-index: 99;
  transform: translate(-15%, -78%);
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider .key-ftr__dtls .info .img img {
    position: static;
    transform: none;
  }
}

.key-ftr .key-ftr__slider .key-ftr__slider--main {
  padding-bottom: 120px;
}

.key-ftr .key-ftr__slider .key-ftr__slider--main img {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider .key-ftr__slider--main {
    padding-bottom: 10px;
  }
}

.key-ftr .key-ftr__slider .key-ftr__slider--main .stride-feature-prev {
  margin-top: -150px !important;
  outline: none;
}

.key-ftr .key-ftr__slider .key-ftr__slider--main .stride-feature-next {
  margin-top: -150px !important;
  outline: none;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #f0f1f1;
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 50px;
  padding: 20px 0;
}

@media only screen and (max-width: 1800px) {
  .key-ftr .key-ftr__slider .key-ftr__slider--thumb {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider .key-ftr__slider--thumb {
    position: static;
  }
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb img {
  width: 100%;
}

@keyframes example {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #2185f4;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
}

@media only screen and (max-width: 1800px) {
  .key-ftr .key-ftr__slider .key-ftr__slider--thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider .key-ftr__slider--thumb__single {
    font-size: 12px;
  }
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb__single__progress {
  height: 7px;
  width: 100%;
  margin-top: 8px !important;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #2185f4;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1800px) {
  .key-ftr .key-ftr__slider .key-ftr__slider--thumb__single__progress {
    height: 5px;
  }
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb__single__label {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb__single__label div {
  clear: both;
  margin-top: -10px;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb .swiper-slide {
  width: auto !important;
  text-align: center;
  margin: 0 25px;
  word-wrap: break-word;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb .swiper-slide-thumb-active .key-ftr__slider--thumb__single {
  opacity: 1;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb .swiper-slide-thumb-active .key-ftr__slider--thumb__single__progress {
  opacity: 1;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb .swiper-slide-thumb-active .key-ftr__slider--thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb .swiper-slide-thumb-active .key-ftr__slider--thumb__single .key-ftr__slider--thumb__single__label {
  color: #5781db;
}

.key-ftr .key-ftr__slider .key-ftr__slider--thumb .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .key-ftr .key-ftr__slider .key-ftr__slider--thumb .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.key-ftr .key-ftr__slider .swiper-button-prev,
.key-ftr .key-ftr__slider .swiper-button-next {
  background-position-y: -26px;
}

@media only screen and (max-width: 992px) {
  .coaches__slider {
    text-align: center !important;
  }
}

.coaches {
  margin: 100px 0;
}

.coaches .coaches__img {
  width: 75%;
  margin: auto;
}

@media only screen and (max-width: 992px) {
  .coaches .coaches__info {
    margin-top: 50px;
  }
}

.coaches .coaches__info .name {
  color: #000000;
  font-family: "Acumin Pro Bold";
  font-size: 38px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .coaches .coaches__info .name {
    font-size: 30px;
  }
}

.coaches .coaches__info .info {
  font-family: "Open Sans", sans-serif;
  width: 80%;
}

@media only screen and (max-width: 992px) {
  .coaches .coaches__info .info {
    width: 100%;
  }
}

.coaches .coaches__info .info strong {
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.coaches .coaches__info .info p {
  font-size: 14px;
  font-weight: 300;
}

.coaches .coaches__slider--thumb {
  padding: 50px 0;
}

@media only screen and (max-width: 1800px) {
  .coaches .coaches__slider--thumb {
    width: 100%;
  }
}

.coaches .coaches__slider--thumb img {
  width: 100%;
}

@keyframes example {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.coaches .coaches__slider--thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #e84542;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
}

@media only screen and (max-width: 1800px) {
  .coaches .coaches__slider--thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 992px) {
  .coaches .coaches__slider--thumb__single {
    font-size: 12px;
  }
}

.coaches .coaches__slider--thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.coaches .coaches__slider--thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #e84542;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1800px) {
  .coaches .coaches__slider--thumb__single__progress {
    height: 5px;
  }
}

.coaches .coaches__slider--thumb__single__label {
  color: #e84542;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.coaches .coaches__slider--thumb .swiper-slide {
  width: auto !important;
  text-align: center;
  margin: 0 25px;
}

.coaches .coaches__slider--thumb .swiper-slide-thumb-active .coaches__slider--thumb__single {
  opacity: 1;
}

.coaches .coaches__slider--thumb .swiper-slide-thumb-active .coaches__slider--thumb__single__progress {
  opacity: 1;
}

.coaches .coaches__slider--thumb .swiper-slide-thumb-active .coaches__slider--thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}

.coaches .coaches__slider--thumb .swiper-slide-thumb-active .coaches__slider--thumb__single .coaches__slider--thumb__single__label {
  color: #e84542;
}

.coaches .coaches__slider--thumb .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .coaches .coaches__slider--thumb .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.bal-adv__slider--thumb {
  padding: 50px 0;
}

@media only screen and (max-width: 1800px) {
  .bal-adv__slider--thumb {
    width: 100%;
  }
}

.bal-adv__slider--thumb img {
  width: 100%;
}

@keyframes example {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.bal-adv__slider--thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #64b844;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  opacity: 0.5;
}

@media only screen and (max-width: 1800px) {
  .bal-adv__slider--thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 992px) {
  .bal-adv__slider--thumb__single {
    font-size: 12px;
  }
}

.bal-adv__slider--thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.bal-adv__slider--thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #64b844;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1800px) {
  .bal-adv__slider--thumb__single__progress {
    height: 5px;
  }
}

.bal-adv__slider--thumb__single__label {
  color: #64b844;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.bal-adv__slider--thumb .swiper-slide {
  width: auto !important;
  text-align: center;
  margin: 0 25px;
}

.bal-adv__slider--thumb .swiper-slide-thumb-active .bal-adv__slider--thumb__single {
  opacity: 1;
}

.bal-adv__slider--thumb .swiper-slide-thumb-active .bal-adv__slider--thumb__single__progress {
  opacity: 1;
}

.bal-adv__slider--thumb .swiper-slide-thumb-active .bal-adv__slider--thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}

.bal-adv__slider--thumb .swiper-slide-thumb-active .bal-adv__slider--thumb__single .bal-adv__slider--thumb__single__label {
  color: #64b844;
  font-weight: 700;
}

.bal-adv__slider--thumb .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .bal-adv__slider--thumb .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.body-data {
  background: linear-gradient(50deg, #e7fae0, #fdf1ce);
  position: relative;
  height: 500px;
}

@media only screen and (max-width: 1800px) {
  .body-data {
    margin-top: 60px;
    margin-bottom: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .body-data {
    margin-top: 40px;
    margin-bottom: 50px;
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .body-data .container {
    padding: 0;
  }
}

.body-data .body-data__slider {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider {
    text-align: center;
  }
}

.body-data .body-data__slider .swiper-wrapper {
  align-items: center;
}

.body-data .body-data__slider .body-data__dtls {
  margin: 50px 0 80px;
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider .body-data__dtls {
    margin: 20px 0;
  }
}

.body-data .body-data__slider .body-data__dtls .name {
  color: #222222;
  font-family: "Acumin Pro Bold";
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
  margin: 80px 0;
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider .body-data__dtls .name {
    font-size: 30px;
    line-height: normal;
  }
}

.body-data .body-data__slider .body-data__dtls .info {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px #f0f1f1;
  height: 300px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider .body-data__dtls .info {
    height: auto;
  }
}

.body-data .body-data__slider .body-data__dtls .info .row {
  height: 100%;
}

.body-data .body-data__slider .body-data__dtls .info p {
  color: #201f1f;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  width: 72%;
  margin: auto;
}

.body-data .body-data__slider .body-data__dtls .info .img {
  position: relative;
  width: 80%;
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider .body-data__dtls .info .img {
    width: 60%;
    margin: auto;
  }
}

.body-data .body-data__slider .body-data__dtls .info .img img {
  position: absolute;
  top: 0;
  z-index: 99;
  transform: translate(35%, -65%);
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider .body-data__dtls .info .img img {
    position: static;
    transform: none;
  }
}

.body-data .body-data__slider .body-data__slider--main {
  padding-bottom: 120px;
}

.body-data .body-data__slider .body-data__slider--main img {
  max-width: 100%;
}

.body-data .body-data__slider .body-data__slider--thumb {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #f0f1f1;
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 50px;
  padding: 20px 0;
}

@media only screen and (max-width: 1800px) {
  .body-data .body-data__slider .body-data__slider--thumb {
    width: 100%;
  }
}

.body-data .body-data__slider .body-data__slider--thumb img {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider .body-data__slider--thumb {
    position: static;
  }
}

@keyframes example {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.body-data .body-data__slider .body-data__slider--thumb__single {
  font-size: 20px;
  line-height: 2.16;
  letter-spacing: 1.69px;
  color: #3ba948;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
}

@media only screen and (max-width: 1800px) {
  .body-data .body-data__slider .body-data__slider--thumb__single {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider .body-data__slider--thumb__single {
    font-size: 12px;
  }
}

.body-data .body-data__slider .body-data__slider--thumb__single__progress {
  height: 7px;
  width: 100%;
  background-color: #bababa;
  border-radius: 10px;
  position: relative;
  opacity: 0;
  overflow: hidden;
}

.body-data .body-data__slider .body-data__slider--thumb__single__progress::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #3ba948;
  top: 0;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1800px) {
  .body-data .body-data__slider .body-data__slider--thumb__single__progress {
    height: 5px;
  }
}

.body-data .body-data__slider .body-data__slider--thumb__single__label {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.body-data .body-data__slider .body-data__slider--thumb .swiper-slide {
  width: auto !important;
  text-align: center;
  margin: 0 25px;
}

.body-data .body-data__slider .body-data__slider--thumb .swiper-slide-thumb-active .body-data__slider--thumb__single {
  opacity: 1;
}

.body-data .body-data__slider .body-data__slider--thumb .swiper-slide-thumb-active .body-data__slider--thumb__single__progress {
  opacity: 1;
}

.body-data .body-data__slider .body-data__slider--thumb .swiper-slide-thumb-active .body-data__slider--thumb__single__progress::after {
  animation-name: example;
  animation-duration: 5s;
}

.body-data .body-data__slider .body-data__slider--thumb .swiper-slide-thumb-active .body-data__slider--thumb__single .body-data__slider--thumb__single__label {
  color: #3ba948;
}

.body-data .body-data__slider .body-data__slider--thumb .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .body-data .body-data__slider .body-data__slider--thumb .swiper-wrapper {
    flex-wrap: wrap;
  }
}

.body-data .body-data__slider .swiper-button-prev,
.body-data .body-data__slider .swiper-button-next {
  background-position-y: -26px;
}

/* The radio */
.radio {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input~.checkmark {
  background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.radio input:checked~.checkmark {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5eab41;
}

.radio-style {
  font-size: 16px;
}

.radio-style input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio-style input[type="radio"]+.radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 2px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio-style input[type="radio"].red:checked+.radio-label:before {
  background-color: #d03a2c;
  border: 2px solid #d03a2c;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio-style input[type="radio"].red:focus+.radio-label:before {
  outline: none;
  border: 2px solid #d03a2c;
}

.radio-style input[type="radio"].yellow:checked+.radio-label:before {
  background-color: #fbbd34;
  border: 2px solid #fbbd34;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio-style input[type="radio"].yellow:focus+.radio-label:before {
  outline: none;
  border: 2px solid #fbbd34;
}

.radio-style input[type="radio"].green:checked+.radio-label:before {
  background-color: #39af25;
  border: 2px solid #39af25;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio-style input[type="radio"].green:focus+.radio-label:before {
  outline: none;
  border: 2px solid #39af25;
}

.radio-style input[type="radio"].blue:checked+.radio-label:before {
  background-color: #1c7de8;
  border: 2px solid #1c7de8;
  box-shadow: inset 0 0 0 4px #fff;
}

.radio-style input[type="radio"].blue:focus+.radio-label:before {
  outline: none;
  border: 2px solid #1c7de8;
}

.radio-style input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}

.radio-style input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

a {
  text-decoration: none;
}

h2,
h5,
h6 {
  font-family: "Acumin Pro Bold";
}

h5 {
  color: #3a3939;
  font-size: 28px;
  text-transform: uppercase;
}

h6 {
  color: #3a3939;
  font-size: 24px;
  text-transform: uppercase;
}

.pz {
  padding: 0;
}

.ord-dtls__bg {
  background-color: #f7f8f8;
  padding: 50px 0;
}

.ord-dtls h2 {
  color: #5eab41;
  text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
  .ord-dtls h2 {
    display: block !important;
    text-align: center !important;
    padding-top: 15px;
  }
}

.ord-dtls__info {
  box-shadow: 0px 0px 10px #f7f8f8;
  background: #fff;
  padding: 20px;
}

.ord-dtls__labels {
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
}

.ord-dtls__labels label {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.ord-dtls__ftr,
.ord-dtls__smry {
  border-radius: 20px;
  box-shadow: 5px 5px 10px #dcdddd;
  background: #fff;
  padding: 35px 20px 10px;
}

.exch__cont {
  color: #3a3939;
  font-family: "Acumin Pro Bold";
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.exch__cont small {
  color: #5eab41;
  display: block;
  font-size: 19px;
  line-height: 22px;
}

.exch__trck {
  display: flex;
  justify-content: end;
}

.exch__trck button {
  color: #3a3939;
  font-family: "Acumin Pro Bold";
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid #2185f4;
  background: #deefff;
  text-transform: uppercase;
  padding: 4px 10px 2px;
}

.ord-dtls__cc {
  border-radius: 20px;
  box-shadow: 5px 5px 10px #dcdddd;
  background-color: #deefff;
  padding: 25px 20px 40px;
  margin: 15px 0 25px;
}

.ord-dtls__cc h6 {
  font-size: 18px;
}

.ord-dtls__cc .field {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
}

.ord-dtls__cc input[type="text"] {
  border: 1px solid #878e95;
  padding: 5px 10px;
  width: 80%;
}

.ord-dtls__cc input[type="submit"] {
  font-family: "Acumin Pro Bold";
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #2c74b6;
  background: transparent;
  border-bottom: 0;
  width: 20%;
  padding: 0;
  margin: 0;
}

.ord-dtls__mp {
  display: flex;
  justify-content: end;
}

.ord-dtls__mp button {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #5eab41;
  border: none;
  text-transform: uppercase;
  padding: 6px 5px;
}

.ord-dtls__mp button:hover {
  color: #000000;
}

.ord-dtls__secure {
  padding: 50px 0;
}

.secure-icon {
  display: flex;
  justify-content: center;
}

.secure-icon .icon {
  width: 200px;
}

.secure-logo {
  margin: 50px 0;
}

.secure-plgo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}

.secure-plgo .plgo {
  width: 120px;
}

.ord-dtls__smry h6 {
  font-size: 14px;
}

.ord-smry {
  font-family: "Acumin Pro", sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

.ord-smry .amt {
  font-family: "Acumin Pro Bold";
}

.ord-pmt {
  margin: 40px 0;
}

.ord-pmt .pmt {
  border: 1px solid #89bef9;
  border-radius: 14px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 6px 0 6px 40px;
  margin: 30px 0;
}

.ord-pmt .pmt__lable {
  color: #3a3939;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
}

.ord-pmt .pmt__co button {
  border: none;
  background: transparent;
  width: 65%;
  padding: 0;
  margin: 0;
}

.ord-dtls__adr {
  color: #3a3939;
  font-weight: bold;
  border-top: 1px solid #c3c2c2;
  padding: 20px 0;
  text-transform: uppercase;
}

.ord-dtls__adr h6 {
  color: #5eab41;
  font-size: 16px;
}

.ord-dtls__adr .name {
  font-size: 16px;
  margin: 20px 0 10px;
}

.ord-dtls__adr .adr {
  font-size: 16px;
}

.pdt-dtls {
  width: 60%;
}

.unit-pr,
.sub-ttl {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.unit-pr {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.disc {
  color: #d03a2c;
}

.unit-pr .amt,
.sub-ttl .amt {
  font-family: "Acumin Pro Bold";
  font-size: 16px;
}

.pdt-info {
  display: flex;
}

.pdt-info {
  margin: 20px 0;
}

.pdt-dtls {
  display: flex;
}

.pdt-dtls__img .img {
  border: 1px solid #000;
  padding: 25px;
  text-align: center;
  margin-right: 25px;
}

.pdt-dtls__info {
  width: 60%;
}

.pdt-dtls__info .name {
  color: #3a3939;
  font-family: "Acumin Pro Bold";
  font-size: 14px;
}

.pdt-dtls__info .qty {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.pdt-dtls__info .qty label {
  font-family: "Acumin Pro Bold";
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}

.pdt-dtls__info .qty input {
  font-family: "Acumin Pro Bold";
  font-size: 14px;
  border: 1px solid #777777;
  background: #dee0e3;
  width: 20%;
  height: 25px;
  padding: 5px;
}

.pdt-dtls__info .del {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #3a3939;
  color: #3a3939;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
  position: relative;
}

.pdt-dtls__info .del::after {
  content: '';
  background: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/dlt.png) no-repeat;
  background-size: 80%;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -25px;
}

.trk-ord {
  background: white;
  background: linear-gradient(0deg, white 20%, #fbd4ce 80%);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 50px 0 100px;
}

.trk-ord h5 {
  font-size: 20px;
}

.trk-ord h6 {
  color: #d03a2c;
  font-size: 16px;
  margin: 60px 0 30px;
}

.trk-ord .form-field {
  width: calc(100% - 20px);
}

.trk-ord button[type="submit"] {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: transparent;
  border-bottom: none;
  margin: 0;
  padding: 10px 20px;
}

.trk-ord button[type="submit"] img {
  width: 20%;
  position: relative;
  top: -2px;
  left: 10px;
}

.shpg-adr {
  margin: 50px 0 100px;
}

.shpg-adr__bg {
  border-radius: 10px;
  box-shadow: 0 0 10px #e1e0e0;
  background: #fff;
  padding: 100px;
}

.shpg-adr h5 {
  color: #1e1e1e;
  font-size: 32px;
  letter-spacing: 2px;
}

.shpg-adr h6 {
  color: #5eab41;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 12px;
}

.form-field {
  margin-top: 25px;
}

.shpg-adr select,
.shpg-adr option {
  color: #8a8e90;
}

.shpg-adr .captcha {
  width: 30%;
  margin: 20px 0;
}

.shpg-adr .back {
  cursor: pointer;
  color: #5eab41;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

.shpg-adr input[type="submit"] {
  float: right;
  color: #5eab41;
  font-size: 18px;
  border: 2px solid #5eab41;
  letter-spacing: 1px;
  padding: 5px 25px 35px;
  background-image: none !important;
}

.shpg-adr input[type="submit"]:hover {
  color: #fff;
  background-color: #5eab41 !important;
}

.shpg-adr .form-field__number {
  display: flex;
}

.shpg-adr .form-field__number .number-code {
  width: 12%;
  position: relative;
}

.shpg-adr .form-field__number .number-code::after {
  content: '';
  background: #8a8e90;
  position: absolute;
  top: 10px;
  right: -8px;
  width: 2px;
  height: 20px;
}

.shpg-adr .form-field__number .number-input {
  width: 100%;
}

.shpg-adr .form-field__number .number-input input {
  padding-left: 20px;
}

.ssi {
  background: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/smart-stride/smrt-stride-intro-bg.png) left top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  margin-bottom: 50px;
}

.ssi__cont {
  position: relative;
}

.ssi-dtls {
  display: inline-block;
  width: 50%;
}

.ssi-logo {
  width: 80%;
}

.ssi-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0;
}

.ssi-dtls p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 20px 0 50px;
}

.ssi-dtls p strong {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.ssi-dtls .goqii-btn-primary,
.goqiit-intro .goqii-btn-primary {
  color: #de2f24;
  border-color: #de2f24;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
}

.treadmill--1 {
  position: absolute;
  top: -25%;
  right: 0%;
  width: 60%;
}

.sty-cnted {
  margin-bottom: 50px;
}

.sty-cnted__wrap {
  background: linear-gradient(50deg, #ffe0d9, #d8dcf9);
  border-radius: 10px;
  padding: 50px 50px 20px;
}

.sty-cnted__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sty-cnted__cont .img,
.sty-cnted__cont .cont {
  width: 50%;
}

.sty-cnted__cont .cont {
  padding: 20px;
}

.sty-cnted__cont h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.sty-cnted__cont p {
  font-size: 14px;
}

.goqii-ecosystm {
  margin: 80px 0;
}

.goqii-ecosystm__cont {
  display: flex;
  justify-content: space-between;
}

.goqii-ecosystm__dtls,
.goqii-ecosystm__img {
  width: 50%;
}

.goqii-ecosystm__img {
  padding: 20px;
}

.goqii-ecosystm__dtls h2 {
  color: #d03a2c;
  line-height: 60px;
  letter-spacing: 4px;
  margin-bottom: 0;
}

.goqii-ecosystm__dtls small {
  color: #d03a2c;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.goqii-ecosystm__dtls p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 30px 0 20px;
}

.goqii-ecosystm__dtls .ftr {
  display: flex;
  align-items: end;
  margin-bottom: 25px;
}

.goqii-ecosystm__dtls .ftr .ftr__list {
  margin-right: 10px;
}

.goqii-ecosystm__dtls .ftr .ftr__icon.ss {
  width: 40%;
}

.goqii-ecosystm__dtls .ftr .ftr__icon.app {
  width: 25%;
}

.goqii-ecosystm__dtls .ftr .ftr__icon.pc {
  width: 22%;
}

.goqii-ecosystm__dtls .ftr .ftr__icon.plus {
  width: 60%;
}

.goqii-ecosystm__dtls .ftr .ftr__name {
  font-size: 12px;
  margin-top: 8px;
}

.goqii-ecosystm__dtls .apps {
  display: flex;
  justify-content: flex-start;
}

.goqii-ecosystm__dtls .app.app-store {
  width: 18%;
  margin-right: 15px;
}

.goqii-ecosystm__dtls .app.google-play {
  width: 21%;
}

.ss-book {
  background: #d5edfb;
  background: linear-gradient(0deg, #d5edfb 0%, white 100%);
  padding: 50px 0;
}

.ss-book__img {
  position: relative;
}

.ss-book__img .shr {
  position: absolute;
  top: 8%;
  right: 10%;
  width: 4%;
}

.ss-book__img .img {
  width: 80%;
}

.ss-book__logo {
  width: 45%;
}

.ss-book__label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.ss-book__price {
  font-family: 'Open Sans', sans-serif;
  margin: 15px 0 15px;
}

.ss-book__price .mrp {
  color: #859297;
  font-size: 20px;
  margin: 0 0 2px;
}

.ss-book__price .mrp span {
  font-weight: 700;
  text-decoration: line-through;
}

.ss-book__price .offer-price {
  color: #2185f4;
  font-size: 20px;
  font-weight: 700;
}

.ss-book__incls .lable {
  border-bottom: 1px solid #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0;
  margin: 0 0 12px;
}

.ss-book__incls {
  margin: 0 0 40px;
}

.ss-book__incls .opts {
  display: flex;
  justify-content: start;
  align-items: center;
}

.ss-book__incls .opts .opt {
  width: 180px;
  height: 65px;
  margin-right: 20px;
}

.ss-book__incls .opts .opt button {
  color: #fff;
  border: none;
  border-radius: 10px;
  background-color: #829096;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  position: relative;
}

.ss-book__incls .opts .opt button i {
  position: absolute;
  top: 2px;
  right: 7px;
  width: 7%;
}

.ss-book__incls .opts .opt button:hover {
  background-color: #1c82fe;
}

.ss-book__bn {
  display: flex;
  align-items: center;
}

.ss-book__bn .shpg {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-left: 20px;
}

.ss-book__bn .shpg span {
  font-weight: 700;
}

.ss-book__bn .goqii-btn-primary,
.bbi-act .goqii-btn-primary {
  color: #2185f4;
  border-color: #2185f4;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
}

.swiper-pagination--goqii .swiper-pagination-bullet-active {
  background: #151515;
}

.ss-servs {
  margin: 80px 0;
}

.ss-servs__wrap {
  background: #bcedfe;
  background: linear-gradient(90deg, #bcedfe 15%, #fffbf8 80%);
  border-radius: 30px;
  padding: 50px 50px 20px;
}

.ss-servs__cont {
  display: flex;
  align-items: center;
}

.ss-servs__cont .cont p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.ss-servs__cont .cont {
  width: 45%;
}

.ss-servs__cont .img {
  width: 55%;
}

.ss-servs__cont .img img {
  width: 80%;
  float: right;
}

.ss-servs__cont h2 {
  margin-bottom: 20px;
}

.prod-specs {
  margin: 80px 0;
}

.prod-specs__img {
  background: linear-gradient(50deg, #fad1bf, #ffeddb);
  border-radius: 50px;
  box-shadow: 0 0 10px #f8f8f8;
  margin-right: 50px;
}

.prod-specs__img img {
  position: relative;
  right: 30px;
  transform: scale(1.11);
  -webkit-transform: scale(1.11);
}

.prod-title {
  border-bottom: 1px solid #777676;
}

.prod-title__logo {
  width: 45%;
}

.prod-title__label {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
}

.prod-dtls {
  margin: 25px 0;
}

.prod-dtls__info .info {
  font-family: 'Open Sans', sans-serif;
}

.prod-dtls__info .info label {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

.prod-dtls__info .info p {
  font-size: 14px;
  font-weight: 300;
}

.wht-box {
  background: linear-gradient(50deg, #e7e9f0, #e9ecf2);
  margin: 50px 0;
  text-align: center;
  padding: 50px 0;
}

.wht-box h2 {
  color: #fff;
  font-size: 9vw;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.box .box__img {
  background: #fff;
  border-radius: 20px;
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.box .box__img img {
  width: 150px;
}

.box__name {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.quiz {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.quiz a {
  color: #2185f4;
  border: 1px solid #2185f4;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  padding: 10px;
}

.goqii-intro {
  background: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/goqii-pro/goqii-intro-bg.jpg) top center no-repeat;
  background-size: cover;
  height: 500px;
}

.goqii-intro__cont {
  padding-top: 100px;
}

.goqii-intro__cont .logo {
  width: 22%;
  margin-bottom: 35px;
}

.goqii-intro__cont ul li,
.goqii-list li {
  color: #201f1f;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin: 6px 0;
  padding-left: 12px;
  position: relative;
}

.goqii-intro__cont ul li::before,
.goqii-list li::before {
  content: '+';
  position: absolute;
  left: 0;
}

.wo-tt {
  position: relative;
  top: -80px;
}

.wo-tt__dtls,
.wo-tt__sesh {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #efefef;
  height: 165px;
  padding: 35px;
}

.wo-tt__dtls .wo-name,
.wo-tt__dtls .wo-date {
  width: 80%;
  margin: auto;
}

.wo-tt__dtls .wo-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-bottom: 1px solid #9e9d9d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.wo-tt__dtls .wo-name .name,
.wo-tt__dtls .wo-date .date,
.wo-tt__sesh .sesh {
  cursor: pointer;
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.wo-tt__dtls .wo-date .date {
  text-align: center;
}

.wo-date .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
}

.wo-date .slick-arrow img {
  width: 60%;
}

.wo-date .slick-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: -12%;
}

.wo-date .slick-next {
  right: -12%;
}

.wo-date .slick-disabled {
  opacity: 0.4;
}

.wo-tt__sesh {
  display: flex;
  justify-content: space-around;
}

.wo-tt__sesh .sesh {
  text-align: center;
}

.wo-tt__sesh .sesh__icon {
  margin-bottom: 10px;
}

.pro-cls .pro-cls__heading {
  color: #404142;
  margin-bottom: 50px;
}

.pro-cls .pro-cls__heading span img {
  width: 15%;
}

.pro-cls .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.pro-cls .accordion-button {
  align-items: flex-start;
  background: transparent;
  box-shadow: none;
  border: none;
  flex-direction: column;
  position: relative;
  text-align: left;
  height: 140px;
}

.pro-cls .accordion-button::after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
}

.cls .cls__name {
  color: #201f1f;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.cls__info {
  color: #201f1f;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 20px;
}

.cls__info--nm {
  margin-bottom: 0px;
}

.cls__info label {
  font-weight: 700;
}

.cls__info p {
  margin-bottom: 5px;
}

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

.cls__book .book a,
.cls__sm a {
  color: #d03a2c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.cls__book .cls__jp {
  color: #5b5a5a;
  font-size: 12px;
}

.cls__sm {
  text-align: center;
  margin: 20px 0;
}

.cls--pass .pro-cls__heading {
  margin-bottom: 0px;
}

.cls--pass .ofr {
  font-size: 16px;
  margin-bottom: 50px;
}

.cls--pass .goqii-list li {
  color: #767676;
  font-size: 14px;
}

.pro-cls__pass {
  background: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/pass-bg.png) top center no-repeat;
  background-size: 80%;
  padding-top: 40px;
  margin: 80px 0;
}

.pro-cls__pass .ps {
  padding: 5px;
}

.pro-cls__pass .ps img {
  transition: all .3s;
  -webkit-transition: all .3s;
}

.pro-cls__pass .ps img:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
}

.goqii-pro .home-blog-testimonials {
  background: linear-gradient(0deg, #fff7d9 0%, white 100%);
  padding-bottom: 150px;
  margin-bottom: 0;
  margin-top: 100px;
}

.goqiit-intro {
  background: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/goqii-transform/goqii-tnsfr-intro-bg.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 150px 0;
}

.goqiit-intro .logo {
  width: 60%;
}

.goqiit-intro .sub-heading,
.goqiit-intro label {
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0;
}

.goqiit-intro label {
  font-size: 14px;
  line-height: initial;
  margin: 0;
}

.goqiit-intro .goqii-btn-primary {
  color: #236fb2;
  border-color: #236fb2;
  margin-top: 20px;
}

.bal-adv__slider--main {
  background: linear-gradient(50deg, #e3eefe, #ebfae5);
  border-radius: 10px;
  padding: 50px 50px 20px;
}

.bal-adv__dtls .bal-adv__img {
  transform: scale(1.2);
}

.bal-adv__info h2 {
  font-size: 48px;
  letter-spacing: 4px;
  margin-bottom: 35px;
}

.bal-adv__info .info .info__icon {
  width: 25%;
  min-height: 65px;
}

.bal-adv__info .info .info__cont {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.wt-mgmt-pgm {
  background: linear-gradient(0deg, white 0%, #fff7d9 100%);
  padding: 100px 0;
}

.wt-mgmt-pgm h2 {
  color: #fea33c;
  font-size: 36px;
  letter-spacing: 4px;
  text-align: center;
}

.wt-mgmt-pgm__table .table {
  color: #3e3934;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #383733;
}

.wt-mgmt-pgm__table .table th {
  box-shadow: none;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.wt-mgmt-pgm__table .table th,
.wt-mgmt-pgm__table .table td {
  padding: 15px;
  border: 1px solid #383733;
}

.wt-mgmt-pgm__table .table td {
  padding: 30px 15px;
}

.wt-mgmt-pgm__table__lable {
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}

.wt-mgmt-pgm__table .table td .rslt {
  width: 40px;
  height: 40px;
}

.wt-mgmt-pgm__table .table td .rslt img {
  width: 100%;
  height: 100%;
}

.bbi {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  height: 100vh;
}

.bbi__wrp {
  background: linear-gradient(0deg, #e8f7fd 0%, white 100%);
  height: 360px;
}

.bbi .bbi__cont .bbi-logo {
  width: 60%;
}

.bbi .bbi__cont .bbi-title {
  color: #58585a;
  font-size: 16px;
  font-weight: 700;
}

.bbi .bbi__cont .bbi-coaching {
  color: #010101;
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0;
}

.bbi .bbi__cont p {
  font-size: 14px;
  font-weight: 300;
}

.bbi .bbi__cont .bbi-act {
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
}

.bbi .bbi__cont .bbi-act .price {
  color: #2185f4;
  font-size: 24px;
  font-weight: 700;
}

.bbi .bbi__cont .bbi-act .price span {
  color: #859297;
  text-decoration: line-through;
}

.bbi .bbi-act .goqii-btn-primary {
  font-size: 16px;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.bbi .bbi-dtls {
  width: 80%;
}

.bbi .bbi__img {
  position: relative;
}

.bbi .bbi__img .img {
  width: 60%;
  margin: auto;
}

.bbi .bbi__img--samll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.bbi .bbi__img--samll .img {
  border-radius: 6px;
  border: 1px solid #a7a6a6;
  width: 120px;
  height: 120px;
  padding: 10px;
}

.bbi .bbi__img--samll .img img {
  width: 100%;
  height: 100%;
}

.bbi .bbi__img .shr {
  position: absolute;
  top: 0;
  right: 25px;
  width: 4%;
}

.bbi-free {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #cbcbcb;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}

.bbi-free .prod {
  font-family: 'Open Sans', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bbi-free .prod .prod__img {
  width: 20%;
  margin-right: 15px;
}

.bbi-free .prod .prod__cont label {
  color: #2185f4;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.bbi-free .prod .prod__cont p {
  color: #010101;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}

.bbi-free .plus img {
  width: 80%;
}

.bbi-ships {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}

.bbi-ships .ships {
  font-size: 14px;
  font-weight: 300;
}

.bbi-ships .bac a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #2185f4;
  padding: 8px 10px;
}

.health-ecosystm .goqii-ecosystm__dtls .ftr {
  align-items: flex-start;
}

.health-ecosystm .goqii-ecosystm__dtls .ftr .ftr__icon.bb {
  width: 25%;
}

.prod-specs--bb .prod-specs__img {
  background: #65b348;
  text-align: center;
  padding: 50px;
}

.prod-specs--bb .prod-specs__img img {
  transform: none;
  right: initial;
}

.wht-box--bb .box__img {
  margin: 0 auto 20px;
}

@media only screen and (max-width: 1800px) {
  h2 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 1300px) {
  .goqii-ecosystm {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 992px) {
  h2 {
    font-size: 40px;
  }

  .treadmill--1 {
    top: 0%;
    right: 0%;
    width: 50%;
  }

  .goqii-ecosystm__dtls h2 {
    line-height: initial;
  }

  .box {
    margin: 25px 0;
  }

  .box .box__img {
    margin: 20px auto;
  }

  .bbi {
    height: 100%;
  }

  .bbi__wrp {
    height: auto;
    padding: 50px 0;
  }

  .bbi__cont {
    margin-top: 50px;
  }

  .bbi .bbi-dtls,
  .bbi .bbi__cont .bbi-logo {
    width: auto;
  }

  .bbi .bbi-dtls {
    text-align: center;
  }

  .bbi .bbi__cont .bbi-act {
    flex-direction: column;
  }

  .bbi .bbi-act .goqii-btn-primary {
    width: 130px;
    margin: auto;
  }

  .bbi .bbi__cont .bbi-act .price {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {

  h2,
  .sty-cnted__cont h2 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }

  .shpg-adr__bg {
    padding: 50px 25px;
  }

  .shpg-adr h5 {
    font-size: 22px;
    letter-spacing: normal;
    text-align: left;
  }

  .shpg-adr h6 {
    font-size: 14px;
  }

  .shpg-adr .form-field__number .number-code {
    width: 20%;
  }

  .shpg-adr .form-field__submit {
    margin-top: 0px;
  }

  .prod-specs__img {
    width: 60%;
    margin: auto;
  }

  .prod-specs__cont {
    margin: 50px 0 0;
    padding: 0 20px;
  }

  .goqii-intro__cont {
    padding-top: 50px;
  }

  .pro-cls__heading {
    text-align: center;
  }

  .pro-cls .pro-cls__heading span img {
    width: 8%;
  }

  .goqiit-intro__cont {
    margin-top: 35px;
  }
}

@media screen and (min-width: 576px) {
  .dt-elemt {
    display: block;
  }

  .m-elemt {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .dt-elemt {
    display: none;
  }

  .m-elemt {
    display: block;
  }

  .ord-dtls__info {
    padding: 10px;
  }

  .ord-dtls__labels label,
  .pdt-dtls__info .del,
  .unit-pr .amt,
  .sub-ttl .amt,
  .pdt-dtls__info .name,
  .pdt-dtls__info .qty input {
    font-size: 12px;
  }

  .pdt-dtls {
    display: initial;
  }

  .pdt-dtls__img {
    width: auto;
  }

  .pdt-dtls__info {
    width: 85%;
    margin: 20px 0;
  }

  .pdt-dtls__info .qty label,
  .unit-pr {
    font-size: 10px;
  }

  .pdt-dtls__info .qty input {
    width: 30%;
  }

  .pdt-dtls__info .del::after {
    background-size: 65%;
  }

  .pdt-dtls {
    width: 50%;
  }

  .unit-pr,
  .sub-ttl {
    width: 25%;
  }

  .ord-dtls__ftr {
    margin-top: 15px;
  }

  .exch__cont,
  .exch__cont small {
    font-size: 16px;
  }

  .exch__trck {
    justify-content: center;
  }

  .exch__trck button {
    font-size: 14px;
  }

  .ord-dtls__cc h6 {
    font-size: 16px;
  }

  .ord-dtls__cc {
    padding: 25px 20px 30px;
  }

  .ord-dtls__cc input[type="text"] {
    height: 30px;
  }

  .ord-dtls__cc input[type="submit"] {
    font-size: 14px;
  }

  .ord-dtls__mp {
    justify-content: center;
  }

  .secure-plgo {
    justify-content: center;
  }

  .secure-plgo .plgo {
    margin: 2px;
  }

  .trk-ord {
    padding: 50px 0 50px;
  }

  .trk-ord h2,
  h5 {
    text-align: center;
  }

  .trk-ord h5 {
    font-size: 16px;
  }

  .trk-ord h6 {
    font-size: 14px;
  }

  .trk-ord button[type="submit"] {
    font-size: 14px;
    padding: 0;
    text-align: left;
  }

  .trk-ord button[type="submit"] img {
    width: 16%;
  }

  .shpg-adr .form-field label,
  .shpg-adr select,
  .shpg-adr option {
    font-size: 12px;
  }

  .shpg-adr input[type="submit"] {
    font-size: 14px;
    border-width: 1px;
    padding: 0px 25px 0px;
    height: 35px;
  }

  .shpg-adr .back {
    font-size: 14px;
  }

  .ord-dtls__adr h6 {
    font-size: 14px;
  }

  .ord-dtls__adr .name,
  .ord-dtls__adr .adr {
    font-size: 14px;
  }

  .m-elemt.treadmill {
    position: static;
    margin: 50px auto 0;
    width: 65%;
  }

  .ssi-dtls {
    width: 100%;
  }

  .ssi-dtls p {
    margin: 10px 0;
  }

  .sty-cnted__wrap {
    padding: 20px;
  }

  .sty-cnted__cont {
    flex-direction: column-reverse;
    text-align: center;
  }

  .sty-cnted__cont .img,
  .sty-cnted__cont .cont {
    width: auto;
  }

  .goqii-ecosystm__cont {
    flex-direction: column;
  }

  .goqii-ecosystm__dtls,
  .goqii-ecosystm__img {
    width: 100%;
    text-align: center;
  }

  .goqii-ecosystm__dtls .ftr,
  .goqii-ecosystm__dtls .apps {
    justify-content: center;
  }

  .goqii-ecosystm {
    margin: 0 0 80px;
  }

  .goqii-ecosystm__dtls h2 br {
    display: none;
  }

  .goqii-ecosystm__img {
    margin: 50px 0 0;
  }

  .goqii-ecosystm__dtls .app.app-store {
    width: 25%;
  }

  .goqii-ecosystm__dtls .app.google-play {
    width: 28%;
  }

  .ss-book {
    text-align: center;
    padding: 50px 20px;
  }

  .ss-book__logo {
    margin: auto;
  }

  .ss-book__incls .opts,
  .ss-book__bn {
    justify-content: center;
  }

  .ss-book__img {
    margin-bottom: 50px;
  }

  .ss-book__img .img {
    width: 60%;
    margin: auto;
  }

  .ss-book__img .shr {
    top: 0%;
    right: 0%;
  }

  .ss-book__bn {
    flex-direction: column;
  }

  .ss-book__bn .shpg {
    margin-top: 25px;
  }

  .ss-book__incls .lable {
    text-align: left;
  }

  .ss-servs__cont {
    flex-direction: column;
  }

  .ss-servs__cont .cont,
  .ss-servs__cont .img,
  .ss-servs__cont .img img {
    width: auto;
  }

  .ss-servs__wrap {
    padding: 30px;
  }

  .ss-servs__cont .img {
    margin-bottom: 50px;
  }

  .goqii-intro {
    background: url(https://storecdn.goqii.com/media/goqiiweb/assets/images/goqii-pro/m-goqii-intro-bg.jpg) right top no-repeat;
    background-size: contain;
    width: 100%;
    height: 320px;
  }

  .goqii-intro__cont ul li {
    margin: 4px 0;
  }

  .goqiit-intro .logo {
    width: 75%;
  }

  .goqiit-intro .sub-heading,
  .goqiit-intro label {
    font-size: 14px;
  }

  .goqiit-intro__prod img {
    transform: translate(-20px, 0px);
  }

  .wt-mgmt-pgm {
    padding: 35px 0;
  }

  .wt-mgmt-pgm h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .wt-mgmt-pgm__table .table th,
  .wt-mgmt-pgm__table .table td {
    font-size: 12px;
    padding: 12px;
  }

  .wt-mgmt-pgm__table .table td {
    padding: 20px 15px;
  }

  .wt-mgmt-pgm__table .table td .rslt {
    width: 30px;
    height: 30px;
  }

  .bbi .bbi__cont .bbi-logo {
    width: 60%;
    margin: auto;
  }

  .bbi .bbi__cont .bbi-coaching {
    font-size: 16px;
    margin: 15px 0 5px;
  }

  .bbi .bbi__cont .bbi-act {
    margin: 15px 0 30px;
  }

  .bbi-free {
    padding: 0 20px;
  }

  .bbi-free .prod .prod__img {
    width: 25%;
  }

  .bbi .bbi__img--samll .img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 480px) {
  .ssi {
    padding: 50px 0;
  }

  .ssi-title {
    display: none;
  }

  .ssi-dtls p {
    font-size: 12px;
  }

  .ssi-dtls p strong {
    font-size: 14px;
    letter-spacing: initial;
    line-height: normal;
    margin: 15px 0 0;
  }

  .ssi-dtls .goqii-btn-primary,
  .goqiit-intro .goqii-btn-primary {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }

  .goqii-ecosystm__dtls .ftr .ftr__icon {
    margin: auto;
  }

  .ss-book__incls .opts .opt {
    width: 150px;
  }

  .ss-book__logo {
    width: 65%;
  }

  .ss-book__label {
    font-size: 14px;
    margin: 5px 0 10px;
  }

  .ss-book__price {
    margin: 15px 0 15px;
  }

  .ss-book__price .mrp,
  .ss-book__price .offer-price {
    font-size: 16px;
  }

  .ss-book__incls {
    margin: 0 0 20px;
  }

  .ss-book__incls .lable {
    font-size: 12px;
  }

  .prod-specs__img {
    width: 75%;
  }

  .box .box__img {
    width: 120px;
    height: 120px;
  }

  .box .box__img img {
    width: 80px;
  }

  .box__name {
    font-size: 12px;
    padding: 0 20px;
  }

  .quiz {
    margin: 20px;
  }

  .quiz a {
    font-size: 14px;
    text-align: center;
  }

  .pro-cls .pro-cls__heading span img {
    width: 14%;
  }

  .cls .cls__name,
  .cls__info label,
  .cls__info {
    font-size: 14px;
  }

  .cls__book .book a,
  .cls__sm a {
    font-size: 12px;
  }

  .pro-cls .pro-cls__heading {
    margin-bottom: 35px;
  }

  .cls--pass .pro-cls__heading {
    margin-bottom: 15px;
  }

  .cls--pass .ofr {
    font-size: 14px;
    text-align: center;
  }

  .pro-cls__pass {
    margin: 40px 0;
  }

  .goqii-pro .home-blog-testimonials {
    margin-top: 50px;
    padding-bottom: 80px;
  }

  .bal-adv__info h2 {
    font-size: 30px;
    text-align: center;
  }

  .bal-adv__info {
    margin-top: 40px;
  }

  .bal-adv__info .info .info__icon {
    margin: auto;
  }

  .bal-adv__info .info .info__cont {
    margin: 20px 0;
  }
}

@media screen and (max-width: 375px) {

  h2,
  .sty-cnted__cont h2 {
    font-size: 24px;
  }

  .exch__cont,
  .exch__cont small {
    font-size: 14px;
  }

  .exch__trck button {
    font-size: 12px;
  }

  .checkmark {
    height: 20px;
    width: 20px;
  }

  .radio .checkmark:after {
    width: 10px;
    height: 10px;
  }

  .ord-dtls__cc h6 {
    font-size: 14px;
  }

  .ord-dtls__mp button {
    font-size: 14px;
    padding: 6px 10px;
  }

  .secure-plgo .plgo {
    width: 100px;
  }

  .ord-dtls__secure {
    padding: 50px 0 0;
  }

  .ord-smry,
  .ord-pmt .pmt__lable {
    font-size: 14px;
  }

  .ord-pmt .pmt {
    margin: 20px 0;
  }

  .ord-pmt .pmt__lable {
    width: 40%;
  }

  .secure-plgo {
    margin: 25px 0 50px;
  }

  .secure-icon .icon {
    width: 150px;
  }

  .trk-ord h5 {
    font-size: 14px;
  }

  .trk-ord h6 {
    font-size: 12px;
  }

  .shpg-adr h5 {
    font-size: 14px;
  }

  .shpg-adr h6 {
    font-size: 12px;
  }

  .ord-dtls__adr h6,
  .ord-dtls__adr .name,
  .ord-dtls__adr .adr {
    font-size: 12px;
  }

  .ss-book__incls .opts .opt button {
    font-size: 10px;
  }

  .ss-book__bn .shpg {
    font-size: 14px;
  }

  .prod-dtls__info .info label {
    font-size: 14px;
  }

  .prod-dtls__info .info p {
    font-size: 12px;
  }

  .prod-title__label {
    font-size: 18px;
  }

  .quiz a {
    font-size: 12px;
  }

  .goqii-intro {
    height: 300px;
  }

  .goqii-intro__cont .logo {
    margin-bottom: 25px;
  }

  .goqii-intro__cont ul li {
    font-size: 10px;
  }

  .wt-mgmt-pgm__table .table td {
    padding: 10px 5px;
  }

  .wt-mgmt-pgm__table .table td .rslt {
    width: 20px;
    height: 20px;
  }

  .bbi .bbi__cont .bbi-title,
  .bbi .bbi__cont p {
    font-size: 12px;
  }

  .bbi .bbi__cont .bbi-coaching {
    font-size: 14px;
  }

  .bbi .bbi__cont .bbi-act .price {
    font-size: 18px;
  }

  .bbi .bbi-act .goqii-btn-primary {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 115px;
  }

  .bbi-free .prod .prod__cont label {
    font-size: 12px;
  }

  .bbi-free .prod .prod__cont p {
    font-size: 10px;
  }

  .bbi-ships {
    margin: 50px 0 0;
  }

  .bbi-ships .ships {
    font-size: 12px;
  }

  .bbi-ships .bac a {
    font-size: 10px;
  }
}

@media screen and (max-width: 360px) {

  .ord-dtls__labels label,
  .pdt-dtls__info .del,
  .unit-pr .amt,
  .sub-ttl .amt,
  .pdt-dtls__info .name {
    font-size: 9px;
  }
}

@media screen and (max-width: 320px) {

  .ord-dtls__labels label,
  .pdt-dtls__info .del,
  .unit-pr .amt,
  .sub-ttl .amt,
  .pdt-dtls__info .name {
    font-size: 8px;
  }

  .pdt-dtls__info .qty label,
  .unit-pr {
    font-size: 8px;
  }

  .exch__cont,
  .exch__cont small {
    font-size: 12px;
  }

  .exch__trck button {
    font-size: 10px;
  }

  .ord-dtls__cc .field {
    justify-content: space-between;
  }

  .ord-dtls__cc input[type="text"] {
    width: 75%;
  }

  .secure-plgo .plgo {
    width: 90px;
  }

  .ord-smry,
  .ord-pmt .pmt__lable {
    font-size: 12px;
  }

  .ord-pmt .pmt {
    padding: 6px 0 6px 15px;
  }

  .ord-pmt .pmt__co button {
    width: 55%;
  }

  .shpg-adr .back {
    font-size: 12px;
  }

  .shpg-adr input[type="submit"] {
    font-size: 12px;
    padding: 0px 20px 0px;
    height: 30px;
  }

  .prod-dtls__info .info label {
    font-size: 12px;
  }

  .bbi-ships .bac a {
    font-size: 8px;
  }

  .bbi-ships .ships {
    font-size: 10px;
  }
}

.hide {
  display: none;
}

.quiz-modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: auto;
}

.quiz-modal .quiz-modal__wrap {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  margin: 20px auto;
  padding: 20px 20px 0;
  position: relative;
}

@media (max-width: 576px) {
  .quiz-modal .quiz-modal__wrap {
    padding: 0 20;
  }
}

.quiz-modal .quiz-modal__wrap .cls {
  cursor: pointer;
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 9;
  transition: 0.5s;
}

.quiz-modal .quiz-modal__wrap .cls:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

@media (max-width: 800px) {
  .quiz-modal .quiz-modal__wrap .cls {
    top: 60px;
    right: 60px;
  }
}

@media (max-width: 576px) {
  .quiz-modal .quiz-modal__wrap .cls {
    top: 65px;
    right: 50px;
    width: 15px;
  }
}

.quiz {
  width: 100%;
  display: initial;
  margin: 0;
}

.quiz .quiz-q__layer {
  background: linear-gradient(90deg, #fffbf8 15%, #bcedfe 80%);
  overflow: hidden;
  position: relative;
  min-height: 343px;
}

@media (max-width: 992px) {
  .quiz .quiz-q__layer {
    min-height: 265 px;
  }
}

.quiz .quiz-q__layer .ellipse {
  position: absolute;
}

.quiz .quiz-q__layer .ellipse--1 {
  top: -85px;
  left: 32%;
  width: 12%;
}

.quiz .quiz-q__layer .ellipse--2 {
  right: -85px;
  bottom: 20%;
  width: 12%;
}

.quiz .quiz-q__header {
  margin: 50px 0 0;
}
.header{
  position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
}
@media (max-width: 992px) {
  .quiz .quiz-q__header .header-wrapper__logo {
    margin: unset;
  }
}

.quiz .quiz-q__header .header-wrapper__logo a {
  border: none;
}

.quiz .quiz-q__header h2 {
  margin: 80px 0 0;
}

@media (max-width: 992px) {
  .quiz .quiz-q__header h2 {
    margin: 30px 0 0;
  }
}

.quiz .quiz-q {
  width: 100%;
}

.quiz .quiz-q__blk {
  position: relative;
  top: -70px;
  z-index: 9;
}

.quiz .quiz-q__blk__brdcms {
  color: #38607b;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  margin: 0 35px 15px 0;
}

@media (min-width: 1200px) {
  .quiz .quiz-q__blk__brdcms {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .quiz .quiz-q__blk__brdcms {
    margin-right: 5px;
  }
}

@media (max-width: 768px) {
  .quiz .quiz-q__blk__brdcms {
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .quiz .quiz-q__blk__brdcms {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .quiz .quiz-q__blk__brdcms {
    font-size: 10px;
  }
}

.quiz .quiz-q__blk__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .quiz .quiz-q__blk__tabs {
    width: 90%;
  }
}

.quiz .quiz-q__blk__tabs .tab {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 10px #eaebeb;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  margin-right: 30px;
}

@media (max-width: 1200px) {
  .quiz .quiz-q__blk__tabs .tab {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .quiz .quiz-q__blk__tabs .tab {
    padding: 15px 25px;
  }
}

@media (max-width: 800px) {
  .quiz .quiz-q__blk__tabs .tab {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .quiz .quiz-q__blk__tabs .tab {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .quiz .quiz-q__blk__tabs .tab {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .quiz .quiz-q__blk__tabs .tab {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 414px) {
  .quiz .quiz-q__blk__tabs .tab {
    font-size: 10px;
  }
}

.quiz .quiz-q__blk__tabs .tab:last-child {
  margin-right: 0;
}

.quiz .quiz-q__blk__tabs .tab.active {
  color: #fff;
  background-color: #1576e2;
}

.quiz .quiz-q__blk__cont .icon {
  width: 50px;
  margin: 50px 0 25px;
}

@media (max-width: 576px) {
  .quiz .quiz-q__blk__cont .icon {
    width: 30px;
    margin: 25px 0 25px;
  }
}

.quiz .quiz-q__blk__cont h6 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: unset;
  margin: 0 0 15px;
}

@media (max-width: 576px) {
  .quiz .quiz-q__blk__cont h6 {
    font-size: 16px;
    margin: 0 0 25px;
  }
}

.quiz .quiz-q__blk__cont .radio-style {
  padding: 0;
  margin: 0 15px;
}

@media (max-width: 768px) {
  .quiz .quiz-q__blk__cont .radio-style {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .quiz .quiz-q__blk__cont .radio-style {
    font-size: 14px;
  }
}

.quiz .quiz-q__blk__cont .radio-label {
  display: flex;
}

@media (min-width: 576px) {
  .quiz .quiz-q__blk__cont .radio-label span {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .quiz .quiz-q__blk__cont .form-field {
    width: calc(100% - 10px);
  }
}

.quiz .quiz-q__blk__action {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0px;
}

.quiz .quiz-q__blk__action button {
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-bottom: none;
}

@media (max-width: 768px) {
  .quiz .quiz-q__blk__action button {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .quiz .quiz-q__blk__action button {
    font-size: 12px;
  }
}

.quiz .quiz-q__blk__action button.prev img {
  transform: scalex(-1);
}

.quiz .quiz-q__blk__action button img {
  width: 30px;
  margin: 0 8px;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .quiz .quiz-q__blk__action button img {
    width: 25px;
  }
}

.quiz .quiz-q__blk__action button:hover img {
  transform: translate(8px, 0);
}

.quiz .quiz-q__blk__action button:hover.prev img {
  transform: translate(-8px, 0) scalex(-1);
}

.quiz .quiz-q .quiz-q__blk--little-abt-u .form-field {
  position: relative;
}

.quiz .quiz-q .quiz-q__blk--little-abt-u .form-field button {
  position: absolute;
  right: 0;
}

.quiz .quiz-rslt h2 {
  text-align: center;
}

.quiz .quiz-rslt p {
  text-align: center;
  letter-spacing: 1px;
}

.quiz .quiz-rslt .quiz-q__layer {
  min-height: 600px;
}

@media (max-width: 992px) {
  .quiz .quiz-rslt .quiz-q__layer {
    min-height: 550px;
  }
}

@media (max-width: 768px) {
  .quiz .quiz-rslt .quiz-q__layer {
    min-height: 350px;
  }
}

@media (max-width: 480px) {
  .quiz .quiz-rslt .quiz-q__layer {
    min-height: 390px;
  }
}

.quiz .quiz-rslt .quiz-q__layer .ellipse--2 {
  bottom: 40%;
}

.quiz .quiz-rslt .make-informed-choice__box--shdow {
  border-radius: 14.5px;
  box-shadow: -1.2px 1.6px 8.7px 0.3px #24282c36;
  background-color: #fff;
  margin: 0 20px;
  padding: 0 25px 40px;
}

@media (max-width: 768px) {
  .quiz .quiz-rslt .make-informed-choice__box--shdow.make-informed-choice__box--shdow--first {
    margin-bottom: 150px;
  }
}

.quiz .quiz-rslt .make-informed-choice {
  transform: translate(0px, -250px);
}

@media (max-width: 768px) {
  .quiz .quiz-rslt .make-informed-choice {
    transform: translate(0px, -120px);
    margin-bottom: 0;
  }
}

.quiz .quiz-rslt .make-informed-choice .make-informed-choice__box {
  background-color: transparent;
  transform: translate(0px, -185px);
}

@media (max-width: 769px) {
  .quiz .quiz-rslt .make-informed-choice .make-informed-choice__box {
    transform: translate(0px, -150px);
  }
}

@media (max-width: 769px) {
  .quiz .quiz-rslt .make-informed-choice .make-informed-choice__box img {
    max-height: 200px;
  }
}

.quiz .quiz-rslt .make-informed-choice .smart-vital-main__productPrice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.quiz .quiz-rslt .make-informed-choice .smart-vital-main__productPrice h4 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 4.05px;
  color: #2185f4;
}

@media (max-width: 992px) {
  .quiz .quiz-rslt .make-informed-choice .smart-vital-main__productPrice h4 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .quiz .quiz-rslt .make-informed-choice .smart-vital-main__productPrice h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.quiz .quiz-rslt .make-informed-choice .smart-vital-main__productPrice h4 strong {
  padding-right: 10px;
  text-decoration: line-through;
  color: #859297;
}

.quiz .quiz-rslt .make-informed-choice .smart-vital-main__productPrice .goqii-btn-primary {
  border: solid 1px #2185f4;
  border-radius: unset;
  color: #2185f4;
  margin: 0 10px;
  font-size: 16px;
  padding: 0 14px;
  height: 40px;
  display: inline-flex;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}

.quiz .quiz-rslt .make-informed-choice .make-informed-choice__info {
  margin-top: -150px;
}




.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }



.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }
