

.storefrontcontent {
    background: white;
    border-top: 1.2em solid transparent;
    margin-top: 1.1em;
    min-height: 75em;
    -moz-border-image: -moz-linear-gradient(left, #eaeaea 0%, #95ccff 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #eaeaea 0%, #95ccff 100%);
    border-image: linear-gradient(to right, #eaeaea 0%, #95ccff 100%);
    border-image-slice: 1;
}

.make_an_enq {
    text-align: center;
}


.logo_title img {
    max-width: 250px;
    padding: 0.3em;
    width: auto;
    max-height: 12em;
    height: auto;
}

.logo_title h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #0a0a0a;
    font-family: 'Lora', Arial;
    display: inline-block;
        max-width: 80%;
}
/*KS-29 h1 tag css start here*/
.logo_title h1 {
    font-size: 3.5em;
    font-weight: 700;
    color: #0a0a0a;
    font-family: 'Lora', Arial;
    display: inline-block;
        max-width: 80%;
}
/*KS-29 h1 tag css end here*/
.logo_title h3 {
    font-size: 2em;
    padding-left: 0em;
    color: #0b2d4c;
    font-family: 'Montserrat', Arial;
    font-weight: 300;
}

.sidebarbox  h2 {
    font-size: 2em !important;
    color: #0a0a0a;
    font-family: 'Lora', Arial;
    font-weight: 300;
    margin-top: 0.4em;
    margin-bottom: 0;
    -webkit-text-stroke: 0;
    font-weight: 400;
}


.boxlogo {
    text-align: left;
    max-height: 7em;
    float: right;
    margin-top: 3em;
}

.boxlogo:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.desccompany {
    font-size: 0.5em;
    padding-top: 0.7em;
    display: block;
    margin-top: 1em;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #2171b7;
    border-top: 1px solid #d9d9d9;
}

.tab-inside {
    width: 100%;
    height: auto;
    padding: 3em;
}

.bgrpad {
  padding: 3em 0.7em 0 0.7em;
}

.sf_main_content h2 {
    font-size: 2.2em;
    padding: 1em 0 0 0;
    color: #0a0a0a;
    font-family: 'Lora', arial;
    max-width: 87%;
    margin-top: 0;
    font-weight: 500;
}

.sf_main_content h2:before {
    content: '';
    width: 1em;
    height: 0.2em;
    background: #ff9800;
    position: relative;
    top: -0.2em;
    border-radius: 2em;
    left: 0;
    display: inline-block;
    margin-right: 0.5em;
}

.sf_main_content p {
    padding: 0em 3em 0 0;
}

.sf_main_content ul {
    font-family: 'Lora', Arial;
    color: #525252;
    font-size: 1.7em;
    list-style-type: square !important;
    margin-left: 3em;
    padding-right: 4em;
}
.sf_main_content li {
    padding-bottom: 0.5em;
    font-size: 1.04em;
    color: #000000;
}

.sf_main_content img {
    width: 100%;
    max-height: none !important;
    height: 100% !important;
    max-width: none;
    margin-bottom: 3em;
}

.view_all {
  padding: 1em;
  background: #efefef;
  float: right;
  cursor: pointer;
}


.logo_title {
  display: inline-flex;
  margin-bottom: 1.3em;

}

.sfenquiry {
    background: #0b2d4c;
    min-height: 25em;
    width: 100%;
    padding-bottom: 2em;
    margin-top: -2.8em;
}

.follow {
    height: 20em;
    margin: 0 auto;
}

.follow a {
    text-align: center;
    display: inline-block;
    background: #0b2d4c;
    color: #ffffff;
    padding: 1em 4em;
    font: 1.3em Montserrat, Georgia, serif;
    border-radius: 0.15em;
    text-transform: uppercase;
    border-bottom: 3px solid orange;
    transition: 0.5s all;
}
.follow a:hover {
    border-bottom: 3px solid transparent;
    transition: 0.5s all;
    cursor: pointer;
}

.follow h5 {
    display: block;
    position: relative;
    font-size: 1.5em;
    width: 18em;
    color: #808080;
    font-family: 'helvetica neue', Arial;
    font-weight: 300;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: right;
    margin: 0;
    float: right;
}

.sf_main_content p {
  font-size: 1.7em;
  line-height: 1.5;
}

.sfsection {
  padding: 1.5em 0.5em 0.1em 0.5em;
  display: block;
  color: #0b2b49;
  margin-bottom: 1em;
  font-size: 2.2em;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}
.sfenquiry h3 {
    padding: 2em 0em 0.4em 0;
    color: white;
    font-size: 2.2em;
    font-weight: 300;
    text-align: left;
    font-family: 'Montserrat', Arial;
    margin-left: 13%;
}

.make_an_enq input {
    width: 75%;
    margin: 0 auto;
    background: transparent;
    border-radius: 0em;
    margin-bottom: 0.7em;
    border: 1px solid #a5bdd2;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    color: white;
    font-family: 'Helvetica neue', Arial;
    box-shadow: none;
}


.make_an_enq input[type="text"]:focus {
    background: transparent;
    box-shadow: 0px 3px white;
    transition: 1s;
    border: none;
}

.make_an_enq textarea {
  width: 75%;
  margin: 0 auto;
  background: transparent;
  border-radius: 0.2em;
  border: 1px solid #a5bdd2;
  color: white;
  margin-top: 2em;
  font-family: 'Helvetica neue', Arial;
}


.make_an_enq input::placeholder {
  color: #c9e1f5;
  font-size: 0.9em;
}

.make_an_enq textarea::placeholder {
  color: #c9e1f5;
  font-size: 0.9em;
}

.make_an_enq input[type=submit] {
  background: #ff9800;
  border: none;
  border-radius: 0 !Important;
  padding: 0.5em;
  margin-top: 1em;
}

.followcheck {
  display: inline-block;
  width: 70%;
  text-align: left;
  color: #92adc5;
  font-size: 1.4em;
  font-family: helvetica;
  font-weight: 400;
  margin-top: 1em;
}

.enqbottom .followcheck {
    width: 86%;
}

.followradio {
  width: 1em !important;
}

.storefrontcontent input[type="text"]:focus {
  background: transparent;
  box-shadow: 0px 3px white;
  transition: 1s;
}

.storefrontcontent textarea:focus {
  box-shadow: none;
}

.prbox {
  overflow: auto;
  padding: 2em 2em 0.5em 2em;
  background: white;
}

.prtitle {
  font-size: 2em;
  font-family: 'Lora';
  font-weight: 300;
  color: #1d4466;
}

.whitepaperlogo {
  max-width: 12em;
}

.prbox p {
    font-size: 1.5em;
    padding: 1em 0;
    padding-top: 0;
    font-family: 'Lora', Arial;
    color: #1f1f1f;
    line-height: 1.3;
}

.product__desc p {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.5;
    font-family: 'Lora', Helvetica, Arial;
    margin: 2em 0;
    max-width: 80%;
}
.tab-2 .product__desc p {
    font-size: 1.1em;
}

.article-date {
    font: 1.1em Helvetica, Georgia, serif;
    text-transform: uppercase;
    text-align: center;
    color: #0b2d4c;
    position: absolute;
    display: block;
    padding: 0.8em 1em;
    background: white;
    width: 4em;
    height: 4.1em;
    border-radius: 100%;
    margin-left: -5.5em;
    margin-top: -6em;
    border: 1px solid #125592;
}

.mapsf {
  padding: 1.7em 0 0 0;
}

.mapsf img {
  padding-top: 0.5em;
}

.address_line_1 {
  color: #0b2d4c;
  display: block;
  font-size: 1.2em !Important;
  padding: 0 !Important;
}

.phonenumber {
    color: #0b2d4c;
    display: block;
    padding-bottom: 0.6em;
    padding-left: 2em;
    font-size: 1.6em;
    font-family: 'Lora', Arial;
    padding: 0.4em 0.8em !important;
    background: #f5f5f5;
}
.faxnumber {
    display: block;
    padding: 0.4em 0.8em !important;
    background: #f5f5f5;
    font-size: 1.6em;
    font-family: 'Lora';
    color: #0b2d4c;
}


.fa-link {
  padding-right: 0.5em;
}

.link {
    font-size: 1.5em;
    padding: 0.4em 0.8em !important;
    display: block;
    font-family: 'Lora';
    color: #a6cdef;
    background: #f5f5f5;
}

.emailaddress {
    font-size: 1.5em;
    display: block;
    padding: 0.4em 0.8em !important;
    background: #f5f5f5;
}

.address_line_2 p {
    padding-left: 0.5em;
}

.country p {
    padding-left: 0.5em;
    margin: 0;
}

.city p {
  padding-left: 0.5em;
  margin: 0;
}

.address_line_3 p {
    padding-left: 0.5em;
}

.toclear:nth-of-type(4) {
    clear: both;
    float: left !important;
}
.toclear:nth-of-type(7) {
    clear: both;
    float: left !important;
}
.toclear:nth-of-type(10) {
    clear: both;
    float: left !important;
}

.card-section {
    font-family: 'Lora';
}


.addressline2 p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;

}
.addressline3 p {
    margin-top: 0 !important;

}
.addressline1 p {
    padding-left: 0.5em !important;
}
.addressline2 p {
    padding-left: 0.5em !important;
}
.addressline3 p {
    padding-left: 0.5em !important;
    margin: 0;
}

.tab-1 .card-divider {
padding: 0em;
    font-size: 1.8em;
    font-family: 'Montserrat', Arial;
    font-weight: 500;
    color: #0a0a0a;
    margin-bottom: 1em;
    padding-bottom: 0.6em;
    min-height: 0;
    margin-top: 1.5em;
    display: block;
    padding-left: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
}

.boxheader {
    display: inline-block;
    height: 3em;
    float: right;
    margin-top: 1.6em;
    /*margin-right: 0em;*/
}

.itemcounter {
    display: inline-block;
    padding: 0.5em 0;
    padding-right: 1em;
    color: #a6cdef;
    font-family: 'Helvetica', Arial;
    font-size: 1.2em;
    text-decoration: none !IMPORTANT;
}

.viewall {
  color: #ffffff;
  text-decoration: underline;
}

.whitepapersf {
  background-color: white;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  margin-bottom: 2.5em;
  overflow: auto;
}

.productlogo img {
      max-width: 8em;
    opacity: 0.3;
}
.productlogo {
    height: 10em !important;
    border-right: 1px solid #dedede;
}

.companylinks {
  background: #0b2d4c;
  min-height: 35em;
  padding: 3em 6em;
/*  border-radius: 1em;*/
  }

.enqbottom textarea {
    margin-top: 3em;
    width: 90% !important;
    max-height: 8em;
    margin-bottom: 1em;
}

.companylinks h3 {
    margin-bottom: 1.8em;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 2.7em;
    color: white;
    font-weight: 400;
    text-align: left;
    margin-left: 1em;
}

  .enqbottom input {
    width: 90%;
    margin-top: 0 !important;
}

.wpsf {
    padding: 1em 7em;
    height: auto;
    display: inline-block;
    overflow: auto;
    background: #f3f3f3;
    margin-top: 3em;
}

.wpsf .viewall {
  color: white;
  float: right;
  display: inline-block;
}

.whitepaperstitle {
  color: #0b2d4c;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.7em;
  font-weight: 400
}

.whitepaper-show {
  padding: 0 7em;
  height: 15em;
  display: block;
}

.whitepaper-show .box1 {
  min-height: 16em;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  transition: 0.5s;
}

.whitepaper-show .box1:hover {
  background: white;
  transition: 0.5s;
}


.post-date {
    background: #0b2d4c;
    color: #ececec;
    padding: 1em;
    width: 75px;
    text-align: center;
    display: block;
    font-size: 0.8rem;
    font-weight: 750;
    font-family: montserrat;
    line-height: 1.25;
    border-radius: 50%;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.whitepaper-show .box1:nth-of-type(3) {
  background: red !important;
}

.whitepaper-show h4 {
  font-size: 1rem;
  font-family: 'Lora';
  padding: 0.6em 0.5em;
}

.whitepapertitle {
  background: white;
  min-height: 6em;
  height: auto;
}

.whitepapercover {
  min-height: 10.5em;
  vertical-align: middle;
  height: 10.5em;
}

.whitepapercover:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.sf_main_content {
  /*max-height: 45em;*/
  overflow: hidden;
  margin: 3.4em 0 0em 0;

}

.readmore {
    position: relative;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    background: white;
    height: 1em;
    padding: 1.4em 0.2em;
    margin-top: -1.2em;
    font-weight: 750;
    cursor: pointer;
    font-size: 1.5em;
    font-family: 'Helvetica', Arial;
    margin-left: -2em;
}

.scrollable {
  max-height: none;
  transition: 0.5s;
}

.readmorectano {
  opacity: 0;
}

.gallerybox {
  min-height: 22em;
  background: #000;
  margin-bottom: 1em;
  margin-right: 3em;
  padding-top: 2em;
}

.gallerytitle {
    padding: 1.5em 0.5em 0.8em 1.5em;
    display: block;
    color: #0b2b49;
    margin-bottom: 0;
    font-size: 2.7em;
    font-weight: 500;
    font-family: 'Helvetica Neue', sans-serif;
    margin-right: 1.1em;
    margin-top: 1.4em;
}

.sf_main_content::-webkit-scrollbar-track {
  background-color: white;
  direction: ltr;
}

.sf_main_content::-webkit-scrollbar {
  width: 10px;
  background-color: #dedede;
}

.sf_main_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #dedede;
}

.sf_main_content p {
  overflow: auto;
  font-family: 'Lora', Arial;
  color: #0a0a0a;
}


.companylinks h3 {
  margin-bottom: 2em;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3em;
  font-weight: 300;
  color: white;
}

.companylinks li {
  list-style: none;
  padding-bottom: 1em;
}

.companylinks li a {
  color: #0b2d4c;
  font-family: 'Helvetica', Arial;
}

.companylinks li a:before {
  content: "\f045";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #0b2d4c;
  font-size: 16px;
  padding-right: 1em;
  top: 10px;
  left: 0;
}

.tabs-container {
  position: relative;
  height: 4em;
  margin-top: 3em;
}

.tabs-container nav {
  position: absolute;
  width: 100%;
}

.tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.tabs-container nav ul li {
  order: 1;
}

.tabs-container nav ul li.active {
  order: 0;
}

.tabs-container nav ul li.active:after {
    width: 1px;
    height: 1px;
    right: 1em;
    z-index: 9999;
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0b2d4c;
    padding-right: 0.9em;
    position: absolute;
    top: 14px;
    font-size: 1.2em;
}

.tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.tabs-container nav ul.expanded li.active:after {
    border-top-color: transparent;
    border-bottom-color: #0b2d4c;
    top: 14px;
    content: "\f077";
}

.tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
  z-index: 9;
}

@media all and (min-width: 60em) {
  .tabs-container nav ul {
    display: block;
    white-space: nowrap;
    overflow: hidden;
  }

  .tabs-container nav ul li {
    display: inline-block;
   /* margin: 0 .25em 0 0; */
  }

  .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
    z-index: 9;
  }

  .tabs-container nav ul li.active:after {
    display: none;
  }
}
.tabs1 {
  background: transparent;
  border: none;
}

.tabs-container nav {
  border-bottom: 0;
}


.tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s;
}

.tabs-container nav ul li {
    padding: 1em;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
    transition: 0.5s all;
    font-size: 0.85em;
    font-family: 'Montserrat', Arial;
    border-top: 1px solid transparent;
    transition: 0s;
}

.tabs-container nav ul li:hover {
    background: -webkit-linear-gradient(to right, #f5f5f5, #cccccc);
    background: #fefefe;
    border-top: 1px solid #0b2d4c;
    transition: 0.2s;
}

.no-content2 {

    color: #d8d8d8;
    pointer-events: none;
}

.no-content2:hover {
    cursor:auto;
}



.tabs-container nav ul li.active {
    border-bottom: 0.8em solid #0b2d4c;
    background: #fefefe;
    transition: 0.3s all;
    border-top: 0;
}

.notavailable {
  color: #b3b3b3;
}

.notavailable ul {
  background: none !important;
  cursor: not-allowed;
  pointer-events: none;
}

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

.white_paper_list_box {
  background: #e8e8e8;
  color: #0b2d4c;
  text-align: center;
  transition: 0.3s all;
}
.white_paper_list_box:hover {
  background: #86b7e0 !important;
  transition: 0.3s all;
}
.white_paper_list_box img {
  -webkit-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.75);
  max-height: 320px;
  min-height: 320px;
}

.white_paper_list_box:nth-child(even) {
  background: #dad9d9;
}

.paper_text_box {
  background: #0b2d4c !important;
  padding: 2em;
  color: #fefefe;
}

.paper_img_box {
  padding: 3em;
}

.related_white_paper_box h3 {
  font-size: 1.5rem;
  margin: 0;
  color: #0b2d4c;
  font-weight: 500;
  padding-bottom: 1em;
}

.current {
    display: inline-block !important;
}

@media (max-width: 900px) {

      .companylinks {
    background: #0b2d4c;
    min-height: 35em;
    padding: 3em 6em;
    overflow: auto;
  }
  .owl-buttons {
    position: absolute;
    top: -6em;
    right: -6em;
  }
  .fa-camera {
    padding-right: 0;
  }
  .logo_title h2 {
    margin-top: 3.3em;
  }
    .current {
    display: block !important;
}
}
.tab-content {
    display: none;
}

@media (min-width: 900px) {
    .prtab {
        min-width: 128em;
    }
}


/* product tab */
.product__image {
    padding-right: 2em;
    padding-left: 0.6em;
    overflow: hidden;
    margin-right: 1em;
}

.product__title {
    padding: 0.5em 0 0 0;
    font-family: 'Lora', Arial;
    color: #0b2d4c;
    font-size: 2.2em !important;
    font-weight: 300 !important;
}

.product-list {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 4em;
    border-bottom: 1px solid #d8d6d6;
}

.product-list:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 1px solid #d8d6d6;
}

.product__desc {
    color: #353535;
        margin-top: -1.5em;
}

.tab-2 .product__desc {
    color: #353535;
    margin-top: 1em;
    font-size: 1.4em;
    line-height: 1.6;
}

.tab-2 .product__title h3 {
    padding-left: 0;
}

.tab-2 .logo_title img {
    padding: 0.3em;
    width: auto;
    max-height: 16em;
    height: auto;
}

.tab-3 {
      width: 100%;
}

.product__title h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #0a0a0a;
}
.product__desc h4 {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.5;
    font-family: helvetica;
    margin: 2em 0;
    max-width: 80%;
}


.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 2em;
    font-family: 'Helvetica', Arial;
    padding-top: 2.2em;
}

.th1 {
    background: #ffffff;
    color: #0b2d4c;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    padding-top: 0.8em;
    padding-left: 0.5em;
    border-bottom: 0.6em solid #0b2d4c !important;
}

.th1:hover {
    cursor: pointer;
    background: rgba(194, 217, 245, 0.38);
    transition: 0.4s;
}

.mfp-bg {
    opacity: .9 !important;
}

.mfp-title {
    text-align: left;
    line-height: 24px;
    color: #f3f3f3;
    word-wrap: normal !important;
    padding-right: 0;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 0 !IMPORTANT;
    background: black;
    padding-top: 0.5em;
    padding-left: 0.3em;
    padding-bottom: 0.5em;
    font-size: 1.4em;

}

.tab-link {
     background: #ffffff;
}


.pdficon {
    font-size: 5em;
    padding: 0;
    text-align: left;
    margin-top: 0.7em !important;
    color: #6b7a88;
    margin-left: -0.2em;
    overflow: visible;
    margin-right: 0;
}

.pdficon:after {
    content: 'Download';
    font-size: 0.2em;
    position: relative;
    top: 2em;
    margin-left: -5.7em;
    font-family: 'Helvetica', Arial;
}

.tab-2 img {
    max-width: 250px;
    padding: 0.3em;
    width: auto;
    max-height: 17em;
    height: auto;
}

.calendaricon {
    font-size: 5em;
    padding: 0;
    text-align: left;
    margin-top: 0.3em;
    color: #6b7a88;
    position: relative;
    overflow: visible;
  }


.wpdot {
    padding-left: 2em;
    border-left: 1px dotted;
    margin-top: 0.5em;

}

.prtab .wpdot {
    margin-bottom: 0;
    border-bottom: 1px solid #c0c8d0;
    padding-bottom: 3em;
}


.whitepapercover {
    min-height: 10.5em;
    vertical-align: middle;
    height: 16.5em;
    max-width: 25em;
    text-align: center;
    background: #ffffff;
}

.thedate {
    font-size: 1.2em;
    font-family: helvetica;
    padding-bottom: 2em;
    color: #6b7a88;
}

.whitepaperimg {
    max-width: 13em;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.contactcompany-container {
    background: #ffffff;
    padding-top: 3em;
    overflow: auto;
       border: 1px solid #e6e6e6;
    border-top: none;
}

.tab-7 .prtitletab {
    margin-bottom: 0;
}

.whitepapercover:before {
   content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.prtitletab h2 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 3em;
    margin-top: -0.1em;
    font-weight: 300;
    color: transparent;
}

.tab-4 .product__title {
  padding: 0;
}

.termscond input[type='checkbox'] {    
	width: 18px;
    height: 18px;
    margin: 0.5em;
    margin-left: 0;
}
.termscond{
    font-size: 13px;
}
.termscond {
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 3em;
    margin-bottom: -6em;
}

.submitformsf input {
    width: 100% !important;
    background: #0b2d4c !important;
    color: #ffffff;
    padding: 1.5em;
    font-size: 2em;
}

.prtitletab h2:after {
    content: '';
    background: rgb(248, 252, 255);
    position: relative;
    display: block;
    width: 105%;
    height: 0.8em;
    z-index: 1;
    margin-top: -2.3em;
    left: -1em;
    margin-bottom: -0.8em;
}

.prtitletab {
    margin-bottom: 3.5em;
}

.tab-2 .product__image {
    padding-left: 0 !important;
}

.card-divider {
  padding: 0em;
  font-size: 2.4em;
  font-family: 'Montserrat', Arial;
  padding-left: 0;
  font-weight: 600;
  color: #0b2d4c;
  border-bottom: 6px solid;
  margin-bottom: 1em;
  min-height: 3.5em;
}

.addressline1 p {
    margin: 0;
}

.card-section span {
    padding: 1em 0 0 0;
}

.contactcompany-form label {
    width: 95%;
    float: left;
    margin-right: 6em;
    padding-left: 2em;
    margin-bottom: 0.5em;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    padding-bottom: 0.4em;
    margin-bottom: 0em;
}

.contactcompany-form select {
    margin-top: 0.4em;
    border: 1px solid #e8e8e8 !important;
    background-color: rgba(236, 236, 236, 0.3);
    border: none;
    width: 90%;
    transition: 0.3s all;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 0.875rem;
}
.contactcompany-form input {
    background: rgba(236, 236, 236, 0.3);
    border: none;
    width: 90%;
    transition: 0.3s all;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 0.875rem;
}
.contactcompany-form textarea {
    margin-top: 0.4em;
    background-color: rgba(236, 236, 236, 0.3);
    border: none;
    width: 90%;
    height: 190px;
    transition: 0.3s all;
    font-family: Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 0.875rem;
}

.readmorepr {
    font-size: 1.5em;
    padding: 0.5em 2em;
    font-family: 'Montserrat';
    color: #e8f1fb;
    background: #0b2d4c;
}

.item {
  padding: 2em;
  text-align: center;
}

.sidebarboxicon:after {
    content: "\f2b7";
    font: bold 9em fontawesome;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    margin-left: -1.3em;
    margin-top: -0.9em;
}

.whitepapericon:after {
    content: "\f1c1";
    font: bold 9em fontawesome;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    margin-left: -1.3em;
    margin-top: -0.9em;
}

.followrow {
    text-align: right;
    margin-top: -5em;
}

.wpsf .viewall {
    color: white;
    float: right;
    display: inline-block;
    font-size: 2em;
    font-family: 'hELVETICA';
    margin-top: 1.6em;
    margin-right: 1em;
    text-decoration: none;
}

.sidebarbox {
    margin-bottom: 3em;
/*    border: 1px solid #e4e4e4;
*/}

.tab-2, .tab-3, .tab-4, .tab-5, .tab-6, .tab-7 {
      width: 100%;
}


.card {
  padding: 2em;
  margin: 1em;
  border: 1px solid #e6e6e6;
  height: 400px;
  margin-bottom: 0;
  background: whitesmoke;
  overflow-y: scroll;
}
.large-4.columns.toclear {
    float: left;
}

.address {
    margin-bottom: 1.5em;
    font-family: 'Montserrat', Helvetica;
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.45;
    font-weight: 300;
}

.owl-buttons {
  position: absolute;
  top: -7.4em;
  right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #0b2d4c !important;
    display: inline-block;
    border-radius: 30px;
    background: transparent !important;
    filter: Alpha(Opacity=50);
    opacity: 1 !important;
    font-size: 3.4em !important;
}

.owl-carousel.owl-theme {
    padding-top: 2em;
}


.help-tip{
    position: relative;
    background-color: #08233c;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    display: inline-block;
    text-align: center;
    font-family: helvetica;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* CSS animation */

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

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

@media (max-width: 600px) {


  .desccompany {
      font-size: 0.35em;
  }

  .tab-1 .storefrontcontent {
      background: white;
      border-top: 1.3em solid #a6cdef;
      margin-top: 2em;
      min-height: 75em;
  }
  figure {
    margin: 0;
    padding: 0.5em;
    }
    .product__desc p {
    max-width: 100%;
    }
      .entry-content > div:first-child {
        font: 1.4em Montserrat, "Helvetica Neue", helvetica, arial, sans-serif;
        color: #666;
        padding: 0 !important;
        margin: -2em 0px 2em 0em !important;
    }

  .finalblock {
    overflow: visible;
  }

  .post-detail-row {
      margin-top: 0 !important;
  }
  .companylinks {
    display: none;
  }

  .tab-5 .tab-inside {
    padding: 0;
  }
  .prtitletab {
    margin-bottom: 0;
  }
  .calendaricon:after {
    font-size: 0.2em !important;
    position: absolute;
    margin-left: 0.7em !important;
    font-family: 'Helvetica', Arial;
    margin-top: 2em;
  }
  .followtab:after {
    width: 1px;
    height: 1px;
    right: 1em;
    z-index: 9999;
    content: "\f055";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0b2d4c;
    padding-right: 0.9em;
    position: absolute;
    top: 14px;
    font-size: 1.15em;
}

  .followtab {
    padding: 1em;
    background: #f7f7f7 !important;
    color: #0b2d4c !important;
    font-family: 'Montserrat';
    font-size: 0.83em !important;
    position: absolute;
    top: -3em;
    width: 100%;
  }

  .logo_title {
    margin-bottom: 1.3em;
    margin-top: -2em;
    }

  .sidebarbox h2 {
    font-size: 2.4em !important;
    padding-left: 0.5em;
    color: #0b2d4c;
    font-family: 'Lora', Arial;
    font-weight: 300;
    margin-top: 0.4em;
    -webkit-text-stroke: 0;
    text-align: left !important;
    font-weight: 500;
  }
  .single .post-detail-row {
    padding-left: 1em;
    padding-right: 1em;
  }
   .tab-2 .storefrontcontent {
      background: white;
      border-top: 1.3em solid #a6cdef;
      margin-top: 2em;
      min-height: 75em;
  }
   .tab-3 .storefrontcontent {
      background: white;
      border-top: 1.3em solid #a6cdef;
      margin-top: 51em;
      min-height: 75em;
  }
   .tab-4 .storefrontcontent {
      background: white;
      border-top: 1.3em solid #a6cdef;
      margin-top: 51em;
      min-height: 75em;
  }
   .tab-5 .storefrontcontent {
      background: white;
      border-top: 1.3em solid #a6cdef;
      margin-top: 51em;
      min-height: 75em;
  }
   .tab-6 .storefrontcontent {
      background: white;
      border-top: 1.3em solid #a6cdef;
      margin-top: 51em;
      min-height: 75em;
  }
   .tab-7 .storefrontcontent {
      background: white;
      border-top: 1.3em solid #a6cdef;
      margin-top: 51em;
      min-height: 75em;
  }
  .tab-inside h2 {
    display: none;
  }
  .tab-4 .whitepapercover {
    display: none;
  }
  .pdficon {
    padding-bottom: 0.7em;
  }

  .boxlogo {
    height: 4em !important;
    text-align: left;
    float: none;
    margin-top: -2em;
    margin-bottom: 8em;
    padding-left: 1em;
  }
  .sf_main_content p {
    padding: 0.9em 1.1em;
    margin: 0;
    font-size: 1.69em;
}
.sf_main_content {
    /* max-height: 45em; */
    overflow: hidden;
    margin: 0;
}
.sf_main_content h2 {
    font-size: 2.2em;
    padding: 0.5em 1em !important;
    color: #0a0a0a;
    font-family: 'Lora', arial;
    max-width: 100%;
    font-weight: 700;
    margin: 0;
    margin-top: 0 !important;
    text-align: left !important;
  }
  .sf_main_content li {
    padding-bottom: 0.5em;
    font-size: 0.9em;
    color: #000000;
  }
  .tabs-container nav ul li.active {
    border-bottom: 0.8em solid #0b2d4c;
    background: #f2f9ff;
    transition: 0.3s all;
    border-top: 0;
  }
  .logo_title h2 {
    margin-top: 1em;
    padding: 0.4em;
    text-align: left;
    width: 100%;
}
  .whitepaper-show {
    padding: 0 1em;
    height: 19em;
    margin-top: 2em;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .headersf h2:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 0.1em;
    background: orange;
    margin-top: -0.23em;
    border-radius: 1em;
}
  .single-videos main .entry-header {
    padding-top: 2em;
    margin-bottom: 3em;
  }
  .single-videos .entry-header {
      margin-bottom: 0 !important;
      margin-left: 3em;
  }
  .single-pressreleases .post-detail-row {
    padding-top: 0 !important;
  }
  .tab-2 .prtitletab {
    margin-bottom: 0;
  }
}

ul.menu-2 {
	display: none;
}

.fa-camera {
    font-size: 2.1em;
    margin-left: -1em;
    padding-right: 1em;
    color: #23415d;
}


  .phonenumber:nth-of-type(3) {
    margin-top: 0 !important;
  }

  .tab-3 .storefrontcontent {
      margin-top: -0.2em;
  }

  .tab-4 .storefrontcontent {
      margin-top: -0.2em;
  }

  .tab-5 .storefrontcontent {
      margin-top: -0.2em;
  }

  .tab-6 .storefrontcontent {
      margin-top: -0.2em;
  }

  .tab-7 .storefrontcontent {
      margin-top: -0.2em;
  }

  .card-section .fa {
    padding-right: 1em;
  }

  .single .post-detail-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

.followtab {
    padding: 1em;
    background: #0b2d4c;
    color: white;
    font-family: 'Montserrat';
    font-size: 0.9em;
    cursor: pointer;
}

.followtab:hover {
    background: orange;
    transition: 0.6s;
}

.productside h2 {
    font-size: 2em !important;
    padding-left: 1em;
    padding-top: 0.5em;
    line-height: 1.4;
}

.entry-content img {
    margin-top: 0;
}

.map {
    padding: 0;
    margin-top: -0.2em;
}

.entry-content > div:first-child:after {
  content: none !important;
}

.termscond p {
    font-size: 1.6em;
}

.item img {
    max-height: 17em;
}

.postcode p {
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0.5em !important;
}

.stateregion p {
    padding: 0 !important;
    margin: 0;
    margin-left: 0.5em;
}


.tab-1 .card-section {
    font-family: 'Lora';
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.tab-inside .press-release-date {
    font-size: 0.28em;
    position: absolute;
    margin-left: -2.3em;
    font-family: 'Helvetica', Arial;
    width: 125px;
    text-align: center;
    bottom: -2em;
    left: 0;
}

/***** product download single page ****/
.pmg-cf7 select, .pmg-cf7 [type='text']{
    margin: 0;
    width: 90%;
}

.pmg-cf7 p {
    font-size: 0.8rem !important;
}

.pmg-cf7 .submitformsf input{
    padding: 0.3em;
}

.single-products .download_pdf_product button{
        float: left;
        cursor:pointer;
}

.single-products .download_pdf_product .product-download-section input[type="submit"] {
        border: none !important;
    background: none !important;
    cursor:pointer;
    font-size: 1.2em;
    padding-left: 0;
    color: #0b2d4c;
}

.grey-me-out {
    pointer-events: none;
    cursor: not-allowed;
}

.details_box label {
    color: #fff;
}
.details_box span input, select {
    border-radius: 0;
    border: 4px solid #bddbf4;
    font-family: 'Montserrat', sans-serif;
}
.whitepaper-form__right>.wpcf7>.wpcf7-form>.details_box{
	    background: #0a2d4c;
}
.whitepaper-form__right>.wpcf7>.wpcf7-form>.wpcf7-response-output{
	display : none!important;
}
.whitepaper-form__right>.wpcf7>.wpcf7-form>.termscond div {
    color: #fff;
}
.whitepaper-form__right>.wpcf7>.wpcf7-form>.termscond{
	padding: 0em;
}
.whitepaper-form__right>.wpcf7>.wpcf7-form>.termscond a {
    color: #bddbf4;
}
.whitepaper-form__right>.wpcf7>.wpcf7-form>.termscond>.submitformsf{
	float: left;
    width: 50%;
}
 .submitformsf input.wpcf7-form-control.wpcf7-submit:hover{
	background: #32CD32 !important;
}
  .submitformsf input.wpcf7-form-control.wpcf7-submit:disabled {
    background: #e6e6e6 !important;
    cursor: not-allowed !important;
    text-decoration: line-through red; 
	}
  .submitformsf input.wpcf7-form-control.wpcf7-submit{
	background: #228B22!important;
    padding: 0.3em;
    border: none;
	border-radius: 0px;	
	cursor: pointer;
  }
.whitepaper-form__right>.wpcf7>.wpcf7-form>.termscond>.submitformsf input{    
	line-height: 1;	
} 
form.make_an_enq textarea:focus{
	background: #0b2d4c!important;
}

