@media screen and (min-width: 768px){
    body #bookit-app{
        width: 100%;
        max-width:100%;
        padding: 60px 65px;
        box-shadow: 1px 10px 24px rgb(0 0 0 / 10%);
    }
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter .filter-info-bar{
    padding: 10px 10px 10px 24px;
}
body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper .hooper-list ul.hooper-track{
    margin-top: 10px;
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter{
    padding: none;

}


body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button {
    border:none;
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper .hooper-list ul.hooper-track li+li{
    margin-top:15px;
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter .selected-icon {
    margin-right:15px;
}

body .col-2, .bookit-row .col-3{
    flex:none;
    max-width: none;
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

.fadeIn {
    animation-name: fadeIn;
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

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

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

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

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

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

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

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

    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

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

    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

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

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

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

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

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

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

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

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

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

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

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

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

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

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

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

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

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

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

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

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

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

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

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

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
  .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
  .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
  .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
  .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
  .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
  .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
  .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
  .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
  .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
  .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
  .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
  .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
  .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
  .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
  .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
  .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
  .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
  .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
  .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
  .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
  .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
  .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
  .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
  .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

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

    .pr-sm-0,
  .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
  .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
  .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
  .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
  .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
  .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
  .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
  .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
  .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
  .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
  .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
  .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
  .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
  .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
  .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
  .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
  .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
  .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
  .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
  .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
  .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
  .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
  .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
  .my-sm-auto {
        margin-top: auto !important;
    }

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

    .mb-sm-auto,
  .my-sm-auto {
        margin-bottom: auto !important;
    }

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
  .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
  .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
  .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
  .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
  .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
  .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
  .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
  .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
  .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
  .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
  .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
  .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
  .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
  .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
  .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
  .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
  .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
  .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
  .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
  .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
  .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
  .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
  .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
  .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

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

    .pr-md-0,
  .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
  .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
  .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
  .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
  .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
  .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
  .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
  .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
  .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
  .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
  .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
  .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
  .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
  .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
  .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
  .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
  .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
  .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
  .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
  .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
  .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
  .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
  .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
  .my-md-auto {
        margin-top: auto !important;
    }

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

    .mb-md-auto,
  .my-md-auto {
        margin-bottom: auto !important;
    }

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
  .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
  .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
  .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
  .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
  .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
  .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
  .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
  .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
  .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
  .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
  .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
  .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
  .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
  .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
  .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
  .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
  .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
  .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
  .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
  .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
  .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
  .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
  .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
  .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

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

    .pr-lg-0,
  .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
  .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
  .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
  .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
  .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
  .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
  .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
  .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
  .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
  .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
  .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
  .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
  .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
  .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
  .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
  .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
  .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
  .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
  .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
  .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
  .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
  .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
  .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
  .my-lg-auto {
        margin-top: auto !important;
    }

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

    .mb-lg-auto,
  .my-lg-auto {
        margin-bottom: auto !important;
    }

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
  .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
  .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
  .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
  .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
  .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
  .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
  .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
  .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
  .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
  .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
  .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
  .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
  .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
  .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
  .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
  .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
  .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
  .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
  .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
  .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
  .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
  .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
  .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
  .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

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

    .pr-xl-0,
  .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
  .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
  .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
  .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
  .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
  .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
  .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
  .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
  .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
  .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
  .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
  .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
  .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
  .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
  .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
  .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
  .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
  .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
  .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
  .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
  .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
  .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
  .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
  .my-xl-auto {
        margin-top: auto !important;
    }

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

    .mb-xl-auto,
  .my-xl-auto {
        margin-bottom: auto !important;
    }

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.btn, button, input[type="submit"], .elementor-button {
    border-radius: 50px !important;
    display: inline-block;
    border-width: 2px;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 17px;
}

.btn, input[type=submit], button, .button {
    padding: 17px 50px 16px 50px;
}

@media (max-width: 1024px) {
    .btn, input[type=submit], button, .button {
        padding: 15px 40px 14px 40px;
    }
}

@media (max-width: 480px) {
    .btn, input[type=submit], button, .button {
        padding: 12px 30px 11px 30px;
    }
}

.btn {
    color: #424345;
    border: 2px #ecb537 solid;
}

body div div .white-c {
    color: #fff;
}

.elementor-size-md {
    padding: 10px 25px 9px !important;
}

.btn.dark {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border: 2px #000 solid;
}

.btn.dark:hover {
    color: #000;
    background-color: #ecb537;
    border-color: #ecb537;
}

.btn.dark.read-more {
    font-size: 20px;
}

.btn, .btn:hover, input[type=submit], button, .button, .elementor-size-md, .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
    font-family: "Poppins";
    font-weight: 600;
}

footer .elementor-widget-text-editor p {
    margin-bottom: 4px;
}

p {
    margin-top: 0;
    margin-bottom: 24px;
}

.head-font {
    font-weight: 500;
}

body div div .sc, body div div .sc-hv:hover {
    color: #000;
}

.sbrc, .sbrc-hv:hover {
    border-color: #000;
}

.sbcc, .sbcc-hv:hover, .training-block-slider .owl-dots button {
    background-color: #000;
}

body div div .dark {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

body .date, body time {
    font-weight: 500;
    text-transform: uppercase;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
}

body.yoga h1, body.yoga .h1,
body.yoga h2, body.yoga .h2 {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.underline-hv:hover {
    text-decoration: underline;
}

.elementor-text-editor a:hover {
    text-decoration: underline;
}

*:before, *:after {
    line-height: 1;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .head-font, nav a, .nav-links .prev, .nav-links .next, .comment-author b.fn, time, body .date, .reply a, footer nav a, .select2, .next.page-numbers, .prev.page-numbers, .quantity label, .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link, .tabs li a, .elementor-widget-accordion .elementor-accordion .elementor-tab-title, .contact-data, .ui-datepicker-header .ui-datepicker-title, .ui-datepicker table td, .ui-datepicker table th, .select2-results__option, .woocommerce ul.products li.product .archive-product-meta .price, .shop_table {
    font-family: "Poppins";
}

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, nav a, .stm_post-after .tags a, .stm_post-after .tags i {
    color: #000;
}

.pc-hv {
    transition: .3s;
}

.stm_post-after .tags a:not(:hover), .stm_post-after .tags, .star-rating, .pc, .pc-hv:hover, time, .reply a:hover, .site-content ul li:before, body.yoga a, .coach-tabs__list .catergory-tab-link.active .category-icon i, .coach-tabs__list .catergory-tab-link:hover .category-icon i, nav a:hover, .woocommerce ul.products li.product .archive-product-meta .price, .man_sidebar .widget_categories li a:hover {
    color: #ecb537;
}

h1, .h1 {
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 37px;
    letter-spacing: -1.35px;
}

@media (max-width: 1024px) {
    h1, .h1 {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.05px;
    }
}

@media (max-width: 480px) {
    h1, .h1 {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: -0.9px;
    }
}

h2, .h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    margin-top: 46px;
    margin-bottom: 28px;
    letter-spacing: -1.05px;
}

@media (max-width: 1024px) {
    h2, .h2 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -0.9px;
    }
}

@media (max-width: 480px) {
    h2, .h2 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.75px;
    }
}

h3, .h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 21px;
    letter-spacing: -0.9px;
}

@media (max-width: 1024px) {
    h3, .h3 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.75px;
    }
}

@media (max-width: 480px) {
    h3, .h3 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.6px;
    }
}

h4, .h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-top: 36px;
    margin-bottom: 16px;
    letter-spacing: -0.75px;
}

@media (max-width: 1024px) {
    h4, .h4 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.6px;
    }
}

@media (max-width: 480px) {
    h4, .h4 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.45px;
    }
}

h5, .h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    margin-top: 31px;
    margin-bottom: 11px;
    letter-spacing: -0.6px;
}

@media (max-width: 1024px) {
    h5, .h5 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.45px;
    }
}

@media (max-width: 480px) {
    h5, .h5 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.4px;
    }
}

h6, .h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 26px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    h6, .h6 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    h6, .h6 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.35px;
    }
}

body, .elementor-widget-text-editor, input, textarea, .woocommerce-ordering select, .man_cart_block a, .normal-font, .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    font-family: "Open Sans";
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.elementor-header .sub-menu a {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
}

.btn, input[type=submit], button, .button, .elementor-size-md {
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 600;
}

body div div .dark-color,
body div div .dark-color-hv:hover {
    color: #000;
}

.white-bg, .white-bc-hv:hover {
    background-color: #fff !important;
}

.white-br, .white-br-hv:hover {
    border-color: #fff !important;
}

.white-c, .white-c-hv:hover {
    color: #fff;
}

.black-bg, .black-bg-hv:hover {
    background-color: #000 !important;
}

.black-br, .black-br-hv:hover {
    border-color: #000 !important;
}

.black-c, .black-c-hv:hover {
    color: #000 !important;
}

.pbrc, .pbrc-hv:hover, ul.tabs li.active a, .wpcf7-form input[type=submit], .elementor-widget-sm-basket .stm-cart-button .btn, .stm_lms_single_course_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button:hover {
    border-color: #ecb537;
}

body div .tc, body div .tc-hv:hover {
    color: #1289e4;
}

.tbrc, body.health_coach .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"], .tbrc-hv:hover {
    border-color: #1289e4;
}

.tbcc, .tbcc-hv:hover, body.health_coach .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"]:not(:hover) {
    background-color: #1289e4;
}

.pbcc, .pbcc-hv:hover, .man_sidebar .widget_mc4wp_form_widget, .comment-form .form-submit .submit, table thead th, .nav-links .page-numbers.current, .nav-links .page-numbers:hover, .woo-sidebar .widget_text h5:before, .woo-sidebar .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woo-sidebar .widget_price_filter .ui-slider .ui-slider-handle, ul.products .archive-image-wrap .hidden-labels a, body.single-product .content-area .woocommerce-product-gallery .flex-control-nav li.active, body.single-product .content-area .woocommerce-product-gallery .flex-control-nav li:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after, .quantity .quantity-wrap .quantity-control:hover, .woocommerce div.product form.cart .single_add_to_cart_button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce button.button.alt:hover, .wpcf7-form input[type=submit], .training-category a::before, .training-block-slider .owl-dots button.active, .pbcc-before:before, .pbcc-after:after, .ui-datepicker .ui-datepicker-current-day, .ui-datepicker tbody td:not(.ui-state-disabled):hover, .stm-cart-button .count, body.health_coach footer .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"]:not(:hover), .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next:hover, body.health_coach footer .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"]:not(:hover), .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next:hover, .training-block-slider-style_2 .training-slider .owl-nav button, .training-block-slider-style_2 .training-slider .owl-nav > div, body.demo-imported .woocommerce-grouped-product-list-item__price .amount, .stm_lms_single_course_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button:hover, .btn.btn-default {
    background-color: #ecb537;
}

.comment-form .form-submit .submit:hover {
    background-color: #000;
    color: #fff;
}

.elementor-widget-text-editor {
    color: #515254;
}

body:not(.woocommerce):not(.woocommerce-page) div:not(.woocommerce) .site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.products) {
    list-style: none;
    margin: 0;
    padding: 0;
}

body:not(.woocommerce):not(.woocommerce-page) div:not(.woocommerce) .site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.products) > li {
    padding-left: 36px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (max-width: 480px) {
    body:not(.woocommerce):not(.woocommerce-page) div:not(.woocommerce) .site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.products) > li {
        padding-left: 25px;
    }
}

body:not(.woocommerce):not(.woocommerce-page) div:not(.woocommerce) .site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.products) > li:before {
    content: "\f621";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    top: 10px;
    left: 0;
}

body:not(.woocommerce):not(.woocommerce-page) div:not(.woocommerce) .site-main .entry-content .tinv-wishlist .social-buttons ul li {
    padding-left: 0;
}

body:not(.woocommerce):not(.woocommerce-page) div:not(.woocommerce) .site-main .entry-content .tinv-wishlist .social-buttons ul li:before {
    display: none;
}

ol {
    padding-left: 36px;
}

@media (max-width: 480px) {
    ol {
        padding-left: 25px;
    }
}

ol li {
    margin-top: 25px;
    margin-bottom: 25px;
}

body #primary-content .comments-area ol.comment-list {
    padding-left: 0;
}

blockquote {
    margin-left: 0;
    border-left: 4px #ecb537 solid;
    padding-left: 40px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Poppins";
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

blockquote p:last-child {
    margin-bottom: 0;
}

ins {
    text-decoration: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    padding: 18px 20px;
    font-size: 18px;
    line-height: 20px;
    outline: none;
    max-width: 100%;
    border-color: #ededed;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
}

a[href^="tel"] {
    color: inherit;
}

a, button, input[type=submit] {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=submit], button {
    border-style: solid;
    box-shadow: none;
}

textarea {
    width: 100%;
    border-color: #ededed;
}

.comment-form input[type="text"],
.comment-form input[type="tel"],
.comment-form input[type="email"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form textarea {
    border-color: #ededed;
}

@media (max-width: 767px) {
    .comments-area .comment-respond .comment-form .fields-row {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .comments-area .comment-respond .comment-form .fields-row p {
        padding-left: 0;
        padding-right: 0;
    }

    .comments-area .comment-respond .comment-form .fields-row p input {
        width: 100%;
    }

    .comments-area .comment-respond .comment-reply-title {
        font-size: 36px;
        line-height: 44px;
    }
}

.default-header {
    padding-top: 40px;
    padding-bottom: 35px;
}

.default-header .site-logo a {
    font-size: 24px;
    font-weight: 700;
}

.default-header .sm_nav_menu {
    position: relative;
    z-index: 3;
}

.default-header .sm_nav_menu ul {
    list-style-type: none;
    margin: 0;
}

.default-header .sm_nav_menu li {
    padding: 0 15px;
}

@media (min-width: 1025px) {
    .default-header .sm_nav_menu > li:last-child > .sub-menu {
        right: 0;
    }

    .default-header .sm_nav_menu > li:last-child > .sub-menu .sub-menu {
        right: 100%;
        left: auto;
    }

    .default-header .sm_nav_menu > li:nth-last-child(2) > .sub-menu .sub-menu,
      .default-header .sm_nav_menu > li:nth-last-child(3) > .sub-menu .sub-menu,
      .default-header .sm_nav_menu > li:nth-last-child(4) > .sub-menu .sub-menu {
        right: 100%;
        left: auto;
    }
}

@media (max-width: 1024px) {
    .default-header > .container > .row {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .default-header > .container > .row > div {
        display: inline-block;
        width: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 300px;
    }

    .default-header > .container > .row .col-sm-9 {
        text-align: right;
    }
}

.default-header .sm_nav_menu > li > a {
    color: #000;
}

.default-header .sm_nav_menu > li > a:hover {
    color: #ecb537;
}

.default-header .sm_nav_menu > li .sub-menu li a {
    color: #fff;
}

.default-header .sm_nav_menu > li .sub-menu li a:hover {
    color: #ecb537;
}

body.yoga {
    background: url("../images/header.jpg") no-repeat top right;
}

@media (min-width: 1025px) {
    .elementor-header .sm_nav_menu .arrow {
        display: none;
    }
}

.man_footer_default {
    padding: 24px 0 24px;
    background: #f1f1f1;
    border-top: 1px #d7d7d7 solid;
    text-align: center;
}

.man_footer_default nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.man_footer_default nav ul li {
    float: left;
    padding: 0 17px;
}

.man_footer_default nav ul li:first-child {
    padding-left: 0;
}

.man_footer_default nav ul li a {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.18px;
}

.man_footer_default .stm-copyright {
    font-size: 16px;
}

.man_footer_default .stm-copyright a {
    color: inherit;
}

.man_footer_default.with-menu nav {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #d7d7d7 solid;
}

@media (max-width: 1200px) {
    .man_footer_default nav ul {
        column-count: 2;
    }

    .man_footer_default nav ul li {
        float: none;
        padding-left: 0;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .man_footer_default nav ul {
        margin-bottom: 20px;
    }

    .man_footer_default .stm-copyright {
        font-size: 14px;
    }
}

.portfolio-gallery {
    margin-bottom: 40px;
}

.portfolio-gallery__item img {
    margin-bottom: 36px;
}

.portfolio-gallery__item__description {
    padding-right: 120px;
}

.portfolio-gallery__item__description h5 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 26px;
}

.portfolio-gallery__item__description .portfolio-description {
    font-size: 16px;
    color: #808080;
}

.portfolio-gallery .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.portfolio-gallery .owl-nav button, .portfolio-gallery .owl-nav > div {
    display: inline-block;
    width: 49px;
    height: 49px;
    background-color: #000 !important;
    border-radius: 0 !important;
    color: #fff !important;
    line-height: 49px;
    position: relative;
    font-size: 0;
}

.portfolio-gallery .owl-nav button:before, .portfolio-gallery .owl-nav > div:before {
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-gallery .owl-nav button span, .portfolio-gallery .owl-nav > div span {
    line-height: 49px;
    position: relative;
    font-size: 0;
}

.portfolio-gallery .owl-nav button span:before, .portfolio-gallery .owl-nav > div span:before {
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-gallery .owl-nav button.owl-prev span:before, .portfolio-gallery .owl-nav > div.owl-prev span:before {
    content: "\f104";
}

.portfolio-gallery .owl-nav button.owl-prev:before, .portfolio-gallery .owl-nav > div.owl-prev:before {
    content: "\f104";
}

.portfolio-gallery .owl-nav button.owl-next, .portfolio-gallery .owl-nav > div.owl-next {
    margin-left: 10px;
}

.portfolio-gallery .owl-nav button.owl-next span:before, .portfolio-gallery .owl-nav > div.owl-next span:before {
    content: "\f105";
}

.portfolio-gallery .owl-nav button.owl-next:before, .portfolio-gallery .owl-nav > div.owl-next:before {
    content: "\f105";
}

.portfolio-gallery .owl-nav button:hover, .portfolio-gallery .owl-nav > div:hover {
    background-color: #ecb537 !important;
    color: #000 !important;
}

@media (max-width: 768px) {
    .portfolio-gallery__item img {
        margin-bottom: 30px;
    }

    .portfolio-gallery__item__description {
        padding-right: 0;
    }

    .portfolio-gallery {
        margin-bottom: 80px;
    }

    .portfolio-gallery .owl-nav {
        left: 0;
        top: 102%;
    }
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form label, .wpcf7-form .cf-label {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wpcf7-form label .cf-label-text, .wpcf7-form .cf-label .cf-label-text {
    display: inline-block;
    min-width: 125px;
    padding-right: 23px;
    max-width: 20%;
}

.wpcf7-form label .cf-field, .wpcf7-form .cf-label .cf-field {
    width: 100%;
}

.wpcf7-form label .cf-field .select2-selection--single, .wpcf7-form .cf-label .cf-field .select2-selection--single {
    border-bottom: 1px #ebebeb solid !important;
    border-radius: 0;
}

.wpcf7-form label .cf-field .select2-selection--single .select2-selection__rendered, .wpcf7-form .cf-label .cf-field .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form textarea {
    border: none;
    border-bottom: 1px #ebebeb solid;
    padding: 21px 0;
    width: 100%;
}

.wpcf7-form textarea {
    height: 141px;
}

.wpcf7-form input[type=submit] {
    border-color: #ecb537;
    background-color: #ecb537;
    font-size: 20px;
    padding: 18px 30px !important;
    margin-top: 30px;
}

.wpcf7-form input[type=submit]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

@media (max-width: 1200px) {
    .wpcf7-form input[type=submit] {
        margin-top: 10px;
    }
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 16px;
}

@media (max-width: 1200px) {
    .wpcf7-form label .cf-label-text, .wpcf7-form .cf-label .cf-label-text {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .wpcf7-form label .cf-field, .wpcf7-form .cf-label .cf-field {
        width: 100%;
    }
}

.wpcf7-response-output {
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left-width: 4px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    box-shadow: 15px 11px 20px rgba(0, 0, 0, 0.2);
}

.page-404-wrap {
    text-align: center;
    padding: 100px 0 160px 0;
}

.page-404-wrap img {
    margin-bottom: 60px;
}

.page-404-wrap h3 {
    margin-top: 0px;
    font-size: 45px;
    line-height: 62px;
}

.page-404-wrap p {
    font-size: 26px;
    margin-bottom: 50px;
    line-height: 36px;
}

.page-404-wrap .btn {
    font-size: 20px;
    color: #000;
}

.page-404-wrap .btn:hover {
    background: none;
}

#content.no-title-box {
    padding-top: 80px;
    border-top: 1px #ededed solid;
    background-color: #fff;
}

@media (min-width: 991px) {
    body.single .main_single_page {
        padding-right: 30px;
    }
}

body.page .comments-area {
    margin-bottom: 60px;
}

body.single-events .main_single_page > .post-date {
    display: none;
}

.main_single_page .single-thumbnail {
    margin-bottom: 40px;
    overflow: hidden;
}

.main_single_page .single-thumbnail:hover img {
    transform: scale(1.05);
}

.main_single_page .single-thumbnail img {
    transition: .3s;
}

.main_single_page .post-date {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.coach-post-content {
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .coach-post-content {
        margin-bottom: 30px;
    }
}

.coach-post-content h1.h3 {
    text-transform: none;
}

.stm_post-after {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px #ededed solid;
    margin-bottom: 40px;
}

.stm_post-after .tags i {
    vertical-align: middle;
    font-size: 24px;
}

.stm_post-after .tags a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .stm_post-after .tags {
        margin-bottom: 24px;
    }
}

.stm_post-after .share-wrap .head-font {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.stm_post-after .share-wrap .addtoany_shortcode {
    display: inline-block;
}

.stm_author_box {
    background-color: #ededed;
    padding: 52px 52px;
    overflow: hidden;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .stm_author_box {
        margin-bottom: 60px;
    }
}

.stm_author_box__avatar {
    float: left;
    border: 6px #fff solid;
    border-radius: 50%;
    margin: 6px 45px 6px 0;
}

.stm_author_box__avatar img {
    border-radius: 50%;
    vertical-align: top;
}

.stm_author_box__name {
    font-size: 19px;
    margin-bottom: 13px;
}

.stm_author_box__content {
    font-size: 18px;
    color: #515254;
}

ul.wp-block-gallery li.blocks-gallery-item {
    padding-left: 0 !important;
}

ul.wp-block-gallery li.blocks-gallery-item:before {
    display: none !important;
}

.wp-caption.aligncenter {
    margin-bottom: 20px !important;
}

.wp-block-separator {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .stm_author_box {
        padding: 25px 30px 40px;
    }

    .stm_author_box__avatar img {
        width: 75px;
    }
}

@media (max-width: 480px) {
    .stm_author_box__info {
        clear: both;
    }
}

body.page-template-page-sidebar .site-content {
    margin-bottom: 80px;
}

.widget_recent_comments {
    font-size: 18px;
}

.man_sidebar, .stm-lms-course__sidebar {
    font-size: 18px;
}

.man_sidebar h5, .man_sidebar h6, .stm-lms-course__sidebar h5, .stm-lms-course__sidebar h6 {
    margin-top: 0;
}

.man_sidebar .widget:not(:last-child), .stm-lms-course__sidebar .widget:not(:last-child) {
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .man_sidebar, .stm-lms-course__sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    .man_sidebar .inner-wrapper-sticky, .stm-lms-course__sidebar .inner-wrapper-sticky {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.man_sidebar ul, .stm-lms-course__sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.man_sidebar .widget-title, .stm-lms-course__sidebar .widget-title {
    margin-bottom: 33px;
    text-transform: none;
    font-weight: 500;
}

.widget_categories li {
    padding-left: 24px;
    position: relative;
    color: #a8a9ab;
    margin-bottom: 15px;
}

.widget_categories li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 8px;
    color: #ecb537;
    font-size: 15px;
    transition: .2s;
    font-weight: 900;
}

@media (max-width: 1024px) {
    .widget_categories li:before {
        top: 7px;
    }
}

.widget_categories li:hover:before {
    left: 5px;
}

.widget_categories li a {
    color: #000;
}

.widget_recent_entries li {
    padding-left: 30px;
    position: relative;
    color: #a8a9ab;
    margin-bottom: 25px;
}

.widget_recent_entries li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 7px;
    color: #515254;
    font-size: 15px;
    transition: .2s;
    font-weight: 900;
}

.widget_recent_entries li:hover:before {
    left: 5px;
}

.widget_recent_entries li a {
    color: #515254;
}

.widget_stm_recent_posts .widget_media {
    padding-bottom: 20px;
    border-bottom: 1px #ededed solid;
    margin-bottom: 20px;
}

.widget_stm_recent_posts .widget_media a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.widget_stm_recent_posts .widget_media a .image {
    float: left;
    margin-right: 20px;
}

.widget_stm_recent_posts .widget_media a .image img {
    width: 83px;
}

.widget_stm_recent_posts .widget_media a h6 {
    margin-bottom: 0;
}

.widget_stm_recent_posts .widget_media a .stm-post-content.with-image {
    max-width: calc(100% - 113px);
}

.widget_stm_recent_posts .widget_media a .stm-post-content h6 {
    text-transform: none;
    color: #000;
    line-height: 24px;
}

.widget_stm_recent_posts .widget_media a .stm-post-content .date {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 14px;
}

.widget_stm_recent_posts .widget_media:nth-last-child(2) {
    border-bottom: none;
}

.widget_mc4wp_form_widget {
    padding: 95px 30px 30px 30px !important;
    text-align: center;
    position: relative;
}

.widget_mc4wp_form_widget:before {
    content: "\e964";
    position: absolute;
    font-family: 'betop';
    display: block;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 96px;
}

.widget_mc4wp_form_widget input {
    border-radius: 50px;
    margin-bottom: 10px;
    width: 100%;
}

.widget_mc4wp_form_widget input[type="email"] {
    font-size: 17px;
    padding: 12px 30px;
}

.widget_mc4wp_form_widget input[type="submit"] {
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    padding: 13px 30px 12px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    border: 2px #000 solid;
}

.widget_mc4wp_form_widget input[type="submit"]:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.widget_archive ul, .widget_meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_archive ul h5, .widget_meta ul h5 {
    margin-bottom: 7px;
}

.widget_archive ul li, .widget_meta ul li {
    font-size: 18px;
    color: #515254;
    padding: 11px 0;
}

.widget_archive ul li a, .widget_meta ul li a {
    color: #000;
}

.widget_archive ul li a:hover, .widget_meta ul li a:hover {
    color: #ecb537;
}

.widget_archive ul li:not(:last-child), .widget_meta ul li:not(:last-child) {
    border-bottom: 1px #ebebeb solid;
}

.widget_calendar table td, .widget_calendar table th {
    padding: 6px 8px;
    text-align: center;
}

@media (max-width: 1200px) {
    .widget_calendar table td, .widget_calendar table th {
        padding: 4px 6px;
        font-size: 14px;
    }
}

.widget_pages ul li {
    padding-left: 30px;
    position: relative;
    color: #a8a9ab;
    margin-bottom: 15px;
}

.widget_pages ul li:before {
    content: "\f105";
    font-family: Font Awesome 5 Free;
    position: absolute;
    left: 0;
    top: 10px;
    color: #000;
    font-size: 15px;
    transition: .2s;
}

.widget_pages ul li:hover:before {
    left: 5px;
}

.widget_pages ul li a {
    color: #515254;
}

.widget_nav_menu ul li {
    padding-left: 15px;
    position: relative;
    color: #a8a9ab;
    margin-bottom: 15px;
}

.widget_nav_menu ul li a {
    color: #515254;
}

.widget_rss li {
    margin-bottom: 25px;
}

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

.ui-datepicker {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.ui-datepicker-header {
    padding: 10px 15px;
    overflow: hidden;
}

.ui-datepicker-header .ui-corner-all {
    cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev {
    float: left;
}

.ui-datepicker-header .ui-datepicker-prev span {
    font-size: 0;
}

.ui-datepicker-header .ui-datepicker-prev span:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
}

.ui-datepicker-header .ui-datepicker-next {
    float: right;
}

.ui-datepicker-header .ui-datepicker-next span {
    font-size: 0;
}

.ui-datepicker-header .ui-datepicker-next span:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
}

.ui-datepicker-header .ui-datepicker-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.ui-datepicker .ui-state-disabled {
    opacity: .5;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #fff;
}

.ui-datepicker tbody td {
    transition: .3s;
    cursor: pointer;
}

.ui-datepicker tbody td a {
    color: #000;
}

.ui-datepicker tbody td:not(.ui-state-disabled):hover a {
    color: #fff;
}

.ui-datepicker table {
    margin-bottom: 0;
    border: none;
}

.ui-datepicker table td, .ui-datepicker table th {
    border: none;
}

.ui-datepicker table th {
    font-size: 16px;
}

@media (max-width: 500px) {
    .ui-datepicker table td, .ui-datepicker table th {
        padding: 5px 8px;
    }
}

body.demo-imported .date-reservation {
    display: none;
}

body.demo-imported .date-reservation.active {
    display: -ms-flexbox;
    display: flex;
}

body.demo-imported .grouped-label {
    display: none;
}

body.demo-imported .grouped_form {
    position: relative;
}

body.demo-imported .grouped_form .woocommerce-grouped-product-list-item__price {
    text-align: center;
}

body.demo-imported .grouped_form .quantity-label .simple-label {
    display: none;
}

body.demo-imported .grouped_form .quantity-label .grouped-label {
    display: inline-block;
}

body.demo-imported .grouped-quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

body.demo-imported .grouped-quantity > label {
    margin-bottom: 0;
    padding-right: 15px;
    display: block;
    width: 100%;
    height: 33px;
}

body.demo-imported .grouped-quantity > label .grouped-label {
    text-transform: none;
}

body.demo-imported .date-reservation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

body.demo-imported .date-reservation h4 {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    line-height: 33px;
}

body.demo-imported .date-reservation span {
    display: inline-block;
    position: relative;
}

body.demo-imported .date-reservation span i {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px;
}

body.demo-imported .date-reservation input {
    padding: 11px 20px !important;
    width: 180px;
    border-radius: 70px !important;
    position: relative;
    z-index: 2;
    background: none;
}

body.demo-imported .date-reservation .reserve-notice {
    display: none;
}

body.demo-imported .date-reservation .reserve-notice.active {
    display: block;
    padding: 15px 0;
    width: 100%;
}

@media (min-width: 1200px) {
    body.demo-imported .woocommerce-grouped-product-list-item__quantity {
        width: 656px;
    }
}

@media (max-width: 991px) {
    body.demo-imported .group_table .woocommerce-grouped-product-list-item__quantity {
        width: 33%;
    }

    body.demo-imported .grouped-quantity {
        margin-right: 0 !important;
    }

    body.demo-imported .grouped-quantity > label {
        min-width: auto;
    }

    body.demo-imported .single-training-wrapper .group_table th, body.demo-imported .single-training-wrapper .group_table td {
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    body.demo-imported .single-training-wrapper .group_table th, body.demo-imported .single-training-wrapper .group_table td {
        padding: 8px 12px;
    }

    body.demo-imported .single-training-wrapper .group_table .woocommerce-grouped-product-list-item__price {
        min-width: 80px;
    }

    body.demo-imported .date-reservation h4 {
        min-width: auto;
        font-size: 15px;
        line-height: normal;
        padding-right: 0;
        margin-bottom: 15px;
    }

    body.demo-imported .date-reservation span input {
        font-size: 16px;
        padding: 12px 30px 12px 12px !important;
        width: 130px;
    }

    body.demo-imported .date-reservation span i {
        font-size: 18px;
        right: 12px;
    }

    body.demo-imported .grouped-quantity > label {
        padding: 0 10px;
        text-align: center;
    }
}

body.demo-imported .grouped_form .group_table {
    border-width: 4px;
    border-color: #ededed;
}

body.demo-imported .grouped_form .group_table .message-wrap {
    clear: both;
}

body.demo-imported .grouped_form .group_table tr.product {
    border-bottom: 1px #ededed solid;
}

body.demo-imported .grouped_form .group_table td {
    border: none;
}

@media (min-width: 1200px) {
    body.demo-imported .grouped_form .group_table td {
        padding: 12px 30px;
    }
}

body.demo-imported .grouped_form .group_table .grouped-top-labels td {
    padding: 30px 20px;
}

@media (min-width: 1200px) {
    body.demo-imported .grouped_form .group_table .grouped-top-labels td {
        padding: 30px;
    }
}

body.demo-imported .grouped_form .group_table .grouped-top-labels span {
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 13px;
}

body.demo-imported .grouped_form .group_table .grouped-top-labels span:before {
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
    body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__label {
        width: 33%;
    }
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__label label {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__label label a:not(:hover) {
    color: #000;
}

@media (max-width: 767px) {
    body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__label label {
        font-size: 18px;
    }
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity {
    overflow: hidden;
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .grouped-quantity {
    margin-right: 0 !important;
    padding-right: 10px;
}

@media (min-width: 1200px) {
    body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .grouped-quantity {
        width: 50%;
        float: left;
    }
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .grouped-quantity .quantity-label {
    text-align: left;
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .grouped-quantity .quantity-label .grouped-label {
    color: #515254;
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .grouped-quantity .quantity-wrap .quantity-control {
    line-height: 48px;
}

@media (min-width: 768px) {
    body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .grouped-quantity .quantity-wrap .quantity-control {
        height: 50px;
    }
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .grouped-quantity .quantity-wrap input.qty {
    height: 50px;
}

@media (min-width: 1200px) {
    body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .date-reservation {
        width: 50%;
        float: left;
    }
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .date-reservation h4 {
    font-size: 18px;
    color: #515254;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
}

@media (max-width: 1024px) {
    body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .date-reservation h4 {
        font-size: 20px;
    }
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__price {
    text-align: left;
}

@media (min-width: 768px) {
    body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__price {
        min-width: 150px;
    }
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__price .amount {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 600;
}

body.demo-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__price del .amount {
    text-decoration: line-through;
    background-color: #ccc;
}

@media (max-width: 767px) {
    body.demo-imported .grouped_form .group_table .grouped-top-labels {
        display: none;
    }

    body.demo-imported .grouped_form .group_table tr.product {
        display: block;
        padding: 10px;
    }

    body.demo-imported .grouped_form .group_table tr.product td {
        display: block;
        width: 100%;
        position: relative;
    }

    body.demo-imported .grouped_form .group_table tr.product td.woocommerce-grouped-product-list-item__label {
        padding-top: 30px;
    }

    body.demo-imported .grouped_form .group_table tr.product td .quantity label {
        margin-bottom: 0;
    }

    body.demo-imported .grouped_form .group_table tr.product td.woocommerce-grouped-product-list-item__price {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    body.demo-imported .date-reservation span input {
        width: 112px;
        padding-left: 6px !important;
        padding-right: 15px !important;
    }

    body.demo-imported .date-reservation span i {
        right: 6px;
    }

    body.demo-imported .single-training-wrapper .group_table .woocommerce-grouped-product-list-item__price {
        min-width: 65px;
    }

    body.demo-imported .single-training-wrapper .group_table .woocommerce-grouped-product-list-item__label {
        line-height: 24px;
    }
}

body.demo-imported input[name=reservation_date].available {
    border-color: #00e981;
}

@media (max-width: 360px) {
    body.demo-imported .group_table .woocommerce-grouped-product-list-item__quantity {
        min-width: 110px;
    }
}

body.demo-imported .unavailable-dates {
    padding: 20px;
    border-left-color: #e45342;
    cursor: pointer;
    padding: 20px;
    border-left-width: 4px;
    border-left-style: solid;
    opacity: 1;
    height: auto;
    transition: .3s;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    margin-top: 20px;
}

@media (max-width: 480px) {
    body.demo-imported .unavailable-dates {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 20px;
        z-index: 3;
        margin-top: 0px;
    }
}

body.demo-not-imported .grouped-top-labels {
    display: none !important;
}

body.demo-not-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .grouped-quantity .quantity-label {
    display: none !important;
}

body.demo-not-imported .grouped_form .group_table .woocommerce-grouped-product-list-item__price .amount {
    margin-top: 0 !important;
    margin-bottom: 15px;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list {
    border-bottom: none;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list .quantity {
    margin-right: 0 !important;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list .quantity label {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 2px;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list .quantity .quantity-wrap input {
    height: 44px;
    width: 30px !important;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list .quantity .quantity-wrap .quantity-control {
    line-height: 42px;
    font-size: 14px;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list .quantity .quantity-wrap .quantity-control.quantity-minus {
    padding-right: 8px;
    padding-left: 10px;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list .quantity .quantity-wrap .quantity-control.quantity-plus {
    padding-right: 10px;
    padding-left: 8px;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price {
    padding-bottom: 16px !important;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ecb537;
}

@media (max-width: 991px) {
    body.demo-not-imported .grouped_form .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price {
        font-size: 16px;
        line-height: 20px;
    }
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label {
    padding-bottom: 16px !important;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label a:not(:hover) {
    color: #000;
}

@media (max-width: 991px) {
    body.demo-not-imported .grouped_form .woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label {
        font-size: 16px;
        line-height: 20px;
    }
}

body.demo-not-imported .grouped_form .woocommerce-grouped-product-list td:first-child {
    padding-right: 0;
    width: 97px !important;
    padding-top: 0;
}

.elementor-widget-heading i {
    margin-right: 28px;
}

.elementor-widget-heading.title-with-icon a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1200px) {
    .elementor-widget-icon-box.icon_left .elementor-icon-box-wrapper {
        position: relative;
        padding-left: 80px;
    }

    .elementor-widget-icon-box.icon_left .elementor-icon-box-wrapper .elementor-icon-box-icon {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
    }
}

.animation_bg .elementor-image {
    display: inline-block;
    position: relative;
}

.animation_bg .elementor-image:before {
    content: '';
    display: block;
    position: absolute;
    transition: .3s;
    transition-timing-function: ease-in-out;
    z-index: 1;
}

.animation_bg .elementor-image img {
    position: relative;
    transition: .3s;
    transition-timing-function: ease-in-out;
    z-index: 2;
}

.animation_bg.bg_small .elementor-image:before {
    width: 40%;
    height: 40%;
}

.animation_bg.bg_small.top_left .elementor-image:before {
    left: -20px;
    top: -20px;
}

.animation_bg.bg_small.top_left .elementor-image:hover img {
    transform: translate3d(-3px, -3px, -3px);
}

.animation_bg.bg_small.top_left .elementor-image:hover:before {
    transform: translate3d(3px, 3px, 3px);
}

.animation_bg.bg_small.top_right .elementor-image:before {
    right: -20px;
    top: -20px;
}

.animation_bg.bg_small.top_right .elementor-image:hover img {
    transform: translate3d(3px, -3px, -3px);
}

.animation_bg.bg_small.top_right .elementor-image:hover:before {
    transform: translate3d(3px, 3px, 3px);
}

.animation_bg.bg_small.bottom_right .elementor-image:before {
    right: -20px;
    bottom: -20px;
}

.animation_bg.bg_small.bottom_right .elementor-image:hover img {
    transform: translate3d(3px, 3px, -3px);
}

.animation_bg.bg_small.bottom_right .elementor-image:hover:before {
    transform: translate3d(-3px, -3px, 3px);
}

.animation_bg.bg_small.bottom_left .elementor-image:before {
    left: -20px;
    bottom: -20px;
}

.animation_bg.bg_small.bottom_left .elementor-image:hover img {
    transform: translate3d(-3px, 3px, -3px);
}

.animation_bg.bg_small.bottom_left .elementor-image:hover:before {
    transform: translate3d(3px, -3px, 3px);
}

.animation_bg.bg_medium .elementor-image:before {
    width: 60%;
    height: 60%;
}

.animation_bg.bg_medium.top_left .elementor-image:before {
    left: -25px;
    top: -25px;
}

.animation_bg.bg_medium.top_left .elementor-image:hover img {
    transform: translate3d(-4px, -4px, -4px);
}

.animation_bg.bg_medium.top_left .elementor-image:hover:before {
    transform: translate3d(4px, 4px, 4px);
}

.animation_bg.bg_medium.top_right .elementor-image:before {
    right: -25px;
    top: -25px;
}

.animation_bg.bg_medium.top_right .elementor-image:hover img {
    transform: translate3d(4px, -4px, -4px);
}

.animation_bg.bg_medium.top_right .elementor-image:hover:before {
    transform: translate3d(4px, 4px, 4px);
}

.animation_bg.bg_medium.bottom_right .elementor-image:before {
    right: -25px;
    bottom: -25px;
}

.animation_bg.bg_medium.bottom_right .elementor-image:hover img {
    transform: translate3d(4px, 4px, -4px);
}

.animation_bg.bg_medium.bottom_right .elementor-image:hover:before {
    transform: translate3d(-4px, -4px, 4px);
}

.animation_bg.bg_medium.bottom_left .elementor-image:before {
    left: -25px;
    bottom: -25px;
}

.animation_bg.bg_medium.bottom_left .elementor-image:hover img {
    transform: translate3d(-4px, 4px, -4px);
}

.animation_bg.bg_medium.bottom_left .elementor-image:hover:before {
    transform: translate3d(4px, -4px, 4px);
}

.animation_bg.bg_large .elementor-image:before {
    width: 95%;
    height: 95%;
}

.animation_bg.bg_large.top_left .elementor-image:before {
    left: -30px;
    top: -30px;
}

.animation_bg.bg_large.top_left .elementor-image:hover img {
    transform: translate3d(-5px, -5px, -5px);
}

.animation_bg.bg_large.top_left .elementor-image:hover:before {
    transform: translate3d(5px, 5px, 5px);
}

.animation_bg.bg_large.top_right .elementor-image:before {
    right: -30px;
    top: -30px;
}

.animation_bg.bg_large.top_right .elementor-image:hover img {
    transform: translate3d(5px, -5px, -5px);
}

.animation_bg.bg_large.top_right .elementor-image:hover:before {
    transform: translate3d(5px, 5px, 5px);
}

.animation_bg.bg_large.bottom_right .elementor-image:before {
    right: -30px;
    bottom: -30px;
}

.animation_bg.bg_large.bottom_right .elementor-image:hover img {
    transform: translate3d(5px, 5px, -5px);
}

.animation_bg.bg_large.bottom_right .elementor-image:hover:before {
    transform: translate3d(-5px, -5px, 5px);
}

.animation_bg.bg_large.bottom_left .elementor-image:before {
    left: -30px;
    bottom: -30px;
}

.animation_bg.bg_large.bottom_left .elementor-image:hover img {
    transform: translate3d(-5px, 5px, -5px);
}

.animation_bg.bg_large.bottom_left .elementor-image:hover:before {
    transform: translate3d(5px, -5px, 5px);
}

.icon-overlay .elementor-image {
    position: relative;
    display: inline-block;
}

.icon-overlay .elementor-image .icon-wrap {
    position: absolute;
    z-index: 2;
}

.elementor-custom-embed-play i.eicon-play:before {
    content: "\e905";
    font-family: 'betop' !important;
    font-size: 75px;
}

.elementor-custom-embed-image-overlay {
    position: relative;
}

.elementor-custom-embed-image-overlay:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .3s;
}

.elementor-custom-embed-image-overlay:hover:before {
    opacity: 0;
}

.elementor-widget-wp-widget-mc4wp_form_widget h5 {
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 0;
}

.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields {
    position: relative;
}

.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="email"] {
    border-radius: 50px;
    padding: 16px 20px 15px;
    font-size: 17px;
    border-color: #d7d7d7;
    width: 100%;
    white-space: nowrap;
}

.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    top: -1px;
    right: 0;
    padding: 17px 43px;
    background-color: #000;
    text-transform: uppercase;
    border-color: #000;
    color: #fff;
}

.elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 480px) {
    .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="submit"] {
        padding: 12px 20px;
        top: 4px;
        right: 4px;
        height: 45px;
    }

    .elementor-widget-wp-widget-mc4wp_form_widget .mc4wp-form .mc4wp-form-fields input[type="email"] {
        white-space: nowrap;
        overflow-x: hidden;
        height: 53px;
    }
}

.elementor-accordion-item:not(:last-child) {
    border-bottom: 1px #ededed solid !important;
}

.elementor-accordion-item .elementor-accordion-icon {
    font-size: 28px;
    margin-top: -3px;
    height: 33px;
    display: inline-block;
}

.sm_menu_toggle {
    padding: 2px;
    border: none;
    position: relative;
    padding: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.sm_menu_toggle span {
    display: block;
    margin: 2px auto;
    width: 14px;
    height: 2px;
    background-color: #000;
}

@media (max-width: 1024px) {
    .elementor-header .sm_menu {
        display: none;
    }

    .elementor-header .sm_menu.open {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        z-index: 3;
        height: auto;
        overflow-y: auto;
        padding: 100px 0 40px;
        display: block;
        max-height: 100%;
    }

    .elementor-header .sm_menu.open:before {
        content: '';
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        position: fixed;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .elementor-header .sm_menu.open:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        background-color: #fff;
    }

    .elementor-header .sm_menu.open .close-menu {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 20px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        z-index: 3;
    }

    .elementor-header .sm_menu.open .close-menu:before, .elementor-header .sm_menu.open .close-menu:after {
        content: '';
        width: 25px;
        height: 1px;
        background-color: #000;
        display: block;
        position: absolute;
        margin-top: 20px;
        margin-left: 8px;
    }

    .elementor-header .sm_menu.open .close-menu:before {
        transform: rotate(45deg);
    }

    .elementor-header .sm_menu.open .close-menu:after {
        transform: rotate(-45deg);
    }

    .elementor-header .sm_menu.open nav {
        display: block;
        overflow: hidden;
        padding-bottom: 15px;
        background-color: #fff;
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li {
        width: 100%;
        text-align: left;
        padding: 4px 30px !important;
        background-color: #fff;
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li a {
        font-size: 24px;
        line-height: 32px;
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li .arrow {
        float: right;
        display: inline-block;
        padding: 0 0 0 15px;
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li .arrow i {
        transition: .3s;
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li .arrow.active i {
        transform: rotate(90deg);
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li .sub-menu {
        position: relative;
        display: block;
        width: 100%;
        padding-top: 4px;
        display: none;
        opacity: 1;
        visibility: visible;
        transition: 0s;
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li .sub-menu li {
        background: none;
        padding-right: 0 !important;
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li .sub-menu li a {
        color: inherit !important;
        font-size: 18px;
        line-height: 18px;
        padding-left: 5px;
        display: inline-block;
        width: auto;
    }

    .elementor-header .sm_menu.open nav .sm_nav_menu li .sub-menu li a:before {
        display: none;
    }
}

.elementor-header .sm_nav_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.elementor-header .sm_nav_menu a {
    font-size: 19px;
    font-weight: 500;
}

.elementor-header .sm_nav_menu > li {
    display: block;
    float: left;
    position: relative;
}

@media (min-width: 1025px) {
    .elementor-header .sm_nav_menu > li:last-child {
        padding-right: 0 !important;
    }
}

.elementor-header .sm_nav_menu > li .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% - 20px);
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0;
    width: 280px;
    text-align: left;
    transition: .3s;
}

.elementor-header .sm_nav_menu > li .sub-menu li {
    background-color: #000;
    padding: 0 5px;
}

.elementor-header .sm_nav_menu > li .sub-menu li a {
    padding: 5px 15px;
    width: 100%;
    display: block;
    font-size: 15px;
    border-bottom: 1px #ffffff33 solid !important;
    position: relative;
}

.elementor-header .sm_nav_menu > li .sub-menu li.menu-item-has-children > a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 13px;
    right: 15px;
}

.elementor-header .sm_nav_menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.elementor-header .sm_nav_menu .sub-menu .sub-menu {
    left: 100%;
    top: 0 !important;
}

@media (max-width: 1024px) {
    .elementor-header .sm_nav_menu .sub-menu .sub-menu {
        left: 0;
    }
}

body {
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    max-width: 100vw;
    overflow-x: hidden;
}

body * {
    box-sizing: border-box;
}

body > #page {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #ecb537;
}

a, button, .btn, input[type="submit"] {
    transition: .3s;
}

.reply a {
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

body:not(.woocommerce) figure {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

@media (min-width: 539px) {
    .full-width-container, .elementor-section-full_width {
        width: 100vw;
        position: relative;
        left: calc(-1 * (100vw - 100%) / 2);
    }
}

.sm_display_inline {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
}

.elementor-widget-button {
    vertical-align: top;
}

.a2a_s__default {
    background: #000 !important;
}

.entry-content {
    margin-bottom: 110px;
}

.main_intro_cont {
    padding-bottom: 80px;
    border-bottom: 1px #ededed solid;
    margin-bottom: 90px;
    padding-top: 25px;
}

.main_intro_cont h1 {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 0;
}

body.page-template-page-full-width .main_intro_cont {
    margin-bottom: 0 !important;
}

.post-container {
    margin-bottom: 127px;
}

body.search .no-results {
    margin-bottom: 40px;
}

body.search.search-results #primary-content article img {
    margin-bottom: 30px;
}

body.search.search-results #primary-content article .entry-summary {
    margin-bottom: 60px;
}

body.search.search-results #primary-content .posts-navigation {
    margin-bottom: 60px;
}

body.search .man_sidebar {
    margin-bottom: 80px;
}

.search-form {
    position: relative;
    max-width: 300px;
}

@media (max-width: 480px) {
    .search-form {
        max-width: 100%;
    }
}

.search-form label {
    display: none;
}

.search-form .search-field {
    padding: 13px 53px 13px 20px;
    font-size: 18px;
    width: 100%;
    height: 54px;
}

.search-form .search-submit {
    position: absolute;
    border-radius: 0 !important;
    width: 53px;
    height: 54px;
    top: 0;
    right: 0;
    padding: 0;
}

.search-form .search-submit:hover {
    background-color: transparent;
}

.search-form .search-submit i {
    font-size: 20px;
}

.comments-area {
    margin-top: 60px;
}

@media (min-width: 991px) {
    .comments-area {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .comments-area {
        margin-top: 60px;
    }
}

.comments-area .comment .comment-respond {
    margin-bottom: 55px;
}

.comments-area .comment-respond .comment-reply-title small a {
    font-size: 18px;
    text-transform: none;
    color: #000;
    vertical-align: top;
}

.comments-area .comment-respond .comment-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area .comment-respond .comment-form > p {
    width: 100%;
}

.comments-area .comment-respond .comment-form .comment-form-comment {
    -ms-flex-order: 2;
    order: 2;
}

.comments-area .comment-respond .comment-form .fields-row {
    -ms-flex-order: 1;
    order: 1;
}

.comments-area .comment-respond .comment-form .fields-row > p {
    margin-bottom: 30px;
}

.comments-area .comment-respond .comment-form .form-submit {
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0;
}

.comments-area .comment-respond .comment-form .form-submit .submit {
    text-transform: uppercase;
    border: none;
    padding: 19px 40px 19px 40px;
}

.comments-area .comment-respond .comment-form .comment-notes {
    display: none;
}

.comments-area .comments-title {
    margin-bottom: 60px;
}

.comments-area ol.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 100px 0;
}

.comments-area ol.comment-list li.pingback {
    padding-bottom: 25px;
    border-bottom: 1px #ededed solid;
}

.comments-area ol.comment-list ol.children {
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0 0 100px 0;
}

.comments-area ol.comment-list li article {
    padding-bottom: 55px;
    margin-bottom: 45px;
    border-bottom: 1px #ededed solid;
}

.comments-area ol.comment-list li .comment-meta {
    position: relative;
    margin-bottom: 0px;
}

.comments-area ol.comment-list li .comment-meta .comment-metadata > a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
}

.comments-area ol.comment-list li .comment-meta .comment-metadata a {
    font-size: 15px;
}

.comments-area ol.comment-list li .comment-meta .comment-author img {
    border-radius: 50%;
    float: left;
    margin-right: 50px;
}

.comments-area ol.comment-list li .comment-meta .comment-author .says {
    display: none;
}

.comments-area ol.comment-list li .comment-meta .comment-author b {
    font-weight: 500;
    font-size: 17px;
}

.comments-area ol.comment-list li .comment-content {
    padding-left: 168px;
    font-size: 19px;
}

.comments-area ol.comment-list li .reply {
    padding-left: 168px;
}

.comments-area ol.comment-list li .reply a {
    font-weight: 600;
    font-size: 14px;
}

.post-password-form input[type="password"] {
    padding: 12px 20px;
    border-radius: 50px;
    border-width: 2px;
    margin-bottom: 15px;
    height: 48px;
}

.post-password-form input[type="submit"] {
    background-color: #000;
    border-color: #000;
    color: #fff;
    padding: 14px 50px 13px 50px;
    height: 48px;
}

.post-password-form input[type="submit"]:hover {
    color: #000;
    background-color: #fff;
}

table {
    font-size: 18px;
    border-collapse: collapse;
    border: 1px rgba(0, 0, 0, 0.05) solid;
    margin-bottom: 25px;
}

table tr {
    transition: .3s;
}

table td, table th {
    padding: 12px 20px;
    border: 1px rgba(0, 0, 0, 0.05) solid;
}

@media (max-width: 480px) {
    table td, table th {
        padding: 6px 8px;
    }
}

table tr.even {
    background-color: #f6f6f6;
}

table thead th {
    background-color: #ecb537;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    table {
        font-size: 16px;
    }
}

dl {
    font-size: 18px;
}

dl dt {
    margin-bottom: 6px;
    font-weight: 700;
}

dl dd {
    margin-bottom: 24px;
}

address {
    margin-bottom: 18px;
}

.post-pagination {
    text-align: center;
    clear: both;
}

.post-pagination .page-num {
    display: inline-block;
    width: 49px;
    height: 49px;
    text-align: center;
    color: #000;
    font-size: 18px;
    border-radius: 50%;
    background-color: #ffc03f;
    line-height: 49px;
    transition: .3s;
    margin: 0 4px;
}

.post-pagination a .page-num {
    background-color: #f0e7d6;
}

.post-pagination a:hover .page-num {
    background-color: #ffc03f;
}

.single-thumbnail {
    overflow: hidden;
}

.single-thumbnail a {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.one-post-content {
    margin-bottom: 66px;
}

.one-post-content .post-excerpt {
    margin-bottom: 30px;
}

.one-post-content .post-date {
    margin-bottom: 5px;
}

.one-post-content h3 {
    transition: .3s;
    margin-bottom: 18px;
    margin-top: 0;
    word-break: break-word;
}

.one-post-content .single-thumbnail {
    margin-bottom: 30px;
    position: relative;
}

.one-post-content .single-thumbnail .sticky-label {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    z-index: 2;
}

.one-post-content .single-thumbnail a {
    position: relative;
}

.one-post-content .single-thumbnail a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: .3s;
    z-index: 1;
}

.one-post-content .single-thumbnail:hover a:before {
    opacity: 1;
}

.one-post-content.post-format-video .single-thumbnail a {
    position: relative;
    display: inline-block;
}

.one-post-content.post-format-video .single-thumbnail a .mc-play {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 75px;
    z-index: 2;
}

.sticky-label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 29px;
    padding: 2px 8px 0;
    margin-bottom: 20px;
}

.nav-links .page-numbers {
    display: inline-block;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    background-color: #f0e7d6;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 5px;
}

.nav-links .page-numbers.prev {
    width: auto;
    color: #fff;
    padding: 0 22px;
    border-radius: 50px;
    background-color: #000;
    padding-right: 33px;
    margin-right: 16px;
}

.nav-links .page-numbers.prev:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-right: 18px;
}

.nav-links .page-numbers.next {
    width: auto;
    color: #fff;
    padding: 0 22px;
    border-radius: 50px;
    background-color: #000;
    padding-left: 33px;
    margin-left: 16px;
}

.nav-links .page-numbers.next:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    margin-left: 18px;
    font-weight: 900;
}

.nav-links .page-numbers.current {
    background-color: #ecb537;
}

.nav-links .page-numbers.dots {
    background: none !important;
    width: 53px;
}

.nav-links .page-numbers:hover {
    background-color: #ecb537;
    color: #000;
}

.nav-links .page-numbers:last-child {
    margin-right: 0;
}

.archive-wrap {
    margin-bottom: 127px;
}

.slick-slide {
    outline: none;
}

.slick-arrow {
    width: auto;
    height: auto;
    font-size: 0;
}

.slick-arrow:before {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'betop' !important;
    opacity: 1;
}

.slick-next {
    right: -57px;
}

@media (max-width: 480px) {
    .slick-next {
        right: -27px;
    }
}

@media (max-width: 350px) {
    .slick-next {
        right: -17px;
    }
}

.slick-next:before {
    content: "\e960" !important;
}

.slick-prev {
    left: -57px;
}

@media (max-width: 480px) {
    .slick-prev {
        left: -27px;
    }
}

@media (max-width: 350px) {
    .slick-prev {
        left: -17px;
    }
}

.slick-prev:before {
    content: "\e95f" !important;
}

.select2 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.select2-container--default .select2-selection {
    outline: none;
}

.select2-container--default .select2-selection--single {
    height: auto;
    border-radius: 0;
    border-color: #ebebeb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    vertical-align: top;
    margin-top: -9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    vertical-align: top;
}

.select2-container--default .select2-selection__rendered {
    padding: 10px 30px 10px 10px !important;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 14px;
    max-height: 212px;
    border: 1px #ebebeb solid;
    border-top: none;
}

.select2-dropdown {
    border: none;
    border-right: 0;
}

.select2-results__options li {
    transition: .3s;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000;
    color: #ecb537;
}

.select2-results__options {
    outline: none;
}

.select2-results__options li {
    outline: none;
}

fieldset {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .phone-num {
        font-size: 28px !important;
    }
}

#page.unload {
    position: relative;
    height: 100vh;
}

#page.unload:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    height: 30px;
    width: 30px;
    animation: pulse 1.5s ease-out;
    animation-iteration-count: infinite;
    z-index: 99999;
}

#page.unload:after {
    content: '';
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

.owl-nav > div {
    display: inline-block;
    transition: .3s;
}

.stm_lms_single_course_carousel_wrapper .stm_lms_courses_carousel__buttons .stm_lms_courses_carousel__button:hover {
    color: #fff !important;
}

@media screen and (min-width: 768px) {
    body #bookit-app {
        width: 100%;
        max-width: 100%;
        padding: 60px 65px;
        box-shadow: 1px 10px 24px rgba(0, 0, 0, 0.1);
    }
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter {
    padding: none;
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter .filter-info-bar {
    padding: 10px 10px 10px 24px;
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter .selected-icon {
    margin-right: 15px;
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper .hooper-list ul.hooper-track {
    margin-top: 10px;
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper .hooper-list ul.hooper-track li + li {
    margin-top: 15px;
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button {
    border: none;
}

body .col-2 {
    -ms-flex: none;
    flex: none;
    max-width: none;
}

.bookit-row .col-3 {
    -ms-flex: none;
    flex: none;
    max-width: none;
}
