@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
}

body {
  margin: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  border-style: none;
  height: 2px;
  background: #e6e6e6;
  margin: 1.5em 0;
  width: 80%;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid gray;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

ul li {
  list-style-type: none;
}

.primary-select:focus-visible {
  outline: 1px solid #e4e4e4;
}

.search-filter:focus-visible {
  outline: 1px solid #e4e4e4;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1400px;
  position: relative;
  z-index: 0;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.container-custom {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  z-index: 1;
}

.custom-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.max-post-data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

@media (max-width: 992px) {
  .max-post-data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}

@media (max-width: 768px) {
  .max-post-data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.flex_45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
}

.flex_40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
}

.flex_55 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  width: 55%;
}

.flex-4 {
  width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 10px;
}

.flex_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  width: 33.333%;
}

.m10 {
  margin: 10px 0;
}

.row {
  line-height: normal;
  clear: both;
  zoom: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*="col_"] {
  display: inline-block;
  vertical-align: top;
  /*float: left;*/
  font-size: 1.4rem;
  padding-left: 20px;
  padding-right: 20px;
}

.row > [class*="col_"].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row.big-gutter > [class*="col_"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.small-gutter > [class*="col_"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.row.flex:before, .row.flex:after {
  content: none;
}

.fw {
  width: 100%;
  text-align: center;
}

.flex_50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}

.flex_45 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
}

.flex_70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  width: 70%;
}

@media (max-width: 768px) {
  .flex_70 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.flex_60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
}

.flex_30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
}

@media (max-width: 768px) {
  .flex_30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.gap30 {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.gap20 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.col_centred {
  float: none;
  display: block !important;
  margin: 0 auto;
}

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

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

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

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

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

.gap-10 {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.gap-20 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

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

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

.justify-content-evenly {
  -ms-flex-pack: distribute;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

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

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

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

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

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

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

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

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

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

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

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

.m0 {
  margin: 0;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin: 0 auto;
}

body {
  font-size: 16px;
  font-family: "Rubik";
  overflow: auto !important;
  overflow-x: hidden !important;
  line-height: 1.4;
  font-weight: 400;
  background-color: #fff !important;
}

@media (max-width: 992px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h1 {
  font-size: 42px;
}

@media (max-width: 1480px) {
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 1240px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 27px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: 23px;
  }
}

h2 {
  font-size: 36px;
}

@media (max-width: 1240px) {
  h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 1024px) {
  h2 {
    font-size: 27px !important;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 25px !important;
  }
}

@media (max-width: 680px) {
  h2 {
    font-size: 23px !important;
  }
}

h3 {
  font-size: 30px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 21px;
  }
}

@media (max-width: 680px) {
  h3 {
    font-size: 19px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 768px) {
  h4 {
    font-size: 21px;
  }
}

@media (max-width: 680px) {
  h4 {
    font-size: 19px;
  }
}

p,
span,
label,
li {
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  p,
  span,
  label,
  li {
    font-size: 15px;
  }
}

p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}

@media (max-width: 1024px) {
  p {
    font-size: 15px;
    line-height: 1.5em;
  }
}

p p,
p a,
p span,
p label,
p em {
  font-size: 100%;
  margin: 0;
  color: inherit;
}

p b,
p strong {
  font-weight: 700;
}

p i,
p em {
  font-style: italic;
}

p a {
  color: #494949;
}

@media (max-width: 1240px) {
  p a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  p a {
    font-size: 15px;
  }
}

a {
  color: #494949;
  margin: 0;
}

@media (max-width: 1240px) {
  a {
    font-size: 14px;
  }
}

a:hover {
  cursor: pointer;
}

a span {
  color: inherit;
  font-weight: inherit;
}

img,
span,
label,
a {
  display: inline-block;
}

blockquote {
  padding: 0;
  position: relative;
}

blockquote p {
  font-size: 22px;
  margin: 0;
  position: relative;
  color: #e8747e;
  line-height: 1.3;
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("./assets/img/svg/chevron.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 97% !important;
}

input.primary-input,
select.primary-input,
textarea.primary-input {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 2px 0px 10px rgba(75, 75, 75, 0.16);
          box-shadow: inset 2px 0px 10px rgba(75, 75, 75, 0.16);
  padding: 15px;
  width: 100%;
}

.newsletter-form input,
.newsletter-form select {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 2px 0px 10px rgba(75, 75, 75, 0.16);
          box-shadow: inset 2px 0px 10px rgba(75, 75, 75, 0.16);
  padding: 0 15px;
  width: 100%;
  height: 44px;
}

.newsletter-form .noptin-newsletter-form .noptin-form-field-wrapper {
  margin-bottom: 1.05em;
}

@media (max-width: 992px) {
  .newsletter-form .noptin-newsletter-form .noptin-form-field-wrapper {
    width: calc(33.33% - 20px);
    float: left;
    text-align: left;
    margin: 5px 10px;
  }
}

@media (max-width: 768px) {
  .newsletter-form .noptin-newsletter-form .noptin-form-field-wrapper {
    width: calc(50% - 20px);
  }
}

@media (max-width: 992px) {
  .newsletter-form .noptin-newsletter-form .noptin-form-field-wrapper.noptin-form-field-submit {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .newsletter-form .noptin-newsletter-form .noptin-form-field-wrapper.noptin-form-field-submit {
    width: calc(50% - 20px);
    float: left;
    clear: none;
  }
}

@media (max-width: 768px) {
  .newsletter-form .noptin-newsletter-form .noptin-form-field-wrapper.noptin-form-field-submit button {
    width: 100%;
  }
}

.newsletter-form .noptin-alert {
  max-width: 100% !important;
}

.newsletter-form .noptin-styles-basic .noptin-label {
  color: #050505;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1480px) {
  .newsletter-form .noptin-styles-basic .noptin-label {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .newsletter-form .noptin-styles-basic .noptin-label {
    font-size: 14px;
  }
}

.newsletter-form button#noptin-form-1__submit {
  background-color: #f39395;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e7727d));
  background-image: linear-gradient(to bottom, transparent 0%, #e7727d 100%);
  padding: 18px 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  border: 1px solid #e7727d;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .newsletter-form button#noptin-form-1__submit {
    padding: 13px 33px;
  }
}

@media (max-width: 992px) {
  .newsletter-form button#noptin-form-1__submit {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .newsletter-form button#noptin-form-1__submit {
    margin-top: 0;
  }
}

.newsletter-form button#noptin-form-1__submit:focus {
  outline: 0;
}

.newsletter-form button#noptin-form-1__submit:hover {
  background-color: #e7727d;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea {
  height: 100px;
}

.form-col {
  margin: 15px 0;
}

.form-col label {
  display: block;
}

.p20-right {
  padding-right: 13px;
}

@media (max-width: 992px) {
  .p20-right {
    padding-right: 0;
  }
}

.p20-left {
  padding-left: 13px;
}

@media (max-width: 992px) {
  .p20-left {
    padding-left: 0;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  margin: 10px 0;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  color: #525252;
  font-size: 16px;
}

@media (max-width: 992px) {
  .wpcf7-list-item-label {
    font-size: 15px;
  }
}

input.form-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
  -webkit-appearance: none;
  vertical-align: top;
  border-radius: 4px;
  line-height: normal;
  cursor: pointer;
  color: #e7727d;
  background: #f7f7f7;
  float: left;
  margin-right: 15px;
  margin-top: 2px;
}

input.form-checkbox:checked:before {
  content: "";
  position: absolute;
  font-size: 8px;
  left: 3px;
  top: 3px;
  text-align: center;
  width: 12px;
  height: 12px;
  line-height: 1.6em;
  background: #e7727d;
  border-radius: 4px;
}

@media (max-width: 992px) {
  .noptin-styles-basic:not(.noptin-template-condensed) {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .noptin-newsletter-form .noptin-form-field-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .noptin-newsletter-form .noptin-birthday-div,
  .noptin-newsletter-form .noptin-text {
    max-width: 100%;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
  background: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  background: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
  background: #ffb900;
}

.primary-button {
  background-color: #f39395;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e7727d));
  background-image: linear-gradient(to bottom, transparent 0%, #e7727d 100%);
  padding: 18px 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  border: 1px solid #e7727d;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 500px;
  outline: none !important;
}

.primary-button:focus {
  outline: 0;
}

.primary-button:hover {
  background-color: #e7727d;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .primary-button {
    padding: 13px 28px;
    font-size: 15px;
    margin: 11px 0;
  }
}

.secondary-button {
  background-color: #fff;
  padding: 18px 36px;
  color: #e87a84;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  border: 2px solid #e87a84;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px;
  outline: none !important;
}

@media (max-width: 992px) {
  .secondary-button {
    padding: 13px 28px;
    font-size: 15px;
    margin: 11px 0;
  }
}

.secondary-button:focus {
  outline: 0;
}

.secondary-button:hover {
  background-color: #e7727d;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.date-filter {
  position: absolute;
  background: transparent;
  border: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  outline: none !important;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.center-button {
  text-align: center;
}

.off {
  overflow: hidden !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.primary-link {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-link:hover {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slick-arrow {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slick-arrow:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.middle-heading {
  text-align: center;
}

.middle-heading h2 {
  font-size: 42px;
  color: #000000;
  font-weight: 300;
}

.middle-heading h2 strong {
  font-weight: 600;
}

.middle-heading p {
  color: #3c3c3c;
  font-size: 18px;
  max-width: 500px;
  margin: 22px auto;
}

.primary-page-title {
  font-size: 46px;
  font-weight: 300;
  color: #000;
}

.active-strong-contact {
  position: relative;
  font-weight: 600;
  white-space: pre;
}

.active-strong-contact:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/art-text-shadow-contact.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -4px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  left: -15px;
}

.active-strong2 {
  position: relative;
  font-weight: 600;
  white-space: pre;
}

.active-strong2:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/art-text-shadow3.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -4px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  left: -15px;
}

.active-strong {
  position: relative;
  font-weight: 600;
  white-space: pre;
}

.active-strong:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/art-text-shadow2.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  left: -15px;
}

.primary-bg {
  background: #fff4f4;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 244, 244, 0.71222)), color-stop(30%, rgba(255, 244, 242, 0.61138)), color-stop(60%, #fff9f7), to(white));
  background: linear-gradient(0deg, rgba(255, 244, 244, 0.71222) 0%, rgba(255, 244, 242, 0.61138) 30%, #fff9f7 60%, white 100%);
  padding: 100px 0;
}

@media (max-width: 1480px) {
  .primary-bg {
    padding: 80px 0;
  }
}

.theme-heading {
  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;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 100px;
}

@media (max-width: 992px) {
  .theme-heading {
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .theme-heading {
    padding-top: 20px;
  }
}

.theme-heading .middle-text h2 {
  color: #000000;
  font-weight: 300;
}

.theme-heading .middle-text p {
  color: #3c3c3c;
}

.filter-panel.error-link {
  border: 2px solid #f30909 !important;
  margin: 5px;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

.filter-input input {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select2 {
  display: block;
  position: relative;
}

.dropdown-wrapper {
  display: block;
}

.selection {
  display: block;
  position: relative;
}

.ajax-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px !important;
  padding-right: 40px !important;
  font-size: 18px !important;
}

.ajax-filters .select2-results__option {
  padding: 10px !important;
  padding-left: 20px !important;
}

.ajax-filters .select2-container--default .select2-selection--single {
  border-radius: 70px !important;
  padding: 10px !important;
  height: auto !important;
  position: relative !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: 1px solid #e7727d !important;
  outline: 1px solid #e7727d !important;
  border-radius: 20px !important;
}

.ajax-filters .select2-container--default .select2-selection--single:hover {
  cursor: pointer;
  background: #ebebeb;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.ajax-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
  right: 5px !important;
}

.ajax-filters .select2-container--default .select2-results > .select2-results__options {
  margin-top: -10px !important;
  padding-top: 15px !important;
}

.ajax-filters .select2-container--default .select2-results__option--disabled {
  border-bottom: 1px solid !important;
  padding-bottom: 15px !important;
}

.ajax-filters .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e7727d !important;
}

.dates-wrapper .date-panel {
  display: block;
  padding-bottom: 20px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #e7727d !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #e7727d !important;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.center-block {
  max-width: 900px;
  margin: 0 auto;
}

.center-block h1 {
  font-weight: 600;
  color: #000000;
  font-size: 46px;
}

@media (max-width: 992px) {
  .center-block h1 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .center-block h1 {
    font-size: 34px;
  }
}

.center-block h2 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.center-block h3 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.center-block h4 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.center-block p {
  color: #3c3c3c;
}

.center-block p a {
  color: #e87a84;
  text-decoration: underline;
}

.center-block ul {
  margin-top: 20px;
}

.center-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #3c3c3c;
  margin-bottom: 20px;
}

.center-block ul li .b-logo {
  display: block;
  width: 40px;
}

.center-block ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

.center-block ol li {
  margin-bottom: 20px;
  padding-left: 15px;
  color: #3c3c3c;
}

.center-block ol li::marker {
  color: #e87a84;
  font-size: 16px;
  font-weight: 600;
}

.center-block blockquote {
  color: #3c3c3c;
  font-size: 24px;
  font-style: italic;
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

.center-block blockquote:before {
  content: "";
  border-top: 5px solid #e7727d !important;
  width: 5%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.null {
  text-align: center;
  margin: 50px 0;
}

@media (max-width: 1480px) {
  .null {
    margin: 20px 0;
  }
}

.active-bg {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.primary-link span {
  margin-left: 15px;
}

.wide {
  padding: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body {
  text-rendering: optimizeLegibility;
  counter-reset: item;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition-timing-function: ease;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

body ::-webkit-scrollbar {
  width: 9px;
  border-radius: 10px;
}

body ::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 10px;
}

body ::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

body ::-webkit-scrollbar-thumb:hover {
  background: #cdcdcd;
}

html.pause {
  overflow: hidden;
  position: relative;
}

html.pause:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
								  not supported by any browser */
}

.svg img.svg {
  display: block;
}

img.svg {
  display: none;
}

.svg img.normal {
  display: none;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.relative {
  position: relative;
  z-index: 1;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.white-box {
  background-color: white;
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.1);
}

.white-txt p,
.white-txt span,
.white-txt a,
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt li {
  color: white;
}

.ml-auto {
  margin-left: auto;
}

.the-content p,
.the-content li,
.the-content span {
  color: #717171;
}

.the-content li,
.the-content p {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

@media (max-width: 1480px) {
  .the-content li,
  .the-content p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .the-content li,
  .the-content p {
    font-size: 15px;
  }
}

.the-content li *,
.the-content p * {
  font-size: inherit;
}

.the-content ul li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
  margin-bottom: 10px;
}

.the-content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
  margin-bottom: 10px;
}

#nprogress .bar {
  background: #e7727d !important;
  z-index: 999999 !important;
  height: 4px !important;
}

/* Fancy blur effect */
#nprogress .peg {
  -webkit-box-shadow: 0 0 10px #e7727d, 0 0 5px #e7727d !important;
          box-shadow: 0 0 10px #e7727d, 0 0 5px #e7727d !important;
}

.active-preloader {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 99 !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7b5ba61;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

#loader {
  display: block;
  position: relative;
  z-index: 99;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #bf5a64;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e8747e;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e7727d;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#main-header .topbar {
  background: #404040;
  padding-top: 11px;
  padding-bottom: 13px;
}

@media (max-width: 992px) {
  #main-header .topbar {
    display: none;
  }
}

#main-header .topbar .topbar-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .topbar .topbar-contact li:not(:last-child) .qc-details {
  padding-right: 35px;
}

#main-header .topbar .topbar-contact li a,
#main-header .topbar .topbar-contact li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .topbar .topbar-contact li a .qc,
#main-header .topbar .topbar-contact li .box .qc {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

#main-header .topbar .topbar-contact li a .qc i,
#main-header .topbar .topbar-contact li .box .qc i {
  color: #e8747e;
  opacity: 0.6;
}

#main-header .topbar .topbar-contact li a .qc-details:hover .val-qc,
#main-header .topbar .topbar-contact li .box .qc-details:hover .val-qc {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .topbar .topbar-contact li a .qc-details .label-qc,
#main-header .topbar .topbar-contact li .box .qc-details .label-qc {
  color: #fff;
  font-size: 14px;
}

#main-header .topbar .topbar-contact li a .qc-details .val-qc,
#main-header .topbar .topbar-contact li .box .qc-details .val-qc {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1240px) {
  #main-header .topbar .topbar-contact li a .qc-details .val-qc,
  #main-header .topbar .topbar-contact li .box .qc-details .val-qc {
    font-size: 14px;
  }
}

#main-header .topbar .topbar-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  #main-header .topbar .topbar-links {
    display: none;
  }
}

#main-header .topbar .topbar-links li {
  position: relative;
  padding: 0 10px;
  line-height: initial;
}

#main-header .topbar .topbar-links li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .topbar .topbar-links li a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #e7727d;
}

@media (max-width: 1240px) {
  #main-header .topbar .topbar-links li a {
    font-size: 14px;
  }
}

#main-header .topbar .topbar-links li:not(:last-child):after {
  content: " | ";
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 1px;
  right: 0;
}

#main-header .navbar-desktop {
  padding: 10px 0;
  position: absolute;
  z-index: 2;
  width: 100%;
}

@media (max-width: 992px) {
  #main-header .navbar-desktop {
    display: none;
  }
}

#main-header .navbar-desktop .desktop_nav {
  position: relative;
  z-index: 2;
}

#main-header .navbar-desktop .desktop_nav > li,
#main-header .navbar-desktop .desktop_nav .custom-link {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
}

@media (max-width: 1240px) {
  #main-header .navbar-desktop .desktop_nav > li,
  #main-header .navbar-desktop .desktop_nav .custom-link {
    padding: 10px 25px;
  }
}

@media (max-width: 1078px) {
  #main-header .navbar-desktop .desktop_nav > li,
  #main-header .navbar-desktop .desktop_nav .custom-link {
    padding: 10px 20px;
  }
}

#main-header .navbar-desktop .desktop_nav > li a,
#main-header .navbar-desktop .desktop_nav .custom-link a {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .navbar-desktop .desktop_nav > li a:hover,
#main-header .navbar-desktop .desktop_nav .custom-link a:hover {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1240px) {
  #main-header .navbar-desktop .desktop_nav > li a,
  #main-header .navbar-desktop .desktop_nav .custom-link a {
    font-size: 16px;
  }
}

#main-header .navbar-desktop .desktop_nav .current-menu-item > a {
  color: #e7727d;
}

#main-header .navbar-desktop .desktop_nav .current-menu-item:after {
  color: #e7727d;
}

#main-header .navbar-desktop .desktop_nav .custom-link-image {
  padding: 0 100px;
}

@media (max-width: 1240px) {
  #main-header .navbar-desktop .desktop_nav .custom-link-image {
    padding: 0 50px;
  }
}

#main-header .navbar-desktop .desktop_nav .menu-item-has-children {
  position: relative;
  -webkit-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
}

#main-header .navbar-desktop .desktop_nav .menu-item-has-children:after {
  content: "\f078";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 11px;
  font-weight: 600;
  font-family: "Font Awesome\ 5 Free";
}

#main-header .navbar-desktop .desktop_nav .menu-item-has-children:hover {
  cursor: pointer;
}

#main-header .navbar-desktop .desktop_nav .menu-item-has-children:hover .sub-menu {
  min-width: 300px;
  text-align: center;
  padding: 20px;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
}

#main-header .navbar-desktop .desktop_nav .sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
  position: absolute;
  top: 2.5em;
  left: -20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

#main-header .navbar-desktop .desktop_nav .sub-menu li:not(:last-child) {
  margin-bottom: 20px;
}

#main-header .navbar-desktop .desktop_nav .sub-menu li a {
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .navbar-desktop .desktop_nav .sub-menu li a:hover {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .navbar-desktop .desktop_nav .active-submenu {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
}

#main-header .navbar-mobile {
  display: none;
}

@media (max-width: 992px) {
  #main-header .navbar-mobile {
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 1px 4px #80808040;
    box-shadow: 0 1px 4px #80808040;
  }
}

@media (max-width: 992px) {
  #main-header .navbar-mobile .mobile_logo img {
    max-width: 110px;
  }
}

@media (max-width: 680px) {
  #main-header .navbar-mobile .mobile_logo img {
    max-width: 100px;
  }
}

#main-header .navbar-mobile nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3px 0;
}

@media (max-width: 768px) {
  #main-header .navbar-mobile nav {
    padding: 4px 0;
  }
}

#main-header .navbar-mobile #menuToggle {
  display: block;
  margin-left: auto;
  position: relative;
  padding-top: 11px;
  padding-bottom: 8px;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#main-header .navbar-mobile #menuToggle input {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#main-header .navbar-mobile #menuToggle .line {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#main-header .navbar-mobile #menuToggle .line:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#main-header .navbar-mobile #menuToggle .line:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#main-header .navbar-mobile #menuToggle input:checked ~ .line {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
          transform: rotate(45deg) translate(-1px, 0px);
  background: #232323;
}

#main-header .navbar-mobile #menuToggle input:checked ~ .line:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#main-header .navbar-mobile #menuToggle input:checked ~ .line:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, 1px);
          transform: rotate(-45deg) translate(0, 1px);
}

#main-header .navbar-mobile .mobile_wrapper {
  position: absolute;
  text-align: center;
  padding: 60px 30px;
  top: -40px;
  width: 300px;
  padding-bottom: 0;
  height: 102vh;
  background: #f8a38f;
  background: linear-gradient(181deg, #f8a38f 0%, #f8a694 10%, #f8a796 30%, #f6aaac 60%, #e7727d 100%);
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(200%, 0);
          transform: translate(200%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav {
  padding-top: 25px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav .menu-item-has-children {
  position: relative;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav .menu-item-has-children:after {
  content: "\f054";
  display: block;
  position: absolute;
  font-size: 11px;
  top: 1.2em;
  right: 0;
  font-weight: 600;
  font-family: "Font Awesome\ 5 Free";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav .menu-item-has-children:hover:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav .menu-item-has-children:hover .sub-menu {
  z-index: 10;
  padding: 10px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.2s ease, opacity 0.2s ease;
  transition: visibility 0.2s ease, opacity 0.2s ease;
  width: 100%;
  top: 40px;
  background: #fff;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav .sub-menu {
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  -webkit-transition: visibility 0.2s ease;
  transition: visibility 0.2s ease;
  position: absolute;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav .sub-menu li a {
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav .sub-menu li a:hover {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav li {
  padding: 10px 0;
}

#main-header .navbar-mobile .mobile_wrapper .mobile_nav li a {
  color: #000;
  font-weight: 500;
  font-size: 17px;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-links {
  text-align: center;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-links li {
  position: relative;
  padding: 0 10px;
  line-height: initial;
  width: 100%;
  margin: 5px 0;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-links li a {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

@media (max-width: 1240px) {
  #main-header .navbar-mobile .mobile_wrapper .topbar-links li a {
    font-size: 14px;
  }
}

#main-header .navbar-mobile .mobile_wrapper .topbar-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-contact li {
  padding: 7px 0;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-contact li a,
#main-header .navbar-mobile .mobile_wrapper .topbar-contact li .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-contact li a .qc,
#main-header .navbar-mobile .mobile_wrapper .topbar-contact li .box .qc {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-contact li a .qc i,
#main-header .navbar-mobile .mobile_wrapper .topbar-contact li .box .qc i {
  color: #e8747e;
  opacity: 0.6;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-contact li a .qc-details .label-qc,
#main-header .navbar-mobile .mobile_wrapper .topbar-contact li .box .qc-details .label-qc {
  color: #000;
  font-size: 14px;
}

#main-header .navbar-mobile .mobile_wrapper .topbar-contact li a .qc-details .val-qc,
#main-header .navbar-mobile .mobile_wrapper .topbar-contact li .box .qc-details .val-qc {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1240px) {
  #main-header .navbar-mobile .mobile_wrapper .topbar-contact li a .qc-details .val-qc,
  #main-header .navbar-mobile .mobile_wrapper .topbar-contact li .box .qc-details .val-qc {
    font-size: 14px;
  }
}

#main-header .navbar-mobile #menuToggle input:checked ~ .mobile_wrapper {
  -webkit-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
}

#main-footer {
  background: #fff4f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff4f4), color-stop(35%, #fff4f2), color-stop(70%, #fff9f7), to(white));
  background: linear-gradient(180deg, #fff4f4 0%, #fff4f2 35%, #fff9f7 70%, white 100%);
  padding-bottom: 50px;
  padding-top: 50px;
}

@media (max-width: 992px) {
  #main-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #main-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

#main-footer .sep {
  border-top: 1px solid;
  border-color: #707070;
  opacity: 0.2;
  margin-top: 40px;
  margin-bottom: 25px;
}

@media (max-width: 1480px) {
  #main-footer .sep {
    margin-top: 25px;
  }
}

@media (max-width: 992px) {
  #main-footer .sep {
    margin-top: 25px;
  }
}

@media (max-width: 500px) {
  #main-footer .sep {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#main-footer .footer-heading {
  margin-top: 44px;
  margin-bottom: 34px;
}

@media (max-width: 1480px) {
  #main-footer .footer-heading {
    margin-top: 5px;
    margin-bottom: 21px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-heading {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #main-footer .footer-heading {
    margin-bottom: 10px;
  }
}

#main-footer .footer-heading h4 {
  color: #050505;
  font-weight: 500;
  font-size: 24px;
}

@media (max-width: 1480px) {
  #main-footer .footer-heading h4 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-heading h4 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #main-footer .footer-heading h4 {
    font-size: 17px;
  }
}

@media (max-width: 1480px) {
  #main-footer .brand-footer img {
    max-width: 160px;
  }
}

@media (max-width: 992px) {
  #main-footer .brand-footer img {
    max-width: 140px;
  }
}

@media (max-width: 768px) {
  #main-footer .brand-footer img {
    max-width: 130px;
  }
}

@media (max-width: 500px) {
  #main-footer .brand-footer img {
    max-width: 120px;
  }
}

#main-footer .footer-block {
  padding-right: 50px;
}

@media (max-width: 992px) {
  #main-footer .footer-block {
    text-align: center;
    padding-right: 0;
  }
}

#main-footer .footer-block .footer-description p {
  color: #3c3c3c;
  font-size: 16px;
}

@media (max-width: 1480px) {
  #main-footer .footer-block .footer-description p {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block .footer-description p {
    font-size: 14px;
  }
}

#main-footer .footer-block .footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media (max-width: 1480px) {
  #main-footer .footer-block .footer-social-media {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block .footer-social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
}

#main-footer .footer-block .footer-social-media li {
  margin-right: 7px;
}

@media (max-width: 992px) {
  #main-footer .footer-block .footer-social-media li {
    margin-right: 5px;
    margin-left: 5px;
  }
}

#main-footer .footer-block .footer-social-media li a i {
  color: #ed8188;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-footer .footer-block .footer-social-media li a i:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#main-footer .footer-block .footer-social-media li a i:before {
  border: 2px solid;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  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;
  font-size: 16px;
}

@media (max-width: 1480px) {
  #main-footer .footer-block .footer-social-media li a i:before {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block .footer-social-media li a i:before {
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2.footer-block-menu {
    text-align: center;
    padding: 0 30px;
  }
}

@media (max-width: 576px) {
  #main-footer .footer-block-v2.footer-block-menu {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2.footer-block-contact {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  #main-footer .footer-block-v2.footer-block-contact {
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 460px) {
  #main-footer .footer-block-v2.footer-block-contact {
    max-width: 247px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2.footer-block-contact .footer-heading {
    text-align: center;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2.footer-block-contact .footer-contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2.footer-block-contact .footer-contact-box li {
    width: 33.33%;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  #main-footer .footer-block-v2.footer-block-contact .footer-contact-box li {
    margin-bottom: 20px;
    width: 50%;
    padding-right: 10px;
    text-align: left;
  }
}

@media (max-width: 460px) {
  #main-footer .footer-block-v2.footer-block-contact .footer-contact-box li {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2 .primary-links li {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#main-footer .footer-block-v2 .primary-links li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1480px) {
  #main-footer .footer-block-v2 .primary-links li:not(:last-child) {
    margin-bottom: 13px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2 .primary-links li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 460px) {
  #main-footer .footer-block-v2 .primary-links li:not(:last-child) {
    margin-bottom: 3px;
  }
}

#main-footer .footer-block-v2 .primary-links li a {
  color: #3c3c3c;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1480px) {
  #main-footer .footer-block-v2 .primary-links li a {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2 .primary-links li a {
    font-size: 14px;
  }
}

#main-footer .footer-block-v2 .primary-links li a:hover {
  color: #e7727d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-footer .footer-block-v2 .footer-contact-box li:not(:last-child) {
  margin-bottom: 20px;
}

#main-footer .footer-block-v2 .footer-contact-box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-footer .footer-block-v2 .footer-contact-box li a .contact-meta:hover .contact-info {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#main-footer .footer-block-v2 .footer-contact-box li a .contact-meta .contact-label {
  color: #3c3c3c;
  font-size: 14px;
}

#main-footer .footer-block-v2 .footer-contact-box li a .contact-meta .contact-info {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  max-width: 220px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  #main-footer .footer-block-v2 .footer-contact-box li a .contact-meta .contact-info {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  #main-footer .footer-block-v2 .footer-contact-box li a .contact-meta .contact-info {
    font-size: 14px;
  }
}

#main-footer .footer-block-v2 .footer-contact-box li a i {
  color: #ed8188;
  margin-right: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 576px) {
  #main-footer .footer-block-v2 .footer-contact-box li a i {
    margin-right: 11px;
  }
}

#main-footer .footer-block-v2 .footer-contact-box li a i:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#main-footer .footer-block-v2 .footer-contact-box li a i:before {
  border: 2px solid;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  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;
  font-size: 20px;
}

@media (max-width: 1480px) {
  #main-footer .footer-block-v2 .footer-contact-box li a i:before {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  #main-footer .footer-block-v2 .footer-contact-box li a i:before {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

#main-footer .newsletter-box {
  background: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 20px;
}

@media (max-width: 1480px) {
  #main-footer .newsletter-box {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 10px;
    border-radius: 0;
  }
}

@media (max-width: 992px) {
  #main-footer .newsletter-box {
    padding: 0;
    margin-top: 44px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #main-footer .newsletter-box {
    margin-top: 25px;
  }
}

@media (max-width: 500px) {
  #main-footer .newsletter-box {
    display: none;
  }
}

#main-footer .newsletter-box .newsletter-header h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1480px) {
  #main-footer .newsletter-box .newsletter-header h4 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  #main-footer .newsletter-box .newsletter-header h4 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #main-footer .newsletter-box .newsletter-header h4 {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  #main-footer .newsletter-box .newsletter-header p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #main-footer .newsletter-box .newsletter-header p {
    margin-top: 0;
    font-size: 13px;
  }
}

#main-footer .copyrights .the-copyrights p {
  font-size: 15px;
  margin: 0;
  color: #3c3c3c;
}

@media (max-width: 992px) {
  #main-footer .copyrights .the-copyrights p {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #main-footer .copyrights .the-copyrights p {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 10px;
  }
}

#main-footer .copyrights .extra-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 992px) {
  #main-footer .copyrights .extra-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#main-footer .copyrights .extra-links li:not(:last-child) a:after {
  content: " | ";
  display: block;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: 1px;
  right: -10px;
}

#main-footer .copyrights .extra-links li a {
  font-size: 15px;
  margin: 0 10px;
  color: #3c3c3c;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  #main-footer .copyrights .extra-links li a {
    font-size: 14px;
  }
}

#main-footer .copyrights .extra-links li a:hover {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.homepage {
  position: relative;
  background: #fff4f4;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 244, 244, 0.709419)), color-stop(35%, rgba(255, 243, 240, 0.644993)), color-stop(70%, #fff9f7), to(white));
  background: linear-gradient(0deg, rgba(255, 244, 244, 0.709419) 0%, rgba(255, 243, 240, 0.644993) 35%, #fff9f7 70%, white 100%);
  margin-top: 120px;
}

@media (max-width: 992px) {
  .homepage {
    margin-top: 0;
  }
}

.homepage .homepage-column {
  max-width: 650px;
  padding-top: 50px;
}

.homepage .homepage-column .home-intro {
  padding: 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1240px) {
  .homepage .homepage-column .home-intro {
    max-width: 550px;
    margin-bottom: 20px;
    padding: 40px 0;
  }
}

@media (max-width: 992px) {
  .homepage .homepage-column .home-intro {
    max-width: 450px;
  }
}

.homepage .homepage-column .home-intro:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/home_art1.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100px;
  top: -60px;
  background-position: left;
  z-index: 0;
}

@media (max-width: 1240px) {
  .homepage .homepage-column .home-intro:after {
    display: none;
  }
}

.homepage .homepage-column .home-intro h1 {
  color: #000000;
  font-weight: 300;
}

.homepage .homepage-column .home-intro h1 strong {
  font-weight: 500;
  position: relative;
  white-space: pre;
}

.homepage .homepage-column .home-intro h1 strong:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/art-text-shadow.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  left: -15px;
}

.homepage .homepage-column .home-intro p {
  font-size: 20px;
  max-width: 500px;
  color: #3c3c3c;
  font-weight: 300;
}

@media (max-width: 1240px) {
  .homepage .homepage-column .home-intro p {
    font-size: 18px;
    max-width: 100%;
  }
}

.homepage .homepage-column .home-intro .arrow-down {
  background-repeat: no-repeat;
  width: 100px;
  height: 120px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}

@media (max-width: 1240px) {
  .homepage .homepage-column .home-intro .arrow-down {
    width: 100px;
    display: none;
  }
}

.homepage .homepage-row {
  position: relative;
  margin-top: 50px;
}

.homepage .section-bg {
  width: 100%;
  height: 500px;
  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;
  background-repeat: no-repeat;
  position: absolute;
  background-position: 110% 0;
  max-width: 1366px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (max-width: 1240px) {
  .homepage .section-bg {
    height: 400px;
    background-size: contain;
    width: 617px;
    margin-right: -100px;
  }
}

@media (max-width: 768px) {
  .homepage .section-bg {
    padding-bottom: 100%;
    background-position: 100% 100%;
    margin: 0;
    width: 100%;
    height: 550px;
  }
}

@media (max-width: 500px) {
  .homepage .section-bg {
    height: 550px;
  }
}

.homepage .section-bg .art-bg {
  background: #ffffff;
  padding: 21px 25px 17px;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: auto;
  right: 30%;
  top: 35%;
  border-radius: 20px;
}

@media (max-width: 1240px) {
  .homepage .section-bg .art-bg {
    right: auto;
    top: 80%;
    height: auto;
    left: 92px;
  }
}

@media (max-width: 768px) {
  .homepage .section-bg .art-bg {
    top: 85%;
    left: 20%;
  }
}

@media (max-width: 680px) {
  .homepage .section-bg .art-bg {
    top: 85%;
    left: 10%;
    padding: 15px;
  }
}

.homepage .section-bg .art-bg .art-smile {
  background-repeat: no-repeat;
  min-width: 32px;
  min-height: 35px;
}

.homepage .section-bg .art-bg .art-text {
  margin-left: 12px;
}

.homepage .section-bg .art-bg .art-text .coursants-value {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #3c3c3c;
}

@media (max-width: 768px) {
  .homepage .section-bg .art-bg .art-text .coursants-value {
    font-size: 18px;
  }
}

.homepage .section-bg .art-bg .art-text .coursants-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #3c3c3c;
}

@media (max-width: 768px) {
  .homepage .section-bg .art-bg .art-text .coursants-text {
    font-size: 14px;
  }
}

.homepage .courses-type-flow {
  margin-top: 120px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(35%, #fdf1f2));
  background: linear-gradient(180deg, white 0%, #fdf1f2 35%);
  border-radius: 150px 0 0 20px;
  padding: 80px 0;
}

@media (max-width: 1240px) {
  .homepage .courses-type-flow {
    margin-top: 0;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .homepage .courses-type-flow {
    padding: 40px 0;
  }
}

.homepage .courses-type-flow .courses-wrapper-model {
  position: relative;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .homepage .courses-type-flow .courses-wrapper-model {
    margin-bottom: 60px;
  }
}

.homepage .courses-type-flow .courses-wrapper-model:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #707070;
  opacity: 0.2;
  padding-bottom: 40px;
  display: block;
  width: 100%;
  height: 1px;
}

@media (max-width: 768px) {
  .homepage .courses-type-flow .courses-wrapper-model:after {
    content: none;
  }
}

.homepage .courses-type-flow .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.homepage .courses-type-flow .courses-posts {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 1240px) {
  .homepage .courses-type-flow .courses-posts {
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .homepage .courses-type-flow .courses-posts {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.homepage .courses-type-flow .courses-posts:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  height: 430px;
}

.homepage .courses-type-flow .courses-posts:not(.slick-slider) .course-model {
  width: calc(33.33% - 40px);
}

@media (max-width: 768px) {
  .homepage .courses-type-flow .courses-posts:not(.slick-slider) .course-model {
    width: calc(50% - 40px);
  }
}

@media (max-width: 680px) {
  .homepage .courses-type-flow .courses-posts:not(.slick-slider) .course-model {
    width: 100%;
  }
}

.homepage .courses-type-flow .course-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 992px) {
  .homepage .courses-type-flow .course-header {
    display: block;
  }
}

.homepage .courses-type-flow .course-header .courses-heading-title h2 {
  font-weight: 300;
  color: #000000;
}

.homepage .courses-type-flow .course-header .courses-heading-title h2 strong {
  font-weight: 600;
}

.homepage .courses-type-flow .course-header .view-all-courses {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.homepage .courses-type-flow .course-header .view-all-courses:hover {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .homepage .courses-type-flow .course-header .view-all-courses {
    margin-top: 10px;
  }
}

.homepage .courses-type-flow .course-header .view-all-courses:before {
  content: "";
  width: 30%;
  height: 2px;
  position: absolute;
  left: -60px;
  top: 40%;
  display: block;
  background: #ed8289;
}

@media (max-width: 992px) {
  .homepage .courses-type-flow .course-header .view-all-courses:before {
    left: unset;
    right: -60px;
  }
}

.homepage .courses-type-flow .courses-posts:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/posts-dots.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 217px;
  height: 217px;
  z-index: 0;
  position: absolute;
  bottom: 0;
  right: -55px;
}

@media (max-width: 768px) {
  .homepage .courses-type-flow .courses-posts:after {
    content: none;
  }
}

.homepage .courses-type-flow .courses-posts .slick-list {
  position: relative;
  z-index: 2;
}

.homepage .courses-type-flow .courses-posts .course-model {
  background: #fff;
  border: 1px solid #fae3e3;
  border-radius: 14px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px 20px;
  margin: 40px 16px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .homepage .courses-type-flow .courses-posts .course-model {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 20px 5px 10px 5px;
  }
}

.homepage .courses-type-flow .courses-posts .course-model:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .homepage .courses-type-flow .courses-posts .course-model:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.homepage .courses-type-flow .courses-posts .course-model .course-logo {
  display: contents;
}

.homepage .courses-type-flow .courses-posts .course-model .course-logo img {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .homepage .courses-type-flow .courses-posts .course-model .course-logo img {
    margin: 0 auto 10px;
  }
}

@media (max-width: 992px) {
  .homepage .courses-type-flow .courses-posts .course-model .course-data {
    text-align: center;
  }
}

.homepage .courses-type-flow .courses-posts .course-model .course-data h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 768px) {
  .homepage .courses-type-flow .courses-posts .course-model .course-data h4 {
    font-size: 17px;
  }
}

.homepage .courses-type-flow .courses-posts .course-model .course-data p {
  color: #3c3c3c;
  font-size: 15px;
}

.homepage .courses-type-flow .courses-posts .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .homepage .courses-type-flow .courses-posts .flex {
    display: block;
  }
}

.homepage .courses-wrapper-flow .course-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homepage .courses-wrapper-flow .course-header .courses-heading-title h2 {
  font-weight: 300;
  color: #000000;
  padding-right: 40px;
  margin-bottom: 10px;
}

.homepage .courses-wrapper-flow .course-header .courses-heading-title h2 strong {
  font-weight: 600;
}

.homepage .courses-wrapper-flow .course-header .arrows-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 22px;
          column-gap: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 1240px) {
  .homepage .courses-wrapper-flow .course-header .arrows-controls {
    display: none;
  }
}

.homepage .courses-wrapper-flow .course-header .arrows-controls span {
  background: #fff;
  padding: 15px 20px;
  border-radius: 50%;
}

.homepage .courses-wrapper-flow .course-header .arrows-controls span img {
  display: block;
}

.homepage .courses-wrapper-flow .courses-by-date {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 768px) {
  .homepage .courses-wrapper-flow .courses-by-date {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 500px) {
  .homepage .courses-wrapper-flow .courses-by-date {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.homepage .courses-wrapper-flow .courses-by-date:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  height: 540px;
}

.homepage .courses-wrapper-flow .courses-by-date:not(.slick-slider) .course-standard {
  width: 25%;
}

@media (max-width: 1240px) {
  .homepage .courses-wrapper-flow .courses-by-date:not(.slick-slider) .course-standard {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .homepage .courses-wrapper-flow .courses-by-date:not(.slick-slider) .course-standard {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .homepage .courses-wrapper-flow .courses-by-date:not(.slick-slider) .course-standard {
    width: 100%;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  border-radius: 14px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px 16px;
  height: auto;
}

@media (max-width: 1024px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 768px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard {
    margin: 20px 10px;
  }
}

@media (max-width: 500px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard {
    margin: 7px;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard:hover .heading-course {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: right;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .heading-course {
  position: relative;
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .heading-course .sale-tag {
  position: absolute;
  right: 20px;
  top: 13px;
  background: #ed8289;
  width: 55px;
  height: 55px;
  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;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .heading-course .course-date {
  position: absolute;
  background: #7e6859;
  padding: 6px 15px;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 30px;
  font-size: 14px;
  color: #fff;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .price-area {
  padding-bottom: 20px;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body {
  padding: 24px 19px;
  padding-bottom: 0;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 768px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body h4 {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body h4 {
    font-size: 17px;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #707070;
  opacity: 0.1;
}

@media (max-width: 500px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta:after {
    content: none;
  }
}

@media (max-width: 500px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper {
    width: 100%;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper .course-location,
.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper .course-domain {
  color: #5c5c5c;
  font-size: 12px;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper .location,
.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper .domain {
  color: #000000;
  font-size: 15px;
}

@media (max-width: 768px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper .location,
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper .domain {
    font-size: 14px;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper:first-child {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

@media (max-width: 500px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper:first-child {
    margin-right: 0;
    padding-right: 0;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  display: block;
  background: #707070;
  opacity: 0.1;
}

@media (max-width: 500px) {
  .homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper:first-child:after {
    content: none;
  }
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper:first-child:last-child {
  margin-right: 0;
  padding-right: 0;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .course-meta .course-meta-wrapper:first-child:last-child:after {
  content: none;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .price-area .price-course {
  color: #5c5c5c;
  font-size: 12px;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .price-area .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .price-area .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .price-area .price .price-value {
  color: #e7727d;
  font-weight: 600;
  font-size: 22px;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .price-area .price .price-cur {
  color: #e7727d;
  font-weight: 600;
  font-size: 18px;
  padding: 0 2px;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .price-area .price .old-price {
  color: #3c3c3c;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 5px;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .price-area .price .old-price sub {
  color: #3c3c3c;
  bottom: 0;
  font-size: 12px;
}

.homepage .courses-wrapper-flow .courses-by-date .course-standard .course-body .price-area .price a {
  margin-left: auto;
}

body.post-type-archive-cursuri .select2-container--open .select2-dropdown,
body.home .select2-container--open .select2-dropdown {
  width: 350px !important;
  border-top: 1px solid #aaa !important;
  border-bottom: 1px solid #aaa !important;
}

.courses-filters {
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 70px;
  border: 1px solid #fae3e3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1240px) {
  .courses-filters {
    display: block;
    width: 100%;
    max-width: 800px;
    border-radius: 130px;
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .courses-filters {
    border-radius: 20px;
    display: block;
    margin-top: 70%;
  }
}

.courses-filters .filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  padding: 20px 30px;
}

@media (max-width: 992px) {
  .courses-filters .filters-wrapper {
    padding: 20px;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

@media (max-width: 768px) {
  .courses-filters .filters-wrapper {
    display: block;
  }
}

.courses-filters .filters-wrapper .filter-panel.error-parent {
  border: 1.5px solid #de1e1e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.courses-filters .filters-wrapper .filter-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  position: relative;
  border-radius: 70px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .courses-filters .filters-wrapper .filter-panel {
    padding: 15px;
    margin: 10px 0;
    border-radius: 20px;
  }
  .courses-filters .filters-wrapper .filter-panel:nth-of-type(1):after, .courses-filters .filters-wrapper .filter-panel:nth-of-type(2):after {
    display: none !important;
  }
}

@media (max-width: 460px) {
  .courses-filters .filters-wrapper .filter-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.courses-filters .filters-wrapper .filter-panel:nth-of-type(1):after, .courses-filters .filters-wrapper .filter-panel:nth-of-type(2):after {
  content: "";
  border-right: 1px solid #707070;
  opacity: 0.1;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.courses-filters .filters-wrapper .filter-panel .filter-logo {
  padding-right: 13px;
}

@media (max-width: 1240px) {
  .courses-filters .filters-wrapper .filter-panel .filter-logo {
    padding-right: 8px;
    width: 40px;
    height: 40px;
  }
}

.courses-filters .filters-wrapper .filter-panel .input-wrapper input {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik";
  background: none;
  max-width: 120px;
}

.courses-filters .filters-wrapper .filter-panel select:not(.select2-hidden-accessible) {
  width: 140px !important;
}

.courses-filters .filters-wrapper .filter-panel .select2-container {
  width: 140px !important;
  margin-right: 10px;
}

.courses-filters .filters-wrapper .filter-panel .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.courses-filters .filters-wrapper .filter-panel .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: #000000;
  font-weight: 600;
}

.courses-filters .filters-wrapper .filter-panel .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(assets/img/svg/chevron.svg);
  border: none;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -4px;
  padding-right: 25px;
}

.courses-filters .filters-wrapper .filter-panel .bottom-label {
  color: #676767;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background: transparent;
  display: block;
  max-width: 150px;
  font-size: 15px;
  opacity: 0.5;
  margin-top: 7px;
}

.courses-filters .filters-wrapper .filter-panel .filter-input {
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.courses-filters .filters-wrapper .filter-panel .filter-input .filter-attribute {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  padding-right: 30px;
  position: relative;
  display: inline-block;
}

@media (max-width: 1240px) {
  .courses-filters .filters-wrapper .filter-panel .filter-input .filter-attribute {
    font-size: 14px;
  }
}

.courses-filters .filters-wrapper .filter-panel .filter-input .filter-attribute:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/chevron.svg");
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 5px;
  right: 0;
  width: 11px;
  height: 11px;
  z-index: 0;
}

.courses-filters .filters-wrapper .filter-panel .filter-input .filter-value {
  color: #676767;
  font-size: 16px;
  line-height: 1;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background: transparent;
  display: block;
  max-width: 150px;
}

@media (max-width: 1240px) {
  .courses-filters .filters-wrapper .filter-panel .filter-input .filter-value {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .courses-filters .filters-wrapper .filter-panel-search {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
}

.courses-filters .filters-wrapper .filter-panel-search .filter-logo-search {
  background: #f39395;
  background: -webkit-gradient(linear, left bottom, left top, from(#f39395), color-stop(35%, #e7727d));
  background: linear-gradient(0deg, #f39395 0%, #e7727d 35%);
  width: 65px;
  height: 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1240px) {
  .courses-filters .filters-wrapper .filter-panel-search .filter-logo-search {
    border-radius: 50%;
  }
}

@media (max-width: 768px) {
  .courses-filters .filters-wrapper .filter-panel-search .filter-logo-search {
    width: 100%;
    height: 55px;
    border-radius: 30px;
    text-align: center;
  }
}

.courses-filters .filters-wrapper .filter-panel-search .filter-logo-search img {
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.courses-filters .filters-wrapper .filter-panel-search .filter-logo-search:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.courses-filters .filters-wrapper .filter-panel-search .filter-logo-search:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.courses-filters .filters-wrapper .filter-panel-search .filter-logo-search .more-search {
  color: #fff;
  display: none;
}

@media (max-width: 768px) {
  .courses-filters .filters-wrapper .filter-panel-search .filter-logo-search .more-search {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    font-family: "Rubik";
  }
}

.courses-filters .ajax-filters {
  position: relative;
  display: none;
  background: #fff;
  padding: 30px 50px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 130px;
  margin: 20px;
}

@media (max-width: 768px) {
  .courses-filters .ajax-filters {
    position: relative;
    margin-top: 35px;
    left: 0px;
    border-radius: 20px;
    padding: 20px;
    margin: 0;
    margin-top: 20px;
  }
}

.courses-filters .ajax-filters h4 {
  padding-bottom: 20px;
  font-size: 20px;
}

.courses-filters .ajax-filters .date-panel input {
  padding: 10px;
  border-radius: 70px;
  border: 1px solid #e7727d;
  text-align: center;
  color: #e7727d;
  font-weight: 600;
  margin: 10px 0;
  outline: 1px solid #e7727d;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 100%;
  display: block;
  padding: 15px;
}

.courses-filters .ajax-filters .date-panel input:hover {
  cursor: pointer;
  background: #ebebeb;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.courses-filters .active-ajax.ajax-filters {
  border: 1px solid #e7727d;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.why-us {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
}

@media (max-width: 1240px) {
  .why-us {
    padding: 100px 0;
  }
}

@media (max-width: 1024px) {
  .why-us {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .why-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.why-us:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/bird.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  width: 330px;
  height: 256px;
  bottom: 80px;
  right: -100px;
  position: absolute;
}

@media (max-width: 768px) {
  .why-us:after {
    content: none;
  }
}

.why-us .why-us-intro {
  position: relative;
  margin: 0 0 20px 0;
}

@media (max-width: 992px) {
  .why-us .why-us-intro {
    text-align: center;
  }
}

.why-us .why-us-intro:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/bullets.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 320px;
  height: 320px;
  top: -100px;
  left: -75px;
  position: absolute;
  opacity: 0.1;
}

.why-us .why-us-intro h2 {
  font-size: 42px;
  color: #fff;
}

.why-us .why-us-intro h2 strong {
  font-weight: 600;
  position: relative;
  white-space: pre;
}

.why-us .why-us-intro h2 strong:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/art-text-shadow.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  left: -15px;
}

.why-us .why-us-intro p {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  .why-us .why-us-intro p {
    font-size: 15px;
  }
}

.why-us .why-us-intro .transparent-link {
  border: 2px solid #ffffff;
  border-radius: 36px;
  padding: 18px 36px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .why-us .why-us-intro .transparent-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.why-us .why-us-intro .transparent-link:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.why-us .why-us-features .feature-model {
  margin-top: 10px;
  margin-bottom: 10px;
}

.why-us .why-us-features .feature-model .parent-margin {
  margin: 0 14px;
  height: 100%;
}

@media (max-width: 680px) {
  .why-us .why-us-features .feature-model .parent-margin {
    margin: 0;
  }
}

.why-us .why-us-features .feature-model .feature-padding {
  padding: 50px;
  padding-bottom: 30px;
  padding-top: 40px;
  height: 100%;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1240px) {
  .why-us .why-us-features .feature-model .feature-padding {
    padding: 30px;
  }
}

@media (max-width: 1024px) {
  .why-us .why-us-features .feature-model .feature-padding {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .why-us .why-us-features .feature-model .feature-padding {
    text-align: center;
  }
}

@media (max-width: 680px) {
  .why-us .why-us-features .feature-model .feature-padding {
    padding: 30px;
    text-align: center;
  }
}

.why-us .why-us-features .feature-model .feature-padding .model-img {
  margin-bottom: 12px;
}

.why-us .why-us-features .feature-model .feature-padding h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.why-us .why-us-features .feature-model .feature-padding p {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  .why-us .why-us-features .feature-model .feature-padding p {
    font-size: 15px;
  }
}

.team {
  padding: 100px 0;
  padding-bottom: 25px;
}

@media (max-width: 1480px) {
  .team {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .team {
    padding: 50px 0;
  }
}

.team .arrow-left3,
.team .arrow-right3 {
  background: #fff4f2;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  width: 85px;
  height: 85px;
  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;
}

.team .arrow-left3 img,
.team .arrow-right3 img {
  display: block;
}

.team .arrow-left3 {
  left: -70px;
}

.team .arrow-right3 {
  right: -70px;
}

.team .team-slider {
  margin-top: 50px;
  position: relative;
}

.team .team-slider:not(.slick-slider) {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.team .team-slider:not(.slick-slider) .team-slide {
  width: 33.33%;
}

@media (max-width: 1024px) {
  .team .team-slider:not(.slick-slider) .team-slide {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .team .team-slider:not(.slick-slider) .team-slide {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .team .team-slider {
    margin-top: 20px;
  }
}

.team .team-slider:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/primary-dots.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  z-index: -1;
}

@media (max-width: 768px) {
  .team .team-slider:after {
    opacity: 0.3;
  }
}

.team .team-header {
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  border: 8px solid #fff6f4;
}

@media (max-width: 768px) {
  .team .team-header {
    width: 130px;
    height: 130px;
  }
}

.team .team-header:hover {
  cursor: pointer;
}

.team .team-body {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  padding: 40px;
  margin: 50px 16px;
  padding-top: 140px;
  padding-bottom: 50px;
  margin-top: -115px;
  text-align: center;
}

@media (max-width: 768px) {
  .team .team-body {
    padding-top: 120px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 460px) {
  .team .team-body {
    padding: 0px;
    margin: 0;
    padding-top: 140px;
    padding-bottom: 30px;
    margin-top: -115px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.team .team-body .team-name h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .team .team-body .team-name h4 {
    font-size: 18px;
  }
}

.team .team-body .team-description p {
  color: #3c3c3c;
  font-size: 16px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .team .team-body .team-description p {
    font-size: 15px;
  }
}

.team .team-body .team-link a span {
  margin-left: 15px;
}

.fancybox__container .fancybox__content .fancybox__carousel .popup-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 900px;
}

@media (max-width: 992px) {
  .fancybox__container .fancybox__content .fancybox__carousel .popup-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fancybox__container .fancybox__content .fancybox__carousel .popup-team .popup-team-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 992px) {
  .fancybox__carousel.is-draggable .fancybox__slide,
  .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.despre-inscrieri {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  .despre-inscrieri {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .despre-inscrieri {
    padding: 50px 0;
    background: #fff8f7;
  }
}

.despre-inscrieri .about-row {
  position: relative;
}

@media (max-width: 992px) {
  .despre-inscrieri .about-row {
    text-align: center;
  }
}

.despre-inscrieri .about-row h2 {
  color: #000000;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .despre-inscrieri .about-row h2 {
    max-width: 600px;
    margin: 0 auto;
  }
}

.despre-inscrieri .about-row:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/primary-dots.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  z-index: -1;
}

@media (max-width: 768px) {
  .despre-inscrieri .about-row:after {
    opacity: 0.3;
  }
}

.despre-inscrieri .about-row .steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: counter-steps;
}

.despre-inscrieri .about-row .steps-list li {
  position: relative;
  counter-increment: counter-steps;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .despre-inscrieri .about-row .steps-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 460px) {
  .despre-inscrieri .about-row .steps-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.despre-inscrieri .about-row .steps-list li:before {
  content: counter(counter-steps) ".";
  margin-right: 0.5rem;
  line-height: 1.8;
  color: #ed8188;
  font-size: 42px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .despre-inscrieri .about-row .steps-list li:before {
    font-size: 35px;
  }
}

@media (max-width: 680px) {
  .despre-inscrieri .about-row .steps-list li:before {
    font-size: 25px;
    margin-right: 0;
  }
}

.despre-inscrieri .about-row .steps-list li .step h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .despre-inscrieri .about-row .steps-list li .step h4 {
    font-size: 20px;
  }
}

.despre-inscrieri .about-row .steps-list li .step p {
  color: #3c3c3c;
  font-size: 16px;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .despre-inscrieri .about-row .steps-list li .step p {
    font-size: 15px;
  }
}

.despre-inscrieri .about-row .search-course {
  margin-top: 20px;
}

.despre-inscrieri .about-row .search-course .secondary-link {
  background: #f39395;
  background: -webkit-gradient(linear, left bottom, left top, from(#f39395), to(#e7727d));
  background: linear-gradient(0deg, #f39395 0%, #e7727d 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  padding: 18px 36px;
}

.despre-inscrieri .bg-row {
  position: relative;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 30px;
}

@media (max-width: 992px) {
  .despre-inscrieri .bg-row {
    background-position: center;
    margin-top: 40px;
    margin-left: 0;
    height: 400px;
  }
}

@media (max-width: 460px) {
  .despre-inscrieri .bg-row {
    padding-bottom: 100%;
    height: auto;
    margin: 0;
    margin-top: 40px;
  }
}

.despre-inscrieri .bg-row .absolute-element {
  position: absolute;
  top: 62%;
  background: #fff;
  padding: 15px 30px 15px 20px;
  border-radius: 60px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
}

@media (max-width: 992px) {
  .despre-inscrieri .bg-row .absolute-element {
    left: 0;
    right: 0;
    display: inline-table;
    margin: 0 auto;
  }
}

.despre-inscrieri .bg-row .absolute-element .call-logo {
  background: #ed8188;
  padding: 10px;
  margin-right: 7px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .despre-inscrieri .bg-row .absolute-element .call-logo {
    width: 50px;
  }
}

.despre-inscrieri .bg-row .absolute-element .call-logo img {
  display: block;
  padding: 7px;
}

.despre-inscrieri .bg-row .absolute-element .customer-service .custom-text {
  color: #3c3c3c;
  font-size: 14px;
  padding-bottom: 5px;
}

.despre-inscrieri .bg-row .absolute-element .customer-service .custom-number {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.despre-inscrieri .bg-row .absolute-element .customer-service .custom-number:hover {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .despre-inscrieri .bg-row .absolute-element .customer-service .custom-number {
    font-size: 20px;
  }
}

.autorizations-zone {
  background: #ffffff;
  border-radius: 150px 0 0 20px;
  padding: 100px 0;
}

@media (max-width: 1480px) {
  .autorizations-zone {
    padding: 70px 0;
  }
}

@media (max-width: 992px) {
  .autorizations-zone {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .autorizations-zone {
    padding: 40px 0;
  }
}

.autorizations-zone .autorizations-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .autorizations-zone .autorizations-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.autorizations-zone .autorizations-wrapper .autorization-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: auto;
}

@media (max-width: 1480px) {
  .autorizations-zone .autorizations-wrapper .autorization-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .autorizations-zone .autorizations-wrapper .autorization-header {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.autorizations-zone .autorizations-wrapper .autorization-header h2 {
  font-weight: 300;
  color: #000000;
  font-size: 42px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .autorizations-zone .autorizations-wrapper .autorization-header h2 {
    font-size: 30px !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .autorizations-zone .autorizations-wrapper .autorization-header h2 {
    font-size: 27px !important;
  }
}

@media (max-width: 680px) {
  .autorizations-zone .autorizations-wrapper .autorization-header h2 {
    font-size: 23px !important;
  }
}

.autorizations-zone .autorizations-wrapper .autorization-header h2 strong {
  font-weight: 500;
}

.autorizations-zone .autorizations-wrapper .autorization-header a {
  position: relative;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-left: 70px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .autorizations-zone .autorizations-wrapper .autorization-header a {
    font-size: 15px;
  }
}

.autorizations-zone .autorizations-wrapper .autorization-header a:hover {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.autorizations-zone .autorizations-wrapper .autorization-header a:before {
  content: "";
  width: 20%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 40%;
  display: block;
  background: #ed8289;
}

.autorizations-zone .autorizations-wrapper .autorization-header-details {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.autorizations-zone .wrap-autorizations-slider {
  padding-top: 60px;
  position: relative;
}

@media (max-width: 1600px) {
  .autorizations-zone .wrap-autorizations-slider {
    padding: 60px 50px 0 50px;
  }
}

@media (max-width: 1240px) {
  .autorizations-zone .wrap-autorizations-slider {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .autorizations-zone .wrap-autorizations-slider {
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
  }
}

.autorizations-zone .autorizations-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 380px;
  overflow: hidden;
}

.autorizations-zone .autorizations-slider:not(.slick-slider) .autorization {
  width: 20%;
}

@media (max-width: 1240px) {
  .autorizations-zone .autorizations-slider:not(.slick-slider) .autorization {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .autorizations-zone .autorizations-slider:not(.slick-slider) .autorization {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .autorizations-zone .autorizations-slider:not(.slick-slider) .autorization {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .autorizations-zone .autorizations-slider:not(.slick-slider) .autorization {
    width: 100%;
  }
}

.autorizations-zone .autorizations-slider .autorization a {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}

.autorizations-zone .autorizations-slider .autorization a img {
  margin: auto;
}

.autorizations-zone .arrow-left4,
.autorizations-zone .arrow-right4 {
  background: #fff4f2;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  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;
}

@media (max-width: 1240px) {
  .autorizations-zone .arrow-left4,
  .autorizations-zone .arrow-right4 {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .autorizations-zone .arrow-left4,
  .autorizations-zone .arrow-right4 {
    width: 40px;
    height: 40px;
  }
}

.autorizations-zone .arrow-left4 img,
.autorizations-zone .arrow-right4 img {
  display: block;
  width: 13px;
}

@media (max-width: 1240px) {
  .autorizations-zone .arrow-left4 img,
  .autorizations-zone .arrow-right4 img {
    width: 12px;
  }
}

@media (max-width: 768px) {
  .autorizations-zone .arrow-left4 img,
  .autorizations-zone .arrow-right4 img {
    width: 10px;
  }
}

@media (max-width: 680px) {
  .autorizations-zone .arrow-left4 img,
  .autorizations-zone .arrow-right4 img {
    width: 7px;
  }
}

.autorizations-zone .arrow-left4 {
  left: -70px;
}

@media (max-width: 1600px) {
  .autorizations-zone .arrow-left4 {
    left: -10px;
  }
}

.autorizations-zone .arrow-right4 {
  right: -70px;
}

@media (max-width: 1600px) {
  .autorizations-zone .arrow-right4 {
    right: -10px;
  }
}

.testimonials-area {
  padding: 100px 0;
  padding-top: 180px;
  background-color: rgba(255, 243, 240, 0.5);
}

@media (max-width: 992px) {
  .testimonials-area {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .testimonials-area {
    padding: 50px 0;
  }
}

.testimonials-area .container:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/primary-dots.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 300px;
  height: 300px;
  z-index: -1;
  opacity: 0.5;
}

.testimonials-area .testimonial-bg {
  height: 630px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

@media (max-width: 992px) {
  .testimonials-area .testimonial-bg {
    display: none;
  }
}

.testimonials-area .testimonials-header {
  padding-left: 50px;
  max-width: 500px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 992px) {
  .testimonials-area .testimonials-header {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.testimonials-area .testimonials-header:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/eclipse.svg");
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  width: 115px;
  height: 115px;
  z-index: -1;
  top: -35px;
  right: -55px;
}

.testimonials-area .testimonials-header h2 {
  font-size: 42px;
  font-weight: 300;
}

.testimonials-area .testimonials-slider:not(.slick-slider) {
  height: 360px;
  overflow: hidden;
}

.testimonials-area .testimonials-slider .testimonial {
  background: #ffffff;
  padding: 60px;
  border-radius: 14px;
  margin-top: 50px;
  margin: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
  position: relative;
}

@media (max-width: 992px) {
  .testimonials-area .testimonials-slider .testimonial {
    padding: 40px;
    text-align: center;
    margin: 20px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 768px) {
  .testimonials-area .testimonials-slider .testimonial {
    padding: 25px;
  }
}

@media (max-width: 460px) {
  .testimonials-area .testimonials-slider .testimonial {
    margin: 10px 0;
  }
}

.testimonials-area .testimonials-slider .testimonial p {
  color: #717171;
  font-size: 18px;
}

@media (max-width: 992px) {
  .testimonials-area .testimonials-slider .testimonial p {
    font-size: 16px;
  }
}

.testimonials-area .testimonials-slider .testimonial .testimonial-meta {
  margin-top: 30px;
}

.testimonials-area .testimonials-slider .testimonial .testimonial-meta h4 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .testimonials-area .testimonials-slider .testimonial .testimonial-meta h4 {
    font-size: 20px;
  }
}

@media (max-width: 680px) {
  .testimonials-area .testimonials-slider .testimonial .testimonial-meta h4 {
    font-size: 18px;
  }
}

.testimonials-area .testimonials-slider .testimonial .testimonial-meta span {
  color: #3c3c3c;
  font-size: 16px;
}

@media (max-width: 768px) {
  .testimonials-area .testimonials-slider .testimonial .testimonial-meta span {
    font-size: 15px;
  }
}

.testimonials-area .testimonials-control {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .testimonials-area .testimonials-control {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .testimonials-area .testimonials-control {
    display: none;
  }
}

.testimonials-area .testimonials-control .arrow-left5,
.testimonials-area .testimonials-control .arrow-right5 {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonials-area .testimonials-control .arrow-left5 img,
.testimonials-area .testimonials-control .arrow-right5 img {
  display: block;
}

.testimonials-area .testimonials-control .arrow-left5 {
  margin-right: 22px;
  margin-left: 70px;
}

@media (max-width: 992px) {
  .testimonials-area .testimonials-control .arrow-left5 {
    margin-left: 0;
  }
}

.contact-us-area {
  padding-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  .contact-us-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contact-us-area .form-header {
  margin-right: 50px;
  padding: 42px 62px;
  background: #ffffff;
  border-radius: 14px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {
  .contact-us-area .form-header {
    margin-right: 0;
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .contact-us-area .form-header {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .contact-us-area .form-header {
    padding: 25px;
  }
}

.contact-us-area .form-header h2 {
  color: #3c3c3c;
  font-size: 42px;
  font-weight: 300;
}

@media (max-width: 992px) {
  .contact-us-area .form-header h2 {
    text-align: center;
  }
}

.contact-us-area .form-header h2 strong {
  font-weight: 500;
  position: relative;
  white-space: pre;
}

.contact-us-area .form-header h2 strong:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/art-text-shadow2.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  left: -15px;
}

.contact-us-area .form-header p {
  color: #3c3c3c;
  font-size: 20px;
}

@media (max-width: 992px) {
  .contact-us-area .form-header p {
    text-align: center;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .contact-us-area .p20-right {
    margin: 0;
  }
}

.contact-us-area .wpcf7-acceptance .wpcf7-list-item-label {
  width: calc(100% - 35px);
}

.contact-us-area .contact-us-bg {
  background-size: contain;
  height: 947px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

@media (max-width: 992px) {
  .contact-us-area .contact-us-bg {
    display: none;
  }
}

.partners-zone {
  padding: 30px 0;
}

.partners-zone .partners-slider .partner .partner-logo {
  min-height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partners-zone .partners-slider .partner .partner-logo:hover {
  -webkit-filter: grayscale(0) opacity(1);
          filter: grayscale(0) opacity(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.slick-dots {
  padding-top: 15px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 5px;
}

@media (max-width: 768px) {
  .slick-dots li {
    margin: 0 3px;
  }
}

.slick-dots li button {
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 500px;
  font-size: 0;
  width: 17px;
  height: 17px;
  padding: 0;
}

.slick-dots li button:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  font-size: 10px;
  background-color: #e7727d;
  line-height: 21px;
}

.slick-dots li button:hover:before {
  color: #e7727d;
}

.slick-dots li:hover button, .slick-dots li.slick-active button {
  border-color: #e7727d;
}

.slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
  color: #e7727d;
}

@media (max-width: 1240px) {
  .the-courses {
    padding-bottom: 70px;
  }
}

@media (max-width: 1024px) {
  .the-courses {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .the-courses {
    padding-bottom: 40px;
  }
}

.the-courses .heading-zone .course-dates h4 {
  font-size: 24px;
  font-weight: 300;
  color: #000;
}

.the-courses .heading-zone .course-dates h4 strong {
  font-weight: 600;
}

@media (max-width: 1240px) {
  .the-courses .the-courses-wrapper .course {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 992px) {
  .the-courses .the-courses-wrapper .course {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 680px) {
  .the-courses .the-courses-wrapper .course {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.the-courses .the-courses-wrapper .course-standard {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  border-radius: 14px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px 7px;
}

@media (max-width: 768px) {
  .the-courses .the-courses-wrapper .course-standard {
    margin: 10px 7px;
  }
}

@media (max-width: 500px) {
  .the-courses .the-courses-wrapper .course-standard {
    margin: 10px 0;
  }
}

.the-courses .the-courses-wrapper .course-standard:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .the-courses .the-courses-wrapper .course-standard:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.the-courses .the-courses-wrapper .course-standard:hover .heading-course {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: right;
}

.the-courses .the-courses-wrapper .course-standard .heading-course {
  position: relative;
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.the-courses .the-courses-wrapper .course-standard .heading-course .sale-tag {
  position: absolute;
  right: 20px;
  top: 13px;
  background: #ed8289;
  padding: 15px 10px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.the-courses .the-courses-wrapper .course-standard .heading-course .course-date {
  position: absolute;
  background: #7e6859;
  padding: 6px 15px;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 30px;
  font-size: 14px;
  color: #fff;
}

.the-courses .the-courses-wrapper .course-standard .course-body {
  padding: 24px 19px;
}

.the-courses .the-courses-wrapper .course-standard .course-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 768px) {
  .the-courses .the-courses-wrapper .course-standard .course-body h4 {
    font-size: 18px;
  }
}

.the-courses .the-courses-wrapper .course-standard .course-body .course-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .the-courses .the-courses-wrapper .course-standard .course-body .course-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.the-courses .the-courses-wrapper .course-standard .course-body .course-meta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #707070;
  opacity: 0.1;
}

@media (max-width: 500px) {
  .the-courses .the-courses-wrapper .course-standard .course-body .course-meta:after {
    content: none;
  }
}

@media (max-width: 500px) {
  .the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper {
    width: 100%;
  }
}

.the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper .course-location,
.the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper .course-domain {
  color: #5c5c5c;
  font-size: 12px;
}

.the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper .location,
.the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper .domain {
  color: #000000;
  font-size: 15px;
}

@media (max-width: 768px) {
  .the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper .location,
  .the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper .domain {
    font-size: 14px;
  }
}

.the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper:first-child {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

@media (max-width: 500px) {
  .the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper:first-child {
    margin-right: 0;
    padding-right: 0;
  }
}

.the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  display: block;
  background: #707070;
  opacity: 0.1;
}

@media (max-width: 500px) {
  .the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper:first-child:after {
    content: none;
  }
}

.the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper:first-child:last-child {
  margin-right: 0;
  padding-right: 0;
}

.the-courses .the-courses-wrapper .course-standard .course-body .course-meta .course-meta-wrapper:first-child:last-child:after {
  content: none;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price-course {
  color: #5c5c5c;
  font-size: 12px;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price .price-value {
  color: #e7727d;
  font-weight: 600;
  font-size: 22px;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price .price-cur {
  color: #e7727d;
  font-weight: 600;
  font-size: 18px;
  padding: 0 2px;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price .old-price {
  color: #3c3c3c;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 5px;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price .old-price sub {
  color: #3c3c3c;
  bottom: 0;
  font-size: 12px;
}

.the-courses .the-courses-wrapper .course-standard .course-body .price-area .price a {
  margin-left: auto;
}

.filtre .courses-filters {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 70px;
  border: 1px solid #fae3e3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  .filtre .courses-filters {
    border-radius: 20px;
    display: block;
    width: 100%;
  }
}

.filtre .courses-filters .filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  /*.filter-panel {
                display: flex;
                align-items: flex-start;
                position: relative;
                position: relative;
                border-radius: 70px;
                transition: background 0.2s;
                padding: 10px;
                @include mobile {
                    padding: 15px;
                    margin: 10px 0;
                    border-radius: 20px;
                    &:nth-of-type(1),
                    &:nth-of-type(2) {
                        &:after {
                            display: none !important;
                        }
                    }
                }
                &:hover {
                    cursor: pointer;
                    background: #ebebeb;
                    transition: background 0.2s;
                }
                &:nth-of-type(1),
                &:nth-of-type(2) {
                    &:after {
                        content: "";
                        border-right: 1px solid #707070;
                        opacity: 0.1;
                        display: block;
                        position: absolute;
                        right: 0;
                        top: 20px;
                        height: 60%;
                    }
                }
                .filter-logo {
                    padding-right: 13px;
                    @include small-desktop {
                        padding-right: 8px;
                    }
                }
                .input-wrapper {
                    input {
                        border: none;
                        padding: 0;
                        font-size: 14px;
                        font-weight: 500;
                        font-family: $primary-font;
                        background: none;
                        max-width: 120px;
                    }
                }
                .filter-input {
                    user-select: none;
                    -moz-user-select: none;
                    -khtml-user-select: none;
                    -webkit-user-select: none;
                    -o-user-select: none;
                    .filter-attribute {
                        color: #000000;
                        font-size: 16px;
                        font-weight: 600;
                        margin-bottom: 7px;
                        padding-right: 30px;
                        position: relative;
                        display: inline-block;
                        @include small-desktop {
                            font-size: 14px;
                        }
                        &:after {
                            content: "";
                            background-image: url("../OnestEDU/assets/img/svg/chevron.svg");
                            background-repeat: no-repeat;
                            background-position: right;
                            position: absolute;
                            top: 5px;
                            right: 0;
                            width: 11px;
                            height: 11px;
                            z-index: 0;
                        }
                    }
                    .filter-value {
                        color: #676767;
                        font-size: 16px;
                        line-height: 1;
                        border: none;
                        padding: 0;
                        appearance: none;
                        user-select: none;
                        pointer-events: none;
                        background: transparent;
                        display: block;
                        max-width: 150px;
                        @include small-desktop {
                            font-size: 14px;
                        }
                    }
                }
            }

            .filter-panel.error-parent {
                border: 1.5px solid #de1e1e;
                transition: all 0.2s ease;
            }
            .filter-panel-search {
                @include mobile {
                    display: inline-block;
                    margin: 0 auto;
                    width: 100%;
                }
                .filter-logo-search {
                    background: rgb(243, 147, 149);
                    background: linear-gradient(0deg, rgba(243, 147, 149, 1) 0%, rgba(231, 114, 125, 1) 35%);
                    width: 65px;
                    height: 65px;
                    justify-content: center;
                    align-items: center;
                    display: flex;
                    border-radius: 50%;
                    transition: all 0.2s ease;
                    @include small-desktop {
                        border-radius: 50%;
                    }
                    @include mobile {
                        width: 100%;
                        height: 55px;
                        border-radius: 30px;
                        text-align: center;
                    }
                    img {
                        float: left;
                        transition: all 0.2s ease;
                    }
                    &:hover {
                        opacity: 0.8;
                        transition: all 0.2s ease;
                        img {
                            transform: scale(1.1);
                            transition: all 0.2s ease;
                        }
                    }
                    .more-search {
                        color: #fff;
                        display: none;
                        @include mobile {
                            display: inline-block;
                            margin-left: 10px;
                            font-weight: 500;
                            font-family: "Rubik";
                        }
                    }
                }
            }*/
}

@media (max-width: 768px) {
  .filtre .courses-filters .filters-wrapper {
    padding: 20px;
    display: block;
  }
}

.filtre .courses-filters .ajax-filters {
  position: relative;
  display: none;
  background: #fff;
  padding: 30px 50px;
  margin-top: 20px;
  border-radius: 70px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1240px) {
  .filtre .courses-filters .ajax-filters {
    border-radius: 20px;
    margin: 10px;
  }
}

@media (max-width: 768px) {
  .filtre .courses-filters .ajax-filters {
    position: relative;
    margin-top: 35px;
    left: 0px;
    border-radius: 20px;
    padding: 20px;
  }
}

.filtre .courses-filters .ajax-filters h4 {
  padding-bottom: 20px;
  font-size: 20px;
}

.filtre .courses-filters .ajax-filters .date-panel input {
  padding: 10px;
  border-radius: 70px;
  border: 1px solid #e7727d;
  text-align: center;
  color: #e7727d;
  font-weight: 600;
  margin: 10px 0;
  outline: 1px solid #e7727d;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  width: 100%;
  display: block;
  padding: 15px;
}

.filtre .courses-filters .ajax-filters .date-panel input:hover {
  cursor: pointer;
  background: #ebebeb;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.filtre .courses-filters .active-ajax.ajax-filters {
  border: 1px solid #e7727d;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.the-courses-wrapper {
  margin-top: 50px;
  position: relative;
}

@media (max-width: 1240px) {
  .the-courses-wrapper {
    margin-top: 20px;
  }
}

.the-courses-wrapper:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/posts-dots.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 217px;
  height: 217px;
  z-index: 0;
  position: absolute;
  top: -50px;
  right: -65px;
}

@media (max-width: 768px) {
  .the-courses-wrapper:after {
    opacity: 0.2;
  }
}

.course-single {
  padding-top: 180px;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .course-single {
    padding-top: 100px;
  }
}

.course-single .container {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .course-single .container {
    margin-bottom: 0;
  }
}

.course-single .main-article-post {
  margin-right: 50px;
}

@media (max-width: 992px) {
  .course-single .main-article-post {
    margin-right: 0;
  }
}

.course-single .main-article-post .article-thumbnail {
  border-radius: 14px;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .course-single .main-article-post .article-thumbnail {
    padding-bottom: 100%;
    height: auto;
  }
}

.course-single .main-article-post .article-heading {
  max-width: 700px;
  margin: 30px 0;
}

.course-single .main-article-post .article-heading h2 {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}

.course-single .main-article-post .article-content h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .course-single .main-article-post .article-content h4 {
    font-size: 18px;
  }
}

.course-single .main-article-post .article-content h4 strong {
  font-weight: 600;
}

.course-single .main-article-post .article-content .the-content {
  position: relative;
}

.course-single .main-article-post .article-content .the-content:before {
  content: "";
  border-top: 1px solid #707070;
  opacity: 0.1;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .course-single .main-article-post .article-content .the-content:before {
    margin-bottom: 15px;
  }
}

.course-single .main-article-post .article-content .the-content p {
  color: #3c3c3c;
  font-size: 16px;
}

@media (max-width: 768px) {
  .course-single .main-article-post .article-content .the-content p {
    font-size: 15px;
  }
}

.course-single .main-article-post .tabs-curs {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .course-single .main-article-post .tabs-curs {
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .course-single .main-article-post .tabs-curs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.course-single .main-article-post .tabs-curs li {
  padding-right: 50px;
}

@media (max-width: 992px) {
  .course-single .main-article-post .tabs-curs li {
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .course-single .main-article-post .tabs-curs li {
    padding-right: 15px;
    padding-bottom: 5px;
  }
}

@media (max-width: 560px) {
  .course-single .main-article-post .tabs-curs li {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.course-single .main-article-post .tabs-curs li a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .course-single .main-article-post .tabs-curs li a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .course-single .main-article-post .tabs-curs li a {
    font-size: 15px;
  }
}

.course-single .main-article-post .tabs-curs li .active-tab {
  color: #e7727d;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-single .main-article-post .tabs-curs li .active-tab:after {
  content: "";
  border-bottom: 4px solid #e7727d;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 17px;
}

@media (max-width: 768px) {
  .course-single .main-article-post .tabs-curs li .active-tab:after {
    padding-top: 3px;
  }
}

.course-single .main-article-post .tab-content-wrapper {
  display: none;
}

.course-single .main-article-post .tab-content-wrapper .tab-box {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .course-single .main-article-post .tab-content-wrapper .tab-box {
    margin-top: 20px;
  }
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .course-single .main-article-post .tab-content-wrapper .tab-box .tab-header {
    margin-bottom: 15px;
  }
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-header .tab-logo {
  background: #e7727d;
  width: 78px;
  height: 78px;
  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;
  border-radius: 50%;
  margin-right: 23px;
  text-align: center;
}

@media (max-width: 768px) {
  .course-single .main-article-post .tab-content-wrapper .tab-box .tab-header .tab-logo {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }
}

@media (max-width: 680px) {
  .course-single .main-article-post .tab-content-wrapper .tab-box .tab-header .tab-logo {
    width: 35px;
    height: 35px;
  }
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-header .tab-logo img {
  display: block;
}

@media (max-width: 768px) {
  .course-single .main-article-post .tab-content-wrapper .tab-box .tab-header .tab-logo img {
    width: 25px;
  }
}

@media (max-width: 680px) {
  .course-single .main-article-post .tab-content-wrapper .tab-box .tab-header .tab-logo img {
    width: 15px;
  }
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-header h2 {
  color: #000000;
  font-size: 24px !important;
  font-weight: 300;
}

@media (max-width: 768px) {
  .course-single .main-article-post .tab-content-wrapper .tab-box .tab-header h2 {
    font-size: 20px !important;
  }
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-header h2 strong {
  font-weight: 600;
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-description {
  margin: 25px 0px;
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-description p {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 500;
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-details li .b-logo {
  margin-right: 15px;
}

.course-single .main-article-post .tab-content-wrapper .tab-box .tab-details li p {
  color: #3c3c3c;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 0;
}

.course-single .main-article-post .extra-informations {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .course-single .main-article-post .extra-informations {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.course-single .main-article-post .extra-informations .info-header {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .course-single .main-article-post .extra-informations .info-header {
    margin-bottom: 20px;
  }
}

.course-single .main-article-post .extra-informations .info-header:after {
  content: "";
  border-top: 1px solid #707070;
  opacity: 0.1;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.course-single .main-article-post .extra-informations .info-header h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}

.course-single .main-article-post .extra-informations .info-header h2 strong {
  font-weight: 600;
}

.course-single .main-article-post .extra-informations .info-description {
  margin: 25px 0px;
}

.course-single .main-article-post .extra-informations .info-description p {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 500;
}

.course-single .main-article-post .extra-informations .tab-acte li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-single .main-article-post .extra-informations .tab-acte li .b-logo {
  margin-right: 15px;
}

.course-single .main-article-post .extra-informations .tab-acte li p {
  color: #3c3c3c;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 0;
}

.course-single .course-sidebar {
  position: relative;
}

.course-single .course-sidebar:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/posts-dots.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 217px;
  height: 217px;
  z-index: 0;
  position: absolute;
  top: -75px;
  right: -75px;
}

.course-single .course-sidebar .course-panel {
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  padding: 35px;
  position: relative;
  z-index: 2;
  margin-bottom: 41px;
}

@media (max-width: 680px) {
  .course-single .course-sidebar .course-panel {
    padding: 25px;
  }
}

.course-single .course-sidebar .course-panel .panel-header {
  padding-top: 10px;
  padding-bottom: 25px;
}

.course-single .course-sidebar .course-panel .panel-header h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}

@media (max-width: 992px) {
  .course-single .course-sidebar .course-panel .panel-header h4 {
    font-size: 20px;
  }
}

.course-single .course-sidebar .course-panel .panel-header h4 strong {
  font-weight: 600;
}

.course-single .course-sidebar .course-panel .panel-header h4:after {
  content: "";
  width: 20%;
  background: #e7727d;
  height: 3px;
  display: block;
  margin-left: 12px;
  position: absolute;
  right: -40px;
  top: 12px;
}

.course-single .course-sidebar .course-panel .course-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .course-single .course-sidebar .course-panel .course-meta li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.course-single .course-sidebar .course-panel .course-meta li:after {
  content: "";
  border-bottom: 1px solid #707070;
  display: block;
  width: 100%;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
}

.course-single .course-sidebar .course-panel .course-meta li:not(:last-child) {
  margin-bottom: 20px;
}

.course-single .course-sidebar .course-panel .course-meta li .meta-logo {
  margin-right: 10px;
}

.course-single .course-sidebar .course-panel .course-meta li .meta-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.course-single .course-sidebar .course-panel .course-meta li .meta-description p {
  margin: 0;
  color: #5c5c5c;
}

.course-single .course-sidebar .course-panel .course-meta li .meta-description h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .course-single .course-sidebar .course-panel .course-meta li .meta-description h5 {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .course-single .course-sidebar .course-panel .course-meta li .meta-description h5 {
    font-size: 16px;
  }
}

.course-single .course-sidebar .course-panel .course-meta li .meta-description .hotel-link {
  color: #e7727d;
  font-size: 16px;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .course-single .course-sidebar .course-panel .course-meta li .meta-description .hotel-link {
    font-size: 15px;
  }
}

.course-single .course-sidebar .course-panel .course-meta-new li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .course-single .course-sidebar .course-panel .course-meta-new li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.course-single .course-sidebar .course-panel .course-meta-new li:not(:last-child):after {
  content: "";
  border-bottom: 1px solid #707070;
  display: block;
  width: 100%;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
}

.course-single .course-sidebar .course-panel .course-meta-new li:not(:last-child) {
  margin-bottom: 20px;
}

.course-single .course-sidebar .course-panel .course-meta-new li .meta-logo {
  margin-right: 10px;
}

.course-single .course-sidebar .course-panel .course-meta-new li .meta-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.course-single .course-sidebar .course-panel .course-meta-new li .meta-description p {
  margin: 0;
  color: #5c5c5c;
}

.course-single .course-sidebar .course-panel .course-meta-new li .meta-description h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 992px) {
  .course-single .course-sidebar .course-panel .course-meta-new li .meta-description h5 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .course-single .course-sidebar .course-panel .course-meta-new li .meta-description h5 {
    font-size: 16px;
  }
}

.course-single .course-sidebar .course-panel .course-meta-new li .meta-description .hotel-link {
  color: #e7727d;
  font-size: 16px;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .course-single .course-sidebar .course-panel .course-meta-new li .meta-description .hotel-link {
    font-size: 15px;
  }
}

.course-single .course-sidebar .course-panel .course-price {
  padding: 20px 0;
}

.course-single .course-sidebar .course-panel .course-price .price-label {
  color: #5c5c5c;
}

.course-single .course-sidebar .course-panel .course-price .price-tag .sale-price {
  color: #e7727d;
  font-weight: 600;
  font-size: 42px;
}

.course-single .course-sidebar .course-panel .course-price .price-tag .price-currency {
  color: #e7727d;
  font-weight: 600;
  font-size: 32px;
}

.course-single .course-sidebar .course-panel .course-price .price-tag .old-price {
  color: #3c3c3c;
  font-size: 24px;
  text-decoration: line-through;
  margin-left: 10px;
}

.course-single .course-sidebar .course-panel .checkout-course a {
  display: block;
  text-align: center;
}

.course-single .course-sidebar .course-panel .course-lectors li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .course-single .course-sidebar .course-panel .course-lectors li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.course-single .course-sidebar .course-panel .course-lectors li:not(:last-child) {
  margin-bottom: 20px;
}

.course-single .course-sidebar .course-panel .course-lectors li .lector-logo {
  display: block;
  margin-right: 20px;
  padding: 5px;
  border-radius: 50%;
  border: 4px solid #fff6f4;
}

.course-single .course-sidebar .course-panel .course-lectors li .lector-logo .avatar {
  height: 88px;
  width: 88px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  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;
}

.course-single .course-sidebar .course-panel .course-lectors li .lector-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.course-single .course-sidebar .course-panel .course-lectors li .lector-info .lector-author {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}

.course-single .course-sidebar .course-panel .course-lectors li .lector-info .lector-role {
  color: #3c3c3c;
  font-size: 16px;
}

@media (max-width: 768px) {
  .course-single .course-sidebar .course-panel .course-lectors li .lector-info .lector-role {
    font-size: 15px;
  }
}

.course-single .course-sidebar .course-panel-red {
  background-color: #e7727d;
  padding: 41px;
  position: relative;
  border-radius: 14px;
  margin-bottom: 41px;
}

@media (max-width: 768px) {
  .course-single .course-sidebar .course-panel-red {
    padding: 30px;
  }
}

.course-single .course-sidebar .course-panel-red:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/person-call.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 85px;
  height: 100px;
  position: absolute;
  opacity: 0.2;
  bottom: 28px;
  right: 31px;
}

@media (max-width: 768px) {
  .course-single .course-sidebar .course-panel-red:after {
    opacity: 0.1;
  }
}

.course-single .course-sidebar .course-panel-red .center-info {
  text-align: center;
  color: #fff;
}

.course-single .course-sidebar .course-panel-red .center-info h2 {
  font-size: 30px;
  font-weight: 300;
}

.course-single .course-sidebar .course-panel-red .center-info h2 strong {
  font-weight: 500;
}

.course-single .course-sidebar .course-panel-red .center-info p a {
  color: #ffffff;
  text-decoration: underline;
}

.course-single .course-sidebar .course-panel-red .center-info .call-link {
  padding-bottom: 30px;
}

.course-single .course-sidebar .course-panel-red .center-info .call-link .logo-call {
  padding: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
}

.course-single .course-sidebar .course-panel-red .center-info .call-link .logo-call i {
  display: block;
  color: #e8747e;
  opacity: 0.6;
}

.course-single .course-sidebar .course-panel-red .center-info .call-link .call-value {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.course-single .similar-courses-flow {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 244, 244, 0.71222)), color-stop(30%, rgba(255, 244, 242, 0.61138)), color-stop(60%, #fff9f7), to(white));
  background-image: linear-gradient(0deg, rgba(255, 244, 244, 0.71222) 0%, rgba(255, 244, 242, 0.61138) 30%, #fff9f7 60%, white 100%);
  border-radius: 150px 0 0 20px;
  padding: 100px 0;
}

@media (max-width: 1240px) {
  .course-single .similar-courses-flow {
    padding: 70px 0;
    border-radius: 0;
  }
}

@media (max-width: 1024px) {
  .course-single .similar-courses-flow {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .course-single .similar-courses-flow {
    padding: 40px 0;
  }
}

.course-single .similar-courses-flow .course-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course-single .similar-courses-flow .course-header .courses-heading-title h2 {
  font-weight: 300;
  color: #000000;
  padding-right: 40px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .course-single .similar-courses-flow .course-header .courses-heading-title h2 {
    padding-right: 0;
  }
}

.course-single .similar-courses-flow .course-header .courses-heading-title h2 strong {
  font-weight: 600;
}

.course-single .similar-courses-flow .course-header .arrows-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 22px;
          column-gap: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 768px) {
  .course-single .similar-courses-flow .course-header .arrows-controls {
    display: none !important;
  }
}

.course-single .similar-courses-flow .course-header .arrows-controls span {
  background: #fff;
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
}

.course-single .similar-courses-flow .course-header .arrows-controls span img {
  display: block;
}

.course-single .similar-courses-flow .similar-course {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  margin: 40px 16px;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .course-single .similar-courses-flow .similar-course {
    margin: 15px 16px;
  }
}

@media (max-width: 680px) {
  .course-single .similar-courses-flow .similar-course {
    margin: 15px 0;
  }
}

.course-single .similar-courses-flow .similar-course:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .course-single .similar-courses-flow .similar-course:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.course-single .similar-courses-flow .similar-course:hover .heading-course {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: right;
}

@media (max-width: 768px) {
  .course-single .similar-courses-flow .similar-course:hover .heading-course {
    background-position: center;
  }
}

.course-single .similar-courses-flow .similar-course .heading-course {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.course-single .similar-courses-flow .similar-course .heading-course .sale-tag {
  position: absolute;
  right: 20px;
  top: 13px;
  background: #ed8289;
  width: 55px;
  height: 55px;
  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;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.course-single .similar-courses-flow .similar-course .heading-course .course-date {
  position: absolute;
  background: #7e6859;
  padding: 6px 15px;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  left: 30px;
  font-size: 14px;
  color: #fff;
}

.course-single .similar-courses-flow .similar-course .course-body {
  padding: 24px 19px;
}

.course-single .similar-courses-flow .similar-course .course-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 768px) {
  .course-single .similar-courses-flow .similar-course .course-body h4 {
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .course-single .similar-courses-flow .similar-course .course-body h4 {
    font-size: 17px;
  }
}

.course-single .similar-courses-flow .similar-course .course-body .course-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media (max-width: 500px) {
  .course-single .similar-courses-flow .similar-course .course-body .course-meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.course-single .similar-courses-flow .similar-course .course-body .course-meta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #707070;
  opacity: 0.1;
}

@media (max-width: 500px) {
  .course-single .similar-courses-flow .similar-course .course-body .course-meta:after {
    content: none;
  }
}

@media (max-width: 500px) {
  .course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper {
    width: 100%;
  }
}

.course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper .course-location,
.course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper .course-domain {
  color: #5c5c5c;
  font-size: 12px;
}

.course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper .location,
.course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper .domain {
  color: #000000;
  font-size: 15px;
}

@media (max-width: 768px) {
  .course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper .location,
  .course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper .domain {
    font-size: 14px;
  }
}

.course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper:first-child {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

@media (max-width: 500px) {
  .course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper:first-child {
    margin-right: 0;
    padding-right: 0;
  }
}

.course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  display: block;
  background: #707070;
  opacity: 0.1;
}

@media (max-width: 500px) {
  .course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper:first-child:after {
    content: none;
  }
}

.course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper:first-child:last-child {
  margin-right: 0;
  padding-right: 0;
}

.course-single .similar-courses-flow .similar-course .course-body .course-meta .course-meta-wrapper:first-child:last-child:after {
  content: none;
}

.course-single .similar-courses-flow .similar-course .course-body .price-area .price-course {
  color: #5c5c5c;
  font-size: 12px;
}

.course-single .similar-courses-flow .similar-course .course-body .price-area .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course-single .similar-courses-flow .similar-course .course-body .price-area .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course-single .similar-courses-flow .similar-course .course-body .price-area .price .price-value {
  color: #e7727d;
  font-weight: 600;
  font-size: 22px;
}

.course-single .similar-courses-flow .similar-course .course-body .price-area .price .price-cur {
  color: #e7727d;
  font-weight: 600;
  font-size: 18px;
  padding: 0 2px;
}

.course-single .similar-courses-flow .similar-course .course-body .price-area .price .old-price {
  color: #3c3c3c;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 5px;
}

.course-single .similar-courses-flow .similar-course .course-body .price-area .price .old-price sub {
  color: #3c3c3c;
  bottom: 0;
  font-size: 12px;
}

.course-single .similar-courses-flow .similar-course .course-body .price-area .price a {
  margin-left: auto;
}

.the-content img {
  max-height: 100%;
  height: auto;
}

.the-content table td,
.the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}

.the-content strong {
  font-weight: 500;
  color: #3c3c3c;
}

.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-top: 10px;
  font-weight: 400;
}

.the-content h2 span,
.the-content h2 a,
.the-content h3 span,
.the-content h3 a,
.the-content h4 span,
.the-content h4 a,
.the-content h5 span,
.the-content h5 a,
.the-content h6 span,
.the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

.the-content p,
.the-content span,
.the-content label,
.the-content li {
  color: #3c3c3c;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}

@media (max-width: 768px) {
  .the-content p,
  .the-content span,
  .the-content label,
  .the-content li {
    font-size: 15px;
  }
}

.the-content blockquote {
  border: none !important;
  position: relative;
  padding-left: 30px;
}

.the-content blockquote:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #e7727d;
  position: absolute;
  left: 0;
  top: 0;
}

.the-content blockquote p {
  font-size: 24px;
  line-height: 1.4;
  font-style: normal;
  color: #3c3c3c;
  font-weight: 500;
  margin: 25px 0;
  z-index: 1;
}

@media (max-width: 1240px) {
  .the-content blockquote p {
    font-size: 20px;
  }
}

@media (max-width: 1078px) {
  .the-content blockquote p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .the-content blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

.the-content ul,
.the-content ol {
  position: relative;
  margin: 20px 0 !important;
  overflow: hidden;
  clear: both;
  display: block;
}

@media screen and (max-width: 480px) {
  .the-content ul,
  .the-content ol {
    margin: 15px 0 !important;
  }
}

.the-content ul ul,
.the-content ul ol,
.the-content ol ul,
.the-content ol ol {
  margin: 0 0 0 20px;
}

.the-content li {
  margin: 15px 0;
  padding-left: 40px;
  display: block;
  position: relative;
}

.the-content li strong {
  font-weight: bold;
}

.the-content li em {
  font-style: italic;
}

.the-content iframe {
  width: 100%;
  height: 553px;
}

@media (max-width: 1240px) {
  .the-content iframe {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .the-content iframe {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .the-content iframe {
    height: 280px;
  }
}

.the-content h1 {
  font-size: 50px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .the-content h1 {
    font-size: 30px;
  }
}

.the-content h2 {
  font-size: 42px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .the-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .the-content h2 {
    font-size: 30px;
  }
}

.the-content h3 {
  font-size: 36px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .the-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .the-content h3 {
    font-size: 24px;
  }
}

.the-content h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .the-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .the-content h4 {
    font-size: 18px;
  }
}

.the-content h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .the-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .the-content h5 {
    font-size: 17px;
  }
}

.the-content h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .the-content h6 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .the-content h6 {
    font-size: 16px;
  }
}

.the-content ul {
  margin: 0;
  list-style-type: none;
}

.the-content ul li:before {
  content: "";
  display: block;
  background-image: url(assets/img/svg/check-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 100%;
  left: 0;
  width: 19px;
  height: 19px;
  top: 4px;
}

@media (max-width: 768px) {
  .the-content ul li:before {
    top: 0;
  }
}

.the-content ul li {
  margin: 15px 0;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .the-content ul li {
    padding-left: 36px;
  }
}

.the-content ol li {
  color: #3c3c3c;
  counter-increment: my-counter;
  padding-left: 25px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .the-content ol li {
    padding-left: 18px;
  }
}

.the-content ol li:before {
  content: counter(my-counter) ".";
  color: #e7727d;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .hotels-zone {
    padding-bottom: 50px;
  }
}

.hotels-zone .hotels-filter {
  position: relative;
  margin: 50px auto 0 auto;
  max-width: 500px;
}

.hotels-zone .hotels-filter .filter-logo-abs {
  position: absolute;
  left: 30px;
  display: block;
  width: 33px;
}

.hotels-zone .hotels-filter .filter-logo-abs img {
  width: 100%;
}

.hotels-zone .hotels-flow {
  margin-top: 70px;
}

@media (max-width: 1024px) {
  .hotels-zone .hotels-flow {
    margin-top: 30px;
  }
}

.hotels-zone .select2-container {
  width: 500px !important;
  max-width: 500px;
  display: block;
  padding: 25px;
  background: #fff;
  border-radius: 80px;
  border: 1px solid #fae3e3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}

.hotels-zone .select2-container--default .select2-selection--single {
  border: none !important;
}

.hotels-zone .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  font-weight: 600;
  padding-left: 55px;
}

.hotels-zone .select2-container--default .select2-selection--single .select2-selection__rendered:focus-visible {
  outline: 0 !important;
}

.hotels-zone span.select2-dropdown.select2-dropdown--below {
  margin-top: 40px;
}

.hotels-zone .select2-search--dropdown {
  padding: 10px !important;
}

.hotels-zone .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #fae3e3 !important;
  padding: 10px !important;
  border-radius: 80px !important;
}

.hotels-zone .select2-results__option {
  border-radius: 30px !important;
  margin: 10px !important;
  padding: 10px !important;
}

.hotels-zone .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e7727d !important;
}

.hotel-single {
  padding-top: 180px;
  padding-bottom: 0;
}

@media (max-width: 992px) {
  .hotel-single {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .hotel-single .left-hotel,
  .hotel-single .right-hotel {
    width: 100%;
  }
}

.hotel-single .main-hotel-post {
  margin-right: 50px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .hotel-single .main-hotel-post {
    margin-right: 0;
  }
}

.hotel-single .main-hotel-post .article-thumbnail {
  border-radius: 14px;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .hotel-single .main-hotel-post .article-thumbnail {
    padding-bottom: 100%;
    height: auto;
  }
}

.hotel-single .main-hotel-post .article-heading {
  max-width: 700px;
  margin: 30px 0;
}

.hotel-single .main-hotel-post .article-heading h2 {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
  display: inline-block;
}

.hotel-single .main-hotel-post .article-heading .article-rating {
  vertical-align: text-bottom;
  margin-left: 15px;
}

.hotel-single .main-hotel-post .article-content h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}

.hotel-single .main-hotel-post .article-content h4 strong {
  font-weight: 600;
}

.hotel-single .main-hotel-post .article-content .the-content {
  position: relative;
}

.hotel-single .main-hotel-post .article-content .the-content:before {
  content: "";
  border-top: 1px solid #707070;
  opacity: 0.1;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.hotel-single .main-hotel-post .article-content .the-content p {
  color: #3c3c3c;
  font-size: 16px;
}

@media (max-width: 768px) {
  .hotel-single .main-hotel-post .article-content .the-content p {
    font-size: 15px;
  }
}

.hotel-single .main-hotel-post .extra-informations {
  margin-top: 50px;
}

.hotel-single .main-hotel-post .extra-informations .info-header {
  position: relative;
}

.hotel-single .main-hotel-post .extra-informations .info-header:after {
  content: "";
  border-top: 1px solid #707070;
  opacity: 0.1;
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.hotel-single .main-hotel-post .extra-informations .info-header h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}

.hotel-single .main-hotel-post .extra-informations .info-header h2 strong {
  font-weight: 600;
}

.hotel-single .main-hotel-post .extra-informations .info-description {
  margin: 25px 0px;
}

.hotel-single .main-hotel-post .extra-informations .info-description p {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 500;
}

.hotel-single .main-hotel-post .extra-informations .tab-acte li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotel-single .main-hotel-post .extra-informations .tab-acte li .b-logo {
  margin-right: 15px;
}

.hotel-single .main-hotel-post .extra-informations .tab-acte li p {
  color: #3c3c3c;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 0;
}

.hotel-single .main-hotel-post #hotel-carousel:not(.slick-slider) {
  height: 550px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .hotel-single .main-hotel-post #hotel-carousel:not(.slick-slider) {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .hotel-single .main-hotel-post #hotel-carousel:not(.slick-slider) {
    height: 300px;
  }
}

.hotel-single .main-hotel-post #hotel-carousel .cover {
  width: 100%;
  padding: 0;
  display: inline-block;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .hotel-single .main-hotel-post #hotel-carousel .cover {
    height: 450px;
  }
}

@media (max-width: 768px) {
  .hotel-single .main-hotel-post #hotel-carousel .cover {
    height: 300px;
  }
}

.hotel-single .main-hotel-post #hotel-carousel .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  z-index: 22;
  position: absolute;
  left: 0;
  top: calc((100% - 50px) / 2);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/img/svg/arrow-left-slider3.svg);
  background-size: 10px;
}

@media (max-width: 768px) {
  .hotel-single .main-hotel-post #hotel-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc((100% - 40px) / 2);
    background-size: 7px;
  }
}

.hotel-single .main-hotel-post #hotel-carousel .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.hotel-single .main-hotel-post #hotel-carousel .slick-arrow.slick-next {
  left: auto;
  right: 0;
  background-image: url(assets/img/svg/arrow-right-slider3.svg);
}

.hotel-single .main-hotel-post #hotel-thumb-carousel:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 110px;
  overflow: hidden;
}

.hotel-single .main-hotel-post #hotel-thumb-carousel:not(.slick-slider) .carousel__slide {
  width: 20%;
}

@media (max-width: 768px) {
  .hotel-single .main-hotel-post #hotel-thumb-carousel:not(.slick-slider) .carousel__slide {
    width: 33.33%;
  }
}

@media (max-width: 680px) {
  .hotel-single .main-hotel-post #hotel-thumb-carousel:not(.slick-slider) .carousel__slide {
    width: 50%;
  }
}

.hotel-single .main-hotel-post #hotel-thumb-carousel .slick-track {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.hotel-single .main-hotel-post #hotel-thumb-carousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 100%;
  height: 110px;
  overflow: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.hotel-single .main-hotel-post #hotel-thumb-carousel .carousel__slide.slick-current {
  opacity: 1;
}

.hotel-single .main-hotel-post #hotel-thumb-carousel .carousel__slide:first-child:last-child {
  display: none;
}

.hotel-single .course-sidebar {
  position: relative;
}

.hotel-single .course-sidebar:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/posts-dots.svg");
  background-repeat: no-repeat;
  background-position: right;
  width: 217px;
  height: 217px;
  z-index: 0;
  position: absolute;
  top: -75px;
  right: -75px;
}

.hotel-single .course-sidebar .course-panel {
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  padding: 35px;
  position: relative;
  z-index: 2;
  margin-bottom: 41px;
}

@media (max-width: 680px) {
  .hotel-single .course-sidebar .course-panel {
    padding: 25px;
  }
}

.hotel-single .course-sidebar .course-panel .panel-header {
  padding-top: 10px;
  padding-bottom: 25px;
}

.hotel-single .course-sidebar .course-panel .panel-header h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}

.hotel-single .course-sidebar .course-panel .panel-header h4 strong {
  font-weight: 600;
}

.hotel-single .course-sidebar .course-panel .panel-header h4:after {
  content: "";
  width: 20%;
  background: #e7727d;
  height: 3px;
  display: block;
  margin-left: 12px;
  position: absolute;
  right: -40px;
  top: 12px;
}

.hotel-single .course-sidebar .course-panel .course-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .hotel-single .course-sidebar .course-panel .course-meta li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hotel-single .course-sidebar .course-panel .course-meta li:after {
  content: "";
  border-bottom: 1px solid #707070;
  display: block;
  width: 100%;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
}

.hotel-single .course-sidebar .course-panel .course-meta li:not(:last-child) {
  margin-bottom: 20px;
}

.hotel-single .course-sidebar .course-panel .course-meta li:first-child:last-child, .hotel-single .course-sidebar .course-panel .course-meta li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.hotel-single .course-sidebar .course-panel .course-meta li:first-child:last-child:after, .hotel-single .course-sidebar .course-panel .course-meta li:last-child:after {
  content: none;
}

.hotel-single .course-sidebar .course-panel .course-meta li .meta-logo {
  margin-right: 10px;
}

.hotel-single .course-sidebar .course-panel .course-meta li .meta-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hotel-single .course-sidebar .course-panel .course-meta li .meta-description p {
  margin: 0;
  color: #5c5c5c;
}

.hotel-single .course-sidebar .course-panel .course-meta li .meta-description h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .hotel-single .course-sidebar .course-panel .course-meta li .meta-description h5 {
    font-size: 18px;
  }
}

.hotel-single .course-sidebar .course-panel .course-meta li .meta-description h5 a {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  word-break: break-all;
}

.hotel-single .course-sidebar .course-panel .course-meta li .meta-description h5 a:hover {
  color: #e7727d;
}

@media (max-width: 768px) {
  .hotel-single .course-sidebar .course-panel .course-meta li .meta-description h5 a {
    font-size: 18px;
  }
}

.hotel-single .course-sidebar .course-panel .course-meta li .meta-description .hotel-link {
  color: #e7727d;
  font-size: 16px;
  text-decoration: underline;
}

.hotel-single .course-sidebar .course-panel .course-meta-new li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .hotel-single .course-sidebar .course-panel .course-meta-new li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.hotel-single .course-sidebar .course-panel .course-meta-new li:not(:last-child):after {
  content: "";
  border-bottom: 1px solid #707070;
  display: block;
  width: 100%;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
}

.hotel-single .course-sidebar .course-panel .course-meta-new li:not(:last-child) {
  margin-bottom: 20px;
}

.hotel-single .course-sidebar .course-panel .course-meta-new li .meta-logo {
  margin-right: 10px;
}

.hotel-single .course-sidebar .course-panel .course-meta-new li .meta-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hotel-single .course-sidebar .course-panel .course-meta-new li .meta-description p {
  margin: 0;
  color: #5c5c5c;
}

.hotel-single .course-sidebar .course-panel .course-meta-new li .meta-description h5 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}

.hotel-single .course-sidebar .course-panel .course-meta-new li .meta-description .hotel-link {
  color: #e7727d;
  font-size: 16px;
  text-decoration: underline;
}

.hotel-single .course-sidebar .course-panel .course-price {
  padding: 20px 0;
}

.hotel-single .course-sidebar .course-panel .course-price .price-label {
  color: #5c5c5c;
}

.hotel-single .course-sidebar .course-panel .course-price .price-tag .sale-price {
  color: #e7727d;
  font-weight: 600;
  font-size: 42px;
}

.hotel-single .course-sidebar .course-panel .course-price .price-tag .price-currency {
  color: #e7727d;
  font-weight: 600;
  font-size: 32px;
}

.hotel-single .course-sidebar .course-panel .course-price .price-tag .night {
  color: #e7727d;
  font-weight: 600;
  font-size: 18px;
}

.hotel-single .course-sidebar .course-panel .course-price .price-tag .old-price {
  color: #3c3c3c;
  font-size: 24px;
  text-decoration: line-through;
  margin-left: 10px;
}

.hotel-single .course-sidebar .course-panel .checkout-course a {
  padding-bottom: 22px;
  display: block;
  text-align: center;
}

.hotel-single .course-sidebar .course-panel .course-lectors li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 560px) {
  .hotel-single .course-sidebar .course-panel .course-lectors li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.hotel-single .course-sidebar .course-panel .course-lectors li:not(:last-child) {
  margin-bottom: 20px;
}

.hotel-single .course-sidebar .course-panel .course-lectors li .lector-logo {
  display: block;
  margin-right: 20px;
  padding: 5px;
  border-radius: 50%;
  border: 4px solid #fff6f4;
}

.hotel-single .course-sidebar .course-panel .course-lectors li .lector-logo img {
  width: 72px;
  height: 72px;
  display: block;
}

.hotel-single .course-sidebar .course-panel .course-lectors li .lector-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hotel-single .course-sidebar .course-panel .course-lectors li .lector-info .lector-author {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}

.hotel-single .course-sidebar .course-panel .course-lectors li .lector-info .lector-role {
  color: #3c3c3c;
  font-size: 16px;
}

.hotel-single .course-sidebar .map-location iframe {
  border-radius: 10px;
  width: 100%;
  border: 1px solid #e5e5e5;
  max-height: 270px;
}

.hotel-single .course-sidebar .course-panel-red {
  background-color: #e7727d;
  padding: 41px;
  position: relative;
  border-radius: 14px;
  margin-bottom: 41px;
}

@media (max-width: 768px) {
  .hotel-single .course-sidebar .course-panel-red {
    padding: 30px;
  }
}

.hotel-single .course-sidebar .course-panel-red:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/person-call.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 85px;
  height: 100px;
  position: absolute;
  opacity: 0.2;
  bottom: 28px;
  right: 31px;
}

@media (max-width: 768px) {
  .hotel-single .course-sidebar .course-panel-red:after {
    opacity: 0.1;
  }
}

.hotel-single .course-sidebar .course-panel-red .center-info {
  text-align: center;
  color: #fff;
}

.hotel-single .course-sidebar .course-panel-red .center-info h2 {
  font-size: 30px;
  font-weight: 300;
}

.hotel-single .course-sidebar .course-panel-red .center-info h2 strong {
  font-weight: 500;
}

.hotel-single .course-sidebar .course-panel-red .center-info p a {
  color: #ffffff;
  text-decoration: underline;
}

.hotel-single .course-sidebar .course-panel-red .center-info .call-link {
  padding-bottom: 30px;
}

.hotel-single .course-sidebar .course-panel-red .center-info .call-link .logo-call {
  padding: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
}

.hotel-single .course-sidebar .course-panel-red .center-info .call-link .logo-call i {
  display: block;
  color: #e8747e;
  opacity: 0.6;
}

.hotel-single .course-sidebar .course-panel-red .center-info .call-link .call-value {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.hotel-single .similar-hotels-flow {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 244, 244, 0.71222)), color-stop(30%, rgba(255, 244, 242, 0.61138)), color-stop(60%, #fff9f7), to(white));
  background: linear-gradient(0deg, rgba(255, 244, 244, 0.71222) 0%, rgba(255, 244, 242, 0.61138) 30%, #fff9f7 60%, white 100%);
  border-radius: 150px 0 0 20px;
  padding: 100px 0;
}

@media (max-width: 1240px) {
  .hotel-single .similar-hotels-flow {
    padding: 70px 0;
    border-radius: 0;
  }
}

@media (max-width: 1024px) {
  .hotel-single .similar-hotels-flow {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .hotel-single .similar-hotels-flow {
    padding: 40px 0;
  }
}

.hotel-single .similar-hotels-flow .hotel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hotel-single .similar-hotels-flow .hotel-header .hotel-heading-title h2 {
  font-weight: 300;
  color: #000000;
  padding-right: 40px;
  margin-bottom: 10px;
}

.hotel-single .similar-hotels-flow .hotel-header .hotel-heading-title h2 strong {
  font-weight: 600;
}

.hotel-single .similar-hotels-flow .hotel-header .arrows-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 22px;
          column-gap: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 768px) {
  .hotel-single .similar-hotels-flow .hotel-header .arrows-controls {
    display: none;
  }
}

.hotel-single .similar-hotels-flow .hotel-header .arrows-controls span {
  background: #fff;
  padding: 15px 20px;
  border-radius: 50%;
}

.hotel-single .similar-hotels-flow .hotel-header .arrows-controls span img {
  display: block;
}

.hotel-single .similar-hotels-flow .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hotel-single .the-content img {
  max-height: 100%;
  height: auto;
}

.hotel-single .the-content table td,
.hotel-single .the-content table th {
  padding: 10px;
  text-align: left;
  border: 1px solid #e1e1e1;
}

.hotel-single .the-content strong {
  font-weight: 500;
  color: #3c3c3c;
}

.hotel-single .the-content h2,
.hotel-single .the-content h3,
.hotel-single .the-content h4,
.hotel-single .the-content h5,
.hotel-single .the-content h6 {
  margin-top: 10px;
  font-weight: 400;
}

.hotel-single .the-content h2 span,
.hotel-single .the-content h2 a,
.hotel-single .the-content h3 span,
.hotel-single .the-content h3 a,
.hotel-single .the-content h4 span,
.hotel-single .the-content h4 a,
.hotel-single .the-content h5 span,
.hotel-single .the-content h5 a,
.hotel-single .the-content h6 span,
.hotel-single .the-content h6 a {
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}

.hotel-single .the-content p,
.hotel-single .the-content span,
.hotel-single .the-content label,
.hotel-single .the-content li {
  color: #3c3c3c;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}

@media (max-width: 768px) {
  .hotel-single .the-content p,
  .hotel-single .the-content span,
  .hotel-single .the-content label,
  .hotel-single .the-content li {
    font-size: 15px;
  }
}

.hotel-single .the-content blockquote {
  border: none !important;
  position: relative;
  padding-left: 30px;
}

.hotel-single .the-content blockquote:before {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background-color: #e7727d;
  position: absolute;
  left: 0;
  top: 0;
}

.hotel-single .the-content blockquote p {
  font-size: 24px;
  line-height: 1.4;
  font-style: normal;
  color: #3c3c3c;
  font-weight: 500;
  margin: 25px 0;
  z-index: 1;
}

@media (max-width: 1240px) {
  .hotel-single .the-content blockquote p {
    font-size: 20px;
  }
}

@media (max-width: 1078px) {
  .hotel-single .the-content blockquote p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hotel-single .the-content blockquote p {
    font-size: 18px;
    margin: 25px 0;
  }
}

.hotel-single .the-content ul,
.hotel-single .the-content ol {
  position: relative;
  margin: 20px 0 !important;
  overflow: hidden;
  clear: both;
  display: block;
}

@media screen and (max-width: 480px) {
  .hotel-single .the-content ul,
  .hotel-single .the-content ol {
    margin: 15px 0 !important;
  }
}

.hotel-single .the-content ul ul,
.hotel-single .the-content ul ol,
.hotel-single .the-content ol ul,
.hotel-single .the-content ol ol {
  margin: 0 0 0 20px;
}

.hotel-single .the-content li {
  margin: 15px 0;
  padding-left: 40px;
  display: block;
  position: relative;
}

.hotel-single .the-content li strong {
  font-weight: bold;
}

.hotel-single .the-content li em {
  font-style: italic;
}

.hotel-single .the-content iframe {
  width: 100%;
  height: 553px;
}

@media (max-width: 1240px) {
  .hotel-single .the-content iframe {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .hotel-single .the-content iframe {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .hotel-single .the-content iframe {
    height: 280px;
  }
}

.hotel-single .the-content h1 {
  font-size: 50px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .hotel-single .the-content h1 {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .hotel-single .the-content h1 {
    font-size: 30px;
  }
}

.hotel-single .the-content h2 {
  font-size: 42px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .hotel-single .the-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .hotel-single .the-content h2 {
    font-size: 30px;
  }
}

.hotel-single .the-content h3 {
  font-size: 36px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .hotel-single .the-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .hotel-single .the-content h3 {
    font-size: 24px;
  }
}

.hotel-single .the-content h4 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .hotel-single .the-content h4 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .hotel-single .the-content h4 {
    font-size: 18px;
  }
}

.hotel-single .the-content h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .hotel-single .the-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .hotel-single .the-content h5 {
    font-size: 17px;
  }
}

.hotel-single .the-content h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

@media (max-width: 1240px) {
  .hotel-single .the-content h6 {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .hotel-single .the-content h6 {
    font-size: 16px;
  }
}

.hotel-single .the-content ul {
  margin: 0;
  list-style-type: none;
}

.hotel-single .the-content ul li:before {
  content: "";
  display: block;
  background-image: url(assets/img/svg/check-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 100%;
  left: 0;
  width: 19px;
  height: 19px;
  top: 4px;
}

.hotel-single .the-content ul li {
  margin: 15px 0;
  padding-left: 40px;
}

@media (max-width: 768px) {
  .hotel-single .the-content ul li {
    padding-left: 36px;
  }
}

.hotel-single .the-content ol li {
  color: #3c3c3c;
  counter-increment: my-counter;
  padding-left: 25px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .hotel-single .the-content ol li {
    padding-left: 18px;
  }
}

.hotel-single .the-content ol li:before {
  content: counter(my-counter) ".";
  color: #e7727d;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.similar-hotels-slider:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 665px;
  overflow: hidden;
}

@media (max-width: 680px) {
  .similar-hotels-slider:not(.slick-slider) {
    height: 527px;
  }
}

.similar-hotels-slider:not(.slick-slider) .hotel-container {
  width: 33.33%;
}

@media (max-width: 768px) {
  .similar-hotels-slider:not(.slick-slider) .hotel-container {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .similar-hotels-slider:not(.slick-slider) .hotel-container {
    width: 100%;
  }
}

.similar-hotels-slider .hotel-container {
  margin: 40px 16px;
}

@media (max-width: 768px) {
  .similar-hotels-slider .hotel-container {
    margin: 10px 0;
  }
}

.hotel-container {
  margin: 16px;
  height: auto;
}

@media (max-width: 768px) {
  .hotel-container {
    margin: 16px 0;
  }
}

.hotel-container:hover .hotel-header {
  background-position: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .hotel-container:hover .hotel-header {
    background-position: center;
  }
}

.hotel-container:hover .hotel-body {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .hotel-container:hover .hotel-body {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.hotel-container .hotel-header {
  height: 325px;
  border-radius: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

@media (max-width: 680px) {
  .hotel-container .hotel-header {
    height: 280px;
  }
}

@media (max-width: 500px) {
  .hotel-container .hotel-header {
    height: 250px;
  }
}

.hotel-container .hotel-body {
  background: #fff;
  padding: 35px;
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomright: 14px;
  -moz-border-radius-bottomleft: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  min-height: 340px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .hotel-container .hotel-body {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 680px) {
  .hotel-container .hotel-body {
    padding: 25px;
    min-height: auto;
  }
}

.hotel-container .hotel-body .hotel-title {
  line-height: 2;
}

.hotel-container .hotel-body .hotel-title h4 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

@media (max-width: 680px) {
  .hotel-container .hotel-body .hotel-title h4 {
    font-size: 20px;
  }
}

.hotel-container .hotel-body .hotel-title .hotel-rating {
  margin-left: 5px;
}

.hotel-container .hotel-body .hotel-location {
  padding-top: 10px;
}

.hotel-container .hotel-body .hotel-location .the-location {
  color: #000000;
  font-size: 15px;
}

.hotel-container .hotel-body .hotel-location .map-link {
  color: #e7727d;
  font-size: 15px;
  margin-left: 5px;
  text-decoration: underline;
}

.hotel-container .hotel-body .hotel-description p {
  color: #3c3c3c;
}

.hotel-container .hotel-body .primary-link span {
  margin-left: 10px;
}

.about-us {
  padding-top: 250px;
}

@media (max-width: 1480px) {
  .about-us {
    padding-top: 180px;
    padding-bottom: 70px;
  }
}

@media (max-width: 992px) {
  .about-us {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.about-us .about-us-bg {
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .about-us .about-us-bg {
    height: 400px;
  }
}

.about-us .bg-intro {
  padding-left: 100px;
  position: relative;
}

.about-us .bg-intro:after {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  background: #fadcdc;
  opacity: 0.2;
  width: 115px;
  height: 115px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .about-us .bg-intro {
    padding-left: 0;
  }
}

.about-us .bg-intro h2 {
  color: #000000;
  font-weight: 300;
  font-size: 42px;
  margin-bottom: 30px;
  max-width: 500px;
}

@media (max-width: 992px) {
  .about-us .bg-intro h2 {
    max-width: 100%;
  }
}

.about-us .bg-intro p {
  color: #717171;
}

.about-us .course-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.about-us .course-header .courses-heading-title h2 {
  font-weight: 300;
  color: #000000;
  padding-right: 40px;
  margin-bottom: 10px;
}

.about-us .course-header .courses-heading-title h2 strong {
  font-weight: 600;
}

.about-us .course-header .arrows-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 22px;
          column-gap: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 768px) {
  .about-us .course-header .arrows-controls {
    display: none !important;
  }
}

.about-us .course-header .arrows-controls span {
  background: #fff;
  padding: 15px 20px;
  border-radius: 50%;
}

.about-us .course-header .arrows-controls span img {
  display: block;
}

.about-us .our-gallery-slider:not(.slick-slider) {
  height: 180px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-us .our-gallery-slider:not(.slick-slider) .single-slide {
  width: 20%;
}

@media (max-width: 1480px) {
  .about-us .our-gallery-slider:not(.slick-slider) .single-slide {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .about-us .our-gallery-slider:not(.slick-slider) .single-slide {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .about-us .our-gallery-slider:not(.slick-slider) .single-slide {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .about-us .our-gallery-slider:not(.slick-slider) .single-slide {
    width: 100%;
  }
}

.about-us .our-gallery-slider .single-slide {
  margin: 40px 14px;
}

@media (max-width: 768px) {
  .about-us .our-gallery-slider .single-slide {
    margin: 20px 14px 0 14px;
  }
}

@media (max-width: 680px) {
  .about-us .our-gallery-slider .single-slide {
    margin: 20px 0 0 0;
  }
}

.about-us .our-gallery-slider .cover {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.about-us .our-gallery-slider .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0000004e;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(assets/img/svg/search.svg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-us .our-gallery-slider .cover:hover::before {
  opacity: 1;
}

.about-us .grila {
  margin-top: 120px;
}

@media (max-width: 1480px) {
  .about-us .grila {
    margin-top: 70px;
  }
}

@media (max-width: 1024px) {
  .about-us .grila {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .about-us .grila {
    margin-top: 30px;
  }
}

.about-us .grila .about-row {
  position: relative;
  max-width: 450px;
}

@media (max-width: 992px) {
  .about-us .grila .about-row {
    max-width: 100%;
  }
}

.about-us .grila .about-row h2 {
  color: #000000;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.5;
}

.about-us .grila .about-row p {
  color: #717171;
}

.about-us .grila .about-row:after {
  content: "";
  background-image: url("../OnestEDU/assets/img/svg/primary-dots.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .about-us .grila .about-row:after {
    opacity: 0.3;
  }
}

.about-us .grila .about-row .steps-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: counter-steps;
}

.about-us .grila .about-row .steps-list li {
  position: relative;
  counter-increment: counter-steps;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .about-us .grila .about-row .steps-list li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.about-us .grila .about-row .steps-list li:before {
  content: counter(counter-steps) ".";
  margin-right: 0.5rem;
  line-height: 1.8;
  color: #ed8188;
  font-size: 42px;
  font-weight: 600;
}

.about-us .grila .about-row .steps-list li .step h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

.about-us .grila .about-row .steps-list li .step p {
  color: #3c3c3c;
  font-size: 16px;
  margin: 10px 0;
}

.about-us .grila .about-row .search-course {
  margin-top: 20px;
}

.about-us .grila .about-row .search-course .secondary-link {
  background: #f39395;
  background: -webkit-gradient(linear, left bottom, left top, from(#f39395), to(#e7727d));
  background: linear-gradient(0deg, #f39395 0%, #e7727d 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  padding: 18px 36px;
}

.about-us .grila .bg-row {
  position: relative;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 30px;
}

@media (max-width: 992px) {
  .about-us .grila .bg-row {
    background-position: center;
    margin-top: 10px;
    margin-left: 0;
    height: 400px;
  }
}

@media (max-width: 680px) {
  .about-us .grila .bg-row {
    height: 300px;
  }
}

.about-us .grila .bg-row .absolute-element {
  position: absolute;
  top: 62%;
  left: 10%;
  background: #fff;
  padding: 15px 30px 15px 20px;
  border-radius: 60px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
}

@media (max-width: 992px) {
  .about-us .grila .bg-row .absolute-element {
    top: 70%;
    padding: 10px 24px 10px 13px;
  }
}

.about-us .grila .bg-row .absolute-element .call-logo {
  background: #ed8188;
  padding: 10px;
  margin-right: 7px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .about-us .grila .bg-row .absolute-element .call-logo {
    width: 50px;
  }
}

.about-us .grila .bg-row .absolute-element .call-logo img {
  display: block;
  padding: 7px;
}

.about-us .grila .bg-row .absolute-element .customer-service .custom-text {
  color: #3c3c3c;
  font-size: 14px;
  padding-bottom: 5px;
}

@media (max-width: 992px) {
  .about-us .grila .bg-row .absolute-element .customer-service .custom-text {
    font-size: 13px;
  }
}

.about-us .grila .bg-row .absolute-element .customer-service .custom-number {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .about-us .grila .bg-row .absolute-element .customer-service .custom-number {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .about-us .grila .bg-row .absolute-element .customer-service .custom-number {
    font-size: 18px;
  }
}

.not-found {
  height: 100vh;
  top: 0;
  width: 100%;
  position: fixed;
  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;
}

.not-found .full-bg {
  height: 125%;
  position: absolute;
  top: calc(0% - 100px);
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .not-found .full-bg {
    background-position: 70%;
  }
}

.not-found .middle-absolute {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}

.not-found .not-found-container {
  max-width: 450px;
  margin-left: auto;
  margin-top: 100px;
}

.not-found .not-found-container h1 {
  font-size: 130px;
  font-weight: 600;
  color: #fff;
  text-shadow: 2px 2px 0px #ea828b;
}

@media (max-width: 768px) {
  .not-found .not-found-container h1 {
    font-size: 100px;
  }
}

.not-found .not-found-container h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .not-found .not-found-container h2 {
    font-size: 30px;
  }
}

.not-found .not-found-container p {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 768px) {
  .not-found .not-found-container p {
    font-size: 16px;
  }
}

/* MAINTENANCE MODE */
.maintenance {
  height: 100vh;
  position: fixed;
  width: 100%;
  background: #fff4f4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff4f482), color-stop(50%, #fff3f09c), color-stop(80%, #fff9f7a6), to(#ffffffb0));
  background: linear-gradient(180deg, #fff4f482 20%, #fff3f09c 50%, #fff9f7a6 80%, #ffffffb0 100%);
}

@media (max-width: 992px) {
  .maintenance {
    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;
  }
}

.maintenance .left-room {
  width: 50%;
  padding: 0 20px;
  text-align: center;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .maintenance .left-room {
    width: 100%;
    margin: 50px auto;
  }
}

.maintenance .right-room {
  background-size: auto;
  height: 100vh;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .maintenance .right-room {
    display: none;
  }
}

.maintenance .logo-feature {
  margin: auto;
}

@media (max-width: 992px) {
  .maintenance .logo-feature {
    margin-bottom: 80px;
  }
}

.maintenance .coming-soon {
  margin-bottom: auto;
}

.maintenance .coming-soon h1 {
  font-size: 46px;
  color: #000000;
  font-weight: 500;
}

@media (max-width: 992px) {
  .maintenance .coming-soon h1 {
    font-size: 40px;
  }
}

.maintenance .copyrights-now {
  padding: 20px;
}

.maintenance .copyrights-now p {
  color: #585858;
  font-size: 14px;
}

.maintenance .coming-soon-form {
  margin-top: 40px;
}

.maintenance .coming-soon-form input#noptin-form-1__field-email {
  border: none;
  padding: 30px;
  width: 100%;
}

.maintenance .coming-soon-form input#noptin-form-1__field-email ::-webkit-input-placeholder {
  color: #3c3c3c;
  font-size: 16px;
}

.maintenance .coming-soon-form input#noptin-form-1__field-email :-ms-input-placeholder {
  color: #3c3c3c;
  font-size: 16px;
}

.maintenance .coming-soon-form input#noptin-form-1__field-email ::-ms-input-placeholder {
  color: #3c3c3c;
  font-size: 16px;
}

.maintenance .coming-soon-form input#noptin-form-1__field-email ::placeholder {
  color: #3c3c3c;
  font-size: 16px;
}

@media (max-width: 992px) {
  .maintenance .coming-soon-form input#noptin-form-1__field-email ::-webkit-input-placeholder {
    font-size: 14px;
  }
  .maintenance .coming-soon-form input#noptin-form-1__field-email :-ms-input-placeholder {
    font-size: 14px;
  }
  .maintenance .coming-soon-form input#noptin-form-1__field-email ::-ms-input-placeholder {
    font-size: 14px;
  }
  .maintenance .coming-soon-form input#noptin-form-1__field-email ::placeholder {
    font-size: 14px;
  }
}

.maintenance .coming-soon-form div#noptin-form-1__submit_button_wrapper {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: 11px 0;
}

@media (max-width: 500px) {
  .maintenance .coming-soon-form div#noptin-form-1__submit_button_wrapper {
    position: relative;
    right: 0;
  }
}

.maintenance .coming-soon-form div#noptin-form-1__submit_button_wrapper button {
  margin: 0;
}

@media (max-width: 500px) {
  .maintenance .coming-soon-form div#noptin-form-1__submit_button_wrapper button {
    width: 100%;
  }
}

.maintenance .coming-soon-form .newsletter-form .noptin-newsletter-form .noptin-form-field-wrapper {
  margin: 0;
}

.contact-wrapper-page .contact-details-wrapper {
  padding-right: 80px;
}

@media (max-width: 1480px) {
  .contact-wrapper-page .contact-details-wrapper {
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .contact-wrapper-page .contact-details-wrapper {
    padding-right: 0;
  }
}

.contact-wrapper-page .contact-details-wrapper h1 {
  font-weight: 300;
}

@media (max-width: 992px) {
  .contact-wrapper-page .contact-details-wrapper h1 {
    text-align: center;
  }
}

.contact-wrapper-page .contact-details-wrapper p {
  color: #3c3c3c;
}

.contact-wrapper-page .form-wrapper-zone {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 50px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1480px) {
  .contact-wrapper-page .form-wrapper-zone {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .contact-wrapper-page .form-wrapper-zone {
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .contact-wrapper-page .form-wrapper-zone {
    padding: 32px;
  }
}

@media (max-width: 680px) {
  .contact-wrapper-page .form-wrapper-zone {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #b8b8b8;
    border-radius: 0;
    padding-top: 30px;
  }
}

.contact-wrapper-page .form-wrapper-zone h2 {
  color: #000000;
  font-weight: 600;
}

.contact-wrapper-page .form-wrapper-zone p {
  color: #3c3c3c;
}

@media (max-width: 992px) {
  .contact-wrapper-page .footer-contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .contact-wrapper-page .footer-contact-box li {
    width: 50%;
    padding-right: 20px;
  }
}

@media (max-width: 460px) {
  .contact-wrapper-page .footer-contact-box li {
    width: 100%;
  }
}

.contact-wrapper-page .footer-contact-box li:not(:last-child) {
  margin-bottom: 20px;
}

.contact-wrapper-page .footer-contact-box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-wrapper-page .footer-contact-box li a .contact-meta:hover .contact-info {
  color: #e7727d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact-wrapper-page .footer-contact-box li a .contact-meta .contact-label {
  color: #3c3c3c;
  font-size: 16px;
}

@media (max-width: 1480px) {
  .contact-wrapper-page .footer-contact-box li a .contact-meta .contact-label {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .contact-wrapper-page .footer-contact-box li a .contact-meta .contact-label {
    font-size: 14px;
  }
}

.contact-wrapper-page .footer-contact-box li a .contact-meta .contact-info {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1480px) {
  .contact-wrapper-page .footer-contact-box li a .contact-meta .contact-info {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .contact-wrapper-page .footer-contact-box li a .contact-meta .contact-info {
    font-size: 15px;
  }
}

.contact-wrapper-page .footer-contact-box li a i {
  color: #ed8188;
  margin-right: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact-wrapper-page .footer-contact-box li a i:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.contact-wrapper-page .footer-contact-box li a i:before {
  border: 2px solid;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  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;
  font-size: 20px;
}

@media (max-width: 1480px) {
  .contact-wrapper-page .footer-contact-box li a i:before {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .contact-wrapper-page .footer-contact-box li a i:before {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

.contact-wrapper-page .form-col {
  margin: 0 0 10px 0;
}

.contact-wrapper-page .footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-wrapper-page .footer-social-media li a i {
  color: #ed8188;
  margin-right: 7px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact-wrapper-page .footer-social-media li a i:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.contact-wrapper-page .footer-social-media li a i:before {
  border: 2px solid;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  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;
}

@media (max-width: 1480px) {
  .contact-wrapper-page .footer-social-media li a i:before {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .contact-wrapper-page .footer-social-media li a i:before {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

.contact-wrapper-page .heading-title-box h4 {
  color: #000000;
  font-weight: 600;
  margin-bottom: 22px;
  margin-top: 40px;
}

@media (max-width: 1480px) {
  .contact-wrapper-page .heading-title-box h4 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .contact-wrapper-page .heading-title-box h4 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .contact-wrapper-page .heading-title-box h4 {
    font-size: 19px;
  }
}

@media (max-width: 680px) {
  .contact-wrapper-page .heading-title-box h4 {
    font-size: 17px;
  }
}

.contact-us {
  padding-top: 200px;
  padding-bottom: 150px;
  overflow: hidden;
}

@media (max-width: 1480px) {
  .contact-us {
    padding-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .contact-us {
    padding-top: 100px;
  }
}

@media (max-width: 1024px) {
  .contact-us {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .contact-us {
    padding-bottom: 30px;
  }
}

.contact-us .contact-wrapper-page {
  position: relative;
  z-index: 2;
}

.contact-us .contact-wrapper-page:after {
  content: "";
  background-image: url(../OnestEDU/assets/img/svg/posts-dots.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 217px;
  height: 217px;
  z-index: 0;
  position: absolute;
  top: -100px;
  right: -100px;
}

@media (max-width: 992px) {
  .contact-us .contact-wrapper-page:after {
    bottom: -100px;
    top: auto;
    opacity: 0.3;
  }
}

.contact-us .g-map {
  position: relative;
  z-index: 2;
  margin-top: 120px;
}

@media (max-width: 1480px) {
  .contact-us .g-map {
    margin-top: 70px;
  }
}

@media (max-width: 1024px) {
  .contact-us .g-map {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .contact-us .g-map {
    margin-top: 30px;
  }
}

.contact-us .g-map p {
  position: relative;
  z-index: 2;
}

.contact-us .g-map:after {
  content: "";
  background-image: url(../OnestEDU/assets/img/svg/map-dots.svg);
  background-repeat: no-repeat;
  background-position: right;
  width: 319px;
  height: 319px;
  z-index: 0;
  position: absolute;
  bottom: -120px;
  left: -120px;
  opacity: 0.1;
}

.contact-us .g-map iframe {
  border-radius: 14px;
  border: 1px solid #e1e1e1 !important;
}

@media (max-width: 1480px) {
  .contact-us .g-map iframe {
    height: 400px !important;
  }
}

@media (max-width: 1024px) {
  .contact-us .g-map iframe {
    height: 350px !important;
  }
}

@media (max-width: 768px) {
  .contact-us .g-map iframe {
    height: 270px !important;
  }
}

.certificari {
  padding-top: 200px;
}

@media (max-width: 992px) {
  .certificari {
    padding-top: 50px;
  }
}

.certificari .middle-container {
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}

.certificari .middle-container h1 {
  font-size: 46px;
  font-weight: 300;
}

.certificari .middle-container p {
  color: #3c3c3c;
  font-size: 18px;
}

.certificari .certifications-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.certificari .certifications-area .document-body {
  position: relative;
  border: 1px solid #d1d1d1;
  margin: 13px;
  background: #ffffff;
  padding: 0px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.certificari .certifications-area .document-body:hover {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.formular-inscriere-area {
  background: #fff4f4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff4f4), color-stop(70%, #fff4f2), color-stop(100%, #fff9f7), to(white));
  background: linear-gradient(180deg, #fff4f4 0%, #fff4f2 70%, #fff9f7 100%, white 100%);
  padding: 100px 0;
  padding-top: 200px;
}

@media (max-width: 992px) {
  .formular-inscriere-area {
    padding: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .formular-inscriere-area {
    padding-bottom: 30px;
  }
}

.formular-inscriere-area .wpcf7 {
  visibility: hidden;
  height: 0;
  width: 0;
  z-index: 0;
  opacity: 0;
}

.formular-inscriere-area .form-content {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: 20px auto;
  padding-bottom: 20px;
}

.formular-inscriere-area .form-content .sep {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}

.formular-inscriere-area .form-content .sep:after {
  content: "";
  width: 100%;
  background: #707070;
  height: 1px;
  display: block;
  position: absolute;
  opacity: 0.2;
}

.formular-inscriere-area .form-content h1 {
  font-weight: 600;
}

.formular-inscriere-area .form-content p {
  color: #3c3c3c;
}

.formular-inscriere-area .form-content .step-form-enroll h4 {
  font-weight: 300;
}

.formular-inscriere-area .form-content .step-form-enroll h4 strong {
  font-weight: 600;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper {
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel {
  display: inline-block;
  background: #fff;
  padding: 30px 50px;
  border: 2px solid #e87a84;
  border-radius: 14px;
  width: calc(33.33% - 40px);
  max-width: calc(33.33% - 40px);
  margin: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 768px) {
  .formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel {
    width: calc(33.33% - 20px);
    max-width: 33.33%;
    margin: 10px;
    padding: 20px;
  }
}

@media (max-width: 500px) {
  .formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel {
    width: 100%;
    max-width: 100%;
  }
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#f39395), to(#e7727d));
  background: linear-gradient(180deg, #f39395 0%, #e7727d 100%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel:hover .logo-form .first-img {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel:hover .logo-form .second-img {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel:hover .form-type {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel .form-type {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel .form-type {
    font-size: 16px;
    line-height: 1.3em;
  }
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel .logo-form {
  position: relative;
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel .logo-form .first-img {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel .logo-form .first-img {
    width: 50px;
    height: 50px;
  }
}

.formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel .logo-form .second-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 768px) {
  .formular-inscriere-area .form-content .step-form-enroll .step-wrapper .form-panel .logo-form .second-img {
    width: 50px;
    height: 50px;
  }
}

.stepper-form-ajax {
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .stepper-form-ajax {
    margin-top: 30px;
  }
}

.stepper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stepper-nav .step-counter {
  background: #e87a84;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  top: -25px;
  left: 30px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
}

.stepper-nav .step-counter.done {
  background-image: url("../OnestEDU/assets/img/svg/valid.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  background-color: #fff;
  border: 2px solid #e87a84;
}

.stepper-nav .step-panel {
  position: relative;
  background: #fff;
  border: 1px solid #e87a84;
  border-radius: 14px;
  padding: 23px 30px;
  margin: 0 18px;
  width: 220px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  width: calc(25% - 36px);
}

@media (max-width: 992px) {
  .stepper-nav .step-panel {
    margin: 15px;
    width: calc(33.33% - 30px);
    padding: 21px 10px;
  }
}

@media (max-width: 680px) {
  .stepper-nav .step-panel {
    margin: 15px 0;
    width: 100%;
  }
}

.stepper-nav .step-panel:not(:last-child):after {
  content: "----";
  display: block;
  position: absolute;
  right: -40px;
  top: 65px;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #f0d8d8;
}

@media (max-width: 992px) {
  .stepper-nav .step-panel:not(:last-child):after {
    content: none;
  }
}

@media (max-width: 680px) {
  .stepper-nav .step-panel .inner-step-panel {
    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;
  }
}

@media (max-width: 680px) {
  .stepper-nav .step-panel .inner-step-panel .step-logo {
    width: 30px;
    margin-right: 10px;
  }
}

.stepper-nav .step-panel .step-name p {
  margin: 0;
  line-height: 1.2;
  margin-top: 5px;
  color: #000000;
}

.stepper-nav .step-panel[data-status="active"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 1;
}

.stepper-nav .step-panel[data-status="active"] .step-name p {
  font-weight: 600;
}

.stepper-nav .step-panel[data-status="pending"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: no-drop;
}

.stepper-nav .step-panel[data-status="pending"] .step-name p {
  font-weight: 400;
}

.form-stage-wrapper {
  text-align: left;
  padding: 50px;
  background: #ffffff;
  border-radius: 14px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .form-stage-wrapper {
    padding: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 680px) {
  .form-stage-wrapper {
    padding: 20px;
  }
}

.form-stage-wrapper .form-meta {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .form-stage-wrapper .form-meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form-stage-wrapper .form-meta span {
  color: #e87a84;
  font-size: 30px;
  font-weight: 600;
  width: 35px;
}

@media (max-width: 768px) {
  .form-stage-wrapper .form-meta span {
    font-size: 18px;
    width: 25px;
  }
}

.form-stage-wrapper .form-meta h3 {
  display: inline-block;
  font-weight: 600;
  color: #000;
  width: calc(100% - 35px);
}

@media (max-width: 768px) {
  .form-stage-wrapper .form-meta h3 {
    font-size: 18px;
    width: calc(100% - 25px);
  }
}

.form-stage-wrapper .form-data .label {
  color: #232323;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .form-stage-wrapper .form-data .label {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.form-stage-wrapper .form-data .input-checkbox {
  margin-right: 25px;
  margin-bottom: 7px;
}

.form-stage-wrapper .sep-new {
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}

.form-stage-wrapper .next-button {
  margin-top: 40px;
  margin-left: auto;
  display: table;
}

.form-stage-wrapper .next-button span img {
  margin-left: 5px;
}

input.error {
  border: 1px solid #e94444;
}

label.error {
  color: #e94444;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

body .final-order {
  display: none !important;
}

.final-order {
  background: #e87a84;
  padding: 20px;
  border-radius: 14px;
  margin-top: 34px;
  color: #fff;
}

.final-order .order-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.final-order .order-details .order-item {
  padding: 30px;
}

.final-order .order-details .order-item .order-price {
  font-size: 24px;
  font-weight: 600;
}

.final-order .order-details .order-item:last-child {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 60px;
  border-radius: 10px;
}

.success-panel {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.success-panel .ok-message {
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */