/*learning contact us form*/
/*resource page captcha*/
#modal_example_form .captcha-type-challenge--image {
  margin: 0;
}
#modal_example_form .captcha-type-challenge--image .captcha__element {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0.5rem 0rem;
}
#modal_example_form .captcha-type-challenge--image .captcha__element .captcha__image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 20px;
}
#modal_example_form .captcha-type-challenge--image .captcha__element .captcha__image-wrapper img {
  display: block;
  max-width: 100%;
  border: 1px solid #122a3c;
  padding: 0.35rem;
  margin-bottom: 0;
}
#modal_example_form .captcha-type-challenge--image .captcha__element .js-form-item {
  margin-bottom: 0;
  margin-left: 1rem;
  flex: inherit;
  font-size: 80%;
}
#modal_example_form .captcha-type-challenge--image .captcha__element .js-form-item label {
  margin-bottom: 0;
}
#modal_example_form .captcha-type-challenge--image .captcha__element .js-form-item .form-text {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  background-color: #f9fafa !important;
  border: 1px solid #c9d4da;
  padding-left: 1.25rem;
  height: 50px;
  width: 100%;
  border-radius: 0rem;
}

@media (max-width: 767.98px) {
  #modal_example_form .captcha-type-challenge--image {
    margin: 0;
  }
  #modal_example_form .captcha-type-challenge--image .captcha__element {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0.5rem 0rem;
  }
  #modal_example_form .captcha-type-challenge--image .captcha__element .captcha__image-wrapper {
    margin-bottom: 0px;
    flex-direction: column;
    flex: 0;
  }
  #modal_example_form .captcha-type-challenge--image .captcha__element .captcha__image-wrapper img {
    display: block;
    max-width: 100%;
  }
  #modal_example_form .captcha-type-challenge--image .captcha__element .js-form-item {
    margin-left: 0rem;
    width: 90%;
  }
  #modal_example_form .captcha-type-challenge--image .captcha__element .js-form-item label {
    margin-bottom: 0;
  }
}
/*resource page captcha*/
.webform-ajax-form-wrapper {
  padding-top: 100px;
  margin-top: -100px;
}

.webform-submission-form {
  padding-top: 0.5rem;
  padding-bottom: 5rem;
}
.webform-submission-form .js-form-item {
  margin-bottom: 1rem;
}
.webform-submission-form .js-form-item .h6,
.webform-submission-form .js-form-item h6 {
  font-family: "LFTEtica-Bold";
}
.webform-submission-form #edit-flexbox .webform-flexbox .webform-flex {
  flex: 1;
}
/*.webform-submission-form #edit-flexbox .webform-flexbox .webform-flex:nth-child(4) {
  flex: 2;
}
.webform-submission-form .webform-flexbox .webform-flex:nth-child(4) {
  flex: 2;
}*/
.webform-submission-form #edit-flexbox-01 .webform-flexbox .webform-flex {
  width: 100%;
}
.webform-submission-form .webform-flexbox {
  display: flex;
  margin: 0rem 0rem;
}
.webform-submission-form .webform-flexbox .webform-flex {
  padding-bottom: 0rem;
}
.webform-submission-form .webform-flexbox .webform-flex .webform-flex--container {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0rem;
}
.webform-submission-form .webform-flexbox .webform-flex .webform-flex--container .form-item--error-message {
  font-size: 80%;
}
.webform-submission-form .webform-flexbox .webform-flex .webform-flex--container .form-text,
.webform-submission-form .webform-flexbox .webform-flex .webform-flex--container .form-email,
.webform-submission-form .webform-flexbox .webform-flex .webform-flex--container .form-tel {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f9fafa !important;
  border: 1px solid #c9d4da;
  padding-left: 1.25rem;
  height: 50px;
  margin-bottom: 0.25rem;
  width: 100%;
  border-radius: 0.25rem;
}
.webform-submission-form .webform-flexbox .webform-flex .webform-flex--container .form-actions .webform-button--submit {
  display: inline-block;
  min-width: 200px;
  width: 200px !important;
  height: 50px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #fff !important;
  background-color: #e87722 !important;
  border: 1px solid #e87722 !important;
  text-transform: capitalize !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  text-transform: capitalize !important;
  cursor: pointer;
  font-family: "LFTEtica";
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .form-actions
  .webform-button--submit:hover,
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .form-actions
  .webform-button--submit:focus,
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .form-actions
  .webform-button--submit.focus {
  opacity: 0.8;
}
.webform-submission-form .webform-flexbox .webform-flex .webform-flex--container .captcha-type-challenge--image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .captcha-type-challenge--image
  .captcha__element {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .captcha-type-challenge--image
  .captcha__element
  .captcha__image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: auto;
}
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .captcha-type-challenge--image
  .captcha__element
  .captcha__image-wrapper
  img {
  display: block;
  max-width: 100%;
  border: 1px solid #c9d4da;
  padding: 0.35rem;
  margin-bottom: 0;
  height: 50px !important;
  border-radius: 0.25rem;
}
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .captcha-type-challenge--image
  .captcha__element
  .js-form-item {
  margin-bottom: 0;
  margin-left: 0.5rem;
  font-size: 80%;
}
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .captcha-type-challenge--image
  .captcha__element
  .js-form-item
  .form-text {
  margin-bottom: 0.5rem !important;
}
.webform-submission-form
  .webform-flexbox
  .webform-flex
  .webform-flex--container
  .captcha-type-challenge--image
  .captcha__element
  .js-form-item
  label {
  margin-bottom: 0.5rem;
  display: none;
}

@media (max-width: 991.98px) {
  .webform-submission-form .webform-flexbox {
    flex-direction: column;
  }
  .webform-submission-form .webform-flexbox .webform-flex {
    width: 100%;
  }
  .webform-submission-form
    .webform-flexbox
    .webform-flex
    .webform-flex--container
    .form-actions
    .webform-button--submit {
    width: auto !important;
  }
}
@media (max-width: 767.98px) {
  .webform-submission-form .webform-flexbox .webform-flex .webform-flex--container .captcha-type-challenge--image {
    align-items: flex-start;
  }
  .webform-submission-form
    .webform-flexbox
    .webform-flex
    .webform-flex--container
    .captcha-type-challenge--image
    .captcha__element
    .captcha__image-wrapper
    img {
    display: block;
    max-width: 100%;
    padding: 0.35rem;
    margin-bottom: 0;
  }
  .webform-submission-form
    .webform-flexbox
    .webform-flex
    .webform-flex--container
    .captcha-type-challenge--image
    .captcha__element
    .js-form-item {
    margin-bottom: 0;
    margin-left: 0rem;
    font-size: 80%;
	width: 100%;
  }
  .webform-submission-form
    .webform-flexbox
    .webform-flex
    .webform-flex--container
    .captcha-type-challenge--image
    .captcha__element
    .js-form-item
    .form-text {
    margin-bottom: 0.5rem;
  }
  .webform-submission-form
    .webform-flexbox
    .webform-flex
    .webform-flex--container
    .captcha-type-challenge--image
    .captcha__element
    .js-form-item
    label {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .webform-submission-form
    .webform-flexbox
    .webform-flex
    .webform-flex--container
    .captcha-type-challenge--image
    .captcha__element {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
  .webform-submission-form
    .webform-flexbox
    .webform-flex
    .webform-flex--container
    .captcha-type-challenge--image
    .captcha__element
    .captcha__image-wrapper {
    align-items: center;
    gap: 1rem;
    justify-content: center;
    flex: 0;
    width: 100%;
  }
}
.webform-confirmation {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1rem 0rem;
}
div[role="contentinfo"] {
  background: #f9fafa;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  color: #a51b00;
  border: 1px solid #a51b00;
  padding: 5px;
  border-radius: 2px;
  display: none !important;
}
/* Apply only inside any Webform submission form */
.webform-submission-form [data-drupal-messages] [role="contentinfo"] {
  display: block !important; /* override global hide */
  background: #f9fafa;
  color: #a51b00;
  border: 1px solid #a51b00;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 1rem;
  text-align: center;
}
/*learning contact us form*/
/*download product brochure*/
.download-icon {
  position: fixed;
  z-index: 1;
  right: 0px;
  top: 45vh;
  display: none;
}
.download-icon .product-brochure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background-color: #122a3c;
  color: #fff;
  border: none;
  border-radius: 1%;
  width: auto;
  padding: 1.1rem 0.625rem;
  height: auto;
  white-space: normal;
  overflow: hidden;
}
.download-icon .product-brochure .h4,
.download-icon .product-brochure h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.download-icon .product-brochure p {
  font-size: 0.875rem;
}
.download-icon .product-brochure i {
  font-size: 1.5rem;
}

@media (max-width: 767.98px) {
  .download-icon .product-brochure {
    padding: 1rem 0.5rem;
  }
  .download-icon .product-brochure .h4,
  .download-icon .product-brochure h4 {
    font-size: 1.15rem;
  }
  .download-icon .product-brochure p {
    font-size: 0.75rem;
  }
  .download-icon .product-brochure i {
    font-size: 1.2rem;
  }
}
/*download product brochure*/
/*----------------------Product page carousel gallery-----------------*/
#carouselProductGallery {
  margin-bottom: 0rem;
}
#carouselProductGallery .carousel-indicators {
  margin-top: 0.5rem;
  margin-bottom: 0;
  position: relative !important;
  bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left:inherit;
}
#carouselProductGallery .carousel-indicators .product-thumb {
  display: flex;
  width: 50px;
  height: 50px;
  border-bottom: 0px;
  opacity: 0.8;
  margin: 0 0.5rem;
  cursor: pointer;
}
#carouselProductGallery .carousel-indicators .product-thumb.active img,
#carouselProductGallery .carousel-indicators .product-thumb.active div.img-thumbnail {
  border: 1px solid #e87722;
}
#carouselProductGallery .carousel-indicators .active {
  background-color: transparent !important;
  /* border: 1px solid #e87722 !important; */
}
#carouselProductGallery .carousel-control-next,
#carouselProductGallery .carousel-control-prev {
  height: calc(100% - 90px);
  background-color: transparent;
  border: 0 solid transparent;
  display: none;
}
#carouselProductGallery .carousel-control-next i,
#carouselProductGallery .carousel-control-prev i {
  font-size: 1.5rem;
}

#ProductGallery {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#ProductGallery .order1 {
  order: 1;
}
#ProductGallery .order2 {
  order: 2;
}
#ProductGallery .h1,
#ProductGallery h1 {
  font-size: 2.4rem !important;
}

#ProductGallery .product-gallery-heading {
  font-size: 24px;
}

#ProductGallery .btn-orange {
  color: #fff;
  background-color: #e87722;
  border-color: #e87722;
}
#ProductGallery .btn-orange:hover,
#ProductGallery .btn-orange:focus {
  color: #fff;
  background-color: #e87722;
  border-color: #e87722;
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  #ProductGallery .order1 {
    order: 2;
    padding: 2rem 0rem 0rem 0rem;
    text-align: center;
  }
  #ProductGallery .order2 {
    order: 1;
  }
  #carouselProductGallery {
    margin-bottom: 1rem;
  }
  #carouselProductGallery .carousel-indicators {
    display: none;
  }
  #carouselProductGallery .carousel-control-next,
  #carouselProductGallery .carousel-control-prev {
    height: 100% !important;
    display: flex;
  }
  #carouselProductGallery .carousel-control-prev {
    left: -15px !important;
    width: auto;
  }
  #carouselProductGallery .carousel-control-next {
    right: -15px !important;
    width: auto;
  }
  #carouselProductGallery .carousel-inner {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*inner gallery*/
#carouselProductGallery .carousel-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
#carouselProductGallery .carousel-inner .carousel-item {
  border: 1px solid transparent;
  width: 100%;
  min-height: auto;
  height: auto;
}
#carouselProductGallery .carousel-inner .carousel-item img.gallery-mainImage,
#carouselProductGallery .carousel-inner .carousel-item iframe.gallery-mainImage,
#carouselProductGallery .carousel-inner .carousel-item video.gallery-mainImage {
  display: block;
  width: 100%;
  height: auto;
  min-height: initial;
  max-width: none;
}
#carouselProductGallery .carousel-inner .carousel-item iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 575.98px) {
  #carouselProductGallery {
    margin-bottom: 0.5rem;
  }
  #carouselProductGallery .carousel-inner {
    width: 90%;
  }
  #carouselProductGallery .carousel-control-prev {
    left: -10px !important;
    width: auto;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    padding: 0;
  }
  #carouselProductGallery .carousel-control-next {
    right: -10px !important;
    width: auto;
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    padding: 0;
  }
  #carouselProductGallery .carousel-inner .carousel-item {
    border: 1px solid transparent;
  }
  #carouselProductGallery .carousel-inner .carousel-item img.gallery-mainImage,
  #carouselProductGallery .carousel-inner .carousel-item iframe.gallery-mainImage,
  #carouselProductGallery .carousel-inner .carousel-item video.gallery-mainImage {
    width: 100%;
    height: auto;
    min-height: initial;
    max-width: none;
  }
}

@media (min-width: 320px) and (max-width: 450.98px) {
  #carouselProductGallery .carousel-inner .carousel-item {
    border: 1px solid transparent;
    width: 100%;
    min-height: auto;
    height: auto;
  }
}
@media (min-width: 451px) and (max-width: 500.98px) {
  #carouselProductGallery .carousel-inner .carousel-item {
    border: 1px solid transparent;
    width: 100%;
    min-height: auto;
    height: auto;
  }
}
@media (min-width: 501px) and (max-width: 575.98px) {
  #carouselProductGallery .carousel-inner .carousel-item {
    border: 1px solid transparent;
    width: 100%;
    min-height: auto;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #carouselProductGallery .carousel-inner .carousel-item {
    border: 1px solid transparent;
    width: 100%;
    min-height: auto;
    height: auto;
  }
}

/*inner gallery*/
.email-print {
  display: flex;
  justify-content: flex-end;
}
.email-print .socIcon_Bg {
  background-color: #f4f6f6;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  color: #e87722;
}
.email-print .socIcon_Bg:hover {
  background-color: #e7ecee;
}
#carouselProductGallery .carousel-indicators .product-thumb div.img-thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*----------------------End of Product page carousel gallery-----------------*/
/*compliance information*/
.com-information {
  background-color: #122a3c;
  padding: 1.5rem;
  color: #fff;
}
.com-information .cd-title {
  text-transform: uppercase;
  font-weight: 700;
}
.com-information ul.product-style {
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.com-information ul.product-style li {
  list-style: none;
  /*padding-bottom: 0.3rem;*/
}
/*compliance information*/
/* product features */
.pro-text {
  padding-left: 40px;
  padding-right: 15px;
  color: #fff;
  margin-bottom: 0rem;
}
.pro-text p {
  margin-bottom: 0rem;
}
#product-features {
  padding: 2rem 1rem 2rem 2.563rem;
  background-color: #e9edec;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#product-features h2,
#product-features .h2 {
  padding-left: 0rem;
}
#product-features ul {
  margin-bottom: 0.8rem;
  padding-left: 1rem;
}
#product-features ul li {
  list-style-type: disc;
}
#product-features .table thead th {
  text-align: left;
}
#product-features .pro-imgs {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 300px;
  margin-bottom: 0.5rem;
}
#product-features .pro-imgs img {
  height: auto;
  width: auto;
}

@media (max-width: 767.98px) {
  .pro-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  #product-features {
    padding: 2rem 1rem 2rem 1rem;
  }

  #product-features .pro-imgs img {
    height: 300px !important;
    width: auto !important;
  }
}

.bg-dark-blue {
  background: #3d5567;
}

.border-bt-orange {
  border-bottom: 6px solid #e87722;
}
/* product features */
/*product description*/
.products-benefits {
  padding-top: 5.2rem;
  padding-bottom: 2rem;
}
.products-benefits .pb-title {
  margin-bottom: 0.5rem;
}
.products-benefits .pb-imgs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
}
.products-benefits .pb-imgs img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.products-benefits p {
  text-align: left;
}

@media (max-width: 991.98px) {
  .products-benefits {
    padding-top: 2rem;
  }
  .products-benefits .pb-title {
    text-align: center;
  }
  .products-benefits .pb-imgs {
    justify-content: center;
    height: 300px;
    width: 100%;
  }
  .products-benefits .pb-imgs img {
    width: auto !important;
    height: 300px !important;
  }
}
/*product description*/
/*product information with video*/
#product-information {
  padding: 2rem 1rem;
  background-color: #e9edec;
  border-bottom: 6px solid #e87722;
  margin-bottom: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#product-information .pro-video-info {
  text-align: left;
  padding: 1rem 0;
}

@media (max-width: 991.98px) {
  #product-information .pro-video-info {
    text-align: left;
  }
}
/*product information with video*/
/*testimonials*/
#testimonials {
  background: #e9edec;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-left: 6px solid #e87722;
}
#testimonials .t-title {
  font-weight: 700;
}
#testimonials .carousel .carousel-inner .carousel-item img {
  width: auto;
  height: auto;
}
#testimonials .carousel .carousel-inner .carousel-item.active {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
#testimonials .carousel .carousel-inner .carousel-item .carousel-item-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 0rem 0rem;
  width: 100%;
}
#testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list1 {
  flex-grow: 2;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 0.938rem;
}
#testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list2 {
  flex-grow: 1;
  flex-basis: 50%;
  max-width: 50%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  padding-left: 0.938rem;
}
#testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list2 img {
  width: auto;
  height: auto;
}
#testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list2 iframe {
  width: 100%;
}
#testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list2 video {
  width: 100%;
}
#testimonials .carousel .actions .carousel-control-prev,
#testimonials .carousel .actions .carousel-control-next {
  background-color: transparent;
  border-color: transparent;
  width: auto;
  height: auto;
  margin: 0rem;
  padding: 0rem;
}
#testimonials .carousel .actions .carousel-control-prev i,
#testimonials .carousel .actions .carousel-control-next i {
  font-size: 1.5rem;
  color: #122a3c;
}

@media (max-width: 991.98px) {
  #testimonials .carousel .carousel-inner .carousel-item.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  #testimonials .carousel .carousel-inner .carousel-item .carousel-item-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  #testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list1 {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0rem;
    padding-bottom: 0.5rem;
  }
  #testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list2 {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0.5rem;
    padding-left: 0rem;
    height: 300px;
  }
  #testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list2 img {
    width: auto;
    height: 300px;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  #testimonials .carousel .actions .carousel-control-prev,
  #testimonials .carousel .actions .carousel-control-next {
    height: 350px;
  }
}

@media (max-width: 575.98px) {
  #testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list2 iframe {
    width: 100%;
    height: auto;
  }
  #testimonials .carousel .carousel-inner .carousel-item .carousel-item-list .cr-item-list2 video {
    width: 100%;
    height: auto;
  }
}
/*testimonials*/

/*.data-information*/
.data-information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
  /*padding-top: 3rem;*/
  padding-bottom: 3rem;
  gap: 1.5rem;
}
.data-information .main-info {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  border: 1px solid transparent;
  padding: 1.5rem;
  border-radius: 0;
}
.data-information .main-info .h2,
.data-information .main-info h2 {
  font-weight: 700;
}

.data-information .main-info .data-icon-square {
  width: 60px;
  height: 60px !important;
  margin-bottom: 1rem;
  padding: 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.data-information .main-info .data-icon-rectangle {
  width: 150px;
  height: 60px !important;
  margin-bottom: 1rem;
  padding: 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media (max-width: 767.98px) {
  .data-information {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    text-align: center;
    /*padding-top: 3rem;*/
    padding-bottom: 3rem;
    gap: 1rem;
  }
}
/*.data-information*/
/*system-components*/
.system-components {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 3rem;
  flex-direction: column;
}
.system-components .system-header {
  background: #3d5567;
  color: #fff;
  border-bottom: 6px solid #e87722;
  padding: 1rem 1.938rem;
  display: inline-flex;
  align-items: center;
  height: 76px;
  font-size: 2rem;
  font-weight: 700;
}
.system-components .system-header .h1,
.system-components .system-header .h2,
.system-components .system-header .h3,
.system-components .system-header .h4,
.system-components .system-header .h5,
.system-components .system-header .h6,
.system-components .system-header h1,
.system-components .system-header h2,
.system-components .system-header h3,
.system-components .system-header h4,
.system-components .system-header h5,
.system-components .system-header h6 {
  margin-bottom: 0rem;
}
.system-components .system-body {
  background: #e9edec;
  padding: 1.938rem;
}
.system-components .system-body .system-item-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.system-components .system-body .system-item-list .sys-item-list-full {
  flex-grow: 0;
  flex-basis: 100%;
  max-width: 100%;
  padding-bottom: 0.5rem;
}
.system-components .system-body .system-item-list .sys-item-list1 {
  flex-grow: 2;
  flex-basis: 65%;
  max-width: 65%;
  padding-right: 0.938rem;
}
.system-components .system-body .system-item-list .sys-item-list2 {
  flex-grow: 1;
  flex-basis: 35%;
  max-width: 35%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  padding-left: 0.938rem;
}
.system-components .system-body .system-item-list .sys-item-list2 img {
  width: 300px;
  height: 300px;
}

@media (max-width: 991.98px) {
  .system-components .system-header {
    min-height: 76px;
    max-height: auto;
    height: auto;
  }

  .system-components .system-body .system-item-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .system-components .system-body .system-item-list .sys-item-list1 {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0rem;
    padding-bottom: 0.5rem;
  }
  .system-components .system-body .system-item-list .sys-item-list2 {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0.5rem;
    padding-left: 0rem;
    height: 300px;
  }
  .system-components .system-body .system-item-list .sys-item-list2 img {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 420px) {
  .system-components .system-header {
    font-size: 1.8rem;
  }
  .system-components .system-header .h1,
  .system-components .system-header .h2,
  .system-components .system-header .h3,
  .system-components .system-header .h4,
  .system-components .system-header .h5,
  .system-components .system-header .h6,
  .system-components .system-header h1,
  .system-components .system-header h2,
  .system-components .system-header h3,
  .system-components .system-header h4,
  .system-components .system-header h5,
  .system-components .system-header h6 {
    font-size: 1.8rem;
  }
}
/*system-components*/
/* youtubepBlock */
#youtubepBlock.carousel .carousel-control-prev,
#youtubepmBlock.carousel .carousel-control-prev {
  left: 0px !important;
}
#youtubepBlock.carousel .carousel-control-next,
#youtubepmBlock.carousel .carousel-control-next {
  right: 0px !important;
}
#youtubepBlock.carousel .carousel-control-prev,
#youtubepBlock.carousel .carousel-control-next,
#youtubepmBlock.carousel .carousel-control-prev,
#youtubepmBlock.carousel .carousel-control-next {
  width: auto;
}
#youtubepBlock.carousel .carousel-control-prev i,
#youtubepBlock.carousel .carousel-control-next i,
#youtubepmBlock.carousel .carousel-control-prev i,
#youtubepmBlock.carousel .carousel-control-next i {
  font-size: 1.5rem !important;
}
/* youtubepBlock end */

/* Cryo product table */
#cryo-product-table.table thead {
  background-color: #e7ecee;
  text-transform: inherit;
  font-family: LFTEtica-Bold;
  text-align: center;
  vertical-align: middle;
}
#cryo-product-table.table tbody tr.row-first {
  background-color: rgba(0, 0, 0, 0.05);
}
#cryo-product-table.table tbody tr.row-second {
  background-color: rgb(255, 255, 255);
}
#cryo-product-table.table tbody .rowheading {
  display: none;
}
#cryo-product-table.table .colfirst {
  display: table-cell;
}
#cryo-product-table.table .colsecond,
#cryo-product-table.table .colthird {
  text-align: center;
}
 
@media (max-width: 767.98px) {
  #cryo-product-table.table tbody tr.row-first {
    background-color: rgba(0, 0, 0, 0.05);
  }
  #cryo-product-table.table tbody tr.row-first:nth-last-child(1) {
    background-color: rgb(255, 255, 255) !important;
  }
  #cryo-product-table.table tbody tr.row-second {
    background-color: rgba(0, 0, 0, 0.05);
  }
  #cryo-product-table.table tbody .rowheading {
    display: table-row;
    text-align: center;
    background-color: rgb(255, 255, 255);
  }
  #cryo-product-table.table .colfirst {
    display: none;
  }
}
/* Cryo product table end */
.webform-submission-form [data-drupal-selector=edit-flexbox-02] {
  display: flex;
  justify-content: center;
}