:root {
    --bs-gray: Gray;
    --bs-dark-gray: #646464;
    --bs-medium-gray: #afafb0;
    --bs-light-gray-one: #cecfcf;
    --bs-light-gray-two: #ececec;
    --bs-yellow: #EBAD00;
    --bs-medium-yellow: #ca8900;
    --bs-dark-yellow: #a16e00;
    --bs-light-yellow-one: #ffde90;
    --bs-light-yellow-two: #fff2c8;
    --bs-white: #fff;
    --bs-dark: #212529;
    --bs-font-sans-serif: 'Roboto';
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff') format('woff'),
        /* Modern Browsers */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-500.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-500.woff') format('woff'),
        /* Modern Browsers */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-700.woff') format('woff'),
        /* Modern Browsers */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/component/font/Roboto/roboto-v27-latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-dark-gray);
    background-color: var(--bs-white);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.white {
    color: var(--bs-white) !important;
}

.dark {
    color: var(--bs-dark-gray) !important;
}

body,
input,
textarea,
select {
    font-family: 'Roboto';
}

body::before {
    display: block;
    content: '';
    /* height: 60px; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Roboto';
}


/* .heading-color{
    color:#e8ae00!important ;
   } */

.h2 h2 {
    font-size: 2.5rem;
    color: #c88214 !important;
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2.5rem;
    }
}

a {
    color: var(--bs-dark-yellow);
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--bs-medium-yellow);
}

#map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .news-input {
        width: 50%;
    }
}

.m-header .md a {
    color: var(--bs-dark) !important;
}

.btn-primary:hover {
    color: var(--bs-white);
    /* background-color: var(--bs-medium-yellow);
  border-color: var(--bs-medium-yellow); */
    text-decoration: underline;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: var(--bs-white);
    background-color: var(--bs-medium-yellow);
    border-color: var(--bs-medium-yellow);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: var(--bs-white);
    background-color: var(--bs-medium-yellow);
    border-color: var(--bs-medium-yellow);
    box-shadow: unset;
}

.btn-dark {
    color: var(--bs-dark);
    background-color: var(--bs-medium-yellow);
    border-color: var(--bs-medium-yellow);
}

.btn-dark:hover {
    color: var(--bs-white);
    background-color: var(--bs-medium-yellow);
    border-color: var(--bs-medium-yellow);
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: var(--bs-white);
    background-color: var(--bs-medium-yellow);
    border-color: var(--bs-medium-yellow);
    box-shadow: 0 0 0 0.25rem rgb(66 70 73 / 50%);
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: var(--bs-white);
    background-color: var(--bs-medium-yellow);
    border-color: var(--bs-medium-yellow);
}


/* top header  */

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .4s;
}

@media screen and (max-width:991px) {
    .fixed-top {
        position: relative !important;
    }

    .header-clone {
        display: none;
    }

    #navbarNavDropdowns {
        position: absolute;
        background-color: white;
        width: 115% !important;
        top: 95px;
        left: -7%;
        padding-left: 31px;
    }
}

#top-header {
    background-color: var(--bs-medium-gray);
    font-size: 12px;
    line-height: 20px;
    z-index: 100000;
    color: var(--bs-white);
}

#top-header .container {
    font-weight: 600;
}

#et-secondary-menu {
    float: right;
}

#et-secondary-nav,
#et-secondary-nav li {
    display: inline-block;
}

#top-header #et-secondary-nav li {
    margin-right: 0;
    padding-left: 6px;
    padding-right: 11px;
}

@media screen and (max-width:1199px) {
    #top-header #et-secondary-nav li {
        margin-right: 0;
        padding-left: 3px;
        padding-right: 6px;
    }
}

#et-secondary-nav li {
    position: relative;
    text-align: right;
}

#top-header #et-secondary-nav li:before {
    content: "";
    position: absolute;
    height: 130%;
    border-right: 1px solid var(--bs-white);
    right: 0;
    top: -3px;
}

#top-header ul {
    margin-bottom: .65em !important;
}

.icon_pdf:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/pdf.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5px 14px;
    margin-right: 5px;
}

.icon_globe:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/ico_globe.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5px 14px;
    margin-right: 5px;
}

.icon_globe-top:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/ico_globe.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px 12px;
    margin-right: -3px;
}

.icon_shop_square-top:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/cart-shopping-solid.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 3px 9px;
    margin-right: 6px;
}

.icon_shop_square:before {
    background-image: url(/img/cart-shopping-solid.svg);
}

.icon_facebook_square:before {
    background-image: url(/img/square-facebook.svg);
}

.icon_instagram_square:before {
    background-image: url(/img/square-instagram.svg);
}

.icon_linkedin_square:before {
    background-image: url(/img/square-linkedin.svg);
}

.icon_youtube_square:before {
    background-image: url(/img/square-youtube.svg);
}

.icon_xing_square:before {
    background-image: url(/img/square-xing.svg);
}

.icon_shop_square:before,
.icon_instagram_square:before,
.icon_linkedin_square:before,
.icon_youtube_square:before,
.icon_xing_square:before {
    content: "";
    font-family: unset !important;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 5px 14px;
    margin-right: 5px;
}

.icon_facebook:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/iconmonstr-facebook-3.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 7px;
    margin-right: 5px;
}

.icon_instagram:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/iconmonstr-instagram-1.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 7px;
    margin-right: 5px;
}

.icon_linkedin:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/iconmonstr-linkedin-3.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 7px;
    margin-right: 5px;
}

.icon_youtube:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/iconmonstr-youtube-8.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 7px;
    margin-right: 5px;
}

.icon_xing:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/iconmonstr-xing-3.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 7px;
    margin-right: 5px;
}

.icon_mail:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/iconemail.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 7px;
    margin-right: 5px;
}

.icon_mail-gray:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/mail-gray.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 1px 11px;
    margin-right: 8px;
}

.icon_phone-gray:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/phone-gray.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 1px 11px;
    margin-right: 8px;
}

.icon_eshop:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/iconemail.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 7px;
    margin-right: 5px;
}

.icon_phone:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/iconphone.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 7px;
    margin-right: 5px;
}

#et-secondary-nav {
    padding-bottom: 0px;
    padding-top: 10px;
}

.top-header-mail {
    font-size: 14px;
    padding-right: 3px;
    color: var(--bs-white);
}


/*end  top header  */


/* header */

.header-clone {
    padding-top: 114px;
}

@media screen and (max-width:991px) {
    .header-clone {
        padding-top: 88px;
    }

    /* .cta-logo-badge .m {
        margin-left: -50px;
    } */
}

#navbarNavDropdowns {
    z-index: 99;
    max-height: 500px;
    width: 100%;
    /* overflow-y: scroll; */
}

.m-header {
    background-color: var(--bs-white);
}

.header-active {
    /* background-color: #e8ae00; */
    color: var(--bs-medium-yellow)
}

.header-active {
    /* background-color: #e8ae00; */
    color: var(--bs-medium-yellow) !important;
}

.header-active-sub {
    background-color: var(--bs-medium-yellow)
}

.sub-con-outer:hover {
    color: var(--bs-medium-yellow)
}

.logo {
    width: 190px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    height: auto;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    margin-left: -12px;
}

#top-header #et-secondary-nav li:last-child:before {
    border-right: 0 solid var(--bs-white);
}

#myheader .navbar-dark .navbar-nav .nav-link {
    color: var(--bs-dark);
}

#myheader .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}


/* end header */


/* content-black-bg-check  */

.bg-content-blck {
    padding-top: 77px;
    padding-bottom: 87px;
    /* background-color: #4c4d4f!important; */
    background-color: var(--bs-dark);
    color: var(--bs-white);
}

.icon_check:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/ico_check.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 16px 16px;
    float: left;
}

.bg-content-blck-inner h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
}


/* end  content-black-bg-check  */


/* content-grey-wth-logo  */

.bg-content-grey {
    padding-top: 67px;
    padding-bottom: 77px;
    background-color: var(--bs-white) !important;
}

.bg-content-wt {
    padding-top: 67px;
    padding-bottom: 77px;
}


/* end content-grey-wth-logo  */


/*=-====Bootstrapthemes.co btco-hover-menu=====*/

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
    }

    #myheader .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: var(--bs-yellow);
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: box-shadow .15s ease-in-out;
    }

    #myheader .collapsed {
        background-color: rgb(64, 64, 64);
    }

    .nav-link :hover {
        color: var(--bs-medium-yellow);
    }

    #myheader .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--bs-medium-yellow) !important;
    }
}

@media only screen and (min-width: 992px) {
    #myheader .navbar-collapse.md {
        display: none !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: var(--bs-gray);
    }

    .btco-hover-menu a,
    .navbar>li>a {
        text-transform: capitalize;
        padding: 10px 15px;
    }

    /*submenu style start from here*/
    .dropdown-menu {
        padding: 0px 0;
        margin: 0 0 0;
        border: 0px solid transition !important;
        border: 0px solid rgba(0, 0, 0, .15);
        border-radius: 0px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .hov-sub {
        border-radius: 10px 0px 0px 10px;
    }

    .sub-menu-sec {
        border-radius: 0px 10px 10px 0px;
    }

    .ndas {
        border-radius: 10px 10px 10px 10px;
    }

    /*second level*/
    .btco-hover-menu .collapse ul ul ul>li:hover>a {
        color: var(--bs-dark) !important;
        background-color: var(--bs-yellow) !important;
        border-radius: 5px;
    }

    /*third level*/
    .btco-hover-menu .collapse ul ul,
    .btco-hover-menu .collapse ul ul.dropdown-menu {
        background: var(--bs-white);
    }

    .btco-hover-menu .collapse ul ul ul,
    .btco-hover-menu .collapse ul ul ul.dropdown-menu {
        background: var(--bs-white);
    }

    .btco-hover-menu .collapse ul ul ul ul,
    .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
        background: var(--bs-white);
    }

    .btco-hover-menu .collapse ul li {
        position: relative;
    }

    .btco-hover-menu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }

    /*******/
    .btco-hover-menu .collapse ul ul li {
        position: relative
    }

    .btco-hover-menu .collapse ul ul li:hover>ul {
        display: block
    }

    .btco-hover-menu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }

    /*******/
    .btco-hover-menu .collapse ul ul ul li {
        position: relative
    }

    .btco-hover-menu .collapse ul ul ul li:hover ul {
        display: block;
        border-radius: 5px;
    }

    .btco-hover-menu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }

    .nav-hov:hover .hov-sub {
        display: block;
    }

    .sub-menu-sec.sc:hover .cg-h {
        background: var(--bs-white);
    }

    .hover-container .hover-me:hover~.cg-h ul {
        display: none;
    }

    .hover-container:hover~.cg-h ul {
        display: none !important;
    }

    .hover-container {
        pointer-events: none !important;
    }

    .hover-container .hover-me:hover+.cg-h ul {
        display: none;
    }

    .hover-container:hover+.cg-h ul {
        display: none !important;
    }

    .hover-container {
        pointer-events: none !important;
    }

    .non-con {
        display: none;
    }

    .hover-me {
        /*resets pointer-events on the .hover-me child, so the previous :hover we set for the container will work only when hovering this child*/
        pointer-events: auto;
        cursor: pointer;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: var(--bs-medium-yellow) !important;
        /* background-color: #e8ae00 !important; */
        border-radius: 5px;
    }

    .nav-item>:hover {
        color: var(--bs-medium-yellow) !important;
        /* background-color: #e8ae00 !important; */
        border-radius: 5px;
        text-decoration: underline;
    }
}

@media only screen and (min-width: 992px) {
    .md {
        visibility: hidden !important;
        ;
        display: none !important;
        ;
    }

    .wd {
        visibility: visible !important;
        ;
        display: block !important;
    }

    .dropdown-menu.sub-menu {
        left: -145px !important;
        background: var(--bs-white) !important;
        min-height: 20.75rem;
        min-width: 15.6875rem !important;
        color: var(--bs-dark);
    }

    .industries-con .dropdown-menu.sub-menu {
        left: -70px !important;
        background: var(--bs-white) !important;
        min-height: 20.75rem;
        min-width: 15.6875rem !important;
        color: var(--bs-dark);
    }

    .dropdown-menu.sub-menu-sec {
        min-height: 20.75rem;
        min-width: 15.6875rem;
        color: var(--bs-dark);
        background-color: var(--bs-white) !important;
    }

    .dropdown-menu.sub-menu-sec.as {
        top: -88px;
    }

    .dropdown-menu.sub-menu-sec.ad {
        top: -44px;
    }
}

@media only screen and (max-width: 991px) {
    .logo {
        margin-left: -3px !important;
    }

    #myheader .navbar {
        padding: 0;
        width: 89%;
        margin-left: auto;
        margin-right: auto;
    }

    .col-md-12 {
        width: 90%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    /* .container {
        width: 99%!important;
        margin-left: auto;
        margin-right: auto;
    } */
    .md {
        visibility: visible;
        display: block;
    }

    .wd {
        visibility: hidden;
        display: none;
    }

    .hwd {
        visibility: hidden;
        display: none;
    }

    #top-header {
        display: none;
    }

    .doorknob {
        font-size: 34px;
        height: 40px;
        width: 30px;
        float: right;
        right: 25px;
        font-family: Roboto, arial;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 4;
        color: var(--bs-medium-yellow);
        font-weight: 300;
        transition: transform 0.5s ease-in-out;
    }

    .doorknobs {
        font-size: 34px;
        height: 40px;
        width: 30px;
        float: right;
        right: 25px;
        font-family: Roboto, arial;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 4;
        color: var(--bs-medium-yellow);
        font-weight: 300;
        transition: transform 0.5s ease-in-out;
    }

    .doorknobss {
        font-size: 34px;
        height: 40px;
        width: 30px;
        float: right;
        right: 25px;
        font-family: Roboto, arial;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 4;
        color: var(--bs-medium-yellow);
        font-weight: 300;
        transition: transform 0.5s ease-in-out;
    }

    .doorknobs.doork {
        transform: rotate(45deg);
    }

    .doorknob.doork {
        transform: rotate(45deg);
    }

    .doorknobss.doork {
        transform: rotate(45deg);
    }

    .nav-item.s {
        border-bottom: 1px solid var(--bs-light-yellow-one);
    }

    .sud-close {
        display: none;
        transition: transform 0.5s ease-in-out;
    }

    .sud-open .nav-item {
        transition: transform 0.5s ease-in-out;
    }

    .sud-open {
        display: block;
        transition: transform 0.5s ease-in-out;
    }
}


/* ///////////////////// product css */

.bg-cta {
    background-color: var(--bs-light-gray-two) !important;
    color: var(--bs-dark-gray) !important;
    padding-top: 2.7rem !important;
}

.bg-cta.new {
    background-color: var(--bs-dark-yellow) !important;
    color: var(--bs-white) !important;
}

.bg-cta.newss {
    background-color: var(--bs-light-yellow-one) !important;
}

.bg-cta.newsss {
    background-color: var(--bs-light-yellow-two) !important;
}

.nav-link {
    font-size: 20px;
}

.bg-contect-white {
    /* padding-top: 67px; */
    padding-bottom: 77px;
    background-color: var(--bs-white)
}

.icon_check.v::before {
    background-size: 85%;
    margin-right: 20px;
}


/* bt footer */

.et_pb_section_1_tb_footer.et_pb_section {
    padding-top: 30px;
    padding-bottom: 12px;
    background-color: var(--bs-dark-yellow) !important;
}

footer {
    font-size: 18px !important;
}

.btn-footer {
    border-radius: 8px;
    padding: 0.8em 1em !important;
    font-size: 15px;
}

@media only screen and (max-width: 770px) {
    .btn-cons-outer {
        display: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
    }

    p {
        text-align: center;
    }

    .lc-block {
        text-align: center;
    }

    /* .row {
        text-align: center;
    } */
    .bg-content-blck h3 {
        text-align: left;
    }

    .bg-content-blck p {
        text-align: left;
    }

    .lc-block ul {
        text-align: left;
    }

    .et_pb_text_inner p {
        text-align: center;
    }

    .text-left {
        text-align: left !important;
    }
}

.s-1200 {
    display: block;
}

.s-991-1200 {
    display: none;
}

.s-991 {
    display: none;
}

@media only screen and (max-width: 1201px) {
    .s-1200 {
        display: none;
    }

    .s-991-1200 {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .mobile-phone-position.collapse-phone {
        background: var(--bs-yellow);
        max-width: 3.75rem;
        opacity: 0;
        white-space: nowrap;
        width: auto;
        transition: max-width 1s ease, padding-right 1s ease, opacity .5s ease;
        padding-left: 1.25rem;
        padding-right: 0;
    }

    .mobile-phone-position {
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        display: inline-block;
        border-radius: 1.75rem;
        font-size: 1.4rem;
        text-align: center;
        line-height: 3.5rem;
        width: 3.5rem;
        height: 3.5rem;
        overflow: hidden;
        background: var(--bs-yellow);
        text-decoration: none;
        color: var(--bs-white) !important;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 9;
    }

    .mobile-phone-position .icon-phone {
        z-index: 9;
        line-height: 3.5rem;
        width: 40px;
        height: 40px;
        margin-top: 5px;
        display: inline-block;
        outline: none;
        transition: background 1s ease;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMCwyMi42bC0zLjUtNi44YzAsMC0yLDEtMi4xLDFjLTIuMiwxLjEtNi44LTcuOC00LjYtOWwyLjEtMUw4LjQsMEw2LjMsMWMtNy4yLDMuOCw0LjIsMjYsMTEuNiwyMi42DQoJQzE4LDIzLjYsMjAsMjIuNiwyMCwyMi42eiIvPg0KPC9zdmc+DQo=);
    }

    .mobile-phone-position.collapse-phone.active {
        max-width: 100% !important;
        padding-right: 4.25rem;
        opacity: 1;
    }

    .mobile-phone-position.vv.active {
        background: var(--bs-yellow);
    }

    .s-1200 {
        display: none;
    }

    .s-991 {
        display: block;
    }

    .s-991-1200 {
        display: none;
    }
}

@media only screen and (max-width: 766px) {
    .s-1200 {
        display: block;
    }

    .s-991 {
        display: none;
    }
}

.hero-container-h {
    position: absolute;
    z-index: 999;
    background-color: var(--bs-yellow);
    padding: 11vw 13vw;
    width: 50%;
    height: 100%;
}

.hero-container-h.right {
    right: 0;
    padding: 11vw 5vw;
    background: rgb(161, 110, 0);
    background: linear-gradient(263deg, rgba(161, 110, 0, 1) 46%, rgba(235, 173, 0, 1) 100%);
    width: 50%;
    ;
}

.btn-hero-s {
    color: var(--bs-medium-yellow);
    background-color: var(--bs-white);
    /* background-color: var(--bs-light-gray-one); */
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    /* color: var(--bs-dark); */
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .575rem .75rem;
    font-size: 1.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: .3rem;
}

.btn-hero-s:hover {
    color: var(--bs-medium-yellow);
    background-color: var(--bs-white);
    text-decoration: underline;
}

.footer-bg {
    background-color: var(--bs-yellow);
}

.footer-siten a {
    color: var(--bs-white);
}

.footer-siten a:hover {
    text-decoration: underline;
}

.hero-container-h.dd {
    position: absolute;
    z-index: 999;
    background-color: var(--bs-yellow);
    padding: unset;
    width: 50%;
    height: 100%;
}

.hero-slider-carousel-item {
    padding: 9vw 13vw;
}

.carousel-darkmobile .carousel-indicators {
    bottom: -60px;
}

.img-badge-d {
    width: 75% !important;
    padding-top: 6vw;
    margin-bottom: 0rem !important;
    margin-right: -28px;
}

.tables .table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
    color: var(--bs-table-striped-color) !important;
}

.tables .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg) !important;
    color: var(--bs-table-striped-color) !important;
}

table.ce-table thead,
table.contenttable thead {
    margin-bottom: 7px;
    border-bottom: solid 4px var(--bs-medium-yellow) !important;
}

table.ce-table thead tr,
table.contenttable thead tr {
    background: var(--bs-white);
    /* border-bottom: solid 3px var(--bs-medium-yellow) !important; */
    color: var(--bs-medium-yellow);
    ;
}

table.ce-table thead th,
table.contenttable thead th {
    padding: 10px 0px;
    padding-left: 26px;
}

table.ce-table tbody tr:nth-child(even),
table.ce-table tbody tr.tr-even,
table.contenttable tbody tr:nth-child(even),
table.contenttable tbody tr.tr-even {
    background: rgba(235, 235, 235, 0.7);
    border-bottom: solid 3px #fff;
}

table.ce-table tbody tr:nth-child(odd),
table.ce-table tbody tr.tr-odd,
table.contenttable tbody tr:nth-child(odd),
table.contenttable tbody tr.tr-odd {
    background: rgba(235, 235, 235, 0.7);
    border-bottom: solid 3px #fff;
}

table#prosthetics div.inner_desc.full_height {
    height: 135px;
    padding-left: 26px;
}

@media screen and (max-width:980px) {
    table#prosthetics div.inner_desc.full_height {
        padding-left: 26px;
        width: 287px;
    }

    table#prosthetics td div.inner_desc.lone {
        border-bottom: none;
        padding-left: 26px;
        width: 200px;
    }

    table#prosthetics div.inner_desc.full_height.ss {
        height: 200px;
        padding-left: 26px;
        width: 400px;
    }

    .table.table-striped.plus {
        /* overflow-x: scroll; */
        display: block;
        width: 100%;
    }

    .accordion-body p,
    .accordion-header h3 {
        text-align: left;
    }
}

table#prosthetics tr.subheader td {
    background: white;
    padding: 5px 7px 4px 7px;
    color: #c88214;
    font-weight: bold;
    border-bottom: solid 2px #e6aa14;
}

table#prosthetics tr.std_desc td {
    padding: 0px;
    vertical-align: top;
    width: 25.2%;
}

table#prosthetics td {
    border-right: solid 3px #fff;
}

table#prosthetics td div.inner_desc:first-child {
    margin-top: 1px;
    padding-left: 26px;
}

table#prosthetics div.inner_desc.small_height {
    height: 80px;
    padding-left: 26px;
}

table#prosthetics td div.inner_desc {
    border-bottom: solid 3px #fff;
    padding: 7px;
}

table#prosthetics td div.inner_desc.lone {
    border-bottom: none;
    padding-left: 26px;
}

.downloads-p {
    position: relative;
    width: 100%;
    /* text-align: center;
  left: 0;
  top: 60px; */
}

@media only screen and (min-width: 768px) {
    .col-md-6.tabless {
        margin-left: 3.5%;
        width: 46.5% !important;
        text-align: center !important;
    }
}

.table.table-striped {
    width: 103.5%;
}

@media only screen and (min-width: 2250px) {
    .img-badge-d {
        padding-top: 3vw;
    }
}

@media only screen and (max-width: 1950px) {
    .hero-slider-carousel-item {
        padding-bottom: 7vw !important;
    }
}

@media only screen and (max-width: 1750px) {
    .hero-slider-carousel-item {
        padding-bottom: 4vw !important;
    }
}

@media only screen and (max-width: 1600px) {
    .hero-slider-carousel-item {
        padding: 9vw 7vw;
        padding-bottom: 2vw !important;
    }
}

@media only screen and (max-width: 1350px) {
    .hero-slider-carousel-item {
        padding: 9.5vw 7vw;
        padding-bottom: 2vw !important;
    }
}

@media only screen and (max-width: 500px) {
    .carousel-darkmobile .carousel-control-prev {
        left: -40px;
    }

    .carousel-darkmobile .carousel-control-next {
        right: -40px;
    }
}

@media only screen and (max-width: 991px) {
    #myheader .navbar-dark .navbar-nav .nav-link:hover {
        color: var(--bs-medium-yellow) !important;
    }

    .link-colorh {
        color: var(--bs-medium-yellow) !important;
    }

    .mobile.pt-4 {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 1750px) {
    .hero-container-h {
        position: absolute;
        z-index: 999;
        background-color: var(--bs-yellow);
        padding: 11vw 11vw;
        width: 50%;
        height: 100%;
    }

    .hero-container-h.right {
        position: absolute;
        z-index: 999;
        background-color: var(--bs-yellow);
        padding: 7vw 5vw;
        width: 50%;
        height: 100%;
    }
}

@media only screen and (max-width: 1500px) {
    .hero-container-h {
        position: absolute;
        z-index: 999;
        background-color: var(--bs-yellow);
        padding: 7vw 8vw;
        width: 50%;
        height: 100%;
        padding-top: 12vw;
    }

    .hero-container-h.right {
        position: absolute;
        z-index: 999;
        background-color: var(--bs-yellow);
        padding: 5vw 5vw;
        width: 50%;
        height: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .hero-container-h.right {
        padding: 3vw 3vw;
    }
}

@media only screen and (max-width: 1300px) {
    .btn-hero-s {
        font-size: 1.25rem;
    }

    .lead {
        font-size: 1.25rem !important;
    }
}

.lead {
    font-size: 21px;
}

@media only screen and (max-width: 2500px) {
    .hero-container-h.hasdla {
        padding-top: 12vw;
        padding-right: 6vw;
        padding-left: 12vw;
    }
}

@media only screen and (min-width: 2000px) {
    .hero-container-h.hasdla {
        padding-top: 12vw;
        padding-right: 6vw;
        padding-left: 15vw;
    }
}

@media only screen and (max-width: 1999px) {
    .hero-container-h.hasdla {
        padding-top: 9vw;
        padding-right: 6vw;
        padding-left: 11vw;
    }
}

@media only screen and (max-width: 1500px) {
    .hero-container-h.hasdla {
        padding-top: 7vw;
        padding-right: 4vw;
        padding-left: 5vw;
    }

    /* .downloads-p {
    top: 50px;
  } */
}

@media only screen and (max-width: 1250px) {
    .hero-container-h.hasdla {
        padding-top: 5vw;
        padding-right: 0vw;
        padding-left: 3vw;
    }

    .downloads-p {
        position: relative;
        width: 100%;
        /* text-align: center; */
        left: 0;
        top: 0px;
    }
}

@media only screen and (max-width: 1150px) {
    .hero-container-h.hasdla {
        padding-top: 7vw;
        padding-right: 0vw;
        padding-left: 1vw;
    }

    .slide-one.adasd {
        height: 44vw !important;
    }
}

@media only screen and (max-width: 1000px) {
    .hero-container-h.hasdla {
        padding-top: 4vw;
        padding-right: 0vw;
        padding-left: 1vw;
    }
}

@media only screen and (max-width: 991px) {
    .table-con .col-md-6 {
        width: 100% !important;
    }

    .slide-one.adasd {
        height: 65vw !important;
    }

    .bg-primary .col-md-4 {
        padding-bottom: 3rem;
    }

    .icon_facebook_square:before,
    .icon_instagram_square:before,
    .icon_linkedin_square:before,
    .icon_youtube_square:before,
    .icon_xing_square:before {
        content: "";
        font-family: unset !important;
        position: relative;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 5px 14px;
        margin-right: 12px;
    }
}


/* // lang */

.sub-menu-lang {
    width: 220px;
    position: absolute;
    right: 0;
    padding: 2em 0px;
    left: -218px !important;
    padding-top: 23px !important;
    background: var(--bs-white) !important;
    min-width: 15.6875rem;
    color: var(--bs-dark);
    z-index: 99;
    visibility: hidden;
}

.sub-menu-lang li {
    padding: 6px 2em !important;
    margin: 0 !important;
    margin-right: 0 !important;
    padding-right: 11px !important;
    text-align: left !important;
    padding-left: 19px !important;
    width: 100% !important;
    font-size: 16px;
    ;
}

.lang {
    cursor: pointer;
}

.lang:hover .sub-menu-lang {
    visibility: visible;
}

.icon_check_alt2:before {
    content: "\52";
    content: "";
    font-family: unset !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMGMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnM1LjM3MyAxMiAxMiAxMiAxMi01LjM3MyAxMi0xMi01LjM3My0xMi0xMi0xMnptLTEuMjUgMTcuMjkybC00LjUtNC4zNjQgMS44NTctMS44NTggMi42NDMgMi41MDYgNS42NDMtNS43ODQgMS44NTcgMS44NTctNy41IDcuNjQzeiIvPjwvc3ZnPg==);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 8px 8px;
}

.col-md-4.tabless {
    text-align: right !important;
    /* margin-right: -6px !important;
    padding-right: 0px !important; */
}

@media screen and (max-width:980px) {
    .col-md-4.tabless {
        text-align: center !important;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
}

.dowloadss p {
    text-align: left !important;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 40px;
}

.custom-list li:before {
    content: "";
    font-family: unset !important;
    background-image: url(/img/file-pdf.svg);
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 21px 14px;
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: -8px;
}

.ds-download-list-item {
    display: flex;
    margin: 0 0 1.5625vw;
    padding: 3.125vw 3.125vw 3.125vw 0;
    /* background-color: var(--bs-light-yellow-two); */
    background-color: var(--bs-white);
    border: 1px solid var(--bs-medium-gray);
}

.ds-download-list-item-icon-wrapper {
    display: flex;
    flex: 0 0 100px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: center;
    width: 100px;
}

.ds-download-list-item-icon {
    fill: var(--bs-medium-yellow);
    height: 50px;
    width: 100%;
}

.ds-download-list-item-text-wrapper {
    max-width: calc(100% - 100px);
}

.ds-download-list-item-name {
    color: var(--bs-medium-yellow);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 22px;
    word-wrap: break-word;
    margin-top: 0;
    line-height: 1.2;
}

.ds-download-list-item-description {
    word-wrap: break-word;
    /* margin: 16px 0; */
    line-height: 1.5;
}

.ds-btn-standard-icon-svg {
    position: relative;
}

.ds-btn-standard-icon,
.ds-btn-standard.ds--icon,
.ds-btn-standard-icon-svg {
    min-width: auto;
    min-width: initial;
    padding-right: 40px;
}

.ds-btn-standard {
    display: inline-block;
    min-width: 100px;
    max-width: 100%;
    padding: 8px 14px 8px 14px;
    border: 1px solid var(--bs-yellow);
    position: relative;
    background-color: var(--bs-yellow);
    color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color .2s;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    outline: 0;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .3em;
}

.ds-btn-standard:hover {
    color: var(--bs-white);
    text-decoration: underline;
}

.ds-btn-standard-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 1em;
    height: 1em;
    margin: auto;
    fill: currentColor;
}

.height-200 {
    align-items: center;
    height: 200px;
    display: flex;
    padding-left: 30px !important;
}

.height-100 {
    align-items: center;
    height: 100px;
    display: flex;
    padding-left: 30px !important;
}

.height-470 {
    align-items: center;
    height: 470px;
    display: flex;
    padding-left: 30px !important;
}

.height-99 {
    align-items: center;
    height: 99px;
    display: flex;
    padding-left: 30px !important;
}

@media (max-width: 1399px) {
    .height-200 {
        align-items: center;
        height: 300px;
        display: flex;
        padding-left: 30px !important;
    }

    .height-100 {
        align-items: center;
        height: 150px;
        display: flex;
        padding-left: 30px !important;
    }
}

@media (min-width: 1000px) {
    .ds-download-list-item-description {
        /* width: 40%; */
        margin: 0;
    }

    .ds-download-list-item-icon-wrapper {
        align-items: center;
    }

    .ds-download-list-item-text-wrapper {
        align-items: center;
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
    }

    .ds-download-list-item-name {
        width: 35%;
        margin: 0;
    }

    .ds-download-list-item-button {
        width: 20%;
        min-width: 140px;
        margin: 0;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .ds-download-list-item {
        margin: 0 0 18px;
        padding: 36px 36px 36px 0;
    }
}

@media (max-width: 1750px) {
    #carouselExampleCaptionsherohome .carousel-indicators {
        position: absolute;
        /* bottom: -40px; */
    }
}

@media (max-width: 1600px) {
    #carouselExampleCaptionsherohome .carousel-indicators {
        position: absolute;
        /* bottom: -60px; */
    }
}

@media (max-width: 1400px) {
    .basic-header-img .hero-container-h {
        padding-top: 10vw !important;
    }

    #carouselExampleCaptionsherohome .wrapper__video {
        height: 40vw !important;
    }

    #carouselExampleCaptionshero .hero-container-h {
        padding-top: 13vw;
    }
}

@media (max-width: 1300px) {
    #carouselExampleCaptionsherohome .wrapper__video {
        height: 35vw !important;
    }

    #carouselExampleCaptionshero .hero-container-h {
        padding-top: 8vw;
    }
}

@media (max-width: 1250px) {
    #carouselExampleCaptionsherohome .wrapper__video {
        height: 38vw !important;
    }
}

@media (max-width: 1130px) {
    #carouselExampleCaptionsherohome .wrapper__video {
        height: 43vw !important;
    }

    #carouselExampleCaptionshero .hero-container-h {
        padding-top: 10vw;
    }
}

@media (max-width: 1050px) {
    #carouselExampleCaptionsherohome .wrapper__video {
        height: 48vw !important;
    }

    #carouselExampleCaptionshero .hero-container-h {
        padding-top: 12vw;
    }
}

@media (min-width: 1399px) {
    .display-1399 {
        display: none;
    }

    .display-1400 {
        display: block;
    }
}

@media (max-width: 1399px) {
    .display-1400 {
        display: none !important;
    }

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

    /* .company-name-footer {
        width: 244px;
    } */
}

@media (min-width: 990px) {
    .display-989 {
        display: none;
    }

    .display-990 {
        display: block;
    }
}

@media (max-width: 989px) {
    .display-990 {
        display: none !important;
    }

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

    /* .company-name-footer {
        width: 244px;
    } */
}

@media (max-width: 1199px) {
    /* .company-name-footer {
        width: unset;
    } */
}

.plus-btn {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .plus-btn {
        padding-top: 0px;
    }

    .contentbasic {
        padding-top: 34px;
    }
}

@media (max-width: 980px) {
    .plus-btn {
        padding-top: 60px;
    }

    .contentbasic {
        padding-top: unset;
    }
}

.ds-callout-icon .ds-picture.ds-picture--svg {
    width: 60%;
}

@media (min-width: 1200px) {
    .ds-callout {
        padding: 54px 0;
    }
}

@media (max-width: 815px) {
    .display-989 {
        text-align: end;
    }
}

@media (max-width: 767px) {
    table.dcf-table tr td {
        border-top: 3px solid var(--bs-white) !important;
        border-right: 1px solid rgba(235, 235, 235, 0.7) !important;
        border-left: 0 !important;
        /* border: 3px 0px 3px 0px solid var(--bs-white)!important; */
    }

    .display-989 {
        text-align: center;
    }
}

.entry-content table:not(.variations) {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 97.8%;
}

table.dcf-table thead th {
    background: var(--bs-white);
    padding: 20px;
}

table.dcf-table tr th {
    padding: 9px 15px;
    border: 1px solid var(--bs-white);
    /* width: 61%; */
}

.entry-content thead th,
.entry-content tr th {
    color: #555;
    font-weight: 700;
    padding: 9px 24px;
}

.dcf-txt-center {
    text-align: center;
}

.dcf-txt-center {
    height: 75px;
}

.green-checked {
    color: green;
    font-weight: 900;
}

table.dcf-table tr td {
    border: 3px solid var(--bs-white);
    padding: 6px 15px;
    background: rgba(235, 235, 235, 0.7);
}

tr.no-bg {
    border: 2px solid #fff;
}

tr.no-bg td {
    background: none !important;
    padding-top: 30px !important;
    border: none !important;
}

@media (max-width: 980px) {
    table.dcf-table tr td {
        border: 3px solid var(--bs-white);
        padding: 6px 15px;
        width: unset;
        background: rgba(235, 235, 235, 0.7);
    }
}

.ds-download-list-item-icon-wrapper {
    justify-content: center;
}

@media(min-width:768px) {
    .mobile-table {
        display: none;
    }
}

@media(max-width:479px) {
    .carousel-darkmobile {
        height: 48vh !important;
    }

    .mobile-pad .carousel-inner {
        width: 91% !important;
    }
}

@media(max-width:767px) {
    .carousel-darkmobile {
        height: 39vh;
    }

    .white {
        margin-top: -1rem !important;
        margin-bottom: 0 !important;
        font-size: 22px !important;
    }

    .btn-hero-s {
        padding: 7px 15px !important;
    }

    .company-name-footer {
        text-align: center !important;
    }

    .container {
        max-width: 1140px !important;
    }

    .logo {
        margin-left: -3px !important;
    }

    #myheader .navbar {
        padding: 0;
        width: 89%;
        margin-left: auto;
        margin-right: auto;
    }

    .col-md-12 {
        width: 90%;
        max-width: 90% !important;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .desktop-table {
        display: none;
    }
}

@media(max-width:479px) {
    .table.table-striped.plus {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .lead {
        padding-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .carousel-darkmobile {
        height: 32vh;
        display: flex;
    }

    .carousel-inner {
        display: flex;
        align-items: center;
        overflow: unset !important;
    }
}

.padding-l {
    padding-left: 11px !important;
}

.bg-cta.newsss .col-md-4 {
    padding-left: calc(var(--bs-gutter-x)/ .7);
    ;
}

.table-con .entry-content table:not(.variations) {
    width: 99.2% !important;
}

.ps-4 {
    padding-right: 1.3rem !important;
}

.tb-plus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.padding-r {
    padding-right: 8px;
}

@media(min-width:990px) {
    .icons .col-md-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icons .col-md-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 1.5rem;
        padding-right: 1.5rem !important;
        width: 30% !important;
    }
}

@media(min-width:1850px) {
    #carouselExampleCaptionsherohome .carousel-indicators {
        bottom: 100px !important;
    }
}

.icons {
    justify-content: center;
}

.footer-img {
    width: 190px;
    position: relative;
    top: -32px;
    /* left: -40px; */
}

.company-name-footer {
    text-align: left;
    margin-left: 1px;
    width: 240px;
}

@media(max-width:1400px) and (min-width:768px) {
    .accordion-flush .accordion-item .accordion-button {
        height: 170px !important;
    }
}

table.plus {
    width: 103.5%;
}

.plus>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg) !important;
    /* border-bottom-width: 1px; */
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.plus>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: rgba(235, 235, 235, 1);
    color: var(--bs-table-striped-color);
}

@media(max-width:948px) {
    .company-name-footer {
        text-align: center;
        width: unset;
    }
}

@media(min-width:768px) {
    .gl-language {
        text-align: left;
        margin-left: 10px;
    }
}

.kontakt.icon_phone:before {
    padding: 0 10px !important;
    margin-right: 10px;
    /* border: 2px solid red; */
}

.kontakt.icon_mail:before {
    padding: 0 10px !important;
    margin-right: 10px;
}

.kontakt.icon_phone {
    font-weight: 700;
}

.kontakt.icon_mail {
    font-weight: 700;
}

.hero-container-h.kontakt {
    padding: 10.2vw 8vw;
}

@media(max-width:1643px) {
    .hero-container-h.kontakt {
        padding: 7.2vw 8vw !important;
    }
}

@media(max-width:1300px) {
    .hero-container-h.kontakt {
        padding: 6vw 8vw !important;
    }

    .kontakt span.display-5.fw-bold.lh-1.mb-3 {
        font-size: 40px !important;
    }

    .kontakt p.lead.pt-4 {
        font-size: 18px !important;
    }
}

@media (max-width:1350px) {
    .dd span.display-5.fw-bold.lh-1.mb-3 {
        font-size: 40px !important;
    }

    .dd .lead.pt-4 {
        font-size: 18px !important;
    }

    .dd .btn-hero-s {
        font-size: 18px !important;
        padding: 5px 15px !important;
    }
}

@media screen and (max-width:800px) {
    .size-li-mobile {
        font-size: 1rem !important;
    }

    .srcolllasd {
        overflow-x: auto;
    }
}

@media(max-width:991px) {
    .mobile-pad {
        padding-top: 0 !important;
        margin-top: -1px;
    }
}

.mobile-pad .carousel-inner {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}

.accordion-button h3 {
    margin-bottom: 0;
}

@media (max-width:1305px) and (min-width:981px) {
    .basic-header-img .wrapper__video {
        height: 42vw !important;
    }
}

@media(max-width:1585px) {
    .basic-header-img .hero-container-h {
        padding: 11vw 7vw;
    }
}

td.coln-1 {
    width: 50%;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    padding-top: 200px;
    /* Location of the box */
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 750px;
}

/* The Close Button */
.close {
    text-align: right;
    margin-right: 20px;
    color: #333;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.no-bd {
    border: none !important;
}

@media(max-width:991px) {
    .modal {
        padding-top: 140px;
        /* Location of the box */
    }

    .mce_text.img img {
        width: 150px !important;
        float: left;
        margin-bottom: 20px;
    }

    .modal-content {
        position: absolute !important;
        width: 100vw !important;
        background-color: #fff0;
        align-items: center;
        border: none !important;
        height: 100%;
        margin: 0 !important;
    }

    .inner-content {
        width: 80% !important;
    }

}

@media(max-width:767px) {
    .formbox {
        padding: 0 !important;
    }

    .inner-content {
        width: 90% !important;
    }

    .close {
        margin-right: 0px !important;
    }

    .mce_text.img {
        margin-top: 0px !important;
    }
}

/* //footer  */

.cr_site {
    margin: 0;
    padding: 75px 0 0 0;
    text-align: center;
    background-color: #eeeeee;
}

.cr_font {
    font-size: 14px;
    font-family: Arial;
}

.cr_body h2,
.cr_header h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
}

.cr_body h1,
.cr_header h2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding: 0;
    margin-top: 0;
}

.wrapper,
.cr_page {
    margin: 0 auto 10px auto;
    text-align: left;
    border-radius: 4px;
}

.cr_header {
    text-align: center;
    background: transparent !Important;
}

.cr_body label {
    float: none;
    clear: both;
    display: block;
    width: auto;
    margin-top: 8px;
    text-align: left;
    font-weight: bold;
    position: relative;
}

.cr_button {
    display: inline-block;
    font-family: "Helvetica", Arial, sans-serif;
    width: auto;
    white-space: nowrap;
    height: 32px;
    margin: 5px 5px 0 0;
    padding: 0 22px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    border: 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: top;
}

.cr_button {
    background-color: #333;
    color: #ffffff;
}

.cr_button:hover,
.cr_button-small:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.powered {
    padding: 20px 0;
    width: 560px;
    margin: 0 auto;
}

.formbox {
    line-height: 150%;
    font-family: Helvetica;
    font-size: 12px;
    color: #333333;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
}

.cr_ipe_item label {
    line-height: 150%;
    font-size: 14px;
}

.cr_ipe_item textarea {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #aaa;
    font-family: Helvetica;
    font-size: 16px;
}

.cr_ipe_item input {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #aaa;
    padding: 5px;
    font-family: Helvetica;
    font-size: 16px;
}

.cr_ipe_item select {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #aaa;
    display: block;
    margin: 0;
    padding: 5px;
    width: 100%;
    font-family: Helvetica;
    font-size: 16px;
}

.cr_ipe_item input.cr_ipe_radio,
input.cr_ipe_checkbox {
    -moz-binding: none;
    -moz-box-sizing: border-box;
    background-color: -moz-field !important;
    border: 2px inset threedface !important;
    color: -moz-fieldtext !important;
    cursor: default;
    height: 13px;
    padding: 0 !important;
    width: 13px;
}

.cr_ipe_item input.cr_ipe_radio {
    -moz-appearance: radio;
    border-radius: 100% 100% 100% 100% !important;
    margin: 3px 3px 0 5px;
}

.submit_container {
    text-align: center
}

/* .cr_ipe_item {
    padding: 1px 10px;
    margin: 1px 10px;
} */

.cr_ipe_item.inactive {
    display: none;
}

.imprint {
    font-size: 0.8em;
}

.cr_captcha {
    padding-left: 130px;
}

.cr_error {
    font-size: 1.1em;
    padding: 10px;
}

.clever_form_error {
    background-color: #f99;
    color: #000;
    border: 1px solid #f22 !important
}

.clever_form_note {
    margin: 26px 0 0 3px;
    position: absolute;
    display: inline;
    padding: 2px 4px;
    font-weight: bold;
    background-color: #f2ecb5;
    color: #000;
    font-size: 12px !important;
}

.cr_site {
    background-color: #eee;
}

.cr_header {
    color: #000000;
}

.cr_body {
    background-color: #ffffff;
    font-size: 12px;
    color: #000000;
}

.cr_hr {
    background-color: #ccc;
}

.cr_site a {
    color: #0084ff;
}

.imprint {
    color: #000;
}