@charset 'UTF-8';
/* COLOR CODE VARIABLE CSS START */
/* DEFAULT COLOR  */
/* BASE COLOR */
/* PRIMARY BLUE COLOR */
/* PRIMARY HOVER BLUE COLOR */
/* PRIMARY FOCUS BLUE COLOR */
/* SECONDARY COLOR */
/* SECONDARY HOVER COLOR */
/* PRIMARY COLOR 70% */
/* PRIMARY COLOR 50% */
/* PRIMARY COLOR 30% */
/* PRIMARY COLOR 20% */
/* Primary color 10% */
/* PRIMARY COLOR 5% */
/* DEFAULT GRAY COLOR*/
/* GRAY COLOR 70% */
/* GRAY COLOR 50% */
/* GRAY COLOR 25% */
/* GRAY COLOR 10% */
/* GRAY COLOR 5% */
/* Font/Input*/
/* DISABLED COLOR */
/* WHITE COLOR */
/* BLACK COLOR */
/* GREEN COLOR */
/* LIGHT GREEN COLOR */
/* LIGHTER GREEN COLOR */
/* LIGHTER GREEN COLOR */
/* GREEN COLOR TRUSTPILOT */
/* RED COLOR */
/* RED COLOR */
/* YELLOW COLOR */
/* YELLOW LIGHT COLOR */
/* PROCESSING COLOR */
/* COLOR CODE VARIABLE CSS END */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container,
.Container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .Container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .Container {
    max-width: 720px;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .container,
  .Container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .Container {
    max-width: 1220px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
  .Container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.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: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .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 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.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%;
}
.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%;
  }
  .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%;
  }
  .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%;
  }
  .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: 1200px) {
  .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%;
  }
  .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: 1200px) {
  .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: 1200px) {
  .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;
  }
}
/* Default css start */
*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
}
*::before,
*::after {
  font-family: siteicon;
  display: block;
}
html {
  font-family: 'figtree';
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'figtree';
  font-weight: 400;
  color: #59697D;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@-ms-viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
}
ul {
  list-style-type: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
}
ol li p,
ul li p,
dl li p {
  font-size: 16px;
  line-height: 24px;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 8px;
  margin-left: 0;
}
blockquote {
  margin: 0 0 16px;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.link-disabled {
  pointer-events: none;
  opacity: 0.5;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 16px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 16px;
}
img {
  vertical-align: middle;
  border-style: none;
  width: auto;
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
caption {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #59697D;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
button {
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
  border: none;
}
textarea:focus-visible {
  border: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 16px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}
body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
}
/* Track */
body ::-webkit-scrollbar-track {
  background: #c1c1c1;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
/* Handle */
body ::-webkit-scrollbar-thumb {
  background: #0E3256;
  -webkit-border-radius: 1px;
  border-radius: 0px;
}
*::-moz-selection {
  background: #0E3256;
  color: #FFFFFF;
  text-shadow: none;
}
*::selection {
  background: #0E3256;
  color: #FFFFFF;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #59697D;
}
::-moz-placeholder {
  color: #59697D;
}
:-ms-input-placeholder {
  color: #59697D;
}
:-moz-placeholder {
  color: #59697D;
}
[type="search"]::-webkit-input-placeholder {
  font-family: 'figtree';
}
[type="search"]::-moz-placeholder {
  font-family: 'figtree';
}
[type="search"]:-ms-input-placeholder {
  font-family: 'figtree';
}
[type="search"]:-moz-placeholder {
  font-family: 'figtree';
}
/* Default css end */
/* Shorthand classes css start */
.vh-center,
.abs-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hor-center,
.abs-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.var-center,
.abs-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-top {
  vertical-align: top;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.hidden {
  display: none !important;
}
.text-white {
  color: #FFFFFF;
}
.p0 {
  padding: 0;
}
.text-uppercase {
  text-transform: uppercase;
}
.font-weight-bold {
  font-weight: 500;
}
/* Shorthand classes css end */
a {
  font-size: 16px;
  line-height: 22px;
  color: #59697D;
}
/* Heading css start */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #0E3256;
  font-family: 'figtree';
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 2px;
  transform: translateY(1px);
  background-color: #EB7171;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
}
h1.dot::after,
h2.dot::after,
h3.dot::after,
h4.dot::after,
h5.dot::after,
h6.dot::after {
  margin-left: -10px;
  transform: translateY(0px);
}
@media only screen and (min-width: 992px) {
  h1.dot::after,
  h2.dot::after,
  h3.dot::after,
  h4.dot::after,
  h5.dot::after,
  h6.dot::after {
    margin-left: -13px;
    bottom: 11px;
  }
}
h1 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  h1:after {
    width: 8px;
    height: 8px;
    bottom: 12px;
  }
}
h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.96px;
}
h2:after {
  width: 5px;
  height: 5px;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h2:after {
    width: 6px;
    height: 6px;
    bottom: 12px;
  }
}
h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
h3:after {
  width: 4px;
  height: 4px;
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
  h3:after {
    width: 5px;
    height: 5px;
    bottom: 10px;
  }
}
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
h4:after {
  width: 3px;
  height: 3px;
  transform: translateY(0);
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h4:after {
    bottom: 4px;
  }
}
/* Heading css end */
/* Paragraph css start */
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 16px 0;
}
p strong {
  font-weight: 700;
}
p.font-weight-semibold {
  font-weight: 600;
}
p.p10 {
  font-size: 10px;
  line-height: 12px;
}
p.p12 {
  font-size: 12px;
  line-height: 18px;
}
p.p14 {
  font-size: 14px;
  line-height: 22px;
}
p.p18 {
  font-size: 18px;
  line-height: 28px;
}
p.p20 {
  font-size: 20x;
  line-height: 24px;
}
p.p24 {
  font-size: 24px;
  line-height: 30px;
}
p.p28 {
  font-size: 28px;
  line-height: 32px;
}
/* Paragraph css end */
/* Common mix component css start */
.loader {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: background-color 0.3s ease;
  z-index: 111111 !important;
}
.loader:before {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: cover;
  content: "\e960";
  animation: checkoutRotateLoader 0.8s linear infinite;
  font-size: 80px;
}
@keyframes checkoutRotateLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.page-heading-top {
  padding: 56px 0 49px;
}
.page-heading-top h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 42.092px;
  margin-bottom: 0;
}
.page-heading-top h1:after {
  display: none;
}
.page-heading-top h2 {
  font-weight: 300;
  line-height: 53px;
  margin-bottom: 0;
  color: #59697D;
}
@media only screen and (min-width: 992px) {
  .page-heading-top {
    padding: 80px 0 40px;
  }
  .page-heading-top h1 {
    margin-bottom: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 96px;
  }
  .page-heading-top h2 {
    font-size: 64px;
    font-weight: 300;
  }
}
.page-heading {
  padding: 56px 0 48px;
}
.page-heading h1 {
  margin: 0;
  padding: 12px 0;
}
.page-heading h1::after {
  bottom: 22px;
}
.page-heading p {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .page-heading h1::after {
    bottom: 24px;
  }
}
.section-heading {
  padding: 56px 0 40px;
}
.section-heading h2 {
  margin-bottom: 4px;
}
.section-heading h3 {
  font-weight: 300;
  color: #59697D;
  margin: 0;
  letter-spacing: -0.72px;
}
.section-heading h3:after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-heading {
    padding: 80px 0 40px;
  }
  .section-heading h2 {
    margin-bottom: 0;
  }
}
.section-subheading {
  padding: 40px 0 24px;
}
h3.section-subheading:after {
  bottom: 32px;
}
.section-title {
  padding: 40px 0 24px;
}
h4.section-title:after {
  bottom: 30px;
}
@media only screen and (min-width: 992px) {
  h4.section-title::after {
    bottom: 28px;
  }
}
.strapline {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 12px 0 0;
}
@media only screen and (min-width: 992px) {
  .strapline .strapline {
    font-size: 20px;
    line-height: 24px;
  }
}
.toggle-group {
  display: inline-flex;
  background-color: #F3F5F7;
  border-radius: 50px;
  gap: 4px;
}
.toggle-group label {
  cursor: pointer;
  padding: 3px 16px;
  border-radius: 50px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #858585;
  background-color: transparent;
  transition: all 0.25s ease;
}
.toggle-group input[type="radio"] {
  display: none;
}
.toggle-group input[type="radio"]:checked + label {
  background-color: #DADADA;
  color: #0E3256;
}
.toggle-group.toggle-group-lg label {
  padding: 9px 16px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 31px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #2ecc71;
}
.switch input:checked + .slider:before {
  transform: translateX(24px);
  left: -3px;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 3px;
  bottom: 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.tag-label {
  background-color: #59697D;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016px;
  font-weight: 400;
  padding: 0 20px 0 8px;
  clip-path: polygon(0 0, 100% 0, 88% 96%, 86% 101%, 75% 100%, 0 100%);
  border-top-right-radius: 4px;
  position: absolute;
  display: inline-block;
  z-index: 1;
}
.tag-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 4%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-30deg);
  animation: shine 3s infinite;
}
@keyframes shine {
  0% {
    left: -10%;
  }
  100% {
    left: 125%;
  }
}
.badge {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.1px;
}
.badge-popular {
  background-color: #EB7171;
  color: #FFFFFF;
}
.badge-processing {
  background-color: #E3F1FF;
  color: #0E3256;
}
.badge-pending {
  background-color: #F7E9E4;
  color: #D10000;
}
.badge-shipped {
  background-color: #E3F1FF;
  color: #0E3256;
}
.badge-completed {
  background-color: #DDF0E4;
  color: #127941;
}
.badge-cancelled,
.badge-refund,
.badge-dispute {
  background-color: #D10000;
  color: #FFFFFF;
}
.badge-active {
  background-color: #DDF0E4;
  color: #127941;
}
.badge-paused {
  background-color: #F5F2DC;
  color: #E18B12;
}
.badge-available {
  background-color: #DDF0E4;
  color: #127941;
}
.badge-available-soon {
  background-color: #F5F2DC;
  color: #E18B12;
}
.badge-fulfilled {
  background-color: #E3F1FF;
  color: #848D99;
}
.divider-solid {
  border: 0;
  border-top: 1px solid #DADADA;
  margin: 16px 0;
}
.divider-dashed {
  border: 0;
  border-top: 1px dashed #DADADA;
  margin: 16px 0;
}
.err-msg {
  font-size: 12px;
  line-height: 18px;
  color: #D10000;
  margin: 16px 0 24px;
}
.alert {
  display: flex;
  padding: 16px;
  border-radius: 8px;
  width: 100%;
  max-width: 580px;
  flex-direction: column;
}
.alert .title {
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  margin: 0px;
}
.alert .title::before {
  font-size: 16px;
}
.alert span {
  color: #59697D;
  font-weight: 400;
  font-size: 14px;
}
.alert.success {
  background-color: #DDF0E4;
}
.alert.success p::before {
  content: "\e950";
  color: #127941;
}
.alert.warning {
  background-color: #F5F2DC;
}
.alert.warning p.title {
  color: #E18B12;
}
.alert.warning p::before {
  content: "\e956";
  color: #E18B12;
}
.alert.error {
  background-color: #F7E9E4;
}
.alert.error p.title {
  color: #AD5A5A;
}
.alert.error p::before {
  content: "\e942";
  color: #D10000;
}
.notification-message .msg {
  padding-right: 40px;
}
.notification-message .close-alert {
  display: block;
  position: absolute;
  right: 16px;
  top: 2px;
  text-decoration: none;
  cursor: pointer;
}
.notification-message .close-alert::after {
  content: "\e923";
  font-size: 12px;
}
.stock-status-out {
  color: #AD5A5A;
}
/* Common mixed css end */
/* Common margin css start */
.m0 {
  margin: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
/* Common margin css end */
/* Buttons css start */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 16px;
  background-color: #0E3256;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  min-width: 260px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  letter-spacing: 0.016px;
}
.btn:after {
  content: "\e913";
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.3s ease;
}
.btn:hover {
  background-color: #1C3D5D;
  color: #FFFFFF;
  box-shadow: 0 4px 6px -4px rgba(24, 39, 75, 0.12), 0 8px 8px -4px rgba(24, 39, 75, 0.08);
}
.btn:hover:after {
  transform: translateX(4px);
}
.btn:focus {
  background-color: #072441;
  color: #FFFFFF;
}
.btn:focus:after {
  transform: translateX(4px);
}
.btn:focus {
  background-color: #072441;
  color: #FFFFFF;
}
.btn:focus:not(:hover) {
  box-shadow: 0 0 0 6px #8698AA;
}
.btn.disabled {
  background-color: #E6E7E7;
  color: #858585 !important;
  opacity: 1;
  pointer-events: none;
}
.btn.btn-dot:after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #EB7171;
  border-radius: 50%;
  margin-left: -2px;
  display: inline-block;
  transform: translateY(4px);
}
.btn.btn-dot.disabled:after {
  background-color: #858585;
}
.btn.btn-up:after {
  content: "\e915";
}
.btn.btn-up:hover:after {
  transform: translateY(-4px);
}
.btn.btn-upr:after {
  content: "\e90d";
}
.btn.btn-upr:hover:after {
  transform: translate(4px, -4px);
}
.btn.btn-outline {
  background-color: transparent;
  color: #0E3256;
  border: 1px solid #0E3256;
}
.btn.btn-outline:hover {
  background-color: #F3F5F7;
  box-shadow: 0 2px 4px -2px rgba(24, 39, 75, 0.12), 0 4px 4px -2px rgba(24, 39, 75, 0.08);
}
.btn.btn-outline:focus {
  background-color: #CFD6DD;
}
.btn.btn-outline.disabled {
  background-color: #E6E7E7;
  color: #858585;
  border-color: #B7C1CC;
}
.btn.btn-solid {
  font-weight: 600;
  border-radius: 8px;
}
.btn.btn-solid {
  font-weight: 600;
  border-radius: 8px;
}
.btn-block {
  width: 100%;
}
.btn-lock::before {
  content: "\e908";
}
.btn-plain::after {
  content: none !important;
}
.btn-chat::before {
  content: "\e91b";
}
.btn-links {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
  display: block;
}
.ldr::after {
  content: "\e960";
  animation: rotateLoader 0.8s linear infinite;
}
@keyframes rotateLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.cta-wrapper .btn {
  max-width: 200px;
}
/* Buttons css end */
/* Color code css start */
.default-color {
  background-color: #59697D;
}
.base-color {
  background-color: #696969;
}
.primary-color {
  background-color: #0E3256;
}
.primary-color-hover {
  background-color: #1C3D5D;
}
.primary-color-focus {
  background-color: #072441;
}
.primary-color70 {
  background-color: #567089;
}
.primary-color50 {
  background-color: #8698AA;
}
.primary-color30 {
  background-color: #B7C1CC;
}
.primary-color20 {
  background-color: #CFD6DD;
}
.primary-color10 {
  background-color: #E7EAEE;
}
.primary-color5 {
  background-color: #F3F5F7;
}
.secondary-color {
  background-color: #EB7171;
}
.secondary-color-hover {
  background-color: #F3E0D3;
}
.gray-color {
  background-color: #A6A6A6;
}
.gray-color70 {
  background-color: #858585;
}
.gray-color50 {
  background-color: #C3C3C3;
}
.gray-color25 {
  background-color: #DADADA;
}
.gray-color10 {
  background-color: #E6E6E6;
}
.gray-color5 {
  background-color: #F8F8F8;
}
.white-color {
  background-color: #FFFFFF;
}
.black-color {
  background-color: #000000;
}
.processing-color {
  background-color: #E3F1FF;
}
.success-color {
  background-color: #127941;
}
.success-color2 {
  background-color: #7CCDA1;
}
.success-color3 {
  background-color: #DDF0E4;
}
.success-color4 {
  background-color: #DDE3DE;
}
.success-color5 {
  background-color: #219653;
}
.error-color {
  background-color: #D10000;
}
.error-color2 {
  background-color: #F7E9E4;
}
.warning-color {
  background-color: #E18B12;
}
.warning-color2 {
  background-color: #F5F2DC;
}
.primary-text-color {
  color: #0E3256;
}
/* Color code css end */
/* Form element start */
input,
select {
  background-color: transparent;
  padding: 0;
  border: 0 none;
  color: #0E3256;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0.016px;
  outline: 0 none;
  font-weight: 400;
  box-shadow: none;
  width: 100%;
}
.form-group {
  margin-bottom: 40px;
}
.form-group .input-group {
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
  padding: 16px;
  border-radius: 5px;
}
.form-group .input-group .close-icon {
  display: none;
}
.form-group .select-group {
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
  padding: 16px 8px 16px 0px;
  border-radius: 5px;
}
.form-group .select-group select {
  padding: 0px 16px 0px 8px;
  color: #858585;
}
.form-group .placeholder-label {
  position: absolute;
  pointer-events: none;
  left: 16px;
  top: 16px;
  transition: 0.2s ease all;
  color: #858585;
  font-size: 16px;
  font-family: 'figtree';
  font-weight: 400;
  line-height: 28px;
}
.form-group.form-focus {
  /*.input-group{background-color: @PRCLR5;
      input, textarea{color: @PRCLR;background-color: @PRCLR5;}
   }*/
}
.form-group.form-focus.error-bg .input-group input {
  background-color: #F7E9E4;
}
.form-group.has-error .input-group {
  border-color: #D10000;
}
.form-group.has-error .input-group .close-icon {
  display: block;
  position: absolute;
  right: 16px;
  top: 20px;
  color: #D10000;
  text-decoration: none;
  cursor: pointer;
}
.form-group.has-error .input-group .close-icon:after {
  content: "\e923";
  color: #D10000;
  font-size: 11px;
}
.form-group.has-error .input-group .toggle-password {
  right: 36px;
}
.form-group.error-bg .input-group {
  background-color: #F7E9E4;
}
.form-group .help-block {
  font-size: 12px;
  line-height: 18px;
  color: #D10000;
}
.form-group .help-block:empty {
  display: none;
}
.form-group.valid-input .input-group:after {
  content: "\e950";
  position: absolute;
  right: 16px;
  top: 16px;
  color: #7CCDA1;
}
.form-group.valid-input .input-group .toggle-password {
  right: 36px;
}
.form-group-floating.form-focus .input-group {
  padding: 24px 16px 8px;
}
.has-error .help-block {
  text-transform: none;
}
textarea:focus {
  outline: none;
}
input:focus ~ .placeholder-label,
.form-focus input ~ .placeholder-label,
textarea:focus ~ .placeholder-label,
.form-focus textarea ~ .placeholder-label {
  top: 4px;
  font-size: 12px;
  line-height: 18px;
  opacity: 1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #FFFFFF inset !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=file] {
  pointer-events: auto;
}
.toggle-password {
  position: absolute;
  color: #0E3256;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400x;
  top: 20px;
  right: 16px;
  cursor: pointer;
}
.field-description {
  font-size: 12px;
}
/* Form element end */
.bg-light-blue {
  background-color: #F3F5F7;
}
.section-padding {
  padding: 40px 0 80px;
}
.cta-wrapper + .cta-wrapper {
  margin-top: 16px;
}
/* Product card css start */
.popular-treatments-wrapper {
  padding-bottom: 110px;
}
.popular-treatments-wrapper .popular-treatments {
  display: none;
}
.popular-treatments-wrapper .popular-treatments .slick-track {
  display: flex;
}
.popular-treatments-wrapper .popular-treatments.active {
  display: block;
}
.popular-treatments-wrapper .popular-treatments .product-card {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 16px;
  margin: 0 8px;
  width: 305px !important;
}
.popular-treatments-wrapper .popular-treatments .product-card.slick-slide {
  height: auto;
}
.popular-treatments-wrapper .popular-treatments .product-card .tag-label {
  margin-left: -24px;
}
.popular-treatments-wrapper .popular-treatments .product-card .product-image {
  padding-top: 50px;
}
.popular-treatments-wrapper .popular-treatments .product-card .product-image img {
  margin: auto;
}
.popular-treatments-wrapper .popular-treatments .product-card .product-info {
  margin: 32px 0;
}
.popular-treatments-wrapper .popular-treatments .product-card .product-info .product-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
  color: #0E3256;
}
.popular-treatments-wrapper .popular-treatments .product-card .product-info .product-detail {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.popular-treatments-wrapper .popular-treatments .product-card .product-info .product-price {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 24px;
}
.popular-treatments-wrapper .popular-treatments .product-card .product-info .product-price strong {
  font-size: 16px;
  color: #0E3256;
}
.popular-treatments-wrapper .popular-treatments .product-card .product-action .btn {
  min-width: 100%;
  background-color: #F3F5F7;
  border: 1px solid #8698AA;
}
@media only screen and (min-width: 1200px) {
  .popular-treatments-wrapper {
    position: relative;
    overflow: visible;
  }
  .popular-treatments-wrapper .slick-list {
    overflow: visible !important;
  }
}
/* Product card css end */
/* Common faqs css start */
.que-ans-wrapper .que-ans {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 24px 20px;
  margin-bottom: 16px;
}
.que-ans-wrapper .que-ans:last-child {
  margin-bottom: 0;
}
.que-ans-wrapper .que-ans .question {
  font-size: 16px;
  color: #415467;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
}
.que-ans-wrapper .que-ans .question::after {
  content: "\e938";
  transition: transform 0.3s ease;
}
.que-ans-wrapper .que-ans.active .question {
  font-weight: 700;
  transition: transform 0.3s ease;
}
.que-ans-wrapper .que-ans.active .question::after {
  content: "\e917";
}
.que-ans-wrapper .que-ans .answer {
  color: #415467;
  transition: max-height 0.2s ease;
  display: none;
  overflow: hidden;
}
.que-ans-wrapper .que-ans .answer img {
  margin: 10px 0px;
}
.que-ans-wrapper .que-ans .answer p {
  margin: 0;
  padding-top: 16px;
}
.que-ans-wrapper .que-ans .answer ul {
  list-style-type: disc;
  padding: 8px 0 8px 24px;
  margin-bottom: 0;
}
.que-ans-wrapper .que-ans .answer h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 24px 0 0;
}
.que-ans-wrapper .que-ans .answer h3::after {
  display: none;
}
.que-ans-wrapper .que-ans .answer h3 + p {
  padding-top: 8px;
}
/* Common faqs css end */
/* Review rating star css start */
.review-rating {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  /* = Star font icons = */
}
.review-rating .startIcon {
  background: #E6E6E6;
  width: auto;
  height: auto;
  font-style: normal;
  color: #FFFFFF;
  vertical-align: middle;
  display: inline-block;
  z-index: 1;
}
.review-rating .startIcon:before {
  display: inline-block;
  content: "\e957";
}
.review-rating .startIcon:after {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
}
.review-rating .startIcon[class*="stars"] {
  height: 19px;
  line-height: 19px;
}
.review-rating .startIcon[class*="stars"]:before {
  font-size: 19px;
  line-height: 19px;
}
.review-rating .startIcon[class*="starm"] {
  height: 25px;
  line-height: 25px;
}
.review-rating .startIcon[class*="starm"]:before {
  font-size: 25px;
  line-height: 25px;
}
.review-rating .startIcon[class*="starl"] {
  height: 37px;
  line-height: 37px;
}
.review-rating .startIcon[class*="starl"]:before {
  font-size: 37px;
  line-height: 37px;
}
.review-rating .startIcon.starsm0:after,
.review-rating .startIcon.starmd0:after,
.review-rating .startIcon.starlg0:after {
  width: 0;
}
.review-rating .startIcon.starsm1:after,
.review-rating .startIcon.starmd1:after,
.review-rating .startIcon.starlg1:after {
  background: #ff3722;
  width: 20%;
}
.review-rating .startIcon.starsm1-5:after,
.review-rating .startIcon.starmd1-5:after,
.review-rating .startIcon.starlg1-5:after {
  background: #ff3722;
  width: 30%;
}
.review-rating .startIcon.starsm2:after,
.review-rating .startIcon.starmd2:after,
.review-rating .startIcon.starlg2:after {
  background: #ff8622;
  width: 40%;
}
.review-rating .startIcon.starsm2-5:after,
.review-rating .startIcon.starmd2-5:after,
.review-rating .startIcon.starlg2-5:after {
  background: #ff8622;
  width: 50%;
}
.review-rating .startIcon.starsm3:after,
.review-rating .startIcon.starmd3:after,
.review-rating .startIcon.starlg3:after {
  background: #ffce00;
  width: 60%;
}
.review-rating .startIcon.starsm3-5:after,
.review-rating .startIcon.starmd3-5:after,
.review-rating .startIcon.starlg3-5:after {
  background: #ffce00;
  width: 70%;
}
.review-rating .startIcon.starsm4:after,
.review-rating .startIcon.starmd4:after,
.review-rating .startIcon.starlg4:after {
  background: #73cf11;
  width: 80%;
}
.review-rating .startIcon.starsm4-5:after,
.review-rating .startIcon.starmd4-5:after,
.review-rating .startIcon.starlg4-5:after {
  background: #00b67a;
  width: 90%;
}
.review-rating .startIcon.starsm5:after,
.review-rating .startIcon.starmd5:after,
.review-rating .startIcon.starlg5:after {
  width: 100%;
  background: #00b67a;
}
.review-rating span {
  font-size: 14px;
  line-height: 22px;
}
.review-rating .ratings {
  color: #219653;
}
/* Review star css end */
/* Common product media left bar section css start */
.product-media-content.popup-prod-img {
  position: fixed;
  z-index: 9999999;
  background: #FFFFFF;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.product-media-content.popup-prod-img .close {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 16px;
  display: block;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #666666;
  padding: 7px 10px 5px;
  border-radius: 5px;
}
.product-media-content.popup-prod-img .fda-img {
  left: 210% !important;
  position: relative !important;
  top: 51% !important;
}
.product-media-content .product-media-inner-content {
  width: 100%;
}
.product-media-content .product-media-inner-content .slick-list {
  height: auto !important;
}
.product-media-content .product-media-inner-content .slick-track {
  margin: auto;
  transform: none;
}
.product-media-content .product-media-inner-content .product-media {
  cursor: pointer;
}
.product-media-content .product-media-inner-content .product-media .product-media-img {
  margin: auto;
}
.product-media-content .product-media-inner-content .product-media .product-media-img img {
  margin: 0 auto;
  min-height: 310px;
}
.product-media-content .slick-dots {
  position: unset;
  padding: 0;
  cursor: pointer;
}
.product-media-content .slick-dots li {
  width: 32px;
  height: 32px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 2px;
  margin: auto;
  margin-left: 8px;
}
.product-media-content .slick-dots li.slick-active button::before {
  width: 100%;
}
.product-media-review {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #00B67A;
}
.product-media-review .review-rating {
  font-weight: 700;
  font-size: 16px;
  gap: 6px;
}
.product-media-review .total-review {
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .product-media-review .product-media-inner-content .product-media {
    cursor: pointer;
  }
}
/* Common product media left bar section css end */
/* Common produt details css start */
.choice-box .ProdBx {
  flex-direction: column;
  gap: 20px;
}
.choice-box .ProdBx .prod-media-details {
  width: 100%;
}
.prod-details-wrapper {
  background: #F3F5F7;
}
.prod-details-wrapper .page-heading {
  padding-top: 0px;
}
.ProdBx {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 24px;
  align-items: center;
  padding: 32px 16px;
}
.ProdBx .prod-media-details {
  flex: 1;
  width: 100%;
  max-width: 400px;
  margin-top: 16px;
}
.ProdBx .product-name {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}
.ProdBx .product-name .dosage-popup {
  font-size: 10px;
  line-height: 15px;
  min-width: 54px;
  display: flex;
  flex-direction: column;
  text-align: right;
  cursor: pointer;
}
.ProdBx .product-name .dosage-popup .icn-information:before {
  font-size: 16px;
}
.ProdBx .product-name h3::after {
  display: none;
}
.ProdBx .prodMainBox {
  width: 100%;
  margin-top: 20px;
}
.ProdBx .prodMainBox .PagHead {
  margin-bottom: 20px;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx {
  margin-bottom: 8px;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx input[type="radio"] {
  display: none;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header__title {
  color: #0E3256;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header__title.price-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header__title.price-box .price-info {
  display: flex;
  flex-direction: column;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header__title.price-box .price-values {
  display: flex;
  flex-direction: column;
  text-align: end;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header__title.price-box .title,
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header__title.price-box .amount {
  font-size: 16px;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header__title.price-box .subtitle,
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header__title.price-box .sub-amount {
  font-size: 12px;
  color: #59697D;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header {
  border: 1px solid #DADADA;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header.multiStrength::after {
  content: "\e90e";
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header.multiStrength.openDropdown {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .dropp-header.multiStrength.openDropdown::after {
  content: "\e914";
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn {
  display: none;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn.drop-open {
  display: block;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 100%;
  background-color: #E7EAEE;
  width: 100%;
  z-index: 2;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn > div {
  padding: 0;
  max-width: 100%;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn > div .drop-open {
  width: 100%;
  padding: 16px;
  cursor: pointer;
  border-bottom: 1px solid #DADADA;
  padding-right: 32px;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn > div .drop-open span {
  color: #0E3256;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn > div .drop-open.active,
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn > div .drop-open:hover {
  background-color: #0E3256;
  border: 1px solid #DADADA;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn > div .drop-open.active span,
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .DosgBx .attrEntWrapper .BxIn > div .drop-open:hover span {
  color: #FFFFFF !important;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .prod-express-checkout .itemPriceCont {
  padding: 8px 0px 32px 0px;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .prod-express-checkout .itemPriceCont .selectedItemPrice {
  font-size: 18px;
  font-weight: 700;
  color: #0E3256;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .prod-express-checkout .itemPriceCont .selectedItemDelTimeTxt {
  font-size: 14px;
  color: #59697D;
}
.ProdBx .prodMainBox .AvlTrtRbx .OdrBx .prod-express-checkout .PriceBx .btn {
  min-width: 100%;
  color: #FFFFFF;
}
.ProdBx .ProlBx {
  max-width: 350px;
  width: 100%;
}
.ProdBx .ProlBx .ProImgBx .fda-img {
  position: absolute;
  left: 85%;
  z-index: 1;
  top: -15px;
  width: 50px;
}
.ProdBx .ProlBx .Review {
  margin-bottom: 20px;
}
.ProdBx .ProlBx .Review .prod_review {
  text-align: center;
  color: #00B67A;
}
.ProdBx .ProlBx .Review .prod_review .Rating {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  gap: 5px;
}
.ProdBx .ProlBx .Review .prod_review .PcountBx {
  font-size: 12px;
}
@media (min-width: 1028px) {
  .ProdBx {
    flex-direction: row;
    gap: 120px;
    padding: 48px 130px;
    align-items: start;
  }
  .ProdBx .prodMainBox {
    margin-top: 0px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .ProdBx .prodMainBox {
    max-width: 400px;
  }
}
.alt-treatment {
  font-size: 12px;
  float: inline-end;
  padding: 16px 8px 0 16px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.alt-treatment a {
  text-decoration: none;
}
.alt-treatment::after {
  content: "\e913";
  display: inline;
}
.alt-treatment {
  font-size: 12px;
  float: inline-end;
  padding: 16px 8px 0 16px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.alt-treatment a {
  text-decoration: none;
}
.alt-treatment::after {
  content: "\e913";
  display: inline;
}
.prod-faq {
  background-color: unset;
  padding-top: 48px;
  padding-bottom: 24px;
}
.prod-faq .que-ans-wrapper .que-ans {
  border-bottom: 2px solid #E7EAEE;
  padding: 0;
  margin-bottom: 8px;
  background: unset;
}
.prod-faq .que-ans-wrapper .que-ans .question {
  padding: 12px 0px;
}
.prod-faq .que-ans-wrapper .que-ans .question::after {
  color: #0E3256;
}
.prod-faq .que-ans-wrapper .que-ans .answer {
  padding-bottom: 8px;
}
.prod-faq .que-ans-wrapper .que-ans .answer ul {
  padding: 0 0 0 21px;
}
.prod-faq .que-ans-wrapper .que-ans .answer ul.check-list {
  list-style: none;
  padding: 0px;
}
.prod-faq .que-ans-wrapper .que-ans .answer ul.check-list li {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
}
.prod-faq .que-ans-wrapper .que-ans .answer ul.check-list li::before {
  content: "\e951";
}
.outofstock .alert {
  margin-bottom: 8px;
}
.Mail_Box .form-group {
  margin-bottom: 32px;
}
.Mail_Box .btn {
  width: 100%;
}
/* Common produt details css end */
/* Dosage popup css start */
.dosageInfoPopUp .modal-content {
  padding: 16px;
}
.dosageInfoPopUp .modal-content .dosageInfoclose {
  top: 16px;
  right: 16px;
}
.dosageInfoPopUp .modal-content .dosageInfoclose + .title {
  margin-top: 24px;
}
.dosageInfoPopUp .modal-content p.title {
  margin-bottom: 0;
}
.dosageInfoPopUp .modal-content p.title + p,
.dosageInfoPopUp .modal-content p.title + ul {
  margin-top: 0;
}
/* Dosage popup css end */
/* How to us css start */
.how-to-use {
  background-color: #F8F8F8;
}
.how-to-use .btn {
  margin: 60px auto;
  margin-bottom: 0px;
  width: fit-content;
  text-align: center;
  display: block;
}
.how-to-use .how-to-use-content .slick-track {
  display: flex;
  gap: 20px;
}
.how-to-use .how-to-use-content .how-to-use-card {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  background-color: #FFFFFF;
  padding: 20px 10px 40px 10px;
  border-radius: 16px;
  width: 300px;
  height: auto;
}
.how-to-use .how-to-use-content .how-to-use-card .how-to-use-img {
  margin: 0 auto;
}
.how-to-use .how-to-use-content .how-to-use-card .how-to-use-img img {
  border-radius: 50%;
}
.how-to-use .how-to-use-content .how-to-use-card .how-to-use-info .how-to-use-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
}
.how-to-use .how-to-use-content .how-to-use-card .how-to-use-info .how-to-use-desc {
  margin-bottom: 16px;
  margin-top: 0px;
}
.how-to-use ul {
  list-style-type: disc;
}
@media only screen and (min-width: 1200px) {
  .how-to-use .how-to-use-content .how-to-use-card {
    width: 385px;
    padding: 20px 50px 40px 50px;
  }
}
.how-to-use + .calltoaction {
  margin-top: -20px;
}
@media only screen and (max-width: 991px) {
  .how-to-use {
    padding-bottom: 136px;
  }
  .how-to-use .slick-dots {
    bottom: -72px;
  }
  .how-to-use + .calltoaction {
    margin-top: -52px;
  }
}
.calltoaction {
  background-color: #F8F8F8;
  padding: 0 0 80px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
/* How to us css end */
/* Key fact section css start */
.key-facts {
  background: #F3F5F7;
  padding-bottom: 80px;
}
.key-facts .section-heading img {
  display: none;
}
.key-facts .key-facts-details .key-facts-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
  padding-left: 0;
}
.key-facts .key-facts-details .key-facts-list .fact-item {
  display: flex;
  column-gap: 16px;
  background: #FFFFFF;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.key-facts .key-facts-details .key-facts-list .fact-item .icon {
  width: 32px;
  height: 32px;
  padding: 3px;
}
.key-facts .key-facts-details .key-facts-list .fact-item .icon:before {
  font-size: 26px;
  color: #59697D;
}
.key-facts .key-facts-details .key-facts-list .fact-item .fact-content p {
  margin: 0;
}
.key-facts .key-facts-details .key-facts-list .fact-item .fact-content .fact-title {
  font-size: 12px;
  line-height: 18px;
}
.key-facts .key-facts-details .key-facts-list .fact-item .fact-content .fact-desc {
  color: #0E3256;
}
.key-facts .key-facts-details .key-facts-note {
  font-size: 10px;
  line-height: 15px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .key-facts {
    padding-top: 80px;
  }
  .key-facts .section-heading {
    flex: 0 0 40%;
    text-align: left;
  }
  .key-facts .section-heading img {
    display: block;
    margin-top: 40px;
  }
  .key-facts > .container {
    display: flex;
    gap: 40px;
  }
  .key-facts .key-facts-details {
    flex: 1;
  }
  .key-facts .key-facts-details .key-facts-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
    padding-left: 0;
  }
  .key-facts .key-facts-details .key-facts-list .fact-item {
    flex-direction: row;
    padding: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .key-facts > .container {
    padding: 0 80px;
    gap: 80px;
  }
  .key-facts .section-heading {
    padding-top: 160px;
    max-width: 428px;
  }
}
/* Key fact section css end */
/* Grouped faq section css start */
.faq-group-wrapper .faq-group-title {
  margin: 48px 0 16px;
}
.faq-group-wrapper .que-ans-wrapper .que-ans {
  border-bottom: 1px solid #dddd;
  border-radius: 0;
  padding: 12px 0;
  margin-bottom: 8px;
}
.faq-group-wrapper .que-ans-wrapper:last-child {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .faq-group-wrapper > .container {
    max-width: 548px;
  }
}
/* Grouped faq section css end */
/* review-section section css start */
.review-section {
  padding: 16px 0px;
}
.review-section p {
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}
/* review-section section css end */
/* Trustpilot review section css start */
.trustpilot-section {
  background-color: #567089;
  padding: 40px 0 120px;
}
.trustpilot-section .section-heading h2,
.trustpilot-section .section-heading h3 {
  color: #FFFFFF;
}
.trustpilot-section .tp-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.trustpilot-section .tp-main .tp-hero img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
.trustpilot-section .tp-main .tp-hero .tp-hero-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  padding: 8px 16px 16px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.trustpilot-section .tp-main .tp-hero .tp-hero-caption .review-type {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
.trustpilot-section .tp-main .tp-hero .tp-hero-caption .review-rating {
  column-gap: 6px;
}
.trustpilot-section .tp-main .tp-hero .tp-hero-caption .tp-review-count {
  text-align: center;
  margin: 0;
}
.trustpilot-section .tp-main .tp-reviews {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.trustpilot-section .tp-main .tp-reviews .tp-card {
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 8px;
}
.trustpilot-section .tp-main .tp-reviews .tp-card .tp-card-header {
  display: flex;
  justify-content: space-between;
}
.trustpilot-section .tp-main .tp-reviews .tp-card .tp-card-header .review-rating {
  column-gap: 16px;
}
.trustpilot-section .tp-main .tp-reviews .tp-card .tp-card-header .review-rating .verified {
  padding-left: 24px;
  color: #858585;
}
.trustpilot-section .tp-main .tp-reviews .tp-card .tp-card-header .review-rating .verified::before {
  content: "\e952";
  position: absolute;
  left: 2px;
  font-size: 16px;
  color: #858585;
}
.trustpilot-section .tp-main .tp-reviews .tp-card .tp-card-header .review-rating .datetime {
  font-size: 14px;
  line-height: 22px;
  color: #59697D;
}
.trustpilot-section .tp-main .tp-reviews .tp-card .review-by {
  margin: 8px 0 16px;
}
.trustpilot-section .tp-main .tp-reviews .tp-card .review-type {
  margin: 0 0 8px;
  font-weight: 600;
}
.trustpilot-section .tp-main .tp-reviews .tp-card .review-message {
  margin: 0;
}
.trustpilot-section .tp-main .tp-reviews .see-all-reviews {
  text-align: center;
}
.trustpilot-section .tp-main .tp-reviews .see-all-reviews .load-more-reviews {
  text-decoration: underline;
  margin: 0;
  color: #FFFFFF;
  cursor: pointer;
}
.trustpilot-section .tp-footer {
  text-align: center;
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .trustpilot-section .tp-main {
    flex-direction: row;
  }
  .trustpilot-section .tp-main > div {
    width: 50%;
  }
}
/* Trustpilot review section css end */
/* Treatment option selection section css end */
.treatment-options {
  background-color: #F3F5F7;
  padding: 32px 0 80px;
}
.treatment-options .treatment-options-list {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.treatment-options .treatment-options-list .choice-box {
  transition: transform 0.75s ease, background 0.75s ease;
}
.treatment-options .treatment-options-list .choice-box:not(.active) {
  transform: translateY(0);
}
.treatment-options .treatment-options-list .choice-box .option-panel {
  display: flex;
  align-items: stretch;
  gap: 8px;
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  transition: all 0.3s ease;
}
.treatment-options .treatment-options-list .choice-box .option-panel::before {
  content: "\e947";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 24px;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-radio {
  position: absolute;
  opacity: 0;
  left: 0;
  cursor: pointer;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(22, 22, 22, 0.08);
  background: #FFFFFF;
  position: static;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-header {
  position: static;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-header label {
  position: static;
  background-color: #567089;
  color: #FFFFFF;
  padding: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-header label::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-body {
  padding: 12px;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-body .prod-data {
  z-index: 1;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-body .option-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-body .option-panel-header .option-panel-title {
  font-size: 16px;
  color: #59697D;
  font-weight: 600;
  line-height: 24px;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-body .option-panel-header .option-panel-price {
  font-size: 16px;
  font-weight: 700;
  color: #59697D;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-body .option-panel-header .option-panel-price span {
  font-size: 10px;
  padding-right: 4px;
  font-weight: 400;
  vertical-align: bottom;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-body .option-panel-points {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}
.treatment-options .treatment-options-list .choice-box .option-panel .option-panel-card .option-panel-card-body .option-panel-points li {
  margin-bottom: 2px;
}
.treatment-options .treatment-options-list .choice-box.active .option-panel,
.treatment-options .treatment-options-list .choice-box.inactive-choice .option-panel {
  padding-left: 0;
}
.treatment-options .treatment-options-list .choice-box.active .option-panel::before,
.treatment-options .treatment-options-list .choice-box.inactive-choice .option-panel::before {
  display: none;
}
.treatment-options .treatment-options-list .choice-box.active {
  order: 1;
}
.treatment-options .treatment-options-list .choice-box.active .option-panel:before {
  content: "\e948";
}
.treatment-options .treatment-options-list .choice-box.active .option-panel .option-panel-card {
  background-color: transparent;
  box-shadow: unset;
}
.treatment-options .treatment-options-list .choice-box.active .option-panel .option-panel-card .option-panel-card-header label {
  background-color: #567089 !important;
  border-radius: 8px;
}
.treatment-options .treatment-options-list .choice-box.active .option-panel .option-panel-card .option-panel-card-body {
  display: block !important;
  background-color: #FFFFFF;
  margin-top: 8px;
  border-radius: 8px;
  padding: 16px;
}
.treatment-options .treatment-options-list .choice-box.active .option-panel .option-panel-card .option-panel-card-body .prod-data {
  display: block !important;
}
.treatment-options .treatment-options-list:has(.choice-box.active) .option-panel .option-panel-card .option-panel-card-header label {
  background-color: #B7C1CC;
}
.treatment-options .treatment-options-list:has(.choice-box.active) .option-panel .option-panel-card .option-panel-card-body {
  display: none;
}
@media only screen and (min-width: 992px) {
  .treatment-options {
    padding: 120px 0 80px;
  }
  .treatment-options > .container {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .treatment-options > .container .section-heading {
    width: 50%;
    padding-top: 0;
  }
  .treatment-options > .container .treatment-options-list {
    width: 50%;
  }
}
.choice-box .prod-details-wrapper {
  background: transparent;
  padding: 30px 0 32px;
}
.choice-box .prod-details-wrapper > .Container {
  padding: 0;
}
.choice-box .prod-details-wrapper .ProdBx {
  padding: 0 8px;
  align-items: center;
}
.choice-box .prod-details-wrapper .ProdBx .prod-media-details .prodMainBox {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .choice-box .prod-details-wrapper .ProdBx {
    padding: 0 24px;
  }
}
/* Treatment option selection section css end */
/* Reviews css start */
.reviews {
  background-color: #567089;
}
.reviews .section-heading h2 {
  color: #FFFFFF;
}
.reviews .section-heading h3 {
  color: #FFFFFF;
}
.reviews .total-reviews {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
}
.reviews .total-reviews p {
  color: #FFFFFF;
  margin: 0;
}
.reviews .reviews-content .slick-track {
  display: flex;
}
.reviews .reviews-content .reviews-card {
  border-radius: 50px 50px 20px 20px;
  background: #F3F5F7;
  display: flex;
  flex-direction: column;
  margin: 0 8px;
  width: 305px !important;
}
.reviews .reviews-content .reviews-card.slick-slide {
  height: auto;
}
.reviews .reviews-content .reviews-card .reviews-story-content {
  padding: 24px 16px 40px 16px;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.reviews .reviews-content .reviews-card .reviews-story-content .review-title {
  color: #0E3256;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.reviews .reviews-content .reviews-card .reviews-story-content .review-rating {
  padding: 16px 0px;
}
.reviews .reviews-content .reviews-card .reviews-story-content .review-info {
  margin: 0;
  flex: 1;
  margin-bottom: 16px;
}
.reviews .reviews-content .reviews-card .reviews-story-content .review-name {
  font-size: 14px;
  color: #0E3256;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  margin: 0;
  margin-top: auto;
}
.reviews .reviews-content .reviews-card .reviews-story-content .review-name::after {
  content: "";
  background-color: #DADADA;
  width: 60px;
  height: 1px;
  bottom: 32px;
}
.reviews .more-reviews {
  margin-top: 48px;
}
.reviews .more-reviews a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: auto;
}
.reviews .more-reviews a:hover {
  color: #FFFFFF;
}
.reviews .more-reviews a::after {
  content: "\e912";
  display: inline;
  vertical-align: middle;
}
.reviews .more-reviews a::before {
  content: "";
  width: 167px;
  height: 1px;
  background-color: #FFFFFF;
  top: 23px;
}
@media only screen and (min-width: 768px) {
  .reviews .total-reviews {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .reviews {
    position: relative;
    overflow: visible;
  }
  .reviews .slick-list {
    overflow: visible !important;
  }
}
@media only screen and (min-width: 992px) {
  .reviews .more-reviews a {
    float: right;
  }
}
/* Reviews css end */
/* Order steps css start */
.order-steps.horizontal-order-steps .order-step-cards {
  flex-wrap: unset;
  flex-direction: row;
  overflow: scroll;
  scrollbar-width: none;
}
.order-steps.horizontal-order-steps .order-step-cards .order-step-card {
  min-width: 285px;
}
@media only screen and (min-width: 576px) {
  .order-steps.horizontal-order-steps .order-step-cards .order-step-card {
    min-width: 385px;
  }
}
.order-steps .order-step-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order-steps .order-step-cards .order-step-card .male-image,
.order-steps .order-step-cards .order-step-card .female-image,
.order-steps .order-step-cards .order-step-card .hww-female,
.order-steps .order-step-cards .order-step-card .hww-male {
  display: none;
}
.order-steps .order-step-cards .order-step-card img {
  position: relative;
  border-radius: 20px;
}
.order-steps .order-step-cards .order-step-card .order-step-card-content {
  position: absolute;
  top: 0;
  padding: 16px 16px 0 16px;
}
.order-steps .order-step-cards .order-step-card .order-step-card-content .step-label {
  color: #0E3256;
  font-weight: 700;
  line-height: 28px;
  font-size: 18px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin: 0px;
}
.order-steps .order-step-cards .order-step-card .order-step-card-content .step-label .step-no {
  background: #0E3256;
  border-radius: 18px;
  padding: 5px 10px;
  width: 35px;
  height: 35px;
  display: block;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 800;
  align-items: center;
  display: flex;
}
.order-steps .order-step-cards .order-step-card .order-step-card-content .order-step-info {
  font-size: 14px;
  color: #59697D;
  margin-top: 8px;
}
.order-steps .order-step-cards .order-step-card:last-child .step-label {
  color: #FFFFFF;
}
.order-steps .order-step-cards .order-step-card:last-child .step-label .step-no {
  background: #FFFFFF;
  color: #0E3256;
}
.order-steps .order-step-cards .order-step-card:last-child .order-step-info {
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .order-steps .order-step-cards {
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .order-steps .order-step-cards {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .order-steps .order-step-cards .order-step-card:nth-child(1),
  .order-steps .order-step-cards .order-step-card:nth-child(2) {
    flex: 0 0 calc(50% - 2px);
  }
  .order-steps .order-step-cards .order-step-card:last-child {
    width: 48%;
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .order-steps .order-step-cards {
    column-gap: 0;
    row-gap: 64px;
  }
}
.M .order-steps .order-step-cards .order-step-card .male-image,
.M .order-steps .order-step-cards .order-step-card .hww-male {
  display: block;
}
.F .order-steps .order-step-cards .order-step-card .female-image,
.F .order-steps .order-step-cards .order-step-card .hww-female {
  display: block;
}
/* Order steps css end */
/* Certification css start */
.certifications .certified-content .slick-track {
  display: flex;
}
.certifications .certified-content .certificat-card {
  border-radius: 20px;
  padding-top: 12px;
  flex: 1;
  margin: 0 10px;
  max-width: 300px;
}
.certifications .certified-content .certificat-card.slick-slide {
  height: auto;
}
.certifications .certified-content .certificat-card.certified-expert-card {
  background-color: #E7EAEE;
}
.certifications .certified-content .certificat-card.fda-card {
  background-color: #CFD6DD;
}
.certifications .certified-content .certificat-card.fda-card img {
  margin: auto;
}
.certifications .certified-content .certificat-card.legitscript-card {
  background-color: #E9E9E9;
}
.certifications .certified-content .certificat-card.legitscript-card img {
  margin: auto;
  width: 210px;
}
.certifications .certified-content .certificat-card .certificat-info {
  padding: 16px 16px 32px 16px;
}
.certifications .certified-content .certificat-card .certificat-info span {
  color: #0E3256;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.certifications .certified-content .certificat-card .certificat-info p {
  line-height: 24px;
  margin: 0;
  padding-top: 8px;
}
.certifications .certified-content .certificat-card .certificat-img {
  text-align: center;
}
@media (min-width: 1200px) {
  .certifications .certified-content .certificat-card {
    max-width: 385px;
  }
}
/* Certification css end */
/* GLP css start */
.result-proven-section.result-proven-female-section {
  background-color: #F3E0D3;
}
.result-proven-section.result-proven-male-section {
  background-color: #DDE3DE;
}
.result-proven-section .result-proven-desc {
  max-width: 700px;
}
.result-proven-section .result-proven-desc p {
  margin: 0;
}
.result-proven-section .result-proven-desc ul {
  list-style: disc;
  margin: 32px 0px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.result-proven-section .result-proven-desc ul li {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.result-proven-section .result-proven-image-box {
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: 16px 0px;
}
.result-proven-section .result-proven-image-box img {
  border-radius: 10px;
}
.result-proven-section .result-proven-image-box img.result-proven-desk {
  display: none;
}
.result-proven-section .result-proven-image-box .result-proven-overlay-content {
  position: absolute;
  top: 56px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  bottom: 0;
  justify-content: center;
  max-width: 310px;
  width: 100%;
}
.result-proven-section .result-proven-image-box .result-proven-overlay-content .overlay-content {
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.result-proven-section .result-proven-image-box .result-proven-overlay-content p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0px;
  line-height: 30px;
  margin: 0;
}
.result-proven-section .result-proven-short-info {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 2px 0px;
}
.result-proven-section .result-proven-short-info p {
  margin: 0;
  font-size: 10px;
  line-height: 14px;
}
.result-proven-section .result-proven-short-info a {
  font-size: 10px;
}
.result-proven-section .result-proven-short-info ul,
.result-proven-section .result-proven-short-info ol {
  padding: 5px 10px;
  margin: 0;
}
.result-proven-section .result-proven-short-info ul li,
.result-proven-section .result-proven-short-info ol li {
  font-size: 10px;
  line-height: 14px;
}
@media only screen and (min-width: 768px) {
  .result-proven-section .result-proven-desc ul {
    margin: 16px 0px;
  }
  .result-proven-section .result-proven-desc ul li {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
  .result-proven-section .result-proven-image-box {
    margin: 24px 0px 8px 0px;
  }
  .result-proven-section .result-proven-image-box img {
    border-radius: 10px;
  }
  .result-proven-section .result-proven-image-box img.result-proven-desk {
    display: block;
  }
  .result-proven-section .result-proven-image-box img.result-proven-mob {
    display: none;
  }
  .result-proven-section .result-proven-image-box .result-proven-overlay-content {
    max-width: 600px;
    border-radius: 16px;
    top: 0%;
    row-gap: 24px;
  }
  .result-proven-section .result-proven-image-box .result-proven-overlay-content p {
    font-size: 64px;
    padding: 16px 0px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .result-proven-section .result-proven-image-box .result-proven-overlay-content {
    max-width: 788px;
  }
  .result-proven-section .result-proven-image-box .result-proven-overlay-content p {
    line-height: 96px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .result-proven-section .result-proven-image-box .result-proven-overlay-content {
    max-width: 800px;
  }
  .result-proven-section .result-proven-image-box .result-proven-overlay-content p {
    font-size: 48px;
    line-height: 55px;
  }
}
/* GLP css end */
/* Expect journey css start */
.expect-journey-sec {
  background-color: #CFD6DD;
}
.expect-journey-sec .expect-journey .title .btn-desk {
  display: none;
}
.expect-journey-sec .expect-journey .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50px;
  background-color: #B7C1CC;
}
.expect-journey-sec .expect-journey .journey-list {
  display: flex;
  column-gap: 16px;
  overflow-x: scroll;
  padding-left: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.expect-journey-sec .expect-journey .journey-list .journey-list-details {
  background-color: #FFFFFF;
  margin-top: 90px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 0 15px #18274B24;
  min-width: 269px;
}
.expect-journey-sec .expect-journey .journey-list .journey-list-details::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: -56px;
  background-color: #567089;
  left: 40px;
}
.expect-journey-sec .expect-journey .journey-list .journey-list-details::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -40px;
  left: 32px;
  border-right: solid 25px transparent;
  border-left: solid 25px transparent;
  border-bottom: solid 45px #ffffff;
}
.expect-journey-sec .expect-journey .journey-list .journey-list-details p {
  margin: 0;
  font-weight: 600;
}
.expect-journey-sec .expect-journey .journey-list .journey-list-details ul {
  list-style-type: disc;
  padding-left: 20px;
}
.expect-journey-sec .expect-journey .btn-mob {
  text-align: center;
}
.expect-journey-sec .expect-journey .btn-mob .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .expect-journey-sec .expect-journey {
    display: flex;
    column-gap: 80px;
  }
  .expect-journey-sec .expect-journey .title {
    display: flex;
    flex-direction: column;
  }
  .expect-journey-sec .expect-journey .title .btn-desk {
    display: block;
    margin-top: 100px;
  }
  .expect-journey-sec .expect-journey .line::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 108px;
    max-height: 590px;
  }
  .expect-journey-sec .expect-journey .journey-list {
    flex-direction: column;
    row-gap: 16px;
    column-gap: unset;
    max-height: 590px;
    overflow-y: scroll;
    width: 54%;
  }
  .expect-journey-sec .expect-journey .journey-list .journey-list-details {
    margin-left: 75px;
    margin-top: 0;
    margin-right: 15px;
  }
  .expect-journey-sec .expect-journey .journey-list .journey-list-details:after {
    left: -65px;
    top: 28px;
    border-right: solid 45px #FFFFFF;
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent;
  }
  .expect-journey-sec .expect-journey .journey-list .journey-list-details::before {
    left: -62px;
    top: 37px;
  }
  .expect-journey-sec .expect-journey .btn-mob {
    display: none;
  }
}
/* Expect journey css end */
/* Best health decision css start */
.best-health-decision {
  background-color: #567089;
}
.best-health-decision .section-heading h2 {
  color: #FFFFFF;
}
.best-health-decision .section-heading h3 {
  color: #FFFFFF;
}
.best-health-decision .best-health-decision-content .slick-track {
  display: flex;
}
.best-health-decision .best-health-decision-content .best-health-decision-card {
  border-radius: 50px 50px 20px 20px;
  background: #F3F5F7;
  display: flex;
  flex-direction: column;
  margin: 0 8px;
  width: 305px !important;
}
.best-health-decision .best-health-decision-content .best-health-decision-card.slick-slide {
  height: auto;
}
.best-health-decision .best-health-decision-content .best-health-decision-card .best-health-decision-story-content {
  padding: 24px 16px 40px 16px;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.best-health-decision .best-health-decision-content .best-health-decision-card .best-health-decision-story-content .health-decision-info {
  margin: 0;
  flex: 1;
  margin-bottom: 16px;
}
.best-health-decision .best-health-decision-content .best-health-decision-card .best-health-decision-story-content .health-decision-name {
  font-size: 14px;
  color: #0E3256;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  margin: 0;
  margin-top: auto;
}
.best-health-decision .best-health-decision-content .best-health-decision-card .best-health-decision-story-content .health-decision-name::after {
  content: "";
  background-color: #DADADA;
  width: 60px;
  height: 1px;
  bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .best-health-decision {
    position: relative;
    overflow: visible;
  }
  .best-health-decision .slick-list {
    overflow: visible !important;
  }
}
/* Best health decision css end */
/* Price table css start */
.price-table-wrapper .price-table {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}
.price-table-wrapper .price-table .pt-header {
  display: flex;
  align-items: flex-end;
  column-gap: 4px;
}
.price-table-wrapper .price-table .pt-header .pt-col {
  background-color: #59697D;
  color: #FFFFFF;
  padding: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-width: 95px;
}
.price-table-wrapper .price-table .pt-header .pt-col.pt-dose {
  text-align: center;
}
.price-table-wrapper .price-table .pt-header .pt-col.active {
  background-color: #567089;
}
.price-table-wrapper .price-table .pt-header .pt-col span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.price-table-wrapper .price-table .pt-header .pt-col small {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}
.price-table-wrapper .price-table .pt-row {
  display: flex;
  column-gap: 4px;
}
.price-table-wrapper .price-table .pt-row .pt-col {
  min-width: 95px;
  background-color: #F8F8F8;
  padding: 16px 8px 24px;
  border-radius: 5px;
}
.price-table-wrapper .price-table .pt-row .pt-col.active {
  background-color: #CFD6DD;
}
.price-table-wrapper .price-table .pt-row .pt-col.pt-price {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.price-table-wrapper .price-table .pt-row .pt-col strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.016px;
  margin-bottom: 10px;
  color: #0E3256;
}
.price-table-wrapper .price-table .pt-row .pt-col strong {
  font-weight: 400;
  color: #0E3256;
}
.price-table-wrapper .price-table .popular-tag {
  display: block;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #FFFFFF;
  background-color: #EB7171;
  padding: 6.5px 4px;
  border-radius: 4px;
  white-space: nowrap;
}
.price-table-wrapper .price-table::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 992px) {
  .price-table-wrapper {
    padding-top: 80px;
  }
  .price-table-wrapper .section-heading {
    flex: 0 0 40%;
    text-align: left;
  }
  .price-table-wrapper > .container {
    display: flex;
    gap: 40px;
  }
  .price-table-wrapper .price-table {
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .price-table-wrapper > .container {
    padding: 0 80px;
    gap: 80px;
  }
  .price-table-wrapper .section-heading {
    padding-top: 160px;
    max-width: 428px;
  }
}
.pt-row:has(.popular-tag) .pt-col:not(:has(.popular-tag)) {
  padding-top: 44px !important;
}
/* Price table css end */
/* Category list css start */
.category-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 160px;
}
.category-list .category-item-wrapper {
  max-width: 580px;
  margin: auto;
}
.category-list .category-item-wrapper .category-blogs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.category-list .category-item-wrapper .category-blogs .category-blog {
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}
.category-list .category-item-wrapper .category-blogs .category-blog .cat-img {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}
.category-list .category-item-wrapper .category-blogs .category-blog .cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.category-list .category-item-wrapper .category-blogs .category-blog .cat-title {
  flex: 1;
  position: relative;
  padding: 12px;
  position: static;
}
.category-list .category-item-wrapper .category-blogs .category-blog .cat-title a {
  font-size: 20px;
  font-weight: 600;
  color: #0E3256;
  text-decoration: none;
  position: static;
}
.category-list .category-item-wrapper .category-blogs .category-blog .cat-title a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.category-list .category-item-wrapper .category-blogs .category-blog .cat-title a span::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 2px;
  transform: translateY(1px);
  background-color: #EB7171;
  border-radius: 50%;
}
.category-list .category-item-wrapper .category-blogs .category-blog .cat-title::after {
  content: "\e913";
  display: inline;
  position: absolute;
  right: 12px;
  font-size: 24px;
  color: #0E3256;
}
@media only screen and (min-width: 992px) {
  .category-list {
    padding-bottom: 190px;
  }
}
/* Category list css end */
/* ================ Responsive component start ================ */
.custom-frame {
  border-radius: 12px;
  overflow: hidden;
  margin: 32px auto;
  border: 1px solid #F3F5F7;
}
.custom-frame .frame-body {
  padding: 24px 8px 34px;
  background-color: #F3F5F7;
}
.custom-frame .frame-body.infographic-icon::before {
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  z-index: 1;
  width: 40px;
  height: 40px;
  right: 8px;
  bottom: 8px;
}
.custom-frame .frame-body img {
  display: block;
  margin: 0 auto !important;
  padding-bottom: 16px;
}
.custom-frame .frame-body .block-table {
  border-width: 0;
}
.custom-frame .p0 {
  padding: 0;
}
.custom-frame .bt0 .block-table {
  border-top: 0 none;
}
.custom-frame .plr0 {
  padding-left: 0;
  padding-right: 0;
}
.custom-frame.center {
  max-width: 620px;
}
.custom-frame .icon-wrap {
  width: 75px;
  height: 75px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.custom-frame .icon-wrap img {
  max-width: 100%;
  min-width: auto;
}
@media only screen and (min-width: 768px) {
  .custom-frame .icon-wrap {
    width: 100px;
    height: 100px;
  }
  .custom-frame .frame-title + .frame-body .block-table.col .block-item:nth-child(-n + 2) {
    border-top: 0 none;
  }
}
.frame-title {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
  background-color: #CFD6DD;
  color: #0E3256;
  padding: 12px 16px;
}
.bullet-points {
  padding-left: 0;
  list-style-type: none !important;
}
.bullet-points li {
  padding: 0 0 0 20px;
  list-style: none !important;
}
.bullet-points li::marker {
  display: none;
}
.bullet-points li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: none;
  background-color: #EB7171;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}
.steps-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #F3F5F7;
  margin: 16px auto;
}
.steps-table caption {
  background: #CFD6DD;
  color: #0E3256;
  text-align: center;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}
.steps-table tbody {
  background-color: #F3F5F7;
}
.steps-table td {
  padding: 10px;
  display: block;
}
.steps-table td:first-child {
  border-bottom: 0 none;
}
.steps-table td p strong {
  color: #0E3256;
  font-weight: 600;
}
.steps-table td > p:first-child {
  margin-top: 0px;
}
.steps-table img {
  display: block;
  margin: 10px auto 0;
  border-radius: 6px;
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid #E7EAEE;
}
@media only screen and (min-width: 576px) {
  .steps-table img {
    margin-top: 0;
  }
  .steps-table tr:first-child td {
    border-top: 0 none;
  }
  .steps-table td {
    display: table-cell;
  }
  .steps-table td > p:first-child {
    margin-top: 10px;
  }
  .steps-table td > ul {
    margin: 10px 0;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .steps-table td {
    width: 100%;
  }
  .steps-table tr:last-child td:last-child {
    border-bottom: 0 none;
  }
}
.symptoms-table {
  width: 100%;
  text-align: center;
}
.symptoms-table .symptoms-list {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  margin-top: 30px;
}
.symptoms-table .symptoms-list > div {
  flex-basis: calc(50% - 5px);
}
@media only screen and (min-width: 768px) {
  .symptoms-table .symptoms-list {
    display: flex;
  }
  .symptoms-table .symptoms-list > div {
    flex-basis: calc(25% - 10px);
  }
}
.v-align-middle th,
.v-align-middle td {
  vertical-align: middle;
}
.v-align-top th,
.v-align-top td {
  vertical-align: top;
}
.table-comparison.box-shadow {
  border: none;
}
.table-comparison.box-shadow .common-table.roundedCorners table th.sticky.box-shadow::after,
.table-comparison.box-shadow .common-table.roundedCorners table td.sticky.box-shadow::after {
  box-shadow: 7px 0 10px 0 rgba(0, 0, 0, 0.2);
}
.table-comparison .common-table.roundedCorners {
  overflow: auto;
}
.table-comparison .common-table.roundedCorners table th {
  /*background: @PRCLR20 !important;color: @DEFAULT;*/
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.table-comparison .common-table.roundedCorners table th > span a {
  color: #59697D;
}
.table-comparison .common-table.roundedCorners table th,
.table-comparison .common-table.roundedCorners table td {
  /*border-bottom: 1px solid @GRYCLR6;border-right: 1px solid @GRYCLR6;border-width: 0 1px 1px 0;*/
}
.table-comparison .common-table.roundedCorners table th.sticky.box-shadow::after,
.table-comparison .common-table.roundedCorners table td.sticky.box-shadow::after {
  box-shadow: 1px 0 0px 0 #848D99;
}
.table-comparison .common-table.roundedCorners table .sub-title {
  text-align: left;
  background-color: #FFFFFF;
  padding-left: 0;
}
.table-comparison .common-table.roundedCorners table .sub-title .sticky {
  position: sticky;
  left: 0;
  padding-left: 10px;
}
.common-table {
  width: 100%;
  margin: 16px 0;
}
.common-table caption {
  background: #CFD6DD;
  color: #59697D;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #848D99;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  line-height: 26px;
}
.common-table th,
.common-table td {
  border: 1px solid #848D99;
  padding: 12px 10px;
  vertical-align: top;
}
.common-table th {
  background: #59697D;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.common-table th.f18 {
  font-size: 18px;
}
.common-table td {
  word-break: normal;
  background-color: #F3F5F7;
  color: #0E3256;
}
.common-table td img {
  display: block;
  margin: 0 auto;
}
.common-table p {
  padding: 0 !important;
}
.common-table p + p {
  padding-top: 16px !important;
}
.common-table.icon-table {
  border: 0 none;
}
.common-table.icon-table td {
  border: 0 none;
  padding: 20px 10px;
}
.common-table.icon-table td img + p {
  margin: 0;
}
.common-table.icon-table td p:only-child {
  margin: 0;
}
.common-table.roundedCorners {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}
.common-table.roundedCorners th,
.common-table.roundedCorners td {
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-width: 0 1px 1px 0;
}
.common-table.roundedCorners th a {
  color: #FFFFFF;
}
.common-table.roundedCorners tr > td:last-child,
.common-table.roundedCorners tr th:last-child {
  border-right: none;
}
.common-table.roundedCorners tr:last-child > td {
  border-bottom: none;
}
.common-table.infographics {
  max-width: 620px;
  margin: 30px auto;
}
.common-table .bullet-points {
  padding-left: 16px !important;
}
@media only screen and (min-width: 768px) {
  .common-table caption {
    font-size: 18px;
  }
}
.tableWrapper {
  overflow-x: auto;
}
.tableWrapper .scroll-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
  font-size: 14px;
  width: 40px;
  height: 40px;
  background: #EB7171;
  color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.tableWrapper .scroll-button.left-scroll {
  position: absolute;
  display: none;
}
.tableWrapper .scroll-button.left-scroll:before {
  content: "\e912";
  transform: scale(1) rotate(181deg);
}
.tableWrapper .scroll-button.right-scroll {
  position: absolute;
  right: 0;
}
.tableWrapper .scroll-button.right-scroll:before {
  content: "\e912";
}
.img-custom {
  border: 1px solid #E7EAEE;
  border-radius: 4px;
}
.block-heading {
  background: #CFD6DD;
  color: #59697D;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #848D99;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block-heading {
    font-size: 18px;
  }
}
.block-table {
  border: 1px solid #848D99;
  display: flex;
  flex-direction: column;
}
.block-table .block-item {
  display: flex;
  padding: 10px 0;
}
.block-table .block-item:last-child {
  border-bottom: 0 none;
}
.block-table .block-item .block-img {
  flex-basis: 95px;
  padding: 10px;
  align-self: center;
}
.block-table .block-item .block-content {
  flex: 1;
  align-content: center;
  padding: 10px;
}
.block-table .block-item .block-content p:first-child {
  margin: 0;
}
.block-table.top-bottom .block-item {
  flex-direction: column;
  text-align: center;
}
.block-table.top-bottom .block-item .block-content {
  border-left: 0 none;
}
.block-table.top-bottom .block-item .block-content p {
  padding-top: 0;
  color: #0E3256;
}
.block-table.top-bottom .block-item .block-content p strong {
  display: block;
}
.block-table.full-img .block-item .block-img {
  margin: 0 auto;
}
.block-table.col {
  flex-direction: row;
  flex-wrap: wrap;
}
.block-table.col .block-item {
  flex-basis: 50%;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-style: solid;
  /*border-width: 0px 1px 0 0;border-color:@GRYCLR6;*/
  padding: 10px;
}
.block-table.col .block-item:nth-child(2n+2) {
  border-right: none;
}
.block-table.col .block-item:nth-child(-n+2) {
  border-bottom: 1px solid #848D99;
}
.block-table.col .block-item p {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block-table.col .block-item {
    flex-basis: 25%;
  }
  .block-table.col .block-item:nth-child(-n+2) {
    border-bottom: 0 none;
  }
}
@media only screen and (min-width: 576px) {
  .block-table {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .block-table .block-item {
    flex-direction: column;
    flex-basis: 50%;
    text-align: center;
    /*border-left: 1px solid @GRYCLR6;border-bottom: 1px solid @GRYCLR6;*/
    align-items: center;
  }
  .block-table .block-item .block-content {
    /*border-left: 0 none;*/
    align-content: flex-start;
  }
  .block-table.col {
    border-top: none;
  }
}
@media only screen and (min-width: 768px) {
  .block-table .block-item {
    flex-basis: 33.33%;
  }
  .block-table .block-item:nth-last-child(3) {
    border-bottom: 0 none;
  }
  .block-table .block-item:nth-child(3n+1) {
    border-left: 0 none;
  }
  .block-table.two-col .block-item {
    flex-basis: 50%;
  }
  .block-table.two-col .block-item:nth-child(2n+1) {
    border-left: 0 none;
  }
  .block-table.two-col .block-item:nth-last-child(2) {
    border-bottom: 0 none;
  }
}
.parent-tbl {
  display: flex;
  flex-direction: column;
}
.parent-tbl .wrap-ptbl {
  flex: 1;
  display: flex;
}
.parent-tbl .wrap-ptbl + .wrap-ptbl {
  margin-top: 20px;
}
@media only screen and (min-width: 736px) {
  .parent-tbl {
    flex-direction: row;
  }
  .parent-tbl .wrap-ptbl:first-child .roundedCorners {
    border-top-right-radius: 0;
  }
  .parent-tbl .wrap-ptbl:last-child .roundedCorners {
    border-top-left-radius: 0;
  }
  .parent-tbl .wrap-ptbl + .wrap-ptbl {
    margin-top: 0px;
  }
  .parent-tbl .wrap-ptbl + .wrap-ptbl .common-table {
    border-left: 0 none;
  }
}
.tbl-prodname {
  font-weight: 600;
  width: 100%;
  display: block;
  margin-top: 10px;
  color: #0E3256;
}
.wrap-allprod {
  margin-top: 32px;
}
.wrap-allprod .common-table tr td img {
  background-color: #FFFFFF;
  border: 1px solid #E7EAEE;
  border-radius: 4px;
  max-width: 150px;
}
.wrap-allprod .common-table tr td p {
  padding-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .wrap-allprod .common-table tr td img {
    margin: 10px auto!important;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-allprod table.common-table tr th:first-child {
    display: none;
  }
  .wrap-allprod table.common-table tr td {
    border: 0 none;
    display: block;
    width: 100%;
  }
  .wrap-allprod table.common-table tr td img {
    margin-left: 0;
    max-width: 100px;
  }
  .wrap-allprod table.common-table tr:last-child td:last-child {
    border-bottom: 0 none;
  }
}
.facts {
  background-color: #F3F5F7;
  border-left: 4px solid #59697D;
  padding: 10px 10px 10px 15px;
}
.facts p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  margin: 0;
}
.info-panel {
  background-color: #F3F5F7;
  padding: 20px 15px;
  border-radius: 10px;
  margin: 20px 0;
}
.info-panel ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 10px;
}
.info-panel ul li {
  flex-basis: calc(50% - 5px);
  margin: 0;
}
.info-panel p {
  margin: 0;
}
.info-panel p + p {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .info-panel ul li {
    flex-basis: calc(33% - 5px);
  }
}
.info-panel-v2 {
  background-color: #FFFFFF;
}
.info-panel-v2 ul li {
  flex-basis: 100%;
}
.ul-dot-v2 {
  margin-top: 8px;
  padding-left: 0;
}
.ul-dot-v2 li {
  padding-left: 24px;
}
.ul-dot-v2 li:before {
  position: absolute;
  top: 9px;
  left: 8px;
  background: #59697D;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
}
.TableBBG {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E6E6E6;
  margin: 20px 0;
}
.TableBBG thead th:only-child {
  text-align: center;
}
.TableBBG tr,
.TableBBG td,
.TableBBG th,
.TableBBG thead,
.TableBBG tbody {
  position: static;
}
.TableBBG thead th {
  background: #0E3256;
  padding: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  text-align: left;
  font-size: 16px;
}
.TableBBG tbody th {
  text-align: center;
}
.TableBBG td.TableBBG {
  padding: 0;
}
.TableBBG td,
.TableBBG th {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-collapse: collapse;
}
.TableBBG td:first-child,
.TableBBG th:first-child {
  border-left: none;
}
.TableBBG td.grn,
.TableBBG th.grn {
  background: #0E3256;
  color: #FFFFFF;
}
.TableBBG td.grn strong,
.TableBBG th.grn strong {
  color: #FFFFFF;
}
.TableBBG td a,
.TableBBG th a {
  color: #0E3256;
}
.TableBBG td table tr td,
.TableBBG th table tr td {
  padding: 10px;
}
.TableBBG .TableBBG table tr:first-child td {
  background: #0E3256;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
.overW {
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width: 480px) {
  .overW > .TableBBG {
    min-width: 500px;
  }
}
.doctor-widget {
  background-color: #F3E0D3;
  border-radius: 16px;
  padding: 32px 16px;
  box-shadow: 0 2px 4px 0 rgba(22, 22, 22, 0.1);
  margin: 24px 0;
}
.doctor-widget::after {
  position: absolute;
  content: "\e961";
  color: #EB7171;
  font-size: 25px;
  top: -5px;
  right: 24px;
}
.doctor-widget .doctor-content p {
  font-style: italic;
  padding: 0 0 24px !important;
}
.doctor-widget .doctor-details {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.doctor-widget .doctor-details img {
  border-radius: 50%;
  max-width: 56px;
  margin: 0 !important;
}
.doctor-widget .doctor-details a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
  color: #0E3256;
  text-decoration: underline;
}
.doctor-widget .doctor-details span {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #59697D;
  text-decoration: none;
}
.doctor-widget.doctor-widget-v2 {
  background-color: #DDE3DE;
}
.doctor-widget.doctor-widget-v2::after {
  color: #0E3256;
}
.box-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #F3F5F7;
  padding: 16px;
  margin: 16px 0px;
  border-radius: 10px;
}
.box-content .box-data {
  padding: 16px 16px;
  margin: 0px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.box-content .box-data .heading {
  font-size: 18px;
  line-height: 27px;
}
.box-content .box-data .colorgreen {
  color: #219653;
}
.box-content .box-data .data-compare-div {
  padding-bottom: 15px;
}
.box-content .box-data .data-compare-div p {
  padding-top: 0 !important;
  margin: 0;
}
.box-content .box-data .data-compare-div p b {
  font-weight: 600;
}
.box-content .box-data .data-compare-div:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .box-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box-content .box-data {
    flex: 0 0 calc(50% - 8px);
  }
}
.bg-gray-box {
  padding: 4px 12px;
  background-color: #CFD6DD;
  border-radius: 8px;
  line-height: 50px;
}
.bg-gray-box b {
  font-weight: 400;
}
.item-info-main {
  background-color: #F3F5F7;
  padding: 16px;
  margin: 16px 0;
  border-radius: 10px;
}
.item-info-main .item-info-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
}
.item-info-main .item-info-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-info-main .item-info-body .item-info-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  padding: 16px;
}
.item-info-main .item-info-body .item-info-box .item-info-title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}
.item-info-main .item-info-body .item-info-box p {
  margin: 0;
  padding-top: 0;
}
.item-info-main .item-info-body .item-info-box ul {
  padding-left: 12px;
}
.step-info {
  padding: 16px 16px 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-info .step-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  padding: 16px 16px 16px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.step-info .step-item .step-number {
  background: #CFD6DD;
  width: 30px;
  height: 30px;
  text-align: center;
  align-items: center;
  border-radius: 100%;
  padding: 3px;
  position: absolute;
  left: -13px;
  color: #0E3256;
}
.step-info .step-item .step-content p {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .step-info .step-item {
    flex-direction: row;
  }
  .step-info .step-item .step-img img {
    max-width: 60px;
  }
}
/* ================ Responsive component end ================ */
/* Top notification css start */
.topbar-notice {
  z-index: 9999;
  background-color: #EB7171;
  padding: 8px 0;
  text-align: left;
}
.topbar-notice p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.049px;
  color: #FFFFFF;
  margin: 0;
  padding-right: 40px;
}
.topbar-notice p a {
  color: #FFFFFF;
}
.topbar-notice p .icn-close {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.topbar-notice p .icn-close::before {
  font-size: 12px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .topbar-notice {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .topbar-notice p,
  .topbar-notice a {
    font-size: 12px;
    line-height: 14px;
  }
}
/* ====== Top marquee ====== */
.topbar-marquee {
  z-index: 9999;
  background-color: #F6FBFF;
  padding: 8px 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 6px 0;
}
.topbar-marquee .marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 25s linear infinite;
}
.topbar-marquee .marquee ul {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar-marquee .marquee ul li {
  font-size: 14px;
  color: #1b2b3a;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* Animation for marquee effect */
@keyframes scrollLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Top notification css end */
/* Navbar css start */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  height: 48px;
  background-color: #FFFFFF;
}
nav .left-nav {
  display: none;
}
nav .logo a img {
  max-width: 163px;
}
nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 24px;
}
nav ul li a,
nav ul li span {
  text-decoration: none;
  color: #0E3256;
  cursor: pointer;
}
nav ul li .menu:after {
  content: "\e90e";
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}
nav .right-nav {
  margin-left: auto;
}
nav .right-nav ul li span {
  font-size: 24px;
  vertical-align: middle;
}
nav.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 1000;
  top: 0;
  padding: 0;
  background-color: #FFFFFF;
  animation: 0.1s linear stickyhead;
  z-index: 999999;
  padding: 10px 16px;
}
@media only screen and (min-width: 768px) {
  nav {
    height: 64px;
  }
  nav .right-nav ul li span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  nav.sticky {
    box-shadow: -6px 9px 14px 0 rgba(0, 0, 0, 0.04);
  }
  nav .left-nav {
    display: block;
  }
  nav .left-nav .megamenu {
    padding-right: 24px;
  }
  nav .left-nav .megamenu::after {
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 0;
    content: "\e90e";
  }
  nav .left-nav .megamenu.opn_menu::after {
    transform: rotate(180deg);
  }
  nav .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  nav .right-nav ul li:has(.icn-menu) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  nav {
    padding: 10px 40px;
  }
  nav .left-nav {
    display: block;
  }
  nav.sticky {
    padding: 10px 40px;
  }
}
/* Key frame css start */
@keyframes stickyhead {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Key frame css end */
/* Navbar css end */
/* Modal css start */
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 32px);
}
.modal-content {
  position: relative;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-radius: 16px;
  outline: 0;
  width: 100%;
}
.modal-content .close,
.modal-content .cclose {
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
  border: 0 none;
  background: transparent;
  padding: 0;
  margin-left: auto;
  font-size: 0;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.modal-content .close:after,
.modal-content .cclose:after {
  content: "\e925";
  font-size: 20px;
  color: #0E3256;
}
@media only screen and (min-width: 768px) {
  .modal-content .close,
  .modal-content .cclose {
    top: 24px;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.65;
}
.modal-body {
  position: relative;
  padding: 16px;
}
.modal-body .popwrap .Container {
  padding: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media only screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
    min-height: calc(100vh - 60px);
  }
}
@media only screen and (min-width: 992px) {
  .modal-lg {
    width: 934px;
  }
}
/* Modal css end */
/* Login Popup start */
.modal-open nav {
  justify-content: center;
}
.modal-open nav .left-nav,
.modal-open nav .right-nav {
  display: none !important;
}
.modal-open nav .logo {
  z-index: 999999;
}
@media only screen and (min-width: 1200px) {
  .modal-open nav {
    z-index: 999999;
  }
}
body:has(#loginmpopup.in) .modal-backdrop.fade.in {
  opacity: 1;
  background: #fff;
}
.modal-dialog.modal-lg.modal-login {
  min-height: auto;
  margin-top: 48px;
}
.modal-dialog.modal-lg.modal-login .close {
  top: -36px;
}
.modal-dialog.modal-lg.modal-login .modal-body {
  padding: 0;
}
.modal-dialog.modal-lg.modal-login .section-heading {
  padding-bottom: 56px;
}
.modal-dialog.modal-lg.modal-login .justify-content-between.btn-link {
  margin: 40px 0 16px;
  width: unset;
  cursor: default;
}
.modal-dialog.modal-lg.modal-login .btn-link {
  display: block;
  text-align: center;
  margin: 40px auto 16px;
  width: fit-content;
  cursor: pointer;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .modal-dialog.modal-lg.modal-login {
    padding: 0 16px;
  }
  .modal-dialog.modal-lg.modal-login .modal-header,
  .modal-dialog.modal-lg.modal-login .modal-body {
    max-width: 430px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .modal-dialog.modal-lg.modal-login .close {
    top: -28px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-dialog.modal-lg.modal-login {
    max-width: 1180px;
    margin-top: 72px;
    padding-top: 48px;
  }
}
.account-panel.login-with-otp .otp-note {
  color: #0E3256;
  letter-spacing: 0.016px;
  margin-top: 0;
}
.account-panel.login-with-otp .otp-note .ph {
  display: block;
}
.account-panel.login-with-otp .phone-number {
  margin: 24px 0;
  color: #0E3256;
}
.account-panel.login-with-otp .phone-number:before {
  display: inline-block;
  content: "\e91a";
  vertical-align: top;
  line-height: 100%;
  font-size: 24px;
  margin-right: 8px;
  color: #848D99;
}
.account-panel.login-with-otp .btn-links {
  margin-top: 24px;
}
.account-panel.login-with-otp .btn-links.resend-otp {
  display: inline-flex;
  float: right;
  margin-bottom: 40px;
}
.account-panel.login-with-otp .otp-inputs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}
.account-panel.login-with-otp .otp-inputs input {
  width: 56px !important;
  height: 56px !important;
  border: 1px solid #DADADA !important;
  border-radius: 4px;
  text-align: center;
  font-size: 24px;
  outline: none;
  transition: border-color 0.2s;
}
.account-panel.login-with-otp .otp-inputs input:focus {
  border-color: #0E3256;
}
@media only screen and (min-width: 768px) {
  .account-panel.login-with-otp .otp-inputs {
    justify-content: flex-start;
  }
}
.divider {
  position: relative;
  text-align: center;
  margin: 16px 0;
}
.divider span {
  padding: 0 10px;
  position: relative;
  z-index: 1;
  color: #6c757d;
  font-size: 14px;
}
/* Login Popup end */
/* Menu css start */
.fixedPos nav {
  justify-content: center;
  z-index: 999999;
  background-color: #FFFFFF;
}
.fixedPos nav .left-nav,
.fixedPos nav .right-nav {
  display: none !important;
}
.fixedPos nav .logo {
  z-index: 999999;
}
.fixedPos a.clsicn {
  display: block;
  position: fixed;
  top: 16px;
  text-decoration: none;
  z-index: 999999;
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.fixedPos a.clsicn::after {
  content: "\e925";
  font-size: 20px;
  color: #0E3256;
}
.fixedPos .topbar-notice + header nav.sticky + .Menu a.clsicn {
  top: 16px;
}
.fixedPos .topbar-notice + header .Menu a.clsicn {
  top: 52px;
}
@media only screen and (min-width: 768px) {
  .fixedPos a.clsicn {
    top: 22px;
  }
  .fixedPos .topbar-notice + header nav.sticky + .Menu a.clsicn {
    top: 22px;
  }
  .fixedPos .topbar-notice + header .Menu a.clsicn {
    top: 58px;
  }
}
@media only screen and (min-width: 992px) {
  .fixedPos {
    background-color: #FFFFFF;
  }
  .fixedPos nav {
    justify-content: space-between;
  }
  .fixedPos nav .left-nav,
  .fixedPos nav .right-nav {
    display: block !important;
  }
  .fixedPos header .Menu a.clsicn {
    top: 88px;
    right: unset;
    left: 380px;
    animation: showCloseIcon 0s forwards;
    animation-delay: 0.5s;
  }
  .fixedPos .topbar-notice + header .Menu a.clsicn {
    top: 120px;
  }
  .fixedPos .topbar-notice + header nav.sticky + .Menu a.clsicn {
    top: 88px;
  }
}
@media only screen and (min-width: 992px) {
  .clsicn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;
  }
  @keyframes showCloseIcon {
    to {
      opacity: 1;
      visibility: visible;
    }
  }
}
.blackbg::before {
  background: #999999;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  opacity: 0.8;
  filter: alpha(opacity=8);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.Menu .Container {
  position: static;
}
.Menu .Desktop-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 48px);
  background: #FFFFFF;
  top: 48px;
  position: fixed;
  z-index: 99999;
  left: -100%;
  transition: all 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
}
.Menu .Desktop-menu.visible_lft {
  left: 0px;
}
.Menu .Desktop-menu > ul {
  margin: 0;
  padding: 56px 24px 80px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  transition: all 0.5s ease 0s;
}
.Menu .Desktop-menu > ul.catType .showSub {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #DADADA;
}
.Menu .Desktop-menu > ul.catType .showSub .showMenu {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #0E3256;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
}
.Menu .Desktop-menu > ul.catType .showSub .showMenu em {
  display: none;
}
.Menu .Desktop-menu > ul.catType .showSub .showMenu::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 2px;
  font-size: 20px;
  transform: translateY(1px);
  background-color: #EB7171;
  border-radius: 50%;
}
.Menu .Desktop-menu > ul.catType .showSub::after {
  content: "\e913";
  position: absolute;
  right: 0;
  color: #0E3256;
  font-size: 20px;
  cursor: pointer;
}
.Menu .Desktop-menu > ul.catType.hidden {
  transform: translateX(-100%);
}
.Menu .Desktop-menu > ul.catList .bckMain a {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #0E3256;
  text-decoration: none;
  padding-left: 24px;
}
.Menu .Desktop-menu > ul.catList .bckMain a::before {
  content: "\e911";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  color: #0E3256;
  font-size: 20px;
}
.Menu .Desktop-menu > ul.catList .bckMain a::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 2px;
  font-size: 20px;
  transform: translateY(1px);
  background-color: #EB7171;
  border-radius: 50%;
}
.Menu .Desktop-menu > ul.catList .showSubProd {
  display: flex;
  align-items: center;
}
.Menu .Desktop-menu > ul.catList .showSubProd a {
  font-size: 18px;
  line-height: 28px;
  color: #59697D;
  text-decoration: none;
  width: 100%;
  padding-left: 24px;
}
.Menu .Desktop-menu > ul.catList .showSubProd a::after {
  content: "\e913";
  position: absolute;
  right: 0;
  color: #0E3256;
  font-size: 20px;
  transform: translateY(-50%);
  top: 50%;
}
.Menu .Desktop-menu > ul.catList .showSubProd a:hover {
  font-weight: 600;
}
.Menu .Desktop-menu > ul.catList.parent {
  transform: translateX(-100%);
}
.Menu .Desktop-menu > ul.menuprod {
  transition: all 0.5s ease 0s;
}
.Menu .Desktop-menu > ul.menuprod .bckMainCat a {
  font-size: 28px;
  line-height: 32px;
  color: #0E3256;
  text-decoration: none;
  padding-left: 24px;
}
.Menu .Desktop-menu > ul.menuprod .bckMainCat a::before {
  content: "\e911";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
  color: #0E3256;
  font-size: 20px;
}
.Menu .Desktop-menu > ul.menuprod .bckMainCat a::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  margin-left: 2px;
  font-size: 20px;
  transform: translateY(1px);
  background-color: #EB7171;
  border-radius: 50%;
}
.Menu .Desktop-menu > ul.menuprod .catg_top {
  display: flex;
  align-items: center;
}
.Menu .Desktop-menu > ul.menuprod .catg_top a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #59697D;
  text-decoration: none;
  width: 100%;
  padding-left: 24px;
}
.Menu .Desktop-menu > ul.menuprod .catg_top a::after {
  content: "\e913";
  position: absolute;
  right: 0;
  color: #0E3256;
  font-size: 20px;
  transform: translateY(-50%);
  top: 50%;
}
.Menu .Desktop-menu > ul.menuprod .catg_top a:hover {
  font-weight: 600;
}
.Menu .Desktop-menu > ul.menuprod .Prod_top {
  display: flex;
  align-items: center;
}
.Menu .Desktop-menu > ul.menuprod .Prod_top a {
  font-size: 18px;
  line-height: 28px;
  color: #59697D;
  text-decoration: none;
  width: 100%;
  padding-left: 24px;
}
.Menu .Desktop-menu > ul.menuprod .Prod_top a::after {
  content: "\e913";
  position: absolute;
  right: 0;
  color: #0E3256;
  font-size: 20px;
  transform: translateY(-50%);
  top: 50%;
}
.Menu .Desktop-menu > ul.menuprod .Prod_top a:hover {
  font-weight: 600;
}
.Menu .Desktop-menu > ul.hidden {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: none;
}
.Menu .Desktop-menu .menu-bottom-bar {
  margin-top: auto;
}
.Menu .Desktop-menu .menu-bottom-bar .menu-bottom-links {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
.Menu .Desktop-menu .menu-bottom-bar .menu-bottom-links li a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 0.016px;
}
.Menu .Desktop-menu .menu-bottom-bar .menu-bottom-links li a::after {
  content: "\e90d";
  position: absolute;
  right: -20px;
  top: -2px;
}
.Menu .Desktop-menu .menu-bottom-bar .menu-searchbar {
  padding: 0 16px;
}
.Menu .Desktop-menu .menu-bottom-bar .menu-searchbar .search-input-wrapper {
  background-color: #F3F5F7;
  padding: 12px 16px 12px 48px;
  border-radius: 4px;
}
.Menu .Desktop-menu .menu-bottom-bar .menu-searchbar .search-input-wrapper::before {
  content: "\e949";
  position: absolute;
  left: 16px;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .Menu .Desktop-menu {
    width: 430px;
  }
  .Menu .Desktop-menu > ul {
    padding: 80px 44px 80px;
  }
  .Menu .Desktop-menu .menu-bottom-bar .menu-bottom-links {
    padding: 32px 36px;
  }
  .Menu .Desktop-menu .menu-bottom-bar .menu-searchbar {
    padding: 0 36px;
  }
}
.topbar-notice + header .Menu .Desktop-menu {
  top: 80px;
}
@media only screen and (min-width: 768px) {
  .topbar-notice + header .Menu .Desktop-menu {
    top: 96px;
  }
}
.topbar-notice + header nav.sticky + .Menu .Desktop-menu {
  top: 64px;
}
.fixedPos:has(.topbar-notice[style*="display: none"]) .Desktop-menu {
  top: 42px;
}
.fixedPos:has(.topbar-notice[style*="display: none"]) .Menu a.clsicn {
  top: 16px;
}
@media only screen and (min-width: 768px) {
  .fixedPos:has(.topbar-notice[style*="display: none"]) .Desktop-menu {
    top: 64px;
  }
  .fixedPos:has(.topbar-notice[style*="display: none"]) .Menu a.clsicn {
    top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .fixedPos:has(.topbar-notice[style*="display: none"]) .Menu a.clsicn {
    top: 88px;
  }
}
/* Menu css end */
/* Top search bar css start */
.search-overlay,
.search-wrapper {
  display: none;
}
.search-open {
  overflow: hidden;
}
.search-open .search-overlay,
.search-open .search-wrapper {
  display: block;
}
.search-open:has(nav.sticky) .search-overlay {
  top: 48px !important;
}
.search-open:has(nav.sticky) .search-overlay + .search-wrapper {
  top: 94px !important;
}
.search-open nav {
  justify-content: center;
  z-index: 1;
}
.search-open nav .left-nav,
.search-open nav .right-nav {
  display: none !important;
}
.search-open .topbar-notice + header + .search-overlay {
  top: 80px;
}
.search-open .topbar-notice + header + .search-overlay + .search-wrapper {
  top: 126px;
}
@media only screen and (min-width: 992px) {
  .search-open .topbar-notice + header + .search-overlay {
    top: 96px;
  }
  .search-open .topbar-notice + header + .search-overlay + .search-wrapper {
    top: 136px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-open nav {
    z-index: 999999;
  }
  .search-open .topbar-notice + header + .search-overlay + .search-wrapper {
    top: 152px;
  }
  .search-open:has(nav.sticky) .search-overlay {
    top: 64px !important;
  }
  .search-open:has(nav.sticky) .search-overlay + .search-wrapper {
    top: 120px !important;
  }
}
.search-overlay {
  position: fixed;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 999;
  top: 48px;
}
@media only screen and (min-width: 1200px) {
  .search-overlay {
    top: 64px;
  }
}
.search-wrapper {
  position: fixed;
  top: 94px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 430px;
  padding: 0 16px;
  z-index: 1000;
}
.search-wrapper .search-box {
  display: flex;
  align-items: center;
  background-color: #F3F5F7;
  border-radius: 4px;
  padding: 12px 16px 12px 48px;
}
.search-wrapper .search-box .ais-search-box {
  width: 100%;
}
.search-wrapper .search-box .search-input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
}
.search-wrapper .search-box .close-search {
  display: block;
  position: fixed;
  top: -80px;
  text-decoration: none;
  z-index: 999999;
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.search-wrapper .search-box .close-search:after {
  content: "\e925";
  font-size: 20px;
  color: #0E3256;
}
.search-wrapper .search-box:before {
  content: "\e949";
  position: absolute;
  left: 16px;
  font-size: 24px;
}
.search-wrapper .SearchPop {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.search-wrapper .SearchPop .ais--highlight {
  background: #F3F5F7;
}
.search-wrapper .SearchPop .SearchPopS {
  max-height: 450px;
  overflow-y: auto;
}
@media (max-width: 320px) {
  .search-wrapper .SearchPop .SearchPopS {
    max-height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-wrapper .SearchPop .SearchPopS {
    max-height: 500px;
  }
}
.search-wrapper .SearchPop .ais-hits--item {
  margin-bottom: 16px;
}
.search-wrapper .SearchPop .ais-hits--item a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 6px;
  padding: 8px;
  text-decoration: none;
}
.search-wrapper .SearchPop .ais-hits--item a .searchProdName {
  display: block;
  font-size: 18px;
  line-height: 28px;
}
.search-wrapper .SearchPop .ais-hits--item a .searchProdName em {
  font-style: normal;
  font-weight: 700;
}
.search-wrapper .SearchPop .ais-hits--item a .catg-src {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #858585;
}
.search-wrapper .SearchPop .ais-hits--item a .catg-src em {
  font-style: normal;
}
.search-wrapper .SearchPop .ais-hits--item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .search-wrapper {
    top: 120px;
  }
  .search-wrapper .search-box .close-search {
    top: 12px;
    right: -24px;
  }
}
/* Top search bar css end */
/* Header contact info section css start */
.header-contact-info {
  visibility: hidden;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(22, 22, 22, 0.1);
  margin-top: 18px;
  padding: 56px 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header-contact-info .info-heading {
  margin: 0 0 24px;
  color: #0E3256;
}
.header-contact-info .cs-time {
  margin: 24px 0 0;
  color: #59697D;
}
.header-contact-info ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 0;
}
.header-contact-info ul li span {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #59697D;
}
.header-contact-info ul li span::before {
  color: #0E3256;
}
.header-contact-info a {
  text-decoration: none;
}
.header-contact-info .icon {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.header-contact-info .icon::before {
  background-color: #E7EAEE;
  display: block;
  padding: 6px;
  border-radius: 6px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-contact-info .icon-chat {
  align-items: center;
  cursor: pointer;
}
.header-contact-info .icon-chat::before {
  content: "\e91b";
}
.header-contact-info .icon-call {
  align-items: center;
}
.header-contact-info .icon-call::before {
  content: "\e91a";
}
.header-contact-info .icon-mail {
  align-items: center;
}
.header-contact-info .icon-mail::before {
  content: "\e928";
}
@media only screen and (min-width: 768px) {
  .header-contact-info {
    width: 430px;
    padding: 56px 32px;
  }
  .header-contact-info .info-heading {
    margin-bottom: 16px;
  }
  .header-contact-info .cs-time {
    margin-top: 16px;
  }
}
.open-sidebar {
  margin-left: auto;
  position: static;
}
.open-sidebar .icn-information::before {
  content: "\e925";
}
.open-sidebar .header-contact-info {
  visibility: visible;
}
.open-sidebar ul {
  position: static;
}
.open-sidebar ul li {
  position: static;
}
/* Header contact info section css start */
.Login-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.Login-content > div {
  flex-grow: 1;
}
.Login-content > .topbar-notice {
  flex-grow: unset;
}
.Login-content .checkout-wrapper {
  max-width: 480px;
  margin: auto;
}
.Login-content .checkout-footer {
  padding: 24px 16px;
  text-align: center;
}
/*@import "fonts";*/
*:before,
*:after {
  font-weight: 400;
}
[class*="icn-"] {
  width: 100%;
  display: inline-block;
  position: relative;
}
.icn-inj:before {
  content: "\e963";
  color: #0e3256;
}
.icn-discount:before {
  content: "\e962";
  color: #fff;
}
.icn-quotes-v2:before {
  content: "\e961";
  color: #eb7171;
}
.icn-loader:before {
  content: "\e960";
  color: #0e3256;
}
.icn-group-user:before {
  content: "\e95a";
}
.icn-online-process:before {
  content: "\e95b";
}
.icn-fda:before {
  content: "\e95c";
}
.icn-dollar-v2:before {
  content: "\e95d";
}
.icn-package-v2:before {
  content: "\e95e";
}
.icn-care:before {
  content: "\e95f";
}
.icn-star-only:before {
  content: "\e957";
  color: #fff;
}
.icn-star-only-v2:before {
  content: "\e958";
  color: #fff;
}
.icn-star-only-v3:before {
  content: "\e959";
  color: #fea500;
}
.icn-achievement:before {
  content: "\e90b";
  color: #0e3256;
}
.icn-medical-bag:before {
  content: "\e90c";
  color: #0e3256;
}
.icn-minus-v2:before {
  content: "\e917";
  color: #0e3256;
}
.icn-plus-v2:before {
  content: "\e938";
  color: #0e3256;
}
.icn-stethoscope:before {
  content: "\e940";
  color: #0e3256;
}
.icn-user-myaccount:before {
  content: "\e943";
  color: #0e3256;
}
.icn-card:before {
  content: "\e900";
  color: #0e3256;
}
.icn-checklist:before {
  content: "\e901";
  color: #0e3256;
}
.icn-heart:before {
  content: "\e902";
  color: #0e3256;
}
.icn-home:before {
  content: "\e903";
  color: #0e3256;
}
.icn-logout:before {
  content: "\e904";
  color: #0e3256;
}
.icn-medallion:before {
  content: "\e905";
  color: #e18b12;
}
.icn-metabolism:before {
  content: "\e906";
  color: #0e3256;
}
.icn-refresh:before {
  content: "\e907";
  color: #0e3256;
}
.icn-security:before {
  content: "\e908";
  color: #0e3256;
}
.icn-settings:before {
  content: "\e909";
  color: #0e3256;
}
.icn-star:before {
  content: "\e90a";
  color: #e18b12;
}
.icn-arrow-diagonal-up:before {
  content: "\e90d";
  color: #0e3256;
}
.icn-arrow-down:before {
  content: "\e90e";
  color: #59697d;
}
.icn-arrow-down-v2:before {
  content: "\e90f";
  color: #0e3256;
}
.icn-arrow-left:before {
  content: "\e910";
  color: #59697d;
}
.icn-arrow-left-v2:before {
  content: "\e911";
  color: #0e3256;
}
.icn-arrow-right:before {
  content: "\e912";
  color: #59697d;
}
.icn-arrow-right-v2:before {
  content: "\e913";
  color: #0e3256;
}
.icn-arrow-up:before {
  content: "\e914";
  color: #59697d;
}
.icn-arrow-up-v2:before {
  content: "\e915";
  color: #0e3256;
}
.icn-award:before {
  content: "\e916";
  color: #e18b12;
}
.icn-calendar:before {
  content: "\e918";
  color: #0e3256;
}
.icn-calendar-v2:before {
  content: "\e919";
  color: #0e3256;
}
.icn-call:before {
  content: "\e91a";
  color: #0e3256;
}
.icn-chat:before {
  content: "\e91b";
  color: #0e3256;
}
.icn-checkbox .path1:before {
  content: "\e91c";
  color: #ffffff;
}
.icn-checkbox .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: #0e3256;
}
.icn-checkbox-v2 .path1:before {
  content: "\e91e";
  color: #ffffff;
}
.icn-checkbox-v2 .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: #0e3256;
}
.icn-checkbox-v3 .path1:before {
  content: "\e920";
  color: #c3c3c3;
}
.icn-checkbox-v3 .path2:before {
  content: "\e921";
  margin-left: -1em;
  color: #848d99;
}
.icn-clock:before {
  content: "\e922";
  color: #0e3256;
}
.icn-close:before {
  content: "\e923";
  color: #0e3256;
}
.icn-close-v2:before {
  content: "\e924";
  color: #0e3256;
}
.icn-close-v3:before {
  content: "\e925";
  color: #0e3256;
}
.icn-complaints:before {
  content: "\e926";
  color: #0e3256;
}
.icn-dollar:before {
  content: "\e927";
  color: #0e3256;
}
.icn-email:before {
  content: "\e928";
  color: #0e3256;
}
.icn-exclamation:before {
  content: "\e929";
  color: #ad5a5a;
}
.icn-exclamation-v2:before {
  content: "\e92a";
  color: #ad5a5a;
}
.icn-female:before {
  content: "\e92b";
  color: #0e3256;
}
.icn-hidden:before {
  content: "\e92c";
  color: #0e3256;
}
.icn-information:before {
  content: "\e92d";
  color: #0e3256;
}
.icn-interactions:before {
  content: "\e92e";
  color: #0e3256;
}
.icn-interactions-v2:before {
  content: "\e92f";
  color: #0e3256;
}
.icn-livechat:before {
  content: "\e930";
  color: #0e3256;
}
.icn-location:before {
  content: "\e931";
  color: #0e3256;
}
.icn-male:before {
  content: "\e932";
  color: #0e3256;
}
.icn-medical:before {
  content: "\e933";
  color: #0e3256;
}
.icn-medicine-bottle:before {
  content: "\e934";
  color: #0e3256;
}
.icn-membership-certificate:before {
  content: "\e935";
  color: #0e3256;
}
.icn-menu:before {
  content: "\e936";
  color: #0e3256;
}
.icn-minus:before {
  content: "\e937";
  color: #0e3256;
}
.icn-not-take-it:before {
  content: "\e939";
  color: #0e3256;
}
.icn-not-take-it-v2:before {
  content: "\e93a";
  color: #0e3256;
}
.icn-package:before {
  content: "\e93b";
  color: #0e3256;
}
.icn-package-search:before {
  content: "\e93c";
  color: #0e3256;
}
.icn-pencil:before {
  content: "\e93d";
  color: #0e3256;
}
.icn-pill:before {
  content: "\e93e";
  color: #0e3256;
}
.icn-plus:before {
  content: "\e93f";
  color: #0e3256;
}
.icn-prescription:before {
  content: "\e941";
  color: #0e3256;
}
.icn-prohibition:before {
  content: "\e942";
  color: #ad5a5a;
}
.icn-question-mark:before {
  content: "\e944";
  color: #ad5a5a;
}
.icn-question-mark-v2:before {
  content: "\e945";
  color: #0e3256;
}
.icn-quotes:before {
  content: "\e946";
  color: #00b67a;
}
.icn-radio:before {
  content: "\e947";
  color: #59697d;
}
.icn-radio-v2:before {
  content: "\e948";
  color: #0e3256;
}
.icn-search:before {
  content: "\e949";
  color: #0e3256;
}
.icn-share:before {
  content: "\e94a";
  color: #0e3256;
}
.icn-side-effects:before {
  content: "\e94b";
  color: #0e3256;
}
.icn-talk:before {
  content: "\e94c";
  color: #fff;
}
.icn-trash:before {
  content: "\e94d";
  color: #0e3256;
}
.icn-trending-down:before {
  content: "\e94e";
  color: #0e3256;
}
.icn-truck:before {
  content: "\e94f";
  color: #0e3256;
}
.icn-true:before {
  content: "\e950";
  color: #0e3256;
}
.icn-true-v2:before {
  content: "\e951";
  color: #0e3256;
}
.icn-true-v3:before {
  content: "\e952";
  color: #0e3256;
}
.icn-upload:before {
  content: "\e953";
  color: #0e3256;
}
.icn-user:before {
  content: "\e954";
  color: #0e3256;
}
.icn-visible:before {
  content: "\e955";
  color: #0e3256;
}
.icn-warning:before {
  content: "\e956";
  color: #e18b12;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* slick-theme.min css start */
.slick-dots,
.fslick-next,
.slick-prev {
  position: absolute;
  display: none;
  padding: 0;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px \9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  display: none !important;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: '←';
}
/*.slick-slider {
    margin-bottom: 30px
}*/
.slick-dots {
  bottom: -45px;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: unset;
  height: unset;
  margin: 0 5px;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: unset;
  height: unset;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: unset;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  text-align: center;
  opacity: 1;
  background-color: #E9E9E9;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: block;
}
.slick-dots li.slick-active button:before {
  background-color: #B7C1CC !important;
  width: 15px;
  border-radius: 21px;
}
.slick-dots li.slick-active button {
  padding: 0 4px;
}
/* slick-theme.min css end */
.prod-details-wrapper {
  padding-top: 56px;
}
