@import url('../fonts/dinpro/stylesheet.css');
/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty * {
    box-sizing: border-box
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px)
}

.pretty .state label:after,
.pretty .state label:before {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent
}

.pretty .state label:before {
    border-color: #bdc3c7
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
    display: none
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    40% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    50% {
        -webkit-transform: scale3d(.85, 1.15, 1);
        transform: scale3d(.85, 1.15, 1)
    }

    65% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    75% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }

    100% {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }

    100% {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0)
    }
}

.pretty.p-default.p-fill .state label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.pretty.p-default input:checked~.state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
    border-width: calc(1em / 7)
}

.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(.4) !important;
    -ms-transform: scale(.4) !important;
    transform: scale(.4) !important
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-icon input:checked~.state .icon {
    opacity: 1
}

.pretty.p-icon input:checked~.state label:before {
    border-color: #5a656b
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-svg input:checked~.state .svg {
    opacity: 1
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-image input:checked~.state img {
    opacity: 1
}

.pretty.p-switch input {
    min-width: 2em
}

.pretty.p-switch .state {
    position: relative
}

.pretty.p-switch .state:before {
    content: '';
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;
    transition: all .5s ease
}

.pretty.p-switch .state label {
    text-indent: 2.5em
}

.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
    transition: all .5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-switch input:checked~.state:before {
    border-color: #5a656b
}

.pretty.p-switch input:checked~.state label:before {
    opacity: 0
}

.pretty.p-switch input:checked~.state label:after {
    background-color: #5a656b !important;
    left: 1em
}

.pretty.p-switch.p-fill input:checked~.state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-switch.p-fill input:checked~.state label:before {
    opacity: 0
}

.pretty.p-switch.p-fill input:checked~.state label:after {
    background-color: #fff !important;
    left: 1em
}

.pretty.p-switch.p-slim .state:before {
    height: .1em;
    background: #bdc3c7 !important;
    top: calc(50% - .1em)
}

.pretty.p-switch.p-slim input:checked~.state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
    display: none
}

.pretty.p-has-hover input:hover~.state.p-is-hover {
    display: block
}

.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
    display: block
}

.pretty.p-has-focus input:focus~.state label:before {
    box-shadow: 0 0 3px 0 #bdc3c7
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate) {
    display: none
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate {
    display: block
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon {
    display: block;
    opacity: 1
}

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none
}

.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img,
.pretty.p-toggle .state.p-off {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7
}

.pretty.p-toggle input:checked~.state.p-on {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle input:checked~.state.p-off {
    opacity: 0;
    display: none
}

.pretty.p-plain input:checked~.state label:before,
.pretty.p-plain.p-toggle .state label:before {
    content: none
}

.pretty.p-plain.p-plain .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
    border-radius: 100%
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden
}

.pretty.p-round.p-icon .state .icon:before {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
    border-radius: 20%
}

.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
    transition: all .5s ease
}

.pretty.p-smooth input:checked+.state label:after {
    transition: all .3s ease
}

.pretty.p-smooth input:checked+.state .icon,
.pretty.p-smooth input:checked+.state .svg,
.pretty.p-smooth input:checked+.state img {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease
}

.pretty.p-smooth.p-default input:checked+.state label:after {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease
}

.pretty.p-smooth.p-plain input:checked+.state label:before {
    content: '';
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease
}

.pretty.p-tada:not(.p-default) input:checked+.state .icon,
.pretty.p-tada:not(.p-default) input:checked+.state .svg,
.pretty.p-tada:not(.p-default) input:checked+.state img,
.pretty.p-tada:not(.p-default) input:checked+.state label:after,
.pretty.p-tada:not(.p-default) input:checked+.state label:before {
    -webkit-animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
    animation: tada .7s cubic-bezier(.25, .46, .45, .94) 1 alternate;
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state .icon,
.pretty.p-jelly:not(.p-default) input:checked+.state .svg,
.pretty.p-jelly:not(.p-default) input:checked+.state img,
.pretty.p-jelly:not(.p-default) input:checked+.state label:after,
.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    -webkit-animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
    animation: jelly .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    border-color: transparent
}

.pretty.p-rotate:not(.p-default) input:checked~.state .icon,
.pretty.p-rotate:not(.p-default) input:checked~.state .svg,
.pretty.p-rotate:not(.p-default) input:checked~.state img,
.pretty.p-rotate:not(.p-default) input:checked~.state label:after,
.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    -webkit-animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
    animation: rotate .7s cubic-bezier(.25, .46, .45, .94);
    opacity: 1
}

.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    border-color: transparent
}

.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none
}

.pretty input[disabled]~* {
    opacity: .5
}

.pretty.p-locked input {
    display: none;
    cursor: not-allowed
}

.pretty input:checked~.state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important
}

.pretty input:checked~.state.p-primary .icon,
.pretty input:checked~.state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca
}

.pretty input:checked~.state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-primary-o .icon,
.pretty input:checked~.state.p-primary-o .svg,
.pretty input:checked~.state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #428bca !important
}

.pretty.p-switch input:checked~.state.p-primary:before {
    border-color: #428bca
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
    background-color: #428bca !important
}

.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important
}

.pretty input:checked~.state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important
}

.pretty input:checked~.state.p-info .icon,
.pretty input:checked~.state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de
}

.pretty input:checked~.state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-info-o .icon,
.pretty input:checked~.state.p-info-o .svg,
.pretty input:checked~.state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
    background-color: #5bc0de !important
}

.pretty.p-switch input:checked~.state.p-info:before {
    border-color: #5bc0de
}

.pretty.p-switch.p-fill input:checked~.state.p-info:before {
    background-color: #5bc0de !important
}

.pretty.p-switch.p-slim input:checked~.state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important
}

.pretty input:checked~.state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c !important
}

.pretty input:checked~.state.p-success .icon,
.pretty input:checked~.state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c
}

.pretty input:checked~.state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-success-o .icon,
.pretty input:checked~.state.p-success-o .svg,
.pretty input:checked~.state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
    background-color: #5cb85c !important
}

.pretty.p-switch input:checked~.state.p-success:before {
    border-color: #5cb85c
}

.pretty.p-switch.p-fill input:checked~.state.p-success:before {
    background-color: #5cb85c !important
}

.pretty.p-switch.p-slim input:checked~.state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important
}

.pretty input:checked~.state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important
}

.pretty input:checked~.state.p-warning .icon,
.pretty input:checked~.state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e
}

.pretty input:checked~.state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-warning-o .icon,
.pretty input:checked~.state.p-warning-o .svg,
.pretty input:checked~.state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
    background-color: #f0ad4e !important
}

.pretty.p-switch input:checked~.state.p-warning:before {
    border-color: #f0ad4e
}

.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
    background-color: #f0ad4e !important
}

.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important
}

.pretty input:checked~.state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important
}

.pretty input:checked~.state.p-danger .icon,
.pretty input:checked~.state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f
}

.pretty input:checked~.state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-danger-o .icon,
.pretty input:checked~.state.p-danger-o .svg,
.pretty input:checked~.state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
    background-color: #d9534f !important
}

.pretty.p-switch input:checked~.state.p-danger:before {
    border-color: #d9534f
}

.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
    background-color: #d9534f !important
}

.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important
}

.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important
}

.pretty.p-bigger label {
    text-indent: 1.7em
}

@media print {

    .pretty .state .icon,
    .pretty .state label:after,
    .pretty .state label:before,
    .pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.pretty.p-icon .state .icon {
    margin-left: 0px;
}

/*** jscrollpane ***/
.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    background: red;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px
}

.jspHorizontalBar {
    background: #dddddd;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #dddddd;
    position: relative
}

.jspDrag {
    background: #1d1d1b;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
    width: 4px;
}

.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #1d1d1b;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px
}

.jspDisabled {
    background: #80808d;
    cursor: default
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: 0
}

.jspCorner {
    background: #dddddd;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}


/*** WPML ***/
.wpml-ls-legacy-dropdown {
    width: 15.5em;
    max-width: 100%
}

.wpml-ls-legacy-dropdown>ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    visibility: visible
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1
}

.wpml-ls-legacy-dropdown a span {
    vertical-align: middle
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right: calc(10px + .7em + .7em)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: calc(10px + .7em + .7em)
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 10px
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: #000;
    background: #eee
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border-width: 0 1px 1px 1px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    width: 18px;
    height: 12px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    margin-left: .4em
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    margin-left: 0;
    margin-right: .4em
}

header .header-nav-right {
    min-width: 120px;
    justify-content: flex-end;
}

.header-nav-right .dropdown.wpml_dropdown {
    margin-right: 20px;
}

.dropdown.wpml_dropdown .dropdown-toggle {
    background-color: #ffffff;
    border-radius: 0px;
    color: #000000;
    min-width: auto;
    width: 60px;
    height: 30px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 110%;
}

.dropdown.wpml_dropdown .dropdown-toggle:focus {
    box-shadow: none;
}

.dropdown.wpml_dropdown .dropdown-menu {
    min-width: auto;
    width: 60px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
}

.dropdown.wpml_dropdown .dropdown-item:focus,
.dropdown.wpml_dropdown .dropdown-item:hover {
    font-weight: bold;
}

.dropdown.wpml_dropdown .dropdown-item {
    text-align: center;
    padding: 5px 8px;
}


body {
    font-family: 'DINPro', sans-serif;
    font-weight: normal;
    /* max-width: 1400px; */
    margin: 20px auto;
    color: #1d1d1b;
    line-height: 1.15rem;
}

body strong {
    font-weight: 500;
}

p,
ul,
li {
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
}

sup {
    top: -0.5em;
    font-size: 45%;
}

a.twenty25-button sup, ul.sub-menu a sup {
    font-size: 85%;
}

.fml-faq-section sup, .twenty25-section-title sup, .fml_discover_fillmed_title sup, #text-block-4 sup, .fml-expert_in-d-content sup, .custom-html-widget sup, .fml-expert_in-content sup, .fml_ro_right_title sup, .fml_award_collection_title sup, .wpb_wrapper sup {
    font-size: 75%;
}

/*** font ***/
.font-montserrat {
    font-family: 'DINPro' !important;
}

.font-dosis {
    font-family: 'DINPro' !important;
}

.font-dinpro {
    font-family: 'DINPro' !important;
}

/*** background ***/
body .bg-top-center {
    background-position: top center !important;
}

body .bg-top-right {
    background-position: top right !important;
}

/*** header ***/
header.desktop-header {}

header.mobile-header {
    display: none !important;
}

header .h-header__section {
    padding-top: 15px;
    padding-bottom: 15px;
}

header#h-header .navbar-brand {
    margin-right: 2rem;
}

header#h-header .navbar-brand img {
    max-width: 180px;
}

/*** default menu ***/
header#h-header #main-menu {
    background-color: #000;
}

header#h-header #main-menu li {
    margin-left: 1rem;
    margin-right: 1rem;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}

header#h-header #main-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 0px;
}

header#h-header #main-menu>li>a {
    line-height: 100%;
    padding: 5px 0px;
}

header#h-header .navbar-nav .dropdown-menu {
    background-color: #000;
}

header#h-header .navbar-nav .dropdown-menu a:hover {
    background-color: unset;
    text-decoration: underline;
}

header#h-header .mega-menu-wrap .mega-current-menu-item a {
    font-weight: 600 !important;
}

#mega-menu-wrap-primary-pro #mega-menu-primary-pro>li.mega-menu-item>a.mega-menu-link

/*** end default menu ***/
header#h-header .h-nav_section {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: auto;
    transition: all 400ms ease-in-out;
}

header#h-header.desktop-header ul.max-mega-menu>li.mega-menu-item.mega-current-menu-item:before,
header#h-header.desktop-header ul.max-mega-menu>li.mega-menu-item.mega-current-menu-item:after,
header#h-header.desktop-header ul.max-mega-menu>li.mega-menu-item.mega-current-menu-ancestor:before,
header#h-header.desktop-header ul.max-mega-menu>li.mega-menu-item.mega-current-menu-ancestor:after {
    content: "" !important;
    display: block !important;
    width: 1px;
    height: 20px;
    background-color: #000;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}

header#h-header.desktop-header ul.max-mega-menu>li.mega-menu-item.mega-current-menu-item:before,
header#h-header.desktop-header ul.max-mega-menu>li.mega-menu-item.mega-current-menu-ancestor:before {
    top: -30px;
}

header#h-header.desktop-header ul.max-mega-menu>li.mega-menu-item.mega-current-menu-item:after,
header#h-header.desktop-header ul.max-mega-menu>li.mega-menu-item.mega-current-menu-ancestor:after {
    bottom: -30px;
}

header#h-header ul.header-search {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

header#h-header .header-search img,
header#h-header .header-contact img {
    max-width: 27px;
}

header#h-header .menu-bg span {
    background-image: url(../images/icon-dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 30px;
    display: block;
}

header .navbar {
    padding-left: 0px;
    padding-right: 0px;
}

/*** hamburger menu ***/
header .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 24px;
    height: 1px;
    border-radius: 1px;
    background: #1d1d1b;
}

header .navbar .navbar-toggler-bar+.navbar-toggler-bar {
    margin-top: 5px;
}

header .navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
    width: 24px;
}

header .navbar-toggler:not(:disabled):not(.disabled) {
    height: 100px;
    outline: none;
}

/*** sticky header ***/
.navbar-sticky.navbar-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-anim .25s;
    animation: navbar-anim .25s;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
    z-index: 1030;
}

@-webkit-keyframes navbar-anim {
    from {
        -webkit-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes navbar-anim {
    from {
        -webkit-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}


/*** fullscreen menu ***/
.fullscreen-menu {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.5s;
    padding: 20px 30px;
}

.fullscreen-menu .inner-content {
    max-width: 600px;
    margin: 0 auto;
}

.fullscreen-menu .fullscreen-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.fullscreen-menu a {
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.fullscreen-menu #close-fullscreen {
    position: relative;
    display: block;
    text-align: right;
    font-size: 42px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
}

.hyper-mobile-searchform {
    max-width: 300px;
    margin: 30px auto 20px auto;
}

.hyper-mobile-searchform .input-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    position: relative;
    padding: 10px 40px 10px 20px;
    height: 60px;
}

.hyper-mobile-searchform input {
    width: 100%;
    background-color: transparent;
    border: 0px;
    height: 100%;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.hyper-mobile-searchform .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*** main content ***/
.h-main .hero-section {
    display: block;
    width: 100%;
    /* max-width: 1400px; */
    margin: 0px auto;
}


.h-main .hero-section .hero-bg {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    height: 500px;
    margin-top: 35px;
    margin-bottom: 80px;
}

.h-main .hero-section .hero-bg .banner-title {
    padding: 20px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    position: absolute;
    top: 42.5%;
    left: 12.2%;
    transform: translateY(-42.5%);
    font-family: 'DINPro' !important;
}

.h-main .hero-section .hero-bg .banner-title sup {
    font-size: 16px;
}

.h-main .hero-section .hero-video-container {
    position: relative;
    height: 500px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 80px;
}

.rs_control_btn {
    display: none !important;
    position: absolute;
    ;
    right: 10px;
    bottom: 10px;
    text-align: right;
}

.page-id-2423 #wrapper_rs_player_hero,
.page-id-1429 #wrapper_rs_player_hero {
    padding-bottom: 56.25%;
    height: 0;
    min-height: auto !important;
}

.page-id-2423 #iframe_rs_player_hero,
.page-id-1429 #iframe_rs_player_hero {
    /*width: 100%!important;
    height: 100%!important;
	margin-left:0!important;*/
}

.h-main .hero-section .hero-video-container .rs_control_btn a {
    font-size: 35px;
    color: #fff;
    padding: 10px 5px;
}

.h-main .hero-section .hero-video-container .player {
    font-size: 1px;
}

.h-main .hero-section .hero-video-container .buttonBar {
    display: none;
}

.h-main .hero-section .hero-video-container .mb_YTPBar {
    display: none;
}

.container {
    /*border: 1px solid #ddd;*/
}

.h-container-wrapper {
    /*padding-left: 15px;
	padding-right: 15px;*/
}

/*** wpml override ***/
.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown>ul {
    padding: 0rem 0.75rem;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background: unset;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    border: 0px;
    padding: 8px 10px;
    text-align: center;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0px;
    background-image: url(../images/lang-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 10px;
    top: unset;
    bottom: -2px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 1px solid #cdcdcd;
    text-align: center;
}


/*** footer ***/
.footer-sep {
    width: 100%;
    height: 1px;
    background-color: transparent;
    margin-top: 150px;
    margin-bottom: 100px;
}

footer#h-footer {
    /*padding-left: 20px;
	padding-right: 20px;*/
}

footer#h-footer .before-footer {
    background-color: #f0f0f0;
    padding: 5% 10%;
    margin: 50px auto;
}

footer#h-footer .before-footer .footer-b {
    text-align: center;
}

footer#h-footer .before-footer .footer-b .textwidget {
    font-size: 29px;
    line-height: 100%;
}

footer#h-footer .before-footer .footer-b .widget_media_image img {
    max-width: 20px !important;
    margin: 0 auto;
}

footer .footer-c .gform_wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

footer .footer-c .gform_wrapper form .gform_body {
    flex-basis: 60%;
}

footer .footer-c .gform_wrapper .gfield_checkbox li label,
footer .footer-c.gform_wrapper .gfield_radio li label {
    line-height: 100%;
}

footer .footer-c .gform_wrapper form .gform_body .gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-c .gform_wrapper form .ginput_container input[type=text] {
    width: 100% !important;
    height: 46px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 1px solid #fff !important;
    color: #1d1d1b;
    outline: none;
    margin-top: 0px;
    text-align: right;
    text-transform: lowercase;
}

footer .footer-c .gform_wrapper ul.gform_fields li.gfield:nth-child(2) {
    margin-top: 10px;
}

footer .footer-c .gform_wrapper ul.gform_fields li.gfield:nth-child(2) .gfield_label {
    margin-bottom: 0px;
}

footer .footer-c .gform_wrapper ul.gform_fields li.gfield:nth-child(2) input[type=radio] {
    margin-top: 0px;
}

footer .footer-c .gform_wrapper .ginput_container_radio ul {
    display: flex;
}

footer .footer-c .gform_wrapper .ginput_container_radio ul li {
    margin-right: 10px;
    display: flex;
}

footer .footer-c .gform_wrapper .ginput_container_radio ul li label {
    margin-top: 0px;
}

footer .footer-c .gform_wrapper form .gform_footer {
    position: relative;
}

footer .footer-c .gform_wrapper .gform_footer input.button,
footer .gform_wrapper .gform_footer input[type=submit] {
    color: #1d1d1b;
    height: 46px;
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 40px;
    margin-bottom: 0px;
}

footer .footer-c .gform_wrapper form .gform_footer:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 30px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

footer .footer-c .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

footer .footer-c .gform_wrapper ul.gform_fields li.gfield {
    margin: 0px;
    padding: 0px;
}

footer .footer-c .gform_wrapper form .gform_footer {
    width: auto;
    margin: 0px !important;
    padding: 0px !important;
    margin-left: -5px;
}

footer#h-footer .footer-main #footer-menu {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #000;
}

footer#h-footer .footer-main #footer-menu li {
    margin-left: 1rem;
    margin-right: 1rem;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
}

footer#h-footer .footer-main #footer-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 3px 0px;
}

footer#h-footer #subfooter-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

footer#h-footer #subfooter-menu li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

footer#h-footer #subfooter-menu li:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #9c9b9b;
    position: absolute;
    right: 0px;
    top: 5px;
}

footer#h-footer #subfooter-menu li:last-child:after {
    display: none;
}

footer#h-footer #subfooter-menu li a {
    font-size: 12px;
    color: #9c9b9b;
    padding-top: 0px;
    padding-bottom: 0px;
}

footer#h-footer .social-icons-list li {
    width: 30px;
    height: 30px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0px 5px;
}

footer#h-footer .social-icons-list li a {
    color: #fff;
    font-size: 18px;
}

footer#h-footer .social-icons-list li a i:before {
    line-height: 28px;
}

footer#h-footer .wpml-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .after-footer .wpml-ls-legacy-dropdown ul,
footer .after-footer .wpml-ls-legacy-dropdown ul li a {
    padding-left: 0px;
    padding-right: 0px;
    min-width: 25px;
}

footer .after-footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    width: 50px;
    left: -10px;
}

footer .after-footer .wpml-wrapper .title {
    margin-right: 15px;
}

/*** blog listing page ***/

.h_blog_categories {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto 40px auto;
    position: relative;
    padding-top: 10px;
}

.h_blog_categories .desktop_categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h_blog_categories .desktop_categories:before {
    content: "";
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.post-detail .h_blog_categories .desktop_categories:before {
    height: 6px;
    background-color: #bfc0c4;
}

.h_blog_categories a {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 300ms;
}

.h_blog_categories a:hover {
    transform: scale(1.2);
    text-decoration: none;
}

.post-detail .h_blog_categories a {
    font-weight: 600;
}

.h_blog_categories a.active {
    color: #bfc0c4;
}

.h_blog_container {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.h_blog_container.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .12);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.h_blog_container.loading:after {
    content: "";
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blog_banner {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.blog_banner img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.post-items article {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.post-items article .inner-content {
    max-width: 100%;
    margin: 0 auto;
}

.post-items article figure {
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    /*240px;*/
    height: 165px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    /* -webkit-filter: grayscale(100%);
  	filter: grayscale(100%); */
}

.post-items article .date {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.post-items article .date span {
    width: 20px;
    display: inline-block;
    position: relative;
}

.post-items article span:before {
    content: "";
    width: 1px;
    height: 80px;
    background-color: #1d1d1b;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
}

.post-items article .title {
    margin-bottom: 10px;
}

.post-items article .title,
.post-items article .title h3,
.post-items article .title a {
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: normal;
    color: #1d1d1b;
    text-align: left;
    display: block;
}

.post-items article .entry-summary {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: justify;
    line-height: 17px;
    display: block;
}

.post-items article .readmore-link {
    text-align: center;
}

.post-items article .readmore-link a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    color: #1d1d1b;
}

.post-items.slider-mode-blog .slick-slider .slick-track,
.post-items.slider-mode-blog .slick-slider .slick-list {
    background-color: unset;
}

.post-items.slider-mode-blog .slick-prev,
.post-items.slider-mode-blog .slick-next {
    top: 35%;
    z-index: 1;
}

.post-items.slider-mode-blog .slick-prev {
    left: 0px;
}

.post-items.slider-mode-blog .slick-next {
    right: 0px;
}

.post-items.slider-mode-blog .slick-prev:before,
.post-items.slider-mode-blog .slick-next:before {
    display: none;
}

.post-items.slider-mode-blog .slick-prev,
.post-items.slider-mode-blog .slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 35px;
}

.post-items.slider-mode-blog .slick-prev {
    background-image: url(../images/left-arrow.png);
}

.post-items.slider-mode-blog .slick-next {
    background-image: url(../images/right-arrow.png);
}

/*** blog detail ***/
body.single.single-post article .entry-content {
    text-align: justify;
}

body.single.single-post article .entry-content .post-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

body.single.single-post article .entry-content .post-head .col-left {
    flex-basis: 80px;
}

body.single.single-post article .entry-content .post-head .col-right {
    flex-basis: calc(100% - 80px);
}

body.single.single-post article .entry-content .post-head .h_rotateme {
    font-size: 40px;
}

body.single.single-post article .entry-content .post-head .bg {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

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

body.single.single-post article .entry-content .post-desc p {
    text-align: justify !important;
    font-size: 15px;
}

.main-content.single-wrapper.post-detail .inner-content {
    margin-bottom: 50px;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.main-content.single-wrapper.post-detail .inner-content .post-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-head-left {
    padding-right: 0px;
}

.post-head-right {
    align-self: flex-end;
    position: relative;
}

.post-cat-date {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    position: relative;
}

.post-cat {
    padding-bottom: 20px;
    text-transform: uppercase;
}

.post-cat:after {
    content: "";
    width: 110%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: 30px;
    right: 0px;
}

.post-title-highlight {
    background-color: #f0f0f3;
    padding: 20px;
    /* width: 350px; */
    text-align: right;
    font-size: 19px;
    line-height: 100%;
    margin-top: 100px;
    margin-left: -168px;
}

.post-title-highlight h1 {
    color: #1d1d1b;
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'DINPro' !important;
    letter-spacing: 0px;
    margin-bottom: 15px;
    font-weight: normal;
}

.post-title-highlight p {
    font-size: 19px;
    line-height: 100%;
}

.h_blog_categories .mobile_categories {
    display: none;
    width: 100%;
    text-align: right;
    padding: 0px 20px;
    position: absolute;
    top: -50px;
}

.h_blog_categories .mobile_categories button {
    border: 0px;
    background-color: transparent;
    padding: 0px;
    color: #1d1d1b;
    background-image: unset !important;
}

.h_blog_categories .mobile_categories button {
    background-color: transparent !important;
    border: 0px !important;
}

.h_blog_categories .mobile_categories button:hover,
.h_blog_categories .mobile_categories button:focus {
    outline: none !important;
    box-shadow: unset !important;
}

.h_blog_categories .mobile_categories button:after {
    display: none;
}

.h_blog_categories .mobile_categories .dropdown-menu.show a {
    display: block;
}

.mobile_categories .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 24px;
    height: 1px;
    border-radius: 1px;
    margin-bottom: 5px;
    background: #1d1d1b;
}

.post-additional {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

.post-additional span,
.post-additional p {
    font-size: 16px;
    line-height: 100%;
}

.post-additional a,
.post-additional span {
    font-weight: 600;
    color: #1d1d1b;
}

.post-additional>.know_about {
    text-align: left;
    padding-right: 10%;
    position: relative;
    padding-bottom: 20px;
}

.post-additional>.know_about:after {
    content: "";
    width: 60%;
    height: 1px;
    background-color: #1d1d1b;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.post-additional>.more_on_category {
    text-align: right;
    padding-left: 10%;
    position: relative;
    padding-bottom: 20px;
}

.post-additional>.more_on_category:after {
    content: "";
    width: 60%;
    height: 1px;
    background-color: #1d1d1b;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.post-sharing {
    text-align: right;
    align-self: flex-end;
    padding-bottom: 40px;
    color: #bfc0c4;
}

.post-sharing .share-heading {
    font-weight: bold;
    margin-bottom: 10px;
}

.post-sharing .share-icons a {
    border-radius: 50%;
    background-color: #bfc0c4;
    width: 24px;
    height: 24px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-left: 5px;
    transition: all 300ms;
}

.post-sharing .share-icons a:hover {
    text-decoration: none;
    transform: scale(1.2);
}

.related-posts-container .heading {
    font-size: 17px;
    text-align: center;
    color: #1d1d1b;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.related-posts-container .post-items article .date {
    margin-bottom: 20px;
}

/*** slick ***/
.slick-prev,
.slick-next {
    top: 50%;
    z-index: 1;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 35px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.slick-prev {
    background-image: url(../images/left-arrow.png);
}

.slick-next {
    background-image: url(../images/right-arrow.png);
}

.slick-prev:hover,
.slick-prev:focus {
    color: inherit;
    outline: none;
    background-image: url(../images/left-arrow.png);
}

.slick-next:hover,
.slick-next:focus {
    color: inherit;
    outline: none;
    background-image: url(../images/right-arrow.png);
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

/*** search overlay ***/
.h-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .94);
    text-align: center;
    transition: all ease-in-out .25s;
}

.h-search-overlay.h-show {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

.h-search-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}

.h-search-overlay .h-close {
    position: absolute;
    right: 50px;
    top: 70px;
    transition: -webkit-transform ease-out .2s;
    transition: transform ease-out .2s;
    transition: transform ease-out .2s, -webkit-transform ease-out .2s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    font-size: 30px;
    color: #fff;
}

.h-search-overlay .h-search-wrapper {
    display: inline-block;
    max-width: 1000px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -ms-transform: scale(.9);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
}

.h-search-overlay.h-show .h-search-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

.h-search-overlay .h-search-wrapper p {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.h-search-overlay .h-search-wrapper form {
    position: relative;
}

.h-search-overlay .h-search-wrapper form input {
    max-width: 800px;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
    border: 0;
    text-align: center;
    font-size: 35px;
    padding: 20px 50px;
    color: #fff;
    outline: none;
    transition: all .3s ease-out;
}

.h-search-overlay .h-search-wrapper form .h-search-icon {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 30px;
    color: #fff;
    color: rgba(255, 255, 255, 1);
    transition: all .2s ease-out;
}

/*** search results page ***/
.main-content.search-wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

.main-content.search-wrapper .page-header {
    text-align: center;
}

.main-content.search-wrapper .page-header .page-title {
    font-size: 25px;
}

.main-content.search-wrapper article.search-result-item {
    margin-bottom: 25px;
}

.main-content.search-wrapper article .the_title {
    font-size: 20px;
    font-weight: 500;
}

.main-content.search-wrapper article .the_title a {
    color: #1d1d1b;
}

.main-content.search-wrapper article .the_excerpt {
    font-size: 14px;
}

.main-content.search-wrapper .widget_search {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

.main-content.search-wrapper .widget_search .hyper-searchform {
    margin: 0 auto;
    position: relative;
    max-width: 550px;
}

.main-content.search-wrapper .hyper-searchform .text-input {
    margin: 0;
    padding: 12px 28px 12px 15px;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, .12);
}

.main-content.search-wrapper .hyper-searchform i {
    position: absolute;
    top: 13px;
    right: 14px;
    opacity: .4;
    font-size: 20px;
}

.main-content.search-wrapper .hyper-searchform i .search-button {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    background-color: transparent;
}

/*** pagination ***/
.hyper-pagination {
    margin: 0 auto;
    text-align: center;
    padding: 65px 0 40px;
    position: relative;
}

.hyper-pagination .hyper-pagination-inner {
    margin: 0 10px 0 0;
    float: left;
}

.hyper-pagination .current-page,
.hyper-pagination .page-number {
    display: block;
    padding: 12px 12px;
    line-height: 12px;
    font-size: 12px;
    margin: 0 2px;
    font-weight: 700;
    float: left;
    border: 2px solid transparent;
    color: #343434;
    width: 40px;
    height: 40px;
}

.hyper-pagination .current-page:hover,
.hyper-pagination .page-number:hover {
    border: 2px solid #1d1d1b;
}

.hyper-pagination .current-page {
    border: 2px solid #1d1d1b;
    background-color: #1d1d1b;
    color: #fff;
    border-radius: 50%;
}

.hyper-pagination .hyper-total-pages {
    float: right;
    opacity: .6;
    color: #1d1d1b;
}

.hyper-pagination .current-page,
.hyper-pagination .hyper-pagination-next,
.hyper-pagination .hyper-pagination-previous,
.hyper-pagination .page-number {
    transition: all .2s ease
}

.hyper-pagination .hyper-pagination-next,
.hyper-pagination .hyper-pagination-previous {
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    color: #343434;
    border: 2px solid transparent;
    position: relative;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 34px;
}

.hyper-pagination .hyper-pagination-next a,
.hyper-pagination .hyper-pagination-previous a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    left: 0;
    top: 0;
    color: #343434;
}

/*** load more button ***/
.js-loadmore-holder {
    display: block;
    text-align: center;
    margin: 10px auto;
}

.js-loadmore-holder a.js-loadmore-button {
    color: #1d1d1b;
    text-transform: uppercase;
    border: 1px solid #1d1d1b;
    padding: 10px 20px;
    display: inline-block;
}

.js-loadmore-holder a.js-loadmore-button:hover {
    background-color: #1d1d1b;
    color: #fff;
    text-decoration: none;
}

.load-more-scroll {
    padding: 15px;
}

.hyper-loading-indicator {
    direction: block;
    margin-top: 20px;
    position: relative;
    height: 50px;
    width: 50px;
    margin: 10px auto;
    background-image: url(../images/spinner.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/*** custom class css ***/
.search-border-bg {
    padding-top: 50px;
    padding-right: 40px !important;
    padding-bottom: 50px;
    position: relative;
    border-right: 1px solid #1d1d1b;
    border-bottom: 1px solid #1d1d1b;
    right: 15px;
}

.search-border-bg:before {
    content: "";
    width: 50%;
    height: 1px;
    background-color: #1d1d1b;
    position: absolute;
    right: 0px;
    top: 0px;
}

.search-border-bg:after {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(../images/icon-search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0px;
    right: 35px;
    top: -17px;
    margin: 0 auto;
    text-align: center;
}

.search-border-bg>div.vc_column-inner {
    padding-left: 0px;
}

/*** roated text effect ***/
.post-detail .h_rotateme {
    position: relative;
    height: 100%;
}

.post-detail .h_rotateme .rotate {
    position: absolute;
    bottom: 35%;
    left: 20%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    z-index: 1;
}

/*** experts grid bg ***/
.experts-grid-bg {
    position: relative;
}

/*.experts-grid-bg:before{
	content: "" !important;
	display: block !important;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 241px!important;
	background-image: linear-gradient(90deg, rgba(199, 200, 200, 0.8) 1px, transparent 1px), 
	linear-gradient(rgba(199, 200, 200, 0.8) 1px, transparent 1px);
    background-size: 20px 20px;
}*/

.experts-grid-bg>.wpb_column {
    position: relative;
    padding: 10px;
}

.experts-grid-bg>.wpb_column:before {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 235px !important;
    padding: 20px !important;
    text-align: center;
    height: 100%;
    background-color: transparent;
    background-size: 36px 36px;
    background-position: center;
    border-top: 1px solid rgba(199, 200, 200, 0.5);
    border-bottom: 1px solid rgba(199, 200, 200, 0.5);
    background-image: linear-gradient(0deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent);

}

.what_woman_want_row {
    justify-content: space-between;
}

.what_woman_want_row>.wpb_column {
    width: 30%;
}

/*** all side grid ***/


.all-side-grid {
    position: relative;
    padding: 20px;
    background-image: linear-gradient(90deg, rgba(199, 200, 200, 0.8) 1px, transparent 1px),
        linear-gradient(rgba(199, 200, 200, 0.8) 1px, transparent 1px);
    background-size: 20px 20px;
    min-height: 541px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


/*** tooltip ***/

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fff !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fff !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff !important;
}


body .tooltip .tooltip-inner {
    background-color: #fff !important;
    color: #000 !important;
}

.tooltip.right .tooltip-inner {}

/*** ap step ***/

.ap-step {
    cursor: pointer;
}

.ap-step .icon {
    margin-bottom: 20px;
    text-align: center;
}

.ap-step .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
}

.ap-step.ap-left {
    text-align: left;
}

.ap-step.ap-right {
    text-align: right;
}

.ap-step .num {
    border: 2px solid #1d1d1b;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    display: none;
}

.ap-step.hover .num {
    background-color: #bdaea7;
}

.ap-step .text {
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

.ap-step.ap-right .num {
    order: 2;
}

.ap-step.ap-right .text {
    order: 1;
}


/*** grid bg ***/
.grid-bg {
    position: relative;
}

.grid-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(0deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent);
    height: 100%;
    background-size: 40px 40px;
    background-position: center;
    border: 1px solid rgba(199, 200, 200, 0.8);
    z-index: 2;
}

/*.grid-bg-with-content {
	padding: 40px !important;
	text-align: center;
	background-color: transparent;
	background-image: linear-gradient(0deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(199, 200, 200, 0.8) 25%, rgba(199, 200, 200, 0.8) 26%, transparent 27%, transparent 74%, rgba(199, 200, 200, 0.8) 75%, rgba(199, 200, 200, 0.8) 76%, transparent 77%, transparent);
	height: 100%;
	background-size: 40px 40px;
	background-position: center;
	border: 1px solid rgba(199, 200, 200, 0.8);
	margin-left: 0px!important;
    margin-right: 0px!important;
}
*/
.grid-bg-with-content {
    position: relative;
    padding: 20px;
    background-image: linear-gradient(90deg, rgba(199, 200, 200, 0.8) 1px, transparent 1px), linear-gradient(rgba(199, 200, 200, 0.8) 1px, transparent 1px);
    background-size: 20px 20px;
    min-height: 421px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.grid-bg-with-content>div {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px !important;
    margin: 0px;
}

.grid-bg-with-content .h_event_container {
    border: 0px;
    background: 0px;
    padding: 0px;
}

.grid-bg-with-content .h_event_container .items {
    padding: 0px;
}

/*** anlged text section ***/
.angled-text-col {}

.angled-text-col .angled-text {
    position: relative;
}

.angled-text-col .angled-text h3 {

    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 60px;
    text-align: left;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 0px;
}

.angled-text-col .angled-text h3 strong {
    font-weight: 500 !important;
}

.angled-text-col .angled-text h3:first-child {
    position: relative;
}

.angled-text-col .angled-text h3:first-child:after {
    content: "";
    height: 1px;
    width: 50%;
    background-color: #1d1d1b;
    position: absolute;
    bottom: -5px;
    left: 20%;
    text-align: center
}

.angled-text-col .angled-text h3:last-child {
    position: absolute;
    top: 80px;
    left: 60px;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.angled-text-col .angled-text h3:last-child span {
    display: none;
}

/*** vertical link ***/
.vertical-line {
    display: block;
    width: 1px;
    height: 60px;
    margin: 0 auto;
    background-color: #1d1d1b;
    margin-top: 5px;
    margin-bottom: 20px;
}

/** form ***/
.button,
.file-cta,
.file-name,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.select select {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: 0;
    padding-right: 2.5em;
    min-width: 140px;
}

.select:after {
    border: 1px solid transparent;
    border-radius: 0px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: .625em;
}

.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #1d1d1b;
    right: 1.125em;
    z-index: 4;
}

input,
textarea,
.gform_wrapper textarea,
.gform_wrapper textarea.textarea {
    border: 1px solid #ddd;
}

button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    background-color: #1d1d1b;
    color: #fff;
}

/*** timeline section ***/

.has-timeline-arrow {
    position: relative;
}

.has-timeline-arrow:after {
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    background-color: #1d1d1b;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 100px;
    top: -20px;
}

.has-timeline-arrow span {
    display: block;
    max-width: 115px;
    text-align: center;
}

.timeline-row>.vc_column_container>.vc_column-inner>.wpb_wrapper {
    max-width: 200px;
    margin: 0 auto;
}

.timeline-row>.vc_column_container:nth-child(2)>.vc_column-inner>.wpb_wrapper {
    /*margin: 0 auto;*/
}

.timeline-row>.vc_column_container>.vc_column-inner>.wpb_wrapper p {
    text-align: justify !important;
}

.timeline-row .h_bgimage-wrapper {
    border: 1px solid rgba(199, 200, 200, 0.5);
}


.pro-link-wrap a {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.pro-link-wrap a:hover {
    text-decoration: none;
}

.pro-link-wrap a span {
    color: #232323;
}

.pro-link-wrap a span.text span {
    color: #cc0908;
}

.pro-link-wrap a span.icon {
    color: #cc0908;
    display: flex;
    align-items: center;
}

.pro-link-wrap a span.icon i:before {
    display: none;
}

.pro-link-wrap a i.fa-exclamation-circle {
    /* transform: rotate(180deg);
	font-size: 20px; */
}

body.login-register-page .pro-link-wrap a span.text {
    color: #fff;
}

body.login-register-page .pro-link-wrap a span.text span {
    color: #cc0908;
}

.pro-link-wrap a span.icon i.fa-exclamation-circle {
    color: transparent;
    background-image: url(../images/pro-access-exaclaimation.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
}

.pro-link-wrap a span.icon i.fa-long-arrow-right {
    color: transparent;
    background-image: url(../images/pro-access-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 14px;
}

/*** Login / Logout ***/

.login-btn a,
.logout-btn a {
    height: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* font-family: 'DINPro' !important; */
    text-transform: uppercase;
    border-radius: 0px;
}

.login-btn a span:last-child,
.logout-btn a span:last-child {
    color: #bf0203;
}

.logged-in-wrapper {
    display: flex;
    align-items: center;
}

.welcome-msg {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 100%;
    display: none;
}

.welcome-msg span {
    display: block;
}

.logout-btn {
    display: block;
    text-align: right;
    margin-left: 5px;
}

#btnSearchAcademy svg{ max-width: 20px; }

.login-btn a,
.logout-btn a {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 100%;
    padding: 5px 10px;
    min-height: 26px;
    border: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
}


/* .login-btn a:hover,
.logout-btn a:hover {
	text-decoration: none;
	background-color: #1d1d1b;
	color: #fff;
} */

.login-btn a span,
.logout-btn a span {
    display: flex;
    flex-basis: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

body.eacademy-page.logged-in .login-btn a,
body.login-register-page .login-btn a,
body.eacademy-page.logged-in .logout-btn a,
body.login-register-page .logout-btn a {
    background-color: #bf0203;
    color: #fff;
    border-color: #bf0203 !important;
}

body.eacademy-page.logged-in .login-btn a span:last-child,
body.eacademy-page.logged-in .logout-btn a span:last-child,
body.login-register-page .login-btn a span:last-child,
body.login-register-page .logout-btn a span:last-child {
    color: #fff;
}

/*** VC overrides ***/
body .vc_column_container>.vc_column-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

body .vc_row .vc_row.vc_inner {
    /*margin-left: 0px;
	margin-right: 0px;*/
}

body .wpb_single_image.wpb_content_element {
    margin-bottom: 20px;
}

body .no_margin_image .wpb_single_image.wpb_content_element {
    margin-bottom: 0px;
}

body .vc_column_container.is-paddingless-col>.vc_column-inner {
    padding: 0px !important;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
    /* text-transform: uppercase !important; */
    font-family: 'DINPro' !important;
    color: #1d1d1b !important;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 60px !important;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    left: 40px;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_column_container>.vc_column-inner {
    padding: 8px 35px;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a,
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #ececec;
}


/*** breadcrumb **/
body.home .hyper-breadcrumbs-wrapper {
    display: none;
}

.hyper-breadcrumbs-wrapper {
    position: relative;
    z-index: 1;
}

.hyper-breadcrumbs-wrapper .hyper-bread-home {
    position: absolute;
    top: 0px;
    padding-left: 80px;

}

.hyper-bread-home {
    text-transform: uppercase;
}

.hyper-bread-home span {
    display: block;
    font-weight: 500;
}

.hyper-bread-home span i {
    font-size: 25px;
}

.hyper-bread-home a {
    color: #1d1d1b;
}

/*** go to top ***/
.go-top {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-image: url(../images/go-to-top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
    display: none !important;
}

/*** registration form ***/

.gform_wrapper.registration-form_wrapper {
    /* max-width: 750px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px; */
    /* background: #fff; */
    position: relative;
    /*  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8); */

}

.gform_wrapper.gf_browser_chrome.registration-form_wrapper .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome.registration-form_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome.registration-form_wrapper .gfield_radio li input[type=radio] {
    margin-top: 0px;
}

.gform_wrapper.gf_browser_chrome.registration-form_wrapper select {
    height: 38px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff;
}

.gform_confirmation_wrapper.registration-form .gform_confirmation_message {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
    position: relative;
}

.btn.login-btn {
    background-color: #1d1d1b;
    color: #fff;
    border-radius: 0px;
}

.gform_wrapper.registration-form_wrapper{
    max-width: 440px;
}

body .gform_wrapper.registration-form_wrapper .field_description_below .gfield_description{
    padding-top: 13px;
}

.gform_wrapper.registration-form_wrapper .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message{
    background-color: unset!important;
}

.gform_wrapper.registration-form_wrapper .gform_required_legend{
    display: none;
}

.gform_wrapper.registration-form_wrapper .registration-form .gfield_label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 0;
}

.gform_wrapper.registration-form_wrapper .registration-form .gfield input:not([type="radio"]):not([type="checkbox"]), 
.gform_wrapper.registration-form_wrapper .registration-form .gfield select{
    width: 100%;
    display: block;
    height: 43px!important;
    border-radius: 5px;
    background-color: #ffffff;
    color: #828282;
}

.gform_wrapper.registration-form_wrapper .registration-form .gfield input[type="radio"],
.gform_wrapper.registration-form_wrapper .registration-form .gfield input[type="checkbox"]{
    
}

.gform_wrapper.registration-form_wrapper .registration-form .gfield .gfield_radio .gchoice{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.gform_wrapper.registration-form_wrapper .registration-form .ginput_container_password{
    display: block;
}

.gform_wrapper.registration-form_wrapper .registration-form .gform_footer input.button, 
.gform_wrapper.registration-form_wrapper .registration-form .gform_footer input[type=submit], 
.gform_wrapper.registration-form_wrapper .registration-form .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
    display: block;
    height: 43px!important;
    width: 100%;
    font-size: 18px;
    line-height: 100%!important;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/**** login/register page ***/

body.login-register-page {
    margin-top: 0px !important;
    background-color: #000000;
    color: #fff;
}

body.login-register-page.create-account-page {
    background-image: url(../images/landing-header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.login-register-page footer#h-footer .before-footer {
    display: none !important;
}

body.login-register-page.create-account-page footer {
    display: none !important;
}

body.login-register-page .login-btn a,
body.login-register-page .logout-btn a {
    background-color: #bf0203;
    color: #fff;
    border-color: #bf0203;
}

.fl-login {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99999;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    max-width: 410px;
    border: 2px solid #7d7c7c;
    padding: 35px 30px;
}

.fl-login .gf_login_links {
    text-align: center;
}

.fl-login .gf_login_links a {
    color: #fff;
}

.fl-login .fl-login__header {
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.fl-login .fl-login__header span {
    color: #bf0203;
    font-weight: bold;
    padding-left: 5px;
}

.fl-login .gform_wrapper {
    margin: 0 auto;
}

.fl-login .gform_wrapper .gfield_label,
.fl-login .login-username label,
.fl-login .login-password label {
    display: none;
}

.fl-login .gform_wrapper input,
.fl-login .login-username input,
.fl-login .login-password input {
    width: 100% !important;
}

.fl-login .gform_wrapper .gform_footer input,
.fl-login .gf_login_links>a:nth-child(1) {
    background-color: #bf0203;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100% !important;
    margin: 0px auto !important;
    display: block;
    padding: 10px 15px;
    height: 36px;
    line-height: 100%;
}

/* 
.fl-login .gf_login_links > a:nth-child(1){
	display: none!important;
} */

.fl-login .gf_login_links>a:nth-child(1):hover {
    text-decoration: none;
}

.fl-login .gform_wrapper .gfield_checkbox li {
    display: flex;
    align-items: center;
}

.fl-login .gform_wrapper .gfield_checkbox input {
    margin-top: 0px !important;
    margin-right: 10px;
}

.fl-login #gform_fields_login .gfield_checkbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.fl-login .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
    color: #fff;
}

.fl-login .gform_wrapper ul.gform_fields li.gfield a {
    color: #fff;
}

body.login-register-page .btn.login_popup_btn {
    background-color: #bf0203;
    color: #fff;
    border-radius: 0px;
}

body.login-register-page header {
    /* position: fixed; */
    z-index: 2;
    top: 0px;
    width: 100%;
    background-color: #000;
}

body.login-register-page header.navbar-sticky.navbar-stuck {
    background-color: #000!important;
}

body.login-register-page .hyper-breadcrumbs-wrapper {
    display: none !important;
}

body.login-register-page .main-content .inner-content {
    /* max-width: 1320px; */
    margin: 0 auto;
}

/* body.login-register-page #eacad-landing-header{
	margin-top: -200px;
} */

body.login-register-page .eacad-landing-section {
    padding: 30px 0px;
    /* border-bottom: 5px solid #222222; */
}

body.login-register-page .eacad-landing-section .eacad-land-section-heading {
    margin-bottom: 30px !important;
}

body.login-register-page .vc_tta-container>h2 {
    text-align: center;
    margin-bottom: 50px;
}

body.login-register-page .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 8px !important;
}

body.login-register-page .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border: 0px !important;
}

body.login-register-page .vc_tta-color-white.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
body.login-register-page .vc_tta-color-white.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::after,
body.login-register-page .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before {
    border-color: #bf0203;
}

body.wpb-js-composer.login-register-page .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 20px 20px !important;
    background-color: #303030 !important;
    color: #fff !important;
    line-height: 120% !important;
}

body.wpb-js-composer.login-register-page .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
}

body.wpb-js-composer.login-register-page .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    color: #000;
}

body.login-register-page .eacad-create-acc-wrapper {
    display: flex;
    max-width: 750px;
    margin: 30px auto;
    justify-content: center;
}

body.login-register-page .eacad-create-acc-wrapper>input {
    flex: 1;
    padding: 20px;
}

::-webkit-input-placeholder {
    color: #000000 !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000 !important;
}

body.login-register-page .eacad-create-acc-wrapper>input:focus {
    outline: none;
}

body.login-register-page .eacad-create-acc-wrapper>button {
    background-color: #bf0203;
    padding: 20px;
    border: 0px !important;
    cursor: pointer;
}

body.login-register-page .eacad-create-acc-wrapper>button:hover,
body.login-register-page .eacad-create-acc-wrapper>button:active {
    outline: none;
}

body.login-register-page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 40px;
    padding: 10px 10px;
    margin: 0px;
    color: #000;
}

body.login-register-page .gform_wrapper input:placeholder{
    color: #828282!important
}

body.login-register-page .gform_wrapper .ginput_complex select,
body.login-register-page .gform_wrapper ul.gform_fields li.gfield select {
    height: 40px;
    padding: 10px 10px;
    margin: 0px;
    border-radius: 0px;
    border-width: 0px;
    box-shadow: none;
}

body.login-register-page .gform_wrapper span.address_country {
    margin-top: 0px;
}

body.login-register-page .inline-input-wrap {
    display: inline-block;
    align-items: center;
}

body.login-register-page .inline-input-wrap label {
    margin-right: 20px;
}

body.login-register-page .gform_wrapper .gfield_required {
    color: #fff;
}

body.login-register-page .gform_wrapper .ginput_complex span.ginput_left.address_country {
    width: 100%;
}

body.login-register-page .gform_wrapper .radio-box-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

/* body.login-register-page .gform_wrapper .top_label li#field_3_6.gfield .radio-box-wrapper>.ginput_container,
body.login-register-page .gform_wrapper .top_label li#field_3_7.gfield .radio-box-wrapper>.ginput_container,
body.login-register-page .gform_wrapper .top_label li#field_5_6.gfield .radio-box-wrapper>.ginput_container,
body.login-register-page .gform_wrapper .top_label li#field_5_7.gfield .radio-box-wrapper>.ginput_container,
body.login-register-page .gform_wrapper .top_label li#field_5_11.gfield .radio-box-wrapper>.ginput_container {
	width: 60px !important;
} */

body.login-register-page .gform_wrapper .top_label li.gfield .radio-box-wrapper .ginput_container.ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    width: 60px !important;
}

body.login-register-page .gform_wrapper .radio-box-wrapper>.gfield_label {
    width: calc(100% - 60px) !important;
}

body.login-register-page .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.red-btn button {
    display: block;
    width: 100%;
    background-color: #bf0203;
    font-size: 25px;
    line-height: 100%;
    padding: 15px 20px;
    border: 0px;
    height: 78px;
    cursor: pointer;
}

body.login-register-page .gform_wrapper input[type=radio] {
    border: 1px solid #fff;
    padding: 0.5em;
    -webkit-appearance: none;
}

body.login-register-page .gform_wrapper input[type=radio]:checked {
    background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center;
    background-size: 9px 9px;
}

body.login-register-page .gform_wrapper input[type=radio]:focus {
    outline: none !important
}

body input,
body select,
body textarea {
    box-shadow: inset 0px 0px 15px rgb(0 0 0 / 40%);
}

body input:hover {
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}

body input:focus {
    color: #4b515d;
    border: 1px solid #B8B6B6;
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

body.login-register-page .gform_wrapper div.validation_error,
body.login-register-page .gform_wrapper .validation_message {
    color: #fff;
}

body.login-register-page #gform_wrapper_3 .gform_footer,
body.login-register-page #gform_wrapper_5 .gform_footer {
    visibility: hidden;
    opacity: 0px;
    height: 1px;
}

body.login-register-page .gform_wrapper ul li#field_3_10,
body.login-register-page .gform_wrapper ul li#field_5_10 {
    margin-top: 0px;
}

/* body.login-register-page .gform_wrapper ul li#field_3_14 .gfield_label,
body.login-register-page .gform_wrapper ul li#field_5_14 .gfield_label {
	opacity: 0 !important;
	visibility: hidden !important;
} */

.login-register-wrapper .gform_wrapper.registration-form_wrapper,
.login-register-wrapper .gform_wrapper.gf_login_form {
    margin-top: 0px;
    box-shadow: unset;
    padding: 0px;
    max-width: 100%;
}

.lrw-registration,
.lrw-login {
    padding: 20px;
}

.lrw-registration h3,
.lrw-login h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
}

.lrw-login input {
    width: 100% !important
}

.lrw-login .gform_wrapper .gfield_checkbox li input[type=checkbox] {
    margin-top: 0px;
}

.lrw-login .gf_login_links {
    text-align: center;
}

.lrw-login .gf_login_links a {
    text-decoration: none;
    color: #555d66;
}

.login-register-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 100%;
}

.lrw-login p {
    text-align: center;
}

.lrw-login .avatar {
    margin-bottom: 20px;
}

#backtosite {
    text-align: center;
}

#backtosite a {
    color: #555d66;
    text-decoration: none;
}

/** reset password **/
#password-lost-form-wrap {
    max-width: 500px;
    margin: 30px auto;
}

#password-lost-form-wrap legend {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#password-lost-form-wrap p,
#password-lost-form-wrap .somfrp-lost-pass-form-text p {
    text-align: center !important;
}

#password-lost-form-wrap p label {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

#password-lost-form-wrap p input {
    width: 100%;
    box-shadow: none;
    min-height: 40px;
    padding: 10px 15px;
    margin: 0 auto;
}

#password-lost-form-wrap .lostpassword-submit {
    margin: 15px 0px 25px 0px;
    text-align: center;
}

#password-lost-form-wrap .lostpassword-submit button {
    text-transform: uppercase;
    cursor: pointer;
}

#password-lost-form-wrap .som-password-sent-message {
    text-align: center;
    margin-bottom: 20px;
}

#password-lost-form-wrap p a {
    color: #bf0203;
}

@media(max-width: 650px) {

    .login-register-wrapper .gform_wrapper .gform_footer input.button,
    .login-register-wrapper .gform_wrapper .gform_footer input[type=submit],
    .login-register-wrapper .gform_wrapper .gform_page_footer input.button,
    .login-register-wrapper .gform_wrapper .gform_page_footer input[type=submit] {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}

/*** topbar ***/
.hyper-topbar {
    display: none;
    text-align: right;
}


/** face section ***/
#ap-section .grid-bg .vc_column-inner {
    z-index: 2 !important;
}

/**bckground with text **/

.background-with-text {
    min-height: 550px;
    padding-left: 80px;
    font-size: 32px;
    line-height: 120px;

}

.vc_row.background-with-text,
.vc_row.bg_overlay {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*** fancybox ***/
.fancybox-close {
    background-image: unset;
}

/*** custom pages ***/

.expertise-equal-columns .video-container {
    height: 300px;
}

.wpb_raw_code.styled-title {
    font-size: 27px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0px;
    text-align: center;
    padding: 25px 15px;
    position: relative;
}

.wpb_raw_code.styled-title span.a,
.wpb_raw_code.styled-title span.b,
.wpb_raw_code.styled-title span.c,
.wpb_raw_code.styled-title span.d {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
}

.wpb_raw_code.styled-title span.a {
    width: 100px;
    height: 4px;
    top: 0px;
    left: 0px;
    background-color: #000;
}

.wpb_raw_code.styled-title span.b {
    width: 4px;
    height: 30px;
    top: 0px;
    left: 0px;
    background-color: #000;
}

.wpb_raw_code.styled-title span.c {
    width: 4px;
    height: 30px;
    bottom: 0px;
    right: 0px;
    background-color: #000;
}

.wpb_raw_code.styled-title span.d {
    width: 100px;
    height: 4px;
    bottom: 0px;
    right: 0px;
    background-color: #000;
}

/*.wpb_raw_code.styled-title > div{
	padding: 15px;
	position: relative;
}

.wpb_raw_code.styled-title:before{
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 50px);
	height: 6px;
	top: -5px;
	left: 50px;
	background-color: #000;
	z-index: 1;
}

.wpb_raw_code.styled-title:after{
	content: "";
	position: absolute;
	display: block;
	width: calc(100% - 50px);
	height: 6px;
	bottom: -5px;
	right: 50px;
	background-color: #000;
	z-index: 1;
}

.wpb_raw_code.styled-title > div:before{
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: calc(100% - 15px);
	bottom: -5px;
	left: -4px;
	background-color: #000;
	z-index: 1;
}

.wpb_raw_code.styled-title > div:after{
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: calc(100% - 15px);
	top: -5px;
	right: -4px;
	background-color: #000;
	z-index: 1;
}
*/

.product_table img {
    max-width: 200px;
}

.product_table th {
    border: 2px solid #ccc;
    border-left: 0px;
    text-align: left;
    min-width: 50px;
    border-left-color: #ccc;
    border-right-color: #ccc;
}

.product_table td {
    border: 2px solid #ccc;
    border-left: 0px;
    text-align: center;
    min-width: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
    border-left-color: #ccc;
    border-right-color: #ccc;
}

.product_table tr:nth-child(1) td,
.product_table tr:nth-child(1) th {
    border: 0px;
}

.product_table tr td:last-child {
    border-right: 0px;
}

.product_table tr:nth-child(2) td,
.product_table tr:nth-child(2) th {
    border-top: 0px;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.product_table tr.bg-gray th,
.product_table tr.bg-gray td,
td.bg-gray,
th.bg-gray {
    background-color: #E6E6E8;
}

/*** some overrides ***/
#tarteaucitron {
    font-family: 'DINPro', sans-serif !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,
#tarteaucitronRoot .tarteaucitronH1,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    font-family: 'DINPro', sans-serif !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel,
#tarteaucitron button {
    font-family: 'DINPro', sans-serif !important;
    font-size: 13px !important;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 2px 20px !important;
    border-radius: 0px !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.cc-window.cc-banner {
    font-family: 'DINPro', sans-serif !important;
    font-size: 13px !important;
}

.cc-theme-classic .cc-btn {
    border-radius: 0px !important;
    font-family: 'DINPro', sans-serif !important;
    font-size: 13px !important;
}

/*** live menu */

li.live_menu {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.live_menu a {
    background-color: #e5133e !important;
    font-size: 14px;
    text-transform: uppercase !important;
    padding: 0px 4px 0px 8px !important;
    border-radius: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative !important;
    line-height: 110% !important;
    height: auto !important;
}

.live_menu a .dot-circle {
    width: 20px;
    height: 20px;
    position: relative;
}

.live_menu a .dot-circle:before {
    content: "";
    width: 18%;
    height: 18%;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}

.live_menu a .dot-circle:after {
    content: "";
    width: 60%;
    height: 60%;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
}

#gform_confirmation_wrapper_12{
	text-align: center;
}

/*** login register 2022 */
#login-register-row{
    max-width: 1260px;
    margin: 0 auto;
}

#login-register-row h2{
    font-weight: 800;
}

#login-register-row > .wpb_column:nth-of-type(1){
    padding-right: 8%;
    position: relative;
}

#login-register-row > .wpb_column:nth-of-type(1):after{
    content: "";
    width: 1px;
    background: #bf0203;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: unset;
    right: 0px;
}

#login-register-row > .wpb_column:nth-of-type(2){
    padding-left: 8%;
}

#login-register-row > .wpb_column:nth-of-type(1) h2{
    text-align: right;
}

#login-register-row .gform_wrapper.registration-form_wrapper{
    margin: 0px;
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#login-register-row div.ginput_complex.ginput_container.gf_name_has_2,
#login-register-row div.ginput_complex.ginput_container.gf_name_has_2 span,
#login-register-row .gform_wrapper .ginput_complex .ginput_left, #login-register-row .gform_wrapper .ginput_complex .ginput_right{
    width: 100%!important;
    padding-left: 0px;
    padding-right: 0px;
}

#login-register-row .gform_wrapper ul.gform_fields li.gfield{
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%!important;
}

#login-register-row .gform_wrapper .top_label input.medium, #login-register-row.gform_wrapper .top_label select.medium,
#login-register-row .gform_wrapper .top_label li.gfield.gf_left_half, #login-register-row .gform_wrapper .top_label li.gfield.gf_right_half{
    width: 100%!important;
}

#login-register-row  .gform_wrapper label.gfield_label, #login-register-row  .gform_wrapper legend.gfield_label{
    font-weight: 400;
}

#login-register-row .gform_wrapper .gform_page_footer input.button{
    background-color: #bf0203;
    padding: 15px 20px;
    border: 0px !important;
    border-radius: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'DINPro', sans-serif;
    height: auto;
}

#login-register-row .gform_wrapper .gform_page_footer{
    display: flex;
    justify-content: space-between;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error .ginput_container_select{
    border: 1px solid #bf0203!important;
}


.gform_wrapper .gform_ajax_spinner{
    width: 50px;
    height: 40px;
}

#login-register-row .gform_wrapper .gform_ajax_spinner{
    width: 50px;
    height: 40px;
}

#gform_11 .gform_ajax_spinner {
    width: 50px;
    height: 40px;
    position: relative;
    margin: 10px auto;
}

#login-register-row .eacad-land-section-text{
    max-width: 350px;
    width: 100%;
    float: right;
}

#login-register-row > .wpb_column:nth-of-type(2) .eacad-land-section-text{
    float: none;
}

.eacad_account_email_form.hyper_form, .eacad_login_form.hyper_form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.eacad_account_email_form.hyper_form{
}

.eacad_login_form.hyper_form{
    justify-content: flex-start;
}

.eacad_account_email_form.hyper_form form, .eacad_login_form.hyper_form form{
    max-width: 350px;
    width: 100%;
    margin: 0px;
}

.hyper_form form .form-group{
    margin-bottom: 1.4rem;
}

.hyper_form form .form-control{
    flex: 1;
    padding: 15px 20px;
    border-radius: 0px;
    height: auto;
    text-align: center;
}

.hyper_form form .btn{
    background-color: #bf0203;
    padding: 15px 20px;
    border: 0px !important;
    border-radius: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'DINPro', sans-serif;
}

.hyper_form .remember-checkbox-row .form-check-label,
.hyper_form .remember-checkbox-row a{
    font-size: 13px;
}

.urgent_message_wrapper .urgent_message{
    text-align: center;
    padding: 20px;
    border: 1px solid #fff;
    margin: 15px auto;
    max-width: 95%;
    border-radius: 5px;
}

body .featured-live-section{
    background-position: 22% 0px!important;
}

body .featured-live-section .wpb_single_image.wpb_content_element{
    margin-bottom: 0px;
}

body .featured-live-section.vc_row.vc_row-o-equal-height>.vc_column_container{
    padding-bottom: 0px;
}

body .featured-live-section .featured-live-footer{
    padding-left: 15px;
    padding-right: 15px;
}

body .featured-live-footer .live-comingsoon{
    margin-bottom: 5px;
}

body .featured-live-footer .live-comingsoon .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body .featured-live-footer .live-comingsoon .live-btn{
    background-color: #e5133e;
    border-radius: 15px;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-right: 10px;
}

body .featured-live-footer .live-comingsoon .live-btn .double-circle{
    position: relative;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    margin-left: 5px;
}

body .featured-live-footer .live-comingsoon .live-btn .double-circle:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    background-color: #e5133e;
    border-radius: 50%;
}


body .featured-live-footer .live-comingsoon .live-btn .double-circle:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
}

body .featured-live-footer .live-comingsoon .comingsoon-text{
    font-size: 20px;
    font-weight: 800;
    color: #e5133e;
}

body .featured-live-footer .live-datetime{
    margin-bottom: 0px;
}

body .featured-live-footer .live-datetime .live-date{
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
    background-color: #000000;
    display: inline-block;
}

body .featured-live-footer .live-datetime .live-date span{
    padding: 0px 10px;
    display: block;
}

body .featured-live-footer .live-datetime .live-time{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 2px 10px;
    background-color: #ffffff;
    color: #000000;
}

.join-the-live-btn{
    background-color: #e5133e;
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
    min-width: 280px;
    min-height: 50px;
    margin-bottom: 0px!important;
}

.join-the-live-btn a:hover{
    text-decoration: none;
}

.join-the-live-btn button{
    background-color: #e5133e!important;
    border: 0px!important;
    background-image: none!important;
    color: #ffffff!important;
    letter-spacing: 4px;
    font-size: 16px!important;
    padding: 0px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.join-the-live-btn .double-circle{
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
}

.join-the-live-btn .double-circle:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    text-align: center;
    background-color: #e5133e;
    border-radius: 50%;
}

.join-the-live-btn button span:nth-of-type(3){
    margin-left: 5px;
}

.eacademy-dashboard-button{
    display: block;
    text-align: center;
}

.eacademy-dashboard-button .button{
    background-color: #bf0203;
    color: #ffffff;
    text-transform: uppercase;
}

.eacademy-dashboard-button .button a{
    color: #ffffff;
}

.eacademy-dashboard-button .white-border-button{
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
}

/*** 2024 styles */

body.wpb-js-composer.login-register-page .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading{
    background-color: #272727;
}

body.wpb-js-composer.login-register-page .vc_tta.vc_general .vc_tta-panel:first-child .vc_tta-panel-title>a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* background-color: #272727; */
}

body.wpb-js-composer.login-register-page .vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-title>a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

body.login-register-page .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 5px !important;
}

body.wpb-js-composer.login-register-page .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before{
    border-color: #ffffff;
}

/** basic registration form */

#featured-video-login-register-box {
    max-width: 1636px;
    margin: 0 auto;
    padding: 0px 65px;
}

#featured-video-login-register-box > div{
    max-width: 640px;
}


#featured-video-login-register-box .login-sep, #featured-video-login-register-box .login-title, #featured-video-login-register-box .login-btn{
    max-width: 440px;
}

#featured-video-login-register-box .login-sep{
    
}

#featured-video-login-register-box .login-title{
    
}

#featured-video-login-register-box .login-btn a {
    background-color: rgba(255, 255, 255, .32);
    border-color: #ffffff !important;
}

.featured-video-down-arrow{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
}

.eacad-discover-trend-block > .vc_column-inner > .wpb_wrapper{
    padding: 30px 50px;
    background-color: #3a3a3a;
    border-radius: 20px;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .five-columns.vc_row .vc_col-sm-2 {
        float: left;
        width: 18.5%;
        padding: 0;
        margin-right: 1.5%;
        min-height: 0;
    }

    .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
        margin-right: 0;
    }
}

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

@media (min-width: 1300px) and (max-width: 1399px) {
    .container {
        max-width: 1200px; /* Adjust this to ensure there's a gap */
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .container {
        max-width: 1280px; /* Adjust this to ensure there's a gap */
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .container {
        max-width: 1391px; /* Adjust this to ensure there's a gap */
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .container {
        max-width: 1480px; /* Adjust this to ensure there's a gap */
    }
}

@media (min-width: 1700px) and (max-width: 1799px) {
    .container {
        max-width: 1580px; /* Adjust this to ensure there's a gap */
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1680px; /* Adjust this to ensure there's a gap */
    }
}

@media(max-width:2500px) {
    body .featured-live-section{
        background-position: 20% 0px!important;
    }
}

@media(max-width:2300px) {
    body .featured-live-section{
        background-position: 15% 0px!important;
    }
}

@media(max-width:2100px) {
    body .featured-live-section{
        background-position: 12% 0px!important;
    }
}


@media(max-width:2000px) {
    header#h-header .navbar-brand img {
        max-width: 160px;
    }

    #mega-menu-wrap-primary-pro #mega-menu-primary-pro>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
        padding: 0px 10px 0px 10px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
        padding: 0px 10px 0px 10px;
    }

    header#h-header .menu-bg span {
        width: 20px;
    }

    header#h-header .header-search img,
    header#h-header .header-contact img {
        max-width: 20px;
    }

    header#h-header .header-profile img {
        max-width: 16px;
    }

    body .featured-live-section{
        background-position: 10% 0px!important;
    }

}

@media(max-width: 1900px){

    body .featured-live-section > div:nth-of-type(3){
        flex: 1;
    }

    body .featured-live-section > div:nth-of-type(4){
        width: 10%;
    }

    body .featured-live-section .featured-live-footer{
        display: flex;
        flex-wrap: wrap;
    }

    body .featured-live-section .featured-live-footer > div:nth-of-type(2){
        width: 40px;
    }

    body .featured-live-section .featured-live-footer > div:nth-of-type(1),
    body .featured-live-section .featured-live-footer > div:nth-of-type(3){
        flex: 1;
    }
}

@media(max-width: 1700px){

    body .featured-live-section > div:nth-of-type(4){
        width: 5%;
    }

    @media(max-width:2300px) {
        body .featured-live-section{
            background-position: 8% 0px!important;
        }
    }
}

@media(max-width:1500px) {

    header#h-header .navbar-brand img {
        max-width: 160px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 12px;
        padding: 0px 10px 0px 10px;
    }

    header#h-header .header-search,
    header#h-header .header-contact {
        padding: .375rem .45rem;
    }


    header#h-header .menu-bg span {
        width: 18px;
    }

    header#h-header .header-search img,
    header#h-header .header-contact img {
        max-width: 18px;
    }

    .btn.pro-btn {
        font-size: 15px;
    }

    .btn.auth-prod-btn {
        line-height: 11px;
    }

    .angled-text-col .angled-text h3 {
        font-size: 50px;
    }

    .angled-text-col .angled-text h3:last-child {
        left: 50px;
        top: 70px;
    }

    body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(1),
    body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(4){
        width: 0px!important;
        display: none!important;
    }

    body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(2),
    body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(3){
        width: 50%!important;
    }

    body .featured-live-section > div:nth-of-type(4){
        width: 1%;
    }

    .join-the-live-btn{
        padding: 10px;
    }

    body .featured-live-footer .live-datetime .live-date, body .featured-live-footer .live-datetime .live-time{
        font-size: 20px;
    }

    @media(max-width:2300px) {
        body .featured-live-section{
            background-position: 5% 0px!important;
        }
    }

}

@media(max-width:1400px) {

    /*
	#mega-menu-wrap-primary-pro #mega-menu-primary-pro > li.mega-menu-item > a.mega-menu-link{
		font-size: 12px;
		padding: 0px 8px 0px 8px;
	}*/

    /*.experts-grid-bg > .wpb_column { width: 33.33%; }
	.experts-grid-bg > .wpb_column:nth-child(3n):before { border-right: 1px solid rgba(199, 200, 200, 0.8); }*/

    .featured-live-footer {
        display: flex;
        flex-wrap: wrap;
    }

    .featured-live-footer > div{
        width: 100%!important;
    }

    body .featured-live-footer .live-datetime .live-date{
        display: block;
    }
}

@media(max-width:1280px) {
    header#h-header .navbar>.container {
        max-width: 100%;
    }

    header#h-header .list-inline-item .btn {
        padding: 5px;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 8px;
    }

    .wpml-ls-legacy-dropdown>ul {
        padding: 0rem 0.40rem;
    }

    #mega-menu-wrap-primary-pro #mega-menu-primary-pro>li.mega-menu-item>a.mega-menu-link {
        font-size: 12px;
        padding: 0px 8px;
    }

    .secondary-nav {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* .logout-btn a {
        font-size: 10px;
    } */

    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
        padding: 8px 0px;
        min-width: 25px;
    }

    .btn.auth-prod-btn {
        font-size: 10px;
        line-height: 9px;
    }

    .btn.pro-btn {
        font-size: 12px;
    }

    footer#h-footer .before-footer {
        padding: 35px;
    }

    .grid-bg-with-content {
        padding: 25px !important;
    }

    .grid-bg-with-content .wpb_row {
        padding: 10px 0px !important;
    }

    .angled-text-col .angled-text h3 {
        font-size: 45px;
    }

    .angled-text-col .angled-text h3:last-child {
        left: 45px;
        top: 50px;
    }

    .angled-text-col .angled-text h3:first-child:after {
        width: 35%;
    }

    .vertical-line {
        height: 40px;
    }

    .bg_overlay {
        position: relative;
    }

    .footer-sep {
        margin-top: 80px;
        margin-bottom: 50px;
    }

    .experts-grid-bg>.wpb_column:before {
        height: 225px !important;
    }

    body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(2), body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(3){
        background-color: rgba(206, 206, 206, 0.75);
    }

}

@media(max-width:1200px) {
    /*.aesthetic-procedure-section > .wpb_column {
		width: 50%;
	}*/

    .bg_overlay:before {
        content: "" !important;
        display: block !important;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: rgba(213, 211, 210, 0.65);
    }

    .what_woman_want_row>.wpb_column {
        width: 50%;
    }

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

    body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(2),
    body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(3){
        width: 100%!important;
        padding: 20px;
    }

    body .featured-live-section.vc_row.vc_row-o-equal-height > div:nth-of-type(3) .h_title_container {
        text-align: center!important;
    }

    body .featured-live-footer .live-comingsoon .wpb_wrapper{
        justify-content: center;
        margin-bottom: 15px;
    }

    body .featured-live-section .featured-live-footer{
        max-width: 400px;
        margin: 0 auto;
    }

}

@media(max-width:1150px) {
    header.desktop-header {
        display: none !important;
    }

    header.mobile-header {
        display: block !important;
    }

    .navbar-expand-xl .navbar-toggler {
        display: block;
    }

    header#h-header .h-nav_section {
        margin: 0 auto;
    }

    header .h-header__section {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header .navbar-toggler:not(:disabled):not(.disabled) {
        height: 60px;
    }

    .h-main .hero-section .hero-bg {
        height: 420px !important;
        margin-bottom: 40px;
    }

    .hyper-breadcrumbs-wrapper .hyper-bread-home {
        position: relative;
        top: unset;
        left: unset;
        padding: 10px;
        margin-bottom: 15px;
        text-align: center;
    }

    /* body .logged-in-wrapper,
    body .login-btn {
        padding: 0 20px 0px 0px;
    } */

    header#h-header .navbar-brand {
        margin-right: 0px;
    }

    header.mobile-header .navbar>.container button.navbar-toggler,
    header.mobile-header .navbar>.container>a.navbar-brand,
    header.mobile-header .navbar>.container>div.header-nav-right {
        flex: 1;
        padding: .25rem .75rem;
    }

    header.mobile-header .navbar>.container>a.navbar-brand {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header.mobile-header .navbar>.container>div.header-nav-right {
        justify-content: flex-end;
    }

}

@media(max-width:1024px) {

    .post-title-highlight {
        margin-top: 50px;
    }

    .post-title-highlight h2 {
        font-size: 25px;
    }

    .post-title-highlight p {
        font-size: 15px;
    }

    body.single.single-post article .entry-content .post-head .bg {
        height: 400px;
    }

    .main-content.single-wrapper.post-detail .post-items article:nth-child(1) .inner-content,
    .main-content.single-wrapper.post-detail .post-items article:nth-child(4) .inner-content {
        float: none;
    }

    .main-content.single-wrapper.post-detail .post-items article:nth-child(3) .inner-content,
    .main-content.single-wrapper.post-detail .post-items article:nth-child(6) .inner-content {
        float: none;
    }

    .main-content.single-wrapper.post-detail .inner-content {
        margin-bottom: 0px;
    }

    .related-posts-container .post-items article .date {
        margin-bottom: 10px;
    }

    .post-items article figure {
        height: 165px;
    }

    .post-items article {
        margin-bottom: 20px;
    }


}

@media(max-width:992px) {

    .h-main .hero-section .hero-bg .banner-title {
        font-size: 18px;
        left: 5%;
        top: 35%;
        transform: translateY(-35%);
        /*background-color: rgba(0, 0, 0, 0.5);*/
    }

    .h-main .hero-section .hero-bg .banner-title sup {
        font-size: 10px;
        top: -8px;
    }

    body .vc_row.vc_row-o-content-middle>.vc_column_container.is-paddingless-col>.vc_column-inner {
        padding: 20px !important;
    }

    footer#h-footer .container {
        max-width: 100% !important;
    }

    footer#h-footer .before-footer .row {
        justify-content: center;
    }

    footer#h-footer .before-footer .footer-a {
        display: block;
        text-align: center;
    }

    footer .footer-c .gform_wrapper .gform_footer input.button,
    footer .gform_wrapper .gform_footer input[type=submit] {
        margin: 0 auto;
    }

    #ap-section {
        display: none !important;
    }

    .ap-step .num {
        padding: 5px;
        font-size: 12px;
    }

    .experts-grid-bg>.wpb_column {
        width: 25%;
    }

    .all-side-grid {
        min-height: 581px;
    }

}

@media(max-width: 900px) {
    .h-main .hero-section .hero-video-container {
        height: 350px;
    }

    /* .container {
	    max-width: 720px!important;
	} */
}

@media(max-width:768px) {

    .hyper-breadcrumbs-wrapper .hyper-bread-home {
        margin-bottom: 0px;
    }

    .h-main .hero-section .hero-bg {
        height: 350px !important;
        ;
    }

    .h-main .hero-section .hero-bg .banner-title {
        font-size: 18px;
    }

    .h-main .hero-section .banner-title img {
        width: 100px;
        height: auto;
    }

    .h-main .hero-section .hero-video-container {
        height: 250px !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .angled-text-col .wpb_raw_code {
        margin-bottom: 0px;
    }

    .footer-sep {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    footer#h-footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer#h-footer .footer-main #footer-menu {
        justify-content: flex-start;
        padding: 20px;
    }

    footer#h-footer .footer-main #footer-menu li {
        flex-basis: 50%;
        margin: 0px;
    }

    footer#h-footer .before-footer {
        padding: 15px;
    }

    .hyper-pagination .hyper-pagination-inner,
    .hyper-pagination .hyper-total-pages {
        float: none;
        margin: 40px auto 0;
        clear: both;
        padding-top: 0
    }

    .hyper-pagination .current-page,
    .hyper-pagination .page-number {
        float: none;
        display: inline-block;
        margin-bottom: 6px
    }

    .hyper-pagination .pagination-arrows {
        box-sizing: border-box;
        position: absolute;
        top: 20px;
        width: 45%;
        background-color: rgba(0, 160, 161, 0.5);
        color: #fff;
    }

    .hyper-pagination .hyper-pagination-next {
        right: 0
    }

    .hyper-pagination .hyper-pagination-previous {
        left: 0
    }

    .h_rotateme .rotate {
        transform: unset;
    }

    .h_rotateme .inner {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        top: unset;
        display: block;
        text-align: center;
    }

    .vertical-line {
        height: 30px;
    }

    .experts-grid-bg>.wpb_column {
        width: 100%;
    }

    body.single.single-post article .entry-content .post-head .bg {
        height: 300px;
    }

    body.single.single-post article .entry-content .post-head .h_rotateme {
        font-size: 30px;
    }

    .aesthetic-procedure-section>.wpb_column.bgimage {
        min-height: 400px;
    }

    .search-border-bg {
        right: unset;
        width: calc(100% - 30px) !important;
        margin: 0 auto !important;

    }

    .search-border-bg>div.vc_column-inner {
        padding-left: 15px;
    }

    body .what_woman_want_row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .what_woman_want_row>.wpb_column {
        width: 100%;
    }

    /*.all-side-grid{
		padding: 33px 38px;
	}*/

    body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
        padding: 15px 40px !important;
        font-size: 14px;
    }

    body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
        left: 20px;
    }

    body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
        padding: 0px 20px;
    }

    body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_column_container>.vc_column-inner {
        padding: 0px 15px;
    }

    .login-register-wrapper .row .register-col {
        order: 2;
    }

    .login-register-wrapper .row .login-col {
        order: 1;
    }

    .lrw-registration,
    .lrw-login {
        padding: 0px;
    }

    .post-head-left {
        padding-right: 10px;
    }

    .post-cat-date {
        margin-top: 30px;
        text-align: right;
    }

    .post-cat:after {
        width: 100%;
        height: 2px;
        right: 0px;
        left: 0px;
        margin: 0 auto;
    }

    .post-title-highlight {
        background-color: #fff;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
    }

    body.single.single-post article .entry-content .post-head {
        margin-bottom: 0px;
    }

    .h_blog_categories .desktop_categories {
        display: none;
    }

    .h_blog_categories .mobile_categories {
        display: block;
    }

    .post-additional>.know_about {
        text-align: left;
        padding-right: 15px;
    }

    .post-additional>.know_about:after {
        width: calc(100% - 30px);
        left: 0px;
        right: 0px;
        bottom: 5px;
        margin: 0 auto;
    }

    .post-additional>.more_on_category {
        text-align: left;
        padding-left: 15px;
    }

    .post-additional>.more_on_category:after {
        display: none;
    }

    .post-additional>.know_about span,
    .post-additional>.more_on_category span {
        display: block;
    }


    body.login-register-page header .navbar .navbar-toggler-bar {
        background-color: #fff;
        height: 2px;
    }

    body header#h-header .navbar-brand {
        margin-left: -10px;
        margin-right: 0px;
        margin-top: 10px;
        padding: 0px;
    }

    .fl-login {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .eacad_account_email_form.hyper_form form, .eacad_login_form.hyper_form form{
        max-width: 100%;
    }

    #login-register-row > .wpb_column:nth-of-type(1),
    #login-register-row > .wpb_column:nth-of-type(2){
        padding: 0px 15px;
    }

    #login-register-row h2 {
        max-width: 280px;
        text-align: center;
        margin: 0 auto;
    }

    #login-register-row > .wpb_column:nth-of-type(1):after{
        display: none;
    }

    #featured-video-login-register-box, #featured-video-login-register-box > .vc_column_container > .vc_column-inner {
        padding: 0px;
    }

    #featured-video-login-register-box .login-btn a{
        background-color: rgba(255, 255, 255, 0.1);
    }

    .eacad-discover-trend-block > .vc_column-inner > .wpb_wrapper {
        padding: 30px 20px;
    }

    body.wpb-js-composer.login-register-page .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
        padding: 14px 20px;
    }

    body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
        text-align: left;
    }

    #featured-video-login-register-box{
        padding: 0px 20px;
        margin-bottom: 15px;
    }

    .gform_wrapper.registration-form_wrapper .registration-form .gform_footer input.button, 
    .gform_wrapper.registration-form_wrapper .registration-form .gform_footer input[type=submit], 
    .gform_wrapper.registration-form_wrapper .registration-form .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
        font-size: 13px;
    }

}

@media(max-width: 700px) {
    header#h-header .navbar-brand img {
        max-width: 120px;
    }
}

@media(max-width:640px) {

    header.mobile-header .navbar>.container button.navbar-toggler {
        flex: unset;
    }

    body header#h-header .navbar-brand {
       
        /* padding: 0 15px; */
        justify-content: flex-start;
    }

    header#h-header .navbar-brand img {
        max-width: 140px;
    }

    header.mobile-header .navbar>.container>div.header-nav-right {
        margin-top: 0px;
        display: flex;
        width: 100%;
        flex: 1;
    }

    /* body .logged-in-wrapper,
    body .login-btn {
        padding-right: 15px;
    } */

    .h-main .hero-section .hero-bg {
        height: 240px !important;
        ;
        margin: 15px auto;
    }

    .h-main .hero-section .banner-title img {
        width: 80px;
        height: auto;
    }

    .h-main .hero-section .hero-bg .banner-title {
        max-width: 160px;
        font-size: 13px;
        padding: 5px;
    }

    .hyper-bread-home span {
        font-size: 12px;
    }

    .hyper-bread-home span i {
        font-size: 15px;
    }

    .h_section_legend .image img {
        max-width: 30px;
    }

    body.single.single-post article .entry-content .post-head .col-left {
        flex-basis: 100%
    }

    body.single.single-post article .entry-content .post-head .col-right {
        flex-basis: 100%;
    }

    .post-detail .h_rotateme .rotate {
        transform: none;
        top: unset;
        bottom: unset;
        left: unset;
        padding-bottom: 10px;
        position: relative;
        display: block;
    }

    body.single.single-post article .entry-content .post-head .h_rotateme {
        font-size: 20px;
    }

    body.single.single-post article .entry-content .post-head .bg {
        height: 250px;
    }

    footer#h-footer .footer-main #footer-menu {
        display: block;
    }

    footer#h-footer .footer-main #footer-menu li {
        text-align: center;
    }

    footer .footer-c .gform_wrapper .gform_footer input.button,
    footer .gform_wrapper .gform_footer input[type=submit] {
        padding-left: 30px;
    }

    .experts-grid-bg>.wpb_column {
        width: 100%;
    }

    body .go-top {
        width: 40px;
        height: 40px;
        bottom: 40px;
    }

    .search-border-bg {
        padding: 20px !important;
    }

    .post-items article .title,
    .post-items article .title a,
    .post-items article .entry-summary,
    .post-items article .readmore-link {
        text-align: center;
    }

    body.login-register-page .gform_wrapper .radio-box-wrapper {
        display: block;
    }

    body.login-register-page .gform_wrapper .radio-box-wrapper>.gfield_label {
        width: 100% !important;
    }

    body.login-register-page .gform_wrapper .top_label li.gfield .radio-box-wrapper .ginput_container.ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
        width: 100% !important;
        margin-top: 0px;
    }

    #login-register-row .gform_wrapper .gform_page_footer{
        display: block;
    }

    body.login-register-page .eacad-landing-section{
        padding: 30px 15px;
    }
    
    .gform_wrapper.registration-form_wrapper, #featured-video-login-register-box .login-sep, #featured-video-login-register-box .login-title, #featured-video-login-register-box .login-btn{
        max-width: 100%;
    }

    body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a{
        font-size: 13px;
    }

    body.wpb-js-composer.login-register-page .vc_tta.vc_general .vc_tta-panel-title>a{
        padding-right: 40px!important;
    }
}

@media(max-width:420px) {}


body.hide_header header.h-header{
    display: none!important;
}