margin: 0 0 75px 0;/* Site */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
    background-color: #fff;
    color: #2C2C2C;
    font-family: 'Open Sans', sans-serif;
}

body.noscroll {
    overflow: hidden;
    z-index: 1;
}

@-moz-keyframes opacity {
  from {
      opacity: 0;
  }

}
@-webkit-keyframes opacity {
    from {
        opacity: 0;
    }

}
@-o-keyframes opacity {
    from {
        opacity: 0;
    }
}
@keyframes opacity {
    from {
        opacity: 0;
    }
}

body{
    animation: opacity 1.5s;
}

a
{
    color: #40c0cb;
    transition: 0.3s all;
}
.contentBlock a{
    font-size: 18px;
}
a:hover
{
    color: #40c0cb;
    text-decoration: none;
}

h1, h2, h3, h4
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h2{
    color: #4e4e4e;
    font-weight: 600;
    font-size: 30px;
}
h4{
    font-size: 20px;
}


/*========================================================

                HEADER

=========================================================*/

/********************
 * ER Header Type 2 *
 ********************/

 header .navOuter
 {
     position: static;
     padding-top: 0;
     padding-right: 0;
     padding: 15px 30px;
     overflow: visible;
 }

 header .topNavContainer
 {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 9999;
     padding: 1px 20px;
     background-color: #fff;
 }

 header .topNavContainer.absolute
 {
     /*position: absolute;*/
 }
 .logoHeader {
     position: absolute;
     left: 10px;
     top: 0;
 }
 .navContainer_div{
    display: inline-block;
    margin: 0;
    top: 0;
    height: 100%;
    width: auto;
    overflow: hidden;
    padding: 0 15px;
    margin-right: -2px;
    vertical-align: top;
}

.navContainer {
    float: right;
    height: 60px;
}

.logoHeader {
    position: absolute;
    left: 40px;
    top: 0;
}

header .topNav {
    position: fixed;
    transition: 0.3s all;
    width: 100%;
    opacity: 0;
    width: auto;
    top: 88px;
    background: #40c0cb;
    color: #fff;
    border: 5px solid #fff;
    padding: 50px;
    right: 0px;
    z-index: -1;
    transform: scale(0);
    overflow: auto;
}

header .topNav.active {
    display: block;
    opacity: 1;
    z-index: 1000;
    transform: scale(1);
    height: calc(100% - 88px);
}

header .topNav ul {
    list-style: none;
    margin: 0 0 75px 0;
    padding: 0;
    box-sizing: border-box;
}

header .topNav li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

 header .topNav a
 {
     padding: 0.5em 1em;
     display: block;
     position: relative;
     color: #fff;
 }

 header .topNav.noBreak a
 {
     white-space:nowrap;
 }
 span.navLine {
     display: block;
     height: 1px;
     background: #fff;
     margin: 10px 0;
 }
 .topNav a.navHeadline{
     font-size: 1.8rem;
     padding: 0.5em 1em;
      font-weight: bold;
 }
 header .hamburger
 {
     margin: 0;
     display: block;
     float: right;
 }

.button_wrap{
    display: block;
    float: right;
}
 header .headerLogo
 {
     display: block;
 }
 .navContainer .search {
     display: block;
     float: right;
     margin-right: 15px;
     width: 40px;
     height: 30px;
}
span.search_trigger {
    padding: 15px;
    background: url(/assets/images/icons-1/search.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 20px;
    background-position: center;
    float: right;
}
input.search_input {
    position: relative;
    transition-duration: 0.3s;
    border: none;
    color: #40c0cb;
    background: #ffffff;
    font-weight: 300;
    padding: 10px 0;
    font-size: 18px;
    width: 90%;
    letter-spacing: 2px;
    border-bottom: 1px solid #f3f3f3;
}
.search-active {
    position: absolute;
    top: -300px;
    padding: 50px 10px;
    width: 100%;
    background: #fff;
    transition-duration: 0.5s;
    z-index: 9999;
}
.search-active.triggered {
    top: 0;
}
.search-close{
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    color: #40c0cb;
}
.search-active-wrap{
    max-width: 768px;
    margin: 0 auto;
}
 .pageHeader
 {
     width: 100%;
     position: relative;
     overflow: hidden;
     height: 40vw;
     min-height: 300px;
 }

.pageHeader.fullScreen
 {
     height: 35vw;
     max-height: 100vw;
 }

 .pageHeader .headerContent
 {
     position: relative;
     padding: 0;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 2;
 }

 .pageHeader .headerContent
 {
     height: 100%;
 }

 .pageHeader.headerContent video
 {
     width: 100%;
     height: auto;
     display: block;
 }

 .pageHeader .headerBackgroundImage
 {
     position: fixed;
     width: 100%;
     height: 100%;
     z-index: 0;
     top: 0;
     left: 0;
     background-size: cover;
     opacity: 1;
     background-position: center center;
 }

 .pageHeader .headerBackgroundImageOverlay
 {
     position:  absolute;
     z-index: 1;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: #ff930a;
     opacity: 0.2;
 }

 .ie  .pageHeader .headerBackgroundImage, .edge .pageHeader .headerBackgroundImage
 {
     position: absolute; /* stop jerkiness from IE, Edge */
 }

 .pageHeader .headerCarousel
 {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     overflow: hidden;
 }

 .pageHeader .slick-list, .pageHeader .slick-track, .pageHeader .slick-slide
 {
     height: 100%;
 }

 .pageHeader .slick-slide
 {
     background-size: cover;
     opacity: 1;
     background-position: center center;
     background-attachment: scroll;
 }


 .pageHeader .arrowDown
 {
     font-size: 3rem;
     display: none;
     position: absolute;
     width: 1em;
     height: 1em;
     bottom: 0.25em;
     left: 50%;
     margin-left: -0.5em;
     background-image:url(/assets/images/arrow-down.svg);
     background-size: cover;
     z-index: 2;
 }
.acc{
    text-align: center;
    border-right: 1px solid #ccc;
    height: 61px;
}
.chat{
    border-right: 1px solid #ccc;
    height: 60px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.chat:hover{
    background: #40c0cb;
}
img.accLogo {
    max-height: 47px;
    padding-top: 17px;
}
p.experts_p {
    font-size: 18px;
}

a.experts_a {
    font-size: 14px;
    padding: 19px 0;
    display: block;
    font-weight: 600;
}
.experts {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
}
a.experts_a:before {
    content: " ";
    position: relative;
    background-image: url(/assets/images/icons-1/phone-call.svg);
    background-size: 18px;
    padding: 10px 30px 0 0px;
    background-repeat: no-repeat;
    width: 20px;
    top: 2px;
    height: 17px;
    display: inline-block;
    background-position: center;
}
a.live_chat {
    font-size: 14px;
    text-align: center;
    padding: 21px 10px;
    position: relative;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    display: block;
    font-weight: 600;
}

a.live_chat:before {
    content: " ";
    position: relative;
    background-image: url(/assets/images/icons-1/phone.svg);
    background-size: 21px;
    padding: 3px 22px 2px 0px;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: center;
    left: 0;
}
a.live_chat:hover{
    color: #fff;
    text-decoration: none;
}
a.live_chat:hover:before{
    background-image: url(/assets/images/icons-1/phone-white.svg);
    background-repeat: no-repeat;
    background-size: 21px;
}
.enquiry {
    border-left: 1px solid #ccc;
    text-align: center;
    transition-duration: 0.3s;
    background: #40c0cb;
    color: #fff;
}
.enquiry_a {
    font-size: 14px;
    padding: 19px 0;
    display: block;
    font-weight: 600;
    color: #fff;
}
.navContainer_div.enquiry:hover .enquiry_a {
    color: #40c0cb;
}
.contentBlock a.live_chat {
    display: inline-block;
    border-left: 1px solid;
    border-right: 1px solid;
    margin-right: 0;
    padding: 21px 20px;
}
.contentBlock.backgroundGray{
    background: #f5f5f5;
}
.contentBlock .enquiry_a {
    display: inline-block;
    padding: 21px 20px;
    border-left: 1px solid;
    border-right: 1px solid;
    margin-right: -4px;
}
.content-page .contentBlock.backgroundGray .enquiry_a{
    padding: 21px 40px;
    background: #40c0cb;
    color: #fff;
    cursor: pointer;
    border-bottom: 0;
    border-radius: 20px 0;
    transition-duration: 0.3s;
}
.content-page .contentBlock.backgroundGray .enquiry_a:hover{
    border-radius: 0px 20px;
}
.contentBlock.backgroundGray .enquiry_a {
    color: #40c0cb;
}
.contentBlock a.live_chat:hover{
    background: #40c0cb;
}
.contentBlock  .enquiry_a:hover{
    background: #40c0cb;
    color: #fff;
}
.navContainer_div.enquiry:hover {
    background: #fff;
    color: #40c0cb;
}

 @media (min-height: 450px)
 {
     .pageHeader .arrowDown
     {
         display: block;
     }
 }

 .pageHeader .headerTextContainer
 {
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 1;
 }

 .pageHeader .headerTextInner
 {
     display: block;
     width: 100%;
     height: 100%;
 }

 .pageHeader .headerText
 {
     display: flex;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    vertical-align: middle;
    float: none;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
 }
 .home-page  .pageHeader .headerText {
     padding-bottom: 80px;
 }
 .pageHeader h1
 {
     margin: 0;
     padding: 0 15px;
 }

 @media (min-width: 400px)
 {
     .pageHeader .arrowDown
     {
         font-size: 5rem;
     }
 }

 @media (min-width: 600px)
 {
     .pageHeader .arrowDown
     {
         font-size: 7.5rem;
     }
 }



 @media (min-width: 1100px)
 {
     .home-page .pageHeader .headerBackgroundImage
     {
         background-attachment: fixed;
     }
 }

 /*================================================
    hamburger
    =============================================*/

    /*!
     * Hamburgers
     * @description Tasty CSS-animated hamburgers
     * @author Jonathan Suh @jonsuh
     * @site https://jonsuh.com/hamburgers
     * @link https://github.com/jonsuh/hamburgers
     */
    .hamburger {
      padding: 7px 0px 0px 0px;
      display: inline-block;
      cursor: pointer;
      transition-property: opacity, filter;
      transition-duration: 0.15s;
      transition-timing-function: linear;
      font: inherit;
      color: inherit;
      text-transform: none;
      background-color: transparent;
      border: 0;
      margin: 0;
      overflow: visible; }
      .hamburger:hover {
        opacity: 1; }

    .hamburger-box {
      width: 30px;
      height: 24px;
      display: inline-block;
      position: relative;
    }

    .hamburger-inner {
      display: block;
      top: 50%;
      margin-top: -2px; }
      .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 30px;
        height: 3px;
        background-color: #40c0cb;
        border-radius: 0px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; }
      .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block; }
      .hamburger-inner::before {
        top: -10px; }
      .hamburger-inner::after {
        bottom: -10px; }

    .hamburger.hamburger--spin.is-active  .hamburger-inner, .hamburger.hamburger--spin.is-active .hamburger-inner::after {
        /*background-color: #fff;*/
        z-index: 2;
    }
    /*
       * Spin
       */
    .hamburger--spin .hamburger-inner {
      transition-duration: 0.3s;
      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
      .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner {
      transform: rotate(225deg);
      transition-delay: 0.14s;
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
      .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
      .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }





/**** ==================================
PAGE LAYOUT
==================================****/
.topNavContainer
{
    transition: 0.3s all;
    -webkit-backdrop-filter: blur(10px);
}

.topNavContainer.translucent
{
    background-color: #fff;
    border-bottom: 3px solid #40c0cb;
}

.hamburger
{
    padding-top: 2px;
    margin-bottom: -7px;
}

.topNav{
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0,0,0,0.5);
    top: 60px;
    -webkit-backdrop-filter: blur(10px);
}

.topNav.fullWidth
{
    border-right: none;
    border-radius: 0;
}


.topNav a
{
    transition: 0.3s all;
    color: #40c0cb;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 0.5em 1em !important;
    line-height: 1em;
}

.topNav a:hover
{
    text-decoration: none;
    color: #cecece;
}

.btn
{
    font-family: 'Roboto', sans-serif;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    color: white!important;
    border-radius: 0;
    transition: 0.3s all;
    padding: 0.5em 1em;
    border: none;
    font-size: 15px;
    font-weight: 300;
}
input.btn{
    font-size: 18px;
}
.btn{
    background-color: #40c0cb;
    color: #fff !important;
}
.btn.btn-sign-up{
    padding: 21px 40px; background: #40c0cb; color: #fff; border-bottom: 0; border-radius: 20px 0; transition-duration: 0.3s; transition: ease 0.3s;
}
.btn:hover
{
    background-color: #8a8c8e;
    color: #fff !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus
{
    outline: none !important;
}

.headerAccount
{
    text-align: right;
}

.headerLogo
{
    margin-top: 5px;
    height: 50px;
    transition: 0.3s all;
    cursor: pointer;
}

.headerContent
{
    background-color: #777;
    min-height: 65px;
}
.home-page .headerTextContainer{
    padding-top: 0;
}
.headerTextContainer
{
    z-index: 2 !important;
    padding-top: 40px;
}

.headerText
{
    color: white;
}
header .topNav li{
    position: relative;
}
header .topNav a.activeTopNav:after {
    content: " ";
    position: absolute;
    top: -10px;
    left: 18px;
    width: 50px;
    height: 4px;
    background-color: #fff;
}

.headerText h1
{
    font-size: 2.4rem;
    line-height: 1.2em;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto !important;
    font-weight: 600;
    text-align: center;
    text-shadow: black 1px 1px 7px;
}
.headerText_block{
    padding: 5px 20px;
    background-color: #fff;
    color: #40c0cb;
}
.contentBlock .headerText p {
    color: white;
    text-align: left;
    max-width: 1400px;
    margin: 0 auto;
}

.headerText h1 img
{
    display: none !important;
    width: 50% !important;
    max-width: 500px;
    margin: 0 auto 30px auto;
}


@-moz-keyframes scale {
  from {
      trasnform: scale(1);
  }
  to{
      transform: scale(1.6);
  }
}
@-webkit-keyframes scale {
    from {
        trasnform: scale(1);
    }
    to{
        transform: scale(1.6);
    }
}
@-o-keyframes scale {
    from {
        trasnform: scale(1);
    }
    to{
        transform: scale(1.6);
    }
}
@keyframes scale {
    from {
        trasnform: scale(1);
    }
    to{
        transform: scale(1.6);
    }
}

.headerText span{
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    line-height: 50px;

}
.typed_cont{
  display: block;
  padding-left: 20px;
}
.type_animation{
    opacity: 1;
    margin: 0px auto;
    text-align: center;
    padding-left: 40px;
    padding-top: 30px;
    max-width: 1400px;
    overflow: hidden;
    /*animation: type 1.5s steps(60, end);*/
}
.typing_animation{
    opacity: 1;
    margin: 0px auto;
    text-align: center;
    padding-left: 40px;
    padding-top: 30px;
    max-width: 1400px;
    overflow: hidden;
    width: 100%;
    animation: type 2s steps(60, end);
    position: absolute;
    left: 0;
    height: 65px;
}
@-moz-keyframes type {
  from {
    width: 0;
  }
}
@-webkit-keyframes type {
  from {
    width: 0;
  }
}
@-o-keyframes type {
  from {
    width: 0;
  }
}
@keyframes type {
  from {
    width: 0;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    bottom: -250px
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    bottom: -250px
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
    bottom: -250px
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    bottom: -250px
  }
}
.type_animation span, .typing_animation span {
  animation: blink 1s infinite;
}
@-moz-keyframes blink {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  to {
    opacity: 0;
  }
}
@-o-keyframes blink {
  to {
    opacity: 0;
  }
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
.headerText p
{
    font-size:1.2rem;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 0;
}
.headerText p .btn
{
    font-size: 1.4rem !important;
}

.headerBackgroundImageOverlay
{
    position:  absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.2;
}

header.type2 .arrowDown
{
    opacity: 0.5;
    transition: 0.3s all;
}

header.type2 .arrowDown:hover
{
    opacity: 1;
}

.slickDots
{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1000;
}

.slickDotsHeader
{
    position: absolute;
    bottom: 20%;
}

.slickDots ul
{
    margin: 10px 0 20px 0 !important;
    padding: 0 0 0 0;
}

.slickDotsHeader ul
{
    margin: 0 !important;
}

.slickDots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slickDots li button
{
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    z-index: 1000;
    width: 10px;
    height: 10px;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(44,44,44,0.5);
    color: transparent;
    border: 0;
    outline: none;
}

.slickDots li button, .slickDotsHeader li button
{
    background-color: rgb(255, 255, 255);
    border: 1px solid #ffffff;
}

.slickDots li.slick-active button
{
    background-color: rgba(255, 255, 255, 0);
}

li.slick-active button, .slickDotsHeader li.slick-active button
{
    background-color: white;
}

.contentBlockText_h2 p {
    margin: 30px 0;
}

.contentBlock .backgroundWhite .contentBlockText h2.contentBlockText_h2, .contentBlock .iconsdiv:first-child .contentBlockText h2.contentBlockText_h2{
    padding: 30px 10px;
    color: #4e4e4e;
    font-weight: 600;
    transition-duration: 0.3s;
    font-size: 30px;
}

p.contentBlockText_p {
    padding: 0 10px;
}
.contentBlock .backgroundWhite.contentS2 .contentBlockText h2.contentBlockText_h2, .contentBlock .contentS2.iconsdiv:first-child .contentBlockText h2.contentBlockText_h2{
    color:#40c0cb;
}
.contentBlock .backgroundWhite.contentS2 .contentBlockText *, .contentBlock .contentS2.iconsdiv:first-child .contentBlockText *{
    color:#40c0cb;
}

.contentBlock .backgroundWhite.contentS4 .contentBlockText h2.contentBlockText_h2, .contentBlock .contentS2.iconsdiv:first-child .contentBlockText h2.contentBlockText_h2{
    color:#8a8c8e;
}
.contentBlock .backgroundWhite.contentS4 .contentBlockText *, .contentBlock .contentS4.iconsdiv:first-child .contentBlockText *{
    color:#8a8c8e;
}

.contentBlock .testimonial_item { margin-bottom: 2em; }

/*=======
Icons Section
========*/

.labServices.contentBlock{
    background: none;
    margin-top: -150px;
    border: none;
    padding-bottom: 20px;
    text-align: center;
}
.labServices-item {
    padding: 0;
    cursor: pointer;
    max-width: 300px;
    position: relative;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
    margin: -3px;
    width: 100%;
}
.labServices-item:first-child {
    padding-left: 15px;
}
.labServices-item:last-child {
    padding-right: 15px;
}
.labServices-item .contentBlockTextOuter {
    background: #fff;
    padding-top: 160px;
}
.labServices-item .contentBlockText{
    padding: 0 30px;
}
.labServices-item a{
    transition-duration: 0.3;s
}
.labServices-item a:hover{
    opacity: 0.7;
}
.contentBlock .labServices-item p{
    color: #4d4d4f;
}

.ls01 h2.contentBlockText_h2 {
    color: #0d9fd8;
}
.ls01.labServices-item h2.contentBlockText_h2:hover {
    background: #0d9fd8;
}
.ls01.labServices-item a {
    padding: 10px 40px;
    background: linear-gradient(to right, #0d9fd8, #03709a);
}
.ls02 h2.contentBlockText_h2 {
    color: #f8981f;
}
.ls02.labServices-item h2.contentBlockText_h2:hover {
    background: #f8981f;
}
.ls02.labServices-item a {
    padding: 10px 40px;
    background: linear-gradient(to right, #ffc400, #e89935)
}
.ls03 h2.contentBlockText_h2 {
    color: #643265;
}
.ls03.labServices-item h2.contentBlockText_h2:hover {
    background: #643265;
}
.ls03.labServices-item a {
    padding: 10px 40px;
    background: linear-gradient(to right, #643265, #521d79);
}
.ls04 h2.contentBlockText_h2 {
    color: #8cd64a;
}
.ls04.labServices-item h2.contentBlockText_h2:hover {
    background: #8cd64a;
}
.ls04.labServices-item a {
    padding: 10px 40px;
    background: linear-gradient(to right, #8cd64a, #569a19);
}
.labServices-item h2 {
    color: #40c0cb;
    position: absolute;
    top: 35px;
    z-index: 2;
    text-align: left;
    left: 0;
    right: 0;
    font-weight: 400;
    font-size: 20px;
    width: 195px;
    margin: 0 auto;
    background: rgb(245, 245, 245);
    padding: 5px 0px 5px 20px;
    transition-duration: 0.5s;
    border-left: 3px solid;
}
.labServices-item h2.contentBlockText_h2:hover {
    background: #40c0cb;
    color: #fff;
    border-left: 7px solid;
}
/*.ls01 h2.contentBlockText_h2 {
    padding: 15px 0 15px 20px;
}*/
.labServices.contentBlock p{
    font-size: 15px;
    font-weight: 400;
}
.labServices_svg {
    box-shadow: rgba(0, 0, 0, 0.15) -7px 15px 35px;
    position: absolute;
    width: 274px;
    top: -105px;
    height: 260px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #fff;
}
@keyframes draw{
    0% {
     stroke-dashoffset: 0;
    }
    50%{
       stroke-dashoffset: 470px;
    }
    100%{
       stroke-dashoffset: 0;
    }
}
@keyframes draw02{
  from {
   stroke-dashoffset: 0;
  }
}
@keyframes draw03{
  from {
   transform: scale(0);
  }
}
@keyframes draw04{
  from {
   stroke-dashoffset: 0;
  }
}
@keyframes draw05{
  from {
   transform: rotate(360deg);
  }
}

@keyframes draw03{
  from {
   transform: scale(0);
  }
}
@keyframes draw06{
  from {
   stroke-dashoffset: 0;
  }
}

@keyframes rotate{
  from {
   transform: rotate(0);
  }
  to{
    transform: rotate(360deg);
  }
}

#lab_svg_04 circle{
  animation: draw03 5s infinite alternate;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.ls04_p1{
  animation: draw06 5s infinite alternate;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.ls04_p1, .ls04_p2{
  animation: draw06 5s infinite alternate;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.st1{
  animation: draw06 5s infinite alternate;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
path.st0 {
    animation: rotate 15s infinite alternate;
    transform-origin: 50% 50%;
    transition-timing-function: ease;
}
.ls03_p1{
  animation: draw04 5s infinite alternate;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.ls03_p2{
  animation: draw05 5s infinite alternate;
  transform-origin: 50% 50%;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.ls02_p2{
  animation: draw02 5s infinite alternate;
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
#lab_svg_02 circle{
animation: draw03 5s infinite alternate;
  transform: scale(1);
  transition-timing-function: ease-in-out;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.ls01_p2{
  animation: draw 3s infinite alternate;
  transition-timing-function: linear;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.labServices_svg svg{
    margin-top: 0px;
    padding: 2px;
    transition-duration: 0.3s;
}
.labServices_svg:hover .lab_svg {
    transform: scale(0.8);
}
.labServices-item .labServices_svg{
    background: linear-gradient(to right, #eee, #ddd);
}
.labServices-item a{
    padding: 10px 40px;
    background: linear-gradient(to right, #40c0cb, #00a5b3);
    color: #fff;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.line {
    width: 70px;
    height: 1px;
    background: #797979;
    margin-bottom: 25px;
}

.backgroundOrange {
    background: #f5f5f5;
}
.iconsdiv:nth-child(2) {
    background: #f5f5f5;
}
.iconsdiv img{
    max-width: 70px;
    display: block;
    margin: 50px auto;
    text-align: center;
    transition: transform 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.iconsdiv img:hover{
    transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}
.btn.quoteButton, #getaquote button#contact-submit{
    transition: transform 0.3s;
    background: #4e4e4e;
}
.contactForm.formHidden{
    padding: 0 0 0 0;

}

.btn.quoteButton:hover, #getaquote button#contact-submit:hover{
    transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
    background: #40c0cb;
}

.backgroundOrange h2, .iconsdiv:nth-child(2) h2{
    color: #4e4e4e;
    padding: 30px 10px;
    font-weight: 600;
    font-size: 30px;
}
.contentBlock .backgroundOrange p, .contentBlock .iconsdiv:nth-child(2) p{
    color: #4e4e4e;
}
.backgroundWhite.backgroundGray{
    background: #eee;
}
.iconsdiv:first-child{
    background: #eee;
}

.contactForm #getaquote{
    display: block;
    position: relative;
}
#getaquote fieldset {
    padding: 10px 0;
}
.contactForm.formHidden #getaquote{
    height:0;
    transition-duration: 0.3s;
    opacity: 0;
    display: none;
}

.contactForm.formHidden #getaquote-hidding-quote{
    height:0;
    transition-duration: 0.3s;
    position:relative;
    overflow: hidden;
}

.contactForm.formHidden #getaquote-hidding-quote.activeQuote    {
    height:750px;
    padding-top:35px;
    max-width: 768px;
    margin: 0 auto;
}
.getaquote-hidding-quote-esc {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 10px;
    font-size: 30px;
    z-index: 20;
    cursor: pointer;
    opacity:0;
    color: #40c0cb;
}
.activeQuote .getaquote-hidding-quote-esc{
    opacity:1;
}
.contactForm.formHidden{
    padding:0;
}
.contactForm.formHidden #getaquote.activeQuote    {
    height:950px;
    padding-top:35px;
    opacity: 1;
    display: block;
    max-width: 768px;
    margin: 0 auto;
}
.activeQuote .getaquote_esc{
    opacity:1;
}
.getaquote_esc {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 10px;
    font-size: 30px;
    z-index: 20;
    cursor: pointer;
    opacity:0;
    color: #40c0cb;
}
#getaquote input {
    font-size: 15px;
    padding: 10px;
    min-width: 250px;
    background: #f9f9f9;
    border: none;
}

#getaquote button#contact-submit {
    background-color: #40c0cb;
    border: none;
    color: #fff;
    padding: 15px 20px;
    letter-spacing: normal;
    font-size: 17px;
}
.icons_section .contentBlockText{
    display: block;
    text-align: center;
    padding: 0;
}


/*=======
WELCOME
========*/
#welcome h2{
    font-weight: 700;
    font-size: 50px;
}
#welcome p.welcome_p{
    font-size: 20px;
    color: #40c0cb;
    padding: 20px 0;
    letter-spacing: 1px;
}

/*=======
Videos
========*/
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    opacity: 1;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    top: 60px;
    position: absolute;
    height: 100%;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    top: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.poster{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*=======
Logos
========*/
.logosGrid {
    background: #fff;
    padding-bottom: 100px;
    padding-top: 50px;
}
.logosGrid h2{
    text-align: center;
    padding: 40px 0;
}
.row.constrain {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}
.logosGrid .col-xs-6.col-sm-3{
    height: 100px;
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
}
.logosGrid_1{
    background-image: url(/assets/images/microsoft2.png);
}
.logosGrid_2{
    background-image: url(/assets/images/facebook.png);
}
.logosGrid_3{
    background-image: url(/assets/images/twitter2.png);
}
.logosGrid_4{
    background-image: url(/assets/images/epson2.png);
}
.logosGrid_1:hover{
    background-image: url(/assets/images/microsoft.png);
}
.logosGrid_2:hover{
    background-image: url(/assets/images/facebook2.png);
}
.logosGrid_3:hover{
    background-image: url(/assets/images/twitter.png);
}
.logosGrid_4:hover{
    background-image: url(/assets/images/Epson.png);
}
/*=============
WHO WE ARE
================*/
h1.headerAbout{
    position: relative;
}
  .headerParagraph {
    max-width: 1400px;
    margin: 0 auto;
}
.headerParagraph_span{
    font-size: 23px!important;
    max-width: 610px;
    text-align: left;
    margin: 30px 45px;
}
.headerImg.about {
    background-image: url(/assets/images/labs_logo.png);
    background-repeat: no-repeat;
}
.contentBlock.contentAbout {
    background-color: #8a8c8e;
    background: -webkit-linear-gradient(to right, #40c0cb, #29ffc6, #40c0cb);
    background: linear-gradient(to bottom, #797979, #797979, #8a8c8e);
    border: none;
    padding: 100px 0;
}
.contentAbout h2 {
    color: #fff;
}
.contentAbout .contentBlockText{
    vertical-align: top;
}
.iconAbout {
    width: 60px;
    position: relative;
    margin: 30px auto;
    background-size: 100%;
    padding: 40px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
}
.contentAbout h1.headerAbout {
    font-size: 10em;
    font-weight: 600;
    line-height: 1.2em;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto !important;
    font-weight: 600;
    text-align: left;
    padding-bottom: 50px;
}
.contentBlock.paralax{
    background-color: #fff;
    background-image: url(/assets/images/placeholders/ph1.jpg);
    background-attachment: fixed;
  }
.paralaxGradient{
    background-color: rgba(95, 95, 95, 0.83);
    padding-bottom: 40px;
}
.paralax h2{
    color: #fff;
    font-size: 50px;
    text-align: center;
    padding: 40px 0;
}
.paralax ul{
    columns: 2;
    display: block;
    width: 100%;
    text-align: center;
}
.paralax ul li {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 17px 0;
    position: relative;
}
.paralax ul li:before, .paralax ul li:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.paralax ul li:after {
    width: 40px;
    height: 40px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.paralax ul li:hover::before, .paralax ul li:hover::after {
      opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.who-we-are .headerContent {
    background-color: #4d4d4f;
    background: -webkit-linear-gradient(to right, #40c0cb, #29ffc6, #40c0cb);
    background: linear-gradient(to bottom, #4d4d4f, #4d4d4f, #797979);
    min-height: 65px;
}
.who-we-are .headerText_block{
    color: #4d4d4f;
}
.who-we-are #nextSection .headerText_block {
    color: #797979;
}

.who-we-are #welcome h2, .who-we-are #welcome p.welcome_p{
    color: #4d4d4f;
}
.who-we-are .btn{
    background-color: #4d4d4f;
}
.who-we-are .topNavContainer.translucent{
    background-color: #4d4d4f;
}

/* Effect 7: second border slides up */
.backgroundOverlay{
    background-image: url(/assets/images/placeholders/background1.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-attachment: fixed;
    z-index: -1;
}
.cl-effect-7{
    text-align: center;
}
.cl-effect-7 a {
	padding: 12px 15px 10px;
	color: #fff;
	text-shadow: none;
	font-weight: 700;
    line-height: 100px;
    font-size: 20px;
    position: relative;
}
.cl-effect-7 a:hover{
    text-decoration: none;
    color: #40c0cb;
}
.mainBody .contentBlock .cl-effect-7 ul{
    -webkit-column-count: 3;
   -moz-column-count: 3;
   column-count: 3;
   border: none;
}
.mainBody .contentBlock .cl-effect-7 ul li{
    margin-top: 0;
}
.cl-effect-7 a::before,
.cl-effect-7 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}

.cl-effect-7 a::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::before,
.cl-effect-7 a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
    background: #40c0cb;
}

.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::after {
	top: 0%;
	opacity: 1;
}

/*=============
Services
================*/
.services .pageHeader.fullScreen {
    height: 70vh;
    max-height: 70vh;
}
#services h2{
    font-weight: 700;
    font-size: 50px;
    text-align: left;
    position: relative;
}
#services p.welcome_p{
    font-size: 20px;
    color: #40c0cb;
    padding: 20px 0;
    letter-spacing: 1px;
}
#services h2:before {
    content: " ";
    position: absolute;
    top: -15px;
    left: 0px;
    width: 70px;
    height: 10px;
    background-color: #40c0cb;
}
.s1, .s2, .s3 ,.s4{
    padding: 50px 0;
}
#services .s2 h2{
    color: #40c0cb;
}
#services .s2 h2:before{
    background-color: #40c0cb;
}
#services .s2 p.welcome_p{
    color: #40c0cb;
}
#services .s3 h2{
    color: #4d4d4f;
}
#services .s3 h2:before{
    background-color: #4d4d4f;
}
#services .s3 p.welcome_p{
    color: #4d4d4f;
}
#services .s4 h2{
    color: #8a8c8e;
}
#services .s4 h2:before{
    background-color: #8a8c8e;
}
#services .s4 p.welcome_p{
    color: #8a8c8e;
}

/*=============
Contact
================*/
.contact .pageHeader.fullScreen {
    height: 70vh;
    max-height: 70vh;
}
.contact .headerContent{
    background-color: #8a8c8e;
    background: #8a8c8e;
}
.contact .topNavContainer.translucent{
    background-color: #8a8c8e;
}
.contact .headerText_block{
    color: #8a8c8e;
}
.contact h2{
    color: #8a8c8e;
}
.headerContact{
    padding: 40px;
}
.contact #services h2:before{
    background-color: #8a8c8e;
}
a.contactLink{
    margin: 20px 0;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 500;
}
a.contactLink:before{
    content: " ";
    position: relative;
    left: 0;
    padding: 10px 20px;
    background-image: url(/assets/images/icons-1/phone-call.svg);
    width: 10px;
    height: 10px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

form#contact {
    max-width: 600px;
    margin: 0 auto;
}
#contact input, #contact textarea {
    font-weight: 100;
    padding: 10px 15px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #dadada;
}
#contact fieldset{
    padding: 10px 0;
}
#contact button{
    background-color: #8a8c8e;
    color: #fff !important;
    border: none;
    border-radius: 0;
    transition: 0.3s all;
    padding: 0.5em 1em;
    border: none;
    font-size: 15px;
}
/*=============
Home Bottom Section
================*/
.newSection {
    min-height: 500px;
    padding: 0 50px;
}
.newSection:after {
    /*content: " ";
    position: absolute;
    top: 100px;
    right: -31px;
    bottom: 0;
    display: block;
    z-index: 2;
    transition-duration: 0.5s;
    width: 1px;
    height: 250px;
    background-color: #ddd;*/
}
.news-items {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 50px 50px 20px 50px;
}
.news-items p {
    margin: 25px 0;
    position: relative;
    display: block;
}
.news-item {
    position: relative;
}
.news-slick{
    /*max-width: 400px;*/
}
.slickDots.slickDotsNews {
    max-width: 350px;
    margin: 0 50px;
}
.slickDotsNews.slickDots li button{
    background-color: rgb(255, 255, 255);
    border: 1px solid #40c0cb;
}
.slickDotsNews.slickDots li.slick-active button {
    background-color: #40c0cb;
}

.news-item img {
    max-height: 100%;
    width: 100%;
    transition-duration: 0.5s;
}
.news-item:hover img {
    transform: scale(1.2);
}
a.news-item-category{
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    z-index: 11;
}
.news-item-details{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    margin: 0;
    right: 80px;
}
a.news-item-title {
    font-size: 25px;
    color: #4e4e4e;
    font-weight: bold;
}
.contentBlock p.news-item-date {
    margin: 0;
    font-size: 15px;
    color: #4e4e4e;
    margin-top: 2px;
    font-weight: bold;
}

.news-item:before {
    content: " ";
    padding: 22px;
    position: absolute;
    left: 0;
    top: 25%;
    background-image: url(/assets/images/icons-1/news-white.svg);
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
    z-index: 10;
    right: 0;
    transition-duration: 0.5s;
}
.news-item:hover:before {
    transform: scale(0.8);
    transition-duration: 0.5s;
}
/*.news-item:hover:after {
    background: rgba(85, 85, 85, 0.0);
    transition-duration: 0.5s;
}*/
a.viewAll {
    position: relative;
    font-size: 18px;
    color: #4e4e4e;
    border-left: 4px solid;
    padding-left: 10px;
}
a.viewAll:hover{
    color: #40c0cb;
}
/*KNOWLEDGE HUB*/
.hub-items {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 50px;
}
.hub-items p {
    margin: 25px 0;
    position: relative;
    display: block;
}
.hub-item {
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    position: relative;
}
a.hub-item-arrow {
    position: absolute;
    right: 0;
    padding: 10px;
    background: url(/assets/images/icons-1/arrow-blue.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    top: 15px;
    transition-duration: 0.3s;
}
.hub-item:hover a.hub-item-arrow {
    right: -15px;
}
.hub-items-wrapper {
    padding: 0 20px;
    border-left: 5px solid #40c0cb;
}
.contentBlock p.hub-item-date {
    margin: 0;
    font-size: 15px;
    color: #4e4e4e;
    margin-top: 2px;
    font-weight: bold;
}
.contentBlock a.hub-item-title {
    margin: 0;
    font-size: 16px;
    color: #40c0cb;
    display: block;
}
a.hub-item-title:hover {
    color: black;
}
.socialIcons {
    width: 210px;
    height: 200px;
    padding: 20px;
    background: #40c0cb;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 5%;
    top: -100px;
    box-shadow: rgba(0, 0, 0, 0.25) -7px 15px 35px;
}
a.social-link {
    padding: 15px 20px;
    display: inline-block;
    margin: 0;
    transition: transform 0.3s;
}
h3.social-h3 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 25px;
}
.social-link img {
    width: 20px;
}
.content-section .social-link img {
    width: 20px;
}
.content-section  h3.social-h3 {
    border:none;
    padding: 0;
}
/*
a.social-link.social-fb {
    background: url(/assets/images/icons-1/facebook.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
a.social-link.social-ln {
    background: url(/assets/images/icons-1/linkedin.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
a.social-link.social-ytb {
    background: url(/assets/images/icons-1/youtube.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
a.social-link.social-tw {
    background: url(/assets/images/icons-1/twitter.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}*/
a.social-link:hover{
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}
/*Articles*/
.article-items {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 50px;
}
.article-items p {
    margin: 25px 0;
    position: relative;
    display: block;
}
.article-item {
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    position: relative;
}
a.article-item-arrow {
    position: absolute;
    right: 0;
    padding: 10px;
    background: url(/assets/images/icons-1/arrow-blue.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    top: 15px;
    transition-duration: 0.3s;
}
.article-item:hover a.article-item-arrow {
    right: -15px;
}
.article-items-wrapper {
    padding: 0 20px;
    border-left: 5px solid #40c0cb;
}
.contentBlock p.article-item-date {
    margin: 0;
    font-size: 15px;
    color: #4e4e4e;
    margin-top: 2px;
    font-weight: bold;
}
.contentBlock a.article-item-title {
    margin: 0;
    font-size: 16px;
    color: #40c0cb;
    display: block;
}
a.article-item-title:hover {
    color: black;
}
.webticker_container{
    margin-top: 65px;
}
.service-page .webticker_container{
    margin-top: 0;
}
.media .webticker_container{
    margin-top: 0;
}
.logo_container img {
    max-height: 70px;
    margin: 0 30px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition-duration: 0.5s;
}
.content-section .logo_container img {
    width: auto;
}
.logo_container h2{
    margin-bottom: 40px;
}
.logo_container  img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.logo_container {
    text-align: center;
    padding: 20px 0;
}
ul#webticker li {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    margin: 0!important;
}
ul#webticker li a{
    font-size: 12px;
}
ul#webticker p{
    display: inline-block;
    font-size: 12px;
    margin: 0;
}
span.webticker_icon {
    background: url(/assets/images/icons-1/twitter-blue.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 20px;
    margin: 0 0 0 15px;
}
span.webticker_date {
    font-size: 10px;
    font-style: italic;
    line-height: 50px;
    font-weight: 100;
    margin: 0 10px;
}
#webticker {
    background: #f5f5f5;
    color: #4e4e4e;
    height: 40px;
}
#webticker a {
    color: #40c0cb;
}
#webticker a:hover{
    color: #4e4e4e;
}
.news-slick button.slick-arrow{
    background: url(/assets/images/icons-1/arrow-blue.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.media .arrowsUl{
    text-align: center;
    padding: 0;
    margin: 30px auto;
}
.media .prev,.media .next{
    border: none;
    text-indent: -9999px;
    background: url(/assets/images/icons-1/arrow-blue.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    display: inline-block;
}
.media .prev:before,.media .next:before{
    display: none;
    opacity: 0;
}
.media .prev{
    transform: rotate(180deg);
}
.news-slick button.slick-prev.slick-arrow{
    top: 40%;
}
.news-slick.slick-slider .slick-list{
    box-shadow: rgba(0, 0, 0, 0.25) -7px 15px 35px;
}
.footer_wrapper {
    max-width: 1024px;
    margin: 20px auto;
}
.footer_bottom{
    margin-top: 30px;
}
.footer_bottom p.text-center{
    font-size: 12.2px;
}
.mainBody footer p
{
    color: #4e4e4e;
    font-size: 1.4rem;
}
.mainBody footer a{
    color: #4e4e4e;
    font-size: 1.4rem;
}
/*=============
News Page
================*/
.items {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0px;
}
.items p {
    margin: 25px 0;
    position: relative;
    display: block;
}
.item {
    margin: 15px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    position: relative;
}
a.item-arrow {
    position: absolute;
    right: -20px;
    padding: 10px;
    background: url(/assets/images/icons-1/arrow-blue.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    bottom: 15px;
    transition-duration: 0.3s;
}
.item:hover a.item-arrow {
    right: -15px;
}
.items-wrapper {
    padding: 0 20px;
    border-left: 5px solid #40c0cb;
}
.contentBlock p.item-date {
    margin: 0;
    font-size: 15px;
    color: #4e4e4e;
    margin-top: 2px;
    font-weight: bold;
}
.contentBlock a.item-title {
    margin: 0;
    font-size: 16px;
    color: #40c0cb;
    display: block;
}
a.item-title:hover {
    color: black;
}

/*=============
Services Page
================*/
.services-section.contentBlock{
    border-top: 5px solid #40c0cb;
}
.services-header {
    position: absolute;
    top: -46px;
    margin: 0 auto;
    left: 1px;
    right: 1px;
    width: 400px;
}
.services-header h2{
    padding: 10px;
    margin: 0;
    background: #40c0cb;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
}
.service-page .pageHeader{
    height: 25vw;
}
.service-item img {
    width: 100%;
    transition-duration: 0.3s;
}
.service-item-text {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 70px;
    padding: 10px 40px;
    background: #fff;
}
.service-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.mainBody .service-item li {
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
    margin-left: 0;
    padding-left: 0;
}
.mainBody .service-item p {
    font-weight: 600;
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
    margin-left: 0;
    padding-left: 0;
    color: #333;
}
.service-item h3{
    margin: 10px 0;
    font-weight: bold;
    border-left: 5px solid #40c0cb;
    font-size: 20px;
    padding-left: 15px;
    transition-duration: 0.3s;
}
.service-item:hover h3{
    color: #40c0cb;
}
.service-item:hover img{
    transform: scale(1.1);
}
a.service-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: #ccc 2px 2px 15px;
}
.service-page span.btn.quoteButton {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding: 10px 20px;
    right: 20px;
    font-size: 15px;
    background: #fff;
    color: #4e3e3e !important;
}
/*=============
Content Page
================*/
.content-page span.btn.quoteButton {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    padding: 10px 20px;
    right: 20px;
    font-size: 15px;
    background: #fff;
    color: #4e3e3e !important;
}
.content-section img{
    /*width: 100%;*/
    margin-bottom: 15px;
    max-width: 100%;
}
.content-section {
    padding: 30px 0;
}
.content-section h3 {
    border-left: 5px solid #40c0cb;
    padding-left: 15px;
    font-weight: 400;
}
.content-section h5{
    border-left: 3px solid #40c0cb;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 400;
}
.content-section.contentBlock{
    border:none;
}
.content-page .pageHeader, .news-page .pageHeader{
    height: 25vw;
}
/*=============
Booking Cart Page
================*/
.mainBody.cart{
    padding-top: 50px;
}
.mainBody #cart-booking li{
    margin: 0;
}
.mainBody .contentBlock #cart-booking ul {
    margin: 0 auto;
}
#cart-booking input[type="number"] {
    width: 60px;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: center;
    float: none;
    font-size: 16px;
}
#cart-booking{
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
}
#cart-booking #voucher{
    padding: 10px;
    margin: 0;
    font-size: 13px;
    border: 1px solid gray;
    margin-right: 20px;
}
#cart-booking .price li {
    margin: 10px 0;
    border-bottom: 1px solid;
    padding: 10px 0;
    font-size: 16px;
}
#cart-booking .price li:before {
    display: none;
}
#cart-booking ul.price {
    float: right;
}

.cart .textbox, .cart #configure-cart .textbox , .cart #configure-cart select
{
    width: 100%;
    -webkit-appearance: none;
    display: block;
    font-size: 13px;
    padding: 1em;
    height: 4em;
    border: none;
    margin: 30px 0;
    color: #7c706c;
    letter-spacing: 3px;
    border-left: 5px solid #40c0cb;
}
 .cart #configure-cart .textbox{
    margin: 10px 0;
 }
.cart #configure-cart textarea.textbox{
    border: none;
}

.cart #configure-cart textarea.textbox
{
    height: 15.75em;
}

.cart #configure-cart .submitButton
{
    -webkit-appearance: none;
    width: 100%;
    border: none;
    background-color: #ffffff;
    color: #40c0cb!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    border-left: 5px solid #40c0cb;
}

.cart #configure-cart .submitButton:hover
{
    background-color: #40c0cb;
    color: #fff!important;
    border-left: 5px solid #fff;
}

/*=============
MEDIA QUERIES
================*/
@media (min-width: 360px)
{
    .headerText h1
    {
        font-size: 3rem;
    }
    .headerText p, .headerText p .btn
    {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 600px)
{


}

@media (min-width: 640px)
{
    .headerText h1 img
    {
        display: block !important;
    }
}

@media (min-width: 768px)
{
  .headerText p, .headerText p .btn
  {
      font-size: 1.8rem !important;
  }
  .headerText h1
  {
      font-size: 5rem;
  }

    .contentBlockText
    {
        padding-left: 1em;
        padding-right: 1em;
    }
 .contentBlock .backgroundWhite, .contentBlock .backgroundOrange,  .contentBlock .iconsdiv:first-child, .contentBlock .iconsdiv:nth-child(2)
    {
        min-height: 400px;
    }
.contentBlock .backgroundWhite.iconsdiv , .contentBlock .backgroundOrange.iconsdiv, .contentBlock .iconsdiv:first-child, .contentBlock .iconsdiv:nth-child(2)
   {
       min-height: 350px;
   }
  .contentBlock .backgroundWhite .contentBlockTextOuter, .contentBlock  .iconsdiv:first-child .contentBlockTextOuter
    {
        min-height: 350px;
    }



}

@media (min-width: 1024px)
{
    .headerText h1
    {
        font-size: 6rem;
    }
    .headerText p, .headerText p .btn
    {
        font-size: 3rem !important;
    }
    .headerText p.headerContact{
      font-size: 2.5rem !important;
    }

}


@media (min-width: 1130px)
{
    .headerContent
    {
        overflow: hidden;
    }
    .headerText h1
    {
      font-size: 8rem;
      line-height: 1.5em;
    }
    .service-page .headerText h1
    {
      font-size: 6rem;
    }
    .content-page .headerText h1, .news-page .headerText h1
    {
      font-size: 6rem;
    }
}

.cookie-compliance {
    position: fixed;
    bottom: 60px;
    background: white;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 1px 20px 9px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
}
.cookie-close {
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    color: #40c0cb;
    position: absolute;
    right: 0;
    top: 30px;
}

.mainBody ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainBody .contentBlock ul{
    margin: 30px auto;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}
.mainBody .text-container ul li:before, .mainBody .content-section ul li:before {
    content: " ";
    background: #40c0cb;
    position: absolute;
    height: 3px;
    width: 8px;
    display: block;
    left: 4px;
    top: 9px;
}
.mainBody li
{
    padding-left: 1em;
    margin-left: 0;
    background-size: 1.2em 1.2em;
    line-height: 1.2em;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;

    font-weight: 400;
}

.btn.large
{
    font-size: 2.2rem;
}

.contentBlock
{
    margin: 0;
    border-top: 1px solid #f5f5f5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}

.contentBlock, .contentBlock.fullWidthImage
{
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    color: #4d4d4f;
}
.contentBlock.text-container {
    padding: 60px 20px;
    background: url(../images/site-layouts/honeycomb.png);
}
.contentBlock.text-container .btn.quoteButton{
    padding: 21px 40px;
    background: #40c0cb;
    color: #fff;
    border-bottom: 0;
    border-radius: 20px 0;
    transition-duration: 0.3s;
    transition: ease 0.3s;
}
.contentBlock.text-container .btn.quoteButton:hover{
    border-radius: 0px 20px;
    transform: scale(1);
}
.contentBlock.text-container h2{
    color: #40c0cb;
}
.contentBlock.text-container p{
    color: #4e4e4e;
}
.col-xs-12.col-sm-6.col-md-3.backgroundWhite, .col-xs-12.col-sm-6.col-md-3.iconsdiv:first-child {
    background: #fff;
}

.contentBlock .backgroundWhite .contentBlockText *,
.contentBlock .iconsdiv:first-child  .contentBlockText *
{
    color: #4e4e4e;
    font-weight: 300;
    font-size: 20px;
}

.contentBlock.galleryGrid
{
    overflow: hidden;
    margin-top: -1px;
    border-right: 1px solid black;
}

.contentBlock.galleryGrid .row
{
    background-color: black;
}

.contentBlock.galleryGrid .row > div
{
    border-left: 1px solid black;
    border-top: 1px solid black;
    opacity: 1;
    transition: 0.3s all;
}

.contentBlock.galleryGrid .row > div:hover
{
    opacity: 0.9;
    transition: 0.3s all;
}

.contentBlock p
{
    color: #40c0cb;

}
.content-page .contentBlock p
{
    color: #4d4d4f;
    font-weight: 400;
}
.content-page .contactForm.formHidden {
    background: #f3f3f3;
    padding: 0px;
    box-shadow: none;
    margin-top: 20px;
}
.news-page .contentBlock p
{
    color: #4d4d4f;
    font-weight: 400;
}
.content-page .tickercontainer {

}
.testimonialsCarousel
{
    margin: 10px 0;
    visibility: hidden;
}
.testimonialsCarousel button.slick-prev.slick-arrow {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: rotate(180deg);
}
.testimonialsCarousel button.slick-next.slick-arrow {
    position: absolute;
    right: -100px;
    top: 50%;
}
button.slick-arrow {
    border: none;
    text-indent: -9999px;
    background: url(/assets/images/icons-1/arrow.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
}

.testimonialsCarousel.slick-initialized {
    visibility: visible;
}
#testimonials{
    padding: 0;
    background: #40c0cb;  /* fallback for old browsers */
    overflow: hidden;
}
#testimonials h2{
    color: #fff;
}
#testimonials .slick-list{
    padding: 20px 0;
}
.testimonialItem
{
    padding: 2vw;
    background-color: #ffffff;
    border: 5px solid #fff;
    position: relative;
    min-height: auto;
    margin: 0 20px;
    border-radius: 40px;
    box-shadow: rgba(41, 38, 38, 0.3) 5px 5px 30px;
}

.testimonialItem p{
    font-size: 18px;
}
.testimonialItem p em {
    font-size: 15px;
}
.testimonialItem p:first-child
{
    margin-top: 0;
    padding: 0;
}
.contactForm #getaquote-hidding-quote .textbox{
   margin: 10px 0;
}
.contactForm #getaquote-hidding-quote input{
    min-width: 250px;
   background: #f9f9f9;
}
.noBottomPadding
{
    padding-bottom: 0 !important;
}

.contactForm
{
    padding: 2em 0 5em 0;
}
.preview:after {
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.82));
     content:" ";
     position: absolute;
     width: 100%;
     bottom: 10px;
     height: 150px;
}
.full-preview{
    display: none;
    padding-top: 10px;
}
.content-page .contactForm {
    background: #f3f3f3;
    padding: 30px 50px;
    box-shadow: #ddd 5px 5px 42px;
    margin-top: 20px;
}
.contactForm .textbox, .contactForm #getaquote .textbox
{
    width: 100%;
    -webkit-appearance: none;
    display: block;
    font-size: 13px;
    padding: 1em;
    height: 4em;
    border: none;
    margin: 30px 0;
    color: #7c706c;
    letter-spacing: 3px;
    border-left: 5px solid #40c0cb;
}
 .contactForm #getaquote .textbox{
    margin: 10px 0;
 }
.contactForm textarea.textbox{
    border: none;
}

.contactForm textarea.textbox
{
    height: 15.75em;
}

.contactForm .submitButton
{
    -webkit-appearance: none;
    width: 100%;
    border: none;
    background-color: #ffffff;
    color: #40c0cb!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    border-left: 5px solid #40c0cb;
}

.contactForm .submitButton:hover
{
    background-color: #40c0cb;
    color: #fff!important;
    border-left: 5px solid #fff;
}


@media(min-width: 768px)
{
    .homeBlogItem
    {
        font-size: 1.5vw;
        width: 25%;
    }
}

.productsList
{
    list-style: none;
    text-align: center;
    max-width: 1500px;
    margin: 10px auto !important;
}

.productsList img
{
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    background: rgba(255,255,255,0.9);
    border-radius: 0px;
    padding: 10px;
}

.productImage
{
        background-color: white;
}

.productsList li a
{
    color: white;
    text-decoration: none;
}

.productsList li
{
            margin: 0;
            padding: 10px 0;
            cursor: pointer
}

.productName
{
    transition: 0.3s all;
}

.productsList li:hover .productName
{
    color: #40c0cb;
}

.productName
{
    font-family: "Zilla Slab";
    font-size: 2rem;
    padding: 1em 0 0.5em 0;
}

.productDataModal
{
    display: none;
}

.productDataModalContent
{
    position: relative;
    padding: 0;
    max-width: 800px;
}



.fancybox-close-small:after, .fancybox-close-small:hover:after
{
    outline: none;
    background-color: white;
    color: #000;
}

.productModalImage
{
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    background-size: contain;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
}

.productModalText
{
    color: white;
    padding: 30px;
}

.productModalText p
{
    font-size: 1.4rem;
}


@media(min-width: 768px)
{

    .productsList li
    {
        width: 50%;
        float: left;
        padding: 10px;
    }
    .productsList li .productText
    {
        line-height: 1.2em;
        height:6em;
        overflow: hidden;
    }
    .fancybox-close-small:after, .fancybox-close-small:hover:after
    {
        outline: none;
        background-color: transparent;
        color: #FFF;
    }
    .productDataModalContent
    {
        min-height: 500px;
    }
    .productModalImage
    {
        width: 50%;
        height: 100%;
        padding-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .productModalText
    {
        width: 50%;
        float: right;
        height: 100%;

    }
}

@media(min-width: 1024px)
{
    .productsList li
    {
        width: 33.333%;
    }
}

@media(min-width: 1400px)
{
    .productsList li
    {
        width: 25%;
    }
}
.footer-contact-us{
  color: #40c0cb;
}
footer
{
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    color: #40c0cb;
    padding-top: 4em !important;
    padding-bottom: 4em !important;
    border-top: 4px solid #40c0cb;
}

.footerLogo
{
    height: 70px;
}

footer p
{
    color: #4e4e4e;
    font-size: 1.4rem;
}

footer h4
{
    margin-top: 0;
    font-size: 3rem;
}

footer a
{
    color: #4e4e4e;
    text-decoration: none;
}
footer a:hover
{
    text-decoration: none;
}

.footerSocial
{
    height: 20px;
    display: inline-block;
    margin-top: -0.25em;
}
@media(max-width: 1880px){
    .col-sm-1, .col-md-1{
        padding: 0;
        min-width: 170px;
    }
    .col-md-8{
        max-width: 57%;
    }
    header .navOuter{
        padding: 15px 0;
    }
}
@media(max-width: 1600px){
    .labServices.contentBlock{
        margin-top: -100px;
    }
    .col-md-8{
        max-width: 55%;
    }
    .news-item-details{
      position: relative;
    }
    .service-page .headerText h1 {
        font-size: 6rem;
    }
    .content-page .headerText h1 {
        font-size: 6rem;
    }

}
@media(max-width: 1500px){
    .labServices-item{
        max-width: 240px;
    }
    .labServices-item h2 {
        font-size: 16px;
        width: 175px;
    }
    .labServices_svg {
        width: 240px;
        height: 240px;
    }
}
@media(max-width: 1400px){
  .headerImg{
    background-repeat: no-repeat;
    width: 250px;
  }
  /*.pageHeader .headerText{
      display: block;
  }*/
  .pageHeader.fullScreen {
    height: 50vw;
  }
  .labServices.contentBlock{
      margin-top: 0;
  }
  .testimonialsCarousel button.slick-prev.slick-arrow {
    position: absolute;
    left: 40%;
    top: 87%;
    transform: rotate(180deg);
  }
  .testimonialsCarousel button.slick-next.slick-arrow {
      position: relative;
      left: 55%;
      background-position: 0 4px;
  }
  .socialIcons{
      right:0;
  }
  .footer_wrapper{
      margin: 80px 0;
  }
  .news-items{
       padding: 50px 0;
  }
}
@media(max-width: 1200px){

    .line{
        margin: 0 auto;
    }
    .labServices-item h2 {
        color: #40c0cb;
        position: relative;
        top: 10px;
        z-index: 2;
        text-align: left;
        left: 0;
        right: 0;
        font-weight: 400;
        font-size: 16px;
        width: 175px;
        margin: 0 auto;
        background: rgb(245, 245, 245);
        padding: 5px 0px 5px 20px;
        transition-duration: 0.5s;
        border-left: 3px solid;
        display: inline-block;
        bottom: 0;
        vertical-align: middle;
    }
    .labServices-item .contentBlockTextOuter{
        padding-top: 0;
        display: block;
    }
    .labServices-item {
        height: auto;
        width: 20%;
        max-width: 20%;
        padding-bottom: 20px;
    }
    .labServices-item .labServices_svg {
        position: relative;
        width: 100%;
        top: 0;
        height: auto;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        border-radius: 50%;
        padding: 25px;
        display: block;
        background: none;
        border: none;
        background: none;
        box-shadow: none;
    }
    .labServices.contentBlock {
        padding: 20px;
    }
    .media{
        padding-bottom: 80px;
    }
    .newSection {
      min-height: auto;
      padding: 0 20px;
    }
  .footer_wrapper {
      margin: 110px 0;
    }
    .headerText span {
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .service-page .headerText h1 {
        font-size: 4rem;
    }
    .content-page .headerText h1 {
        font-size: 4rem;
    }

}
@media(max-width: 1024px){
  .news-items, .hub-items, .article-items {
        padding:50px 0px;
    }
  .col-xs-hidden {
    display: none!important;
    }
  .pageHeader.fullScreen {
    height: 60vh;
    max-height: 60vw;
  }
 .topNavContainer .col-xs-6.col-md-3, .topNavContainer .col-xs-6.col-md-2{
     width: 50%;
 }
 .socialIcons {
    margin: 20px;
    left: 0;
    margin: 0 auto;
}
}
@media(max-width: 968px){
  header .navOuter {
    padding: 15px 10px 15px 0;
    width: 120px;
  }
}
@media(max-width: 900px){
  footer .footerLogo {
    max-width: 180px;
    height: auto;
  }
  .labServices_svg {
    width: 150px;
    height: 150px;
  }
  .labServices_svg svg {
    width: 50px;
    height: auto;
  }
  .labServices-item .contentBlockText {
    padding: 0 10px;
  }
  .labServices-item h2{
    top: 0;
    width: 90%;
    margin-bottom: 10px;
  }
  .labServices-item a {
    padding: 10px 20px!important;
  }
  .mainBody .contentBlock .cl-effect-7 ul{
      -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
  }
}
@media(max-width: 768px){
    .headerImg {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        width: 100%;
        height: 200px;
        background-size: 200px;
    }

    .pageHeader .headerTextContainer{
        top: 0px;
        padding-top: 40px;
    }
    .headerText h1 {
        font-size: 30px;
    }
    .headerText span {
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        letter-spacing: normal;
        font-weight: 400;
    }
    .service-page .pageHeader .headerText {
        margin-top: 0;
    }
    .service-page .headerText h1 {
        font-size: 30px;
    }
    .content-page .headerText h1 {
        font-size: 30px;
    }
    .services-header h2{
        font-size: 20px;
    }
    .services-header{
        top: -42px;
    }
  .contentBlock .headerText p{
        font-size:25px;
    }
  .pageHeader.fullScreen {
        height: 20vh;
    }
    .services .pageHeader.fullScreen{
        height: 50vh;
    }
    .header_h1_span {
        font-size: 20px;
        line-height: normal;
        letter-spacing: 1px;
    }
    .news-items, .hub-items,.article-items{
        padding: 20px;
    }
    .testimonialItem{
        margin: 0 10px;
    }
    .footerLogo {
        height: 50px;
    }
    .labServices-item h2 {
        top: 10px;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .labServices_svg {
        width: 200px;
        height: 200px;
        padding: 0;
    }
    .labServices-item .contentBlockText {
        display: block;
    }
    .labServices-item {
        height: auto;
        padding-bottom: 20px;
        width: 50%;
        max-width: 50%;
    }
    .slickDots.slickDotsNews{
        margin: 0;
    }
    header .topNavContainer.absolute {
        position: fixed;
    }
    header .topNavContainer.absolute .navOuter{
        overflow: hidden;
    }
    .labServices_svg svg {
        width: 60px;
        height: auto;
    }
    .iconsdiv img{
        position: relative;
    }
    div#crmWebToEntityForm{
        width: 100%!important;
    }
    #getaquote_table {
        width: 100%!important;
        background-color: white;
        color: #40c0cb;
    }

    #getaquote.activeQuote{
        overflow: scroll;
        height: 400px;
    }
    h3.social-h3{
        font-size: 20px;
    }
    .labServices-item .contentBlockTextOuter{
        padding-top: 0;
        min-height: auto;
    }
    .media {
        padding-bottom: 80px;
    }
    .service-item-text {
        position: relative;
        padding: 10px;
        left: 0;
    }
    .logo_container img {
        max-height: 50px;
        margin: 0 10px;
    }
    .home-page .pageHeader .headerText {
        padding-bottom: 0px;
    }
    .home-page .pageHeader .headerTextContainer {
        top: 0px;
        padding-top: 0;
    }
    .contentBlock .labServices-item p {
        color: #4d4d4f;
    }
    .mainBody .contentBlock #cart-booking ul.price{
        width: 100%;
        margin-top: 50px;
    }
}
@media(max-width: 600px){
  .enquiry{
      display: none;
  }
  .mainBody  .contentBlock .cl-effect-7 ul{
      -webkit-column-count: 1;
     -moz-column-count: 1;
     column-count: 1;
  }
  .headerLogo{
      height: 45px;
  }
}
@media(max-width: 560px){
  header .topNavContainer.absolute .navOuter {
    max-height: 50px;
}
  .headerText h1 {
    font-size: 40px;
  }
  p.type_animation {
    padding: 10px 40px;
  }
  .services .pageHeader.fullScreen{
    height: 45vh;
  }
  .contact .pageHeader.fullScreen {
    height: 50vh;
    max-height: 50vh;
  }
  .contentBlock .backgroundWhite .contentBlockText h2.contentBlockText_h2,   .contentBlock .iconsdiv:first-child .contentBlockText h2.contentBlockText_h2,   .contentBlock .iconsdiv:nth-child(2) .contentBlockText h2.contentBlockText_h2, .contentBlock .backgroundOrange .contentBlockText h2.contentBlockText_h2{
      font-size: 35px;
  }
  .logoHeader{
      left: 5px;
  }
  .experts{
      display: none;
  }

  .news-items, .hub-items, .article-items {
      padding: 0;
  }
  .headerText h1 {
    line-height: normal;
    font-size: 20px;
  }
  .headerText span {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 300;
    line-height: normal;
  }
    .media {
    padding-bottom: 70px;
  }
  .service-page .pageHeader .headerTextContainer {
    top: 0;
  }
  input.search_input{
     width: 80%;
     padding: 10px;
  }
  .search-active{
      padding: 40px 10px;
  }
  .labServices-item h2 {
        top: 10px;
        font-size: 14px;
        margin-bottom: 20px;
        width: 80%;
    }
  .labServices-item .labServices_svg {
        padding: 0;
    }
    .labServices-item:first-child,.labServices-item:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 400px){
  .logosGrid_1, .logosGrid_2, .logosGrid_3, .logosGrid_4{
    width: 100%;
  }
  #welcome img{
    width: 100%;
  }
  .contentBlock .headerText p {
    font-size: 15px;
  }
  .services .pageHeader.fullScreen {
    height: 30vh;
  }
  .headerText h1 {
    line-height: normal;
    font-size: 20px;
  }
  .headerText span {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 300;
}
    .media {
        padding-bottom: 70px;
    }
  .service-page .pageHeader .headerTextContainer {
        padding-top: 60px;
  }
  .content-page .pageHeader .headerTextContainer {
        padding-top: 60px;
  }
}
@media(max-width: 414px){
  .pageHeader.fullScreen {
      height: 80vh;
    }
    .search{
        height: 10px;
    }
    .service-page .headerText h1 {
        font-size: 25px;
    }
}
@media(max-width: 375px){
    .pageHeader.fullScreen {
        height: 80vh;
    }
    .testimonialsCarousel button.slick-prev.slick-arrow {
        left: 30%;
        top: 87.2%;
    }
    .testimonialsCarousel button.slick-next.slick-arrow {
        position: relative;
        left: 57%;
        background-position: 0 4px;
    }
    .content-page .headerText h1 {
        font-size: 25px;
    }
    .logo_container img {
        max-height: 40px;
        margin: 0px 5px;
    }
    .content-section h3{
        font-size: 20px;
    }
    .services-header {
        position: relative;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 10px;
        top: 0;
    }
}
@media(max-width: 320px){
  .pageHeader.fullScreen {
    height: 60vh;
    max-height: 190vw;
  }
  .home-page .pageHeader.fullScreen {
    height: 40vh;
    max-height: 40vh;
    min-height: auto;
  }
.home-page .pageHeader .headerText {
    padding-bottom: 0;
  }
}
@media(min-width: 1360px) and (max-height: 786px){
header .topNav.active{
        transform: scale(0.8);
        top: -70px;
        right: 57px;
    }
}

@media(min-width: 1024px) and (max-height: 768px){
    .contentBlock .backgroundWhite.iconsdiv , .contentBlock .backgroundOrange.iconsdiv, .contentBlock .iconsdiv:first-child, .contentBlock .iconsdiv:nth-child(2)
       {
           min-height: 450px;
       }
}


.discount_error_message {
    color: #c00;
    font-weight: bold;
}

.discount_success_message {
    color: #1d961d;
    font-weight: bold;
}

.payment_options {
    width:100%;
    margin:0 0 30px 0;
}

    .payment_option {
        display:inline-block;
        width:33%;
        text-align:center;
        font-size:20px;
        padding:10px 0;
    }

.card_details {
    display:none;
}

.complete_booking {
    display:none;
}


@media(max-width: 1116px){
    .payment_option {
        width:100%;
        margin:0 0 10px 0;
    }
}


ul.payment_methods li {
    border:none;
    margin:0;
    display:inline-block;
}

.currency_switch {
    float:right;
    padding:0px 5px 0 0;
    background:#fff;
    border:1px solid #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin:0 0 14px 0;
}

.currency_switch p {
    float:left;
    padding:0 10px 0 20px;
    font-weight:bold;
    font-size:18px;
}

.currency_buttons {
    display:block;
    float:right;
    margin:6px 0 0 0;
}

    a.currency_button {
        float:right;
        display:inline-block;
        text-align:center;
        background:#eee;
        padding:2px 0 2px 0;
        margin:2px 4px 0 0;
        font-size:30px;
        width:50px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color:#ccc;
        border:1px solid #ddd;
    }

    a.currency_selected {
        color:#fff;
        background:#40c0cb;
    }

.cart_on_hold {
    background:#ffe9e9;
    text-align:center;
    padding:5px;
    border:1px solid #c00;
}

    .cart_on_hold p {
        font-size:13px;
        font-weight:bold !important;
    }

.row_five,.row_five>td,.row_five>td>input {display: none;}

.error_message {
    margin:20px 0 20px 0;
    border:2px solid #c00;
    width:100%;
    background:#cc000012;
    padding:20px;
    text-align:center;
}

    .error_message h2 {
        color:#bf3d27;
        line-height:36px;
        margin:10px 0 0 0;
    }

    .error_message img {
        margin:0;

    }

