/*Global css start here*/
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Inter:wght@100..900&family=Lobster&family=Merienda:wght@300..900&family=Pacifico&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Reem+Kufi+Ink&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pacifico&family=Sora:wght@100..800&display=swap");
.nx-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.nx-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}
@media (max-width: 768px) {
  .nx-container {
    padding: 0 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .cleanly-wrapper .nx-container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cleanly-wrapper .nx-container {
    padding: 0 15px;
  }
}

.nx-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.nx-col, .nx-col-1, .nx-col-10, .nx-col-11, .nx-col-12, .nx-col-2, .nx-col-3, .nx-col-4, .nx-col-5, .nx-col-6, .nx-col-7, .nx-col-8, .nx-col-9, .nx-col-auto, .nx-col-lg, .nx-col-lg-1, .nx-col-lg-10, .nx-col-lg-11, .nx-col-lg-12, .nx-col-lg-2, .nx-col-lg-3, .nx-col-lg-4, .nx-col-lg-5, .nx-col-lg-6, .nx-col-lg-7, .nx-col-lg-8, .nx-col-lg-9, .nx-col-lg-auto, .nx-col-xs, .nx-col-xs-1, .nx-col-xs-10, .nx-col-xs-11, .nx-col-xs-12, .nx-col-xs-2, .nx-col-xs-3, .nx-col-xs-4, .nx-col-xs-5, .nx-col-xs-6, .nx-col-xs-7, .nx-col-xs-8, .nx-col-xs-9, .nx-col-xs-auto, .nx-col-md, .nx-col-md-1, .nx-col-md-10, .nx-col-md-11, .nx-col-md-12, .nx-col-md-2, .nx-col-md-3, .nx-col-md-4, .nx-col-md-5, .nx-col-md-6, .nx-col-md-7, .nx-col-md-8, .nx-col-md-9, .nx-col-md-auto, .nx-col-sm, .nx-col-sm-1, .nx-col-sm-10, .nx-col-sm-11, .nx-col-sm-12, .nx-col-sm-2, .nx-col-sm-3, .nx-col-sm-4, .nx-col-sm-5, .nx-col-sm-6, .nx-col-sm-7, .nx-col-sm-8, .nx-col-sm-9, .nx-col-sm-auto, .nx-col-xl, .nx-col-xl-1, .nx-col-xl-10, .nx-col-xl-11, .nx-col-xl-12, .nx-col-xl-2, .nx-col-xl-3, .nx-col-xl-4, .nx-col-xl-5, .nx-col-xl-6, .nx-col-xl-7, .nx-col-xl-8, .nx-col-xl-9, .nx-col-xl-auto, .nx-col-xxl-1, .nx-col-xxl-2, .nx-col-xxl-3, .nx-col-xxl-4, .nx-col-xxl-5, .nx-col-xxl-6, .nx-col-xxl-7, .nx-col-xxl-8, .nx-col-xxl-9, .nx-col-xxl-10, .nx-col-xxl-12, .nx-col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.nx-col-xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.nx-col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
  max-width: 8.333%;
}

.nx-col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
  max-width: 16.667%;
}

.nx-col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.nx-col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%;
}

.nx-col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
  max-width: 41.667%;
}

.nx-col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.nx-col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
  max-width: 58.333%;
}

.nx-col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
  max-width: 66.667%;
}

.nx-col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.nx-col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
  max-width: 83.333%;
}

.nx-col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
  max-width: 91.667%;
}

.nx-col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.nx-col-xs-offset-1 {
  margin-left: 8.333%;
}

.nx-col-xs-offset-2 {
  margin-left: 16.667%;
}

.nx-col-xs-offset-3 {
  margin-left: 25%;
}

.nx-col-xs-offset-4 {
  margin-left: 33.333%;
}

.nx-col-xs-offset-5 {
  margin-left: 41.667%;
}

.nx-col-xs-offset-6 {
  margin-left: 50%;
}

.nx-col-xs-offset-7 {
  margin-left: 58.333%;
}

.nx-col-xs-offset-8 {
  margin-left: 66.667%;
}

.nx-col-xs-offset-9 {
  margin-left: 75%;
}

.nx-col-xs-offset-10 {
  margin-left: 83.333%;
}

.nx-col-xs-offset-11 {
  margin-left: 91.667%;
}

@media (min-width: 576px) {
  .nx-col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .nx-col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nx-col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nx-col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .nx-col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nx-col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nx-col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .nx-col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nx-col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nx-col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .nx-col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nx-col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nx-col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .nx-col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .nx-col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .nx-col-sm-offset-3 {
    margin-left: 25%;
  }
  .nx-col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .nx-col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .nx-col-sm-offset-6 {
    margin-left: 50%;
  }
  .nx-col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .nx-col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .nx-col-sm-offset-9 {
    margin-left: 75%;
  }
  .nx-col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .nx-col-sm-offset-11 {
    margin-left: 91.667%;
  }
}
@media (min-width: 768px) {
  .nx-col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .nx-col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nx-col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nx-col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .nx-col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nx-col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nx-col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .nx-col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nx-col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nx-col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .nx-col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nx-col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nx-col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .nx-col-md-offset-1 {
    margin-left: 8.333%;
  }
  .nx-col-md-offset-2 {
    margin-left: 16.667%;
  }
  .nx-col-md-offset-3 {
    margin-left: 25%;
  }
  .nx-col-md-offset-4 {
    margin-left: 33.333%;
  }
  .nx-col-md-offset-5 {
    margin-left: 41.667%;
  }
  .nx-col-md-offset-6 {
    margin-left: 50%;
  }
  .nx-col-md-offset-7 {
    margin-left: 58.333%;
  }
  .nx-col-md-offset-8 {
    margin-left: 66.667%;
  }
  .nx-col-md-offset-9 {
    margin-left: 75%;
  }
  .nx-col-md-offset-10 {
    margin-left: 83.333%;
  }
  .nx-col-md-offset-11 {
    margin-left: 91.667%;
  }
}
@media (min-width: 992px) {
  .nx-col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .nx-col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nx-col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nx-col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .nx-col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nx-col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nx-col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .nx-col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nx-col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nx-col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .nx-col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nx-col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nx-col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .nx-col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .nx-col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .nx-col-lg-offset-3 {
    margin-left: 25%;
  }
  .nx-col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .nx-col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .nx-col-lg-offset-6 {
    margin-left: 50%;
  }
  .nx-col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .nx-col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .nx-col-lg-offset-9 {
    margin-left: 75%;
  }
  .nx-col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .nx-col-lg-offset-11 {
    margin-left: 91.667%;
  }
}
@media (min-width: 1200px) {
  .nx-col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .nx-col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nx-col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nx-col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .nx-col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nx-col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nx-col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .nx-col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nx-col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nx-col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .nx-col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nx-col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nx-col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* Optional: Offsets */
  .nx-col-xl-offset-1 {
    margin-left: 8.333%;
  }
  .nx-col-xl-offset-2 {
    margin-left: 16.667%;
  }
  .nx-col-xl-offset-3 {
    margin-left: 25%;
  }
  .nx-col-xl-offset-4 {
    margin-left: 33.333%;
  }
  .nx-col-xl-offset-5 {
    margin-left: 41.667%;
  }
  .nx-col-xl-offset-6 {
    margin-left: 50%;
  }
  .nx-col-xl-offset-7 {
    margin-left: 58.333%;
  }
  .nx-col-xl-offset-8 {
    margin-left: 66.667%;
  }
  .nx-col-xl-offset-9 {
    margin-left: 75%;
  }
  .nx-col-xl-offset-10 {
    margin-left: 83.333%;
  }
  .nx-col-xl-offset-11 {
    margin-left: 91.667%;
  }
}
@media (min-width: 1400px) {
  .nx-col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .nx-col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .nx-col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .nx-col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .nx-col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .nx-col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .nx-col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .nx-col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .nx-col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .nx-col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .nx-col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .nx-col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .nx-col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  /* Offset classes for XXL */
  .nx-col-xxl-offset-1 {
    margin-left: 8.333%;
  }
  .nx-col-xxl-offset-2 {
    margin-left: 16.667%;
  }
  .nx-col-xxl-offset-3 {
    margin-left: 25%;
  }
  .nx-col-xxl-offset-4 {
    margin-left: 33.333%;
  }
  .nx-col-xxl-offset-5 {
    margin-left: 41.667%;
  }
  .nx-col-xxl-offset-6 {
    margin-left: 50%;
  }
  .nx-col-xxl-offset-7 {
    margin-left: 58.333%;
  }
  .nx-col-xxl-offset-8 {
    margin-left: 66.667%;
  }
  .nx-col-xxl-offset-9 {
    margin-left: 75%;
  }
  .nx-col-xxl-offset-10 {
    margin-left: 83.333%;
  }
  .nx-col-xxl-offset-11 {
    margin-left: 91.667%;
  }
}
.margin-0 {
  margin: 0 !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.padding-0 {
  padding: 0;
}

.nx-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.nx-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.nx-align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.nx-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nx-media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .nx-col, .no-gutters > [class*=nx-col-] {
  padding-right: 0;
  padding-left: 0;
}

/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*Sora*/
body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #7a7a7a;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*new css*/
.button1 {
  border-radius: 8px;
  border: 2px solid #E6126F;
  background: #EB104D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F2F2F2;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .button1 {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .button1 {
    padding: 8px 8px;
    font-size: 12px;
  }
}
.button1:hover {
  background: transparent;
  color: #EB104D;
}

.button2 {
  border-radius: 8px;
  border: 2px solid #E6126F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EB104D;
  background: transparent;
  font-family: "Sora";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .button2 {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .button2 {
    padding: 8px 8px;
    font-size: 12px;
  }
}
.button2:hover {
  background: #EB104D;
  color: #F2F2F2;
}

.salonly-heading {
  font-family: "Sora";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.salonly-heading span {
  color: #EB104D;
}
@media (max-width: 1024px) {
  .salonly-heading {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .salonly-heading {
    font-size: 25px;
  }
}
@media (max-width: 580px) {
  .salonly-heading {
    font-size: 23px;
    line-height: 1.5;
  }
}

.salonly-subtitle {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  background: #F9FDFF;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.36px;
  color: #1C1314;
  text-align: center;
  overflow: hidden;
  margin: 1px;
}
@media (max-width: 768px) {
  .salonly-subtitle {
    font-size: 14px;
    padding: 4px 12px;
  }
}
.salonly-subtitle span {
  position: relative;
  z-index: 2;
}
.salonly-subtitle::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#eb104d), color-stop(#ff6f91), color-stop(#149aff), color-stop(#1de1fc), to(#eb104d));
  background: linear-gradient(270deg, #eb104d, #ff6f91, #149aff, #1de1fc, #eb104d);
  background-size: 600% 600%;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 1;
  border-radius: inherit;
  -webkit-animation: animatedGradient 6s ease infinite;
          animation: animatedGradient 6s ease infinite;
  -webkit-box-shadow: 0 0 8px rgba(235, 16, 77, 0.4), 0 0 12px rgba(20, 154, 255, 0.3);
          box-shadow: 0 0 8px rgba(235, 16, 77, 0.4), 0 0 12px rgba(20, 154, 255, 0.3);
  border-radius: 5px;
}

/* animation */
/*shifting gradient*/
@-webkit-keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animatedGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*new css end*/
.more-case {
  padding: 0 0 20px 0;
}
.more-case a {
  text-decoration: underline !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5;
}

.nxt_our-product {
  padding: 0 0 20px 0;
}
.nxt_our-product a {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  text-decoration: underline !important;
  text-align: center;
}

body,
button,
form *,
input,
select,
textarea {
  font-family: "Inter";
}

[role=button] {
  cursor: pointer;
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

div:focus, p:focus {
  outline: unset;
  border: none;
}

/*a {
    transition: all 0.4s ease; 
    text-decoration: none;
}*/
img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

figure {
  margin: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

td, th {
  padding: 0;
  text-align: left;
}

.universal-gradient {
  background-color: rgba(255, 255, 255, 0.26);
  background-image: linear-gradient(135deg, rgba(255, 128, 95, 0.15), rgba(183, 75, 221, 0.16) 52%, rgba(3, 121, 255, 0.16));
}

.wp-block-table {
  display: table;
  width: auto;
  border: 1px solid #e2e3e4;
  margin-bottom: 10px;
}
.wp-block-table tr td, .wp-block-table tr th {
  padding: 15px 20px;
  font-size: 16px;
  color: #222222;
  border-bottom: 1px solid #e2e3e4;
  border-right: 1px solid #e2e3e4;
}
.wp-block-table tr td:not(:first-child) {
  text-align: center;
}
.wp-block-table tr:nth-child(odd) {
  background: #fcfdfd;
}
.wp-block-table tr:nth-child(2n) {
  background: #fff;
}

pre {
  margin: 0;
  padding: 0;
}

table {
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, b, div, li, ul {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

.form-control,
.form-control:focus,
.form-control:hover,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-moz-selection {
  background-color: #00aeff;
  color: #fff;
}

::-moz-selection,
::-ms-selection,
::-o-selection,
::-webkit-selection,
::selection {
  background-color: #00aeff;
  color: #fff;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

a,
a > * {
  cursor: pointer;
}

a {
  color: #00aeff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-padding {
  padding: 100px 0;
}

.section-wrapper {
  padding: 50px 0;
}

h1, h2, h3 {
  font-family: "Inter";
}

span, select, input {
  font-family: inherit;
}

p {
  margin: 0 0 10px;
}

.pagination {
  margin: 50px 0 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 12px;
  padding-right: 12px;
}
.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 0 4px;
  font-size: 15px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7a7a7a;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #FF3B3B;
  border-color: transparent;
  cursor: not-allowed;
}
.pagination .page-numbers:hover {
  color: #fff;
  background-color: #FF3B3B;
  border-color: transparent;
}
.pagination .page-numbers.next {
  font-size: 16px;
}

.announcement {
  text-align: center;
  margin-top: 1rem;
}
.announcement span {
  font-size: 1rem;
  color: #777777;
  font-family: math;
  display: inline-block;
}

/*global css*/
main {
  overflow-x: hidden;
}

.free-trial {
  font-size: 15px;
  color: #737e8f;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #737e8f;
  letter-spacing: 0.12px;
  text-transform: uppercase;
}
.free-trial:hover {
  color: #f7764c;
  border-color: #f7764c;
}
@media (max-width: 767px) {
  .free-trial {
    display: block;
    margin-bottom: 15px;
  }
}

.main-header .header-hero-section .main-navigation .hire-us a span {
  position: absolute;
  right: -10px;
  top: 0;
  background: #7527FF;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 5px;
  line-height: 20px;
  display: inline-block;
  -webkit-box-shadow: 0 6px 16px rgba(6, 38, 151, 0.3);
          box-shadow: 0 6px 16px rgba(6, 38, 151, 0.3);
}
.main-header .header-hero-section .main-navigation .hire-us a .menu-badge {
  position: absolute;
  top: 98%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 12px;
  width: 9px;
  height: 4px;
  border: none;
  border-radius: 0;
  background: #7527FF;
  clip-path: polygon(0 0, 98% 0, 25% 98%);
}
@media (max-width: 1025px) {
  .main-header .header-hero-section .main-navigation .hire-us a span {
    position: relative;
  }
}

.footer-main-area {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.footer-main-area .footer-widget .footer-widget-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-main-area .footer-widget .footer-widget-title.footer-main-widget-title-logo {
  font-size: 25px;
  line-height: 28px;
}
.footer-main-area .footer-widget p {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 2;
}
.footer-main-area .footer-widget .footer-subscription-form {
  max-width: 336px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footer-main-area .footer-widget .footer-subscription-form {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content .subscribe-input {
  border-style: solid;
  border-width: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 17px;
  line-height: 30px;
  outline: 0 none;
  padding: 7px 0px 7px 14px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content .subscription-btn {
  border-radius: 0px 4px 4px 0px;
  outline: 0 none;
  height: 42px;
  color: #fff;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  font-size: 17px;
  width: 72px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 12px;
  line-height: 1;
}
.footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content .subscription-btn i {
  position: relative;
  top: -1px;
  padding-left: 6px;
}
.footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 2.1;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a i {
  margin-right: 5px;
  font-size: 15px;
  color: #65738C;
}
.footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a .bundle_optin_dis {
  background: #7527FF;
}
.footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a:hover {
  color: #FF2F2F;
}
.footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a:hover i {
  color: #FF2F2F;
  font-weight: bold;
}
.footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a:hover .bundle_optin_dis {
  background: #4900c9;
}
.footer-main-area .footer-widget .footer-widget-nav .bundle_optin_dis {
  display: inline-block;
  background: #2575fc;
  padding: 8px 10px;
  font-size: 11px;
  border-radius: 30px;
  line-height: 1;
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 767px) {
  .footer-main-area .footer-widget {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-main-area {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .footer-main-area .footer__main_widget-middle {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .footer-main-area .footer-widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-main-area .trustpilot-widget {
    margin-bottom: 30px !important;
    width: 100%;
    text-align: center;
  }
}

.back-to-top {
  position: absolute;
  background-color: transparent;
  height: 46px;
  width: 46px;
  line-height: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  background: linear-gradient(150deg, #FF7777 0%, #FF2F2F 100%);
  right: -34px;
  padding: 0;
  top: -52px;
  left: auto;
  border-radius: 50%;
  cursor: pointer;
}
.back-to-top a {
  color: #ffffff !important;
  line-height: inherit;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .back-to-top {
    right: 18px;
  }
}
@media (max-width: 767px) {
  .back-to-top {
    top: auto !important;
    left: 14px !important;
    right: auto;
    bottom: 14px !important;
  }
}

.copyright {
  text-align: center;
}
.copyright .copyright-text {
  padding-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #3C5365;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copyright .copyright-text p {
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
}
.copyright .copyright-text p a {
  color: #FF2F2F;
  font-weight: 500;
}
@media (max-width: 767px) {
  .copyright .copyright-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright .copyright-text .footer-widget-nav {
    margin-top: 20px;
  }
  .copyright .copyright-text p {
    margin-top: 20px;
  }
  .copyright .copyright-text .payment-card {
    margin-top: 20px;
  }
}
.copyright .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyright .social-list li {
  display: inline-block;
}
.copyright .social-list li:not(:last-child) {
  margin-right: 10px;
}
.copyright .social-list li a {
  width: 25px;
  display: block;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  border: 1px solid #6b7499;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #09102D;
  background-color: #6b7499;
  font-size: 13px;
}
.copyright .social-list li a i {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.copyright .social-list li a:hover i {
  color: #ffffff;
}
.copyright .payment-card-wrapper {
  height: 38px;
  display: block;
}
.copyright .payment-card-wrapper img.payment-icon {
  max-height: 38px;
  width: auto;
  margin: 0 3px 0 0;
  float: left;
  background: 0 0;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .copyright .payment-card-wrapper {
    margin-top: 30px;
  }
}

/*.circle-shape{
    &::before{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40vw;
        height: 40vw;
        content: "";
        z-index: -1;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    @media(max-width: 1024px){
        &:before{
            content: unset;
        }
    }
}*/
.required {
  color: red;
}

.gray-color {
  background-color: #f5f7fc;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.text-light {
  font-weight: 300 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-bold-extra {
  font-weight: 900 !important;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-direction-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;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.nx-gap-2 {
  gap: 2rem;
}

.nx-gap-3 {
  gap: 3rem;
}

.nx-ptb-50 {
  padding: 50px 0 !important;
}

.nx-pb-50 {
  padding-bottom: 50px !important;
}

.nx-pt-50 {
  padding-top: 50px !important;
}

.nx-pt-100 {
  padding-top: 100px !important;
}

.nx-pt-200 {
  padding-top: 200px !important;
}

.nx-pb-100 {
  padding-bottom: 100px !important;
}

.nx-pt-150 {
  padding-top: 150px !important;
}

.nx-mt-16 {
  margin-top: 1rem !important;
}

.nx-pt-60 {
  padding-top: 60px !important;
}

.nx-mt-30 {
  margin-top: 30px;
}

.nx-mt-50 {
  margin-top: 50px;
}

@media (min-width: 767px) {
  .nx-mt-80 {
    margin-top: 80px !important;
  }
}

.nx-mt-0 {
  margin-top: 0px !important;
}

.nx-pl-60 {
  padding-left: 60px;
}

.nx-pr-60 {
  padding-right: 60px;
}

.nx-pl-70 {
  padding-left: 70px;
}

.nx-pr-70 {
  padding-right: 70px;
}

.nx-mb-0-all {
  margin-bottom: 0 !important;
}

.nx-mb-50 {
  margin-bottom: 50px;
}

.nx-mb-100 {
  margin-bottom: 100px;
}

.nx-mb-30 {
  margin-bottom: 30px;
}

.nx-pl-80 {
  padding-left: 80px;
}

.nx-pr-80 {
  padding-right: 80px;
}

@media (min-width: 768px) {
  .nx-mb-0 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  br {
    display: none;
  }
  .nx-sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .nx-sm-res {
    margin-bottom: 30px !important;
  }
  .nx-pl-60 {
    padding-left: 15px;
  }
  .nx-pr-60 {
    padding-right: 15px;
  }
  .nx-pl-70 {
    padding-left: 15px;
  }
  .nx-pr-70 {
    padding-right: 15px;
  }
  .nx-pl-80 {
    padding-left: 15px;
  }
  .nx-pr-80 {
    padding-right: 15px;
  }
  .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature_order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* animation css*/
@-webkit-keyframes scrollToAnim {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
  }
}
@keyframes scrollToAnim {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
  }
}
@-webkit-keyframes topDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes topDown {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
            transform: translate3d(0, 3%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3%, 0);
            transform: translate3d(0, 3%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
            transform: rotateX(0deg) translateY(15px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
            transform: rotateX(0deg) translateY(15px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
            transform: rotateX(0deg) translateY(0px);
  }
}
.salonly-wrapper {
  position: relative;
}
.salonly-wrapper a {
  text-decoration: none !important;
}
.salonly-wrapper .main-header.fixed-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.05);
  z-index: 999;
}
.salonly-wrapper .main-header .header-hero-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.salonly-wrapper .main-header .header-hero-section .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salonly-wrapper .main-header .header-hero-section .site-branding span {
  display: inline-block;
}
.salonly-wrapper .main-header .header-hero-section .site-branding span.brand_logo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}
.salonly-wrapper .main-header .header-hero-section .site-branding .site-brand-logo {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/themedev/themedev-icon.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salonly-wrapper .main-header .header-hero-section .site-branding .site-brand-logo:after {
  width: 1px;
  height: 100%;
  content: "";
  background: #0a2540;
  position: absolute;
  right: -14px;
  top: 0;
  pointer-events: none;
}
.salonly-wrapper .main-header .header-hero-section .site-branding .product-text-link {
  background: url(../images/salonly/logo/salonly.png) no-repeat 50% 50%;
  background-size: contain;
  width: 107px;
  height: 50px;
  outline: 0 none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .salonly-wrapper .main-header .header-hero-section .site-branding .product-text-link {
    width: 135px;
  }
}
.salonly-wrapper .main-header .header-hero-section .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-toggler, .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-close-toggler {
  display: none;
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-toggler, .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-close-toggler {
    border: 0px solid #0a2540;
    float: right;
    padding: 0;
    background-color: transparent;
    position: relative;
    z-index: 10;
    cursor: pointer;
    height: 40px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    display: block;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-toggler .salonly-hamburger-menu-icon, .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-close-toggler .salonly-hamburger-menu-icon {
    height: 3px;
    width: 24px;
    display: block;
    background-color: #0a2540;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-toggler .salonly-hamburger-menu-icon:not(:last-child), .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-close-toggler .salonly-hamburger-menu-icon:not(:last-child) {
    margin-bottom: 4px;
  }
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-menu-overlay {
  display: block;
  position: fixed;
  z-index: 14;
  top: 0;
  left: -110%;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 400ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 300ms;
  transition: all 400ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 300ms;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container {
  height: 70px;
  z-index: 1000;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container > ul > li {
  position: relative;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #14133b;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: none;
  text-decoration: none;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container > ul > li > a:hover {
  color: #F70347;
}
@media (min-width: 1025px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container > ul > li.menu__for_only_mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container > ul > li.menu__for_only_mobile {
    display: block;
  }
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown {
  min-width: 230px;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown {
    display: none;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.dropdown-open {
    display: block;
    background-color: #f0f0f0;
  }
}
@media (min-width: 1025px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu {
    min-width: 640px;
    padding: 20px;
    background: #fff;
    left: -218px;
  }
}
@media (min-width: 1025px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu.custom-product-menu {
    left: -218px;
  }
}
@media (min-width: 1025px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper {
    min-width: 640px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    background: #fff;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper li:last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media (min-width: 1025px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.custom-megamenu {
    min-width: 800px;
  }
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper .part-left {
  padding: 0px 20px 0px 0px;
}
@media (min-width: 1025px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.salonly_custom-megamenu {
    min-width: 680px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.salonly_custom-megamenu .part-left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 2rem;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.salonly_custom-megamenu .part-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.salonly_custom-megamenu .has-nav-thumbnail a {
    -ms-grid-columns: 50px auto;
    grid-template-columns: 50px auto;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.salonly_custom-megamenu .has-nav-thumbnail .product-link-img {
    width: unset;
  }
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.salonly_custom-megamenu .part-title {
  color: black;
  font-size: 1.2rem;
  font-weight: 700;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.salonly_custom-megamenu .view-all-product {
  width: 100%;
  text-align: center;
  margin-top: 0rem;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .all-product-megamenu-wrapper.salonly_custom-megamenu .view-all-product a {
  color: #636363;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: underline;
  text-align: right;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .salonly-all-product {
  width: 100%;
  text-align: center;
  margin-top: 0rem;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .salonly-all-product a {
  color: #636363;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: underline;
  text-align: right;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: unset;
  text-align: center;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .salonly-all-product a:hover {
  color: black;
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail {
    width: 100%;
  }
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 15px auto;
  grid-template-columns: 40px auto;
  grid-gap: 15px;
  padding: 12px 14px;
  border-radius: 8px;
  border: unset;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-img {
  width: 40px;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .product_label {
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  z-index: 99;
  color: #fff;
  margin-left: 8px;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .product_label.new_label {
  background-color: #ffe7d6;
  color: #ce0404;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .product_label.update_label {
  background-color: #561fdc;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .product_label.upcoming_label {
  background-color: #16cd13;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .product_label.hot_label {
  background-color: #ffe7d6;
  color: #ce0404;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .product_label.beta_label {
  background-color: #03a0c7;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .product_label.free_label {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FE0467), to(#9E003F));
  background-image: linear-gradient(180deg, #FE0467 0%, #9E003F 100%);
  -webkit-box-shadow: 0 2px 3px 0 rgba(112, 0, 44, 0.3);
          box-shadow: 0 2px 3px 0 rgba(112, 0, 44, 0.3);
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .product_label img {
  width: 1em;
  height: 1em;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  line-height: 1.5;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail > a .product-link-content .link-title {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail:hover > a {
  background-color: #f3f3fa;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.next3-offload:hover > a .product-link-content .link-title {
  color: #FDBC25;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.nextwoo:hover > a .product-link-content .link-title {
  color: #D9472B;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.nextcrm:hover > a .product-link-content .link-title {
  color: #7350FF;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.evental:hover > a .product-link-content .link-title {
  color: #140FB7;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.nextreview:hover > a .product-link-content .link-title {
  color: #9671FF;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.goomap:hover > a .product-link-content .link-title {
  color: #7334c1;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.nextaddon:hover > a .product-link-content .link-title {
  color: #C148FA;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.nextcode:hover > a .product-link-content .link-title {
  color: #1B17DA;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.nextli:hover > a .product-link-content .link-title {
  color: #F1634C;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-nav-dropdown.all-product-megamenu .has-nav-thumbnail.nextland:hover > a .product-link-content .link-title {
  color: #003478;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-has-submenu-item > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  color: #141414;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  background-color: transparent;
  border-bottom: 0px solid #f7f7f7;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-has-submenu-item > li:last-child a {
  border-bottom: 0px solid #f7f7f7;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-has-submenu-item > li .submenu-indicator::before {
  float: right;
  content: "\e876";
  line-height: inherit;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-has-submenu-item > li > .salonly-has-submenu-item {
  left: 100%;
  top: 0;
  right: inherit;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-has-submenu-item > li > .salonly-has-submenu-item > li a {
  color: #000000;
  border-bottom: 0px solid #f7f7f7;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-has-submenu-item > li > .salonly-has-submenu-item > li:last-child a {
  border-bottom: 0px solid #f7f7f7;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-has-submenu-item > li > .salonly-has-submenu-item > li:hover a {
  color: #F70347;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu .salonly-has-submenu-item > li:hover a {
  color: #ffffff;
  background-color: #F70347;
}
.salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-has-submenu > a .submenu-indicator:before {
  position: relative;
  content: "\e874";
  font-family: "iconfont";
  display: inline-block;
  font-size: 10px;
  margin-left: 8px;
  font-weight: 700;
  cursor: pointer;
  font-style: normal;
  line-height: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-has-submenu > a .submenu-indicator {
    float: right;
  }
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container > ul > li {
    color: #f0f0f0;
    border-top: 1px solid currentColor;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container > ul > li > a {
    display: block;
    padding: 15px 15px;
    color: #000000 !important;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container .salonly-nav-mainmenu {
    display: block;
    padding-top: 100px;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container.salonly-menu-offcanvas {
    background-color: #f7f7f7;
    width: 350px;
    position: fixed;
    top: 0;
    left: -110%;
    overflow-y: auto;
    height: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
            box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container.salonly-menu-offcanvas.nav-open {
    left: 0;
    display: block;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container.salonly-menu-offcanvas .salonly-menu-close-toggler {
    position: absolute;
    right: 0;
    margin: 37px 15px 15px 15px;
    font-size: 25px;
    z-index: 60;
    padding: 6px;
    line-height: 1;
    border: none;
    background-color: transparent;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container.salonly-menu-offcanvas.nav-open + .salonly-menu-overlay {
    left: 0;
    opacity: 0.5;
  }
}
@media (max-width: 480px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-nav-menus-container.salonly-menu-offcanvas {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-has-submenu > .salonly-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-radius: 0.25rem;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 0px solid #000;
  }
  .salonly-wrapper .main-header .header-hero-section .main-navigation .salonly-menu-wrapper .salonly-has-submenu:hover > .salonly-nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section .main-navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.salonly-wrapper .main-header .header-hero-section .salonly-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.salonly-wrapper .main-header .header-hero-section .salonly-nav-right .salonly-sign-in a {
  text-decoration: none;
  background-color: #F70347;
  padding: 0px 20px;
  line-height: 40px;
  border-radius: 5px;
  height: 40px;
  color: #ffffff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.salonly-wrapper .main-header .header-hero-section .salonly-nav-right .salonly-sign-in a:hover {
  background-color: #de003f;
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section .salonly-nav-right {
    display: none;
  }
}
@media (max-width: 1024px) {
  .salonly-wrapper .main-header .header-hero-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.salonly-wrapper .main-header.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px -8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 15px 20px -8px rgba(0, 0, 0, 0.06);
  -webkit-animation: slide-down 0.7s;
          animation: slide-down 0.7s;
}
.salonly-wrapper .main-header.transprent-header:not(.sticky-header) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 2;
  padding-top: 6px;
}
.salonly-wrapper .main-header .next3-all-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salonly-wrapper .main-header .next3-all-product .all-products {
  border-radius: 6px;
}
.salonly-wrapper .scalable:not(.sticky-header) {
  padding-top: 40px !important;
}

.footer-area {
  background: #f6f7fb;
  /*copyright End*/
}
.footer-area .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer-area .footer-main-area .footer-widget.usecase-widget ul {
  margin-left: 1rem;
}
.footer-area .footer-main-area .footer-widget.usecase-widget ul li {
  list-style-type: circle;
}
.footer-area .footer-main-area .footer-widget.usecase-widget ul li:hover a {
  color: #F70347;
}
.footer-area .footer-main-area .footer-widget.usecase-widget ul li::marker {
  color: #F70347;
}
.footer-area .footer-main-area .footer-widget.usecase-widget ul li a {
  color: #5b6674;
  font-size: 1rem;
}
.footer-area .footer-main-area .footer-widget .footer-widget-title {
  color: #14133b;
  font-size: 24px;
}
.footer-area .footer-main-area .footer-widget p {
  color: #5b6674;
  margin-bottom: 15px;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form {
  margin-bottom: 0px;
  max-width: 100%;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.09);
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content .subscribe-input {
  border: 1px solid #F70347;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content .subscribe-input:focus {
  border-color: #F70347;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content .subscribe-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 60.8%, 0.8);
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content .subscription-btn {
  height: 46px;
  background: #F70347;
  border: 0px solid #F70347;
  font-size: 15px;
  width: 60px;
  right: 0px;
  top: 0px;
  border-radius: 0px 5px 5px o;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form .footer-subscription-form-content .subscription-btn i {
  position: relative;
  top: -1px;
  color: #ffffff;
  padding: 0;
  font-weight: 700;
  font-size: 20px;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form ul {
  margin-top: 2rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-left: 1rem;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form ul li {
  list-style-type: circle;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form ul li:hover a {
  color: #F70347;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form ul li::marker {
  color: #F70347;
}
.footer-area .footer-main-area .footer-widget .footer-subscription-form ul li a {
  color: #5b6674;
  font-size: 1rem;
}
.footer-area .footer-main-area .footer-widget .pro-support-link {
  color: #F70347;
}
.footer-area .footer-main-area .footer-widget .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-area .footer-main-area .footer-widget .social-list li {
  display: inline-block;
  margin-right: 10px;
}
.footer-area .footer-main-area .footer-widget .social-list li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 100%;
  border: 1px solid #6b7499;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #ffffff;
}
.footer-area .footer-main-area .footer-widget .social-list li a.facebook {
  background-color: #4969a8;
  border-color: #4969a8;
}
.footer-area .footer-main-area .footer-widget .social-list li a.facebook:hover {
  opacity: 0.7;
}
.footer-area .footer-main-area .footer-widget .social-list li a.twitter {
  background-color: #2aa3ef;
  border-color: #2aa3ef;
}
.footer-area .footer-main-area .footer-widget .social-list li a.twitter:hover {
  opacity: 0.7;
}
.footer-area .footer-main-area .footer-widget .social-list li a.linkedin {
  background-color: #1178b3;
  border-color: #1178b3;
}
.footer-area .footer-main-area .footer-widget .social-list li a.linkedin:hover {
  opacity: 0.7;
}
.footer-area .footer-main-area .footer-widget .social-list li a.instagram {
  background-color: #e8715c;
  border-color: #e8715c;
}
.footer-area .footer-main-area .footer-widget .social-list li a.instagram:hover {
  opacity: 0.7;
}
.footer-area .footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a {
  color: #5b6674;
}
.footer-area .footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a:hover {
  color: #F70347;
}
.footer-area .footer-main-area .footer-widget .footer-widget-nav .footer-menu-list li a i {
  color: #F70347;
}
@media (max-width: 767px) {
  .footer-area .footer-main-area .footer-widget {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-main-area .footer__main_widget-middle {
    padding-right: 70px;
  }
}
@media (max-width: 991px) {
  .footer-area .footer-main-area .footer-widget {
    margin-bottom: 30px;
  }
}
.footer-area .copyright {
  text-align: center;
  background-color: rgba(113, 44, 249, 0.1);
}
.footer-area .copyright .copyright-text {
  border-top: 0px solid #e7e7e7;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-area .copyright .copyright-text p {
  color: #F70347;
  margin: 0 !important;
}
.footer-area .copyright .copyright-text p a {
  color: #F70347;
}
.footer-area .copyright .social-list li a {
  background-color: #ffffff;
  border-color: #ffffff;
}
.footer-area .copyright .social-list li a.facebook {
  color: #4969a8;
}
.footer-area .copyright .social-list li a.twitter {
  color: #2aa3ef;
}
.footer-area .copyright .social-list li a.linkedin {
  color: #1178b3;
}
.footer-area .copyright .social-list li a.instagram {
  color: #e8715c;
}
.footer-area .copyright .social-list li a.pinterest {
  color: #BD081C;
}
.footer-area .copyright .social-list li a.youtube {
  color: #CD201F;
}
.footer-area .copyright .social-list li a:hover i {
  color: inherit;
}
.footer-area .back-to-top {
  border-color: #F70347;
  background: #F70347;
}
.footer-area .back-to-top a {
  color: #ffffff;
}
.footer-area .back-to-top:hover {
  background: #F70347;
}
.footer-area .back-to-top:hover a {
  color: #ffffff;
}

a {
  text-decoration: none;
}

.refund-policy-page {
  position: relative;
  padding: 160px 0 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf5ff), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcf5ff 0%, #ffffff 100%);
  z-index: 1;
}
.refund-policy-page h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .refund-policy-page h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.policy-content-section {
  padding: 0 0 100px;
}
.policy-content-section .refund-policy-text h3 {
  font-size: 24px;
  margin-top: 3rem;
  margin-bottom: 10px;
  line-height: 30px;
  color: #1a1a1a;
  font-weight: 600;
}
.policy-content-section .refund-policy-text P {
  font-size: 16px;
  color: #4f5b6d;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}
.policy-content-section .refund-policy-text P span {
  color: #fc4a00;
}
.policy-content-section .refund-policy-text P strong {
  color: #4e4e4e;
}
.policy-content-section .refund-policy-text .list-unstyled li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}
.policy-content-section .refund-policy-text .list-unstyled li span {
  font-size: 16px;
  color: #4f5b6d;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.policy-content-section .refund-policy-text .list-unstyled li:not(:last-child) span {
  margin-bottom: 5px;
}
.policy-content-section .refund-policy-text .list-unstyled li span span {
  color: #fc4a00;
}
.policy-content-section .refund-policy-text .list-unstyled li i {
  margin-right: 10px;
  color: #00bb45;
  font-size: 14px;
}
.policy-content-section .refund-policy-text u {
  font-size: 14px;
}