/**
  *Copyright Screening Eagle Technologies 2022
  */

  @font-face {
    font-family: "ETmodules";
    src: url("../ETmodules/ETmodules.eot"); 
    src: url("../ETmodules/ETmodules-iefix.eot") format("embedded-opentype"), 
        url("../ETmodules/ETmodules.woff2") format("woff2"), 
        url("../ETmodules/ETmodules.woff") format("woff"), 
        url("../ETmodules/ETmodules.ttf") format("truetype"),
        url("../ETmodules/ETmodules.svg#ETmodules") format("svg");
    font-display: swap;
}

html {
    font-size:100%;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #111;
    font-weight: 300;
    background-color: #1f252a !important;
    font-size: 16px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

a {
    text-decoration: none;
    font-weight: 400;
    background-color: transparent;
}

a,a:hover {
    color: #4ddbdd;
    text-decoration: none;
    background-color: transparent;
    font-weight: 400;
}

img {
    height: auto;
}

.fs-7 {
    font-size:0.9rem;
}

.fw-semibold {
    font-weight: 500;
}

strong {
    font-weight: 700;
}

.custom-spinner {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 10px;
}

.disabled-btn {
    opacity: 0.6;
    cursor: auto;
    pointer-events: none;
}

#applestore-footer {
  transition: transform 2s;
}

#applestore-footer:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.banner-title {
    z-index:100 ;
}

.mw-750 {
    max-width: 750px;
}

.standard-text {
    font-size: 18px;
    line-height: 25px;
}

.highlight-text {
    font-size: 21px;
    line-height: 33px;
}

.cta-button-big {
    background-color: #4DDBDD;
    color: #111;
    padding: 0.79rem 1.9rem;
    display: inline-block;
    border-radius: 100px;
    border: solid 3px #4DDBDD;
    font-weight: 400;
    font-size:0.95rem;
    transition:0.5s;
}

.cta-button-big:hover {
    color: #4DDBDD;
    background-color: transparent;
    border: solid 3px #4DDBDD;
    text-decoration: none;
}

.cta-button-big-transparent {
    background-color: transparent;
    border: solid 3px #4DDBDD;
    border-radius: 100px;
    color: #4DDBDD;
    display: inline-block;
    font-weight: 400;
    font-size:0.95rem;
    padding: 0.79rem 1.9rem;
    transition:0.5s;
    text-decoration: none;
}

.cta-button-big-transparent:hover {
    background-color: #4DDBDD;
    color: #111;
}

.cta-button-small {
    background-color: #4DDBDD;
    color: #111;
    padding: .79rem 0.9rem;
    display: inline-block;
    border-radius: 30px;
    border: solid 3px #4DDBDD;
    font-size:0.9rem;
    line-height:1;
    text-align:center;
    transition:0.5s;
    margin:0.5rem!important;
}

.cta-button-small:hover {
    color: #4DDBDD;
    background-color: transparent;
    border: solid 3px #4DDBDD;
    text-decoration: none;
}

.no-fill-button {
    color: #4DDBDD;
    padding: 0.79rem 1.9rem;
    display: inline-block;
    border-radius: 30px;
    border: solid 3px #4DDBDD;
    text-decoration: none;
    background-color: inherit;
    transition:0.5s;
}

.no-fill-button:hover {
    color: #222;
    background-color: #4DDBDD;
    text-decoration: none;
}

.no-fill-button-big {
    color: #4DDBDD;
    font-weight: 500;
    padding: 0.79rem 1.9rem;
    display: inline-block;
    border-radius: 30px;
    border: solid 3px #4DDBDD;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 24px;
    transition:0.5s;
}

.no-fill-button-big:hover {
    color: #222;
    background-color: #4DDBDD;
    text-decoration: none;
}

.pimcore_editable_video iframe {
    max-width: 160vh;
    height: 90vh;
}

.navbar.mobile.card-header {
    background-color:#EAEAEA;
}

.overlay-text {
    z-index:1;
}

.object-contain{
    object-fit: cover;
}

/** End Style Basic **/

/** Start footer awards **/

.bodytick {
    overflow: hidden;
  }

.ticker {
    display: flex;
  }

.ticker__list {
    display: flex;
    animation: ticker 60s infinite linear;
    margin-left:-20px;
    background-color:#13181A;
  }

.ticker:hover .ticker__list {
    animation-play-state: paused;
  }

.ticker__item {
    margin: 0 20px;
  }

  @-moz-keyframes ticker {
    100% {
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes ticker {
    100% {
      transform: translateX(-100%);
    }
  }
  @-o-keyframes ticker {
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes ticker {
    100% {
      transform: translateX(-100%);
    }
  }
  
.ticker__item a {
    display:block;
}

/** End footer awards **/

/** legal list styles **/

.legal-list {
    counter-reset: section;
}

.legal-list p {
    font-size:1rem;
    text-align:justify;
}

.legal-list h1 {
    font-size:2rem!important;
    font-weight:bold;
    line-height:1em;
}

.legal-list h2 {
    font-size:1.5rem!important;
    font-weight:bold;
    margin:30px 0 15px 3.6em;
    text-align:left;
}

.legal-list h2:before {
    counter-increment: section;
    content: counter(section) ". ";
    position:absolute;
    text-indent: -2.5em
}

.legal-list ol {
    counter-reset: clause;
    list-style: none outside none;   
    margin-left:2em;
    font-size:1rem;
    text-align:justify;
}

  .legal-list ol li {
    counter-increment: clause;
    margin-left: 1.5em;
}

.legal-list ol li:before {
    content: counter(section) "." counters(clause, ".") ". ";
    text-indent: -3.9em;
    position: absolute;
}

.legal-list ul {
   counter-reset: alpa;
   list-style: none;
}

.legal-list ul li { 
   counter-increment: alpa;
}

.legal-list ul li:before { 
   content: "( " counter(alpa, lower-alpha) " ) ";
   text-indent: -2.7em;
}


/** End legal list styles **/


/** Style primary navbar **/

.grid-container {
    min-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.nav-primary-img-font {
    height: 12px;
}

.navbar.nav-primary {
    color: #fff;
    background-color: #000 !important;
    font-weight: 300;
    font-size: 14px;
    height: 45px !important;
    padding-right: 88px;
    z-index:300;
}

.nav-primary img {
    display: inline-block;
    vertical-align: middle;
    width: auto !important;;
}

.container-menu-language {
    min-width: 150px !important;
    padding: 40px 40px 20px 40px !important;
    background-color: #EFEFEF !important;
}

.menu-language {
    background-color: #EFEFEF !important;
    margin-bottom: 20px;
}

.flex-fixed-width-item {
    flex: 0 0 100px;
}

.dropdown-item-language {
    color: #111 !important;
    text-decoration: none !important;
    text-transform: capitalize;
    width: 204px;
    line-height: 22px;
}

.dropdown-item-language:hover {
    color: #4DDBDD !important;
}

.dropdown-item-language:active {
    color: #111 !important;
}

.bar-icon-close:after {
    content: "x";
    speak-as: normal;
    font-style: normal;
    font-weight: 200;
    font-size: 1.7rem;
    color: #fff !important;
    line-height: 1;
}

.link-container-icon {
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.nav-logo-item-font {
    color: #B3B3B3;
    font-weight: 400;
}

.nav-item .pimcore_editable_image {
    min-width: 50px;
    min-height: 30px;
}

.opacity-04{
    opacity: 0.4;
}

.nav-item a:hover {
    color: #4ddbdd !important;
}

a:hover #icon-login path {
    color: #4DDBDD;
    text-decoration: none;
    fill: #4ddbdd;
}

.nav-search {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #000;
}

.nav-search:focus {
    background-color: #4DDBDD;
}

.nav-search::placeholder {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

/** Style navbar **/

.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-logo {
    width: 179px;
    height: 50px;
    color: #4DDBBB;
}

.navbar.nav-secondary {
    background-color: #1f252a !important;
    min-height: 84px !important;
    padding-right: 4.5vw;
    padding-left: 4.5vw;
    margin:auto;
    padding-bottom: 0;
    padding-top: 0;
}

.item-top {
    text-align: center;
    font-weight: 400;
    color: #ffffff !important;
    font-size:16px !important;
    padding-bottom: 0px;
    padding-top: 30px;
    height:85px;
    margin-right: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/*.item-top:visited {
    color: #B3B3B3 !important;
}*/

.item-top:hover {
    color: #4DDBDD !important;
}

.navbar-nav .show>.nav-link {
    border-bottom: 0;
}

.navbar-nav .nav-link {
    border-bottom: 0;
}

.button-contact {
    color: #4DDBDD;
    padding: 0.79rem 1.9rem;
    border-radius: 30px;
    border: solid 3px #4DDBDD;
    text-decoration: none;
    display: inline-block;
    transition: 0.5s;
    margin-top: 1rem;
    min-width: 135px;
    text-align:center;
}

.navbar-nav a.button-contact:hover {
    color: #222!important;
    background-color: #4DDBDD;
    text-decoration: none;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link-contact {
    color: #4DDBDD !important;
    padding: 12px 26px 12px 26px;
    margin-bottom: 0 !important;
    border: none !important;
}

.navbar-light .navbar-nav .nav-link-contact:hover {
    color: #000000 !important;
    margin-bottom: 0 !important;
    border: none !important;
}

.nav-item.dropdown-toggle {
    background-color: #EFEFEF !important;
}

.dropdown-toggle::after {
    display:none;
}

.dropdown-menu-bar {
    background-color: transparent;
    display: block;
    /* padding-top: 20px;*/
    margin-top: -5px;
}

.dropdown-menu-bar-product {
    background-color: transparent;
    display: block;
    /*  padding-top: 20px;
      margin-top: 20px; */
}

.dropdown-menu {
    width: auto;
    left:0;
    min-width:250px;
    border-radius: 0 !important;
    background-color: #E8E8E8; 
    border: 0;
    padding: 0 0;
}

.item-column {
    padding-bottom: 1em;
    padding-left: 40px !important;
    padding-right: 0 !important;
    padding-top: 40px;
}

.item-column-end {
    padding-bottom: 1em;    
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 40px;
}

.item-title-category {
    padding-left: 0px;
    padding-bottom: 30px;
}

.menu-section-markets {
    /*width: auto;*/
    /*font-size: 17px;*/
    font-size: 1em;
    padding-left: 50vw!important;
    padding-right: 10vw;
    background-color: #EFEFEF;
    /*  border: 1px solid rgba(0,0,0,.15); */
}

.menu-section-academy {
    /*font-size: 17px;*/
    font-size: 1em;
    background-color: #EFEFEF;
    border: 1px solid rgba(0,0,0,.15);
}

.menu-section-about {
    /*font-size: 17px;*/
    font-size: 1em;
    background-color: #EFEFEF;
    border: 1px solid rgba(0,0,0,.15);
    margin-top: 0;
    padding-top: 0;
}

.container-menu-section-fullwidth {
    background-color: #EFEFEF;
    top: 98% !important;
    width: 100% !important;
    left:0;
}
.container-menu-section-fullwidth .menu-section-about {
    border: 0;
}

.product-top-column {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.container-menu-section-products {
    left:0;
    padding-left:20vw;
    width: 100% !important;
}

.container-menu-section-products {
    left: 0;
    width: 100%;
    /*margin-left: 1%;*/
    margin-left: 0;
    /*margin-top: -130px;*/
    background-color: #EFEFEF;
    border: 0 !important;
    left:0;
    padding-left:20vw;
    width:100%
}

.nav-product-footer {
    margin-top: -60px;
}

.menu-section-products {
    /*font-size: 17px;*/
    font-size: 1em;
    display: inline-block;
    color: #3b3e40;
    line-height: 24px;
    margin-bottom: 8px;
}

.border-column {
    /*   border-right: 1px solid #4DDBDD; */
    border-left: 1px solid #999999;
}

.border-column-first {
    border-left: none;
    border-right: 1px solid #999999;
}

.product-top-column:first-child {
    border-left: 2px none #000;
}

.product-top-column {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    border-left: 2px solid #999999;
}

.product-column {
    padding-left: 40px !important;
    padding-right: 0 !important;
}

.product-column-end {
    padding-left: 40px;
    padding-right: 40px !important;
}

/*.row > .product-column-end{
    padding-left: 26px;
}*/

.product-column-end .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.product-item {
    display: block;
    min-width: 170px;
    max-width: none;
    line-height: 22px;
    padding: 0px 0px 10px 0px;
    clear: both;
    color: #111;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    white-space:nowrap;
    font-size: 15px;
    font-weight:400;
}

.product-item:visited {
    color: #111;
}

.product-item:hover {
    color: #4DDBDD;
    text-decoration: none;
}

.product-item:active {
    color: #111;
}

.dropdown-item {
    color: #111;
    font-size: 15px;
    text-decoration: none;
    background-color: transparent;
    /* width: 204px;*/
    line-height: 30px;
    padding: 0px 30px 10px 0px;
    /* display:inline-block !important; */
}

.dropdown-item:hover {
    color: #4DDBDD !important;
    background-color: transparent !important;
}

.dropdown-item:active {
    color: #111 !important;
}

.products-title-category, .item-title-category {
    color: #111;
    font-size: 20px;
    font-weight: 500!important;
    padding-bottom: 1em;
    padding-left: 25px;
    /*color: #3b3e40;*/
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
    /*font-weight: 600;*/
}

.products-title-category-end {
    color: #111;
    padding-left: 0;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
    /*font-weight: 600;*/
}

.products-subtitle-category {
    padding-left: 0px;
    line-height: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: #929291;
    /*padding-top: 13px;*/
    /*padding-top: 0.8em;*/
}
/** END Style navbar **/

/** End primary navbar **/

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 34 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.navbar-toggler>.close {
    display:inline;
    color: #fff;
    font-weight: 100;
    opacity: 1;
    text-shadow: 0 0px 0 #fff;
    font-size: 1.9rem;
}

.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.button-more-news {
    border-radius: 30px;
    border: solid 3px #4DDBDD;
    transition: 0.3s;
    color: #4DDBDD;
    padding: 0.79rem 1.9rem;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 15px;
    transition:0.5s;
}

.button-more-news:hover {
    color: #222;
    background: #4DDBDD;
    text-decoration: none;
}

.button-contact-no-menu {
    border-radius: 30px;
    border: solid 3px #F2F2F2;
    transition: 0.3s;
    color: #ffffff;
    padding: 0.79rem 1.9rem;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 15px;
    transition:0.5s;
}

.button-contact-no-menu:hover {
    color: #F2F2F2;
    text-decoration: none;
    color: #222;
}

#events-header,
#events-header img {
    height: 600px !important;
}

#events-header h3 {
    font-size: 1.9rem !important; 
}

.container-banner{
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Lets talk*/
/*12*/

.section-form-contact-product {
    background-image: linear-gradient(180deg, #1F252A 0%, #00a1b1 100%) !important;
    padding: 150px 30px 100px 30px;
}

.section-form-contact-title-product {
    color: #F2F2F2;
    text-align: center;
    font-size: 34px;
}

.section-form-contact-subtitle-product {
    color: #F2F2F2;
    text-align: center;
    margin-top: 22px;
    font-size: 22px;
}

.section-form-contact-button-product {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

/*12*/
/* End Lets talk*/

/** Start style Footer **/

footer {
    background-color: #13181A;
    height: auto;
}

footer p {
    font-size: 16px;
}

.footer-container-social-media {
    text-align: right;
}

.footer-social-media-col {
    text-align: right;
}

.footer-social-media {
    width: 56px;
    height: 48px;
    display: inline-block;
    color: #4ddbdd;
    text-align: center;
}

.footer-policy {
    color:#4ddbdd;
}

.footer-policy-link {
    font-size: 14px;
    font-weight: 500;
}

.footer-policy-link:hover {
    color: #00a1b1;
    font-weight: 500;
}

.footer-policy li {
    flex-grow: .1;
    flex-basis: auto;
    margin: .5em 0;
    padding: 0 0.5em;
    text-align: center;
    height: 14px;
    line-height: 10px;
    vertical-align: middle;
}

.footer-policy li:last-child {
border:none;
}

.footer-container-link-icons {
    text-decoration: none;
    width: auto;
}

.footer-container-link-icons-img-one {
    max-width: 100%;
    margin-right: 1vw;
}

.footer-container-link-icons-img-two {
    max-width: 100%;
    margin-right: 1vw;
}

.footer-container-link-icons-img-three {
    margin-left: 0;
    margin-top: 0px;
    max-width: 100%;
    margin-right: 1vw;
}

footer p {
    line-height: 0.8em;
}

.footer-container-copyright p {
    font-size: 12px ;
    color: #929291;
    line-height: 1.2rem;
}

/** End style Footer  **/

.w-90 {
    width: 90%;
}

.slick-slide img{
    cursor: pointer;
}

.nav-item a.nav-link:hover {
    text-underline-offset: 35px; 
    text-decoration: underline; 
    color: #4ddbdd!important;
    transition-duration: 450ms;
    transform:scale(1.02);
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}

.product-top-column a:hover {
    text-underline-offset: 0px; 
    text-decoration: none; 
}

.form-inline {
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

#site-inpsection .top-navabar {
    display: none;
}

#site-inpsection .navbar.mobile {
    top: 45px !important;
}

@media only screen and (max-width: 991px) {

    #inspection-space-navigation .navbar-expand-lg .navbar-collapse{
        flex-direction: row;
        flex-wrap:wrap
    }
    
    #inspection-space-navigation .navbar-nav{
        flex-direction: row;
        flex-wrap:wrap
    }
    
    #inspection-space-navigation .nav-item {
        width: 50%;
    }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /** Style primary navbar - only the values that are different **/
    /*.grid-container {
        width: 99%;
    }*/
    .navbar.nav-primary {
        padding-right: 0;
    }
    .item-top {
        font-weight: 400;
    }
    .item-top:visited {
        font-weight: bold;
    }
    .nav-search {
        max-width: 150px;
    }
    .navbar.nav-secondary {
        height: auto !important;
        padding-right: 16px;
        padding-left: 16px;
        padding-bottom: 0;
    }
    .navbar-nav .nav-link {
        border-bottom: 0;
    }
    .navbar {
        padding: 1rem;
    }
    .container-menu-language {
        padding: 1em 1em 0.5em 1em !important;
    }
    .dropdown-menu {
        min-width: 109px;
    }
    .dropdown-item {
        width: 100%;
    }
    .button-contact {
        font-weight: 400;
        font-size:16px;
        color: #222;
        border-radius: 0;
        border: none;
        text-decoration: none;
        display: block;
        transition:0.5s;
    }
    .button-contact:hover {
        color: #4DDBDD !important;
        font-weight: bold;
        background-color: transparent !important;
        margin-left: 0;
    }
    .item-top {
        padding-bottom: 10px;
        margin-right: 0;
    }
    /*.product-column-end {
        padding-left: 26px !important;
        padding-right: 40px !important;
    }*/
    .product-item:last-child {
        padding-bottom: 25px !important;
    }
    .product-top-column:last-child {
        padding-bottom: 40px !important
    }
    .menu-section-markets {
        width: auto;
    }
    .footer-container-social-media a {
        text-decoration: none;
    }
    .footer-container-link-icons, .footer-social-media-col {
        text-align: center;
    }
    .footer-container-link-icons {
        margin-top: 7vw;
        height: 100%;
    }
    #applestore-footer {
        position:relative; 
        right: 0px;
    }
    #events-list {
        border-top: solid 1px rgb(32, 37, 41);
        border-top: solid 1px rgba(32, 37, 41, 0.45);
    }
    #events-list .sc-turquoise {
        font-size:1.25rem;
    }
    #events-list p {
        font-size: 0.9rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) and (min-width: 600px) {
    /** Style navbar **/
    /*.grid-container {
        width: 99%;
    }*/
    .navbar {
        padding: 1rem;
    }
    .navbar-brand {
        padding-bottom: 1.313rem;
    }
    .dropdown-item {
        width: 90%;
    }
    .button-contact {
        color: #222;
        border-radius: 0;
        border: none;
        display: block;
        transition:0.5s;
    }
    .products-title-category-end {
        padding-bottom: 0px;
    }
    /** END Style navbar **/
    .footer-container-link-icons, .footer-social-media-col {
        text-align: center;
    }
    .footer-container-link-icons {
        margin-top: 7vw;
        height: 100%;
    }
    #applestore-footer {
        position:relative; 
        right: 0px;
    }
    #events-list p {
        font-size: 0.9rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) and (min-width: 768px) {
    /** Style navbar **/
    /*.grid-container {
        width: 99%;
    }*/
    .navbar {
        padding: 1rem;
    }
    .navbar-brand {
        padding-bottom: 1.313rem;
    }
    .dropdown-item {
        width: 90%;
    }
    .button-contact {
        color: #222;
        border-radius: 0;
        border: none;
    }
    /** END Style navbar **/
    .footer-policy {
        text-align: left;
    }
    .footer-policy li {
        border-right:1px solid #4ddbdd;
        border-top:none;
        border-left:none;
        border-bottom:none;
    }
    .footer-container-link-icons, .footer-social-media-col {
        text-align: center;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    /** Style navbar **/
    /*.grid-container {
        width: 99%;
    }*/
    .item-top {
        font-weight: 400;
        margin-left: 1em !important;
    }
    .navbar-nav .show>.nav-link {
        color: #4DDBDD !important;
        border-bottom: 2px solid #4DDBDD;
    }
    .navbar-nav .nav-link {
        border-bottom: 2px solid transparent;
    }
    #site-inpsection .navbar-nav .nav-link {
        border-bottom: none;
    }
    .button-contact {
        font-weight: 400;
        margin-left: 1.5em;
    }
    .dropdown-menu-bar-product {
        margin-top: -40px;
    }
    .menu-section-markets {
        /*width: 550px;*/
        width: 100%;
    }
    /* .product-top-column {
         padding-bottom: 40px !important
     }*/
    .product-item {
        max-width: 204px;
    }
    .product-item:last-child {
        padding-bottom: 0 !important;
    }
    /** END Style navbar **/
    /** End primary navbar **/

    /*STYLE ONLY FOR DEVICES BIGGEST*/
    .nav-item a {
        letter-spacing: 1px;
    }
    /*STYLE ONLY FOR DEVICES BIGGEST*/
    .footer-policy {
        text-align: left;
    }
    .footer-policy li {
        border-right:1px solid #4ddbdd;
        border-top:none;
        border-left:none;
        border-bottom:none;
    }
    .footer-social-media-col {
        min-width: 175px;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /** Style primary navbar **/

    /** Style navbar **/
    .item-top {
        margin-left: 1em !important;
    }
    .navbar-nav .show>.nav-link {
        color: #4DDBDD !important;
        border-bottom: 2px solid #4DDBDD;
    }
    .navbar-nav .nav-link {
        border-bottom: 2px solid transparent;
    }
    #site-inpsection .navbar-nav .nav-link {
        border-bottom: none;
    }
    .button-contact {
        font-weight: 400;
        margin-left: 1.5em;
    }
    .dropdown-menu-bar-product {
        margin-top: -20px;
    }
    .menu-section-markets {
        /*width: 550px;*/
        width: 100%;
    }
    /*.product-top-column {
        padding-bottom: 40px !important
    }*/
    .product-item {
        max-width: 204px;
    }
    .product-item:last-child {
        padding-bottom: 0 !important;
    }
    /** END Style navbar **/
    /** End primary navbar **/
    #events-header,
    #events-header img{
        /*height: 600px;*/
        max-height: 600px;
    }
    .footer-policy {
        text-align: left;
    }
    .footer-policy li {
        border-right:1px solid #4ddbdd;
        border-top:none;
        border-left:none;
        border-bottom:none;
    }
} 

.sc-tool-box-set {
    background-color: #00A1B1;
}

.sc-tool-box-accent {
    background-color: #4DDBDD;
}

.sc-tool-box-light-grey {
    background-color: #F3F3F3;
}

.sc-tool-box-main {
    background-color: #1F252A;
}

.sc-tool-box-dark {
    background-color: #353330;
}

.sc-tool-box-white {
    background-color: #FFFFFF;
}

.sc-tool-box-grey {
    background-color: #929291;
}

.sc-tool-box-black, .bg-black {
    background-color: #000;
}


/* Modal-dialog scrollbar */

/* width */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 12px;
}
/* Track */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    border-radius: 10px;
}
/* Handle */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #00A1B1;
    border-radius: 10px;
}
/* Handle on hover */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: #4DDBDD;
}

/* Modal-dialog scrollbar */

/* Cart dropdown */

.cart-item {
    font-size: 1.3em!important;
}

.cart-dropdown {
    position: relative;
    display: inline-block;
}

.cart-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    right:0;
    left: auto!important;
    min-width: 340px;
    padding: 5px 0;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3000;
}

.cart-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.cart-dropdown-list-container {
    padding-left: 20px;
    max-height: 300px;
    overflow-y: scroll;
}

.cart-dropdown-list-container::-webkit-scrollbar {
/* width */
    width: 12px;
}
/* Track */
.cart-dropdown-list-container::-webkit-scrollbar-track {
    border-radius: 10px;
}
/* Handle */
.cart-dropdown-list-container::-webkit-scrollbar-thumb {
    background: #00A1B1;
    border-radius: 10px;
}
/* Handle on hover */
.cart-dropdown-list-container::-webkit-scrollbar-thumb:hover {
    background: #4DDBDD;
}

.cart-dropdown-list-container .item {
    font-size: 1em;
    color: #000;
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding:10px 10px;
    margin: 3px 20px 3px 10px;
    border-bottom: 2px solid grey;
}

.cart-dropdown-list-container .item.no-products {
    font-size: 1.3em;
    color: #000;
    display:flex;align-items:center;
    overflow: hidden;
    text-align: center;
    margin: 3px 10px 3px 10px;
    border-bottom: 2px none grey!important;
}

.cart-dropdown-list-container .item .item-title {
    font-size: 1.3em;
    color: #000;
}

img.cart-preview {
    max-height: 50px!important;
    max-width: 50px!important;
    width: auto!important;
    height: auto!important;
    vertical-align: middle;
    margin: 0 auto;
}

.cart-dropdown-list-container .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.cart-dropdown-list-container .item .item-left {
    width: 50px;
}

.cart-dropdown-list-container .item .item-info {
    margin-left: 10px;
    width: 150px;  
}

.cart-dropdown-list-container .item .item-left span.item-info span {
    display:block;
}

.cart-dropdown-list-container .item .item-right {
    width: 50px;
    text-align: right;
}

.cart-dropdown-list-container .item .item-right {
    font-size: 1.2em!important;
    cursor: pointer;
}

.cart-dropdown-top-toolbar {
    color: #000;
    font-weight: bold;
    text-align: right;
    padding:10px 25px 0 25px;
}

.cart-dropdown-top-toolbar span {
    cursor: pointer;
}

.cart-dropdown-bottom-toolbar {
    text-align: center;
    padding:10px;
}

.btn-cart-goto {
    font-size: 17px!important;
    color: #4DDBDD!important;
    width: 80%;
    min-width: 200px;
    padding: 8px!important;
    margin: 0 auto;
    border-radius: 30px;
    border: solid 2px #4DDBDD;
    text-decoration: none;
    display: inline-block;
}

.btn-cart-goto:hover {
    color: #fff!important;
    background-color: #4DDBDD;
    text-decoration: none;
}
/*.cart-dropdown a:hover {background-color: #ddd;}

.show {display: block;}*/

/* Cart dropdown */
#bootstrap-show-notification-container {
    z-index: 2000!important;
}

.sc-turquoise {
    color: #4DDBDD !important; 
}

.join-our-button {
    border-radius: 30px;
    border: solid 3px #4DDBDD;
    font-weight: 400;
    transition: 0.3s;
    color: #4DDBDD;
    padding: 0.79rem 1.9rem;
    font-size: 15px;
    /*display: inline-block;*/
    display: none;
    transition:0.5s;
}

.join-our-button:hover {
    color: #f2f2f2;
    background-color: #4DDBDD;
    text-decoration: none;
}

.nav-product-footer .searchinput,
.navbar.mobile .searchinput {
    border: 2px solid #C9C9C9;
    border-radius: 20px;
}

.nav-product-footer .searchinput input,
.nav-product-footer .searchinput input:focus,
.navbar.mobile .searchinput input,
.navbar.mobile .searchinput input:focus {
    outline: none;
    background: transparent;
    border: none!important;
    box-shadow:none;
}

.nav-product-footer .searchinput .searchicon,
.navbar.mobile .searchinput .searchicon {
    color: #666666;
    background: transparent;
    border: none!important;
    cursor: pointer;
}

.navbar.mobile.show {
    display:block;
}

.navbar.mobile {
    z-index: 2000;
    position: absolute;
    top: 152px;
    left: 0;
    bottom: 0;
    padding-top:0;
    width: 100%;
    display:none;
}

.navbar.mobile .card {
    width: 100%;
    border-left: none;
    border-right: none;
}

.navbar.mobile .card-body {
    padding: 0 !important;
}

.navbar.mobile button.btn, 
.navbar.mobile a.btn {
    -webkit-appearance: none;
    border-radius: 0;
    color: #000;
    text-decoration:none;
}

.navbar.mobile h2 button.btn, 
.navbar.mobile h2 a.btn  {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration:none;
}

.navbar.mobile h3 button.btn, 
.navbar.mobile h3 a.btn  {
    font-size: 18px;
    font-weight: 400;
    padding: 0px 4%;
    text-decoration:none;
}

.navbar.mobile h4  button.btn, 
.navbar.mobile h4  a.btn {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0px 7%;
}

#nav-mobile div.card-body > button.btn,
#nav-mobile div.card-body > a.btn {
    font-size: 18px !important;
    letter-spacing: 2px;
    padding: 3% 1% 3% 12%;
}

#nav-mobile .btn:focus {
    box-shadow: none;
}

#nav-mobile .bar-icon-close:after {
    color:#000!important;
}

#nav-mobile-close {
    display: block;
}

#nav-mobile  .card.productfinder {
    padding: 15px 30px 7px;
    background-color: rgba(0,0,0,.03);
    border: 1px none rgba(0,0,0,.125);
}

#nav-mobile  .card.productfinder + .card {
    border-top: 1px none rgba(0,0,0,.125);
}

@media only screen and (max-width: 480px) {
    #nav-mobile-close {
        display: none;
    }
}

.image-marker {
    position: absolute;
    cursor: pointer;
}

.card {
    border: none!important;
}

.deepl-logo {
    position: absolute;
    right: 30px;
    z-index: 5;
    top: 20%;
    right: 8%;
}

.redirect-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #20252a36;
    border-radius: 10px;
    opacity: 1;
}

.modal-redirect {
    opacity: 1;
    backdrop-filter: blur(4px);
}

.bg-dark-theme {
    background-color: #1f252a
}

/* font-size: 17px; */  
.f-17 {
    font-size: 0.95em;  
}

.bg-black-opa75 {
    background-color: rgba(0,0,0, 0.75);
}

.disabled-link {
    opacity: .65; 
    pointer-events: none; 
    cursor: not-allowed
}

.machine-translation-badge {
    text-align: center;
    background: #00a1b1;
    color: #fff;
    font-size: 16px;
    font-weight:400;
    line-height: 30px;
    display: none;
}

.share-main-btn {
    position:absolute;
    height: 48px;
    padding: 4px;
    left: 70%;
}

.job-share-btn {
    float: right;
    color: #fff;
    background-color: #4DDBDD;
    padding: 0.39rem 1.1rem;
    border-radius: 66px;
    border: solid 3px #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.5s;
    min-width: 61px;
    font-size: 0.95rem;
    text-align: center;
}

.job-share-btn:hover {
    color: #222;
    background-color: white;
    text-decoration: none;
    font-weight: 400;
}

.job-share-btn i {
    padding-right: 8px;
}

.section-video-item video {
    max-width: 100%;
    height: auto;
}

.carousel-inner img,
.carousel img {
    max-width: 100%;
}

.icon-item-multi-slide {
    font-size: 40px;
    font-weight: lighter;
    line-height: 0;
    margin: auto;
    display: block;
    color: #5b5d5f;
    padding-left: 10px;
    padding-right: 10px;
}

.icon-item-multi-slide:hover {
    color: lightgrey;
}

.slick-arrow {
    cursor: pointer;
}

.slick-dots {
    bottom: -25px !important;
}

@media only screen and (max-width: 574px) {
    .slick-arrow {
        display: none!important;
}}

@media only screen and (min-width:573px ) {
.slick-dots {
    display: none !important;
}
}

.image-wrapper {
    position: relative;
    padding-bottom: 56.2%;
}
  
.image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.regular-slider-content .slick-track {
    display: flex !important;
}
  
.regular-slider-content .slick-slide {
    height: inherit !important;
}

.regular-slider-content .slick-slide div:first-child {
    height: 100%;
}

.regular-slider-content .slick-slide .card-header {
    height: auto!important;
}

@media only screen and (max-width:768px ) {
    .img-cover{
        object-fit:cover;
        height:50vh;
    }
}

/**********************************************************************************************************/

/************************************************ UP ARROW ************************************************/
#scroll {
    position:fixed;
    right: 23px;
    bottom: 83px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#4DDBDD;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index:15;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#4DDBDD;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.slick-dots {
left: 0;
}

/**********************************************************************************************************/

/***************************************** LEADERSHIP TEAM SECTION ****************************************/

.team-section-one-img-class{
    min-width:100%; 
    height: auto; 
    display: inline-block
}

.icon-biography-font{
    color: #ff958a;
    float: right;
}

.section-three-card-paragraph-collapse-parent{
    color:#b3b3b3;
    margin-top: 0px;
}

.section-three-card-parent{
    color:#b3b3b3
}

.section-three-card-title {
    font-size: 21px;
    color: #4ddbdd;
}

.section-four-title {
    color: #f2f2f2;
    line-height: 1.5em;
}

.section-three-card-paragraph {
        font-weight: 400;
        font-size: 15px;
        color:white;
    }
    
.section-three-card-title-collapse {
        color: #f3f3f3;
        font-weight: 300;
        padding: 12px 3px;
        text-align: left;
        font-size: 15px;
        margin:0;
    }

.container-team-banner {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
    transform: translateY(-118px);
}

.navbar.nav-primary {
    z-index: 21
}

.team-section-one {
    text-align: center;
    color: white;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center -130%;
    background-repeat: no-repeat;
    transform: translateY(-118px);
}

.section-one-banner {
    position: absolute;
    top: -80%;
    text-align: center;
    color: white;
    min-height: 250px;
    height: 100vw;
    width: 100%;
}

.section-one-banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.section-one-title-team {
    color: #F2F2F2 !important;
    text-align: center;
    text-shadow: 0em 0em 0.23em rgba(31,37,42,0.72) !important;
}

.section-one-subtitle-team {
    max-width: 40%;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 1.7em !important;
    color: #f2f2f2 !important;
    line-height: 1.4em !important;
    text-align: center;
    text-shadow: 0em 0em 0.3em rgba(31,37,42,0.74);
    margin-bottom: 5vh;
}

.section-one-container-title {
    max-width: 50%;
}

.card-img-top{
    width: 100%;
    max-width: 320px;
}

.section-two-divider-barr {
    background-color: #4ddbdd;
    width: 170px;
    margin: auto;
}

.section-four-content {
    padding-top: 3vw!important;
    padding-bottom: 1.5vw!important;
}

.section-four-content-title {
    color: #4ddbdd!important;
    width: 100%;
    text-align: center;
}

.section-four-content-paragraph {
    line-height: 1.5em;
    width: 100%;
    text-align: center;
}

.section-three-title {
    font-size: 4em;
    color: #f2f2f2!important;
    line-height: 1.5em;
    text-align: center;
}

.section-three-card-body-one {
    height: auto;
    max-height: 130px;
    padding:9px !important;
}

.section-three-biography {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    transition: height 3s;
    transition-delay: 1s;
    text-align: left;
}

.section-three-card-paragraph-collapse {
    font-weight: 300;
    font-size: 16px;
    color: #b3b3b3!important;
    line-height: 1.5em;
    text-align: left;
    padding-top: 0 ;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    background-color: rgba(0,0,0,0);
    padding-left: 0 !important;
    transition: 0.6s ease-in-out;
}

.fa-plus-circle {
    color: #ff958a;
    margin-top:5px;
    margin-right: 10px
}

.section-col {
    width: 100%;
    margin: auto;
    margin-bottom: 2vw;
}

.team-section-four {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 6vw;
    padding-bottom: 6vw;
}

.section-four-content-block {
    height: 75px;
}

.team-container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

@keyframes et_bounce {
        0% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-10px);
        }

        100% {
            transform: translateY(0px);
        }
    }


@-webkit-keyframes bt {
    0% {
        -webkit-transform: translate(0, 0);
    }
    20% {
        -webkit-transform: translate(0, 0);
    }
    40% {
        -webkit-transform: translate(0, 10px);
    }
}

@keyframes bt {
    0% {
        transform:  translate(0, 0);
    }
    20% {
        transform:  translate(0, 0);
    }
    40% {
        -webkit-transform: translate(0, 10px);
    }
}

@-webkit-keyframes ar {
    from {
        opacity: 0;
        transform:  translate(0, 0);
    }
    to{
        opacity: 1;
        transform:  translate(10px, 0);
    }
}

@keyframes ar {
    from {
        opacity: 0;
        transform:  translate(0, 0);
    }
    to{
        opacity: 1;
        transform:  translate(10px, 0);
    }
}


.team-profile-img{
    width: 230px;
}

.fix-team-img-block{
    height: 230px;
}

.team-profile-img-background{
    width: 205px;
    height: 205px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 6%;
    border: 5px solid #4DDBDD;
}   

.team-name-parent-block {
    margin: auto;
    margin-left: 20px;
}

.team-profession-font{
    font-size: 19px;
}

.team-name-font{ 
    font-size: 42px;
    line-height: 1;
}

.team-inside-font{
    font-weight: bold;
    font-size: 17px;
}

.section-three-card-paragraph-collapse {
    font-weight: 300;
    font-size: 16px;
    color: #929291;
    line-height: 1.5em;
    text-align: left;
    padding-top: 0px;
    transition: 0.6s ease-in-out;
}

@media only screen and (max-width: 768px) {

    .fix-team-img-block{
        margin:auto
    }

    .outer-team-block{
        padding-left: 35px;
        padding-right: 35px;
    }

    .team-name-parent-block{
        margin: auto;
        text-align: center;
    }

    .team-name-font{
        font-size: 39px;
    }
}

@media only screen and (max-width: 480px){
    
    .team-name-font {
        font-size: 34px;
    }

}

/**********************************************************************************************************/

/*********************************************** DOWNLOAD *************************************************/

th {
    font-weight: normal;
}

th.sorted.ascending:after {
    font-family: FontAwesome;
    content: "\f107";
    color: #4DDBDD;
}

th.sorted.descending:after {
    font-family: FontAwesome;
    content: "\f106";
    color: #4DDBDD;
}

.download {
    background-color: #FFFFFF;
    width: 100%;
}

.container-title,
.container-download  {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 90%;
}

.container-title {
    padding-top: 4%;
}

.container-title p {
    max-width: 63%;
    margin: 0 auto;
}

.container-download i {
    color: #4DDBDD;
}

.container-download .form-control {
    height: calc(2em + 1rem + 3px) !important;
}

.table td, .table th {
    border-top: 0px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.table tr:last-child td, .table tr:last-child th {
    border-bottom: 0px solid #dee2e6;
}

.table tbody > tr td:first-child {
    color: #4DDBDD;
}

.product-m-selection .select2-selection{
    height: 51px;
    border: 1px solid #ced4da!important;
    padding-top: 5px;
    padding-left: 6px;
    overflow: auto;
    overflow-x: hidden;
}
.product-m-selection .select2-selection:focus{
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

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

.product-m-selection  .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #ced4da;
}

.product-m-selection [aria-hidden="true"] {     visibility: initial; }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .container-title p {
        max-width: 90%;
    }
}

/**********************************************************************************************************/

/********************************************** TERMS OF USE **********************************************/

    .terms-section {
        width: 72%;
        margin: 0 auto;
        color: #F2F2F2;
        font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .terms-section h5 {
        font-weight: 700 !important;
    }

/**********************************************************************************************************/

/**************************************************** MARKET **********************************************/

.market-product-section-title{
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
}
.market-product-section-sub1{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-top: 2px;
}

.image-list-card{
    padding-top: 9.5px;
    margin-left: 20px;
}

.market-no-margin p{
    margin: 0px;
}

.editable-market{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.root-market-editable .pimcore_editable_block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.root-market-editable .pimcore_block_entry{
    width: 33.3333333%;
}

.bg-item-overlay{
    overflow: hidden;
    z-index: 1;
}

/**********************************************************************************************************/

/************************************************ INSPECT *************************************************/

.title-inside-section-4 .badge {
    color:#00A1B1;
}

.inspect-section-right{
    position: relative;
    z-index: 3;
    width: 100%;
    margin-left: 10%;
    margin-right: auto;
}

.img-div-section-5{
   width: 630px;
}

.py-6vw{
    padding-top: 6vw;
    padding-bottom: 6vw;
}

.inspect-testimonial .slick-dots{
    position: relative;
    bottom: auto;
    margin-top: 15px;
}

.inspect-testimonial .slick-dots li button:before, li.slick-active button:before {
      color: transparent;
      opacity: 1;
}

.inspect-testimonial .slick-dots li{
    margin: 0 2px;
}

.inspect-testimonial{
    display: none;
}

/* Once slick is initialized show all the the slides */
.inspect-testimonial.slick-initialized{
    display: block;
}

.inspect-testimonial .slick-dots li button{
      position: relative;
      background-color: transparent;
      border: 2px solid #5f5f5f;
      border-radius: 50%;
      display: inline-block;
      padding: 4px;
      height: 10px;
      width: 10px;
}

.inspect-testimonial .slick-dots  li.slick-active button:before {
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
    color: transparent;
}

.inspect-testimonial.slick-initialized{
    margin-bottom:0px;
    padding-bottom: 50px;
}

.inspect-testimonial .slick-dots  li.slick-active button {
    background-color: transparent;
    height: 20px;
    width: 20px;
}

.inspect-testimonial .slick-dots  li:before {
    background-color:lightgray;
    height: 20px;
    width: 20px;
}

.title-text-font{
    font-weight: bold;
    font-size: 1.95em;
    padding-top: 3vw;
    color: #1f252a;
    line-height:1.2em;
}

.section-title-inspect{
    margin-bottom:60px;
}

.colum-with-image{
    padding-right: 0px;
    padding-top: 0;
    padding-bottom: 6vw;
}

.inspect-quality-section{
    padding-top: 3vw;
}
.mb-30{
    margin-bottom: 30px;
}

.animation-element.left-element{
    transform: translate(150px, 0px);
}
.animation-element.right-element{
    transform: translate(-150px, 0px);
}

.pt-3vw{
    padding-top: 3vw;
}

.col-title-section-1{
    font-weight: 700;
    font-size: 25px;
    color: #1f252a;
}

.col-description-section-1{
    font-weight: 400;
    font-size: 0.85em;
    line-height: 1.6em;
    color: #1f252a;
}

.section-image-with-description {
    padding-bottom: 0px;
}

.header-content{
    margin: 20px auto;
    width: 80%;
    max-width: 800px;
    padding: 10px;
}

.title-section-2{
    font-weight: bold;
    font-size: 1.95em;
    color: #1f252a;
    margin-bottom: 10px;
    line-height:1.2em;
}

.desc-section-2{
    font-weight: 400;
    font-size: 0.85em;
    color: #1f252a;
    line-height: 1.8em;
}

.inspect-section-2{
    padding: 50px 0;
    position: relative;
    background-position: 50%;
    background-size: cover;
}

.title-inside-section-4{
    font-size: 1.5em;
    color: #1f252a;
    font-weight: bold;
    margin-bottom: 8px;
    line-height:1.2em;
}

.dessc-inside-section-4{
    font-weight: 400;
    font-size: 0.85em;
    color: #1f252a;
    line-height: 1.6em;
    margin-top:18px;
}

.dessc-inside-section-4 a{
    color: #111;
}

.right-left-side-image-section{
    padding-bottom: 6vw;
}

.start-free-trial-section{
    background-color: #e6e6e6;
    padding: 50px 0;
}

.mr-1per{
    margin-right: 1%;
}

.inspect-title-section-5{
    font-size: 1.5em;
    color: #1f252a;
    line-height: 1.2em;
    margin-bottom: 18px;
    font-weight:bold;
}

.inspect-desc-section-5{
    font-weight: 400;
    font-size: 0.85em;
    color: #1f252a;
    line-height: 1.6em;
}

.inspect-start-free-trial-btn{
    color: #1f252a;
    border: 3px solid;
    border-color: #4ddbdd;
    border-radius: 100px;
    font-size: 0.85em;
    margin-top: 40px;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    padding: 15px 30px;
    text-decoration: none;
}

.inspect-start-free-trial-btn:hover{
    text-decoration: none;
    border-color: #4ddbdd;
    background-color: #4ddbdd;
    color: white;
}

.inspect-package-section{
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.package-card{
    background-color: #fff;
 
    border-radius: 12px;
    overflow: hidden;
}

.header-package{
    font-weight: 300;
    font-size: 1.2em;
    color: #323c43;
    background-color: #00a1b1;
    overflow: hidden;
    padding-top: 3vw;
    padding-right: 3vw;
    padding-bottom: 3vw;
    padding-left: 3vw;
   
}

.header-package-title{
    font-size: 4vw;
    color: #f2f2f2;
    text-align: center;
    line-height: 30px;
}

.package-card-col{
    padding-right: 2vw;
    padding-left: 2vw;
}

.price-package{
    font-weight: 300;
    font-size: 1.2em;
    color: #323c43;
    background-color: #f2f2f2;
    height: 16vw;
    padding-top: 6vw;
    padding-right: 1vw;
    padding-bottom: 2vw;
    padding-left: 1vw;
    border: 1px solid #4ddbdd;
    min-height:21vw;
}

.feature-package{
    background-color: #ffffff;
    border-radius: 9px 9px 9px 9px;
    overflow: hidden;
    height: 36vw;
    overflow-y: hidden;
    padding-top: 3vw;
    padding-right: 1vw;
    padding-bottom: 3vw;
    padding-left: 1vw;
    width: 90%;
    margin:auto;
}

.feature-package  div ul {
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 26px;
}

.feature-package ul li {
    font-weight: 300;
    font-size: 1.1em;
    color: #1f252a;
    line-height: 2.5em;
    text-align: left;
}

.package-price-per-month{
    font-size: 4.5em;
}

.free-trial-btn:hover{
    text-decoration: none;
    color:#fff;
}

li .package-image{
    display: inline;
    float: right;
    margin-left: 15px;
    width:160px;
}

.free-trial-btn{
    padding-right: 2vw;
    padding-left: 2vw;
    border-color: #4ddbdd;
    border-radius: 100px;
    background-color: #4ddbdd;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color:#fff;
    padding-top:12px;
    padding-bottom:12px;
}

.edit-col-width{
    width:280px;
}

.section-image-with-description div .pimcore_tag_block{
    display: flex;
}

.inspect-section-3 div .pimcore_tag_block{
    display: flex;
}

.edit-col-width div .pimcore_editable {
    margin:auto;
}

.header-video{
    position: relative;
    background-color: black;
    min-height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.header-video video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    width: 100px;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header-video .content-item {
    position: relative;
    z-index: 2;
}

.header-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
}

.video-banner-title{
    font-weight: 600;
    font-size: 3.2em;
    line-height: 1.2em;
    color: #f2f2f2;
    padding-bottom: 10px;
}

.video-banner-desc{
    font-weight: 400;
    color: #f2f2f2;
    font-size: 22px;
    margin-bottom: 16px;;
}

.video-section-img{
    width: 300px;
}

.video-overlay-section{
    margin: 120px 3vw;        
}   

.equotip {
    min-width: 150px;
    max-width: 150px;
}

.maxh200 {
    max-height: 200px;
}

.equo-padding {
    padding: 0 10%;
}

.maxh450 {
    max-height:450px;
}
.equotip img {
    max-height: 200px;
}

.inspect-testimonial{
    background-color: #ffffff;
}

.animation-element.in-view{
    transform: translate(0px, 0px);
    transition: 0.5s;
}

@media only screen and (max-width:992px ) {

    .img-div-section-5{
        width:auto;
    }
    .animation-element.left-element {
        transform: translate(60px, 0px);
    }

    .animation-element.right-element {
        transform: translate(60px, 0px);
    }

    .inspect-section-right{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:768px ) {

    .video-overlay-section{
        margin: 30vw 1vw;
    }

    .section-title-inspect{
        margin-bottom:44px;
    }

    .title-text-font{
        font-size: 1.95em;
        margin-top: 15px;
        line-height: 1em;
        font-weight:300;
    }
    .title-section-2{
        line-height: 1.3em;
        
    }
    .colum-with-image{
        padding-right: 0px;
    }

    .animation-element.left-element{
        transform: translate(15px, 0px);
    }
    .animation-element.right-element{
        transform: translate(-15px, 0px);
    }

    .inspect-section-right{
        
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .img-div-section-5{
        width: auto;
    }

    .mr-1per{
        margin-top:40px;
    }
    .price-package{
        height: auto;
    }

    .feature-package{
        height: auto;
    }
    
    .package-card{
        margin-bottom: 40px;
    }

    .price-package{
        padding-top: 10vw;
        padding-bottom: 4vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .feature-package{
        padding-left: 4vw;
        padding-right: 4vw;
    }

    .free-trial-btn{
        padding-left: 20px;
        padding-right: 20px;
    }

    .link-section{
        margin-bottom: 20px;
    }

    .header-package-title{
        font-size: 25px;
    }

    .title-section-center{
        width: 90%;
    }
}

@media only screen and (max-width:480px ) {

    .animation-element.left-element{
        transform: translate(10px, 0px);
    }
    .animation-element.right-element{
        transform: translate(-10px, 0px);
    }
    .equo-padding {
        padding: 0;
    }
}

@media only screen and (max-width:1400px ) {

    .price-package{
        height: auto;
    }
    .feature-package{
        height: auto;
    }
}

/**********************************************************************************************************/

/***************************************** PRODUCT FAMILY *************************************************/

.theme-dark {
    background-color: #1F252A!important;
    color: #FFF;
}

.theme-light {
    background-color: #FFF!important;
    color: #000;
}

.theme-grey {
    color: #000;
}

.theme-dark .rounded-button {
    text-transform: uppercase;
    margin-top: 42px;
    border-radius: 30px;
    border: solid 2px #4DDBDD;
    font-weight: 500;
    transition: 0.3s;
    color: #4DDBDD;
    padding: 12px 42px;
    font-size: 15px;
    display: inline-block;
}

.theme-dark .rounded-button:hover {
    color: #f2f2f2 !important;
    background-color: #4DDBDD;
    text-decoration: none;
}

.product-category-banner {
    position: relative;
    height: calc(100vh - 50vh) ;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg,#000000aa 0%,#00a1b100 100%)!important;
}
.cursor-pointer{
    cursor: pointer;
}

.product-category-banner .lead {
    font-size: 20px;
}

.banner-layer {
    position:relative;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: #B3B3B3;
    opacity: 0.2;
}

.mid-image-container{
    display:flex;
    overflow-x:auto;
    scroll-snap-align: center;
    scroll-behavior:smooth;
    scroll-snap-type:x mandatory;
    max-width:99%;
}

.card.bg-black {
    background-color: #000000!important;
}

.card-product-image-container {
    height: 286px;
}

.card-product-image-container .card-img-top {
    max-width: 286px;
    max-height: 286px;
    width: auto;
    height: auto;
}
.card.related-product .card-header {
    font-weight: 400;
    font-size: 15px;
    padding: 1.25rem 1.25rem 0.25rem 1.25rem ;
}

.card.related-product .card-body {
    padding: 0rem 1.25rem 1.25rem 1.25rem ;
}

.card.product {
    width: 412px;
}

.card.product .card-title,
.card.related-product .card-title {
    font-weight: 500;
    font-size: 1.75rem!important;
    margin: 0;
    padding-bottom:7px;
}

.comp-title {
    font-weight: 500;
    font-size: 1.75rem!important;
    margin: 0;
    min-height: 42px;
}

.card.product .card-text,
.card.related-product .card-text {
    font-weight: 300;
    font-size: 16px;
    line-height:20px;
    color:#d6d6d6;
    margin-bottom: 5px;
    padding: 0 15px;
}

.card.product .related-title,
.card.related-product .related-title {
    font-weight: 500;
    font-size: 1.75rem!important;
    margin: 0;
    text-transform: capitalize;
}

.card.product .related-title,
.card.related-product .related-title h5{
    font-weight: 500;
}

.card.product .related-text,
.card.related-product .related-text {
    font-weight: 300;
    font-size: 16px;
    line-height:20px;
    color:#d6d6d6;
    margin-bottom: 5px;
}

.card.product .btn,
.card.related-product .btn {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    color:#4DDBDD;
}
.compare {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    color:#4DDBDD;
}

.card.product .btn:focus,
.card.related-product .btn:focus ,
.card.product .btn:active,
.card.related-product .btn:active{
    outline: none !important;
    box-shadow: none;
}

.card.related-product .card-image {
    height: 14em ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card.product .form-check.form-check-inline  {
    border: 1px solid #fff;
    padding: 5px 10px 5px 5px;
    border-radius: 5px ;
    margin-right: 0;
}

.card.product .form-check.form-check-inline input[type=checkbox] {
    margin: 5px;
}

.form-check-input:checked {
    background-color: #4DDBDD;
    border-color: #4DDBDD;
}

.form-check-label{
    font-size:15px!important;
}

img.product-category-table {
    max-height: 60vh;
    width: auto;
    max-width:1200px;
    height: auto;
    object-fit:cover;
    object-position: center;
    text-align:center;
    scroll-snap-align: none center;
}

.content-citation {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px;
    font-weight: 300;
    padding: 3vw;
    width: 80%;
    margin: 0 auto;
}

.content-citation-content-bar-space {
    padding-top: 12vh;
    width: 100%;
    height: 1vh;
    text-align: center;
}

.content-citation-bar-space {
    display: inline-block;
    width: 15vw;
    border: 1px solid #4DDBDD;
}

.author {
    font-weight:400;
}

.content-careers p {
    font-size:20px!important;
    line-height:30px!important;
}

.comparison-scroll-column {
    overflow-x: auto;
    overflow-y: visible;
    margin: 0!important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: ms-autohiding-scrollbar;
}

.comparison-product-column {
    width: 80vw; 
    margin:0 15px;
}

.set-to-column {
    flex-direction: column!important;
}

.arrow-container {
    position: fixed;
    top: 45%;
    left:0px;
    display:none;
    cursor: pointer;
}

.arrow-img {
    width: 50px;
    height: auto;
}

div.features-title {
    width: 250px; 
    margin-left: 15px;
    padding:0 15px; 
}

div.features-values {
    margin:0;
    padding:0; 
}

div.slogan,
div.applications,
div.video {
    padding: 0 2%; 
}

div.seemore, 
div.usp {
    padding-bottom: 2%;
    text-align:center; 
}

div.model, 
div.slogan,
div.applications,
div.video {
    margin: 15px;
}

/* Sticky bar */
.container-sticky-bar {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
    background-color: #FFFFFF;
    box-shadow: 0px 15px 8px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 15px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 15px 8px 0px rgba(0,0,0,0.15);
}

.sticky-bar {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    overflow:hidden;
    padding-bottom: 0!important;
}

.sticky-bar-product-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 15px!important;
}

.product-sticky-img-container {
    width: auto;
    height: auto;
}

.sticky-bar-product-item .link-horizontal,
.sticky-bar-product-item .link-vertical {
    padding: 10px 0px;
}

.sticky-bar-product-item img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit:contain;
}

.sticky-bar-product-item-title {
    padding: 3px!important;
    max-width:144px;
}

.sticky-bar-product-item-title h5 {
    font-weight: 500 !important;
    font-size: 18px !important;
    margin-bottom: -3px;
}

.sticky-bar-product-item-title span {
    color: #4DDBDD;
    font-size: 14px;
    font-weight: 400;
}

.sticky-bar-product-item-title a:link,
.sticky-bar-product-item-title a:active,
.sticky-bar-product-item-title a:visited,
.sticky-bar-product-item-title a:hover {
    text-decoration: none;
    color: #4DDBDD;
}
/* Sticky bar */

/* Section one */

.container-section-one {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 0 0;
}

.section-one-title {
    margin-top: 6%;
    font-size: 42px !important;
    font-weight: 600 !important;
}

.section-one-subtitle {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.section-one-description {
    margin-top: 1%;
    max-width: 720px;
}

.section-one-description p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}
/* Section one */

/* Section two */
.section-two {
    width: 100%;
    background-color: #FFFFFF;
}
.container-section-two {
    max-width: 1080px;
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 5%;
}

.product:last-child {
    padding-right: 2%;
}

.product-img {
    position: relative;
    width: 100%;
    max-height:250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 100%;
    margin-bottom: 4%;
}

.product-img-primary {
    width: auto;
    max-height:150px;
}

.product-img-secondary {
    position: absolute;
    z-index: 11;
    left: 64%;
    top: 50%;
    float: right;
    width: 34% !important;
}

.product-title {
    text-align: center;
}
.product-title h4 {
    font-weight: 600;
}

.product-description {
    padding: 0 12%;
    text-align: center;
}

.product-description p {
    font-weight: 400;
}

.product-summary {
    background-color: #F3F3F3;
    padding: 5%;
}

.product-summary-list {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.product-summary-list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 30px;
    word-wrap: break-word;
    margin-bottom: 0 !important;
}

.product-summary-list li:last-child {
    padding-bottom: 0;
}

.product-summary-list li:before {
    content: '';
    width: 18px;
    height: 14px;
    position: absolute;
    background-image: url("/static/images/Check.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 6%;
    transform: translateX(-50%);
}

.product-summary strong {
    font-weight: 600 !important;
}

.product-applications {
    padding-top: 10%;
    width: 100%;
}

.product-applications h6 {
    font-weight: 400 !important;
    padding-bottom: 20px;
}

.product-applications-list {
    list-style: none;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.product-applications-list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}

.product-applications-list li:last-child {
    padding-bottom: 0;
}

.product-applications-list li:before {
    content: '';
    width: 18px;
    height: 14px;
    position: absolute;
    background-image: url("/static/images/Arrow.png");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 6%;
    transform: translateX(-50%);
}

.scroll-swipe {
    margin-top: -3rem;
    text-align: center;
    color: #00a1b1;
    overflow: visible;
    font-weight: 300;
    overflow: overlay;
    text-shadow:0 1px 3px #FFFFFF;
    line-height:2em;
}

.see-more {
    color: #4DDBDD;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 2%;
    padding-left: 3px;
}

.see-more,
.see-more:link,
.see-more:hover,
.see-more:visited,
.see-more:active {
    text-decoration: none;
    color: #4DDBDD;
}

.show-more {
    color: #4DDBDD;
    margin-top: 12px;
    font-weight: 400;
    font-size: 21px;
    display: none;
    padding-bottom: 2%;
    padding-left: 3px;
}

.show-more,
.show-more:link,
.show-more:hover,
.show-more:visited,
.show-more:active {
    text-decoration: none;
    color: #4DDBDD;
}

.product-features {
    padding-top: 5%;
    width: 100%;
}

.product-features h6 {
    font-weight: 400 !important;
    padding-bottom: 20px;
}

.product-features-sup {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    padding-bottom: 2%;
    font-weight: bold;
}

.product-features-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.product-features-see {
    margin: 5% 0 0 -3px;
}

.product-demo {
    padding: 30px 0 20px 0;
    display: block;
    text-align: center;
}
/* Section two */

/* Section three */
.section-three {
    width: 100%;
    max-height: 100%;
}

.section-three-img {
    width: 100%;
}

.section-three-img img {
    width: 100%;
}

.section-three-container-video {
    width: 100%;
    display:table;
    position:relative;
}

.section-three-video {
    max-height: 50vh;
    min-width: 100%;
    object-fit: cover;
}

.section-video-play {
    background-image:url("/static/images/Play-2.png");
    background-repeat:no-repeat;
    width:20%;
    height:20%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    background-size:contain;
    background-position: center;
    cursor: pointer;
}
/* Section three */

/* Section four */
.section-four {
    background-image: linear-gradient(180deg,#1F252A 0%,#00a1b1 100%)!important;
    padding: 150px 30px 100px 30px;
}

.section-four-title {
    color: #F2F2F2;
    text-align: center;
    font-size: 34px;
}

.section-four-subtitle {
    color: #F2F2F2;
    text-align: center;
    margin-top: 22px;
    font-size: 22px;
}

.section-four-button {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

/* Section four */

@media only screen and (max-width: 600px) {
    /* Section one */
    .container-section-one {
        max-width: 1080px;
        padding: 0 0 0 0;
    }

    .section-one-title {
        font-size: 32px !important;
    }

    .section-one-subtitle {
        font-size: 18px !important;
        line-height: 30px !important;
        text-align: left;
        max-width: 95%;
    }

    .section-one-description {
        max-width: 95%;
        text-align: left;
    }
    /* Section one */

    /* Section two */
    .product-features-see {
        text-align: center;
    }
    /* Section two */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) and (min-width: 600px) {
    /* Sticky bar */
    .sticky-bar-product-item-title h5 {
        font-size: 16px !important;
    }
    /* Sticky bar */

    /* Section one */
    .section-one-subtitle {
        width: 90%;
    }

    .section-one-description {
        text-align: left;
    }
    /* Section one */

    /* Section two */
    .product-img { 
        margin-bottom: 10%;
    }

    .product-img-primary {
        width: inherit;
        height: auto;
    }
    /* Section two */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) and (min-width: 768px) {
    /* Sticky bar */
    .sticky-bar-product-item-title h5 {
        font-size: 16px !important;
    }
    /* Sticky bar */

    /* Section one */
    .section-one-subtitle {
        width: 90%;
    }

    .section-one-description {
        text-align: left;
    }
    /* Section one */

    /* Section two */

    .product-features-see {
        text-align: center;
    }
    /* Section two */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    /* Sticky bar */
    .cta-button-small {
        padding: 6px 24px !important;
    }
    /* Sticky bar */

    /* Section one */
    .container-section-one {
        max-width: 1080px;
        padding: 0 0 0 0;
    }

    .section-one-description {
        margin-top: 1%;
        max-width: 720px;
    }

    .section-one-description p {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }
    /* Section one */

    /* Section two */
    .product-demo {
        display: none;
    }

    /* Section two */

    /* Section three */
    .section-three {
        max-height: 50vh;
    }

    .section-three-img {
        width: 50%;
    }

    .section-three-container-video {
        width: 50%;
    }
    /* Section three */
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .comparison-scroll-column {
        overflow-x: hidden;

    }
    /* Section one */
    .container-section-one {
        max-width: 1080px;
        padding: 0 0 0 0;
    }
    /* Section one */

    /* Section two */
    .section-two-middle {
        display: none;
    }

    .section-two-small {
        display: none;
    }

    .product-demo {
        display: none;
    }

    .scroll-swipe {
        display: none;
    }
    
    /* Section two */

    /* Section three */
    .section-three {
        max-height: 50vh;
    }

    .section-three-img {
        width: 50%;
    }

    .section-three-container-video {
        width: 50%;
    }
    /* Section three */
}

.hs-input{
    background: lightgray;
    border: none;
    color: #302e2e;
    border-radius: 11px;
    height: 55px;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.hs-form-field label span{
    color: #2a2f34;
    font-size: 17px;
}

ul.inputs-list{
    display: block;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}

ul.inputs-list li{
    color: #2a2f34;
    font-size: 11px;
    text-align: left;
    padding: 5px;
}

.hs-form-field{
    text-align: left;
}

.hbspt-form fieldset{
    width: 100%;
    max-width: none!important;
}

.hbspt-form{
    width: 100%;
}

textarea.hs-input{
    width: 100%!important;
    height: 100px;
}

/**********************************************************************************************************/

/********************************************** CART ******************************************************/

/* Section one */

.container-section-one {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 2% 2% 5% 2%;
}

.container-section-one.no-products {
    padding: 2% 0 25% 0;
}

.container-section-one p{
    font-size:1em;
    padding: 20px 0 0 0;
}

h2.section-one-title {
    margin-top: 6%;
    text-align: left !important;
    font-size: 35px !important;
    font-weight: 600 !important;
}

/* Section one */

/* Section two */
.section-two {
    width: 100%;
    background-color: #FFFFFF;
}
.container-section-two {
    max-width: 1080px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 5%;
}

/* Section two */

.cart-head {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight:bold;
    border-bottom: #808080 solid 2px; 
}

.cart-row {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: #808080 solid 2px; 
}

.row.accessory h4,
.cart-row h4 {
    margin-bottom: 0 !important;
}

.cart-row h4 a {
    color:inherit;
    text-decoration: none;
}

.product-details{
    /* color: #4DDBDD;*/
    margin-bottom: 20px;
}

.product-details  a {
    color: #4DDBDD;
}

.product-details .description {
    padding: 10px 0;
}

.product-details div h1,
.product-details div h2,
.product-details div h3,
.product-details div h4,
.product-details div h5,
.product-details div h6 {
    font-size:inherit !important;
    line-height: inherit !important;
    font-weight: bold;
}

.cart-row .toolbar-bottom {
    margin-top: 20px;
    height:50px;
}

.cart-row .toolbar-bottom div {
    height:inherit;
    display: flex;
    align-items: center;
}

.btn-dialog-accesories {
    font-size: 17px!important;
    color: #4DDBDD!important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 80%;
    min-width: 150px;
    padding: 5px!important;
    margin: 0 auto;
    border-radius: 30px;
    border: solid 3px #4DDBDD;
}

.btn-dialog-accesories:hover {
    color: #000!important;
    background-color: #4DDBDD;
    text-decoration: none;
}

.cart-row .quantity-container {
    margin-bottom:2.5em;
}

input.cart-quantity {
    text-align: right;
    border: none;
    outline: 0px !important;
    padding: 0;
    width:25px;
    font-size: 1.5em;
}

input.cart-quantity:focus {
    border: none !important;
    outline: 0px !important;
}

.quantity-buttons {
    margin-left: 5px;
    display: inline-block; 
}
.btn-quantity {
    font-size: 0.75em;
    color: #4DDBDD!important;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    display:  block;
    opacity: 1;
    cursor: pointer;
}

.btn-quantity.deactive {
    opacity:0.5;
    cursor: auto;
}

.cart-row .price {
    font-size: 25px;
}

.cart-footer {
    padding-top: 10px;
    padding-top: 10px;
}

.title-total {
    font-size: 25px;
    text-align: right;
    padding-right: 1em;
}

.cart-total-price {
    font-size: 25px;
    border-bottom: #000 double 1px;
}

.cart-checkout-container {
    margin: 60px 0 40px 0;
}

div.cart-return {
    float:left;
}
div.cart-checkout {
    float:right;
} 

.btn-cart-return,
.btn-cart-checkout {
    text-align: center;
    font-size: 17px!important;
    color: #4DDBDD!important;
    max-width: 300px;
    min-width: 200px;
    padding: 8px!important;
    border-radius: 30px;
    border: solid 3px #4DDBDD;
    text-decoration: none;
    display: inline-block;
}

.btn-cart-return:hover,
.btn-cart-checkout:hover {
    color: #000!important;
    background-color: #4DDBDD;
    text-decoration: none;
}

/* Dialog accessories */

.row.accessory {
    margin: 10px;
    border-bottom: #808080 solid 2px; 
}

.row.accessory:last-child {
    border-bottom: none ;
}

.row.accessory .price-container {
    font-size: 16px;
    height: 40px;
}

.row.accessory .btn-container {
    padding-bottom: 20px;
}

.btn-add-accessory {
    font-size: 14px!important;
    color: #4DDBDD!important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 80%;
    min-width: 150px;
    padding: 5px!important;
    margin: 0 auto;
    border-radius: 30px;
    border: solid 3px #4DDBDD;
    margin-bottom: 20px;
}

.btn-add-accessory:hover {
    color: #000!important;
    background-color: #4DDBDD;
    text-decoration: none;
}

/* Dialog accessories */

@media only screen and (max-width: 700px) { 
    .cart-head {
        display: none;
    }

    .cart-row h4 {
        margin-top: 1em !important;
    }

    .cart-row .price-container {
        margin-top:1.5em
    }

    .cart-row .quantity-container {
        float: left;
    }


    .cart-row .price {
        float: right;
    }

    .cart-total-price {
        float: right;
    }

    div.cart-return,
    div.cart-checkout {
        max-width: 100%;
        min-width: 100%;
        float:none;
        text-align:center;
        margin-bottom: 20px;
    } 

    .row.accessory .last-col {
        display:flex;
        justify-content: space-between;
        align-items:center;
    }

    .row.accessory .btn-container{
        padding-bottom: 0;
    }

    .display-sm-none {
        display:none;
    }
}

@media only screen and (max-width: 780px) { 

    .row.accessory .last-col {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-add-accessory {
        font-size: 12px !important;
        min-width: 120px!important;
        max-width: 120px!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

/**********************************************************************************************************/

/******************************************* CHECKOUT *****************************************************/

.container-section-one.checkout-completed {
    padding-top: 50px;
    padding-bottom: 200px;
}

.section-two.checkout-address {
    padding-bottom: 100px;
}

.form-checkout.container form input,
.form-checkout.container form textarea,
.form-checkout.container form select {
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 49%;
    width: 100% !important;
    background: #F0F0F0!important;
    border: none;
    color: #000;
    border-radius: 11px;
    height: 55px;
    box-shadow: none;
}

.container form textarea {
    height: 185px;
}

/* .container form input:focus,
.container form select:focus{
    margin-right: 10px;
    border: none;
    background: #F0F0F0;
    color: #000;
    border-radius: 11px;
    height: 55px;
    box-shadow: none;
} */

.checkout-comment {
    order : 0;
}

.custom-check{
    width: 90%;
}

.select2.select2-container.select2-container--default {
    max-width: 1257px!important;
}

@media only screen and (max-width:1427px ) {
    .custom-check{
        width: 95%;
    }
}

@media only screen and (max-width:760px ) {
    .container form input{
        min-width:100%;
    }

    .container {
        width: 90%;
    }
    .contact-section-title{
        width: 90%;
    }
    .block-side-address{
        width:320px;
    }

    .checkout-comment {
        order : 2;
    }
}

.cutom-input-text,
.select2-selection,
.checkout-address .select2-selection{
    background: #F0F0F0!important;
}

#contact-form-product-question .cutom-input-text {
    background: #fff!important;
}

@media only screen and (max-width:575px ) {

    .custom-check{
        width: auto;
    }
    .custom-check.checkbox{

        padding-left: 25px;
    }
}

@media only screen and (max-width:480px ) {

    .custom-check{
        width: auto;
    }
}

/**********************************************************************************************************/

/************************************************* STICKY BAR **********************************************/

.sticky-menu-logo-img {
    height: 45px;
    margin-top: 7.5px
}

.sticky-menu-logo-items {
    margin-top: 3px;
    margin-left: 7px;
}

.sticky-menu-logo-items-top {
    font-size: 12px;
    display: inline-block;
}

.sticky-menu-logo-items-sub {
    font-size: 17px;
    font-weight: 500;
    width: auto;
}

.sticky-menu-item.selected {
    text-decoration: none;
    color: #000000;
}

.sticky-menu-item-link {
    display: inline-block;
}

header nav {
    background: #FFFFFF;
    margin-bottom: 10px;
}

header nav ul {
    list-style: none;
    overflow: initial;
}

header nav ul li {
    float: left;
}

header nav ul li a {
    display: block;
    padding: 15px;
    color: #727272;
    text-decoration: none;
}

header nav ul li a:hover {
    text-decoration: none;
    color: #4ddbdd !important;
}

/* --- SCROLL SHOW STICKY BAR --- */
.menu-show {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
}

.menu-hidden {
    display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .sticky-menu-logo-items-top {
        display: none;
    }

    .sticky-menu-logo-items-sub {
        width: 90px;
        padding-top: 0.9rem;
    }

    .sticky-menu-item-link {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .sticky-menu-item-link {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .sticky-menu-item-link {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .sticky-menu-item-link {
        display: inline-block;
        margin-top: 3px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .sticky-menu-item-link {
        display: inline-block;
        margin-top: 3px;
    }
}

/**********************************************************************************************************/

/**********************************************************************************************************/
