
.blue-btn {
  outline: 0 !important;
}

.pvs-herobanner .soliton-banner {
  text-align: center;
  max-width: 600px;
}
.for-sticky-banner {
  opacity: 0;
  visibility: hidden;
  padding: 15px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: none;
}

.for-sticky-navbar {
  opacity: 0;
  visibility: hidden;
  display:none;
}
.header.changed {
  box-shadow: 0px 1px 3px #e3e3e3;
  -webkit-box-shadow: 0px 1px 3px #e3e3e3;
  -moz-box-shadow: 0px 1px 3px #e3e3e3;
  -ms-box-shadow: 0px 1px 3px #e3e3e3;
}
header.header.changed .for-sticky-banner {
  opacity: 1;
    visibility: visible;
    background: #fff;
 display: block;
}

header.header.changed .for-sticky-navbar {
   opacity: 1;
    visibility: visible;
    display: block;
}

header.header.is-waterfall {
  background: transparent;
  padding-top: 0;
  box-shadow: inherit;
}

header.header.is-waterfall .navigation {
  background: #fff;
}



.for-sticky-banner .banner-btn-block .white {
  background: transparent !important;
  border-color: #284593 !important;
  color: #284593 !important;
}
.for-sticky-banner .banner-btn-block .blue {
  background: #284593;
  color: #fff;
  border: 1px solid transparent !important;
  font-weight: 500;
}


.for-sticky-banner .banner-btn-block .go-btn {
  padding: 12px 10px;
  font-size: 16px;
}

.for-sticky-banner .banner-btn-block .blue-btn {
  padding: 12px 10px;
  font-size: 16px;
}
.for-sticky-banner .banner-btn-block .blue:hover {
  border-color: #284593 !important;
  color: #284593;
  background: transparent;
}
.for-sticky-banner .banner-btn-block .white:hover {
  background: #284593 !important;
  border-color: #284593 !important;
  color: #fff !important;
}

.for-sticky-banner .soliton-banner .banner-subtitle {
  display: none;
}

.for-sticky-banner .soliton-banner-head h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
}

.for-sticky-banner .soliton-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.for-sticky-banner .banner-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.for-sticky-banner .banner-btn-block {
  margin-left: 25px;
}
.spacing {
  margin: 50px 0px;
}
.related-video-block {
  max-height: 390px;
}
.pvs-herobanner .soliton-banner h1 {
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 49px;
}
.slider-for .slick-track:before {content: "";min-height: inherit;}
.pvs-herobanner .soliton-banner p {
  font-size: 16px;
  line-height: 19px;
}
.pvs-herobanner {
  min-height: 292px;
  padding: 118px 0px 70px;
}
.pvs-herobanner .banner-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top:45px;
}

.pvs-herobanner .banner-btn-block .go-btn {
  font-weight: 500;
  font-size: 16px;
  padding: 15px 15px;
}

.pvs-herobanner .banner-btn-block {
  margin: 0px 12px;
}

.pvs-herobanner .banner-btn-block .blue {
  background: #284593 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}

.pvs-herobanner .banner-btn-block .white {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  padding: 15px 15px;
  font-weight: 500;
  font-size: 16px;
}

.pvs-herobanner .banner-btn-block .blue:hover {
  background: transparent !important;
  border-color: #fff !important;
}

.pvs-herobanner .banner-btn-block .white:hover {
  background: #284593 !important;
  border-color: transparent !important;
}
.datasheet-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.datasheet-wrapper {
  padding: 15px 0px;
}
.datasheet-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 60%;
}
.protocol-validation {
  margin-left: 10px;
  line-height: normal;
}
.datasheet-block h5 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
  line-height: normal;
}

.protocol-validation img {
  display: inline-block;
  vertical-align: middle;
  max-width: 54px;
}

.protocol-validation a {
  color: #284593;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  cursor: pointer;
}

.pvs-mannav-block ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pvs-mannav-block ul li {
  display: inline-block;
}

.pvs-mannav-block {
  max-width: 965px;
  margin: 0 auto;
}


.pvs-mannav-block ul li a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 23px 0px;
  position: relative;
}
.pvs-mainnav-wrapper {
  background: #F5F5F5;
}
.pvs-mannav-block ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background-color: #284593;
  -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
  display: block;
}
.pvs-mannav-block ul li a.active{
   color:#284593;
}

.pvs-mannav-block ul li a:hover{
  color:#284593;
}
.pvs-mannav-block ul li a:hover:after{
  width: 100%;
}



.pvs-mannav-block ul li a.active:after {
  width: 100%;
}

.soliton-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}
.solitondatasheet-head h1 {
  font-size: 23px;
  color: #333333;
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 500;
}
.solitondatasheet-head p {
  line-height: 1.5;
  font-size: 20px;
}
.banner-btn-datasheet {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
    justify-content: flex-end;
}
.datasheet-wrapper .banner-btn-block-datasheet {
  margin: 2px 0px 2px 25px;
}
.datasheet-wrapper .banner-btn-block-datasheet .blue {
  background: #284593;
  color: #fff;
  border: 1px solid transparent !important;
  font-weight: 500;
}
.datasheet-wrapper .banner-btn-block-datasheet .go-btn, .datasheet-wrapper .banner-btn-block-datasheet .white, .datasheet-wrapper .banner-btn-block-datasheet .blue {
  padding: 12px 10px;
  font-size: 16px;
}
.datasheet-wrapper .banner-btn-block-datasheet .blue:hover {
  border-color: #284593 !important;
  color: #284593;
  background: transparent;
}
.datasheet-wrapper .banner-btn-block-datasheet .white {
  background: transparent !important;
  border-color: #284593 !important;
  color: #284593 !important;
}
.datasheet-wrapper .banner-btn-block-datasheet .white:hover {
  background: #284593 !important;
  border-color: #284593 !important;
  color: #fff !important;
}
.pvs-heading {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 33px;
  line-height: 28px;
}
@media(max-width:767px){
  .pvs-heading {
    font-size: 20px;
    margin-bottom: 15px;
} 
}
.tab-content-box-inner .content-area ul {
  margin-bottom: 33px;
}
.tabs li {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  padding-bottom: 14px;
  margin-right: 40px;
  cursor: pointer;
}

.tabs li.active {
  color: #284593;
  border-bottom: 2px solid #284593;
}

.tabs {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tab_container {
  padding-top: 29px;
  max-height: 460px;
}
.tab-content-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.tab-content-box {
  width: 50%;
  padding: 0px 15px;
}
.content-area ul li {
  list-style: none;
}
.content-area ol {
  list-style: decimal;
  margin-top: 10px;
  padding-left: 45px;
}
.tab-content-box-inner .content-area ul:last-child {
  margin-bottom: 0;
}
.content-area h5 {
  font-size: 16px;
  line-height: 19px;
/* identical to box height */
  color: #284593;
  margin-bottom: 8px;
}

.content-area ul li {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  position: relative;
  padding-left: 20px;
}

.content-area ul li:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  background: #899bcf;
  top: 12px;
  left: 0;
}
.solitondatasheet-head {
  width: 70%;
}

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

.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}

.slider-for {
  margin-bottom: 25px;
}
.slider-for img {
  width: 100%;
}

.slider-nav {
  margin: 0px -7px;
}

.slider-nav .item-slick {
  max-width: 240px;
 
  outline: none !important;
  cursor: pointer;
  margin: 0px 7px;
}
.slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
  cursor: pointer;
}

.mfp-container:hover {
  cursor: default;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*BLUR background */
* {
  transition: filter 0.25s ease;
}

.mfp-wrap ~ * {
  filter: blur(5px);
}

.mfp-ready .mfp-figure {
  opacity: 0;
}

/* start state */
/* animate in */
/* animate out */
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}

.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  transform: scale(0.95);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}

.mfp-iframe-scaler {
  overflow: visible;
}

.mfp-zoom-out-cur {
  cursor: auto;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.product-detail-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.product-detail-tab {
  width: 65%;
  padding: 0px 35px 0px 15px;
}

.image-slider-slick {
  width: 35%;
  padding: 0px 15px;
}
.relat-video-img img {
  min-height: 120px;
  object-fit: cover;
  max-height: 120px;
  width: 100%;
}
@media(min-width:1200px){
.slider-for .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
}
.thumb-video img {
  min-height: inherit;
    max-height: initial;
    width: auto;
}
.item-slick {
  position: relative;
      height: auto !important;
}

.zoom-icon {
  position: absolute;
  bottom: 0;
  background: #899BCF;
  height: 24px;
  width: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  right: 0;
}

.zoom-icon img {
  max-width: 15px;
}
.item-slick-link {
  position: relative;
  display: block;
}

.description {
  background: #000000;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  padding: 8px 13px;
}
.slider-nav .item-slick.slick-slide .item-slick-nav {
   
  border: 1px solid #284593;
}
@media(min-width:1200px){
.slider-nav .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
}
.slider-nav .slick-prev {
  left: -45px;
  background:url(../images/pvs-images/chevron_left.png);
}

.slider-nav .slick-arrow {
  font-size: 0;
  height: 40px;
  width: 40px;
  border: 0;
  background-repeat: no-repeat !important;
    background-position: center center !important;
    outline: 0 !important;
    cursor: pointer;
    z-index: 1;
}

.slider-nav .slick-next {
  right: -45px;
  background:url(../images/pvs-images/chevron_right.png);
}
.validation-link a {
  color: #284593;
}

.validation-link {
  margin-top: 24px;
}

.validation-link a img {
  margin-left: 11px;
}
.video-block-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.video-block {
  width: 65%;
  padding: 0px 15px;
}
.video-block a {
  position: relative;
  display: block;
  -webkit-box-shadow: 2px 6px 18px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 6px 18px -4px rgba(0,0,0,0.75);
  box-shadow: 2px 6px 18px -4px rgba(0,0,0,0.75);
}
.related-video {
  width: 35%;
  padding: 0px 15px;
}

.video-des {
  margin-top: 40px;
}

.video-des h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 18px;
}

.video-des p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.realted-video-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.realted-video-wrap h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
  margin-bottom: 20px;
}

.related-video-bar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.related-video-bar:last-child {
  margin-bottom: 0;
}
.relat-video-img {
  width: 50%;
}

.video-text {
  width: 50%;
  padding-left: 13px;
}

.video-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #000;
}
.relat-video-img a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.33%, #000000 100%);
}
.relat-video-img a {
  position: relative;
  display: block;
}

.thumb-video {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.content-area ul {
  margin-top: 10px;
  padding-left: 30px;
}

.feature-content-block {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.feature-content-inner h4 {
  font-size: 19px;
}
.video-block iframe {
  width: 100%;
}

.feature-content-block.width-ft .feature-content-inner {
  width: 50%;
}

.feature-content-block.width-ft .feature-content-inner-image {
  width: 50%;
  text-align: left;
}

.feature-content-block.width-ft {
  align-items: center;
}
.content-area ul {
  margin-top: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.tab_content .faq-inner.acc-container {
  max-width: 100%;
}
.engagement-models {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.engagement-model-block {
  width: 50%;
  padding: 0px 15px;
  border-right: 1px solid rgb(232, 223,223, .40);
}

.engagement-model-block h5 {
  text-align: center;
  font-size: 16px;
  color: #284593;
  margin-bottom: 0;
  line-height: normal;
}

.border {
  height: 1px;
  max-width: 100px;
  display: inline-block;
  background: #284593;
  margin: 15px auto 15px;
  width: 100px;
}

.adv-area {
  margin-top: 20px;
}

.adv-area p {
  margin-bottom: 10px;
}
.engagement--block {
  text-align: center;
}

.engagement-model-block:last-child {
  border-right: 0;
}
@media(max-width:1199px){
  .validation-link {
    line-height: normal;
    margin-top: 60px;
  }
  .slider-nav .slick-next {
    display: none !important;
}
.slider-nav .slick-prev {
  display: none !important;
}
}
@media(min-width:992px) and (max-width:1199px){
  .tabs li {
    margin-right: 33px;
}
.validation-link {
  white-space: nowrap;
}
}
@media(min-width:768px) and (max-width:991px){
  .relat-video-img img {
    min-height: 90px;
}

.thumb-video img {
    min-height: inherit;
}
  .slider-nav .slick-arrow {
    margin-top: 0;
    top: auto;
    bottom: -50px;
}




.tabs li {
  margin-right: 4px;
  padding-bottom: 2px;
}


.for-sticky-banner .soliton-banner {
  justify-content: center;
}

.video-text {
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}
.relat-video-img{
  width:100%
}
}
@media(max-width:767px){
  .relat-video-img img{
    max-height: initial;
  }

.solitondatasheet-head {
    width: 100%;
}





.solitondatasheet-head h1 {
    font-size: 20px;
}

.solitondatasheet-head p {
    font-size: 18px;
}


  
  .tabs {
    display: none;
}

.tab_container {
    max-height: inherit !important;
    padding-top: 0;
}
.tab_container .mCustomScrollBox {
  height: auto !important;
}
span.expand-sym {
  position: absolute;
  right: 0;
  height: 20px;
  width: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
span.expand-sym:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: #284593;
  font-size: 20px;
}
.product-detail-tab {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
}

.tab-content-box {
    width: 100%;
    margin-bottom: 25px;
}
.tab_content {
  background: rgb(201 201 201 / 14%);
  padding: 15px 10px;
}
.image-slider-slick {
    width: 100%;
    padding: 0px 15px;
}

h5.mob_head {
  line-height: normal;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: block;
  position: relative;
  margin: 10px 0px;
  position: relative;
  background: rgb(201 201 201 / 14%);
  border-bottom: 1px solid rgb(222 217 217 / 58%);
  padding: 10px;
}

.video-block {
    width: 100%;
}

.related-video {
    width: 100%;
    margin-top:20px;
}
.slider-nav .slick-arrow {
  display: none !important;
}
.pvs-mannav-block ul li {margin: 0px 10px;}

.pvs-mannav-block ul {
    justify-content: center;
}

.pvs-mannav-block ul li a {
    padding: 5px 0px;
}

.soliton-banner-head {
    text-align: center;
}

.for-sticky-banner .soliton-banner-head h1 {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 10px;
}

.for-sticky-banner .banner-btn {
    width: 100%;
    justify-content: center;
}

.for-sticky-banner .banner-btn-block {
    margin: 0px 10px;
}

.pvs-herobanner .soliton-banner h1 {
    font-size: 32px;
    line-height: 36px;
}

.pvs-herobanner .banner-btn-block {
    margin: 0px 12px 9px;
}
.slider-nav .slick-arrow {
  display: none !important;
}
.engagement-model-block {
  width: 100%;
}
.for-sticky-banner .soliton-banner {
  justify-content: center;
}

 .for-sticky-navbar {
  display: none !important;
}

.product-navbar {
  opacity: 1 !important;
  visibility: visible !important;
}

.for-sticky-banner {
  display: none;
}
.feature-content-block.width-ft .feature-content-inner {
  width: 100%;
}

.feature-content-block.width-ft .feature-content-inner-image {
  width: 100%;
}

.validation-link a {
  line-height: normal;
}

.content-area ul li {
  font-size: 14px;
}

.video-text {
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}

.relat-video-img {
  width: 100%;
}


.related-video-block {
  max-height: inherit !important;
}
.related-video-block .mCustomScrollBox {
  height: auto !important;
}
}
@media(max-width:991px){
  .navigation__menu {
    z-index: 99;
}.datasheet-block h5 {
  font-size: 15px;
  white-space: nowrap;
}
.protocol-validation a {
  font-size: 15px;
}
.protocol-validation {
  display: flex;
  align-items: center;
}
.mobile-menu {
    z-index: 99;
}

.mobile-search .fa-close {
    z-index: 999;
}

.mobile-search {
    z-index: 999;
}
.banner-btn-datasheet {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.datasheet-block{
  width: 100%;
  justify-content: center;
  flex-wrap: initial;
}
.datasheet-wrapper .banner-btn-block-datasheet {
  margin: 2px 20px 2px 0px;
}
}

.technical-doccumentation-service .banner-btn-datasheet{
    display:none
}