/* Add here all your css styles (customizations) */

:root{
    --light-green:#B5D777;
    --color-primary-green: #97c848;
}

/*Base*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
    margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-0 {
    margin-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-4 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
}

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

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

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

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

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

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

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

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

.pt-6 {
    padding-top: 3.5rem !important;
}

.pt-7 {
    padding-top: 4rem !important;
}

.pt-8 {
    padding-top: 4.5rem !important;
}

.pt-9 {
    padding-top: 5rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-6 {
    padding-bottom: 3.5rem !important;
}
.pb-7 {
    padding-bottom: 4rem !important;
}
.pb-8 {
    padding-bottom: 4.5rem !important;
}
.pb-9 {
    padding-bottom: 5rem !important;
}
.pb-10 {
    padding-bottom: 5.5rem !important;
}
.pb-11 {
    padding-bottom: 6rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

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

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

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

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

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

.center{
    text-align: center;
}
/*Base*/

.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}

.fw-heading700 h2{
    font-weight: 700;
}


.loggedin-0 .loginnow,
.loggedin-0 .newsub,
.loggedin-1 .prevsub {
    display: block;
}

.loggedin-1 .loginnow,
.loggedin-1 .newsub,
.loggedin-0 .prevsub {
    display: none;
}

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

.header .logo {
    padding: 0 10px 0px 0px;
}

.header .logo img {
    margin: 5px 0;
    margin-left: -10px;
    max-height: 75px;
}

blockquote.hero-enlighten p {
    font-style: italic;
}


.heading-v4 h2 {
    font-weight: 300;
    font-size: 29px;
}


.header .mega-menu .dropdown-menu h3 {
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px 0 13px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .lead {
        font-size: 1.8rem;
    }
}

#aside {
    position: relative;
}

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

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

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

.small85 {
    font-size: 85%;
}

/******** FIVE COLUMNS  **********/


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-md-31,
.col-md-28,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .col-md-31{
        width: 31%;
        float: left;
    }

    .col-md-28 {
        width: 28%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

h5.prod-list {
    font-size: 120%;
}

/* Solution LED custom style start */

/* .solution___button__image {
    position: absolute;
    left: 0;
} */
.product-v4 .product-info {
    margin-bottom: 80px;
}

.product-button-row{
    margin-top: 20px;
    margin-bottom: 20px;
}

.tech-docs-blurb {
   
}
.modal-block {
    padding: 1.5em 3em;
}

.enquiry__banner__container {
    overflow-y: auto;
}

.solution__enquire__banner__modal .modal-block {
    max-width: unset;
    width: unset;
    height: 80vh;
    overflow: scroll;
}

.product-groups-nav {
    margin-top: unset;
}

.products__free__shipping {
    display: flex;
    align-items: center;
    position: relative;
    margin: 2em 0em;
}
.products__free__shipping .products__free__shipping__text span{
    margin-left: 10px;
}
.products__free__shipping .products__free__shipping__text span:nth-child(1){
    position: absolute;
    margin-top: 3px;
}
.products__free__shipping .products__free__shipping__text span:nth-child(3){
    display: block;
}
.products__free__shipping__text span:nth-child(2){
    font-weight: 600;
    margin-left: 30px;
}

#product-listing > .headline > h2 {
    line-height: 2;
}

.custom__solution__container {
    margin-bottom: 4rem;
}

.custom__editor__class p {
    font-size: initial;
}

.custom__editor__class .custom__green__lED {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dotted #e4e9f0;
    margin-bottom: 20px;
}

.custom__editor__class .custom__green__lED .headline {
    margin: 0;
}
.custom__editor__class .custom__green__lED .headline h1 {
    font-weight: 900;
    font-size: 30px;
    color: #333;
}

.custom__editor__class .custom__green__lED div h1 span{
    color: #97c93c;
    padding-left: 5px;
}

@media (max-width: 430px){
    .custom__editor__class div.headline h1 {
        font-size: 18px;
    } 
}


.solution__container {
    line-height: 0;
}
.solution__thumbnail__container {
    background-position: center !important;
    background-repeat: no-repeat!important;
    background-size: cover !important;
    width: 21em;
    height: 15em;
    line-height: 1.2;
    margin: 10px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.solution__thumbnail__container::before {
    content: "";
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / 28%);
    height: 100%;
    transition: all 0.5s;
    z-index: -10;
    top: 0;
}
.solution__thumbnail__container:hover:before{
    background: #93c93cc0;

}

a.solution__link {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8rem;
    font-size: 1.8em;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

a.solution__link:hover {
    text-decoration: none;
    color: white;
}


.home-feature-link img {
    width: 150px;
    height: 150px;
}


@media (min-width: 1000px) and (max-width: 1450px) {
    .solution__thumbnail__container {
        width: 24em;
    }
}
@media (max-width: 872px) {
    .solution__enquire__banner__modal .modal-block {
        width: 80vw;        
    }
    .solution__enquire__banner__modal .modal-block img {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .custom__editor__class .custom__green__lED .headline h1 {
        font-size: large !important;
    }
    div.testimonial__headline span {
        font-size: large;
        width: 100%;
    }
    .testimonial__headline span:last-child {
        margin-top: 0 !important;
    }
}

@media (max-width: 330px) {
    .custom__editor__class div.headline h1 {
        font-size: 15px;
    }
}

/* Solution LED custom style end */

.content-sm {
    padding: 0px;
}

/* Our Value custom style start */

.testimonials__owl__carousels__container {
    min-height: 690px;
    /* width: 350px; */
}

/* .testimonial-owl-slider .owl-item:last-child {
    display: none;
} */

.our__value__container {
    background-color: #424242;
    border-top: 6px solid #95c93c;
    border-bottom: 6px solid #95c93c;
}

.our__value__image {
    /* width: 75%; */
    height: auto;
    overflow: hidden;
    float: right;
}

.our__value__image img.our__image__view {
    width: 100%;
    /* height: 46vh; */
}

.our__value__text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}

.our__value__headline p.our__value__bold__para {
    text-transform: uppercase;
    font-size: xxx-large;
    font-size: -webkit-xxx-large;
    font-weight: 900;
    color: #fff;
}
.our__value__headline p.our__value__bold__para span {
    color: #95c93c;
    margin-top: -15px;
    position: relative;
}
.our__value__headline p.our__value__bold__para span::before {
    content: "";
    background: #fff;
    position: absolute;
    height: 4px;
    width: 60px;
    bottom: 0;
    left: 4px;
}
.our__value__headline p.our__value__para {
    font-size: xx-large;
    color: #cdc6c6;
}
.our__value__headline p.our__value__para span {
    margin: -6px 0 40px 0;
}
.our__value__headline p span {
    display: block;
}

.our__value__headline .view__our__value {
    padding: 0.5em 1em;
    background-color: #95c93c;
    color: #333;
    text-transform: uppercase;
    font-size: x-large;
    font-weight: 600;
    transition: all ease-in 0.5s;
}

.our__value__headline .view__our__value:hover {
    color: white;
}

.view__all__products__btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view__all__products__btn a {
    border: 4px solid #96c93c;
    font-size: x-large;
    padding: 8px 30px;
    text-transform: initial;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 1em;
    transition: all ease-in 0.5s;
}

.view__all__products__btn a:hover {
    text-decoration: none;
    background: #96c93c;
    color: #fff;
}

/* Testimonial carsousel start */
.testimonials__container {
background-color: #f7f7f7;
}

.testimonials__container__body {
    
}

.testimonial__headline {
    text-align: center;
    padding: 2.6em 0;
}

.testimonial__headline span{
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    font-size: xx-large;
}

.write__a__review {
    text-align: center;
    padding: 4em 0px;
}

.write__a__review a {
    border: 4px solid #96c93c;
    font-size: 22px;
    padding: 8px 30px;
    text-transform: initial;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 1em;
    transition: all ease-in 0.5s;
}

.write__a__review a:hover {
    text-decoration: none;
    background-color: #96c93c;
    color: #fff;
}

.top__products__headline{
    text-align: center;
    margin: 2em 0;
}

.top__products__headline h2 {
    font-weight: 900;
    line-height: 2;
    font-size: 36px;
    text-transform: capitalize;
}

.top__products__headline h2 span{
    font-weight: 900;
    line-height: 2;

    color: #97c93c;
}

.testimonial__headline span:last-child{
    color: #97c93c;
    margin-left: 6px;
}


.testimonials__container .item {
    border-radius: 10px;
}

.testimonial__info {
    padding: 14px 12px;
}

.testimonial__info .person__name {
    font-weight: bold;
    text-transform: capitalize;
    font-size: large;
    line-height:1.3em;
    margin-bottom:4px;
}

.testimonial__info .company__name {
    font-weight: 600;
    font-size: small;
    color: #97c93c;
    line-height:1.3em;
    margin-bottom:10px;
}

.testimonail__owl__item {
    height: 120px;
    line-height: 120px;
    text-align: center;
    max-width: 150px;
}

.testimonail__owl__item img {
    max-height: 120px;
    max-width: 150px;
    vertical-align: middle;
}

.testimonial__image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial__info {
    text-align: center;
}
.testimonial__info span {
    font-size: larger;
    display: block;
}
.testimonial__rating {
    padding: 10px 0px;
}
.testimonial__rating span {
    display: inline-block;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-nav button:focus {
    outline: none;
  }
  
@media (max-width: 2070px){
    .our__value__image {
        width: 100%;
    }
    .our__value__text{
        margin-top: 14%;
    }
}

@media (max-width: 1930px){
    .our__value__text {
        margin-top: 14%;
    }
}

@media (max-width: 1450px) {
    .our__value__headline p.our__value__bold__para {
        font-weight: 900;
    }
    .our__value__headline p.our__value__bold__para span{
        margin-top: 0;
    }
    .our__value__headline p.our__value__para{
        font-size: 25px;
        margin-bottom: 25px;
    }
    .our__value__headline p.our__value__para span {
        margin: 0;
    }
    .our__value__headline p.our__value__bold__para span::before {
        height: 3px;
        left: 2px;
        width: 35px;
    }
    .our__value__text {
        margin-top: 14%;
    }
    .testimonial__center__container {
        width: 94%;
    }
}

@media (max-width: 1030px){
    .our__value__text {
        margin-top: 4%;
    }
}

@media (max-width: 990px) {
    .custom__editor__class .custom__green__lED .headline h1 {
        font-size: 24px;
        line-height: 1.3em;
    }
}

@media (max-width: 780px) {
    .our__value__text {
        margin-top: 2%;
        margin-bottom: 6%;
    }
    .custom__editor__class .custom__green__lED .headline h1 {
        font-size: 23px;
        line-height: 1.3em;
    }

    .testimonials__container .owl-item {
        /* margin-left: -10px; */
    }
    .our__value__headline p.our__value__bold__para span {
        margin-top: -20px;
    }

    .testimonial__center__container{
        width: 90%;
    }
}

@media (max-width: 768px) {
    .custom__margin__adjustment {
        margin-top: 12rem;
    }
}

@media (max-width: 450px) {
    .our__value__headline p.our__value__bold__para{
        font-size: xx-large;
    }
    .our__value__headline p.our__value__bold__para span {
        margin-top: 0;
    }
    .our__value__headline p.our__value__para{
        font-size: large;
    }
    .our__value__headline p.our__value__bold__para span::before{
        left: 4px;
        height: 5px;
        width: 35px;
    }
    .our__value__headline .view__our__value{
        font-size: large;
    }
    .testimonial__center__container {
        width: 100%;
    }
    .testimonials__container .owl-item {
        /* width: 290px !important; */
        /* margin-left: 1rem;
        margin-right: 1rem; */
    }
    .testimonials__container .owl-item:nth-child(1) {
        /* margin-left: 5.2em; */
    }
    .testimonials__container .owl-item{
        /* margin-left: 9.5em; */
    }
}

@media (max-width: 400px){
    .testimonials__container .owl-item:nth-child(1){
        /* margin-left: 4em; */
    }
    .testimonials__container .owl-item {
        /* margin-left: 6.5em; */
    }
}

@media (max-width: 380px) {
    .testimonials__container .owl-item:nth-child(1) {
        /* margin-left: 3.2em; */
    }
    .testimonials__container .owl-item{
        /* margin-left: 5.5em; */
    }
}

@media (max-width: 330px){
    .custom__editor__class .custom__green__lED .headline h1,
    .custom__editor__class p {
        font-size: small!important;
    }
    .testimonials__container .owl-item:nth-child(1) {
        /* margin-left: 1.2em; */
    }
    .testimonials__container .owl-item{
        /* margin-left: 1.2em; */
    }
    .view__all__products__btn a {
        font-size: large;
    }
    
    .top__products__headline h2,
    .top__products__headline h2 span{
        font-size: xx-large!important;
    }
}

.solution-button-container {
    margin-top: 22px;
}

/* Our Value custom style end */


/* client showcase and carousel
----------------------------------------------------------------------------------------------------*/

.clients-carousel div.headline {
    border: none!important;
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
    text-transform: uppercase;
}
.clients-carousel div.headline span.green__client {
    color: #97c93c;
}
.custom__editor__class div.headline {
    text-align: center;
}
.custom__editor__class div.headline h1 {
    border-bottom: 2px solid #96c93c;
    margin-bottom: -1px;
    display: inline-block;
    line-height: 1.5;
    padding-bottom: 20px;
}


div.image-thumbnail {
    height: 120px;
    line-height: 120px;
    text-align: center;
    max-width: 150px;
}

div.image-thumbnail img {
    max-height: 120px;
    max-width: 150px;
    vertical-align: middle;
    /*width: 100%*/
}

#client-carousel ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#client-carousel ul li {
    background-image: none;
    float: left;
    height: 120px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 150px;
}

#client-carousel .rs-carousel-mask {
    /*   border: 1px solid #444444;*/
}

#client-carousel .mask {
    position: relative;
    /* required */
    overflow: hidden;
    /* required */
    width: 540px;
    /* required */
}

#client-carousel .rs-carousel-pagination-link {
    display: inline;
}

#client-carousel .pagination-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

#client-carousel .pagination-links li {
    display: inline;
}

#client-carousel .pagination-links li.current {
    background: grey;
}

#client-carousel .disabled {
    color: grey;
}

#client-showcase ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#client-showcase ul li {
    background-image: none;
    float: left;
    height: 120px;
    margin: 0 10px 0 0;
    padding: 0;
    max-width: 150px;
}

#client-showcase div.image-thumbnail {
    height: 120px;
    line-height: 120px;
    text-align: center;
    max-width: 150px;
}

#client-showcase div.image-thumbnail img {
    max-height: 120px;
    max-width: 150px;
    vertical-align: middle;
    width: 100%
}


ol.rs-carousel-pagination {
    margin-left: 0;
}

/* Award Showcase */

#awards-showcase ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#awards-showcase ul li {
    background-image: none;
    float: left;
    height: 120px;
    margin: 0 10px 0 0;
    padding: 0;
    max-width: 103px;
}

#awards-showcase div.image-thumbnail {
    height: 120px;
    line-height: 120px;
    text-align: center;
    max-width: 103px;
}

#awards-showcase div.image-thumbnail img {
    max-height: 120px;
    max-width: 103px !important;
    vertical-align: middle;
    width: 100%
}

div#awards-showcase {
    background-color: #ffffff;
    padding: 6px;
}


.promo-box strong,
.promo-box strong a {
    margin: 0px;
}

.solution-icon {
    width: 50px;
    height: 50px;
    background-size: 200%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.promo-box:hover .solution-icon {
    background-position: 100%;
}

.ico-comm,
.ico-Commercial {
    background-image: url('/css/img/icons/sprite-commercial.png');
}

.ico-strata,
.ico-Strata {
    background-image: url('/css/img/icons/sprite-strata.png');
}

.ico-govt,
.ico-Government {
    background-image: url('/css/img/icons/sprite-government.png');
}

.ico-indust,
.ico-Industrial {
    background-image: url('/css/img/icons/sprite-industrial.png');
}

.ico-outd,
.ico-Outdoor {
    background-image: url('/css/img/icons/sprite-outdoor.png');
}

.ico-parking,
.ico-Parking {
    background-image: url('/css/img/icons/sprite-parking.png');
}


.thumbnail-kenburn:hover img {
    -webkit-transform: scale(1.2) rotate(1deg);
    -moz-transform: scale(1.2) rotate(1deg);
    -o-transform: scale(1.2) rotate(1deg);
    -ms-transform: scale(1.2) rotate(1deg);
    transform: scale(1.2) rotate(1deg);
}

/* #productDimensions .tab-content.clearfix.activeTabContent table {
	min-width: 100%;
} */

.virus-table td {
    padding: 10px 5px !important;
}

.virus-table td a {
    float: left;
}

.footer-logo {
    max-height: 70px;
}

p.J1P {
    font-size: smaller;
    color: #7f7f7f !important;
    opacity: .7 !important;
}

.btn-blue{
    background: #3d8ecc!important;
}
.btn-blue:hover{
    background: #2b71a7!important;
}

.btn-textblue{
    color: #3d8ecc!important;
}


.btn-u.btn-u-green {
    background: #96ca3c;
}

.btn-u.btn-u-green:hover,
.btn-u.btn-u-green:focus,
.btn-u.btn-u-green:active,
.btn-u.btn-u-green.active,
.open .dropdown-toggle.btn-u.btn-u-green {
    background: #78a32d;
}

.ls-slide {
	font-family: 'Montserrat', sans-serif !important;
	/* font-family: "aktiv-grotesk-std", sans-serif; old font*/
    font-weight: 300;
}

.sl-h1-white {
    text-transform: uppercase;
    color: #fff;
}

.sl-h1-green {
    text-transform: uppercase;
    color: #96ca3c;
}

.sl-h2-white {
    color: #fff;
}

.sl-h2-green {
    color: #96ca3c;
}

.sl-h2-dark {
    color: #272727;
}


.sl-h2-grey {
    color: #6B6B6B;
}

.sl-h3-white {
    color: #fff;
}

.btn-red {
    color: #fff;
    background-color: #d3413b;
    border-color: #c43b36;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background-color: #c43b36;
    color: #f9f4f4;
}

.btn-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-width: medium;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    background-color: rgba(105, 105, 105, 0.35);
    color: #dbdbdb;
}


.headline {
    -webkit-backface-visibility: hidden;
}

.footer .headline {
    border-bottom-color: #6D737B;
}

.footer-v1 .footer .map-img {
    background-size: contain;
    background-position: center bottom;
}

h2 span {
    font-weight: 200;
}

.job-img {
    overflow: hidden;
    position: relative;
    min-height: 200px;
    /*  background: url("/_photos/Case studies/SMC Function Centre/Masonic_Centre_external_banner_735px.jpg") 70% 40% no-repeat; */
    background-image: url('/css/img/sliders/layer/bg-industrial.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.job-img.casest:before {}

.engage-img {
    overflow: hidden;
    position: relative;
    min-height: 400px;
    /*  background: url("/_photos/Case studies/SMC Function Centre/Masonic_Centre_external_banner_735px.jpg") 70% 40% no-repeat; */
    /*   background-image: url('/css/img/sliders/layer/bg-industrial.jpg'); */
    background-color: #282828;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#titlecontainer {
    width: 100%;
    height: 400px;
    border-collapse: collapse;
    display: table;
}


.case-img {
    overflow: hidden;
    position: relative;
    min-height: 570px;
    /*  background: url("/_photos/Case studies/SMC Function Centre/Masonic_Centre_external_banner_735px.jpg") 70% 40% no-repeat; */
    /*   background-image: url('/css/img/sliders/layer/bg-industrial.jpg'); */
    background-color: #282828;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.casestudy .info-blocks-in {
    padding: 0 0 0 5px !important;
}


#cs-titlecontainer {
    width: 100%;
    height: 570px;
    border-collapse: collapse;
    display: table;
}

.title-block {
    display: table-cell;
    vertical-align: bottom;
    height: 1px;
}

.title-block-middle {
    display: table-cell;
    vertical-align: middle;
    height: 1px;
}

/* move in from sides to avoid addthis buttons */
.cbp-popup-prev {
    left: 60px !important;
}

.cbp-popup-next {
    right: 60px !important;
}


/*
.video:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 720px;
    height: 405px;
    z-index: 100;
    background: transparent url(images/play_btn2.png) no-repeat center center;
    pointer-events: none;
}

http://img.youtube.com/vi/_YhOVh29cCY/maxresdefault.jpg
*/

.testimonials p {
    font-size: 14px;
}

.tp-dottedoverlay.twoxtwo {
    background: rgba(0, 0, 0, 0.7);
    background: url('/css/img/bg/gridtile.png');
    /*   background: rgba(0,0,0,0.7); */
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
}

.tp-dottedoverlay {
    z-index: 1 !important;
}

.dropdown-menu h3 {
    margin-top: 12px;
    margin-bottom: 4px;
}


.savings {
    color: #96ca3c;
    font-size: 32px;
    font-weight: 200;
    padding: 6px 50px;
    /*   position: relative; */
    border-top: solid 1px #96ca3c;
    border-bottom: solid 1px #96ca3c;
    /*   display: inline-block; */
}

.pagination.webapp>.pag-current {
    float: left;
    padding: 5px 15px;
    border: 1px solid #ddd;
    margin: -1px;
    background-color: #96c93c;
    color: #fff;
}

.pagination>.pag-current>a,
.pagination>.pag-current>span,
.pagination>.pag-current>a:hover,
.pagination>.pag-current>span:hover,
.pagination>.pag-current>a:focus,
.pagination>.pag-current>span:focus {
    border-color: #72c02c;
    background-color: #72c02c;
}

.tag-box {
    padding-bottom: 32px;
}

.tag-box>p {
    font-size: 1.5rem;
    line-height: 1.5;
}

.panelNotes h5 {
    color: #909090;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 7px;
    margin-bottom: 4px;
}

.panelNotes h5~h5 {
    border-top: 1px dashed #C7C7C7;
    padding-top: 7px;
    margin-top: 14px;
}

.panelNotes p {
    margin-left: 10px;
}

.panelNotes h4.panel-title {
    margin-top: 0;
    margin-bottom: 0;
}

#led-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#led-list h5 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
}

#led-list li {
    padding-left: 45px;
    background-image: url(" /css/img/green_tick.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.test {
    background-image: url("/_assets/css/images/map-clients-2000.png");
    height: 500px;
}

img.padImg {
    padding: 40px;
}

img.padImg-10 {
    padding: 10px;
}

img.padImg-5 {
    padding: 5px;
}

.smallProdImg {
    max-height: 290px;
}
.technicalarticle h2{
    font-size: 20px;
    line-height: 26px;
}
.technicalarticle ol,
.technicalarticle ul{
    margin-bottom: 0!important;
}
.technicalarticle th, td{
    padding: 1rem;
    border: 1px solid #eee;
}
.technicalarticle img{
    border-radius: 15px;
}

body.technicalarticle, body.pdf-active {
    transition: unset!important;
    -webkit-transition: unset!important;
    -moz-transition: unset!important;
    -ms-transition: unset!important;
    -o-transition: unset!important;
}

article.news-story {
    padding-right: 15px;
}

article.news-story h3 {
    margin-top: 21px;
}


div.news-story-image,
div.case-study-image {
    margin-bottom: 5px;
    /* 	margin: 0 auto; */
    overflow: hidden;
    padding: 5px 0;
}

div.case-study-image>img,
div.news-story-image>img {
    display: inline-block !important;
    max-height: 250px;
    margin-bottom: 3px;
}

div.case-study-image>img.align-centre {
    display: block !important;
}

div.news-story-image.img-full>img,
div.case-study-image.img-full>img {
    max-height: none;
}

div.news-story-image.width-300 {
    max-width: 300px;
}

div.news-story-image.width-400 {
    max-width: 400px;
}

div.news-story-image.width-600 {
    max-width: 600px;
}

div.news-story-image.width-300>img,
div.news-story-image.width-400>img,
div.news-story-image.width-600>img {
    max-height: none;
}

div.news-story-image>p,
div.case-study-image>p {
    text-align: center;
    font-style: italic;
    font-size: .9em;
    margin-bottom: 0;
    margin-top: 3px;
    width: 100%;
}

div.case-study-image img+img,
div.news-story-image img+img {
    margin-left: 5px;
}

.image-left,
.news-story-image.align-left,
.case-study-image.pull-left {
    float: left;
    display:block;
    margin: 5px 15px 15px 0;
}

.image-right,
.news-story-image.align-right,
.case-study-image.pull-right {
    display:block;
    float: right;
    margin: 5px 0 15px 15px;
}

.image-right img,
.news-story-image.align-right img,
.case-study-image.pull-right img {
    width:100%;
    max-width:100%;
    height:auto;
}

.image-left img,
.news-story-image.align-left img,
.case-study-image.pull-left img {
    width:100%;
    max-width:100%;
    height:auto;
}


.align-centre {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1029px) {
    .case-study-image {
        width: 100% !important;
    }
}

#caseLB.blog-photos {
    max-height: 197px;
    overflow: hidden;
}

@media (max-width: 991px) {
    #caseLB .blog-photos {
        max-height: 66px;
    }
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.row.no-gutter {
    padding-right: 15px;
    padding-left: 15px;
}

.list-inline>li {
    margin-bottom: 10px;
}

.list-inline {
    margin-bottom: -10px;
}

#icons {
    margin-left: -24px;
    text-align: center;
}

#icons img {
    max-width: 67px;
    display: inline-block;
}

#icons img+img {
    margin-left: 8px;
}

#icons img.test-layout {
    max-width: 50px;
    display: inline-block;
}

#icons img.test-laout+img.test-layout {
    margin-left: 3px;
}

.pubDate {
    margin-top: -11px;
    margin-bottom: 30px;
    color: rgb(162, 162, 162);
}

.news-story p.lead {
    color: rgb(139, 139, 139);
    font-family: "open-sans", sans-serif;
}

.news-story h4 {
    margin-top: 18px;
    margin-bottom: 6px;
    line-height: 1.25;
}


.kc.nav-pills>li>a {
    border-radius: 0;
    padding: 10px 15px 10px 20px;
    border: 1px solid transparent;
    color: #666666;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
}

.kc.nav-pills.nav-stacked > li.more-articles-link{
    margin-top:10px;
}

.kc.nav-pills>li.more-articles-link>a {
    border:1px solid #ccc;
    border-radius: 10px !important;
    padding-top:5px;
    padding-bottom:5px;

}

.kc.nav-pills.nav-stacked>li>a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: 6px;
    top: 9px;
    color: #d1d1d1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.kc.nav-pills>li.active>a,
.kc.nav-pills>li.active>a:hover,
.kc.nav-pills>li.active>a:focus,
.kc.nav-pills>li>a:hover,
.kc.nav-pills>li>a:focus {
    border: 1px solid #f3f3f3;
    color: #96c93c;
    background-color: #fafafa;
}

.kc.nav-pills>li.more-articles-link>a {
    border: 1px solid #f3f3f3;
    color: #96c93c;
    background-color: #fafafa;
}

.kc.nav-pills>li.more-articles-link>a:hover {
    background-color: #fff;
}

.kc.nav-pills>li.active>a:hover:before,
.kc.nav-pills>li.active>a:focus:before,
.kc.nav-pills>li>a:hover:before,
.kc.nav-pills>li>a:focus:before {
    color: #96c93c;
    left: 10px;
}

.kc.nav-pills>li.active>a:before {
    color: #96c93c;
    left: 8px;
    font-size: 15px;
    content: "\f105\f105";



}

.kc.nav-pills.nav-stacked > li.more-articles-link > a::before {
    display:none;
}

#bloglist ul {
    padding-left: 25px;
}


.dark-bg .circle {
    color: white !important;
    text-align: center;
}

.dark-bg h4 {
    color: #989898;
}

/* breaks layout - footer floats up to cover 
*** CSS3 way to float text into columns of equal height, responsive ***
	
article {
  -webkit-columns: 2 200px;
     -moz-columns: 2 200px;
          columns: 2 200px;
  -moz-column-fill: auto;
       column-fill: auto;
}
@media (min-width: 500px) {
  article {
    height: 350px;
  }
}

h1, h2 { 
  -webkit-column-span: all; 
          column-span: all; 
}
*/


.image-holder {
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.image-holder img {
    max-height: 250px;
}

.image-holder img+img {
    padding-left: 5px;
}


.smartlist {
    margin: 5px 0 30px 20px;
}

.smartlist p {
    margin-bottom: 3px;
}

.cbp-popup-lightbox-title {
    font-size: 16px;
}


.form-group.required .control-label:after {
    content: "*";
    color: red;
}


#ourHolder li {
    position: relative;
    margin-bottom: 5px;
}


.rebates.tab-content {
    background: none;
}

#ourHolder li a {
    padding: 8px 38px 10px 10px;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	/* font-family: "aktiv-grotesk-std", sans-serif; old font*/
    line-height: 1.35;
    font-weight: 300;
}

#ourHolder span {
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-inline>li {
    padding-left: 0;
}

.list-inline>li+li {
    padding-left: 5px;
}

p.lead {
    /* 	font-family: "aktiv-grotesk-std",sans-serif; */
    font-style: italic;
    color: rgb(139, 139, 139);

}

.breadcrumb > li + li::before{
    padding:0 1px;
}

/* ********  Rebates  ********* */

ul#filterOptions {
    /*width: 802px;*/
    height: 52px;
    margin: 30px 0;
    overflow: hidden;
}

ul#filterOptions li {
    height: 52px;
    margin-right: 2px;
    float: left;
    padding: 0 !important;
}

ul#filterOptions li a {
    height: 50px;
    padding: 0 20px;
    border: 1px solid transparent;
    background: #9E9E9E;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    display: block;
    font-weight:500;
}

ul#filterOptions li a:hover {
    background: #c9c9c9;
}

ul#filterOptions li.active a {
    background: #6B6A6A;
}



/* ********  Cham3 App        ********* */
.acc-v1 .panel-heading {
    margin-top: 3px;
    margin-bottom: 3px;
}


.panel-body .panel-heading {
    margin: 0;
    padding: 3px;
}

div.btns {
    text-align: center;
}

div.btns a+a {
    margin-left: 40px;
    margin-bottom: 10px;
}

div.btns>div {
    margin-bottom: 10px;
}

div.btns a.btn-u {
    white-space: normal;
    text-align: center;
}

@media (max-width: 992px) {
    div.btns {
        text-align: left;
    }

    div.btns div.col-md-1 {
        padding-left: 10px;
    }
}


/* responsive table hack */
/* @-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
} */

.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

/* ********  PROMO pages   ********* */

h1.promo {
    color: rgba(153, 202, 22, 0.8);
    font-size: 3.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 1px #494949;
    margin-left: -4px;
}

.promonew h4 {
    margin-bottom: 2px;
    font-weight: 500;
    color: #555555
}

.promonew dt {
    color: #555555
}

#grad1 {
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(red, yellow, green);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow, green);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow, green);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow, green);
    /* Standard syntax */
}

#grad {
    background: rgba(253, 253, 253, 0.74);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(144, 144, 144, 0.92) 3%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(144, 144, 144, 0.92) 3%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(144, 144, 144, 0.92) 3%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    /*Fx 3.6-15*/
    background: linear-gradient(rgba(144, 144, 144, 0.92) 3%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    /*Standard*/
}

.red {
    color: red !important;
}

.promo-dark {
    background-color: #272727;
    color: #999;
}

.promo-dark h1,
.promo-dark h2,
.promo-dark h3,
.promo-dark h4,
.promo-dark h5,
.promo-dark h6 {
    color: #ccc;
    font-weight: 200;
}

.promo-dark p,
.promo-dark li,
.promo-dark li a {
    color: #999;
}

.promo-dark .headline {
    border-bottom: 1px dotted #555;
}

.promo-grey {
    background-color: #525252;
    color: #999;
}

.promo-grey h1,
.promo-grey h2,
.promo-grey h3,
.promo-grey h4,
.promo-grey h5,
.promo-grey h6 {
    color: #e6e6e6;
    font-weight: 300;
}

.promo-grey p,
.promo-dgreyark li,
.promo-grey li a {
    color: #999;
}

.promo-grey .headline {
    border-bottom: 1px dotted #555;
}


.table.vert-align tbody>tr>td {
    vertical-align: middle;
}

.table thead>tr>th.v-bottom {
    vertical-align: bottom;
}

/*Headline v2
------------------------------------*/
.promo-dark .headline-v2,
.promo-dark .headline-v2.bg-color-light {
    background: #333 !important;
}

/*Bootstrap Features
------------------------------------*/
.promo-dark label {
    color: #999;
}

.promo-dark strong {
    color: #ccc;
}

.promo-dark dt {
    color: #ccc;
}

.promo-dark dd {
    color: #999;
}

.promo-dark hr {
    border-color: #333;
}

.promo-dark code {
    background: #333;
}

/*Form Control
------------------------------------*/
.promo-dark .form-control {
    color: #999;
    border-color: #303030;
    background: #202020;
}

.promo-dark .form-control:focus {
    box-shadow: none;
    border-color: #555;
}

.promo-dark .input-group-addon {
    border-color: #303030;
    background: #202020;
}


/* GRID layout Titles*/
.grid-title {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.grid-desc {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Dark Titles*/
.title-dark .grid-title {
    color: #444 !important;
    text-align: center;
}

.title-dark .grid-desc {
    color: #555;
    text-align: center;
}



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

.solution ol {
    padding: 0px !important;
    -webkit-padding-start: 0;
}

ol.service-list {
    padding-left: 0px;
}

.service-list ol {
    counter-reset: myIndex;
}

.service-list li {
    counter-increment: myIndex;
    position: relative;
    margin-bottom: 5px;
    padding: 10px 0 10px 73px;
}

.service-list li::before {
    content: counters(myIndex, ".") " ";
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    padding: 10px 24px;
    border: solid 1px #96C93C;
    color: #96C93C;
    border-radius: 500px;
    position: absolute;
    top: 2px;
    left: 0;
}

ol.lvl2 {
    padding-left: 0px;
}

ol.lvl2 li::before {
    border: none;
    font-size: 1.6em;
    top: 0;
}


/*
ol {
  counter-reset: section;                
  list-style-type: none;
}

li::before {
  counter-increment: section;            
  content: counters(section,".") " "; 
}
*/


/* News story Links List*/
/*
.news-story .links-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	font-size: 11px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}
*/

.news-story .links-list li {
    list-style-type: none;
}

.news-story .links-list li:before {
    content: "\f101";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    color: #96c93c;
    font-size: 1.2em;
    display: inline-block;
    margin-left: -1.2em;
    /* same as padding-left set on li */
    width: 1.2em;
    /* same as padding-left set on li */
}

.links-list a {
    color: #96c93c;
    padding: 3px 0px;
    display: inline-block;
    /* 	text-transform: uppercase; */
}

.links-list a:hover {}

.solution .dl-horizontal dt {
    width: 80px;
    color: #96C93C;
    font-size: 1.2em;
    margin-top: -2px;
}

.solution .dl-horizontal dd {
    margin-left: 100px;
}

.solution dl {
    background-color: #F2F0F0;
    padding: 15px 15px 15px 5px;
}

table#compare tbody>tr>td {
    border-left: 1px solid #f7f7f7;
}

table#compare h5 {
    margin-bottom: 0px;
    margin-top: 0px;
}

table#compare .icon-color-u,
table#compare .icon-color-red,
table#compare .icon-color-light-grey {
    border: none;
    font-size: 1.4em;
}

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

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

/*  mega menu columns - make 2 columns at 2.5 (total = 5 cols)*/
.col-md-2-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-2-5 {
        float: left;
        width: 20.833%;
    }

    .go::after {
        content: "\00A0" "\00BB" !important;
    }
}


.owl-carousel-test .owl-item{
    text-align: center !important;
}

.enl_sub_nav_3{
    padding-left: 15px;
}
.enl_sub_nav_2{
    padding-left: 10px;
}
.enl_sub_nav_1{
    padding-left: 5px;
}
.enlink_left_panel_inner{
    margin-top: 10px;
}
.enl_nav_exit{
    right: 20px;
    top: 20px;
    position: relative;
    float: right;
    display: block;
    font-weight: 700;
    z-index: 9;
}
.enl_nav_title{
    font-size: 14px;
    font-weight: 700;
}
.enlink_panel_bx{
    width: 94px !important;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    padding: 33px 21px 21px;
    background-color: #fff;
    z-index: 9;
    border-bottom-right-radius: 65px;
    cursor: pointer;
}
.enlink_left_panel{
    visibility: hidden;
    opacity: 0;
    display: none;
}
/* .enlink_panel_bx:hover .enlink_left_panel{
    visibility: visible;
    opacity: 1;
    display: block;
} */
.enlink_left_panel.active{
    visibility: visible;
    opacity: 1;
    display: block;
}
@media only screen and (min-width:1536px){
    .enlink_left_panel{
        width: 245px !important;
    }
    .enlink_nav_list ul li a{
        font-size: 14px !important;
    }
}
@media only screen and (min-width:1201px){
    .nav_float_secure.active{
        margin-top: -403px  !important;
    }
}
@media only screen and (min-width: 769px) and (max-width:1200px){
    .nav_float_secure.active{
        margin-top: -442px;
    }
}
@media only screen and (min-width:769px) and (max-width:1535px){
    .enlink_left_panel{
        width: 245px !important;
    }
    .enlink_nav_list ul li a{
        font-size: 10px !important;
    }
}
@media only screen and (min-width:769px){

    .temp-banner-text {
        position: absolute;
        left: 30%;
        right: 0;
        top: 39%;
        bottom: 0;
        max-width: 30%;
        z-index: 9;
        margin: auto;
    }
    .temp-banner-text *{
        color: #fff;
        font-size: 2rem;
        line-height: 140%;
        font-weight: 600;
    }

    .who-is-visiting-form h3{
        padding-top: 2rem;
    }
    div.who-is-visiting-form {
        width: 400px;
        display: inline-table;
        padding: 1.5rem 2rem 0 2rem;
        border-radius: 1rem;
    }
    .visiting-close-top {
        top: -18px;
        background-color: #fff;
        border-radius: 30px;
        border: 1px solid #eee;
        padding: 5px;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    

    .call-back-close-top {
        top: 10px;
    }
    .call-back-area{
        left: 0;
        right: 0;
        padding: 1rem;
    }
    div.call-back-form {
        width: 400px;
        display: inline-table;
        padding: 4rem 2rem 0 2rem;
        border-radius: 1rem;
    }
    .call-back-area *{
        font-size: small;
    }
    .call-back-area{
        max-width: 295px;
    }
    .call-back-form h3{
        padding-top: 2rem;
    }

    .our-values-area td img{
        max-width: 70px!important;
    }

    ul.footer-socials.list-inline>li{
        padding: 0 8px !important;
    }

    /*enGage Page*/
    .container955{
        max-width: 955px!important;
        margin: auto;
    }

    .container800{
        max-width: 800px!important;
        margin: auto;
    }

    .hero-heading-h1 h2,
    .hero-heading-h1 h1, 
    .heading-icon-h2{
        font-size: 5rem!important;
        font-weight: 700;
    }
    .hero-head-h2 h2{
        font-size: 6rem!important;
        font-weight: 700;
    }
    .section_engg h2{
        font-size: 2.5rem;
    }
    .joineasy_engg{
        font-size: 2.2rem;
    }

    .secure_bread_crumbs .breadcrumbs .pull-right{
        top: 16px;
        position: relative;
    }
    .secure_bread_crumbs .breadcrumbs {
        padding: 25px 0 20px !important;
    }
    /*Public roduccts nav*/
    .products_head{
        margin-top: 60px;
    }
    #product-listing>.headline{
        padding-top: 0;
    }
    .nav_float.active{
        position: fixed;
        z-index: 999;
        margin-top: -29px;
    }
    .nav_float.active #filterOptions{
        background-color: #fff;
        height: 30px !important;
    }
    .nav_float.active ul#filterOptions li a{
        height: 30px !important; 
        line-height: 29px !important;
    }

    .hidden-products .group-display>.headline{
        padding-top: 0!important;
    }

    /*Secure Zone produccts nav*/
    .products_head{
        margin-top: 60px;
    }
    .group-display>.headline{
        padding-top: 118px;
    }
    .nav_float_secure.active{
        position: fixed;
        z-index: 999;
    }
    .nav_float_secure.active #filterOptions{
        height: 30px !important;
    }
    .nav_float_secure.active ul#filterOptions li a{
        height: 30px !important; 
        line-height: 36px !important;
    }

    .cont_left{
        padding: 0 !important;
    }

    /*Lighting Guide*/
    .lighting_guide{
        margin: 60px 0;
    }

    /*Before and After Page*/
    .radio_connect{
        text-align: right;
    }
    .radio_connect img{
        width: 250px !important;
    }
    .img_connctvty{
        text-align: right !important;
    }
    .img_connctvty img{
        width: 200px !important;
        margin-bottom: 20px;
    }
    .enlink_nav_item:before{
        display: none;
    }
    .enlink_nav_list{
        margin-left: 0px !important;
        padding: 0 !important;
    }
    .enlink_nav_list li a{
        font-size: 12px !important;
    }
    .enlink_nav_list ul li{
        list-style-type: none;
        display: inline-block;
        width: 100%;
        padding: 15px 0;
    }
    .enlink_nav_list ul li:hover{
        background-color: #F1F2F2;
    }
    .enlink_left_panel{
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        background-color: #fff;
        border-right: 1px solid lightgrey;
        padding: 20px 15px;
    }

    .technical_info img{
        width: 85% !important;
    }
    .overlap_img{
        display: flex;
        justify-content: center;
    }
    .overlap_img img{
        width: 80% !important;
    }



    .beforeafterh1 h1{
        border-bottom: 2px solid #96c93c;
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
    }
    .beforeafterh1 p{
        font-weight: 900;
        line-height: 2;
        font-size: -webkit-xxx-large;
        color: #424242;
    }
    .beforeafterh1 span{
        font-weight: 900;
        line-height: 2;
        font-size: xxx-large;
        font-size: -webkit-xxx-large;
        color: #97c93c;
    }

    /*Enlink Landing Page v2*/
    .fold_bx_footer{
        background-color: #F1F2F2;
        padding: 60px 0;
        margin-bottom: -25px !important;
    }
    .img_range_trg + img{
        width: 25% !important;
        margin-top: 50px !important;
        margin: auto;
    }
    .enlinklandingv2 em{
        font-style: italic;
    }
    .fold_bx_footer img{
        margin-bottom: 30px;
    }
    .fold_bx_footer a{
        color: #333132 !important;
    }
    .fold_bx_footer{
        text-align: center;
    }
    .img_connectivity_custom{
        position: relative;
        height: 360px;
        text-align: center;
    }
    .img_connectivity_custom img{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .fold_person img{
        width: 60% !important;
    }
    .img_full_connect img{
        width: 35% !important;
        margin: auto;
        display: block;
    }
    .img_connectivity img{
        width: 30%  !important;
    }
    .img_range img{
        width: 50%  !important;
    }
    .img_range img:first-child{
        width: 50%  !important;
    }
    .laptop_bx img{
        width: 65% !important;
    }
    .sub_h{
        opacity: 50%;
        color: #333132;
        font-size: 20px;
        font-weight: 700 !important;
    }
    .hero_sub{
        color: #fff !important;
        font-size: 20px;
        font-weight: 400 !important;
        padding-left: 70px;
        text-align: left !important;
    }
    .hero_sub_cont{
        text-align: center;
    }
    .hero_sub_cont img{
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .fold_uppercase {
        margin: 0;
    }
    .fold_adv{
        color: #333132;
        font-weight: 700 !important;
    }
    .enl_2,.enl_1{
        color: #333132;
        font-size: 20px;
        font-weight: 700 !important;
    }
    .enl_1{
        opacity: 50%;
    }
    .enl_2{
        font-size: 20px;
        padding: 0 0 20px 0;
    }
    .enlinklandingv2 ul li:before {
        width: 20px;
        height: 20px;
        left: 0;
        content: url(/css/img/green-arrow.svg);
        float: left;
        position: absolute;
    }
    .enlinklandingv2 ul {
        padding: 0 0 0 20px;
        position: relative;
        margin-left: 40px;
    }
    .enlinklandingv2 li {
        padding-top: 8px;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }
    .cover_img img:hover {
        width: 35% !important;
    }
    .cover_img img {
        width: 30% !important;
        margin: auto;
        display: block;
        transition: width 0.4s;
        -webkit-transition: width 0.4s;
        -moz-transition: width 0.4s;
        -ms-transition: width 0.4s;
        -o-transition: width 0.4s;
        margin-bottom: 60px;
    }
    .enlinklandingv2 .cover_img{
        text-align: center;
    }
    .enlinklandingv2 h1 {
        font-weight: 700;
        font-size: 70px;
        line-height: 30px;
        color: #333132;
        padding-top: 16px;
        text-align: left !important;
    }
    .enlinklandingv2 h2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        color: #333132;
    }
    .enlinklandingv2 .header{
        display: none !important;
    }
    .enlinklandingv2 #footer-range{
        display: none !important;
    }
    .fold_green{
        color:#96C046 !important;
        font-size: 16px !important;
        padding: 25px 0;
        font-weight: 700 !important;
    }
    .fold_uppercase{
        text-transform: uppercase;

    }
    .fold_bx .fold_list ul li{
        padding: 10px 0;
    }
    .fold_bx{
        margin: 25px 0;
    }
    .fold_bx:first-child{
        margin: -32px 0 0 0 !important;
    }
    .enlinkv2 p,.enlinkv2 li{
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #333132;
    }

    /*Enlink Landing Page*/
    .hero_box img{
        width: 95% !important;
        display:block;
        transition: width 0.4s;
        -webkit-transition: width 0.4s;
        -moz-transition: width 0.4s;
        -ms-transition: width 0.4s;
        -o-transition: width 0.4s;
    }
    .hero_box img:hover{
        width: 100% !important;
    }
    .applications_icons,.feature_icons  {
        padding: 0 30px 0 30px;
    }
    .adv_img img{
        float: right;
        right: -29px;
        position: relative;
    }
    .advntag_bx .container{
        background-color: #F5F5F5;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .advnt img{
        margin-left: 30px;
    }
    .advntag_bx .container .row{
        padding: 30px;
    }
    .enllist{
        padding: 0 0 0 20px;
        position: relative;
        margin-left: 40px;
    }
    .enllist li{
        padding-top: 8px;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }
    .advnt ul li:before{
        width: 20px;
        height: 20px;
        left: 0;
        content: url('/css/img/green-arrow.svg');
        float: left;
        position: absolute;
    }
    .adv_img img{
        width: 80% !important;
        display: block;
    }
    .enlink_contentgrid .container,.enlink_section .container{
        padding: 0 !important;
    }
    .enlink_applications,.enlink_features{
        margin: 100px 0 100px 0;
    }
    .enlink_applications .container{
        border-top: 1px dashed #BEBEBE;
        padding-top: 20px;
    }
    .enlink_features .container{
        border-bottom: 1px dashed #BEBEBE;
        padding-bottom: 20px;
    }
    .enlink_icon {
        width: 107px;
        display: inline-block;
        margin: 10px 0 10px 0;
        vertical-align: top;
        text-align: center;
    }
    .applications_icons span{
        color: #97C045;
    }
    .enlink_icon img{
        margin-bottom: 5px;
    }
    .enlink_icon  span{
        display: block;
        width: 80%;
        margin: auto;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
    }
    .enl_content h1,.enl_content h1,.enl_content p, .enlink_applications h3{
        font-family: 'Open Sans';
        font-style: normal;
    }
    .enlink_applications h3,.enlink_features h3{
        font-weight: 700;
        font-size: 24px;
        line-height: 16px;
        text-transform: uppercase;
        padding-bottom: 25px;
    }
    .applc{
        color: #97C045;
    }
    .pdfdownload{
        width: 280px;
        display: block;
        padding: 20px 0 20px 0;
    }
    .dwnld_pdf{
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        text-align: center;;
        width: 100%;
        background: #97C045;
        display: block;
        border-radius: 15px ;
        padding: 8px;
        color: #fff;
        -webkit-border-radius: 15px ;
        -moz-border-radius: 15px ;
        -ms-border-radius: 15px ;
        -o-border-radius: 15px ;
        text-decoration: none;
        border: 1px solid #97C045;
    }
    .dwnld_pdf:hover,.dwnld_pdf:active,.dwnld_pdf:focus{
        color: #555;
        border: 1px solid #555;
        background: transparent;
        text-decoration: none;
    }
    .advntag_bx{
        padding: 60px 0 60px 0;
    }
    .advnt h2{
        font-weight: 700;
        font-size: 60px;
        line-height: 26px;
        color: #010101;
        padding-bottom: 30px;
    }
    .enl_content h1{
        font-weight: 700;
        font-size: 96px;
        line-height: 131px;  
    }   
    .enl_content h2{
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
        text-transform: uppercase;
    }  
    .enl_content p{
        font-weight: 400;
        font-size: 15px;
        line-height: 28px; 
    }
    /*Enlink Landing Page*/

    /*Start Before and After*/   
    .beforeafter_box{
        margin-top: 30px;
    }
    .before_after{margin-bottom: 5px;}
    /* -------------------------------- 

    File#: _2_image-comparison-slider
    Title: Image Comparison Slider
    Descr: A draggable image slider used to compare two versions of the same image
    Usage: codyhouse.co/license

    -------------------------------- */
    .compare-slider {
        position: relative;
        max-height: 640px
    }
    .compare-slider img {
        display: block;
        width: 100%;
        pointer-events: none;
        max-height: 640px
    }
    
    .compare-slider__inner {
        position: relative;
    }
    
    .compare-slider__img {
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        overflow: hidden;
        max-height: 640px
    }
    
    .compare-slider__caption {
        position: absolute;
        bottom: 0;
        font-size: var(--text-sm);
        padding: var(--space-sm);
        background-color: #97c93c;
        color: var(--color-white);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }
    
    .compare-slider__img--original .compare-slider__caption {
        right: 0;
    }
    
    .compare-slider__img--modified .compare-slider__caption {
        left: 0;
    }
    
    .compare-slider__handle {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 44px;
        width: 44px;
        border-radius: 50%;
        color: var(--color-contrast-higher);
        background-color: #fff;
        padding: 3px;
        box-shadow: var(--shadow-sm);
        cursor: -webkit-grab;
        cursor: grab;
        will-change: left;
        align-items: center;
        justify-content: center;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
                transform: translateY(-50%) translateX(-50%) scale(0);
        margin-left: 2px;
    }
    
    .compare-slider--is-dragging .compare-slider__handle {
        cursor: -webkit-grabbing;
        cursor: grabbing;
        box-shadow: var(--shadow-sm), 0 0 0 4px hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.5);
    }
    
    .compare-slider__input-handle {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
    }
    
    .compare-slider__input-handle:focus + .compare-slider__handle {
        color: var(--color-primary);
        box-shadow: var(--shadow-sm), 0 0 0 4px hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.5);
    }
    
    .compare-slider__img--modified {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        border-right: 2px solid var(--color-bg);
        will-change: width;
    }
    .compare-slider__img--modified img {
        height: 100%;
        width: auto;
        max-width: none;
    }
    
    .compare-slider--in-viewport .compare-slider__img--modified {
        width: 50%;
        -webkit-animation: compare-slider-bounce-in 0.7s;
                animation: compare-slider-bounce-in 0.7s;
    }
    
    .compare-slider__caption {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    
    .compare-slider--in-viewport .compare-slider__caption {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
            font-size: 12px;
            font-weight: 700;
            padding: 0.5rem;
            color: #fff;
    }
    
    .compare-slider--in-viewport .compare-slider__caption--is-hidden {
        opacity: 0;
        visibility: hidden;
    }
    
    .compare-slider__img--original .compare-slider__caption--is-hidden {
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
    }
    
    .compare-slider__img--modified .compare-slider__caption--is-hidden {
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
    }
    
    .compare-slider__handle {
        display: block;
        display: flex;
        opacity: 0;
    }
    
    .compare-slider--in-viewport .compare-slider__handle {
        transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
        transition: transform 0.3s 0.7s, opacity 0s 0.7s;
        transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
                transform: translateY(-50%) translateX(-50%) scale(1);
        opacity: 1;
    }
    
    .compare-slider__input-handle {
        display: block;
    }
    
    .compare-slider--reduced-motion .compare-slider__img--modified {
        -webkit-animation: none;
                animation: none;
    }
    
    .compare-slider--reduced-motion .compare-slider__handle,
    .compare-slider--reduced-motion .compare-slider__caption {
        transition: none;
    }
    
    @-webkit-keyframes compare-slider-bounce-in {
        0% {
        width: 0%;
        }
        60% {
        width: 55%;
        }
        100% {
        width: 50%;
        }
    }
    
    @keyframes compare-slider-bounce-in {
        0% {
        width: 0%;
        }
        60% {
        width: 55%;
        }
        100% {
        width: 50%;
        }
    } 

    /* .beforeafter{
        max-width: 100%;
    }  
      #comparison {
        width: 100%;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
      }
      
      figure {
        position: absolute;
        background-image: url(/media/qexgolzo/bg.jpg);
        background-size: cover;
        font-size: 0;
        width: 100%;
        height: 100%;
        margin: 0;
      }
      
      #divisor {
        background-image: url(/media/fshk5ia2/globebg.png);
        background-size: cover;
        position: absolute;
        width: 50%;
        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
        bottom: 0;
        height: 100%;
      }
      #divisor::before, #divisor::after {
        content: "";
        position: absolute;
        right: -2px;
        width: 4px;
        height: calc(50% - 25px);
        background: white;
        z-index: 3;
      }
      #divisor::before {
        top: 0;
        box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
      }
      #divisor::after {
        bottom: 0;
        box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
      }
      
      #handle {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
      }
      #handle::before, #handle::after {
        content: "";
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      #handle::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      #handle::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
      
      input[type=range] {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: absolute;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
        background-color: transparent;
        width: calc(100% + 50px);
        z-index: 2;
      }
      input[type=range]:focus, input[type=range]:active {
        border: none;
        outline: none;
      }
      
      input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: transparent;
        border: 4px solid white;
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
      }
      
      input[type=range]::-moz-range-track {
        -moz-appearance: none;
        height: 15px;
        width: 100%;
        background-color: transparent;
        position: relative;
        outline: none;
      } */
    /*End Before and After*/ 
       
    .testimonial__center__container {
        width: 90%;
        margin: 0 auto;
     }
     
     .testimonial-box .owl-controls:last-child {
        display: none !important;
     }
     .testimonial-box .owl-wrapper-outer .owl-wrapper{
        display: flex!important;
     }
     .testimonials__container .owl-item {
        /* margin: 1em;  */
        /* -webkit-box-shadow: 1px 0px 10px 4px rgb(0 0 0 / 13%); 
        box-shadow: 1px 0px 10px 4px rgb(0 0 0 / 13%); */
        border-radius: 10px;
        /* width: 290px!important; */
        padding: 1rem;
    }
    .testimonials__container .item{
        box-shadow: 1px 9px 10px 0px rgb(0 0 0 / 13%);
    }
    .testimonial__image img {
        width: 100%;
    }
}

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

    .sm-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    .sm-px-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    
    .sm-px-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    
    .sm-px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    
    .sm-px-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    
    .sm-px-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .temp-banner-text {
        position: absolute;
        left: 43%;
        right: 0;
        top: 34%;
        bottom: 0;
        max-width: 55%;
        z-index: 9;
        margin: auto;
    }
    .temp-banner-text *{
        color: #fff;
        font-size: 1rem;
        line-height: 100%;
        font-weight: 600;
    }

    /* Who is visiting form */
    div.who-is-visiting-form{
        padding: 2rem 2rem 0 2rem;
        border-radius: 0;
        display: block;
        height: 520px;
    }
    .visiting-close-top {
        top: -17px;
        background-color: #fff;
        border-radius: 30px;
        border: 1px solid #eee;
        padding: 5px;
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .who-is-visiting-form .umbraco-forms-page.form-horizontal .umbraco-forms-field.checkbox .umbraco-forms-field-wrapper {
        left: 2px;
    }
    .who-is-visiting-form .umbraco-forms-page.form-horizontal .umbraco-forms-field.checkbox >label {
        padding-left: 33px;
    }
    .who-is-visiting-form input[type="text"]{
        padding-left: 1rem!important;
    }

    div.call-back-form{
        padding: 4rem 2rem 0 2rem;
        border-radius: 0;
        display: block;
    }

    div.call-back-form{
        padding: 4rem 2rem 0 2rem;
        border-radius: 0;
        display: block;
    }
    .call-back-close-top {
        top: 17px;
    }
    .header .topbar ul.loginbar{
        position: relative;
    }
    .call-us{
        position: absolute!important;
        right: 55px;
        top: 33px;
    }
    .phone-text{
        display: none;
    }

    .callback-first{
        font-size: 1rem;
    }

    .call-back-area{
        left: 1rem;
        padding: 1rem 1.4rem;
    }

    .call-back-area *{
        font-size: smaller;
    }
    .call-back-area{
        max-width: 248px;
        min-width: 230px;
    }

    .request-calback form *{
        width: 100%!important;
    }
    .request-calback fieldset>.row{
        margin: 0!important;
    }
    .request-calback fieldset>.row>.umbraco-forms-container{
        padding: 0!important;
    }
    .request-calback fieldset>.row>.umbraco-forms-container *{
        margin-left: 0!important;
        margin-right: 0!important;
        padding: 0;
    }
    .request-calback {
        height: 100%;
        width: 100%;
    }

    .whoisvisiting fieldset>.row{
        margin: 0!important;
    }
    .whoisvisiting fieldset>.row>.umbraco-forms-container{
        padding: 0!important;
    }
    .whoisvisiting fieldset>.row>.umbraco-forms-container *{
        margin-left: 0!important;
        margin-right: 0!important;
        padding: 0;
    }
    .whoisvisiting .umbraco-forms-field-wrapper{
        top: 0!important;
    }
    .whoisvisiting {
        height: 100%;
        width: 100%;
    }

    /*Mobile text first image last*/
    .mob-text-first-image-last>.row{
        display: flex;
        flex-direction: column;
    }
    .mob-text-first-image-last .row>.column:first-child{
        order:2;
    }
    .mob-text-first-image-last .row>.column:nth-child(2){
        order:1;
    }
    /*Mobile text first image last*/

    .tab-content .grid-section .row div.image-right{
        float: left;
        margin: 0;
    }


    .title-block-middle h2#title, 
    .title-block-middle h1#title{
        font-size: xx-large!important;
        font-weight: 600;
    }

    .top__products__headline h2, 
    .top__products__headline h2 span {
        font-size: large;
    }

    .our-values-area table{
        overflow-x: auto;
        display: block;
    }
    .our-values-area td{
        width: 50%!important;
    }
    .our-values-area td img{
        max-width: 60px!important;
        margin: auto;
    }
    .umb-grid .column div.headline{
        padding-top: 1rem;
    }

    .product-description-brd h2.title-price{
        font-size: larger;
    }
    #product-listing > div.headline > h2{
        font-size: large;
    }

    a.btn-u.btn-u-dark,
    a.btn-u-lg, 
    a.btn-u-lg{
        font-size: small;
    }

    .tab-v1 div.tab-content{
        padding: 0;
    }

    .sm-mt-0 {
        margin-top: 0 !important;
    }
    
    .sm-mt-1 {
        margin-top: 0.25rem !important;
    }
    
    .sm-mt-2 {
        margin-top: 0.5rem !important;
    }
    
    .sm-mt-3 {
        margin-top: 1rem !important;
    }
    
    .sm-mt-4 {
        margin-top: 1.5rem !important;
    }
    
    .sm-mt-5 {
        margin-top: 3rem !important;
    }

    /*enGage Page*/
    .hero-heading-h1 h2,
    .hero-heading-h1 h1{
        font-size: 2.5rem!important;
        font-weight: 700;
    }
    .joineasy_engg{
        font-size: 2.2rem;
    }

    /*Before and After Page*/
    .radio_connect{
        text-align: center;
    }
    .radio_connect img{
        width: 200px;
        margin: auto;
    }
    .img_connctvty{
        text-align: left !important;
    }
    .img_connctvty img{
        width: 200px;
    }
    .enlink_nav_item:before{
        display: none;
    }
    .enlink_nav_item a{
        font-size: 12px !important;
    }
    .enlink_left_panel{
        width: 325px !important;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        background-color: #fff;
        border-right: 1px solid lightgrey;
        padding: 20px 15px;
        overflow: scroll;
    }
    .beforeafterh1 h1{
        border-bottom: 2px solid #96c93c;
        margin: 0 0 -2px 0;
        padding-bottom: 5px;
        display: inline-block;
        font-size: 30px !important;
    }
    .beforeafterh1 p{
        font-weight: 900;
        line-height: 2;
        color: #424242;
    }
    .beforeafterh1 span{
        font-weight: 900;
        line-height: 2;
        font-size: xxx-large;
        font-size: -webkit-xxx-large;
        color: #97c93c;
    }

    /*Enlink Landing Page v2*/
    .img_range {
        margin-top: 50px;
    }
    .technical_info {
        margin-top: 30px;
    }
    .img_enl_1{
        margin-top: 20px;
    }
    .fold_bx_footer{
        background-color: #F1F2F2;
        padding: 60px 0;
        margin-bottom: -25px !important;
    }
    .img_range_trg + img{
        width: 40% !important;
        margin-top: 50px !important;
        margin: auto;
    }
    .enlinklandingv2 em{
        font-style: italic;
    }
    .fold_bx_footer img{
        margin-bottom: 30px;
    }
    .fold_bx_footer a{
        color: #333132 !important;
    }
    .fold_bx_footer{
        text-align: center;
    }
    .img_connectivity_custom{
        position: relative;
        height: 130px;
        text-align: center;
    }
    .img_connectivity_custom img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .fold_person img{
        width: 70% !important;
    }
    .img_full_connect img{
        width: 60% !important;
        margin: auto;
        display: block;
    }

    .img_connectivity img{
        width: 50%  !important;
    }
    .img_range img:first-child{
        width: 70%  !important;
        margin-bottom: 30px;
    }
    .laptop_bx img{
        width: 80% !important;
    }
    .sub_h{
        opacity: 50%;
        color: #333132;
        font-size: 20px;
        font-weight: 700 !important;
    }
    .hero_sub{
        font-size: 12px !important;
        font-weight: 400 !important;
        color: #fff !important;
        text-align: center;
    }
    .fold_uppercase {
        margin: 0;
    }
    .fold_adv{
        color: #333132;
        font-weight: 700 !important;
    }
    .enl_2,.enl_1{
        color: #333132;
        font-size: 20px;
        font-weight: 700 !important;
    }
    .enl_1{
        opacity: 50%;
    }
    .enl_2{
        font-size: 20px;
        padding: 0 0 20px 0;
    }
    .enlinklandingv2 img{
        margin: auto;
        display: block;
    }
    .enlinklandingv2 ul li:before {
        width: 20px;
        height: 20px;
        left: 0;
        content: url(/css/img/green-arrow.svg);
        float: left;
        position: absolute;
    }
    .enlinklandingv2 ul {
        padding: 0 0 0 20px;
        position: relative;
        margin-left: 4px;
    }
    .enlinklandingv2 li {
        padding-top: 8px;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }
    .cover_img img:hover {
        width: 54% !important;
    }
    .cover_img img {
        width: 90% !important;
        margin: auto;
        display: block;
        transition: width 0.4s;
        -webkit-transition: width 0.4s;
        -moz-transition: width 0.4s;
        -ms-transition: width 0.4s;
        -o-transition: width 0.4s;
    }
    .enlinklandingv2 .cover_img{
        text-align: center;
    }
    .enlinklandingv2 h1 {
        font-weight: 700;
        font-size: 50px;
        color: #333132;
        padding-top: 35px;
        text-align: center;
    }
    .enlinklandingv2 h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        color: #333132;
    }
    .enlinklandingv2 .header{
        display: none !important;
    }
    .enlinklandingv2 #footer-range{
        display: none !important;
    }
    .fold_green{
        color:#96C046 !important;
        font-size: 20px !important;
        padding: 25px 0;
        font-weight: 700 !important;
    }
    .fold_uppercase{
        text-transform: uppercase;

    }
    .fold_bx .fold_list ul li{
        padding: 10px 0;
    }

    .fold_bx{
        margin: 15px 0;
    }
    .fold_bx:first-child{
        margin: -32px 0 0 0 !important;
    }
    .enlinkv2 p,.enlinkv2 li{
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #333132;
    }
    
    /*Enlink Landing Page*/
    .enlink_icon {
        width: 107px;
        display: inline-block;
        margin: 10px 0 10px 0;
        vertical-align: top;
        text-align: center;
    }
    .enlink_icon  span{
        display: block;
        width: 80%;
        margin: auto;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        margin-top: 8px;
    }
    .enlink_applications .container{
        border-top: 1px dashed #BEBEBE;
        padding-top: 20px;
    }
    .enlink_features .container{
        border-bottom: 1px dashed #BEBEBE;
        padding-bottom: 20px;
    }
    .enlink_header .column{
        width: 50%;
        float: left;
    }
    .enllist{
        padding: 0 0 0 20px;
        position: relative;
        margin-left: 6px;
    }
    .enllist li{
        padding-top: 5px;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
    }
    .advnt ul li:before{
        width: 20px;
        height: 20px;
        left: 0;
        content: url('/css/img/green-arrow.svg');
        float: left;
        position: absolute;
    }
    .adv_img img{
        width: 80% !important;
        display: block;
    }
    .enlink_contentgrid .container,.enlink_section .container{
        padding: 0 !important;
    }
    .enlink_applications,.enlink_features{
        margin: 30px 0 30px 0;
    }
    .enlink_icon {
        width: 100px;
        display: inline-block;
        margin: 10px 0 10px 0;
        vertical-align: top;
    }
    .enl_content h1,.enl_content h1,.enl_content p, .enlink_applications h3{
        font-family: 'Open Sans';
        font-style: normal;
    }
    .enlink_applications h3,.enlink_features  h3{
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
    }
    .applc{
        color: #97C045;
    }
    .pdfdownload{
        width: 280px;
        display: block;
        padding: 20px 0 20px 0;
    }
    .dwnld_pdf{
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        text-align: center;;
        width: 100%;
        background: #97C045;
        display: block;
        border-radius: 15px ;
        padding: 8px;
        color: #fff;
        -webkit-border-radius: 15px ;
        -moz-border-radius: 15px ;
        -ms-border-radius: 15px ;
        -o-border-radius: 15px ;
        text-decoration: none;
        border: 1px solid #97C045;
    }
    .dwnld_pdf:hover,.dwnld_pdf:active,.dwnld_pdf:focus{
        color: #555;
        border: 1px solid #555;
        background: transparent;
        text-decoration: none;
    }
    .advntag_bx{
        padding: 60px 0 60px 0;
    }
    .advnt h2{
        font-weight: 700;
        font-size: 40px;
        color: #010101;
        padding-bottom: 20px;
    }
    .enl_content h1{
        font-weight: 700;
        font-size: 50px;
    }   
    .enl_content h2{
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
    }  
    .enl_content p{
        font-weight: 400;
        font-size: 15px;
        line-height: 28px; 
    }
    /*Enlink Landing Page*/


    /*Start Before and After*/ 
    .beforeafter_box{
        margin-top: 30px;
    }
    .beforeafterh2{
        font-size: xx-large;
        margin: 1em 0 !important;
    }
    .beforeafterh2 h2{
        font-size: 30px !important;
    }
    .beforeafterh2 span{
        font-size: large;
    }
    .beforeafterh2 p,.beforeafterh2 span{
        line-height: 1;
        display: block;
        width: 100%;
        font-size: large;
    }
    .beforeafterh1{
        font-size: xx-large;
        margin: 1em 0 !important;
    }
    .beforeafterh1 h1{
        font-size: 30px !important;
    }
    .beforeafterh1 span{
        font-size: 30px !important;
    }
    .beforeafterh1 p,.beforeafterh1 span{
        line-height: 100% !important;
        display: block;
        width: 100%;
    }
    .before_after{margin-bottom: 50px;}
    /*-------------------------------- */
    .compare-slider {
        position: relative;
    }
    .compare-slider img {
        display: block;
        width: 100%;
        pointer-events: none;
    }
    
    .compare-slider__inner {
        position: relative;
    }
    
    .compare-slider__img {
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        overflow: hidden;
    }
    
    .compare-slider__caption {
        position: absolute;
        bottom: 0;
        font-size: var(--text-sm);
        padding: var(--space-sm);
        background-color: #95c93c;
        color: var(--color-white);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }
    
    .compare-slider__img--original .compare-slider__caption {
        right: 0;
    }
    
    .compare-slider__img--modified .compare-slider__caption {
        left: 0;
    }
    
    .compare-slider__handle {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 44px;
        width: 44px;
        border-radius: 50%;
        color: var(--color-contrast-higher);
        background-color: #fff;
        padding: 3px;
        box-shadow: var(--shadow-sm);
        cursor: -webkit-grab;
        cursor: grab;
        will-change: left;
        align-items: center;
        justify-content: center;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
                transform: translateY(-50%) translateX(-50%) scale(0);
        margin-left: -1px;
    }
    
    .compare-slider--is-dragging .compare-slider__handle {
        cursor: -webkit-grabbing;
        cursor: grabbing;
        box-shadow: var(--shadow-sm), 0 0 0 4px hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.5);
    }
    
    .compare-slider__input-handle {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
    }
    
    .compare-slider__input-handle:focus + .compare-slider__handle {
        color: var(--color-primary);
        box-shadow: var(--shadow-sm), 0 0 0 4px hsla(var(--color-contrast-higher-h), var(--color-contrast-higher-s), var(--color-contrast-higher-l), 0.5);
    }
    
    .compare-slider__img--modified {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0%;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        border-right: 2px solid var(--color-bg);
        will-change: width;
    }
    .compare-slider__img--modified img {
        height: 100%;
        width: auto;
        max-width: none;
    }
    
    .compare-slider--in-viewport .compare-slider__img--modified {
        width: 50%;
        -webkit-animation: compare-slider-bounce-in 0.7s;
                animation: compare-slider-bounce-in 0.7s;
    }
    
    .compare-slider__caption {
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    
    .compare-slider--in-viewport .compare-slider__caption {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    
    .compare-slider--in-viewport .compare-slider__caption--is-hidden {
        opacity: 0;
        visibility: hidden;
    }
    
    .compare-slider__img--original .compare-slider__caption--is-hidden {
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
    }
    
    .compare-slider__img--modified .compare-slider__caption--is-hidden {
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
    }
    
    .compare-slider__handle {
        display: block;
        display: flex;
        opacity: 0;
    }
    
    .compare-slider--in-viewport .compare-slider__handle {
        transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
        transition: transform 0.3s 0.7s, opacity 0s 0.7s;
        transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
                transform: translateY(-50%) translateX(-50%) scale(1);
        opacity: 1;
    }
    
    .compare-slider__input-handle {
        display: block;
    }
    
    .compare-slider--reduced-motion .compare-slider__img--modified {
        -webkit-animation: none;
                animation: none;
    }
    
    .compare-slider--reduced-motion .compare-slider__handle,
    .compare-slider--reduced-motion .compare-slider__caption {
        transition: none;
    }
    
    @-webkit-keyframes compare-slider-bounce-in {
        0% {
        width: 0%;
        }
        60% {
        width: 55%;
        }
        100% {
        width: 50%;
        }
    }
    
    @keyframes compare-slider-bounce-in {
        0% {
        width: 0%;
        }
        60% {
        width: 55%;
        }
        100% {
        width: 50%;
        }
    }    
    /* .beforeafter{
        max-width: 100%;
    }  
      #comparison {
        width: 100%;
        padding-bottom: 30%;
        overflow: hidden;
        position: relative;
      }
      
      figure {
        position: absolute;
        background-image: url(/media/qexgolzo/bg.jpg);
        background-size: cover;
        font-size: 0;
        width: 100%;
        height: 100%;
        margin: 0;
      }
      
      #divisor {
        background-image: url(/media/fshk5ia2/globebg.png);
        background-size: cover;
        position: absolute;
        width: 50%;
        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
        bottom: 0;
        height: 100%;
      }
      #divisor::before, #divisor::after {
        content: "";
        position: absolute;
        right: -2px;
        width: 4px;
        height: calc(50% - 25px);
        background: white;
        z-index: 3;
      }
      #divisor::before {
        top: 0;
        box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
      }
      #divisor::after {
        bottom: 0;
        box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
      }
      
      #handle {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
      }
      #handle::before, #handle::after {
        content: "";
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      #handle::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      #handle::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
      
      input[type=range] {
        -webkit-appearance: none;
        -moz-appearance: none;
        position: absolute;
        top: 50%;
        left: -25px;
        transform: translateY(-50%);
        background-color: transparent;
        width: calc(100% + 50px);
        z-index: 2;
      }
      input[type=range]:focus, input[type=range]:active {
        border: none;
        outline: none;
      }
      
      input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: transparent;
        border: 4px solid white;
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
      }
      
      input[type=range]::-moz-range-track {
        -moz-appearance: none;
        height: 15px;
        width: 100%;
        background-color: transparent;
        position: relative;
        outline: none;
      } */
    /*End Before and After Mobile*/ 

    .testimonial__image img {
        width: 100%;
    }
    .testimonial__center__container {
        width: 90%;
        margin: 0 auto;
     }

     .testimonials__container .owl-item {
        /* -webkit-box-shadow: 1px 0px 10px 4px rgb(0 0 0 / 13%); 
        box-shadow: 1px 0px 10px 4px rgb(0 0 0 / 13%); */
        border-radius: 10px;
        /* width: 290px!important; */
    }
    .testimonial__image{
        text-align: center;
    }
    .testimonial__image img {
        width: 95%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin: auto;
    }

    .clients-carousel div.headline{
		font-size:large;
	}
}

/*Before After*/
.beforeafter_bx{
    margin: 30px 0;
}

/*Enlink Landing Page v2*/
.fold_bx_1{
    background-color: #000;
    padding: 60px 0; 
}

/*Enlink Landing Page*/
.sub_txt{text-align: center;}
.sub_txt p{font-size: initial;}
.enlinklanding .header,.enlinklanding #footer-range{display: none !important;}
.enlink_footer{
    text-align: center !important;
    background-color: #232323;
    padding: 60px 0 60px 0;
}
.enlink_footer p{color: #fff}
.enlink_contentgrid{
    padding: 30px 0 30px 0;
}
.backto{
    text-align: right;
}
.backto a{
    text-transform: uppercase;
    color: #232323;
}
.enlink_header{
    padding-bottom: 80px;
}
/*End Enlink Landing Page*/

.prod-list{
    font-weight: 400 !important;
}
.product-awards {
    margin-top: 70px;
}
.clients-carousel {
    margin-top: 55px;
}
.help_top_bar_hidden{
    display: none !important;
}
main {
    margin-top: 89px;
}

.download_enlink{
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}
.download_enlink i{
    font-size: 20px;
}
.enlinkHiddenBlock, .enlinkHiddenSection{
    display: none !important;
}
.enlink_green p, .enlink_green strong{
    color: #97c93c !important;
}
.cptl{
    text-transform: capitalize !important;
}
.enl_nav_exit:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.prodembedvideo {
    text-align: center;
    margin-bottom: 5rem!important;
}
.prodembedvideo h3{
    padding-bottom: 14px;
    padding-top: 20px;
}
.fa-shopping-bag{
    color: #97c93c;
}

@media only screen and (min-width:1024px){
    .prodembedvideo{
        width: 692px;
        margin: auto;
    }
    .cham3videoembed{
        height: 390px !important;
    }
    .casestudyvideoembed{
        height: 478px !important;
    }
}
@media only screen and (min-width:769px) and (max-width:1023px){
    .cham3videoembed{
        height: 405px !important;
    }
    .casestudyvideoembed{
        height: 410px !important;
    }
}

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

    .contact .firstname {
        width: 50%;
        display: inline-block;
        margin-right: 0 !important;
    }
    .contact .lastname  {
        width: 52%;
        display: inline-block;
        margin-left: 0!important;;
        margin-right: 0!important;;
    }
    .contact .firstname div.umbraco-forms-field-wrapper{
        padding-right: 0;
    }
    .contact .lastname div.umbraco-forms-field-wrapper{
        padding-right: 0;
    }

    .contact .email {
        width: 50%;
        display: inline-block;
        margin-right: 0 !important;
    }
    .contact .phonenumber  {
        width: 52%;
        display: inline-block;
        margin-left: 0!important;;
        margin-right: 0!important;;
    }
    .contact .email div.umbraco-forms-field-wrapper{
        padding-right: 0;
    }
    .contact .phonenumber div.umbraco-forms-field-wrapper{
        padding-right: 0;
    }

    .contact .company {
        width: 50%;
        display: inline-block;
        margin-right: 0 !important;
    }
    .contact .state {
        width: 52%;
        display: inline-block;
        margin-left: 0!important;;
        margin-right: 0!important;;
    }
    .contact .company div.umbraco-forms-field-wrapper{
        padding-right: 0;
    }
    .contact .state div.umbraco-forms-field-wrapper{
        padding-right: 0;
    }

    .img1{
        width: 30%!important;
    }
    .img2{
        width: 70.5%!important;
    }
    .img3{
        width: 42%!important;
    }
    .maparea{
        margin: 2rem 0;
    }
    .modal-content-wrapper {
        width: 70%;
        margin: auto;
        position: relative;
    }
    .modal-image {
        padding: 2.5rem 0;
    }
    .modal_img.modalactive img{
        width: 60%;
    }
    .x {
        left: 50%;
        right: 0;
    }
    .clear-head-top .headline, .clear-head-top h3{
        margin-top: 0!important;
        padding-top: 0!important;
    }
}

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

    .contactform {
        max-width: 400px;
    }

    .casestudy .row ul:not(#caseLB){
        padding-left: 15px;
    }

    a.accordion-toggle{
        font-size: 11px;
    }

    .blog-photos li a.cbp-lightbox img{
        max-width: unset;
        max-height: unset;
    }

    div#cs-titlecontainer{
        height: 400px;
    }
    div.case-img{
        min-height: 400px;
    }

    #cs-titlecontainer h1#title{
        font-size: x-large;
        line-height: 1;
    }
    #cs-titlecontainer h2#subTitle{
        font-size: small;
        line-height: 1.5;
    }

    .sl-wrapper div.sl-navigation button{
        top: 60%;
        background-color: #fff;
        opacity: 0.8;
    }
    body.casestudy .sl-wrapper div.sl-navigation button{
        top: 62.5%;
    }

    .portfolio-item .sc-products {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grid-boxes-caption{
        padding: 0 1rem;
    }

    .smart-control-content div.lgText{
        margin-top: 2rem;
    }

    .sc-short-desc, div.sc-short-desc{
        margin-top: 2rem;
    }

    div.view__all__products__btn a,
    .write__a__review a
    {
        font-size: small;
        padding: 8px 14px;
    }

    .sm-flx{
        display: flex;
    }
    .sm-flx-center{
        align-items: center;
    }
    .footer-v1 ul.footer-socials li a.tooltips{
        margin: 0 1rem;
    }
    .footer-v1 div.copyright{
        padding: 4rem 0 6rem;
    }
    .solution__thumbnail__container{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto;
        height: 8em;
    }
    a.solution__link {
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: 600;
    }

    div.solution__thumbnail__container{
        width: 100%;
    }

    .custom__solution__container .row div.col-xs-6:nth-child(odd){
        padding-left: 0;
        padding-right: 4px;
    }
    .custom__solution__container .row div.col-xs-6:nth-child(even){
        padding-right: 0;
        padding-left: 4px;
    }

    .product-owl-clients .owl-item{
        padding: 0 1rem;
    }
    .owl-clients-v1 img{
        width: 100%;
    }
    .getintouch{
        padding-top: 2rem;
    }
    
    .cham3videoembed{
        height: 240px !important;
    }
    .casestudyvideoembed{
        height: 240px !important;
    }
    .flx-dircol-sm{
        flex-direction: column!important;
    }
    .modal-content-wrapper {
        position: relative;
    }
    .modal-image {
        padding: 1.5rem 0;
    }
    .x {
        right: 23px;
    }
}
.flx{
    display: flex!important;
}
.flx-gap1{
    gap: 1rem;
}
.flx-gap2{
    gap: 2rem;
}
.flx-start{
    align-items: flex-start;
}
.flx-end{
    align-items: flex-end;
}
.flx-center{
    align-items: center;
}
.flx-j-center{
    justify-content: center;
}

.btn-generic{
    display: inline-block;
    width: auto;
    font-size: 15px;
    font-weight: bold;
    background: #97c848;
    color: #fff!important;
    padding: 12px 30px;
    border-radius: 10px;
}
.btn-position-left{
    text-align: left;
}
.btn-position-center{
    text-align: center;
}
.btn-position-right{
    text-align: right;
}
.case-special p{
    padding-bottom: 0!important;
}
.case-special .modal_img img {
    /* cursor: pointer; */
  }
  .modal-image img{
    transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
    -webkit-transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
    -moz-transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
    -ms-transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
    -o-transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
  }
.case-study-details img{
    padding: 2rem 0;
    width: 100%;
    height: auto;
    transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
    -webkit-transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
    -moz-transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
    -ms-transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
    -o-transition: scale 8s cubic-bezier(.25,.46,.45,.94) !important;
}
.case-study-details .image-area .clipper{
    overflow: hidden;
    padding-bottom: 0.5rem;
}
.case-study-details .image-area .clipper img{
    padding: 0!important;
}
.case-study-details .image-area .clipper:hover img{
    scale: 1.2;
}
.case-study-details h3{
    padding-top: 2rem;
}
.case-study-details ul, .case-study-details ol{
    padding-bottom: 0.5rem;
}
/* .case-study-details div{
    margin: 2rem 0;
} */
.clear-bottom, .clear-bottom div{
    margin-bottom: 0!important;
}
.go-list li{
    color: #96c93c;
}
.casestudy-ul li{
    list-style-type: disc!important;
    font-weight: 700;
    margin-left: 2.5rem;
}
 .go-list li{
    list-style-type: decimal!important;
    font-weight: 700;
    margin-left: 2.5rem;
}
.case-green-bold {
    color: #96c93c;
    font-weight: 700;
    padding: 2.5rem 0;
    text-align: center;
    font-size: 2rem;
    width: 90%;
    margin: auto;
}
.image-area,.text-area {
    width: 100%;
}
.max-w70 img{
    max-width: 70%!important;
}
.render-original-imgs .image-area, .render-original-imgs .text-area{
    width: unset!important;
}
.img-liner{
    border-top: solid 2px #96c93c!important;
    border: solid 1px #eee;
    padding: 0;
}
.img-liner strong{
    padding: 0 2rem 2rem;
    display: block;
}
.mx-height360{
    max-height: 360px;
    overflow: hidden;
}
.mx-height360 img{
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
}
.pad1{
    padding: 1rem 0;
}
.padt1{
    padding-top: 1.5rem!important;
}
.fs-2r{
    font-size: 2rem!important;
}
.case-study-details{
    position: relative;
}
.header.notshow{
    display: none!important;
}
.modal_img.modalactive{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 2rem;
    z-index: 999999;
    background-color: #fff;
    text-align: center;
    overflow: auto!important;
}
.modal_img.modalactive img{
    transition: unset!important;
    -webkit-transition: unset!important;
    -moz-transition: unset!important;
    -ms-transition: unset!important;
    -o-transition: unset!important;
    scale: unset!important;
}
.scale_off img{
    transition: unset!important;
    -webkit-transition: unset!important;
    -moz-transition: unset!important;
    -ms-transition: unset!important;
    -o-transition: unset!important;
}
.scale_off:hover img{
    scale: unset!important;
}

/*Close Icon*/
body.flowOff{
    overflow: hidden!important;
}
.x:hover {
    transform: rotate(180deg);
}
.x {
    display: block;
    position: absolute;
    top: 13px;
    width: 32px;
    height: 32px;
    transition: transform .25s ease-in-out;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
    border-radius: 30px;
}
.x:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 17px;
    height: 0;
    border-top: 2px solid rgba(0, 45, 92, 1);
    transform: rotate(45deg);
    transform-origin: center;
    font-weight: bold;
}
.x:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 17px;
    height: 0;
    border-top: 2px solid rgba(0, 45, 92, 1);
    transform: rotate(-45deg);
    transform-origin: center;
    font-weight: bold;
}
/*End Close Icon*/

/*enGage*/
.whytitle_engg{
    font-weight: 700;
}
.bold_engg{
    font-weight: 700;
}
.members_tab_item_engg{
    display: none;
}
.members_tab_item_engg.active{
    display: block!important;
}
.bg_engg{
    background-color: #96c93c;
}
.color_engg{
   color: #96c93c; 
}
.btn_engg{
    padding: 4rem 0;
}
.section_engg{
    padding: 4rem 0;
}
.und_engg{
    text-decoration: underline;
}
.joineasy_engg {
    padding-bottom: 3rem;
    display: inline-block;
}
.why_engg,.members_tab_item_engg{
    padding: 3rem 0;
}
.inclusion_item{
    padding: 2rem 0;
}
.why_engg h3, .why_engg p, .why_engg strong{
    color: #fff;
}
.why_engg p{
    line-height: 25px;
}
.list-item-white li{
    color: #fff;
}
.members_type_engg{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
}
.members_type_engg.active{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0.5rem 1.5rem;
    background-color: #96c93c;
    color: #fff;
}
.incl_engg{
    padding-bottom: 2rem;
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
}
.inclusion_img img{
    max-width: 65px;
}
.members_type_block {
    border-bottom: 1px solid #96c93c;
}
.incl_btn{
    padding: 1rem 0 1rem 8.3rem;
}
.engage-nav a{
    text-transform: initial!important;
}

.terms_text p{
    margin: 0!important;
    padding-left: 1rem;
}

.cart-terms-check{
    cursor: pointer;
}
.btn-checkout{
    pointer-events: none;
}
.btn-checkout.active{
    pointer-events: initial!important;
}
.nav_float_secure{
    display: none!important;
}

.heading-white{
    color: var(--color-white);
}

.heading-italic{
    font-style: italic;
}
.heading-lightgreen{
    color: var(--light-green);
}
.h1-green h1, .h1-green h1 strong,
.h2-green h2, .h2-green h2>strong{
    color: var(--color-primary-green);
}

.heading-logo-area img{
    width: 100%;
    max-width: 500px;
}

.container955 div.container{
    width: unset;
}

.border-unset{
    border: unset!important;
}

div.form-group{
    margin-bottom: 8px;
}

.list-product-description ul.list-inline>li{
    padding: 0!important;
}

.casestudy ul:not(#caseLB) li{
    list-style-type: disc;
}
.casestudy ul:not(#caseLB){
    padding-left: 15px;
    padding: 3px 0;
}

.our-values-area td{
    padding:  2rem 1.5rem;
    vertical-align: top;
}

/* Who is visiting form */
.who-is-visiting-form h3{
    color: #72c02c;
    font-weight: bold;
    font-size: x-large;
}
.who-is-visiting-form{
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
    transition: top 0.3s ease;

}
.who-is-visiting-form.active{
    display: block!important;
}
.who-is-visiting-form .proveyourenotarobot label{
    display: none;
}
.who-is-visiting-form{
    box-shadow: -5px 0px 9px 1px rgba(0,0,0,0.1);
}
.visiting-close-top:hover{
    background-color: #687074;
    color: #fff;
}
.visiting-close-top {
    background-color: #97c93c;
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 9;
    font-weight: 600;
    color: #fff;
}
.whoisvisiting{
    position: absolute;
    bottom: 0;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
.whoisvisiting.active{
    display: block!important;
}
.whoisvisiting input[type="checkbox"]{
    width: 15px;
    height: 15px;
}
.whoisvisiting input[type="text"]{
    width: 100%;
}
.whoisvisiting .shortanswer {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.whoisvisiting .umbraco-forms-submitmessage{
    font-weight: 700;
    margin-bottom: 1rem;
}
.whoisvisiting h2{
    line-height: 25px;
    font-weight: 700;
    font-size: 22px;
    color: #97c93c;
    text-transform: capitalize;
}
.whoisvisiting p{
    font-size: 16px;
}
.whoisvisiting label{
    font-size: 15px;
    font-weight: 400;
}
.ifotherpleasespecify label {
    padding-bottom: 0.5rem;
}
/* Who is visiting form end*/


.call-back-form,
.call-back-area{
    box-shadow: -5px 0px 9px 1px rgba(0,0,0,0.1);
}


/*Request a call back*/
.wrapper{
    position: relative;
}
.call-back-form h3{
    color: #72c02c;
    font-weight: bold;
    font-size: x-large;
}
.call-link i.fa{
    transform: rotateY(180deg);
    color: #72c02c!important;
}
.call-back-trigger i.fa{
    transform: rotateY(180deg);
    color: #fff!important;
    position: relative;
    left: -6px;
}

.request-calback{
    position: absolute;
    bottom: 0;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}
.request-calback.active{
    display: block!important;
}
.call-back-form{
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #fff;
    transition: top 0.3s ease;

}
.call-back-form .proveyourenotarobot label{
    display: none;
}

.call-back-form,
.call-back-area{
    box-shadow: -5px 0px 9px 1px rgba(0,0,0,0.1);
}

.call-back-area.active{
    display: inline-flex!important;
}
.call-back-area{
    position: fixed;
    z-index: 999999;
    bottom: 6px;
    margin: auto;
    background-color: #97c848;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: none;
}
.call-back-area:hover{
    background-color: #83B629;
}
.call-back-area *{
    color: #fff;
}

.call-back-close{
    position: absolute;
    top: 9px;
    right: 10px;
    bottom: 0;
    cursor: pointer;
}
.call-back-trigger{
    cursor: pointer;
}

.call-back-trigger .callback-second{
    text-decoration: underline;
}

.call-back-close-top {
    position: absolute;
    right: 20px;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 9;
}
/*Request a call back*/

.ul-checks .why_engg ul li::before{
    background-image: url(/css/img/icons/tick-mark-white.svg)!important;
}

.ul-checks ul, .defaultpage main .column ul:not(.breadcrumb):not(.nav-tabs):not(#filterOptions):not(.nav):not(.list-unstyled):not(.list-inline),
.products main ul:not(.breadcrumb):not(.overflow-h):not(.prdTabs):not(.nav):not(.list-unstyled):not(.list-inline),
.product main ul:not(.breadcrumb):not(.overflow-h):not(.prdTabs):not(.nav):not(.list-unstyled):not(.list-inline),
.smartcontrol main ul:not(.breadcrumb):not(.overflow-h):not(.prdTabs):not(.nav):not(.list-unstyled):not(.list-inline) {
    padding: 0;
    margin: 0;
  }
.ul-checks ul li, .defaultpage main .column ul:not(.breadcrumb):not(.nav-tabs):not(#filterOptions):not(.list-unstyled):not(.list-inline) li,
.products main ul:not(.breadcrumb):not(.overflow-h):not(.prdTabs):not(.nav):not(.list-unstyled):not(.list-inline) li:not(.prod-download),
.product main ul:not(.breadcrumb):not(.overflow-h):not(.prdTabs):not(.nav):not(.list-unstyled):not(.list-inline) li:not(.prod-download),
.smartcontrol main ul:not(.breadcrumb):not(.overflow-h):not(.prdTabs):not(.nav):not(.list-unstyled):not(.list-inline) li{
    position: relative;
    list-style-type: none;
    padding-left: 1.8rem;
    padding-bottom: 1rem;
  }
  .ul-checks ul li:before, .defaultpage main .column ul:not(.breadcrumb):not(.nav-tabs):not(#filterOptions):not(.list-unstyled):not(.list-inline) li:before,
  .products main ul:not(.breadcrumb):not(.overflow-h):not(.prdTabs):not(.loginbar):not(.nav):not(.list-unstyled):not(.list-inline) li:not(.prod-download):before,
  .product main ul:not(.breadcrumb):not(.overflow-h):not(.prdTabs):not(.loginbar):not(.nav):not(.list-unstyled):not(.list-inline) li:not(.prod-download):before,
  .smartcontrol main ul:not(.overflow-h):not(.breadcrumb):not(.prdTabs):not(.nav):not(.list-unstyled):not(.list-inline) li:before{
    content: '';
    background-image: url(/css/img/icons/tick-mark.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 4px;
  }

  .ol-number-list ol:not(.service-list):not(.lvl2)>li{
    list-style: number !important;
    padding-left: 1rem;
    margin-left: 1.5rem;
    padding-bottom: 1rem;
  }

.clear-ul-checks li:before{
    background-image: unset!important;
    content: unset!important;;
}
.clear-ul-checks-keep-pleft li:before{
    background-image: unset!important;
    content: unset!important;;
}

.clear-ul-checks li{
    padding-left: 0!important;
}


  .products-main h1{
    font-weight: 700;
  }

.btn-v6{
    padding: 8px 16px;
}

.btn-dropdown{
    position: relative;
    cursor: pointer;
}


/*Products filter*/
.Filter-label{
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.products-filter{
    border-radius: 15px;
    background-color: #F0F0F0;
}

.after-arrow:after{
    top: 9px;
    right: -4px;
    content: "\f107";
    font-size: 16px;
    position: absolute;
    font-weight: 400;
    display: inline-block;
    font-family: FontAwesome;
}

.products-filter,
.product-area-items,
.product-type-items{
}

.after-arrow{
    margin: 0;
    position: relative;
    padding: 1rem;
}
.filter-itm{
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.product-area-items,
.product-type-items{
    display: none;
    position: relative;
}
.filter-type,.filter-area{
    cursor: pointer;
}
.filter-type .product-type-items.active,
.filter-area .product-area-items.active{
    display: block!important;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #F0F0F0;
    z-index: 2;
    padding: 1rem;
    border-radius: 0 0rem 1rem 1rem;
    -webkit-border-radius: 0 0rem 1rem 1rem;
    -moz-border-radius: 0 0rem 1rem 1rem;
    -ms-border-radius: 0 0rem 1rem 1rem;
    -o-border-radius: 0 0rem 1rem 1rem;
}

.core-extend-container{
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.extend-container{
    background-color: #ffffff;
    border: 2px solid #3d8ecc;
    display: none;
    animation: fadeEffect 2s;
    -webkit-animation: fadeEffect 2s;
}
.core-container{
    border: 2px solid #B4E250;
    padding-left: 3rem;
    display: none;
    animation: fadeEffect 2s;
    -webkit-animation: fadeEffect 2s;
}

.extend-container.active{
    display: block!important;
}
.core-container.active{
    display: block!important;
}

.core-heading,
.extend-heading{
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
}

.core-heading{
    border-bottom: 1px solid #ffffff;
}
.extend-heading{
    border-bottom: 1px solid #B4E250;
}
.core-subheading{
    color: #B4E250;
}
.filter-item:hover,
.filter-itm:hover,
.filter-itm.active{
    color: #B4E250;
}
.extend-subheading{
    color: #3d8ecc;
}
.core-extend-container p{
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 0.5rem;
}
.heading-icon{
    padding: 0;
}

.core-heading-container,
.extend-heading-container{
    display: none;
    align-items: center;
    gap: 1rem;
}

.core-heading-container img{
    filter: brightness(0) invert(1);
}

.core-extend-container .container{
    padding: 0;
    width: 100%;
}

.filter-item{
    font-weight: 600;
}

.products-buttons {
    padding-top: 2rem;
}



.product-list.not-active,
.product-area-col.not-active{
    display: none;
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
}

.product-list.active,
.product-type-col.active{
    display: block!important;
}

.product-images img{
    /* width: 100%; */
}

.core-drop-down{
    color: #96c93c;       
}

h2.title-v3 {
    color: #555;
    position: relative;
    border: 0 none;
}

.core-heading-table *{
    color: #96c93c!important;          
}
.extend-heading-table *{
    color: #3d8ecc!important;       
}
.core-heading-table,
.extend-heading-table{
    font-size: 18px;
}

.smart-control-content table tbody tr:first-child td p{
    color: #fff!important;
    font-weight: 600;
}
.smart-control-content table img{
    width: 100%;
    max-width: 130px;
    height: auto;
    padding: 2rem;
}


.thisdropdown{
    /* display: block!important; */
}

.custom-nav-item a{
    font-weight: 400!important;
}

.reverse-hover-nav-item{
    background: #eee !important;
}

.reverse-hover-nav-item *{
    color: #97c93c!important;
    filter: unset!important;
    -webkit-filter: unset!important;
}
.reverse-hover-nav-item:hover *{
    color: #000!important;
    filter: brightness(0)!important;
    -webkit-filter: brightness(0)!important;
}

.enlink-nav-item  .title-next-img{
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
}

.enlink-nav-item a{
    display: flex!important;
    align-items: flex-end;
    gap: 10px;
}

.mega-nav-cart img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
    width: 16px;
    left: 5px;
    position: relative;
}
.floating-contact-cta{
    position: fixed;
    z-index: 999;
}
.floating-contact-cta img{
    max-width: 80px;
}



@media screen and (min-width:769px){
    .floating-contact-cta{
        bottom: 6rem;
        right: 1rem;
        padding: 4rem 4rem 0.5rem;
    }
    .footer-logos{
        padding-top: 5.5rem;
    }

    .smart-control-content table tr td p {
        text-align: center!important;
        padding-left: 0!important;
        padding-right: 0!important;
        display: grid;
        justify-content: center;
    }

    #products-mega-nav-block .dropdown-menu{
        max-width: 950px!important;
        margin: auto;
    }

    .flx-wrap-lg{
        display: flex;
        flex-wrap: wrap;
    }
    
    .align-center-lg{
        align-items: center;
    }


    .btn-dropdown:after {
        top: 3px;
        right: -20px;
        content: "\f107";
        font-size: 21px;
        position: absolute;
        font-weight: 600;
        display: inline-block;
        font-family: FontAwesome;
    }
    .products-button-anchors {
        display: flex;
        align-items: center;
        gap: 6rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .products-button-anchors span{
        font-weight: 600;
        font-size: 18px;
    }
    .products-button-anchors .core-range-icon{
        max-width: 45px;
        margin-right: 6px;
    }
    .products-button-anchors .extend-range-icon{
        max-width: 45px;
        margin-right: 6px;
    }

    a.product-img{
        min-height: 148px;
    }
    #corerange {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 8.5rem;
    }
    #extendrange {
        position: absolute;
        left: 0;
        right: 0;
        bottom:55.5rem
    }
    .products-filter{
        gap: 5.5rem;
    }
    .filter-type,.filter-area{
        position: relative;
    }
    .filter-type .product-type-items.active,
    .filter-area .product-area-items.active{
        top: 4.4rem;
    }
    .filter-type .product-type-items.active{
        width: 240px;
    }
    .filter-area .product-area-items.active{
        width: 100px;
    }
    .products-filter{
        padding: .5rem 2.5rem;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }
    .core-extend-container{
        padding-right: 0rem;
    }
    .core-container,
    .extend-container{
        position: relative;
    }
    .extend-container{
        padding-left: 3rem;
    }
    .core-content,
    .extend-content{
        width: 80%;
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .core-content{
        display: block;
        top: 0;
        bottom: 0;
    }
    .heading-icon{
        max-width: 35px;
    }
}
@media screen and (max-width:768px){
    .floating-contact-cta{
        bottom: 2rem;
        right: 1rem;
        padding: 4rem 4rem 0.5rem;
    }

    .just-a-light span a{
        width: 74px !important;
        display: block!important;
        font-size: 8px!important;
        white-space: nowrap;
        display: block !important;
    }

    .smart-control-content table.extend-table tr td p {
        text-align: center!important;
        padding-left: 0!important;
        padding-right: 0!important;
        display: grid;
        justify-content: center;
    }
    .smart-control-content table.core-table{
        width: 1000px!important;
    }
    .smart-control-content table.extend-table{
        width: 550px!important;
    }
    .overflowx-scroll{
        overflow-x: scroll;
    }

    .enlink-nav-item 

    .smart-control-content .full-width-dsc{
        overflow: scroll;
    }

    .btn-dropdown:after {
        top: 4px;
        right: -13px;
        content: "\f107";
        font-size: 15px;
        position: absolute;
        font-weight: 600;
        display: inline-block;
        font-family: FontAwesome;
    }
    .products-button-anchors{
        display: flex;
        align-items: center;
        gap: 4rem;
    }
    .products-button-anchors span{
        font-weight: 600;
        font-size: 14px;
    }
    .products-button-anchors .core-range-icon{
        max-width: 40px;
        margin-right: 6px;
    }
    .products-button-anchors .extend-range-icon{
        max-width: 40px;
        margin-right: 6px;
    }

    #corerange {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 220.5rem;
    }
    #extendrange {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 170.5rem;
    }

    a.product-img{
        min-height: 11rem;
    }
    .products-filter{
        gap: 1.5rem;
    }
    .filter-type,.filter-area{
        position: static;
    }
    .filter-type .product-type-items.active,
    .filter-area .product-area-items.active{
        top: 5.2rem;
        width: 100%;
    }
    .products-filter{
        padding: .5rem 1.5rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
        position: relative;
    }
    .core-container,
    .extend-container{
        width: 100%;
    }
    .core-container{
        padding-top: 2rem;
        padding-left: 2.7rem;
        padding-right: 2.7rem;
    }
    .extend-container{
        padding-top: 2rem;
        padding-left: 2.7rem;
        padding-right: 2.7rem;
    }
    .heading-icon{
        max-width: 30px;
    }
}
.filter-result{
    display: flex;
    gap:1rem;
    padding-top: 1rem;
}
.filter-result div{
    border: 1px solid #eee;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 4px 15px;
}
.filter-result-area,
.filter-result-type{
    display: none;
}
.filterx{
    position: relative;
    right: -5px;
    cursor: pointer;
}
.filter-result-container{
    display: none;
}
.filter-result-container.active{
    display: block!important;
}
/*Products filter*/

/* Download Page as PDF */
#converttopdf, .converttopdf{
    border: unset!important;
}

/* Products Subheading */
.headline-subheading{
    border-bottom: 1px solid #eee;
    display: inline-block;
}
.headline-subheading *{
    font-weight: 700;
    text-transform: uppercase;
}

/* Number List */
.list-ol-auto{
    padding-left: 1.5rem;
    text-align: justify;
}
.list-ol-auto li{
    list-style-type: auto!important;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
}
.list-ol-auto li::marker{
    font-weight: 600;
}
.list-ol-auto li a{
    text-decoration: underline;
}

/* Product Title */
.product-titles.sub-on-top h2 {
    font-size: 28px!important;
    line-height: 35px!important;
    text-transform: uppercase;
}
.product-titles.sub-on-top h1 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 20px;
}

/* Mega Menu */
.dropdown-menu.mega-dev{
    /* display: block!important; */
}
.mega-nav-links ul li:not(.custom-nav-item) a{
    font-weight: 600!important;
}
.linkordropdown{
    position: relative;
    color: #111;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.linkordropdown:hover a {
    text-decoration: none;
}
.linkordropdown:hover {
    color: #72c02c!important;
}
.linkordropdown::after {
    top: 12px;
    right: -5px;
    content: "\f107";
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.program-layout h3{
    font-weight: 700!important;
}
.program-layout .umb-grid .row, .program-layout ol:last-child, .program-layout ol:last-child li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.hero-under-text{
    padding-bottom: 2rem;
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (min-width: 992.99px){
    .mega-nav-links .mega-nav-col:last-child{
        width: 45%;
    }
    .mega-nav-links ul li a{
        padding-top: 8px!important;
        padding-bottom: 8px!important;
    }
    .linkordropdown{
        padding: 9px 7px 9px 7px;
        font-size: 15px;
        padding-right: 20px;
    }
    .linkordropdown::after {
        top: 12px;
        right: 7px;
    }
}
@media only screen and (max-width: 992.98px){
    .sm-br-off br{
        display: none;
    }
    .program-layout .column{
        margin-bottom: 2rem;
    }
    .mega-nav-links hr{
        display: none;
    }
    .mega-nav-links ul li a{
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    #products-mega-nav-block .mega-menu-content{
        padding-bottom: 5rem!important;
    }
    #products-mega-nav-block .mega-menu-content,
    #products-mega-nav-block .mega-nav-col{
        padding: 0;
    }
    #products-mega-nav-block .mega-nav-col a{
        margin: 0;
    }
    .linkordropdown{
        font-size: 15px;
        padding: 12px 7px 12px 7px;
        border-bottom: solid 1px #eee;
    }
    .linkordropdown .dropdown-nav-item{
        border-bottom: none!important;
    }
    .linkordropdown::after {
        top: 12px;
        right: 29px;
        font-size: 14px!important;
        transform: rotate(270deg);
        cursor: pointer;
    }
}


@media only screen and (min-width: 1200.99px){
    .clear-padding-l{
        padding-left: 0;
    }
    .image-away-top{
        top: 2rem;
    }
    .list-ol-auto .pull-right{
        padding-right: 0;
    }
}

@media only screen and (max-width: 1200.98px){
    .mob-img{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2rem;
    }
}
@media only screen and (max-width: 769.98px){
    .list-ol-auto .pull-right{
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 1rem;
    }
}


/* .slider-layers{
    position: relative;
    height: 55vh;
}
.slide-default{
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slide-main{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */

.instant-slide{
    transition: none!important;
    opacity: 1!important;
    display: block!important;
    visibility: visible;
}
/* .instant-slide *:not(img){
    opacity: 0;
} */


.p-relative{
    position: relative;
}

/* Knowledge Centre */
.media-content.notactive{
    display: none!important;
}
.tag-tab a{
    text-transform: capitalize;
}

.d-flex-center{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

/* Linkedin Share Button */
.IN-widget button{
    display: flex !important;
    width: auto;
    font-size: 15px !important;
    font-weight: bold !important;
    background: #97c848;
    color: #fff !important;
    padding: 24px 30px !important;
    border-radius: 10px !important;
    align-items: center!important;;
}
.IN-widget button svg{
    top: -0.8rem;
    position: relative;
    padding-right: 2px;
}

.about .umb-grid .column div table{
    margin-bottom: 2rem;
}
.about .umb-grid .column div img{
    border-radius: 15px;
}
.defaultpage main img{
    border-radius: 15px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.footer-accreditation-img img{
    max-width: 200px;
}
.footer-iso-img img{
    max-width: 280px;
}