/*!
    Theme Name: TELEFLEX
    Description: TELEFLEX WP theme by Clickr Myanmar
    Version:1.1
    Author: Clickr Myanmar
    Author URI: https: */
@font-face {
  font-family: "Instrument_Sans_Bold";
  src: url("./fonts/Instrument_Sans/InstrumentSansBold.ttf") format("ttf"),
    url("./fonts/Instrument_Sans/InstrumentSansBold.otf") format("otf"),
    url("./fonts/Instrument_Sans/InstrumentSansBold.eot") format("eot"),
    url("./fonts/Instrument_Sans/InstrumentSansBold.svg") format("svg"),
    url("./fonts/Instrument_Sans/InstrumentSansBold.woff") format("woff"),
    url("./fonts/Instrument_Sans/InstrumentSansBold.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument_Sans_Medium";
  src: url("./fonts/Instrument_Sans/InstrumentSansMedium.ttf") format("ttf"),
    url("./fonts/Instrument_Sans/InstrumentSansMedium.otf") format("otf"),
    url("./fonts/Instrument_Sans/InstrumentSansMedium.eot") format("eot"),
    url("./fonts/Instrument_Sans/InstrumentSansMedium.svg") format("svg"),
    url("./fonts/Instrument_Sans/InstrumentSansMedium.woff") format("woff"),
    url("./fonts/Instrument_Sans/InstrumentSansMedium.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument_Sans_SemiBold";
  src: url("./fonts/Instrument_Sans/InstrumentSansSemiBold.ttf") format("ttf"),
    url("./fonts/Instrument_Sans/InstrumentSansSemiBold.otf") format("otf"),
    url("./fonts/Instrument_Sans/InstrumentSansSemiBold.eot") format("eot"),
    url("./fonts/Instrument_Sans/InstrumentSansSemiBold.svg") format("svg"),
    url("./fonts/Instrument_Sans/InstrumentSansSemiBold.woff") format("woff"),
    url("./fonts/Instrument_Sans/InstrumentSansSemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument_Sans_Regular";
  src: url("./fonts/Instrument_Sans/InstrumentSansRegular.ttf") format("ttf"),
    url("./fonts/Instrument_Sans/InstrumentSansRegular.otf") format("otf"),
    url("./fonts/Instrument_Sans/InstrumentSansRegular.eot") format("eot"),
    url("./fonts/Instrument_Sans/InstrumentSansRegular.svg") format("svg"),
    url("./fonts/Instrument_Sans/InstrumentSansRegular.woff") format("woff"),
    url("./fonts/Instrument_Sans/InstrumentSansRegular.woff2") format("woff2");
}
h1,
h2,
h3,
b,
strong {
  font-family: "Instrument_Sans_Bold";
}
h1 {
  font-size: 56.85px;
  font-family: "Instrument_Sans_Bold";
}
body,
html,
p {
  font-size: 16px;
  font-family: "Instrument_Sans_Regular";
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
button,
input[type="submit"] {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color-transition: all 0.3s ease;
  -webkit-tap-highlight-color--webkit-transition: all 0.3s ease;
}
input,
textarea {
  outline: none;
}
.main-container {
  max-width: 1137px !important;
  margin: 0 auto;
}
nav {
  padding: 30.55688px 0 31.2675px 0;
}
nav .navbar-logo {
  display: block;
}
nav .navbar-logo .logo {
  width: 180px;
}
nav .right-nav {
  width: 100%;
}
@media screen and (max-width: 780px) {
  nav .right-nav {
    justify-content: flex-end;
  }
}
nav .right-nav .main-menu {
  width: 100%;
}
@media screen and (max-width: 780px) {
  nav .right-nav .main-menu {
    display: none;
  }
}
nav .right-nav .main-menu .primary-menu-class li.wpml-ls-current-language a {
  color: #00205b !important;
}
nav .right-nav .main-menu .primary-menu-class li.wpml-ls-current-language > a {
  margin-right: 20px;
  pointer-events: none;
}
nav
  .right-nav
  .main-menu
  .primary-menu-class
  li.wpml-ls-current-language
  ul.sub-menu
  a {
  color: #707070 !important;
  margin-left: 0;
  padding: 5px 5px 5px 0;
}
nav .right-nav .main-menu ul .wpml-ls-current-language {
  position: relative;
}
nav .right-nav .main-menu ul .wpml-ls-current-language::before {
  content: "";
  position: absolute;
  background-image: url("images/multi-lang.png");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  top: 2px;
}
nav .right-nav .main-menu ul .wpml-ls-current-language a {
  margin-left: 26px;
}
nav .right-nav .main-menu ul li ul.sub-menu {
  margin-top: 10px;
  position: absolute;
  display: none;
  list-style: none;
  background: #fff;
  box-shadow: 0 0 16px #00000026;
  padding: 5px 12px;
  z-index: 9999;
  width: 100%;
  min-width: 80px;
}
nav .right-nav .main-menu .primary-menu-class {
  margin: 0;
  list-style: none;
  gap: 42.6375px;
}
nav .right-nav .main-menu .primary-menu-class li a {
  font-family: "Instrument_Sans_SemiBold" !important;
  color: #707070 !important;
  font-size: 16px;
  position: relative;
}
nav .right-nav .main-menu .primary-menu-class li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #00205b;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
nav .right-nav .main-menu .primary-menu-class li a:hover {
  color: #00205b !important;
}
nav .right-nav .main-menu .primary-menu-class li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
nav .right-nav .main-menu .primary-menu-class li.current-menu-item a {
  color: #00205b !important;
}
nav .right-nav .multi-language {
  padding: 0 60.40313px;
  font-size: 17.055px;
  color: #00205b;
  font-family: "Instrument_Sans_Bold";
  gap: 7.10625px;
}
@media screen and (max-width: 780px) {
  nav .right-nav .multi-language {
    padding: 0 20px;
  }
}
nav .right-nav .multi-language img {
  width: 21.31875px;
}
.main-menu-mobile {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  font-family: "Instrument_Sans_Medium";
  display: none;
  margin: 0;
  padding: 20px 0;
  background: #f3f4f5;
}
.main-menu-mobile li a {
  color: #707070;
}
.main-menu-mobile li.current-menu-item a {
  color: #00205b !important;
}
@media screen and (max-width: 780px) {
  .main-menu-mobile {
    display: flex;
  }
}
.wpml-ls-current-language {
  cursor: pointer;
}
.wpml-ls-current-language::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  right: 0px;
  top: 22%;
  transform: rotate(135deg);
  transition: 0.2s ease;
}
.wpml-ls-current-language.language-active::after {
  transform: rotate(-45deg);
  top: 38%;
}
@media screen and (max-width: 780px) {
  .wpml-ls-current-language.wpml-ls-menu-item {
    position: absolute;
    top: 75px;
    right: 50px;
    color: #191c1f;
  }
  .wpml-ls-current-language.wpml-ls-menu-item > a {
    position: relative;
    margin-right: 20px;
    pointer-events: none;
  }
  .wpml-ls-current-language.wpml-ls-menu-item > a::before {
    content: "";
    position: absolute;
    background-image: url(images/multi-lang.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    top: 2px;
  }
  .wpml-ls-current-language.wpml-ls-menu-item > a .wpml-ls-native {
    margin-left: 28px;
    color: #00205b;
  }
  .wpml-ls-current-language.wpml-ls-menu-item .sub-menu {
    display: none;
    margin-top: 10px;
    position: absolute;
    list-style: none;
    background: #fff;
    box-shadow: 0 0 16px #00000026;
    padding: 5px 15px;
    z-index: 9999;
    width: 100%;
    min-width: 86px;
  }
  .wpml-ls-current-language.wpml-ls-menu-item .sub-menu li a::before {
    content: none;
  }
}
#menu-item-wpml-ls-52-jp,
#menu-item-wpml-ls-52-jp-en,
#menu-item-wpml-ls-52-apac {
  display: none;
}
html[lang="apac"] #menu-item-wpml-ls-52-apac {
  display: block !important;
}
html[lang="jp"] #menu-item-wpml-ls-52-jp {
  display: block !important;
}
html[lang="jp-en"] #menu-item-wpml-ls-52-jp-en {
  display: block !important;
}
footer {
  background: #888c92;
  padding: 42.6375px 0;
}
footer .primary-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 959px) {
  footer .primary-footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  footer .primary-footer {
    gap: 0;
  }
}
footer .primary-footer h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Instrument_Sans_Bold";
}
footer .primary-footer h4 {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Instrument_Sans_SemiBold";
}
footer .primary-footer .outer-left {
  width: 26%;
}
@media screen and (max-width: 959px) {
  footer .primary-footer .outer-left {
    width: 100%;
  }
}
footer .primary-footer .outer-left p {
  color: #ffffff;
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  footer .primary-footer .outer-left p {
    font-size: 16px;
  }
}
footer .primary-footer .outer-right {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 639px) {
  footer .primary-footer .outer-right {
    flex-direction: column;
    gap: 0;
  }
}
footer .primary-footer .outer-right .inner-left {
  display: flex;
  gap: 16.34437px;
}
@media screen and (max-width: 639px) {
  footer .primary-footer .outer-right .inner-left {
    flex-direction: column;
    gap: 0;
  }
}
footer .primary-footer .outer-right .inner-left .inner-div {
  width: 218px;
}
@media screen and (max-width: 1200px) {
  footer .primary-footer .outer-right .inner-left .inner-div {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 639px) {
  footer .primary-footer .outer-right .inner-left .inner-div {
    width: 100%;
  }
}
footer .primary-footer .outer-right .inner-left .inner-div.center {
  width: 167px;
}
footer .primary-footer .outer-right .inner-left .left ul.footer-menu-one li {
  line-height: 1.2;
}
@media screen and (max-width: 639px) {
  footer .primary-footer .outer-right .inner-left .left ul.footer-menu-one li {
    line-height: unset;
  }
}
footer
  .primary-footer
  .outer-right
  .inner-left
  .left
  ul.footer-menu-one
  li:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  footer
    .primary-footer
    .outer-right
    .inner-left
    .left
    ul.footer-menu-one
    li:first-child {
    margin-bottom: 5px;
  }
}
footer
  .primary-footer
  .outer-right
  .inner-left
  .left
  ul.footer-menu-one
  li:first-child
  a {
  font-size: 14px;
  color: #fff;
  font-family: "Instrument_Sans_SemiBold";
  margin-bottom: 20px;
  text-transform: uppercase;
}
footer .primary-footer .outer-right .inner-left .center ul {
  padding: 0;
  list-style: none;
}
footer .primary-footer .outer-right .inner-left .center ul li {
  margin-bottom: 5px;
  line-height: 1.2;
}
footer .primary-footer .outer-right .inner-left .center ul li a {
  color: #fff;
  font-size: 13px;
}
footer .primary-footer .outer-right .inner-left .center ul li:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  footer .primary-footer .outer-right .inner-left .center ul li:first-child {
    margin-bottom: 5px;
  }
}
footer .primary-footer .outer-right .inner-left .center ul li:first-child a {
  font-size: 14px;
  color: #fff;
  font-family: "Instrument_Sans_SemiBold";
  text-transform: uppercase;
}
footer .primary-footer .outer-right .inner-left .left ul {
  padding: 0;
  list-style: none;
}
footer .primary-footer .outer-right .inner-left .left ul li a {
  color: #fff;
  font-size: 13px;
}
footer .primary-footer .outer-right .inner-left .left ul li:first-child {
  margin-bottom: 15px;
}
@media screen and (max-width: 639px) {
  footer .primary-footer .outer-right .inner-left .left ul li:first-child {
    margin-bottom: 5px;
  }
}
footer .primary-footer .outer-right .inner-left .left ul li:first-child a {
  font-size: 14px;
  color: #fff;
  font-family: "Instrument_Sans_SemiBold";
  text-transform: uppercase;
}
footer .primary-footer .outer-right .inner-right {
  width: 142.125px;
}
footer .primary-footer .outer-right .inner-right ul {
  padding: 0;
  list-style: none;
}
footer .primary-footer .outer-right .inner-right ul li a {
  color: #fff;
  font-size: 13px;
}
footer .primary-footer .outer-right .inner-right ul li:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  footer .primary-footer .outer-right .inner-right ul li:first-child {
    margin-bottom: 5px;
  }
}
footer .primary-footer .outer-right .inner-right ul li:first-child a {
  font-size: 14px;
  color: #fff;
  font-family: "Instrument_Sans_SemiBold";
  text-transform: uppercase;
}
footer .secondary-footer {
  color: #fff;
  padding-top: 80px;
}
footer .secondary-footer img {
  width: 130px;
}
footer .secondary-footer .copy-menu-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  footer .secondary-footer .copy-menu-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .secondary-footer .copy-menu-wrapper .left-content p {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 639px) {
  footer .secondary-footer .copy-menu-wrapper .left-content p {
    font-size: 12px;
  }
}
footer .secondary-footer .copy-menu-wrapper .right-content ul {
  list-style-type: none;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 639px) {
  footer .secondary-footer .copy-menu-wrapper .right-content ul {
    padding: 0px;
  }
}
footer .secondary-footer .copy-menu-wrapper .right-content ul li a {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 639px) {
  footer .secondary-footer .copy-menu-wrapper .right-content ul li a {
    font-size: 12px;
  }
}
#gform_wrapper_1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
  #gform_wrapper_1 {
    margin-bottom: 25px;
  }
}
#gform_wrapper_1 #gform_1 {
  position: relative;
}
#gform_wrapper_1 #gform_1 .gform_body #field_1_1 label {
  display: none;
}
#gform_wrapper_1 #gform_1 .gform_body #field_1_1 .ginput_container_email {
  background: #fff;
}
#gform_wrapper_1
  #gform_1
  .gform_body
  #field_1_1
  .ginput_container_email
  #input_1_1 {
  height: 35.53125px;
  border-radius: 3.55313px;
  border: none;
}
#gform_wrapper_1
  #gform_1
  .gform_body
  #field_1_1
  .ginput_container_email
  #input_1_1::placeholder {
  color: RGBA(25, 28, 31, 0.5);
  font-family: "Instrument_Sans_Regular";
}
@media screen and (max-width: 639px) {
  #gform_wrapper_1
    #gform_1
    .gform_body
    #field_1_1
    .ginput_container_email
    #input_1_1 {
    height: 50px;
  }
}
#gform_wrapper_1 #gform_1 .gform_body #field_1_1 #validation_message_1_1 {
  border: 0;
  background: 0;
  padding: 0;
  color: red;
  margin-top: 3px;
}
#gform_wrapper_1 #gform_1 .gform_body #field_1_3 legend {
  display: none;
}
#gform_wrapper_1 #gform_1 .gform_body #field_1_3 label {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
#gform_wrapper_1 #gform_1 .gform_body #field_1_3 #validation_message_1_3 {
  border: 0;
  background: 0;
  padding: 0;
  color: red;
  margin-top: 3px;
}
#gform_wrapper_1 #gform_1 .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 35.53125px;
  background: #00205b;
  display: block;
}
@media screen and (max-width: 639px) {
  #gform_wrapper_1 #gform_1 .gform_footer {
    height: 50px;
  }
}
#gform_wrapper_1 #gform_1 .gform_footer input#gform_submit_button_1 {
  margin: 0;
  height: 100%;
  color: transparent;
  padding: 0;
  width: 50px;
  position: relative;
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 8px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
#gform_confirmation_message_1 {
  color: #78be20;
  background: white;
  padding: 10px;
  margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 5px !important;
}
footer .primary-footer .outer-right .inner-left .left ul.footer-menu-one {
  padding-top: 3px;
}
footer .primary-footer .outer-right .inner-left .center ul.footer-menu-two {
  padding-top: 3px;
}
.footer-menu-one li a,
.footer-menu-two li a,
.footer-menu-three li a,
.footer-menu-four li a,
.copy-menu li a {
  position: relative;
}
.footer-menu-one li a::after,
.footer-menu-two li a::after,
.footer-menu-three li a::after,
.footer-menu-four li a::after,
.copy-menu li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footer-menu-one li a:hover::after,
.footer-menu-two li a:hover::after,
.footer-menu-three li a:hover::after,
.footer-menu-four li a:hover::after,
.copy-menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.subscribe-mail-footer .sapCpWidget {
  padding: 0;
}
.subscribe-mail-footer .sapCpWidget .sapCpLabel,
.subscribe-mail-footer .sapCpWidget .sapCpButton {
  color: #fff;
}
.subscribe-mail-footer .sapCpLayout {
  padding: 0;
}
.subscribe-mail-footer .sapCpTextWidget {
  display: none;
}
.subscribe-mail-footer .sapCpWidgetContentNoIndent h3 {
  display: none;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
  display: none;
}
.uk-container-expand-left {
  padding-left: 0px;
}
.page-template-tpl-home {
  background: #f3f4f5;
}
.home-banner {
  background-image: url("images/teleflex-curve-banner.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f6f7;
  padding-top: 0px;
}
@media screen and (max-width: 1150px) {
  .home-banner {
    background-size: cover;
    height: 100%;
  }
}
@media screen and (max-width: 639px) {
  .home-banner {
    background-image: url("images/mobile-teleflex-curve-banner.png");
    background-position: bottom;
    background-size: 110%;
    padding-bottom: 0px;
  }
  .home-banner .uk-container {
    padding-right: 0px;
  }
}
.home-banner .banner-slider-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 73.19437px;
}
@media screen and (max-width: 1150px) {
  .home-banner .banner-slider-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .home-banner .banner-slider-wrapper {
    gap: 0px;
  }
}
.home-banner .banner-slider-wrapper .left-content {
  width: calc(100% - 577.0275px - 73.19437px);
}
@media screen and (max-width: 1150px) {
  .home-banner .banner-slider-wrapper .left-content {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 639px) {
  .home-banner .banner-slider-wrapper .left-content {
    height: 500px;
    background: #00205b;
  }
}
.home-banner
  .banner-slider-wrapper
  .left-content
  .swiper-slide
  .content-wrapper {
  position: relative;
  height: 535px;
}
.home-banner
  .banner-slider-wrapper
  .left-content
  .swiper-slide
  .content-wrapper
  .image-1 {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 230px;
  border-radius: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .home-banner
    .banner-slider-wrapper
    .left-content
    .swiper-slide
    .content-wrapper
    .image-1 {
    width: 380.18437px;
    right: 1px;
    left: auto;
  }
}
@media screen and (max-width: 1150px) {
  .home-banner
    .banner-slider-wrapper
    .left-content
    .swiper-slide
    .content-wrapper
    .image-1 {
    width: 500px;
    left: 20%;
  }
}
@media screen and (max-width: 660px) {
  .home-banner
    .banner-slider-wrapper
    .left-content
    .swiper-slide
    .content-wrapper
    .image-1 {
    width: auto;
  }
}
@media screen and (max-width: 639px) {
  .home-banner
    .banner-slider-wrapper
    .left-content
    .swiper-slide
    .content-wrapper
    .image-1 {
    width: 300px;
    bottom: 100px;
  }
}
.home-banner
  .banner-slider-wrapper
  .left-content
  .swiper-slide
  .content-wrapper
  .image-2 {
  width: 522.30938px;
  position: absolute;
  top: 0px;
  left: -130px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .home-banner
    .banner-slider-wrapper
    .left-content
    .swiper-slide
    .content-wrapper
    .image-2 {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .home-banner
    .banner-slider-wrapper
    .left-content
    .swiper-slide
    .content-wrapper
    .image-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .home-banner
    .banner-slider-wrapper
    .left-content
    .swiper-slide
    .content-wrapper
    .image-2 {
    width: 522.30938px;
  }
}
@media screen and (max-width: 639px) {
  .home-banner
    .banner-slider-wrapper
    .left-content
    .swiper-slide
    .content-wrapper
    .image-2 {
    width: 400px;
  }
}
.home-banner .banner-slider-wrapper .right-content {
  width: 577.0275px;
  padding: 77.45812px 0;
}
@media screen and (max-width: 1150px) {
  .home-banner .banner-slider-wrapper .right-content {
    width: 100%;
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 639px) {
  .home-banner .banner-slider-wrapper .right-content {
    padding: 0 20px;
  }
}
.home-banner .banner-slider-wrapper .right-content h1,
.home-banner .banner-slider-wrapper .right-content p {
  color: #fff;
}
@media screen and (max-width: 639px) {
  .home-banner .banner-slider-wrapper .right-content h1 {
    font-size: 36px;
    text-align: left;
  }
  .home-banner .banner-slider-wrapper .right-content p {
    text-align: left;
  }
}
.home-banner .banner-slider-wrapper .right-content .findOutMore {
  color: #00205b;
  background: #fff;
  border: 2px solid #00205b;
  padding: 10.65938px 35.53125px;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  font-size: 17.055px;
  font-family: "Instrument_Sans_SemiBold";
  margin-bottom: 80px;
  transition: all 0.3s ease;
}
.home-banner .banner-slider-wrapper .right-content .findOutMore:hover {
  color: #fff;
  background: #00205b;
  border: 2px solid #fff;
}
.home-timeline {
  background-color: #f5f6f7;
}
@media screen and (max-width: 639px) {
  .home-timeline {
    display: none;
  }
}
.home-timeline .card {
  background: #fff;
  padding: 50px;
  border: none;
}
@media screen and (max-width: 639px) {
  .home-timeline .card {
    padding: 50px 20px;
  }
}
.home-timeline .card .small-title {
  color: #00205b;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  font-family: "Instrument_Sans_Bold";
}
.home-timeline .card .large-title {
  font-family: "Instrument_Sans_Bold";
  font-size: 35.53125px;
  color: #00205b;
  margin-top: 0;
  margin-bottom: 53.29688px;
  text-align: center;
}
.home-timeline .card .large-title span {
  color: #78be20;
}
.home-timeline .card .history-main-title {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .home-timeline .card .history-main-title {
    display: block;
  }
}
.home-timeline .card .history-main-title .green-title {
  color: #78be20;
  margin-top: 0;
  padding-left: 12px;
}
.home-timeline .card .history-main-title h2 {
  display: inline-block;
}
.home-timeline .card .wrapper {
  gap: 73.19437px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .home-timeline .card .wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  .home-timeline .card .wrapper {
    gap: 20px;
  }
}
.home-timeline .card .wrapper .left-content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .home-timeline .card .wrapper .left-content {
    width: 100%;
  }
}
.home-timeline .card .wrapper .right-content {
  width: calc(100% - 50% - 73.19437px);
}
@media screen and (max-width: 1024px) {
  .home-timeline .card .wrapper .right-content {
    width: 100%;
  }
}
.home-timeline .card .wrapper .right-content .timelineSlider .swiper-slide {
  padding: 3px;
}
.home-timeline .card .wrapper .right-content .timelineSlider h2 {
  color: #00205b;
  font-size: 35.53125px;
}
.home-timeline .card .wrapper .right-content .slide-text-icon {
  color: #9ea9bf;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home-timeline .card .wrapper .right-content .slide-text-icon p {
  margin: 0;
}
.home-timeline-mobile {
  background: #f3f4f5;
  display: none;
  padding: 30px 0 60px 0;
}
@media screen and (max-width: 639px) {
  .home-timeline-mobile {
    display: block;
  }
}
.home-timeline-mobile .primary-main-title {
  color: #00205b;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
  font-family: "Instrument_Sans_Bold";
  padding: 0 60px;
}
.home-timeline-mobile .secondary-main-title {
  padding: 15px 60px;
}
.home-timeline-mobile .secondary-main-title .mobile-main-title {
  margin: 0;
  font-size: 27px;
  display: inline;
}
.home-timeline-mobile .secondary-main-title .mobile-main-title.green-title {
  color: #00a9ce;
}
.home-timeline-mobile .mobile-range-timeline-slider-container {
  padding: 30px 60px;
}
.home-timeline-mobile
  .mobile-range-timeline-slider-container
  .irs--flat
  .irs-line::after,
.home-timeline-mobile
  .mobile-range-timeline-slider-container
  .irs--flat
  .irs-line::before {
  width: 13px;
  height: 13px;
  top: -5px;
}
.home-timeline-mobile
  .mobile-range-timeline-slider-container
  .irs--flat
  .irs-handle {
  width: 30px;
  height: 30px;
  top: 10px;
}
.home-timeline-mobile
  .mobile-range-timeline-slider-container
  .irs--flat
  .irs-min,
.home-timeline-mobile
  .mobile-range-timeline-slider-container
  .irs--flat
  .irs-max {
  font-size: 16px;
  font-family: "Instrument_Sans_Regular";
}
.home-timeline-mobile
  .mobile-range-timeline-slider-container
  .irs--flat
  .irs-from,
.home-timeline-mobile
  .mobile-range-timeline-slider-container
  .irs--flat
  .irs-to,
.home-timeline-mobile
  .mobile-range-timeline-slider-container
  .irs--flat
  .irs-single {
  font-size: 18px;
  font-family: "Instrument_Sans_Bold";
}
.home-timeline-mobile .mobile-range-timeline-slider-container .irs-from,
.home-timeline-mobile .mobile-range-timeline-slider-container .irs-to,
.home-timeline-mobile .mobile-range-timeline-slider-container .irs-single {
  top: -5px;
}
.home-timeline-mobile .mobileTimelineSwiper {
  padding-bottom: 60px;
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-slide {
  width: 83%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.01);
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-slide .mobile-card {
  background: #fff;
  padding: 30px 23px;
}
.home-timeline-mobile
  .mobileTimelineSwiper
  .swiper-slide
  .mobile-card
  .main-title {
  text-align: left;
}
.home-timeline-mobile
  .mobileTimelineSwiper
  .swiper-slide
  .mobile-card
  .sub-title {
  color: #00205b;
  font-size: 22px;
  font-family: "Instrument_Sans_Regular";
  text-align: left;
  margin-top: 20px;
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-slide .mobile-card img {
  border-radius: 50px;
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-slide .mobile-card .desc {
  padding-top: 30px;
  font-size: 14px;
  font-family: "Instrument_Sans_Regular";
  color: #191c1f;
  text-align: left;
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-slide-prev,
.home-timeline-mobile .mobileTimelineSwiper .swiper-slide-next {
  transform: scale(0.8);
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-slide-prev {
  transform: scale(0.8) translate(20px);
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-slide-next {
  transform: scale(0.8) translate(-20px);
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-button-prev,
.home-timeline-mobile .mobileTimelineSwiper .swiper-button-next {
  top: unset;
  bottom: 0;
  width: auto;
  cursor: pointer;
  color: #191c1f;
  font-family: "Instrument_Sans_Medium";
  font-size: 16px;
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-button-prev {
  left: 25px;
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-button-next {
  right: 25px;
}
.home-timeline-mobile .mobileTimelineSwiper .swiper-button-prev::after,
.home-timeline-mobile .mobileTimelineSwiper .swiper-button-next::after {
  display: none;
}
.home-explore-our-products .products-wrap .uk-width-1-1 {
  margin: 0 auto;
}
.home-explore-our-products .products-wrap .uk-card .card-image {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%;
}
.timelineImageSlider .swiper-slide {
  padding: 4px;
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 639px) {
  .swiper-backface-hidden .swiper-slide {
    text-align: center;
  }
}
.swiper-pagination {
  text-align: left;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
}
@media screen and (max-width: 639px) {
  .swiper-pagination {
    display: none;
  }
}
.home-banner-mobile-pagination {
  background: #f5f6f7;
  display: none;
  padding: 30px 0;
  text-align: center;
}
.home-banner-mobile-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: gray;
}
.home-banner-mobile-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background: #00205b;
}
@media screen and (max-width: 639px) {
  .home-banner-mobile-pagination {
    display: block;
  }
}
#titleTooltip {
  position: absolute;
  margin: 5px 0 0 0;
  width: 175.52437px;
  font-size: 17.055px;
  color: #00a9ce;
  font-family: "Instrument_Sans_Regular";
  text-align: center;
}
.range-timeline-slider-container {
  margin: 0 auto;
  padding: 20px;
  position: relative;
  margin-bottom: 50px;
}
.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 10px;
}
.slider-label {
  position: absolute;
  transform: translateX(-50%);
  font-size: 12px;
}
.irs--flat .irs-handle {
  width: 21.31875px;
  height: 21.31875px;
  border-radius: 100vmax;
  background: white;
  border: 3px solid #00a9ce;
  top: 15px;
  cursor: pointer;
}
.irs--flat .irs-handle > i:first-child {
  display: none;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  background-color: transparent;
  color: #191c1f;
  font-size: 21.31875px;
  line-height: 0px;
  font-family: "Instrument_Sans_Bold";
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  background-color: transparent;
  font-size: 14.2125px;
  color: #191c1f;
  line-height: 1;
  font-family: "Instrument_Sans_Bold";
}
.irs--flat .irs-min {
  left: -20px;
}
.irs--flat .irs-max {
  right: -20px;
}
.irs--flat .irs-line {
  height: 3px;
  overflow: unset;
}
.irs--flat .irs-line::after,
.irs--flat .irs-line::before {
  content: "";
  position: absolute;
  width: 9.23813px;
  height: 9.23813px;
  background: #51534a;
  border-radius: 50%;
  top: -3px;
  z-index: 1;
}
.irs--flat .irs-line::after {
  left: 0;
}
.irs--flat .irs-line::before {
  right: 0;
}
.irs--flat .irs-bar {
  height: 3px;
  background-color: RGBA(0, 169, 206, 0.49);
}
@media screen and (max-width: 639px) {
  .teleflex-arrow {
    padding: 65px 0;
  }
}
.teleflex-arrow .uk-container {
  padding: 0 28px;
}
.teleflex-arrow .uk-container .contents {
  gap: 73.19437px;
}
@media screen and (max-width: 1024px) {
  .teleflex-arrow .uk-container .contents {
    flex-wrap: wrap;
  }
}
.teleflex-arrow .uk-container .contents .left-content {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .teleflex-arrow .uk-container .contents .left-content {
    width: 100%;
  }
}
.teleflex-arrow .uk-container .contents .left-content .cat-title {
  color: #00205b;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "Instrument_Sans_Bold";
}
@media screen and (max-width: 639px) {
  .teleflex-arrow .uk-container .contents .left-content .cat-title {
    font-size: 18px;
  }
}
.teleflex-arrow .uk-container .contents .left-content .tab-title {
  font-family: "Instrument_Sans_Bold";
  font-size: 49.74375px;
  color: #00205b;
  margin-top: 0;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 639px) {
  .teleflex-arrow .uk-container .contents .left-content .tab-title {
    font-size: 27px;
    text-align: left !important;
  }
}
.teleflex-arrow .uk-container .contents .left-content .tab-title span {
  color: #78be20;
}
.teleflex-arrow .uk-container .contents .left-content .secondary-large-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .teleflex-arrow .uk-container .contents .left-content .secondary-large-title {
    text-align: left;
  }
}
.teleflex-arrow
  .uk-container
  .contents
  .left-content
  .secondary-large-title
  .green-title {
  color: #78be20;
  padding: 0 10px;
}
.teleflex-arrow .uk-container .contents .left-content .mobile-image {
  display: none;
}
@media screen and (max-width: 639px) {
  .teleflex-arrow .uk-container .contents .left-content .mobile-image {
    display: block;
    overflow: hidden;
  }
}
.teleflex-arrow .uk-container .contents .left-content .sub-desc {
  color: #78be20;
  font-size: 18.47625px;
  font-family: "Instrument_Sans_Bold";
}
@media screen and (max-width: 639px) {
  .teleflex-arrow .uk-container .contents .left-content .sub-desc {
    font-size: 22px;
    text-align: left;
    margin: 20px 0 17px 0;
    font-family: "Instrument_Sans_Regular";
    line-height: 26px;
  }
}
.teleflex-arrow .uk-container .contents .left-content .tab-desc {
  color: #191c1f;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  .teleflex-arrow .uk-container .contents .left-content p {
    margin: 0;
    text-align: left;
  }
}
.teleflex-arrow .uk-container .contents .left-content .buttons a {
  background: #00205b;
  color: #fff;
  font-size: 16px;
  border: 2px solid #00205b;
  transition: all 0.3s ease;
}
.teleflex-arrow .uk-container .contents .left-content .buttons a:hover {
  border: 2px solid #fff;
  color: #00205b;
  background: #fff;
}
.teleflex-arrow .uk-container .contents .right-content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .teleflex-arrow .uk-container .contents .right-content {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .teleflex-arrow .uk-container .contents .right-content {
    display: none;
  }
}
.teleflex-arrow .uk-container .contents .right-content img {
  width: 100%;
}
.explore-our-products {
  background-color: #f3f4f5;
}
@media screen and (max-width: 639px) {
  .explore-our-products {
    padding: 65px 0;
  }
}
.explore-our-products .main-title {
  font-size: 24px;
}
@media screen and (max-width: 639px) {
  .explore-our-products .main-title {
    margin-bottom: 20px;
  }
}
.explore-our-products .uk-container {
  padding: 0 28px;
}
.explore-our-products .products-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  .explore-our-products .products-wrap {
    margin-top: 0px;
  }
}
.explore-our-products .products-wrap .uk-card {
  padding: 40px 0;
  height: 100%;
}
@media screen and (max-width: 639px) {
  .explore-our-products .products-wrap .uk-card {
    padding: 30px 0;
  }
}
.explore-our-products .products-wrap .uk-card a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.explore-our-products .products-wrap .uk-card .card-sub-title {
  font-size: 12.79125px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #191c1f;
  font-family: "Instrument_Sans_Bold";
  padding: 0 20px;
}
@media screen and (max-width: 639px) {
  .explore-our-products .products-wrap .uk-card .card-sub-title {
    font-size: 18px;
  }
}
.explore-our-products .products-wrap .uk-card .card-main-title {
  margin-top: 0;
  color: #00a9ce;
  font-size: 32px;
  line-height: 1.2;
  padding: 0 20px;
  font-family: "Instrument_Sans_Bold";
}
@media screen and (max-width: 639px) {
  .explore-our-products .products-wrap .uk-card .card-main-title {
    font-size: 28px;
  }
}
.explore-our-products .products-wrap .uk-card .image-wrapper {
  padding: 0 10px;
}
.explore-our-products .products-wrap .uk-card .image-wrapper .card-image {
  height: 206.08125px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 84.56437px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .explore-our-products .products-wrap .uk-card .image-wrapper .card-image {
    width: 315.5175px;
    height: 206.08125px;
  }
}
@media screen and (max-width: 639px) {
  .explore-our-products .products-wrap .uk-card .image-wrapper .card-image {
    width: 200px;
    height: 150px;
  }
}
.sub-text {
  color: #00a9ce;
  font-size: 19.8975px;
  font-family: "Instrument_Sans_Bold";
  margin-bottom: 0;
}
.main-title {
  color: #00205b;
  font-size: 35.53125px;
  font-family: "Instrument_Sans_Bold";
}
.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5,
.page-template-default h6 {
  font-family: "Instrument_Sans_Bold";
  color: #00205b;
}
.page-template-default p {
  font-family: "Instrument_Sans_Regular";
}
.single-product-heading-3 {
  margin-bottom: 24.87187px;
}
@media screen and (max-width: 639px) {
  .single-product-heading-3 {
    margin-bottom: 18px;
  }
}
.single-product-green-heading-3 {
  line-height: 63.95625px;
}
@media screen and (max-width: 639px) {
  .single-product-green-heading-3 {
    font-size: 22px !important;
    font-family: "Instrument_Sans_Regular" !important;
  }
}
.single-product-normal-text-3 {
  margin-top: 57.56063px;
  max-width: 768.89625px;
}
@media screen and (max-width: 639px) {
  .single-product-normal-text-3 {
    margin-top: 18px;
    text-align: left;
  }
}
.banner-design-2 {
  border-bottom-left-radius: 21%;
  clip-path: polygon(0% 0%, 100% 0, 100% 90%, 21% 100%, 0% 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .banner-design-2 {
    border-bottom-left-radius: 0px;
    clip-path: none;
  }
}
@media screen and (max-width: 639px) {
  .banner-design-2 .contents {
    gap: 25px;
  }
}
.banner-design-2 .contents .image-content {
  position: relative;
  height: 390px;
}
@media screen and (max-width: 1024px) {
  .banner-design-2 .contents .image-content {
    height: auto;
  }
}
.banner-design-2 .contents .image-content .banner-image {
  position: absolute;
  width: 543.62812px;
  height: 670.11937px;
  top: -100px;
  left: -100px;
}
@media screen and (max-width: 1024px) {
  .banner-design-2 .contents .image-content .banner-image {
    position: unset;
    margin: 0 auto;
  }
  .banner-design-2 .contents .image-content .banner-image::before {
    content: "";
    position: absolute;
    width: 543.62812px;
    height: 670.11937px;
    background: rgba(0, 169, 206, 0);
    background: linear-gradient(
      180deg,
      rgba(0, 169, 206, 0) 0%,
      rgba(0, 169, 206, 0) 46.8%,
      rgba(0, 169, 206, 0.4) 84.73%,
      #00a9ce 100%
    );
  }
}
@media screen and (max-width: 639px) {
  .banner-design-2 .contents .image-content .banner-image {
    width: 227px;
    height: 280px;
    border-radius: 0;
  }
  .banner-design-2 .contents .image-content .banner-image::before {
    content: "";
    position: absolute;
    width: 227px;
    height: 100%;
    background: rgba(0, 169, 206, 0);
    background: linear-gradient(
      180deg,
      rgba(0, 169, 206, 0) 0%,
      rgba(0, 169, 206, 0) 46.8%,
      rgba(0, 169, 206, 0.4) 84.73%,
      #00a9ce 100%
    );
  }
}
.banner-design-2 .contents .text-content p {
  font-family: "Instrument_Sans_Bold";
}
.title-and-text div p {
  max-width: 800px;
}
@media screen and (max-width: 639px) {
  .title-and-text div p {
    margin-top: 0px;
    text-align: left;
  }
}
.title-and-text div div p {
  max-width: 800px;
}
@media screen and (max-width: 639px) {
  .middle-img-upper-content {
    padding-top: 50px;
    padding-bottom: 250px;
  }
}
.image-vertical-middle-bg {
  background: #f3f4f5;
}
.image-vertical-middle {
  background: #fbfbfb;
}
@media screen and (max-width: 639px) {
  .image-vertical-middle {
    padding: 150px 0 50px 0;
    border-top-right-radius: 60px;
  }
}
.image-vertical-middle .middle-section-image {
  max-width: 689.30625px;
  top: -300px;
}
@media screen and (max-width: 639px) {
  .image-vertical-middle .middle-section-image {
    max-width: 400px;
    width: 100%;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.image-vertical-middle .slider-btn-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 639px) {
  .image-vertical-middle .slider-btn-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  .image-vertical-middle .slider-btn-wrapper .single-product-btn-blue {
    display: inline-block;
    padding: 12px 10px;
  }
}
.single-product-3-tab {
  padding: 0;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab {
    background: #fbfbfb;
    background: linear-gradient(0deg, #fbfbfb 0%, #fff 100%);
  }
}
.single-product-3-tab .tab-titles li {
  flex: 1;
  padding: 0;
  background: #fbfbfb;
}
.single-product-3-tab .tab-titles li a {
  justify-content: center;
  text-transform: capitalize;
  padding: 28.425px;
  font-size: 25.5825px;
  font-family: "Instrument_Sans_Bold";
  background: #fbfbfb;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-titles li a {
    font-size: 12px;
    padding: 19px 0 16px 0;
  }
}
.single-product-3-tab .tab-titles li:first-child a {
  border-top-right-radius: 60px;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-titles li:first-child a {
    border-top-right-radius: 30px;
  }
}
.single-product-3-tab .tab-titles li:last-child a {
  border-top-left-radius: 60px;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-titles li:last-child a {
    border-top-left-radius: 30px;
  }
}
.single-product-3-tab .tab-titles li.uk-active a {
  background: white;
  color: #191c1f;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-titles li.uk-active a {
    color: #00205b;
  }
}
.single-product-3-tab .tab-contents {
  margin-bottom: 100px;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents {
    margin: 0;
    padding: 0 0 60px 0;
  }
}
.single-product-3-tab .tab-contents li .desc {
  width: 800.87437px;
  font-size: 17.055px;
  line-height: 28.425px;
  font-family: "Instrument_Sans_Regular";
  color: #191c1f;
  text-align: center;
  margin: 90.96px auto 71.0625px auto;
}
@media screen and (max-width: 959px) {
  .single-product-3-tab .tab-contents li .desc {
    width: 100%;
    padding: 0 28px;
  }
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents li .desc {
    padding: 30px 28px;
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
}
.single-product-3-tab .tab-contents li .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents li .grid-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.single-product-3-tab .tab-contents li .grid-wrapper .grid-item {
  width: 241.6125px;
  position: relative;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents li .grid-wrapper .grid-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.single-product-3-tab .tab-contents li .grid-wrapper .grid-item::before {
  content: "";
  width: 1.5px;
  height: 80px;
  background: #191c1f;
  position: absolute;
  left: -10px;
  top: 15%;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents li .grid-wrapper .grid-item::before {
    background: #bbb;
    width: 90%;
    height: 1px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.single-product-3-tab .tab-contents li .grid-wrapper .grid-item .img-wrapper {
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents li .grid-wrapper .grid-item .img-wrapper {
    width: 100px;
    min-height: auto;
  }
}
.single-product-3-tab
  .tab-contents
  li
  .grid-wrapper
  .grid-item
  .img-wrapper
  img {
  width: 127.9125px;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab
    .tab-contents
    li
    .grid-wrapper
    .grid-item
    .img-wrapper
    img {
    width: 60px;
  }
}
.single-product-3-tab .tab-contents li .grid-wrapper .grid-item .caption {
  color: #00205b;
  font-size: 17.055px;
  font-family: "Instrument_Sans_Bold";
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents li .grid-wrapper .grid-item .caption {
    width: calc(100% - 100px - 20px);
    font-size: 16px;
    font-family: "Instrument_Sans_Medium";
    text-align: left;
  }
}
.single-product-3-tab
  .tab-contents
  li
  .grid-wrapper
  .grid-item:nth-child(3n-2)::before {
  width: 0 !important;
}
.single-product-3-tab .tab-contents li .grid-wrapper-design-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 142.125px;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents li .grid-wrapper-design-2 {
    gap: 50px;
  }
}
.single-product-3-tab .tab-contents li .grid-wrapper-design-2 .grid-item {
  width: 213.1875px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab .tab-contents li .grid-wrapper-design-2 .grid-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    gap: 22px;
  }
}
.single-product-3-tab
  .tab-contents
  li
  .grid-wrapper-design-2
  .grid-item::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 100%;
  background: #191c1f;
  left: -70px;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab
    .tab-contents
    li
    .grid-wrapper-design-2
    .grid-item::before {
    background: #bbb;
    width: 90%;
    height: 1px;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.single-product-3-tab
  .tab-contents
  li
  .grid-wrapper-design-2
  .grid-item
  .percent-number {
  font-size: 68.22px;
  color: #00205b;
  font-family: "Instrument_Sans_Medium";
  margin: 0;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab
    .tab-contents
    li
    .grid-wrapper-design-2
    .grid-item
    .percent-number {
    width: 100px;
    font-size: 32px;
  }
}
.single-product-3-tab
  .tab-contents
  li
  .grid-wrapper-design-2
  .grid-item
  .percent-content {
  font-size: 17.055px;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .single-product-3-tab
    .tab-contents
    li
    .grid-wrapper-design-2
    .grid-item
    .percent-content {
    width: calc(100% - 22px - 100px);
    text-align: left;
    font-size: 16px;
  }
}
.single-product-3-tab
  .tab-contents
  li
  .grid-wrapper-design-2
  .grid-item:nth-child(3n-2)::before {
  width: 0 !important;
}
.signalTab {
  background: #fbfbfb;
}
@media screen and (max-width: 639px) {
  .signalTab {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.signalTab .signal-tab {
  margin-top: 155.62688px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 639px) {
  .signalTab .signal-tab {
    margin-top: 0px;
  }
}
.signalTab .signal-tab .signalTab-tabs {
  order: 2;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .signalTab .signal-tab .signalTab-tabs {
    gap: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .signalTab .signal-tab .signalTab-tabs li {
    padding: 0;
    flex: 1;
  }
}
.signalTab .signal-tab .signalTab-tabs li a {
  font-size: 17.055px;
  color: RGBA(0, 32, 91, 0.65);
  border: 2px solid #e2e5ea;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 11.37px 28.425px;
}
@media screen and (max-width: 639px) {
  .signalTab .signal-tab .signalTab-tabs li a {
    font-size: 16px;
    padding: 10px 0;
    justify-content: center;
  }
}
.signalTab .signal-tab .signalTab-tabs li.uk-active a {
  color: #00205b;
  background: transparent;
  border-color: #00a9ce;
}
@media screen and (max-width: 639px) {
  .signalTab .signal-tab .signalTab-tabs li.uk-active a {
    color: #00a9ce;
  }
}
.signalTab .signal-tab .signalTab-contents {
  margin-bottom: 49.03312px;
}
.signalTab .signal-tab .signalTab-contents li img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .signalTab .signal-tab .signalTab-contents li img {
    padding: 50px 0;
  }
}
.signalTab .signal-tab .signalTab-contents li .caption {
  color: #00205b;
  font-size: 17.055px;
  font-family: "Instrument_Sans_Bold";
  text-align: center;
  font-family: "Instrument_Sans_Medium";
}
@media screen and (max-width: 639px) {
  .signalTab .signal-tab .signalTab-contents li .caption {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-template-tpl-single-product-3 .single-product-contact-wrapper {
    padding-top: 60px;
  }
}
.single-product-3-learnmore-bg {
  background: #fbfbfb;
}

.menu-item-object-wpml_ls_menu_item.menu-item-has-children .sub-menu li {
  display: none;
}

.menu-item-object-wpml_ls_menu_item.menu-item-has-children
  .sub-menu
  li#menu-item-wpml-ls-52-sea,
.menu-item-object-wpml_ls_menu_item.menu-item-has-children
  .sub-menu
  li#menu-item-wpml-ls-52-in,
.menu-item-object-wpml_ls_menu_item.menu-item-has-children
  .sub-menu
  li#menu-item-wpml-ls-52-anz {
  display: block;
}
