html {
  font-size: 100%;
  line-height: 100%;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #cbcbcb;
}

#topbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  background-color: #015DF3;
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 70px;
  right: 70px;
  border-radius: 100%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#topbutton::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#topbutton:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration: none;
  color: #ffffff
}
#topbutton:active {
  background-color: #555;
}
#topbutton.topshow {
  opacity: 1;
  visibility: visible;
}


.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0a4a6e;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 1rem;
  line-height: 1.8rem;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ekteq_sidebar-line-2 {
  position: absolute;
  left: 25px;
  top: 63px;
  width: 0px;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.37);
}

.ekteq_sidebar-text {
  position: absolute;
  left: 50px;
  top: -4px;
  opacity: 1;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
}

.ekteq_sidebar-text.w--current {
  opacity: 0;
  font-size: 12px;
}

.ekteq_sidebar-line-3 {
  position: absolute;
  left: 25px;
  top: 123px;
  width: 0px;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.37);
}

.ekteq_sidebar-text-3 {
  position: absolute;
  left: 70px;
  top: 117px;
  opacity: 0;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
}

.ekteq_sidebar-text-3.w--current {
  left: 50px;
  opacity: 1;
}

.ekteq_sidebar-line {
  position: absolute;
  left: 25px;
  top: 3px;
  width: 0px;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.37);
}

.ekteq_sidebar-text-2 {
  position: absolute;
  left: 50px;
  top: 57px;
  opacity: 0;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.ekteq_hero-section {
  position: relative;
  display: block;
  overflow: visible;
  height: 700px;
  max-height: 1000px;
  min-height: 100vh;
  margin-top: -140px;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.ekteq_navbar {
  background-color: transparent;
}

.ekteq_navbar.shop-navbar {
  background-color: #fff;
  box-shadow: 0 1px 15px -4px rgba(115, 159, 224, 0.5);
}

.ekteq_brand {
  width: 155px;
  margin-top: 0px;
}

.ekteq_brand.hn {
  max-width: 120px;
}

.ekteq_brand.shop-version {
  display: block;
  height: 60px;
  padding-bottom: 0px;
  float: none;
  background-image: url('../images/ekteq-logo---ALL-WHITE-11-6-18.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
}

.ekteq_brand.shop-version:hover {
  height: 60px;
  background-size: contain;
  opacity: 0.52;
}

.ekteq_brand.shop-version.ekteq_hide {
  background-image: url('../images/2-ekteq-white-blue.svg');
  background-size: 150px;
}

.ekteq_nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #2b4351;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.ekteq_nav-link:hover {
  box-shadow: inset 0 -2px 0 0 rgba(1, 98, 249, 0.35);
  color: #2b4351;
  text-decoration: none;
}

.ekteq_nav-link:active {
  text-decoration: none;
}

.ekteq_nav-link:focus {
  text-decoration: none;
}

.ekteq_nav-link.sign-up {
  padding-right: 21px;
  padding-bottom: 10px;
  padding-left: 21px;
  border: 1px solid #693de3;
  border-radius: 7px;
  background-color: #4f1be2;
  background-image: linear-gradient(45deg, #693de3, #4f1be2);
  color: #fff;
}

.ekteq_nav-link.sign-up:hover {
  box-shadow: none;
}

.ekteq_nav-link.sign-up.gone-later {
  padding-top: 10px;
  border-radius: 50px;
}

.ekteq_nav-link.sign-up.gone-later.hn {
  margin-left: 10px;
  padding-top: 10px;
  border-color: #0162f9;
  background-color: #0162f9;
  background-image: linear-gradient(135deg, #0162f9, #0c3aa0);
}

.ekteq_nav-link.login {
  margin-right: 12px;
  margin-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 7px;
  background-color: #fff;
}

.ekteq_nav-link.login:hover {
  box-shadow: none;
  color: #0162f9;
}

.ekteq_nav-link.login.gone-later {
  padding-top: 10px;
  border-radius: 50px;
  box-shadow: 0 3px 26px -5px rgba(43, 67, 81, 0.2);
  color: #002256;
  text-decoration: none;
}

.ekteq_nav-link.login.gone-later:hover {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_nav-link.login.gone-later:active {
  color: #739fe0;
  text-decoration: none;
}

.ekteq_nav-link.login.gone-later:focus {
  color: #739fe0;
  text-decoration: none;
}

.ekteq_nav-link.login.gone-later:visited {
  color: #739fe0;
}

.ekteq_nav-link.white {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.ekteq_nav-link.white:hover {
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.35);
  text-decoration: none;
}

.ekteq_nav-link.white:active {
  color: #dbe9fe;
  text-decoration: none;
}

.ekteq_nav-link.white:focus {
  text-decoration: none;
}

.ekteq_nav-link.white:visited {
  color: #fff;
}

.ekteq_nav-link.shop-lnav-link {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
}

.ekteq_nav-link.shop-lnav-link:hover {
  color: #0031c5;
}

.ekteq_nav-link.shop-lnav-link.w--current {
  color: #002256;
  text-decoration: none;
}

.ekteq_nav-link.shop-lnav-link.w--current:hover {
  box-shadow: inset 0 -1px 0 0 #0031c5;
  color: #0031c5;
  text-decoration: none;
}

.ekteq_nav-link.shop-lnav-link.w--current:active {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_nav-link.shop-lnav-link.w--current:focus {
  text-decoration: none;
}

.ekteq_nav-link.shop-lnav-link.w--current:visited {
  color: #000;
}

.ekteq_nav-cntent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 80px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_nav-cntent.hn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ekteq_nav-cntent.shop-bottom-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.ekteq_content-div {
  position: relative;
  z-index: 2;
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.ekteq_content-div.cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ekteq_content-div.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ekteq_content-div.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_content-div.product-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  min-height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.ekteq_content-div.cart-summary-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.ekteq_content-div.modal-version {
  overflow: hidden;
  height: auto;
  max-width: 1200px;
  padding-top: 32px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.ekteq_content-div.account-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ekteq_content-div.ekteq_info-landing-content {
  max-width: 1200px;
}

.ekteq_content-div.ekteq_info-landing-content.ekteq_landing-reduced {
  width: 95%;
  max-width: 1000px;
}

.ekteq_content-div.ekteq_blog-content {
  display: block;
  max-width: 900px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ekteq_content-div.about-ekteq {
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  text-align: left;
}

.ekteq_heading {
  max-width: 85%;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ekteq_section-two {
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: transparent;
}

.ekteq_hero-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.ekteq_nav-bar-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  clear: right;
}

.ekteq_nav-menu {
  display: block;
  margin-top: 7px;
  margin-right: 0px;
  margin-left: auto;
}

.ekteq_nav-menu.hn {
  margin-top: 0px;
  margin-right: 20px;
}

.ekteq_button {
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 45px 15px 25px;
  border-radius: 50px;
  background-color: #0162f9;
  background-image: url('../images/right_arrow1600.png'), url('../images/right_arrow1600.png'), -webkit-gradient(linear, right top, left top, from(#0031c5), to(#0162f9));
  background-image: url('../images/right_arrow1600.png'), url('../images/right_arrow1600.png'), linear-gradient(270deg, #0031c5, #0162f9);
  background-position: -20px 50%, 88% 50%, 0px 0px;
  background-size: 18px, 18px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  box-shadow: 0 10px 30px -10px rgba(0, 34, 86, 0.4);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.ekteq_button:hover {
  padding-right: 25px;
  padding-left: 45px;
  background-position: 14px 50%, 120% 50%, 0px 0px;
  box-shadow: none;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  color: #fff;
  text-decoration: none;
}

.ekteq_button:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_button:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_button:visited {
  color: #fff;
}

.ekteq_button.ekteq_black-bttn {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/right_arrow1600.png'), url('../images/right_arrow1600.png');
  background-position: -20px 50%, 88% 50%;
  background-size: 18px, 18px;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 10px 30px -10px rgba(0, 34, 86, 0.4), inset 0 2px 15px -2px rgba(0, 34, 86, 0.3);
}

.ekteq_button.ekteq_black-bttn:hover {
  border-color: #000;
  background-color: #000;
  background-position: 15px 50%, 124% 50%;
}

.ekteq_button.retailready {
  margin-top: 0px;
}

.ekteq_paragraph {
  margin-bottom: 26px;
  font-family: Lato, sans-serif;
  color: #0a4a6e;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.ekteq_paragraph.bl {
  color: #164690;
}

.ekteq_heading-2 {
  font-family: Poppins, sans-serif;
  color: #000;
}

.ekteq_heading-2.blu {
  font-family: 'Muller demo';
  color: #0a4a6e;
}

.ekteq_heading-2.blu.lrg {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #164690;
  font-size: 4.2rem;
  line-height: 4.6rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.ekteq_heading-2.blu.ek_small {
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.ekteq_heading-2.blue-thick {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #164690;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 800;
}

.ekteq_section-4 {
  min-height: auto;
  padding-top: 175px;
  padding-bottom: 175px;
  background-color: #fff;
}

.ekteq_section-4.hidefornow {
  display: none;
}

.ekteq_tabs-menu {
  margin-bottom: 30px;
  text-align: center;
}

.ekteq_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  min-height: 100px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding: 34px 35px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #ededed;
  border-radius: 0px;
  background-color: #f2f5f9;
  box-shadow: none;
  font-family: Poppins, sans-serif;
  color: #a9c3ea;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
}

.ekteq_tab.w--current {
  border-style: none;
  border-width: 1px;
  border-color: rgba(10, 74, 110, 0.44);
  background-color: #0162f9;
  background-image: url('../images/biz-icon.svg');
  background-position: 32px 50%;
  background-size: 15%;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
}

.ekteq_tab._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #a9c3ea;
  text-align: center;
  text-decoration: none;
}

.ekteq_tab._2:hover {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_tab._2:active {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_tab._2:focus {
  color: #a9c3ea;
  text-decoration: none;
}

.ekteq_tab._2:visited {
  color: #a9c3ea;
}

.ekteq_tab._2.w--current {
  background-color: #0162f9;
  background-image: url('../images/shape-bg.png');
  background-position: 50% 100%;
  background-size: 200%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._2.w--current:hover {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._2.w--current:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._2.w--current:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._2.w--current:visited {
  color: #fff;
}

.ekteq_tab._3 {
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #a9c3ea;
  text-decoration: none;
}

.ekteq_tab._3:hover {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_tab._3:active {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_tab._3:focus {
  color: #a9c3ea;
  text-decoration: none;
}

.ekteq_tab._3:visited {
  color: #a9c3ea;
}

.ekteq_tab._3.w--current {
  padding-right: 55px;
  padding-left: 55px;
  background-color: #0162f9;
  background-image: url('../images/shape-bg.png');
  background-position: 50% 100%;
  background-size: 200%;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._3.w--current:hover {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._3.w--current:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._3.w--current:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._3.w--current:visited {
  color: #fff;
}

.ekteq_tab._1 {
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.ekteq_tab._1:hover {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_tab._1:active {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_tab._1:focus {
  color: #a9c3ea;
  text-decoration: none;
}

.ekteq_tab._1:visited {
  color: #a9c3ea;
}

.ekteq_tab._1.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0162f9;
  background-image: url('../images/shape-bg.png');
  background-position: 50% 100%;
  background-size: 200%;
  background-repeat: no-repeat;
  text-align: center;
}

.ekteq_tab._1.w--current:hover {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._1.w--current:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._1.w--current:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_tab._1.w--current:visited {
  color: #fff;
}

.ekteq_tab-pane {
  padding: 35px;
}

.ekteq_div-block {
  margin-top: 7px;
}

.ekteq_div-block.hn {
  margin-top: 0px;
}

.ekteq_line-1 {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.ekteq_line-1.simple {
  top: 20px;
}

.ekteq_line-1.simple.white {
  background-color: #fff;
}

.ekteq_line-2 {
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 1;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.ekteq_line-2.simple {
  top: 30px;
}

.ekteq_line-2.simple.white {
  background-color: #fff;
}

.ekteq_line-3 {
  position: absolute;
  left: 0px;
  top: 30px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 35px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7a7a7a;
}

.ekteq_line-3.simple {
  top: 40px;
}

.ekteq_line-3.simple.white {
  background-color: #fff;
}

.ekteq_button-10 {
  overflow: hidden;
  width: 60px;
  height: 60px;
  background-color: #4de79d;
}

.ekteq_button-10.w--open {
  background-color: #48d591;
}

.ekteq_hidden-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 19px 0 rgba(43, 67, 81, 0.07);
  opacity: 0;
}

.ekteq_color-div-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #0162f9;
  background-image: linear-gradient(225deg, rgba(1, 98, 249, 0.7), rgba(0, 152, 255, 0.63)), url('../images/shape-bg2.png'), linear-gradient(225deg, #10aed0, rgba(1, 80, 249, 0.9));
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, 200%, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 1;
}

.ekteq_color-div-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 0vh;
  background-color: #dbe9fe;
  background-image: url('../images/E3.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(219, 233, 254, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/bg-device.png');
  background-image: url('../images/E3.png'), linear-gradient(180deg, rgba(219, 233, 254, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/bg-device.png');
  background-position: 100% 50%, 0px 0px, 128% 0px;
  background-size: 60%, auto, 60%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 0;
}

.ekteq_button-text {
  position: relative;
  z-index: 1;
  margin-right: 10px;
  margin-left: 20px;
}

.ekteq_button-arrow {
  width: 15px;
  margin-right: 20px;
}

.ekteq_button-wrapper-2 {
  position: relative;
  display: none;
  max-width: 140px;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ekteq_button-background-2 {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
}

.ekteq_div-block-2 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 24px;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 10px 50px -9px rgba(1, 98, 249, 0.15);
}

.ekteq_div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ekteq_brand-image {
  width: 22%;
  min-height: 100px;
  background-image: url('../images/Capture.PNG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.62;
  -webkit-filter: none;
  filter: none;
}

.ekteq_brand-image._2 {
  background-image: url('../images/capture1.PNG');
}

.ekteq_brand-image._3 {
  background-image: url('../images/Capture2.PNG');
  background-size: contain;
}

.ekteq_brand-image._4 {
  background-image: url('../images/Capture4.png');
}

.ekteq_brand-image._5 {
  background-image: url('../images/Ventev-Logo-FINAL.png');
}

.ekteq_restrict-left {
  max-width: 700px;
}

.ekteq_restrict-left.centered {
  display: block;
  margin-right: auto;
  margin-bottom: 200px;
  margin-left: auto;
  text-align: center;
}

.ekteq_restrict-left.centered.wide {
  position: relative;
  max-width: 800px;
  margin-bottom: 175px;
  float: none;
  text-align: center;
}

.ekteq_section-3 {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #dbe9fe;
}

.ekteq_section-3.hidefornow {
  display: none;
}

.ekteq_section-3.full-page {
  padding-top: 100px;
}

.ekteq_color-div-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(135deg, rgba(16, 174, 208, 0.57), rgba(1, 98, 249, 0.44)), url('../images/shape-bg.png'), linear-gradient(135deg, #10aed0, #0162f9);
  background-position: 0px 0px, 0px 100%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 0;
}

.ekteq_cycle-section-1 {
  position: relative;
  display: block;
  width: 50%;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0;
  -webkit-transform: translate(200%, 0px);
  -ms-transform: translate(200%, 0px);
  transform: translate(200%, 0px);
}

.ekteq_cycle-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 500px;
  padding-left: 35px;
  float: left;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.ekteq_text-block {
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: 0px;
  font-family: Futura;
  color: rgba(0, 49, 197, 0.1);
  font-size: 200px;
  line-height: 100px;
  font-weight: 700;
}

.ekteq_cycle {
  position: fixed;
  left: -55%;
  top: 0px;
  bottom: 0px;
  z-index: -2;
  max-height: 125vh;
}

.ekteq_section-5 {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0162f9;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(1, 98, 249, 0.5), rgba(1, 98, 249, 0.76)), url('../images/shape-bg.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 150%;
}

.ekteq_footer {
  position: relative;
  z-index: 3;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #001752;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 23, 82, 0.95)), to(rgba(0, 34, 144, 0.95))), url('../images/shape-bg2.png');
  background-image: linear-gradient(0deg, rgba(0, 23, 82, 0.95), rgba(0, 34, 144, 0.95)), url('../images/shape-bg2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.ekteq_left-column {
  width: 45%;
  padding: 30px 5% 30px 30px;
  background-color: transparent;
}

.ekteq_cta-heading {
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-align: left;
  letter-spacing: 0.5px;
  text-shadow: 0 5px 35px rgba(0, 49, 197, 0.3);
}

.ekteq_right-column {
  width: 55%;
  padding: 30px 35px;
  border-style: none;
  border-width: 2px;
  border-color: rgba(219, 233, 254, 0.34);
  border-radius: 0px;
  background-image: none;
  box-shadow: none;
}

.ekteq_text-field {
  height: 55px;
  margin-bottom: 15px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: inset 0 0 0 0 transparent;
  font-family: Lato, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.ekteq_text-field:read-only {
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.ekteq_text-field.li {
  height: 45px;
  margin-bottom: 15px;
}

.ekteq_field-label {
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4rem;
  letter-spacing: 2px;
}

.ekteq_cta-text {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ekteq_footer-column {
  width: 25%;
  padding: 10px 17px 10px 50px;
}

.ekteq_footer-column.logo-sec {
  background-image: url('../images/2-ekteq-white.svg');
  background-position: 0px 0px;
  background-size: 150px;
  background-repeat: no-repeat;
  opacity: 1;
}

.ekteq_footer-link {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding-bottom: 0.5px;
  float: left;
  clear: left;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.15);
  opacity: 0.85;
  -webkit-transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  transition: all 350ms cubic-bezier(.645, .045, .355, 1);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
}

.ekteq_footer-link:hover {
  border-bottom-color: #fff;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.ekteq_footer-link:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_footer-link:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_footer-link:visited {
  color: #fff;
}

.ekteq_footer-link.w--current {
  color: #fff;
  text-decoration: none;
}

.ekteq_footer-link.w--current:hover {
  color: #fff;
  text-decoration: none;
}

.ekteq_footer-link.w--current:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_footer-link.w--current:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_footer-link.w--current:visited {
  color: #fff;
}

.ekteq_footer-link.ekteq_address {
  margin-bottom: 15px;
  border-bottom-style: none;
  font-size: 1rem;
  line-height: 1.2rem;
}

.ekteq_footer-link.ekteq_address:hover {
  opacity: 0.85;
}

.ekteq_footer-link.ekteq_phone {
  font-size: 1rem;
  line-height: 1.2rem;
}

.ekteq_first-cycle {
  position: relative;
  display: none;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 49, 197, 0.1);
  background-color: transparent;
}

.ekteq_cycle-icon {
  position: relative;
  left: 5%;
  top: 5%;
  bottom: 0px;
  width: 50%;
  max-width: 400px;
  margin-right: 55px;
  opacity: 0;
  -webkit-transform: translate(-200%, 0px);
  -ms-transform: translate(-200%, 0px);
  transform: translate(-200%, 0px);
}

.ekteq_cycle-icon._2 {
  left: 0%;
  margin-top: 0px;
}

.ekteq_cycle-icon.bx {
  left: 0%;
  top: 0%;
  margin-top: 8%;
}

.ekteq_cycle-icon.phone {
  top: 2%;
}

.ekteq_h3 {
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.5px;
}

.ekteq_color-div-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  width: 100%;
  height: 100vh;
  background-color: #dbe9fe;
  opacity: 0;
}

.ekteq_color-div-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  height: 100vh;
  background-color: #164690;
  opacity: 0;
}

.ekteq_image-4 {
  display: none;
  max-width: 55px;
}

.ekteq_tab-image {
  width: 40%;
  background-image: url('../images/cursor-regular.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_tab-image.pack {
  background-image: url('../images/boxes.png');
  background-position: 0px 50%;
  background-size: 90%;
}

.ekteq_tab-image._3 {
  background-image: url('../images/STORE.png');
}

.ekteq_tab-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
}

.ekteq_tab-content {
  width: 60%;
  padding: 25px;
}

.ekteq_h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.ekteq_h4.ek_hidden {
  margin-bottom: 50px;
  opacity: 0;
}

.ekteq_column-content {
  width: 100%;
}

.ekteq_top-title-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ekteq_top-title-contain._2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ekteq_top-title-contain.lrg {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.ekteq_top-title {
  font-family: Poppins, sans-serif;
  color: #dbe9fe;
  letter-spacing: 2px;
}

.ekteq_top-title._2 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
}

.ekteq_top-title.blue {
  color: #0a4a6e;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 600;
}

.ekteq_line {
  width: 40%;
  height: 1px;
  margin-top: 8px;
  margin-right: 5%;
  float: left;
  background-color: rgba(219, 233, 254, 0.75);
}

.ekteq_line._2 {
  width: 100px;
  margin-right: 20px;
  margin-bottom: 8px;
  background-color: #fff;
}

.ekteq_line._2.blue {
  height: 1px;
  background-color: #0a4a6e;
}

.ekteq_login-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  height: auto;
  min-height: 100vh;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0031c5;
  background-image: linear-gradient(315deg, rgba(0, 34, 86, 0.7), rgba(0, 72, 184, 0.8)), url('../images/shape-bg2.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 200%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 0;
}

.ekteq_login-container {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.ekteq_login-bttn {
  width: 100%;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #0162f9;
  background-image: linear-gradient(135deg, rgba(0, 49, 197, 0.55), rgba(219, 233, 254, 0.13) 37%, rgba(0, 34, 86, 0.15));
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

.ekteq_login-bttn:hover {
  background-color: #004fca;
  color: #fff;
  text-decoration: none;
}

.ekteq_login-bttn:active {
  text-decoration: none;
}

.ekteq_login-bttn:focus {
  text-decoration: none;
}

.ekteq_login-bttn.ekteq_condensed-submit-button {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  letter-spacing: 1px;
}

.ekteq_login-bttn.ekteq_half-bttn {
  width: 50%;
}

.ekteq_login-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.ekteq_text-block-2 {
  font-family: Poppins, sans-serif;
  color: #002256;
  letter-spacing: 2px;
}

.ekteq_cycle-container {
  position: relative;
  display: none;
  max-width: 1200px;
  min-height: 160px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
}

.ekteq_circle {
  position: absolute;
  left: -25%;
  top: -30px;
  right: auto;
  bottom: 0px;
  display: block;
  width: 900px;
  height: 900px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(219, 233, 254, 0.26);
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(52, 133, 255, 0.41), hsla(0, 0%, 100%, 0));
}

.ekteq_image-5 {
  position: absolute;
  top: -50px;
  right: -10%;
  display: block;
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 22px;
  text-align: left;
}

.ekteq_image-5._2 {
  top: -50px;
  right: -25%;
  bottom: -50px;
  min-height: 200px;
  margin-top: 543px;
  margin-bottom: 400px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ekteq_image-5._2._4 {
  left: -25%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ekteq_image-5._3 {
  left: -25%;
  top: auto;
  right: 0%;
  bottom: -62px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ekteq_div-block-8 {
  position: absolute;
  top: -125px;
  right: 110px;
  width: 250px;
  height: 250px;
  float: right;
  background-image: url('../images/turn1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 450ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 450ms cubic-bezier(.455, .03, .515, .955);
}

.ekteq_div-block-8:hover {
  opacity: 1;
}

.ekteq_image-6 {
  max-width: 175px;
  margin-right: 26px;
  float: left;
}

.ekteq_image-6._2 {
  position: relative;
  top: -48px;
}

.ekteq_heading-3 {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #164690;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
}

.ekteq_arrow-2 {
  position: absolute;
  top: -125px;
  right: 110px;
  display: none;
  width: 250px;
  height: 250px;
  background-image: url('../images/turn1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 450ms cubic-bezier(.455, .03, .515, .955);
  transition: all 450ms cubic-bezier(.455, .03, .515, .955);
}

.ekteq_arrow-2:hover {
  opacity: 1;
}

.ekteq_right-arrow {
  width: 25%;
  height: 400px;
  background-image: url('../images/turn1.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.ekteq_right-arrow:hover {
  opacity: 1;
}

.ekteq_right-arrow.sec {
  top: 0px;
  right: 0px;
  z-index: 5;
  width: 100px;
  height: 100px;
  margin-top: 0px;
  background-color: #dbe9fe;
  background-image: url('../images/next-arrow.png');
  background-position: 100% 0px;
  background-size: contain;
  -webkit-transition: opacity 400ms cubic-bezier(.645, .045, .355, 1);
  transition: opacity 400ms cubic-bezier(.645, .045, .355, 1);
}

.ekteq_icon-5 {
  display: none;
}

.ekteq_icon-6 {
  display: none;
}

.ekteq_left-arrow {
  width: 25%;
  height: 400px;
  background-image: url('../images/turn2.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.ekteq_left-arrow:hover {
  opacity: 1;
}

.ekteq_left-arrow.sec {
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100px;
  height: 100px;
  margin-top: 0px;
  background-color: #dbe9fe;
  background-image: url('../images/next-arrow-2.png');
  background-position: 0px 0px;
  background-size: contain;
  -webkit-transition: opacity 400ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 400ms cubic-bezier(.455, .03, .515, .955);
}

.ekteq_slider {
  background-color: transparent;
}

.ekteq_slider.second {
  overflow: hidden;
  height: 350px;
  margin-top: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 233, 254, 0.61)), to(rgba(219, 233, 254, 0.61))), url('../images/store-bg.png');
  background-image: linear-gradient(180deg, rgba(219, 233, 254, 0.61), rgba(219, 233, 254, 0.61)), url('../images/store-bg.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.ekteq_slider.hide {
  display: none;
}

.ekteq_slide-contain {
  position: relative;
  top: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  max-width: 55%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ekteq_cycle-img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.ekteq_cycle-img._1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 350px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.ekteq_cycle-img._3 {
  left: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 150px;
}

.ekteq_cycle-img._4 {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  max-width: 350px;
  margin-right: 0px;
  float: right;
}

.ekteq_paragraph-2 {
  color: #164690;
  font-size: 1rem;
  line-height: 1.6rem;
}

.ekteq_slide-nav {
  display: none;
}

.ekteq_mask {
  overflow: visible;
}

.ekteq_tall-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -111px;
  display: block;
  width: 1px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed #78adff;
}

.ekteq_shop-top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 75px 58px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0031c5;
  background-image: linear-gradient(198deg, rgba(0, 34, 86, 0.75), rgba(0, 33, 135, 0.5)), url('../images/newheroshhop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.ekteq_top-nav-div {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
}

.ekteq_left-col-nav {
  width: 50%;
  min-height: auto;
  float: left;
}

.ekteq_right-col-nav {
  display: block;
  width: 50%;
  min-height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.ekteq_nav-top-link {
  display: inline;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 30px;
  background-image: url('../images/sign-in.png');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-decoration: none;
}

.ekteq_nav-top-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.ekteq_nav-top-link:active {
  text-decoration: none;
}

.ekteq_nav-top-link:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_nav-top-link:visited {
  color: #fff;
}

.ekteq_nav-top-link.shop {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/online-shopping-cart.png');
  background-position: 5px 45%;
  background-size: 18px;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.ekteq_nav-top-link.shop:hover {
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.35);
  color: #fff;
  text-decoration: none;
}

.ekteq_nav-top-link.account {
  padding-left: 30px;
  background-image: url('../images/user2.svg');
  background-position: 0px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.ekteq_nav-top-link.account:hover {
  color: #fff;
  text-decoration: none;
}

.ekteq_nav-top-link.account.w--current {
  opacity: 1;
}

.ekteq_div-block-9 {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 2px;
  height: 15px;
  margin-top: 0px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.ekteq_dropdown_arrow {
  display: none;
}

.ekteq_dropdown-2 {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}

.ekteq_nav-link-3 {
  margin-right: 0em;
  padding: 5px 0px;
  font-family: Poppins, sans-serif;
  color: #000;
}

.ekteq_nav-link-3:hover {
  box-shadow: inset 0 -3px 0 0 #f3f4f7;
}

.ekteq_nav-link-3.w--open {
  position: static;
}

.ekteq_nav-link-3.shop {
  padding-right: 25px;
  background-image: url('../images/drop-down-arrow.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.ekteq_nav-link-3.shop:hover {
  color: #002256;
  text-decoration: none;
}

.ekteq_nav-link-3.shop:active {
  color: #002256;
  text-decoration: none;
}

.ekteq_nav-link-3.shop:focus {
  color: #002256;
  text-decoration: none;
}

.ekteq_nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-left: 155px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.ekteq_shop-page {
  min-height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ekteq_offers {
  padding-top: 53px;
  padding-bottom: 53px;
}

.ekteq_offers._2 {
  border-top: 1px solid #dde7f7;
}

.ekteq_item-actions {
  display: block;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ekteq_add-to-cart-btn {
  margin-right: 0%;
  margin-left: 0%;
  padding: 5px 16px;
  float: none;
  border: 1px solid #002256;
  border-radius: 3px;
  background-color: #002256;
  -webkit-transition: all 450ms cubic-bezier(.455, .03, .515, .955);
  transition: all 450ms cubic-bezier(.455, .03, .515, .955);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 21px;
  text-decoration: none;
}

.ekteq_add-to-cart-btn:hover {
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.ekteq_add-to-cart-btn:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_add-to-cart-btn:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_add-to-cart-btn:visited {
  color: #fff;
}

.ekteq_item-card {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-right: 0px;
  padding: 0px 0px 43px;
  border: 1px solid #dbe9fe;
  border-radius: 3px;
}

.ekteq_item-card:hover {
  border: 1px solid #ebebeb;
}

.ekteq_item-card.grid-view {
  position: relative;
  display: block;
  width: 32%;
  max-width: 32%;
  min-width: auto;
  margin-right: 0.5%;
  margin-bottom: 25px;
  margin-left: 0.5%;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.ekteq_item-card.grid-view:hover {
  opacity: 1;
  color: #002256;
  text-decoration: none;
}

.ekteq_item-card.grid-view:active {
  color: #002256;
  text-decoration: none;
}

.ekteq_item-card.grid-view:focus {
  color: #002256;
  text-decoration: none;
}

.ekteq_item-card.grid-view.ekteq_category-link:hover {
  opacity: 0.75;
  color: #0031c5;
}

.ekteq_row-5 {
  margin-bottom: 25px;
}

.ekteq_price {
  display: block;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ekteq_column-7 {
  padding-right: 0px;
  padding-left: 0px;
  line-height: 47px;
}

.ekteq_item-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #002256;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ekteq_slider-2 {
  min-height: 500px;
  margin-bottom: 0px;
  padding-top: 52px;
  background-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
}

.ekteq_current-price {
  margin-top: 5px;
  margin-bottom: 5px;
  float: none;
  font-family: Lato, sans-serif;
  color: #0031c5;
  font-size: 17px;
  font-weight: 600;
}

.ekteq_current-price.promo {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  text-decoration: line-through;
}

.ekteq_current-price.promo_new {
  margin-top: -5px;
  color: #0098ff;
  text-decoration: none;
}

.ekteq_slide-4 {
  width: 0%;
  min-width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding: 0px 0px 30px;
  background-color: #fff;
}

.ekteq_arrow-right {
  width: 44px;
  height: 44px;
  margin-top: 0px;
  padding: 12px 18px;
  border-radius: 100%;
  background-color: #0031c5;
  font-size: 14px;
}

.ekteq_mask-2 {
  height: 475px;
  background-color: #fff;
}

.ekteq_item-image {
  position: relative;
  width: 100%;
  height: 175px;
  background-image: url('../images/hero_eb0a22db-95e5-4b1a-8e0f-9349df558a2f_2000x.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_item-image._2 {
  background-image: url('../images/COLLECTIE.png');
  background-size: 61%;
}

.ekteq_item-image._3 {
  background-image: url('../images/ztenubiaz11.png');
  background-size: auto 70%;
}

.ekteq_item-image.samsung-1 {
  background-image: url('../images/Samsung_Galaxy_S8_Active_1024x1024.png');
}

.ekteq_item-image.samsung-2 {
  background-image: url('../images/galaxy-amp-2_1024x1024.png');
}

.ekteq_item-image.samsung-3 {
  background-image: url('../images/galaxy-j3_1024x1024.png');
}

.ekteq_item-image.samsung-4 {
  background-image: url('../images/Samsung_Galaxy_Note_8_1024x1024.png');
}

.ekteq_item-image.samsung-5 {
  background-image: url('../images/s7edge_1024x1024.png');
}

.ekteq_item-image.samsung-6 {
  background-image: url('../images/galaxy-s7-active_1024x1024.png');
}

.ekteq_item-image.samsung-7 {
  background-image: url('../images/s7_1024x1024.png');
}

.ekteq_item-image.samsung-8 {
  background-image: url('../images/galaxy-s9_93b73bda-0b3c-45b5-8f24-033b3dedf4d7_1024x1024.png');
}

.ekteq_item-image.samsung-9 {
  background-image: url('../images/galaxy-s9_93b73bda-0b3c-45b5-8f24-033b3dedf4d7_1024x1024.png');
}

.ekteq_item-image.s9-accessory-1 {
  position: relative;
  background-image: url('../images/1BOLT-SAMGS9_media-Black_Black-1_1024x1024.jpg');
}

.ekteq_item-image.s9-accessory-2 {
  background-image: url('../images/1IONC-SAMGS9_media-Silver_Clear_1024x1024.jpg');
}

.ekteq_item-image.s9-accessory-3 {
  background-image: url('../images/1STT-SAMGS9_media-Gold_Black-1_1024x1024.jpg');
}

.ekteq_sku-text {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}

.ekteq_column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_arrow-left {
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  margin-top: 0px;
  margin-right: 54px;
  padding: 12px 18px;
  border-radius: 100%;
  background-color: #0031c5;
  font-size: 14px;
}

.ekteq_categor-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #164690;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
}

.ekteq_product-details {
  padding: 25px 20px 20px;
  text-align: center;
}

.ekteq_product-details.line-top {
  padding-bottom: 15px;
  border-top: 1px none #e7f0ff;
  text-align: center;
}

.ekteq_product-details.line-top.center {
  text-align: center;
}

.ekteq_quantity-block {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 4px;
}

.ekteq_quantity-field {
  display: inline-block;
  width: 70px;
  height: 30px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: none;
  border: 1px solid #777;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
}

.ekteq_quantity-field.full {
  width: 70px;
  border-color: #293344;
}

.ekteq_quantity-field.large-quantity-option {
  width: 80px;
  height: 35px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #5c5c5c;
  background-color: transparent;
  font-size: 12px;
}

.ekteq_form-block {
  margin-bottom: 0px;
}

.ekteq_shop-filter-div {
  width: 25%;
  padding: 15px;
  border-right: 1px none #ddeaff;
  border-radius: 5px;
  background-color: #f6f8fc;
}

.ekteq_drop-filter-title {
  width: 100%;
  padding: 10px 20px 10px 15px;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.ekteq_drop-filter-title:hover {
  text-decoration: none;
}

.ekteq_drop-filter-title:active {
  color: #002256;
  text-decoration: none;
}

.ekteq_drop-filter-title:focus {
  text-decoration: none;
}

.ekteq_drop-filter-title.page-options {
  display: inline-block;
  width: auto;
  height: 30px;
  max-width: 100px;
  min-width: 50px;
  padding: 5px 20px 5px 10px;
  border: 1px solid #002256;
  border-radius: 3px;
  line-height: 16px;
}

.ekteq_drop-filter-title.ekteq_sort-dd {
  width: auto;
  padding-right: 25px;
  padding-left: 10px;
  font-size: 0.7rem;
}

.ekteq_drop-filter-option-div {
  width: 100%;
  padding: 0px;
  border-left: 2px solid rgba(158, 182, 255, 0.24);
  background-color: transparent;
}

.ekteq_drop-filter-option-div.w--open {
  position: relative;
  border-left-color: rgba(158, 182, 255, 0.29);
  background-color: transparent;
}

.ekteq_drop-filter-option-div.ekteq_sort-list.w--open {
  position: absolute;
  width: 110%;
  min-width: 150px;
  background-color: #f6f8fc;
}

.ekteq_product-option-div {
  width: 75%;
  padding-right: 0px;
  padding-left: 15px;
  clear: none;
}

.ekteq_drop-down.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 149.28125px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.ekteq_product-dd {
  display: block;
  width: 100%;
  min-width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.ekteq_product-dd:hover {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_product-dd:active {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_product-dd:focus {
  text-decoration: none;
}

.ekteq_dropdown-list {
  position: relative;
}

.ekteq_dropdown-list.w--open {
  position: absolute;
  left: 150px;
  top: 0px;
  background-color: #f0f5fd;
}

.ekteq_dd-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}

.ekteq_dd-link:hover {
  background-color: #f0f5fd;
  color: #0162f9;
  text-decoration: none;
}

.ekteq_dd-link:active {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_dd-link:focus {
  color: #002256;
  text-decoration: none;
}

.ekteq_dd-link:visited {
  color: #002256;
}

.ekteq_dd-nav-link {
  padding: 10px 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.ekteq_dd-nav-link:hover {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_dd-nav-link:focus {
  color: #002256;
  text-decoration: none;
}

.ekteq_dd-nav-link:visited {
  color: #002256;
  text-decoration: none;
}

.ekteq_home-shop-section {
  padding-top: 75px;
  padding-bottom: 55px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ekteq_shop-home-content {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.ekteq_dropdown-3 {
  display: block;
  margin-bottom: 5px;
}

.ekteq_dropdown-3.ekteq_sortdrop-down {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
}

.ekteq_filter-options {
  padding: 5px 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.ekteq_filter-options:hover {
  padding-left: 12px;
  background-color: #f0f5fd;
  text-decoration: none;
}

.ekteq_filter-options.phone-type {
  width: 100%;
  padding-left: 20px;
  background-image: url('../images/right-arrow.svg');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #002256;
  text-decoration: none;
}

.ekteq_filter-options.phone-type:hover {
  background-position: 5px 50%;
  color: #0031c5;
  text-decoration: none;
}

.ekteq_filter-options.phone-type:active {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_filter-options.phone-type:focus {
  text-decoration: none;
}

.ekteq_filter-options.phone-type:visited {
  color: #002256;
}

.ekteq_title-container {
  padding: 35px 0px;
  border-bottom: 1px solid #f0f5fd;
  background-color: #f0f5fd;
}

.ekteq_page-title {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #002256;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 500;
}

.ekteq_phone-category-link {
  display: block;
  width: 100%;
  color: #002256;
  text-decoration: none;
}

.ekteq_phone-category-link:hover {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_phone-category-link:active {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_phone-category-link:focus {
  color: #002256;
  text-decoration: none;
}

.ekteq_phone-category-link:visited {
  color: #002256;
}

.ekteq_phone-logo-img {
  width: 100%;
  height: 150px;
}

.ekteq_phone-logo-img.samsung {
  background-image: url('../images/samsung-logo.png');
  background-position: 50% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.ekteq_phone-logo-img.apple {
  background-image: url('../images/2000px-Apple_logo_black.svg.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.ekteq_phone-logo-img.lg {
  background-image: url('../images/image.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.ekteq_phone-logo-img.google {
  background-image: url('../images/2000px-Google__G__Logo.svg.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.ekteq_phone-logo-img.zte {
  background-image: url('../images/2000px-ZTE-logo.svg.png');
  background-position: 50% 50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
}

.ekteq_phone-logo-img.htc {
  background-image: url('../images/HTC-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_phone-logo-img.alcatel {
  background-image: url('../images/Alcatel_logo_2016.svg.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.ekteq_phone-logo-img.motorola {
  background-image: url('../images/motorolasolutionslogo-3.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.ekteq_phone-logo-img.coolpad {
  background-image: url('../images/Coolpad.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.ekteq_drop-down-main-link {
  color: #002256;
  font-weight: 500;
  text-decoration: none;
}

.ekteq_drop-down-main-link:hover {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_drop-down-main-link:active {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_drop-down-main-link:focus {
  color: #000;
  text-decoration: none;
}

.ekteq_drop-down-main-link:visited {
  color: #000;
}

.ekteq_filter-panel-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
}

.ekteq_div-block-11 {
  display: block;
}

.ekteq_mobile-shop-filter-panel {
  padding: 15px;
  background-color: #f6f8fc;
}

.ekteq_bread-crumb-holder {
  width: 100%;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #4e6483;
}

.ekteq_bread-crumb-holder.bottom-space {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 10px;
}

.ekteq_bread-crumb-link {
  margin-right: 0px;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 12px;
  text-decoration: none;
}

.ekteq_bread-crumb-link:hover {
  color: #002256;
  text-decoration: none;
}

.ekteq_bread-crumb-link:active {
  color: #002256;
  text-decoration: none;
}

.ekteq_bread-crumb-link:focus {
  text-decoration: none;
}

.ekteq_bread-crumb-link.w--current {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_bread-crumb-link.w--current:hover {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_bread-crumb-link.w--current:active {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_bread-crumb-link.w--current:focus {
  text-decoration: none;
}

.ekteq_bc-seperator {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #164690;
  font-size: 12px;
}

.ekteq_view-product {
  margin-right: 0%;
  margin-left: 5px;
  padding: 5px 15px;
  border: 1px solid #0031c5;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 450ms cubic-bezier(.455, .03, .515, .955);
  transition: all 450ms cubic-bezier(.455, .03, .515, .955);
  font-family: Lato, sans-serif;
  color: #0031c5;
  font-size: 0.8rem;
  text-decoration: none;
}

.ekteq_view-product:hover {
  border-color: #0031c5;
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.ekteq_view-product:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_view-product:focus {
  border-color: #0162f9;
  color: #0162f9;
  text-decoration: none;
}

.ekteq_filter-by-text {
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 10px;
}

.ekteq_filter-by-text.inline {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
}

.ekteq_product-image-column {
  width: 55%;
  min-height: 200px;
  float: left;
  background-color: #fff;
}

.ekteq_product-image-column.ekteq_img-search-column {
  width: auto;
  min-width: 40%;
  padding: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.ekteq_product-details-column {
  overflow: visible;
  width: 45%;
  height: 100%;
  min-height: 200px;
  padding: 0px;
  float: left;
  border-radius: 5px;
  background-color: #f6f8fc;
}

.ekteq_product-details-column.ekteq_search-result-column {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ekteq_product-title {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 500;
}

.ekteq_product-subtitle {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.ekteq_tabcontent {
  width: 100%;
  padding: 15px;
  float: left;
}

.ekteq_tabs-menu-2 {
  overflow: auto;
  width: 25%;
  max-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  background-color: transparent;
  text-align: center;
}

.ekteq_product-image-tab {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.ekteq_product-image-tab:hover {
  opacity: 1;
}

.ekteq_product-image-tab.w--current {
  width: 100%;
  background-color: transparent;
  opacity: 1;
}

.ekteq_tab-img {
  width: auto;
  max-height: 95px;
}

.ekteq_product-price {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #0031c5;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.ekteq_product-price.promo {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  text-decoration: line-through;
}

.ekteq_product-price.promo_new {
  color: #0098ff;
}

.ekteq_color-option-container {
  width: 100%;
  margin-top: 15px;
}

.ekteq_option-title {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.ekteq_product-main-information {
  overflow: visible;
  padding: 20px 30px 30px;
}

.ekteq_product-information {
  padding: 20px;
  background-color: #fff;
}

.ekteq_product-detail-text {
  color: #000;
  font-size: 12px;
  line-height: 22px;
}

.ekteq_product-detail-h4 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
}

.ekteq_product-list {
  padding-left: 25px;
  font-size: 14px;
  line-height: 22px;
}

.ekteq_product-list-item {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 22px;
}

.ekteq_price-div {
  margin-bottom: 15px;
}

.ekteq_large-add-to-cart-button {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 25px;
  border: 1px solid #002256;
  border-radius: 3px;
  background-color: #002256;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.ekteq_large-add-to-cart-button:hover {
  border-color: #0031c5;
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.ekteq_large-add-to-cart-button:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_large-add-to-cart-button:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_large-add-to-cart-button:visited {
  color: #fff;
}

.ekteq_large-add-to-cart-button.ekteq_max-button {
  display: inline-block;
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.ekteq_product-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ekteq_cart-pop-up {
  position: absolute;
  top: 58px;
  right: 0px;
  overflow: visible;
  width: 250px;
  height: auto;
  padding: 0px;
  background-color: #fff;
}

.ekteq_cart-pop-up-title {
  position: relative;
  height: 40px;
  padding: 10px 40px 10px 10px;
  border-bottom: 1px none #000;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-weight: 500;
  text-align: left;
}

.ekteq_cart-list-holder {
  overflow: auto;
  height: 200px;
}

.ekteq_cart-item-preview {
  padding: 10px;
  border-bottom: 1px solid rgba(169, 195, 234, 0.25);
  background-color: #f6f8fc;
  font-family: Lato, sans-serif;
  color: #002256;
  text-align: left;
}

.ekteq_cart-item-title {
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.ekteq_price-preview {
  font-family: Lato, sans-serif;
  font-size: 10px;
}

.ekteq_checkout {
  display: block;
  padding-top: 5px;
  padding-right: 27px;
  padding-bottom: 5px;
  border-radius: 3px;
  background-color: #002256;
  background-image: url('../images/right_arrow1600.png');
  background-position: 92% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.ekteq_checkout:hover {
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.ekteq_checkout:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_checkout:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_text-block-5 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
}

.ekteq_text-block-5.ekteq_nopad {
  margin-top: 0px;
}

.ekteq_div-block-12 {
  position: absolute;
  right: -120%;
  display: none;
  border-radius: 3px;
  box-shadow: 0 6px 25px -6px rgba(0, 0, 0, 0.27);
  opacity: 1;
}

.ekteq_div-block-13 {
  padding: 10px;
  text-align: center;
}

.ekteq_sku {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #002256;
  font-weight: 700;
}

.ekteq_cart-item-list {
  width: 70%;
  padding-right: 25px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.ekteq_item-count-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 15px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbe9fe;
  border-radius: 3px;
  background-color: #f6f8fc;
}

.ekteq_item-count-text {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 12px;
}

.ekteq_sort-by {
  display: inline-block;
  padding: 7px 40px 7px 15px;
  border: 1px solid #676767;
  border-radius: 3px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.ekteq_dropdown-5 {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-right: 10px;
  float: right;
}

.ekteq_cart-item-list-container {
  overflow: auto;
  max-height: 420px;
}

.ekteq_cart-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #d9e2ef;
}

.ekteq_list-item-img-column {
  width: 25%;
  padding-right: 15px;
  float: left;
  clear: none;
}

.ekteq_cart-item-details {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.ekteq_cart-item-name {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.ekteq_item-price {
  font-family: Lato, sans-serif;
  color: #0031c5;
  font-weight: 700;
}

.ekteq_quantity-column {
  width: 15%;
  padding-top: 10px;
  float: left;
}

.ekteq_quantity-total-dollars {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 12px;
}

.ekteq_add-edit-cart-item {
  position: relative;
  width: 10%;
  padding-top: 10px;
  padding-left: 20px;
  float: left;
}

.ekteq_remove-item {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #002256;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/trash-icon.svg');
  background-position: 50% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.ekteq_change_price-item {
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 1px solid #002256;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/dollars-sign.svg');
  background-position: 50% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.ekteq_remove-item:hover {
  border-color: #002256;
  background-color: #002256;
  background-image: url('../images/trash-icon-white.svg');
  background-size: 55%;
  color: #fff;
}

.ekteq_remove-item.ekteq_clear-cart {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  border-color: rgba(0, 34, 86, 0.48);
  border-radius: 3px;
}

.ekteq_remove-item.ekteq_clear-cart.ekteq_top-padding {
  margin-top: 12px;
  margin-right: 10px;
  border-color: rgba(0, 34, 86, 0.25);
}

.ekteq_order-summary-panel {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding: 15px 20px 55px;
  float: left;
  border: 1px solid #dbe9fe;
  border-radius: 3px;
  background-color: #f6f8fc;
  color: #4e6483;
}

.ekteq_summary-title {
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}

.ekteq_summary-breakdown-div {
  width: 100%;
}

.ekteq_summary-breakdown-div.ekteq_order-total-width-div {
  max-width: auto;
  padding: 10px 15px 5px;
  float: right;
  background-color: #fff;
}

.ekteq_summary-row {
  width: 100%;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e1f6;
  font-size: 12px;
}

.ekteq_summary-row.total-row {
  border-bottom-style: none;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ekteq_summary-row.ekteq_height-adjust {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ekteq_summary-list-item {
  display: inline-block;
  width: 68%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
}

.ekteq_summary-list-price {
  display: inline-block;
  width: 30%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: right;
}

.ekteq_proceed-to-checkout-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #0031c5;
  border-radius: 3px;
  background-color: #0031c5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.ekteq_proceed-to-checkout-button:hover {
  border-color: #0162f9;
  background-color: #0162f9;
  color: #fff;
  text-decoration: none;
}

.ekteq_proceed-to-checkout-button:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_proceed-to-checkout-button:focus {
  text-decoration: none;
}

.ekteq_proceed-to-checkout-button:visited {
  color: #fff;
}

.ekteq_proceed-to-checkout-button.ekteq_flat_top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ekteq_sort-by-option-dd.w--open {
  background-color: #fff;
}

.ekteq_sort-by-option {
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #dbe9fe;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.ekteq_sort-by-option:hover {
  background-color: #f6f8fc;
}

.ekteq_shop-by-brand-section-home {
  width: 100%;
  margin-bottom: 20px;
}

.ekteq_shop-by-brand-section-home._2 {
  margin-bottom: 60px;
}

.ekteq_home-shop-title-div {
  padding: 15px 0px;
  border-bottom: 1px solid #dbe9fe;
}

.ekteq_home-shop-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
}

.ekteq_home-phone-options {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}

.ekteq_home-phone-options.ekteq_category-quicklink-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0px;
}

.ekteq_home-phone-options.ekteq_category-quicklink-flex.spread {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ekteq_home-phone-options.ekteq_category-quicklink-flex.rev {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ekteq_mask-3 {
  height: 250px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.ekteq_slider-3 {
  height: 250px;
  background-color: transparent;
}

.ekteq_20-slide {
  width: 20%;
  padding: 10px 10px 8px;
}

.ekteq_phone-brand-logo-link {
  width: 100%;
  height: 125px;
}

.ekteq_phone-brand-logo-link.apple {
  height: 125px;
  background-image: url('../images/2000px-Apple_logo_black.svg.png');
  background-position: 50% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.ekteq_phone-brand-logo-link.samsung {
  background-image: url('../images/samsung-logo.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.ekteq_phone-brand-logo-link.google {
  background-image: url('../images/2000px-Google__G__Logo.svg.png');
  background-position: 50% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.ekteq_phone-brand-logo-link.htc {
  background-image: url('../images/HTC-Logo.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.ekteq_phone-brand-logo-link.lg {
  background-image: url('../images/image.png');
  background-position: 50% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.ekteq_phone-brand-logo-link.zte {
  background-image: url('../images/2000px-ZTE-logo.svg.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.ekteq_phone-brand-logo-link.alcatel {
  background-image: url('../images/Alcatel_logo_2016.svg.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.ekteq_phone-brand-logo-link.coolpad {
  background-image: url('../images/Coolpad.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_phone-brand-logo-link.motorola {
  background-image: url('../images/motorolasolutionslogo-3.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.ekteq_slide-nav-2 {
  opacity: 0.8;
  font-size: 12px;
  text-align: right;
}

.ekteq_modal-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.ekteq_close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 115px;
  height: 32px;
  padding: 7px 10px 7px 45px;
  background-color: #0031c5;
  background-image: url('../images/close-box.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.ekteq_close-modal:hover {
  background-color: #002256;
  background-image: url('../images/close-box-light.jpg');
  color: #fff;
  text-decoration: none;
}

.ekteq_close-modal:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_close-modal:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_close-modal:visited {
  color: #fff;
}

.ekteq_product-pop-up-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  border-top: 1px solid #dbe9fe;
  background-color: #f6f8fc;
}

.ekteq_add-to-cart-pop-up {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 60px;
  padding: 0px 60px 0px 20px;
  background-color: #020775;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 34, 86, 0.98)), to(rgba(0, 49, 197, 0.8))), url('../images/shape-bg2.png');
  background-image: linear-gradient(270deg, rgba(0, 34, 86, 0.98), rgba(0, 49, 197, 0.8)), url('../images/shape-bg2.png');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
}

.ekteq_add-to-cart-quick-button {
  position: relative;
  right: 0px;
  bottom: 0px;
  height: 60px;
  padding: 20px 30px 20px 60px;
  float: right;
  border: 1px solid #0031c5;
  border-radius: 0px;
  background-color: #0031c5;
  background-image: url('../images/add-to-cart-white.svg');
  background-position: 15px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.ekteq_add-to-cart-quick-button:hover {
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/add-to-cart-blue2.svg');
  background-size: 35px;
  box-shadow: 0 4px 11px -5px rgba(43, 67, 81, 0.3);
  color: #0031c5;
  text-decoration: none;
}

.ekteq_add-to-cart-quick-button:active {
  text-decoration: none;
}

.ekteq_add-to-cart-quick-button:focus {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_add-to-cart-quick-button:visited {
  color: #fff;
}

.ekteq_product-page-list {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 35px;
  padding: 5px 10px;
  border-bottom: 1px solid #e2e7ef;
  background-color: #fff;
}

.ekteq_product-page-list.bottom {
  margin-top: 35px;
  margin-bottom: 0px;
  border-top: 1px solid #e2e7ef;
  border-bottom-style: none;
}

.ekteq_product-list-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ekteq_div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_div-block-14.ekteq_sort-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.ekteq_page-drop-arrow {
  margin-right: 5px;
}

.ekteq_page-option-link {
  padding: 5px 10px;
  font-size: 12px;
}

.ekteq_page-option-link:hover {
  background-color: #f0f5fd;
}

.ekteq_page-option-list.w--open {
  overflow: auto;
  max-height: 100px;
  background-color: #f6f8fc;
}

.ekteq_dropdown-6 {
  display: inline-block;
}

.ekteq_page-arrows {
  width: 30px;
  height: 30px;
  border: 1px solid #002256;
  border-radius: 3px;
  background-color: #002256;
  background-image: url('../images/right-arrow-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
}

.ekteq_page-arrows:hover {
  background-color: transparent;
  background-image: url('../images/right-arrow-drk.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ekteq_page-arrows.left {
  margin-right: 5px;
  border-radius: 3px;
  background-image: url('../images/left-arrow-white.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.ekteq_page-arrows.left:hover {
  background-image: url('../images/left-arrow-drk.svg');
}

.ekteq_div-block-15 {
  display: inline-block;
  margin-left: 20px;
  float: right;
}

.ekteq_brand-link {
  width: 100%;
  height: 125px;
}

.ekteq_brand-link.ventev {
  background-image: url('../images/Ventev-Logo-FINAL.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.ekteq_brand-link.zizo {
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_brand-link.speck {
  background-image: url('../images/logo-Speck.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.ekteq_brand-link.mophie {
  background-image: url('../images/7uvl4_mophie.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.ekteq_brand-link.zagg {
  background-image: url('../images/zagg-logo.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.ekteq_brand-link.quickcell {
  background-image: url('../images/QUI.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.ekteq_brand-link.moshi {
  background-image: url('../images/MSO.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.ekteq_check-out-process-container {
  width: 70%;
  min-height: 400px;
  padding-right: 25px;
  background-color: #fff;
}

.ekteq_check-out-process-container._2 {
  position: relative;
  padding-right: 5%;
  padding-bottom: 70px;
}

.ekteq_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ekteq_cart-product-title-link {
  color: #002256;
  font-size: 1rem;
  line-height: 1.6rem;
  text-decoration: none;
}

.ekteq_cart-product-title-link:hover {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_cart-product-title-link:active {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_cart-product-title-link:focus {
  text-decoration: none;
}

.ekteq_cart-product-title-link:visited {
  color: #0162f9;
}

.ekteq_tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ekteq_more-info-container {
  display: none;
  margin-top: 20px;
}

.ekteq_more-info-title {
  padding: 15px 40px 15px 15px;
  border: 1px solid #666e79;
  background-image: url('../images/drop-down-arrow.svg');
  background-position: 96% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #002256;
  cursor: pointer;
}

.ekteq_info-appear {
  display: none;
  overflow: hidden;
  height: 0px;
  padding: 0px;
}

.ekteq_shop-by-accessory-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ekteq_acessory-category-img {
  width: 100%;
  height: 200px;
  border-radius: 3px;
}

.ekteq_acessory-category-img.cases {
  background-image: url('../images/cases.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_acessory-category-img.screens {
  background-image: url('../images/screens.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_acessory-category-img.car-mounts {
  background-image: url('../images/car-mounts-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_acessory-category-img.chargers {
  background-image: url('../images/gadget.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_acessory-category-img.other {
  background-image: url('../images/cases-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_copy-right-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px none hsla(0, 0%, 100%, 0.1);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.ekteq_brand-quick-link {
  width: 100%;
  height: 125px;
}

.ekteq_brand-quick-link.zizo {
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_brand-quick-link.ventev {
  background-image: url('../images/Ventev-Logo-FINAL.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_brand-quick-link.mophie {
  background-image: url('../images/7uvl4_mophie.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_brand-quick-link.zagg {
  background-image: url('../images/zagg-logo.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.ekteq_brand-quick-link.quickcell {
  background-image: url('../images/QUI.png');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.ekteq_brand-quick-link.speck {
  background-image: url('../images/logo-Speck.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ekteq_brand-quick-link.moshi {
  background-image: url('../images/MSO.png');
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: no-repeat;
}

.ekteq_home-cat-column {
  width: 55%;
  min-height: auto;
  padding-right: 5px;
}

.ekteq_home-cat-column._2 {
  width: 45%;
  min-height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.ekteq_home-cat-column._3 {
  width: 32%;
}

.ekteq_home-cat-column.flipped {
  padding-right: 0px;
  padding-left: 25px;
}

.ekteq_category-quick-link {
  position: relative;
  display: inline-block;
  width: 98%;
  min-height: 200px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 25px;
  border-radius: 3px;
  background-color: #f6f8fc;
}

.ekteq_category-quick-link.cases {
  min-height: 350px;
  margin-bottom: 10px;
  background-image: url('../images/cases.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_category-quick-link.car-mounts {
  width: 100%;
  background-image: url('../images/car-mounts-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_category-quick-link.chargers {
  width: 100%;
  background-image: url('../images/gadget.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_category-quick-link.other {
  width: 100%;
  background-image: url('../images/cases-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_category-quick-link.screens {
  min-height: 350px;
  margin-bottom: 10px;
  background-image: url('../images/screens.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_category-text-side-link {
  width: 100%;
  padding: 25px;
  border-radius: 5px;
  background-color: #f0f5fd;
}

.ekteq_category-text-side-link.a {
  position: relative;
  left: -48px;
  top: 12%;
  padding: 30px;
}

.ekteq_category-text-side-link.b {
  position: relative;
  top: 12%;
  right: -48px;
  z-index: 1;
  padding: 30px;
}

.ekteq_shop-h3 {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.ekteq_shop-paragraph {
  margin-bottom: 15px;
  color: #002256;
  font-size: 1rem;
  line-height: 1.8rem;
}

.ekteq_blue-link {
  color: #78adff;
  text-decoration: none;
}

.ekteq_blue-link:hover {
  color: #cce0ff;
  text-decoration: none;
}

.ekteq_blue-link:active {
  color: #cce0ff;
  text-decoration: none;
}

.ekteq_blue-link:focus {
  color: #78adff;
  text-decoration: none;
}

.ekteq_blue-link:visited {
  color: #78adff;
}

.ekteq_checkout-prompt-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  overflow: auto;
  width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 34, 86, 0.85);
  text-align: center;
}

.ekteq_checkout-prompt-container {
  display: block;
  width: 80%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: #dbe9fe;
  text-align: center;
}

.ekteq_business-login-column {
  display: inline-block;
  width: 49%;
  padding-right: 25px;
}

.ekteq_individual-login {
  display: inline-block;
  width: 90%;
  padding-left: 0px;
}

.ekteq_field-label-2 {
  color: #002256;
  font-size: 0.8rem;
  line-height: 1.4rem;
  text-align: left;
  letter-spacing: 0.5px;
}

.ekteq_login-field {
  height: 45px;
  margin-bottom: 15px;
  border-style: none;
}

.ekteq_login-tab {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b7d4ff;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.ekteq_login-tab.w--current {
  background-color: #dbe9fe;
}

.ekteq_login-tab-pane {
  padding: 30px;
}

.ekteq_tab-pane-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ekteq_tabs-3 {
  display: block;
  width: 100%;
  margin-top: -22px;
}

.ekteq_50-field-div {
  width: 50%;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.ekteq_50-field-div.full {
  width: 100%;
  margin-bottom: 0px;
}

.ekteq_50-field-div._70 {
  width: 70%;
}

.ekteq_50-field-div._30 {
  width: 30%;
}

.ekteq_50-field-div._33 {
  width: 33.3%;
}

.ekteq_50-field-div._25 {
  width: 25%;
}

.ekteq_select-field {
  height: 45px;
  margin-bottom: 15px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.ekteq_select-field.ekteq-tall-field {
  height: 55px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: inset 0 0 0 0 transparent;
}

.ekteq_div-block-16 {
  display: block;
  width: 80%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: right;
}

.ekteq_link-block-2 {
  padding-left: 30px;
  background-image: url('../images/close_white_256x256.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.ekteq_link-block-2:hover {
  text-decoration: underline;
}

.ekteq_checkout-section {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.ekteq_checkout-section-div {
  padding-right: 35px;
  padding-left: 35px;
}

.ekteq_checkout-field {
  height: 45px;
  margin-top: 8px;
  border: 1px solid #4e6483;
  border-radius: 3px;
  font-family: Lato, sans-serif;
}

.ekteq_delivery-select {
  height: 45px;
  margin-top: 8px;
  padding-right: 19px;
  border: 1px solid #4e6483;
  border-radius: 3px;
  background-color: #fff;
}

.ekteq_delivery-select._2 {
  margin-top: 28px;
}

.ekteq_checkout-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #164690;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.ekteq_checkbox-field {
  margin-top: 15px;
  float: left;
  font-size: 16px;
}

.ekteq_close-login-form {
  width: auto;
  padding-left: 20px;
  float: right;
  background-image: url('../images/close_white_256x256.png');
  background-position: 0px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.ekteq_close-login-form:hover {
  color: #fff;
  text-decoration: underline;
}

.ekteq_close-login-form.black {
  padding-left: 30px;
  background-image: url('../images/close-box.jpg');
  background-size: contain;
  color: #002256;
  cursor: pointer;
}

.ekteq_close-login-form.black:hover {
  background-image: url('../images/close-box-light.jpg');
}

.ekteq_close-form-holder {
  width: 100%;
  margin-bottom: 15px;
}

.ekteq_account-section {
  min-height: 600px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f0f5fd;
}

.ekteq_side-panel {
  width: 25%;
  padding: 15px 0px;
  border-radius: 3px;
  background-color: #002256;
  background-image: linear-gradient(140deg, #001752, #00269b);
}

.ekteq_account-window {
  width: 75%;
  padding: 0px 0px 0px 15px;
  background-color: transparent;
  color: #002256;
}

.ekteq_account-tab {
  display: block;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.ekteq_acount-tab-toggle {
  width: 100%;
  padding-left: 65px;
  border: 1px solid transparent;
  background-image: url('../images/5b272ee0d227e50d3d1ca1ce_two-men.png');
  background-position: 21px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.ekteq_acount-tab-toggle:hover {
  box-shadow: inset 3px 0 0 0 #0098ff;
  color: #fff;
  text-decoration: none;
}

.ekteq_acount-tab-toggle:active {
  color: #dbe9fe;
  text-decoration: none;
}

.ekteq_acount-tab-toggle:focus {
  text-decoration: none;
}

.ekteq_acount-tab-toggle.w--open {
  border: 1px solid transparent;
}

.ekteq_acount-tab-toggle.billing {
  background-image: url('../images/5b272ee0d227e53df11ca1c4_credit-card.png');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.ekteq_acount-tab-toggle.setting {
  background-image: url('../images/5b272ee0d227e53c861ca1d8_user.png');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.ekteq_acount-tab-toggle.setting:hover {
  color: #fff;
  text-decoration: none;
}

.ekteq_acount-tab-toggle.setting:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_acount-tab-toggle.setting:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_acount-tab-toggle.advanced {
  background-image: url('../images/gear.png');
  background-position: 20px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  white-space: normal;
}

.ekteq_dropdown-list-2 {
  position: relative;
}

.ekteq_dropdown-list-2.w--open {
  border-left: 1px solid #0031c5;
  background-color: transparent;
}

.ekteq_account-dd-tab {
  padding-left: 20%;
  border-bottom: 1px none #f0f5fd;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.ekteq_account-dd-tab:hover {
  background-color: transparent;
  color: #0098ff;
  text-decoration: none;
}

.ekteq_account-dd-tab:active {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_account-dd-tab:focus {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_account-dd-tab:visited {
  color: #fff;
  text-decoration: none;
}

.ekteq_toggle-icon {
  opacity: 1;
  color: #fff;
  font-size: 14px;
}

.ekteq_account-title {
  display: block;
  width: 95%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 45px;
  text-align: center;
}

.ekteq_h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #002d72;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 600;
  text-align: center;
}

.ekteq_link-2 {
  padding-bottom: 2px;
  border-bottom: 1px solid #0162f9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #0162f9;
  text-decoration: none;
}

.ekteq_link-2:hover {
  opacity: 0.71;
  text-decoration: none;
}

.ekteq_link-2:active {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_link-2:focus {
  color: #0162f9;
  text-decoration: none;
}

.ekteq_account-section-titles {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
}

.ekteq_account-text {
  color: #000;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.ekteq_account-section-title-holder {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dde6f5;
}

.ekteq_page-buttons {
  margin-top: 10px;
  padding: 12px 40px 12px 20px;
  border: 1px solid #002256;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/right-arrow.svg');
  background-position: 90% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-decoration: none;
}

.ekteq_page-buttons:hover {
  background-color: transparent;
  background-position: 95% 50%;
  color: #002256;
  text-decoration: none;
}

.ekteq_page-buttons:active {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_page-buttons:focus {
  text-decoration: none;
}

.ekteq_page-buttons:visited {
  color: #0031c5;
}

.ekteq_total {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.ekteq_address-block {
  position: relative;
  display: block;
  width: 30%;
  height: auto;
  min-height: 210px;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 18px;
  float: left;
  border: 1px solid #f7f9fc;
  border-radius: 3px;
  background-color: #f7f9fc;
  font-family: Lato, sans-serif;
  color: #002256;
  text-align: left;
}

.ekteq_address_to-block {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 210px;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: 18px;
  float: left;
  border: 1px solid #f7f9fc;
  border-radius: 3px;
  background-color: #f7f9fc;
  font-family: Lato, sans-serif;
  color: #002256;
  text-align: left;
  border-color: #0162f9;
  background-color: #f0f5fd;
}

.ekteq_address-block.default {
  border-color: #0162f9;
  background-color: #f0f5fd;
}

.ekteq_address-block.ekteq_order-information {
  width: 33.3%;
  min-height: auto;
  margin-right: 0.5%;
  margin-bottom: 0px;
  margin-left: 0.5%;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
}

.ekteq_address-name {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.ekteq_address-text {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.ekteq_address-number {
  font-family: Lato, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.ekteq_edit-address-button-div {
  width: 100%;
  margin-top: 10px;
}

.ekteq_edit-address-button-div.float {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 120px;
  margin-bottom: 15px;
}

.ekteq_button-11 {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #0031c5;
  border-radius: 3px;
  background-color: #0031c5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.ekteq_button-11:hover {
  border-color: #002256;
  background-color: #002256;
  color: #fff;
  text-decoration: none;
}

.ekteq_button-11:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_button-11:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_button-11:visited {
  background-color: #0031c5;
  color: #fff;
}

.ekteq_button-11.ekteq_outlined {
  background-color: transparent;
  color: #0031c5;
}

.ekteq_button-11.ekteq_outlined:hover {
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.ekteq_button-11.ekteq_outlined:active {
  text-decoration: none;
}

.ekteq_button-11.ekteq_outlined:focus {
  border-color: #002256;
  color: #002256;
  text-decoration: none;
}

.ekteq_button-11.ekteq_outlined:visited {
  border-color: #0031c5;
  color: #0031c5;
}

.ekteq_change-info-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2001;
  display: none;
  width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.ekteq_modal-div {
  overflow-y: auto;
  display: block;
  width: 90%;
  height: auto;
  max-height: 90vh;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 11px 30px -10px rgba(0, 0, 0, 0.2);
}

.ekteq_modal-div.ekteq_wide-modal {
  width: 95%;
  height: auto;
  max-height: 90vh;
  max-width: 1250px;
  min-height: 500px;
  padding-right: 10px;
  padding-left: 10px;
}

.ekteq_address-options {
  position: relative;
  padding: 12px 118px 12px 12px;
  border-bottom: 1px solid #dbe9fe;
}

.ekteq_modal-scroll-window {
  height: auto;
}

.ekteq_hidden-form {
  display: none;
  overflow: hidden;
  height: 0px;
}

.ekteq_card-block-div {
  width: 100%;
}

.ekteq_card-block {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 18px;
  border: 1px solid #f7f9fc;
  border-radius: 3px;
  background-color: #f7f9fc;
  font-family: Lato, sans-serif;
  color: #002256;
}

.ekteq_card-block.default {
  border-color: #0031c5;
  color: #002256;
}

.ekteq_card-block.ekteq_order-information {
  width: 32%;
  margin-right: 0.5%;
  margin-bottom: 0px;
  margin-left: 0.5%;
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
}

.ekteq_card-number-div {
  width: 100%;
  padding-bottom: 10px;
}

.ekteq_card-logo {
  max-height: 42px;
  max-width: 65px;
  margin-right: 10px;
}

.ekteq_card-number-text {
  display: inline-block;
  font-family: Lato, sans-serif;
}

.ekteq_card-number {
  font-weight: 700;
}

.ekteq_exp {
  margin-top: 5px;
}

.ekteq_change-info-overlay-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2001;
  display: none;
  width: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.ekteq_account-panel {
  display: block;
  width: 100%;
  padding: 25px 25px 25px 35px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 14px -3px rgba(22, 70, 144, 0.25);
}

.address-panel {
  display: block;
  padding: 25px 25px 25px 35px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 14px -3px rgba(78, 100, 131, 0.29);
}

.div-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  float: left;
  text-align: center;
}

.add-address {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  border: 1px solid #002256;
  border-radius: 3px;
  background-color: #002256;
  background-image: url('../images/add.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #f6fefd;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.add-address:hover {
  border-color: #0031c5;
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.add-address:active {
  color: #fff;
  text-decoration: none;
}

.add-address:focus {
  text-decoration: none;
}

.address-edit {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px;
  float: none;
  clear: none;
  border-bottom: 2px solid #0162f9;
  background-color: transparent;
  color: #0162f9;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.address-edit:hover {
  opacity: 0.7;
  color: #0162f9;
  text-decoration: none;
}

.address-edit:active {
  color: #0162f9;
  text-decoration: none;
}

.address-edit:focus {
  text-decoration: none;
}

.address-edit.remove {
  float: none;
  clear: none;
  border-bottom-color: #002256;
  color: #002256;
  text-decoration: none;
}

.address-edit.remove:hover {
  color: #002256;
  text-decoration: none;
}

.address-edit.remove:active {
  color: #002256;
  text-decoration: none;
}

.address-edit.remove:focus {
  text-decoration: none;
}

.email-edit-div {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3eaf6;
}

.ekteq_account-text-2 {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #000;
}

.ekteq_edit-button {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  border: 1px solid #002256;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.ekteq_edit-button:hover {
  border-color: #0162f9;
  box-shadow: inset 75px 0 0 0 #0162f9;
  color: #fff;
  text-decoration: none;
}

.ekteq_edit-button:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_edit-button:focus {
  text-decoration: none;
}

.ekteq_account-label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.ekteq_payment-option-panel {
  display: block;
  padding: 25px 25px 25px 35px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 14px -3px rgba(78, 100, 131, 0.29);
}

.ekteq_change-password-panel {
  display: block;
  padding: 25px 25px 25px 35px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 14px -3px rgba(78, 100, 131, 0.29);
}

.ekteq_account-field {
  display: block;
  height: 40px;
  max-width: 250px;
  margin-right: 10px;
  border: 1px solid #b1b6be;
  border-radius: 3px;
  font-family: Lato, sans-serif;
  color: #000;
}

.ekteq_account-field:hover {
  border-bottom-color: #0031c5;
}

.ekteq_change-password-button {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
  padding: 10px 25px;
  border: 1px solid #0162f9;
  border-radius: 3px;
  background-color: #0162f9;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  text-decoration: none;
}

.ekteq_change-password-button:hover {
  background-color: transparent;
  box-shadow: inset 200px 0 0 0 #002256;
  color: #fff;
  text-decoration: none;
}

.ekteq_change-password-button:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_change-password-button:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_sticky-add-all-to-cart {
  position: relative;
  height: 60px;
  background-color: #020775;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 34, 86, 0.98)), to(rgba(0, 49, 197, 0.8))), url('../images/shape-bg2.png');
  background-image: linear-gradient(270deg, rgba(0, 34, 86, 0.98), rgba(0, 49, 197, 0.8)), url('../images/shape-bg2.png');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
}

.ekteq_cart-button-float {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  width: 60px;
  height: 60px;
  background-color: #0098ff;
  background-image: url('../images/cart-pop-icon-white.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: none;
  -webkit-transition: background-color 450ms ease, all 400ms ease;
  transition: background-color 450ms ease, all 400ms ease;
  color: #f6f6f6;
  text-decoration: none;
  cursor: pointer;
}

.ekteq_cart-button-float:hover {
  background-color: #f6f8fc;
  background-image: url('../images/cart-pop-icon-blue.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #2290ff;
}

.ekteq_cart-button-float.ekteq_close-side-cart {
  position: absolute;
  background-color: #fff;
  background-image: url('../images/close-arrow.svg');
  background-size: 50%;
  cursor: pointer;
}

.ekteq_goingtextinbox {
  display: block;
  margin-left: 5px;
  opacity: 0;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #2290ff;
  font-size: 12px;
}

.ekteq_togglediv {
  margin-top: 4px;
  padding-left: 0px;
}

.ekteq_iteminboxdiv {
  position: relative;
  padding: 15px 40px 15px 15px;
  border-bottom: 1px solid #f6f6f6;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-weight: 500;
}

.ekteq_iteminboxdiv.itembuttondiv {
  display: block;
  padding: 7px 7px 0px;
}

.ekteq_iteminboxdiv.scroll-height {
  overflow: auto;
  height: auto;
  max-height: 400px;
  padding: 0px;
}

.ekteq_full-to-cat-button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 3px;
  background-color: #0162f9;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ekteq_full-to-cat-button:hover {
  background-color: #002256;
  color: #fff;
  text-decoration: none;
}

.ekteq_full-to-cat-button:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_full-to-cat-button:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_full-to-cat-button:visited {
  color: #fff;
}

.ekteq_inboxcontain {
  position: fixed;
  right: -260px;
  bottom: 0px;
  z-index: 7000;
  display: none;
  width: 260px;
  min-height: 100vh;
  margin-right: 0px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 34, 86, 0.2);
}

.ekteq_toglebutton {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #f5faff;
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.53);
}

.ekteq_total-container {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}

._45-div {
  width: 50%;
  background-color: #0031c5;
}

._55-div {
  width: 50%;
  padding: 60px 39px;
  background-color: #fff;
}

.ekteq_contact-content {
  width: 100%;
  max-width: 650px;
  float: right;
}

.ekteq_field {
  height: 50px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #002256;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #001752;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.ekteq_field::-webkit-input-placeholder {
  font-family: Lato, sans-serif;
  color: rgba(0, 23, 82, 0.63);
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.ekteq_field:-ms-input-placeholder {
  font-family: Lato, sans-serif;
  color: rgba(0, 23, 82, 0.63);
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.ekteq_field::-ms-input-placeholder {
  font-family: Lato, sans-serif;
  color: rgba(0, 23, 82, 0.63);
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.ekteq_field::placeholder {
  font-family: Lato, sans-serif;
  color: rgba(0, 23, 82, 0.63);
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.ekteq_field.message-box {
  height: 75px;
}

.ekteq_field-div {
  width: 98%;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
  float: left;
}

.ekteq_field-div._50 {
  width: 48%;
  margin-bottom: 10px;
}

.ekteq_section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ekteq_utility-page-wrap {
  display: block;
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001752;
  background-image: none;
  color: #fff;
}

.ekteq_utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ekteq_contact-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ekteq_contact-contain.ekteq_faq-side {
  padding: 40px 10% 55px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f5fd), to(#f0f5fd)), url('../images/page-banner.svg'), -webkit-gradient(linear, left top, right top, from(#002db5), color-stop(80%, #0342e1));
  background-image: linear-gradient(180deg, #f0f5fd, #f0f5fd), url('../images/page-banner.svg'), linear-gradient(90deg, #002db5, #0342e1 80%);
  background-position: 0px 0px, 50% 0px, 0px 0px;
  background-size: auto, contain, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.ekteq_tab_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ekteq_flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._w-form-done {
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
}

.ekteq_order-payment-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-bottom: 10px;
}

.ekteq_order-table-div {
  overflow: auto;
  max-height: 200px;
  min-height: 200px;
}

.ekteq_order-total-div {
  width: 50%;
  padding: 0px 0px 0px 0%;
  float: right;
}

.ekteq_table-container {
  background-color: #fff;
}

.top-flex-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ekteq_table-labels {
  width: 17.5%;
  min-height: auto;
  padding: 5px 6px;
  background-color: #002256;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.ekteq_table-labels.ekteq_table-item-info {
  width: 17.5%;
  background-color: #f0f5fd;
  color: #002256;
  font-size: 0.75rem;
  line-height: 1rem;
}

.ekteq_table-labels.ekteq_table-item-info.ekteq_qty-column {
  width: 11%;
}

.ekteq_table-labels.ekteq_qty-column {
  width: 11%;
}

.ekteq_order-label {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ekteq_order-details {
  display: inline-block;
}

.bold-text {
  margin-right: 10px;
}

.div-block-4 {
  position: relative;
  background-color: #fff;
}

.ekteq_order-info-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2001;
  display: none;
  width: 100%;
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 34, 86, 0.5);
  opacity: 0;
}

.ekteq_dummy-bttn {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
}

.ekteq_summary-column {
  display: inline-block;
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ekteq_remove-link {
  margin-left: 15px;
  padding: 0px;
  background-color: transparent;
  color: #ac0e20;
  font-size: 0.8rem;
  line-height: 1rem;
  text-decoration: none;
}

.ekteq_remove-link:hover {
  color: #ac0e20;
  text-decoration: underline;
}

.ekteq_remove-link:active {
  color: #ac0e20;
  text-decoration: underline;
}

.ekteq_remove-link:focus {
  color: #ac0e20;
  text-decoration: underline;
}

.ekteq_remove-link:visited {
  color: #ac0e20;
}

.nav-link {
  cursor: pointer;
}

.ekteq_product-scroll-window {
  overflow: auto;
  max-height: 90vh;
}

.div-block-5 {
  position: relative;
}

.text-block {
  font-size: 0.75rem;
  line-height: 1rem;
}

.ekteq_sort-icon {
  margin-right: 8px;
}

.ekteq_sort-select {
  display: inline-block;
  height: 30px;
  max-width: 100px;
  min-width: 50px;
  margin-bottom: 0px;
  padding: 5px 0px 5px 10px;
  border: 1px solid #002256;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
}

.ekteq_sort-select:hover {
  text-decoration: none;
}

.ekteq_sort-select:active {
  border-color: #0162f9;
}

.ekteq_sort-select:focus {
  border-color: #002256;
  color: #002256;
}

.ekteq_pdf_button {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 60px;
  padding: 20px 30px;
  float: left;
  border: 1px solid #0031c5;
  border-radius: 3px;
  background-color: #0031c5;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.ekteq_pdf_button:hover {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 11px -5px rgba(43, 67, 81, 0.3);
  color: #0031c5;
  text-decoration: none;
}

.ekteq_pdf_button:active {
  text-decoration: none;
}

.ekteq_pdf_button:focus {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_pdf_button:visited {
  color: #fff;
}

.ekteq_pdf_button:visited:hover {
  color: #0031c5;
}

.ekteq_promo {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 12px;
  border-radius: 3px;
  background-color: rgba(0, 152, 255, 0.69);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.ekteq_login-tab-menu {
  margin-bottom: 25px;
  text-align: center;
}

.ekteq_login-tab-link {
  width: 50%;
  background-color: transparent;
  opacity: 0.5;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: center;
  letter-spacing: 1px;
}

.ekteq_login-tab-link.w--current {
  background-color: transparent;
  opacity: 1;
}

.ekteq_login-tab-link.right {
  border-left: 1px solid rgba(246, 248, 252, .5);
}

.ekteq_login-overflow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_first-name-column {
  padding-left: 0px;
}

.ekteq_lastname-column {
  padding-right: 0px;
}

.ekteq_landing-header {
  display: block;
  min-height: 600px;
  padding-top: 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001c56;
  background-image: url('../images/silo-rugged-header2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_landing-header.ekteq_opal-hero {
  min-height: 500px;
  background-color: #f2f2fa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 250, 0.7)), to(rgba(242, 242, 250, 0.7))), url('../images/mm-opal-hero.jpg');
  background-image: linear-gradient(180deg, rgba(242, 242, 250, 0.7), rgba(242, 242, 250, 0.7)), url('../images/mm-opal-hero.jpg');
  background-position: 0px 0px, 25% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.ekteq_landing-header.ekteq_info-landing-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 16, 79, 0.7)), to(rgba(1, 16, 79, 0.7))), url('../images/bycat.jpg');
  background-image: linear-gradient(180deg, rgba(1, 16, 79, 0.7), rgba(1, 16, 79, 0.7)), url('../images/bycat.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.ekteq_landing-header.ekteq_info-landing-hero.ekteq_info-landing-bottom {
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 23, 82, 0.4)), to(rgba(0, 23, 82, 0.4))), url('../images/bottom-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 23, 82, 0.4), rgba(0, 23, 82, 0.4)), url('../images/bottom-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: left;
}

.ekteq_landing-header.retailready {
  min-height: 600px;
  padding-top: 75px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/retailready.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/retailready.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ekteq_landing-header.safirecase-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 98, 249, 0.38)), to(rgba(1, 98, 249, 0.38))), url('../images/safire-header-photo.jpg');
  background-image: linear-gradient(180deg, rgba(1, 98, 249, 0.38), rgba(1, 98, 249, 0.38)), url('../images/safire-header-photo.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ekteq_landing-content {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.ekteq_landing-content.ekteq_flip-content {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ekteq_landing-content.ekteq_landing-content-reduced {
  max-width: 1000px;
}

.ekteq_landing-h1 {
  max-width: 800px;
  color: #fff;
  font-size: 4rem;
  line-height: 4.6rem;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 23px rgba(0, 26, 66, 0.49);
}

.ekteq_landing-h1.ekteq_opal-h1 {
  display: block;
  margin-top: 10px;
  color: #002256;
  font-size: 4.2rem;
  line-height: 4.4rem;
  text-shadow: none;
}

.ekteq_landing-h1.ekteq_opal-h1.wider {
  max-width: 1000px;
  font-size: 3.9rem;
  line-height: 4.6rem;
}

.ekteq_landing-h1.ekteq_info-landing-h1 {
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.section {
  padding-top: 82px;
  padding-bottom: 82px;
  background-color: #002256;
}

.section.opal {
  min-height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0031c5;
  background-image: url('../images/page-banner.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.opal.retailready {
  min-height: 450px;
  padding-top: 45px;
  padding-bottom: 100px;
  background-color: #0162f9;
  background-image: url('../images/page-banner.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.section.ekteq_info-landing-bar {
  min-height: 420px;
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #dbe9fe;
}

.section.retail-ready {
  min-height: 350px;
  background-color: #fff;
}

.section.retail-ready.protective-cases {
  min-height: 750px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.retail-ready.bluetoothspeakers {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #0031c5;
  background-image: url('../images/page-banner.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.temperedglass.retailready {
  background-color: #fff;
}

.section.opal {
  min-height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
  background-image: none;
}

.section.safire {
  position: relative;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0162f9;
  background-image: url('../images/page-banner.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.opal-redo {
  background-color: #0162f9;
  background-image: url('../images/page-banner.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekteq_landing-h2 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-weight: 600;
  letter-spacing: 0px;
}

.ekteq_landing-h2.ekteq_opal-h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
}

.ekteq_landing-h2.ekteq_opal-h2.safire {
  margin-top: 0px;
  color: #fff;
  text-align: right;
}

.ekteq_landing-h2.ekteq_opal-h2.safire.leftalign {
  text-align: left;
}

.ekteq_landing-h2.ekteq_onfo-landing-h2 {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #001f61;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 900;
}

.ekteq_landing-h2.retailready {
  margin-top: 0px;
  color: #002256;
}

.paragraph {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.paragraph.retailready {
  color: #000;
}

.paragraph.safire {
  margin-bottom: 0px;
  color: #fff;
  text-align: right;
}

.paragraph.safire.leftalign {
  text-align: left;
}

.ekteq_banner-content {
  max-width: 70%;
  float: right;
}

.ekteq_banner-content.ekteq_opal-banner-content {
  max-width: 65%;
  float: left;
}

.ekteq_banner-content.ekteq_opal-banner-content.retailready {
  max-width: 65%;
}

.ekteq_banner-content.retail-bluetooth {
  max-width: 65%;
  float: right;
  text-align: right;
}

.ekteq_banner-content.safirecontent {
  max-width: 55%;
}

.ekteq_silo-phone {
  position: absolute;
  left: 0vw;
  top: -200px;
  width: 28%;
  max-width: 400px;
  float: right;
}

.ekteq_silo-phone.ekteq_opal-case {
  left: auto;
  top: -175px;
  right: 0vw;
  bottom: -175px;
  width: 35%;
}

.ekteq_silo-phone.ekteq_opal-case.retailready {
  top: -170px;
  z-index: -1;
  width: 25%;
  max-width: 450px;
}

.ekteq_silo-phone.ekteq_info-landing-graphic {
  left: auto;
  top: -110px;
  right: 0px;
  width: 90%;
  max-width: 1000px;
}

.ekteq_silo-phone.retailready {
  top: -120px;
}

.ekteq_silo-phone.retailready.btspeaker {
  top: 0px;
}

.ekteq_silo-phone.safirecase {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50%;
  max-width: 400px;
}

.ekteq_landing-img {
  display: block;
  height: 125px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.ekteq_landing-img._2 {
  max-width: 200px;
}

.ekteq_landing-img._3 {
  height: 100px;
}

.ekteq_landing-img._3.larger {
  height: 125px;
}

.heading-2 {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_landing-section {
  padding-top: 55px;
  padding-bottom: 75px;
  background-color: #dbe9fe;
}

.text-block-3 {
  color: #002256;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
}

.ekteq_landing-block {
  padding: 0px 0px 30px;
  text-align: left;
}

.ekteq_landing-block.ekteq_spaced-block {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 19px;
  border: 1px solid #f1f5fd;
}

.ekteq_landing-block.ekteq_spaced-block.extra-styles {
  width: 280px;
  margin-right: 0px;
  margin-left: 0px;
}

.ekteq_landing-block.ekteq_spaced-block.safire {
  padding-right: 10px;
  padding-left: 10px;
}

.image-3 {
  position: relative;
  z-index: 1;
  display: block;
  width: 90%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-8 {
  position: absolute;
  left: 0px;
  top: 77px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: rgba(1, 98, 249, 0.1);
}

.ekteq_landing-page-h2 {
  display: block;
  max-width: 1200px;
  margin: 30px auto 20px;
  font-family: Poppins, sans-serif;
  color: #002256;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 600;
  text-align: center;
}

.ekteq_float-right-div {
  max-width: 60%;
  float: right;
}

.ekteq_float-right-div.wider {
  max-width: 90%;
  float: none;
}

.ekteq_opal-logo {
  max-width: 200px;
}

.ekteq_opal-logo.ekteq_ekteq-blue-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 35px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 2px;
  background-color: #0068ff;
  background-image: linear-gradient(135deg, #0031c5, transparent);
  box-shadow: 0 9px 23px -5px rgba(0, 30, 75, 0.74);
  text-align: center;
}

.ekteq_landing-slider {
  height: 150px;
  background-color: transparent;
}

.ekteq_landing-arrow {
  width: 50px;
  height: 50px;
  color: #0031c5;
  font-size: 1rem;
}

.ekteq_landing-slider-nav {
  display: none;
}

.ekteq_landing-slide-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_opal-case-package {
  display: block;
  width: 90%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.ekteq_landing-text-link {
  color: #0031c5;
}

.ekteq_landing-button-center {
  text-align: center;
}

.ekteq_landing-button-center.safire {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.ekteq_landing-text {
  display: inline-block;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 500;
}

.ekteq_integrated-logo {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
}

.ekteq_integrated-logo.ekteq_cellupos-mini {
  height: 35px;
  margin-right: 15px;
  margin-left: 15px;
}

.ekteq_blue-span {
  color: #3383ff;
  font-weight: 700;
}

.ekteq_info-landing-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.ekteq_info-landing-img {
  display: block;
  width: auto;
  max-height: 125px;
  margin: 10px auto;
}

.ekteq_info-landing-img.ekteq_truck-img {
  max-height: 125px;
}

.ekteq_info-landing-img.ekteq_store-img {
  max-height: 200px;
}

.ekteq_landing-h3 {
  font-family: Lato, sans-serif;
  color: #002256;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.5px;
}

.ekteq_landing-h3.ekteq_smaller-landing-info {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
}

.ekteq_landing-h3.ekteq_cta-landing {
  color: #fff;
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: left;
}

.ekteq_landing-h3.ekteq_info-text-larger {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: left;
}

.ekteq_landing-paragraph-white {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.ekteq_landing-paragraph-white.ekteq_no-bottom-padding {
  margin-bottom: 0px;
  font-size: 1.2rem;
  line-height: 2rem;
}

.ekteq_landing-paragraph-white.black {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #0a4a6e;
}

.contact-cta-contain {
  width: 100%;
  max-width: 550px;
  padding: 20px 0px;
}

.ekteq_contact-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001752;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 600;
}

.ekteq_contact-email-link {
  color: #0031c5;
  text-decoration: underline;
}

.ekteq_contact-cta-h3 {
  color: #001752;
  font-size: 1.5rem;
  line-height: 2rem;
}

.field-label {
  color: #001752;
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.ekteq_blog-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ekteq_blog-post {
  width: 31%;
  margin-right: 1%;
  margin-bottom: 25px;
  margin-left: 1%;
  border-radius: 5px;
  box-shadow: 0 5px 12px -2px #e9eff4;
  color: #0031c5;
  text-align: center;
  text-decoration: none;
}

.cpos_blog-preview-div {
  padding: 10px 10px 20px;
  border-radius: 3px;
  background-color: #fff;
  color: #0c335e;
  text-align: left;
}

.ekteq_blog-titl-h3 {
  margin-bottom: 10px;
  color: #001752;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: 400;
  text-decoration: none;
}

.cpos_learn-more {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 2px solid #0162f9;
  color: #0162f9;
  font-size: 0.9rem;
  font-weight: 600;
}

.ekteq-blog-text {
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
  color: #4e6483;
  font-size: 0.9rem;
  line-height: 1.7rem;
}

.ekteq_blog-img {
  position: relative;
  width: 400px;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0px;
  float: right;
  border-radius: 3px;
  box-shadow: 0 9px 20px -8px #d0d7e4;
}

.ekteq_blog-cta {
  margin-top: -10px;
  color: #001752;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}

.ekteq_back-to-blog {
  display: inline-block;
  float: none;
  color: #0031c5;
  text-align: left;
  text-decoration: none;
}

.ekteq_back-to-blog:hover {
  color: #0162f9;
}

.ekteq_login-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_forgot-pass {
  width: 50%;
  padding-right: 5%;
  text-align: center;
}

.ekteq_forgot-password {
  color: #a9c3ea;
}

.ekteq_login-form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ekteq_login-label {
  font-size: 0.8rem;
  line-height: 1.2rem;
  letter-spacing: 1px;
}

.ekteq_login-label.ekteq_inline-label {
  display: inline;
  margin-right: 25px;
  float: none;
}

.ekteq_radio {
  font-size: 0.8rem;
}

.ekteq_radio-column {
  padding-right: 0px;
  padding-left: 0px;
}

.ekteq_radio-column.ekteq_first-name {
  padding-right: 10px;
}

.ekteq_radio-column.ekteq_lastname {
  padding-left: 10px;
}

.ekteq_pos-select-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field {
  display: inline;
  width: 79%;
  height: 45px;
  max-width: none;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 transparent;
  font-size: 16px;
}

.ekteq_title-line {
  width: 25%;
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.ekteq_new-to-text {
  margin-right: 20px;
  margin-left: 20px;
  color: hsla(0, 0%, 100%, 0.77);
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.ekteq_form-column-padded {
  margin-bottom: 20px;
}

.ekteq-create-account-button {
  display: block;
  max-width: 300px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  border-radius: 3px;
  background-color: #739fe0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

.ekteq-create-account-button:hover {
  background-color: #6490d1;
  color: #fff;
  text-decoration: none;
}

.ekteq-create-account-button:active {
  color: #fff;
  text-decoration: none;
}

.ekteq-create-account-button:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq-create-account-button:visited {
  color: #fff;
  text-decoration: none;
}

.ekteq_new-signup {
  display: none;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  color: #fff;
}

.ekteq_login-error {
  display: none;
  margin-top: 20px;
  padding: 10px;
  background-color: #fff;
  color: #bd0000;
  text-align: center;
  border-radius: 3px;
}

.ekteq_login-error.ekteq_promo-error {
  margin-top: -15px;
  margin-bottom: 15px;
}

.ekteq_global_search {
  position: relative;
  display: inline-block;
  max-width: 75%;
  margin-bottom: 0px;
  border: 1px solid #e2e7ef;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: inset 0 0 0 0 transparent;
}

.ekteq_global_search:hover {
  border-color: #e2e7ef;
}

.ekteq_global_search:active {
  border-color: #e2e7ef;
}

.ekteq_global_search:focus {
  border-color: #e2e7ef;
}

.ekteq_global_search_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.global_search_button {
  border-radius: 0px 25px 25px 0px;
  background-color: #0162f9;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Poppins, sans-serif;
}

.global_search_button:hover {
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.global_search_button:active {
  background-color: #0162f9;
  color: #fff;
  text-decoration: none;
}

.global_search_button:focus {
  background-color: #0162f9;
  color: #fff;
  text-decoration: none;
}

.global_search_button:visited {
  background-color: #0162f9;
  color: #fff;
  text-decoration: none;
}

.global_search_result_wrap {
  position: absolute;
  left: auto;
  top: 75px;
  right: auto;
  bottom: auto;
  display: none;
  overflow: auto;
  width: 60%;
  max-height: 640px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 10px -1px rgba(115, 159, 224, 0.5);
}

.ekteq_search-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #d9e2ef;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #002256;
  text-decoration: none;
  cursor: pointer;
}

.ekteq_search-list-item:hover {
  opacity: 0.85;
  color: #0031c5;
  text-decoration: none;
}

.ekteq_search-list-item:active {
  color: #002256;
}

.ekteq_search-list-item:focus {
  color: #002256;
  text-decoration: none;
}

.ekteq_search-list-item:visited {
  color: #002256;
  text-decoration: none;
}

.ekteq_search-item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.ekteq_search-item-img-column {
  width: 125px;
  padding-right: 15px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.ekteq_search-product-title-link {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 600;
  white-space: normal;
}

.ekteq_search-product-title-link:visited {
  color: #0162f9;
}

.ekteq_search_sku {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.ekteq_search-image {
  display: block;
  max-height: none;
}

.ekteq_result-img {
  max-height: 250px;
}

.ekteq_search-result-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.ekteq_promo-code-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e1f6;
}

.ekteq_apply-code-button {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #0162f9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.ekteq_apply-code-button:hover {
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.ekteq_apply-code-button:active {
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.ekteq_apply-code-button:focus {
  background-color: #0031c5;
  color: #fff;
  text-decoration: none;
}

.ekteq_promo-field {
  margin-bottom: 0px;
  border: 1px solid #0162f9;
  color: #4e6483;
}

.ekteq_promo-description-div {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px none #d5e1f6;
  font-size: 12px;
}

.ekteq_each-promo-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d5e1f6;
}

.ekteq_promo-text-side {
  width: 60%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ekteq_promo-price-side {
  width: 40%;
  text-align: right;
}

.ekteq_promo-description {
  font-size: 11px;
  line-height: 18px;
}

.ekteq_promo-code-title {
  margin-bottom: 2px;
  font-weight: 700;
}

.ekteq_applied-codes-title {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #001752;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.ekteq_back_to_cart {
  margin-left: 35px;
  padding: 10px 10px 10px 25px;
  border-radius: 3px;
  background-color: #0162f9;
  background-image: url('../images/left-arrow-white.svg');
  background-position: 2% 49%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.ekteq_back_to_cart:hover {
  background-color: #0056db;
  color: #fff;
  text-decoration: none;
}

.ekteq_back_to_cart:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_back_to_cart:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_back_to_cart:visited {
  color: #fff;
  text-decoration: none;
}

.ekteq_remove_coupon_button {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url('../images/trash-icon.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.ekteq_promo_banner {
  padding: 5px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: rgba(32, 165, 255, 0.69);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.15);
}

.ekteq_promo_wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ekteq_latestnews-sect {
  min-height: 50vh;
  padding-top: 42px;
  padding-bottom: 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 34, 86, 0.35)), to(rgba(0, 34, 86, 0.35))), url('../images/087f169929.jpg');
  background-image: linear-gradient(180deg, rgba(0, 34, 86, 0.35), rgba(0, 34, 86, 0.35)), url('../images/087f169929.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ekteq_latestnews-sect.ekteq_latestblogs-sect {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 34, 86, 0.35)), to(rgba(0, 34, 86, 0.35))), url('../images/guy-on-phone.jpg');
  background-image: linear-gradient(180deg, rgba(0, 34, 86, 0.35), rgba(0, 34, 86, 0.35)), url('../images/guy-on-phone.jpg');
  background-position: 0px 0px, 55% 50%;
  background-attachment: scroll, fixed;
}

.ekteq_letsstayconnected {
  min-height: 60vh;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(1, 98, 249, 0.15)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/socialmediaconnect.jpg');
  background-image: linear-gradient(180deg, rgba(1, 98, 249, 0.15) 50%, transparent), linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/socialmediaconnect.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.ekteq_contentdiv-latestnews {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.ekteq_contentdiv-latestnews.rightside {
  text-align: right;
}

.ekteq_media-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 20px;
}

.ekteq_article {
  width: auto;
  height: auto;
  max-width: 300px;
  min-height: 350px;
  min-width: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px;
  border-radius: 8px;
  background-color: #f0f5fd;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.ekteq_article:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.ekteq_readmore-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #10aed0;
  font-size: 16px;
}

.ekteq_readmore-link:hover {
  color: #0a4a6e;
}

.ekteq_white-txt {
  color: #fff;
}

.ekteq_heading-right {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.ekteq_footer--content {
  display: block;
  padding-top: 0px;
  font-size: 0.864rem;
  line-height: 1.4em;
}

.ekteq_footer--content.f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.sideways {
  margin-top: 0px;
  margin-bottom: 0px;
}

.link--social {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 0rem;
  padding: 6px;
  border-radius: 50%;
  background-color: #0162f9;
  background-image: url('../images/facebook-white.svg');
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.link--social:hover {
  background-color: #0098ff;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.link--social.facebook {
  background-color: #4267b2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.link--social.facebook:hover {
  background-color: #30a0eb;
}

.link--social.instagram {
  background-color: #f56040;
  background-image: url('../images/instagram-white.svg');
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.link--social.instagram:hover {
  background-color: #30a0eb;
}

.link--social.twitter {
  background-color: #657786;
  background-image: url('../images/twitter-white.svg');
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.link--social.twitter:hover {
  background-color: #30a0eb;
}

.link--social.linkedin {
  background-image: url('../images/linkedIN.png');
  background-size: 60%;
}

.connectwithus {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 25px;
}

.ekteq_followus {
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #0a4a6e;
  font-size: 24px;
  line-height: 30px;
}

.ekteq_followus.smaller {
  font-size: 18px;
  line-height: 20px;
}

.ekteq_programhighlights {
  margin-bottom: 10px;
  color: #4e6483;
}

.ekteq_programhighlights-list {
  color: #4e6483;
}

.ekteq_blog-post-image {
  min-width: 275px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  text-align: left;
}

.section-2 {
  display: none;
}

.ekteq_menu_wrap {
  position: relative;
  z-index: 1000;
  background-image: linear-gradient(225deg, rgba(1, 98, 249, 0.7), rgba(0, 152, 255, 0.63)), url('../images/shape-bg2.png'), linear-gradient(225deg, #10aed0, rgba(1, 80, 249, 0.9));
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, 200%, auto;
  box-shadow: 1px 1px 15px -4px rgba(50, 81, 126, 0.5);
}

.ekteq_navigation {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.ekteq_nav_container {
  position: relative;
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.ekteq_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 155px;
  height: 60px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_nav_menu {
  z-index: 3;
  display: block;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  white-space: nowrap;
}

.ekteq_nav_link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ekteq_nav_link:hover {
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.35);
  color: #fff;
  text-decoration: none;
}

.ekteq_nav_link:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_nav_link:focus {
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.35);
  color: #fff;
  text-decoration: none;
}

.ekteq_nav_link:visited {
  color: #fff;
  text-decoration: none;
}

.ekteq_nav_link.w--current {
  box-shadow: inset 0 -2px 0 0 hsla(0, 0%, 100%, 0.35);
  color: #fff;
}

.ekteq_nav_link.ekteq_nav_alt {
  left: 0px;
  margin: 10px 0px 10px 10px;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 -3px 26px -5px rgba(43, 67, 81, 0.2);
  color: #164690;
  text-decoration: none;
}

.ekteq_nav_link.ekteq_nav_alt:hover {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_nav_link.ekteq_nav_alt:active {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_nav_link.ekteq_nav_alt:focus {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_nav_link.ekteq_nav_alt:visited {
  color: #164690;
  text-decoration: none;
}

.ekteq_nav_link.ekteq_nav_alt.ekteq_desktop_cart {
  left: 79px;
}

.ekteq_nav_left_col {
  width: 100%;
  text-align: left;
}

.ekteq_nav_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_nav_bottom {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#0162f9), color-stop(50%, #0031c5), to(#0162f9));
  background-image: linear-gradient(90deg, #0162f9, #0031c5 50%, #0162f9);
}

.ekteq_nav_bottom_wrap {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.ekteq_drop_menu {
  position: relative;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: left;
}

.ekteq_drop_menu.ekteq_mobile {
  display: none;
}

.ekteq_drop_toggle {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: none;
}

.ekteq_drop_toggle.w--open {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ekteq_dropdown_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.ekteq_dropdown_list.w--open {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 10px -3px rgba(0, 0, 0, 0.1);
}

.ekteq_dropdown_link {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0031c5;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.ekteq_dropdown_link:hover {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_dropdown_link:active {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_dropdown_link:focus {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_dropdown_link:visited {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_dropdown_link:visited:hover {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_sub_drop_menu {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.ekteq_sub_drop_toggle {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #0031c5;
  font-size: 12px;
  line-height: 18px;
}

.ekteq_sub_dropdown_list {
  position: relative;
}

.ekteq_sub_dropdown_list.w--open {
  position: absolute;
  left: 100%;
  top: 0px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #f0f5fd;
  box-shadow: 1px 1px 10px -3px rgba(0, 0, 0, 0.1);
}

.ekteq_drop_link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.ekteq_drop_link:hover {
  color: #b7e2ff;
  text-decoration: none;
}

.ekteq_drop_link:active {
  color: #b7e2ff;
  text-decoration: none;
}

.ekteq_drop_link:focus {
  color: #b7e2ff;
  text-decoration: none;
}

.ekteq_drop_link:visited {
  color: #fff;
  text-decoration: none;
}

.ekteq_drop_link:visited:hover {
  color: #b7e2ff;
  text-decoration: none;
}

.ekteq_sub_drop_link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0031c5;
  text-decoration: none;
}

.ekteq_sub_drop_link:hover {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_sub_drop_link:active {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_sub_drop_link:focus {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_sub_drop_link:visited {
  color: #0031c5;
  text-decoration: none;
}

.ekteq_sub_drop_link:visited:hover {
  color: #0098ff;
  text-decoration: none;
}

.ekteq_menu_button {
  overflow: hidden;
  padding: 30px;
  background-color: transparent;
}

.ekteq_menu_button.w--open {
  background-color: #48d591;
}

.ekteq_nav_flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekteq_cart_wrap {
  position: relative;
  right: 110px;
  z-index: 5;
  display: block;
  padding-right: 20px;
}

.ekteq_body {
  min-width: 320px;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.retailready-packing {
  position: relative;
}

.paragraph-2 {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.div-block-9 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 25px;
  text-align: center;
}

.image-4 {
  display: none;
}

.retailready-learnmore-link {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #10aed0;
}

.retailready-learnmore-link:hover {
  text-decoration: none;
}

.content-div {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.content-div.flexh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-top: 175px;
  padding-top: 0px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-div.flexh.hidefornow {
  display: none;
}

.brand-link {
  display: block;
  width: 25%;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #b7e2ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(1, 98, 249, 0.38)));
  background-image: linear-gradient(180deg, #fff, rgba(1, 98, 249, 0.38));
  box-shadow: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.brand-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, rgba(1, 98, 249, 0.38)));
  background-image: linear-gradient(180deg, #fff, rgba(1, 98, 249, 0.38) 50%);
  box-shadow: -6px 6px 8px 1px rgba(0, 0, 0, 0.05);
  color: #21a6db;
  text-decoration: none;
}

.brand-link:active {
  color: #21a6db;
  text-decoration: none;
}

.brand-link:focus {
  color: #fff;
  text-decoration: none;
}

.brand-link:visited {
  color: #fff;
  text-decoration: none;
}

.brand-link.adjustedheight {
  margin-top: 0px;
  margin-bottom: 0px;
}

.brand-link.fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-56 {
  width: 100%;
  height: 50px;
  background-image: url('../images/SILO-no-text.svg');
  background-position: 50% 50%;
  background-size: 110px;
  background-repeat: no-repeat;
}

.div-block-56._2 {
  height: 50px;
  background-image: url('../images/OPAL.svg');
  background-position: 50% 50%;
  background-size: 110px;
}

.div-block-56._3 {
  height: 50px;
  background-image: url('../images/SAFIRE.svg');
  background-size: 110px;
}

.div-block-56._3.test {
  width: 20%;
}

.image-84 {
  width: 100%;
  max-width: 300px;
}

.div-block-55 {
  margin-top: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.learnmore-opal-safire-silo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.brand-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand-buttons.home-page {
  padding-top: 20px;
}

.section-3 {
  min-height: 350px;
}

.section-3.bluetooth-speakers {
  min-height: 320px;
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))), url('../images/bluetoothsection2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('../images/bluetoothsection2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.ekteq_button-12 {
  display: inline-block;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 45px 15px 25px;
  border-radius: 50px;
  background-color: #0162f9;
  background-image: url('../images/right_arrow1600.png'), url('../images/right_arrow1600.png'), -webkit-gradient(linear, right top, left top, from(#0031c5), to(#0162f9));
  background-image: url('../images/right_arrow1600.png'), url('../images/right_arrow1600.png'), linear-gradient(270deg, #0031c5, #0162f9);
  background-position: -20px 50%, 88% 50%, 0px 0px;
  background-size: 18px, 18px, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  box-shadow: 0 10px 30px -10px rgba(0, 34, 86, 0.4);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.ekteq_button-12:hover {
  padding-right: 25px;
  padding-left: 45px;
  background-position: 14px 50%, 120% 50%, 0px 0px;
  box-shadow: none;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
  color: #fff;
  text-decoration: none;
}

.ekteq_button-12:active {
  color: #fff;
  text-decoration: none;
}

.ekteq_button-12:focus {
  color: #fff;
  text-decoration: none;
}

.ekteq_button-12:visited {
  color: #fff;
}

.ekteq_button-12.ekteq_black-bttn {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/right_arrow1600.png'), url('../images/right_arrow1600.png');
  background-position: -20px 50%, 88% 50%;
  background-size: 18px, 18px;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0 10px 30px -10px rgba(0, 34, 86, 0.4), inset 0 2px 15px -2px rgba(0, 34, 86, 0.3);
}

.ekteq_button-12.ekteq_black-bttn:hover {
  border-color: #000;
  background-color: #000;
  background-position: 15px 50%, 124% 50%;
}

.safire-featuredsect {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: transparent;
}

.ekteq_landing-arrow-2 {
  width: 50px;
  height: 50px;
  color: #0031c5;
  font-size: 1rem;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.safireslide {
  position: relative;
  padding: 25px 45px 45px;
  text-align: center;
}

.slidercontents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.slider {
  background-color: transparent;
}

.slider.mobile {
  display: none;
}

.slider-lb {
  margin-right: 0px;
  margin-left: 0px;
}

.slider-lb.hideonmobile {
  margin-right: 0px;
  margin-left: 0px;
}

.safire-slider-h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
}

.left-arrow {
  color: #002256;
}

.right-arrow {
  color: #002256;
}

.section-5 {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/page-banner.svg'), -webkit-gradient(linear, left top, left bottom, from(#0162f9), to(#0162f9));
  background-image: url('../images/page-banner.svg'), linear-gradient(180deg, #0162f9, #0162f9);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.safire-logo {
  position: static;
  width: 25%;
  max-width: 35%;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-block-60 {
  width: 65%;
}

.ekteq_restrict-right {
  max-width: 700px;
  margin-left: auto;
  text-align: right;
}

html.w-mod-js *[data-ix="scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-in-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="scroll-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="tab-appear1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="tab-appear-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="tab-appear-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="slide-pop-text"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-pop-text-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-pop-text-3"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="landing-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="landing-title-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="landing-title-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="landing-image"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="learnmore-safire"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="learnmore-silo"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media screen and (max-width: 991px) {
  .ekteq_brand {
    margin-top: 12px;
  }
  .ekteq_brand.w--current {
    margin-top: 0px;
  }
  .ekteq_brand.hn {
    margin-top: 15px;
  }
  .ekteq_brand.shop-version {
    margin-top: 0px;
  }
  .ekteq_brand.ekteq_mbl {
    margin-top: 3px;
  }
  .ekteq_brand.ekteq_mbl.w--current {
    margin-top: 3px;
  }
  .ekteq_nav-link {
    color: #fff;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
  }
  .ekteq_nav-link:hover {
    box-shadow: none;
    color: #dbe9fe;
    text-decoration: none;
  }
  .ekteq_nav-link:active {
    text-decoration: none;
  }
  .ekteq_nav-link:focus {
    text-decoration: none;
  }
  .ekteq_nav-link.w--current {
    color: #5fbeff;
  }
  .ekteq_nav-link.sign-up {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .ekteq_nav-link.sign-up.gone-later:hover {
    background-image: none;
    color: #fff;
  }
  .ekteq_nav-link.sign-up.gone-later.hn {
    margin-top: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0162f9), to(#2047c2));
    background-image: linear-gradient(180deg, #0162f9, #2047c2);
  }
  .ekteq_nav-link.login {
    margin-top: 10px;
    box-shadow: 0 1px 17px -4px rgba(43, 67, 81, 0.42);
    color: #2b4351;
    font-size: 16px;
    line-height: 22px;
  }
  .ekteq_nav-link.login.gone-later {
    margin-top: 5px;
    color: #002256;
    text-decoration: none;
  }
  .ekteq_nav-link.login.gone-later:hover {
    color: #739fe0;
    text-decoration: none;
  }
  .ekteq_nav-link.login.gone-later:active {
    color: #739fe0;
    text-decoration: none;
  }
  .ekteq_nav-link.login.gone-later:focus {
    color: #739fe0;
    text-decoration: none;
  }
  .ekteq_nav-link.login.gone-later:visited {
    color: #739fe0;
  }
  .ekteq_nav-link.white {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
    text-decoration: none;
  }
  .ekteq_nav-link.white:hover {
    box-shadow: none;
    opacity: 0.75;
    color: #fff;
    text-decoration: none;
  }
  .ekteq_nav-link.white:active {
    color: #fff;
    text-decoration: none;
  }
  .ekteq_nav-link.white:focus {
    color: #fff;
    text-decoration: none;
  }
  .ekteq_nav-link.white:visited {
    color: #fff;
  }
  .ekteq_nav-link.shop-lnav-link {
    display: inline;
    height: auto;
    font-size: 13px;
  }
  .ekteq_nav-link.shop-lnav-link.w--current {
    display: inline-block;
    color: #0031c5;
  }
  .ekteq_nav-cntent {
    position: relative;
    display: block;
    height: auto;
    padding-top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ekteq_nav-cntent.hn {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ekteq_nav-cntent.shop-bottom-nav {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ekteq_content-div.cart-summary-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ekteq_content-div.ekteq_info-landing-content.ekteq_landing-reduced {
    width: 90%;
    max-width: 1000px;
  }
  .ekteq_content-div.ekteq_blog-content {
    width: 90%;
  }
  .ekteq_heading {
    max-width: 90%;
    font-size: 3rem;
    line-height: 3.8rem;
  }
  .ekteq_nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(1, 98, 249, 0.95);
    text-align: center;
  }
  .ekteq_nav-menu.hn {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(1, 98, 249, 0.95);
  }
  .ekteq_button {
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
  }
  .ekteq_button:hover {
    box-shadow: none;
    -webkit-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  .ekteq_heading-2.blu.lrg {
    font-size: 4rem;
  }
  .ekteq_section-4 {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .ekteq_tab {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .ekteq_tab._2 {
    padding-left: 55px;
  }
  .ekteq_tab._2.w--current {
    background-size: 250%;
  }
  .ekteq_tab._3 {
    padding-left: 55px;
  }
  .ekteq_tab._3.w--current {
    background-size: 250%;
  }
  .ekteq_tab._1 {
    padding-left: 55px;
  }
  .ekteq_tab._1.w--current {
    padding-left: 55px;
    background-position: 50% 100%;
    background-size: 250%;
  }
  .ekteq_div-block {
    display: inline-block;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
  .ekteq_line-1.simple {
    background-color: #a9c3ea;
  }
  .ekteq_line-1.simple.white {
    background-image: none;
  }
  .ekteq_line-2.simple {
    background-color: #a9c3ea;
  }
  .ekteq_line-2.simple.white {
    background-image: none;
  }
  .ekteq_line-3.simple {
    background-color: #a9c3ea;
  }
  .ekteq_line-3.simple.white {
    background-image: none;
  }
  .ekteq_button-10 {
    margin-left: 20px;
    background-color: transparent;
    box-shadow: none;
  }
  .ekteq_button-10.w--open {
    z-index: 100;
    background-color: #0162f9;
  }
  .ekteq_button-10.hn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .ekteq_button-10.hn.w--open {
    background-color: #0162f9;
    color: #fff;
  }
  .ekteq_hidden-nav {
    height: 0px;
    opacity: 0;
  }
  .ekteq_color-div-2 {
    height: 0vh;
    background-position: 100% 24%, 0px 0px, 128% 0px;
    background-size: 80%, auto, 60%;
    opacity: 0;
  }
  .ekteq_cycle-section-1 {
    opacity: 0;
    -webkit-transform: translate(200%, 0px);
    -ms-transform: translate(200%, 0px);
    transform: translate(200%, 0px);
  }
  .ekteq_cycle-content {
    padding-right: 20px;
    padding-left: 11px;
  }
  .ekteq_section-5 {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 200%;
  }
  .ekteq_left-column {
    padding-right: 0%;
    padding-left: 0px;
  }
  .ekteq_cta-heading {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .ekteq_right-column {
    padding-right: 0px;
    padding-left: 30px;
  }
  .ekteq_text-field {
    height: 50px;
  }
  .ekteq_cta-text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .ekteq_footer-column {
    width: auto;
    min-width: 150px;
    padding-left: 0px;
  }
  .ekteq_footer-column.logo-sec {
    width: 25%;
  }
  .ekteq_cycle-icon {
    top: 56px;
  }
  .ekteq_cycle-icon._2 {
    top: 0px;
    width: 45%;
  }
  .ekteq_cycle-icon.bx {
    width: 40%;
    margin-top: 0%;
  }
  .ekteq_cycle-icon._3 {
    top: 0px;
    width: 45%;
  }
  .ekteq_h3 {
    line-height: 2.4rem;
  }
  .ekteq_tab-image._1 {
    background-size: auto 60%;
  }
  .ekteq_tab-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ekteq_line._2 {
    width: 75px;
  }
  .ekteq_login-overlay {
    background-position: 0px 0px, 50% 50%;
  }
  .ekteq_right-arrow.sec {
    width: 15%;
    background-size: 75%;
  }
  .ekteq_left-arrow.sec {
    width: 15%;
    background-size: 75%;
  }
  .ekteq_slider.second {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/store-bg.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/store-bg.png');
    background-size: auto, 125%;
  }
  .ekteq_slide-contain {
    max-width: 66%;
  }
  .ekteq_shop-top-banner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_left-col-nav {
    width: 25%;
    height: auto;
  }
  .ekteq_right-col-nav {
    position: relative;
    width: 75%;
  }
  .ekteq_nav-top-link.shop {
    position: relative;
    margin: 0px;
    padding: 5px 0px 5px 30px;
  }
  .ekteq_dropdown_arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    margin-right: 0em;
    float: right;
  }
  .ekteq_dropdown-2 {
    position: relative;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ekteq_nav-link-3 {
    margin-right: 0em;
    padding-left: 2em;
    border-top: 1px solid hsla(0, 0%, 100%, 0.26);
    font-size: 1.25em;
  }
  .ekteq_nav-link-3:hover {
    box-shadow: none;
  }
  .ekteq_nav-link-3.w--open {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    font-weight: 600;
  }
  .ekteq_nav-link-3.shop {
    display: block;
    padding-right: 18px;
    padding-left: 0px;
    background-image: none;
    font-size: 13px;
  }
  .ekteq_nav-menu-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ekteq_item-actions {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .ekteq_add-to-cart-btn {
    margin-right: 0%;
    margin-bottom: 5px;
    margin-left: 0%;
  }
  .ekteq_item-card {
    padding-bottom: 43px;
  }
  .ekteq_row-5 {
    padding-right: 15px;
    padding-left: 0px;
  }
  .ekteq_item-title {
    line-height: 1.2rem;
  }
  .ekteq_current-price {
    float: none;
  }
  .ekteq_item-image.s9-accessory-1 {
    background-size: contain;
  }
  .ekteq_product-details.line-top {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .ekteq_product-details.line-top.center {
    padding: 15px;
  }
  .ekteq_shop-filter-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ekteq_drop-filter-title {
    padding-left: 10px;
    font-size: 12px;
  }
  .ekteq_product-option-div {
    padding-left: 10px;
  }
  .ekteq_page-title {
    font-size: 2.6rem;
  }
  .ekteq_page-title.mediaresources {
    font-size: 2rem;
  }
  .ekteq_drop-down-main-link {
    color: #002256;
  }
  .ekteq_filter-panel-title {
    margin-left: 5px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .ekteq_mobile-shop-filter-panel {
    padding: 15px;
    background-color: #f6f8fc;
    font-family: Poppins, sans-serif;
  }
  .ekteq_view-product {
    margin-top: 5px;
    margin-right: 0%;
    margin-left: 0%;
  }
  .ekteq_filter-by-text {
    margin-left: 10px;
  }
  .ekteq_product-details-column {
    overflow: visible;
  }
  .ekteq_product-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .ekteq_product-subtitle {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .ekteq_tabcontent {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ekteq_tabs-menu-2 {
    width: 100%;
    max-height: 100px;
    text-align: left;
  }
  .ekteq_product-image-tab {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ekteq_product-image-tab.w--current {
    display: inline-block;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ekteq_product-image-tab._2 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ekteq_tab-img {
    max-height: 80px;
  }
  .ekteq_option-title {
    margin-bottom: 7px;
  }
  .ekteq_large-add-to-cart-button {
    margin-top: 15px;
  }
  .ekteq_cart-pop-up {
    top: 50px;
    right: -90px;
  }
  .ekteq_text-block-5 {
    margin-top: 3px;
  }
  .ekteq_sku {
    color: #303030;
    font-weight: 400;
  }
  .ekteq_cart-item-list {
    width: 100%;
    padding-right: 0px;
  }
  .ekteq_dropdown-5 {
    margin-right: 0px;
  }
  .ekteq_cart-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ekteq_list-item-img-column {
    width: 30%;
    padding-right: 25px;
  }
  .ekteq_cart-item-details {
    width: 45%;
    padding-right: 25px;
  }
  .ekteq_cart-item-name {
    font-size: 16px;
    line-height: 22px;
  }
  .ekteq_quantity-column {
    width: 15%;
    padding-right: 10px;
  }
  .ekteq_add-edit-cart-item {
    width: 10%;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .ekteq_remove-item {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 20px;
  }
  .ekteq_order-summary-panel {
    display: block;
    width: 80%;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
  }
  .ekteq_summary-title {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .ekteq_summary-breakdown-div.ekteq_order-total-width-div {
    max-width: 100%;
  }
  .ekteq_summary-list-item {
    font-size: 12px;
  }
  .ekteq_summary-list-price {
    font-size: 12px;
  }
  .ekteq_proceed-to-checkout-button {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .ekteq_phone-brand-logo-link.samsung {
    background-size: contain;
  }
  .ekteq_modal-overlay {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ekteq_product-pop-up-view {
    overflow: auto;
    max-height: 85vh;
  }
  .ekteq_check-out-process-container._2 {
    width: 100%;
    padding-left: 5%;
  }
  .ekteq_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekteq_tabs-2 {
    display: block;
  }
  .ekteq_more-info-container {
    margin-top: 15px;
  }
  .ekteq_more-info-title {
    padding-right: 38px;
    font-size: 13px;
  }
  .ekteq_home-cat-column._3 {
    width: 32.5%;
  }
  .ekteq_category-text-side-link {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .ekteq_category-text-side-link.a {
    left: 0px;
    width: 125%;
    float: right;
  }
  .ekteq_category-text-side-link.b {
    right: 0px;
    width: 125%;
  }
  .ekteq_shop-h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .ekteq_shop-paragraph {
    font-size: 13px;
    line-height: 20px;
  }
  .ekteq_checkout-prompt-overlay {
    overflow: auto;
    padding-top: 30px;
  }
  .ekteq_checkout-section-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ekteq_side-panel {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ekteq_account-window {
    padding-left: 12px;
  }
  .ekteq_acount-tab-toggle {
    padding-left: 15px;
    background-image: none;
    background-position: 0px 0px;
  }
  .ekteq_acount-tab-toggle.billing {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .ekteq_acount-tab-toggle.setting {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .ekteq_acount-tab-toggle.advanced {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .ekteq_account-dd-tab {
    padding-left: 20px;
  }
  .ekteq_h1 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .ekteq_page-buttons {
    font-size: 12px;
    line-height: 18px;
  }
  .ekteq_address-block {
    width: auto;
  }
  .ekteq_address-block.default {
    border-color: #0162f9;
  }
  .ekteq_modal-div.ekteq_wide-modal {
    overflow: auto;
    width: 95%;
  }
  .ekteq_card-block {
    width: auto;
    margin-bottom: 10px;
  }
  .address-panel {
    padding-left: 35px;
  }
  .ekteq_payment-option-panel {
    padding-left: 35px;
  }
  .ekteq_change-password-panel {
    padding-left: 35px;
  }
  .ekteq_iteminboxdiv.scroll-height {
    max-height: 350px;
  }
  .ekteq_order-payment-view {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ekteq_order-total-div {
    width: 40%;
  }
  .ekteq_table-labels {
    width: 17.5%;
    font-size: 12px;
    line-height: 18px;
  }
  .ekteq_table-labels.ekteq_table-item-info {
    width: 17.5%;
  }
  .ekteq_table-labels.ekteq_table-item-info.ekteq_qty-column {
    width: 11%;
  }
  .ekteq_table-labels.ekteq_qty-column {
    width: 11%;
  }
  .ekteq_order-info-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ekteq_summary-column {
    width: 100%;
  }
  .lightbox-link {
    display: block;
    width: auto;
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
  }
  .ekteq_first-name-column {
    padding-right: 5px;
  }
  .ekteq_lastname-column {
    padding-left: 5px;
  }
  .ekteq_landing-header {
    min-height: 450px;
    padding-top: 20px;
  }
  .ekteq_landing-header.ekteq_info-landing-hero {
    min-height: 400px;
    padding-top: 70px;
  }
  .ekteq_landing-header.retailready {
    padding-top: 0px;
  }
  .ekteq_landing-header.safirecase-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/safire-header-photo.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/safire-header-photo.jpg');
    background-attachment: scroll, scroll;
  }
  .ekteq_landing-content.ekteq_flip-content {
    padding-top: 50px;
  }
  .ekteq_landing-h1 {
    max-width: 490px;
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .ekteq_landing-h1.ekteq_opal-h1 {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  .ekteq_landing-h1.ekteq_opal-h1.wider {
    font-size: 3rem;
    line-height: 3.9rem;
  }
  .ekteq_landing-h1.ekteq_info-landing-h1 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .section.ekteq_info-landing-bar {
    min-height: 300px;
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .section.retail-ready.bluetoothspeakers {
    min-height: 325px;
    background-image: url('../images/page-banner.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section.safire {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ekteq_landing-h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .ekteq_landing-h2.ekteq_opal-h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .ekteq_landing-h2.ekteq_onfo-landing-h2 {
    max-width: 65%;
    margin-bottom: -175px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
  }
  .paragraph {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .ekteq_banner-content {
    width: 68%;
    max-width: 650px;
  }
  .ekteq_banner-content.ekteq_opal-banner-content {
    width: 65%;
    max-width: 500px;
  }
  .ekteq_banner-content.safirecontent {
    width: auto;
  }
  .ekteq_silo-phone {
    left: -2vw;
    top: auto;
    bottom: -148px;
    width: 37%;
    max-width: 255px;
  }
  .ekteq_silo-phone.ekteq_opal-case {
    top: -79px;
    right: 0vw;
    bottom: 0;
    width: 40%;
    max-width: 325px;
  }
  .ekteq_silo-phone.ekteq_opal-case.retailready {
    top: -140px;
  }
  .ekteq_silo-phone.ekteq_info-landing-graphic {
    position: absolute;
    top: auto;
    right: -2vw;
    bottom: -264px;
    width: 80%;
    max-width: 700px;
    margin-bottom: -51px;
    float: right;
  }
  .ekteq_silo-phone.retailready {
    width: 30%;
  }
  .ekteq_silo-phone.safirecase {
    max-width: 300px;
  }
  .ekteq_landing-img {
    height: 100px;
  }
  .ekteq_landing-img._2 {
    max-width: 150px;
  }
  .ekteq_landing-img._3.larger {
    height: 100px;
  }
  .heading-2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ekteq_landing-section {
    padding-top: 40px;
  }
  .text-block-3 {
    margin-bottom: 30px;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .ekteq_landing-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-3 {
    max-width: 300px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-8 {
    position: absolute;
    left: 0px;
    top: 37px;
    right: 0px;
    bottom: auto;
    width: 350px;
    height: 350px;
  }
  .ekteq_landing-page-h2 {
    max-width: 800px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
  }
  .ekteq_float-right-div.wider {
    float: none;
  }
  .ekteq_opal-logo {
    width: 150px;
  }
  .ekteq_landing-text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .ekteq_info-landing-columns {
    max-width: 700px;
  }
  .ekteq_info-landing-columns.ekteq_landing-column-flip {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ekteq_info-landing-img {
    max-height: 80px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ekteq_info-landing-img.ekteq_store-img {
    max-height: 135px;
    margin-bottom: 25px;
  }
  .ekteq_landing-h3 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
    text-align: left;
  }
  .ekteq_landing-h3.ekteq_smaller-landing-info {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
  }
  .ekteq_landing-h3.ekteq_cta-landing {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .ekteq_landing-h3.ekteq_info-text-larger {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .ekteq_landing-paragraph-white {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .ekteq_landing-paragraph-white.ekteq_no-bottom-padding {
    font-size: 1.2rem;
  }
  .ekteq_blog-post {
    width: 48%;
  }
  .ekteq_blog-titl-h3 {
    line-height: 1.8rem;
  }
  .ekteq_blog-img {
    width: 300px;
  }
  .ekteq_blog-cta {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .ekteq_radio-column.ekteq_first-name {
    padding-right: 5px;
  }
  .ekteq_radio-column.ekteq_lastname {
    padding-left: 5px;
  }
  .ekteq_global_search_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .global_search_result_wrap {
    left: auto;
    top: 64px;
    right: auto;
    width: 85%;
  }
  .ekteq_search-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ekteq_search-item-details {
    width: 45%;
    padding-right: 25px;
  }
  .ekteq_search-item-img-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ekteq_search_sku {
    color: #303030;
    font-weight: 400;
  }
  .ekteq_back_to_cart {
    margin-bottom: 20px;
    margin-left: 10%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .ekteq_letsstayconnected {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(1, 98, 249, 0.15)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/socialmediaconnect.jpg');
    background-image: linear-gradient(180deg, rgba(1, 98, 249, 0.15) 50%, transparent), linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/socialmediaconnect.jpg');
    background-position: 0px 0px, 0px 0px, 0% 50%;
  }
  .ekteq_media-articles {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ekteq_article {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ekteq_heading-right {
    font-size: 35px;
    line-height: 40px;
  }
  .ekteq_footer--content {
    font-size: 1rem;
    text-align: center;
  }
  .ekteq_footer--content.f {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }
  .ekteq_followus {
    font-size: 20px;
    line-height: 28px;
  }
  .ekteq_followus.smaller {
    font-size: 16px;
    line-height: 18px;
  }
  .ekteq_blog-post-image {
    width: 260px;
  }
  .ekteq_nav_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ekteq_logo {
    margin-right: 10px;
  }
  .ekteq_nav_menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    padding-bottom: 60px;
    background-color: rgba(0, 49, 197, 0.95);
  }
  .ekteq_nav_link {
    margin: 10px 0px;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .ekteq_nav_link:hover {
    box-shadow: none;
  }
  .ekteq_nav_link:focus {
    box-shadow: none;
  }
  .ekteq_nav_link:visited {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .ekteq_nav_link.w--current {
    box-shadow: none;
  }
  .ekteq_nav_link.ekteq_nav_alt {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    box-shadow: none;
    color: hsla(0, 0%, 100%, 0.8);
  }
  .ekteq_nav_link.ekteq_nav_alt:hover {
    color: #fff;
  }
  .ekteq_nav_link.ekteq_nav_alt:focus {
    color: #fff;
  }
  .ekteq_nav_link.ekteq_nav_alt:visited {
    color: hsla(0, 0%, 100%, 0.8);
  }
  .ekteq_nav_link.ekteq_nav_alt.ekteq_desktop_cart {
    left: 0px;
  }
  .ekteq_nav_top {
    width: 100%;
  }
  .ekteq_drop_menu.ekteq_mobile {
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
  .ekteq_drop_toggle.ekteq_mobile {
    display: inline-block;
    color: hsla(0, 0%, 100%, 0.8);
    text-transform: uppercase;
  }
  .ekteq_drop_toggle.ekteq_mobile:hover {
    color: #fff;
  }
  .ekteq_logo_image {
    width: 100%;
    height: 100%;
  }
  .ekteq_dropdown_list.ekteq_mobile.w--open {
    position: relative;
    background-color: transparent;
    box-shadow: none;
  }
  .ekteq_dropdown_list.ekteq_mobile.ekteq_last_menu {
    padding-bottom: 60px;
  }
  .ekteq_dropdown_link.ekteq_mobile {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .ekteq_dropdown_link.ekteq_mobile:hover {
    color: #fff;
  }
  .ekteq_dropdown_link.ekteq_mobile:focus {
    color: #fff;
  }
  .ekteq_sub_drop_menu.ekteq_mobile {
    width: auto;
  }
  .ekteq_sub_drop_toggle.ekteq_mobile {
    display: inline-block;
    width: auto;
    clear: none;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .ekteq_sub_drop_toggle.ekteq_mobile:hover {
    color: #fff;
  }
  .ekteq_sub_dropdown_list.ekteq_mobile {
    position: relative;
    left: auto;
    right: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .ekteq_drop_link.ekteq_mobile {
    margin-right: 10px;
    color: hsla(0, 0%, 100%, 0.85);
  }
  .ekteq_drop_link.ekteq_mobile:hover {
    color: #fff;
  }
  .ekteq_drop_link.ekteq_mobile:focus {
    color: #fff;
  }
  .ekteq_sub_drop_link.ekteq_mobile {
    margin-right: 5px;
    color: hsla(0, 0%, 100%, 0.8);
    text-decoration: none;
  }
  .ekteq_sub_drop_link.ekteq_mobile:hover {
    color: #fff;
    text-decoration: none;
  }
  .ekteq_sub_drop_link.ekteq_mobile:active {
    color: #fff;
    text-decoration: none;
  }
  .ekteq_sub_drop_link.ekteq_mobile:focus {
    color: #fff;
    text-decoration: none;
  }
  .ekteq_sub_drop_link.ekteq_mobile:visited {
    color: hsla(0, 0%, 100%, 0.8);
    text-decoration: none;
  }
  .ekteq_sub_drop_link.ekteq_mobile:visited:hover {
    color: #fff;
    text-decoration: none;
  }
  .ekteq_menu_button {
    z-index: 6;
    margin-left: 20px;
    background-color: transparent;
  }
  .ekteq_menu_button.w--open {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    margin-top: 15px;
    margin-right: 20px;
    border-radius: 3px;
    background-color: transparent;
  }
  .ekteq_nav_flex_wrap {
    width: 100%;
    height: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ekteq_cart_wrap {
    right: 0px;
    z-index: 2;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .paragraph-2 {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .div-block-9 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-div.flexh {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brand-link {
    width: 45%;
    margin-right: 2.5%;
    margin-bottom: 35px;
    margin-left: 2.5%;
  }
  .div-block-56 {
    height: 50px;
  }
  .image-84 {
    max-width: 200px;
  }
  .learnmore-opal-safire-silo {
    font-size: 18px;
    line-height: 28px;
  }
  .section-3.bluetooth-speakers {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .ekteq_button-12 {
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
  }
  .ekteq_button-12:hover {
    box-shadow: none;
    -webkit-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  .safireslide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slider.mobile {
    display: none;
  }
  .safire-slider-h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .safire-logo {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .ekteq_hero-section {
    height: 550px;
  }
  .ekteq_brand {
    margin-top: 10px;
    padding-left: 0px;
  }
  .ekteq_brand.w--current {
    margin-top: 2px;
  }
  .ekteq_brand.shop-version {
    margin-top: 0px;
    float: left;
    background-image: url('../images/2-ekteq-navy-blue.svg');
    background-size: contain;
  }
  .ekteq_brand.shop-version:hover {
    height: 60px;
  }
  .ekteq_brand.shop-version.ekteq_hide {
    display: none;
    background-size: contain;
  }
  .ekteq_nav-link.sign-up {
    margin-right: 0px;
    margin-left: 12px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
  .ekteq_nav-link.sign-up.gone-later.hn {
    margin-top: 7px;
  }
  .ekteq_nav-link.login {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 14px;
  }
  .ekteq_nav-link.login.gone-later {
    margin-top: 7px;
    color: #002256;
    text-decoration: none;
  }
  .ekteq_nav-link.login.gone-later:hover {
    color: #0098ff;
    text-decoration: none;
  }
  .ekteq_nav-link.login.gone-later:active {
    text-decoration: none;
  }
  .ekteq_nav-link.login.gone-later:focus {
    color: #739fe0;
    text-decoration: none;
  }
  .ekteq_nav-link.login.gone-later:visited {
    color: #739fe0;
  }
  .ekteq_nav-link.shop-lnav-link {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .ekteq_nav-cntent {
    width: 97%;
    height: 60px;
    padding-top: 10px;
  }
  .ekteq_nav-cntent.shop-bottom-nav {
    display: block;
    padding-top: 0px;
    text-align: right;
  }
  .ekteq_content-div.cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .ekteq_content-div.footer-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ekteq_content-div.product-page {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekteq_content-div.account-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekteq_heading {
    max-width: 95%;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .ekteq_hero-overlay {
    padding-top: 71px;
  }
  .ekteq_nav-menu.hn {
    padding-top: 70px;
  }
  .ekteq_button {
    font-size: 14px;
  }
  .ekteq_paragraph {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .ekteq_heading-2.blu.lrg {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .ekteq_heading-2.blue-thick {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .ekteq_section-4 {
    padding-top: 75px;
  }
  .ekteq_tab {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .ekteq_tab._2 {
    background-image: none;
  }
  .ekteq_tab._2.w--current {
    background-image: url('../images/shape-bg.png');
    background-position: 50% 50%;
    background-size: 250%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .ekteq_tab._3 {
    background-image: none;
  }
  .ekteq_tab._3.w--current {
    background-image: url('../images/shape-bg.png');
    background-position: 50% 50%;
    background-size: 250%;
    background-repeat: no-repeat;
  }
  .ekteq_tab._1.w--current {
    background-image: url('../images/shape-bg.png');
    background-position: 50% 50%;
    background-size: 250%;
    background-repeat: no-repeat;
  }
  .ekteq_tab._1.w--current:hover {
    background-image: url('../images/shape-bg.png');
    background-position: 50% 50%;
    background-size: 250%;
    background-repeat: no-repeat;
  }
  .ekteq_tab-pane {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ekteq_div-block {
    margin-top: 0px;
    padding-top: 2px;
  }
  .ekteq_div-block.hn {
    padding-top: 0px;
  }
  .ekteq_line-2.simple {
    z-index: 2;
  }
  .ekteq_button-10 {
    margin-left: 25px;
  }
  .ekteq_button-10.shop-nav-icon {
    margin-left: 0px;
  }
  .ekteq_button-10.shop-nav-icon.w--open {
    background-color: #fff;
  }
  .ekteq_hidden-nav {
    height: 0px;
    opacity: 0;
  }
  .ekteq_color-div-2 {
    background-size: 80%, auto, 70%;
  }
  .ekteq_restrict-left.centered.wide {
    margin-bottom: 155px;
  }
  .ekteq_section-3.full-page {
    padding-top: 40px;
  }
  .ekteq_cycle-section-1 {
    width: 90%;
    min-height: auto;
    opacity: 0;
    -webkit-transform: translate(200%, 0px);
    -ms-transform: translate(200%, 0px);
    transform: translate(200%, 0px);
  }
  .ekteq_cycle-content {
    color: #002256;
  }
  .ekteq_text-block {
    left: 0px;
    top: -40px;
    bottom: auto;
    color: rgba(0, 49, 197, 0.1);
    font-size: 100px;
  }
  .ekteq_section-5 {
    background-position: 0px 0px, 100% 100%;
    background-size: auto, auto 200%;
    background-repeat: repeat, no-repeat;
  }
  .ekteq_footer {
    padding-top: 20px;
  }
  .ekteq_left-column {
    width: 100%;
    padding-left: 5%;
  }
  .ekteq_cta-heading {
    float: none;
    font-size: 2.2rem;
    line-height: 3rem;
    letter-spacing: 0.5px;
  }
  .ekteq_right-column {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .ekteq_text-field.li {
    height: 45px;
    margin-bottom: 12px;
  }
  .ekteq_cta-text {
    font-size: 1.4rem;
  }
  .ekteq_footer-column {
    width: 33.3%;
    min-width: 100px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .ekteq_footer-column.logo-sec {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/2-ekteq-white.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/2-ekteq-white.svg');
    background-position: 0px 0px, 50% 9px;
    background-size: auto, 150px;
  }
  .ekteq_footer-link {
    text-align: left;
  }
  .ekteq_first-cycle {
    display: none;
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .ekteq_cycle-icon {
    position: relative;
    top: 0px;
    opacity: 0;
    -webkit-transform: translate(200%, 0px);
    -ms-transform: translate(200%, 0px);
    transform: translate(200%, 0px);
  }
  .ekteq_h3 {
    color: #002256;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .ekteq_tab-content {
    padding-right: 3px;
  }
  .ekteq_h4 {
    text-align: left;
  }
  .ekteq_login-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 100%;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ekteq_login-container {
    position: relative;
    overflow: visible;
    width: 90%;
  }
  .ekteq_login-title {
    margin-bottom: 10px;
  }
  .ekteq_heading-3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .ekteq_slider.second {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/store-bg.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/store-bg.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, 150%;
  }
  .ekteq_cycle-img._3 {
    max-width: 120px;
  }
  .ekteq_cycle-img._4 {
    left: auto;
    right: 0px;
    bottom: 0px;
    max-width: 300px;
  }
  .ekteq_shop-top-banner {
    min-height: 400px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ekteq_right-col-nav {
    position: relative;
    width: 70%;
  }
  .ekteq_nav-top-link {
    padding-left: 20px;
    font-size: 0.9rem;
  }
  .ekteq_nav-top-link.shop {
    padding-left: 25px;
  }
  .ekteq_nav-top-link.account {
    padding-left: 20px;
  }
  .ekteq_div-block-9 {
    position: relative;
    bottom: -4px;
    background-color: hsla(0, 0%, 100%, 0.2);
  }
  .ekteq_dropdown_arrow {
    margin-right: 2em;
  }
  .ekteq_dropdown-2 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ekteq_nav-link-3.shop {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ekteq_nav-menu-3 {
    display: block;
    padding-bottom: 11px;
    padding-left: 0px;
    background-color: #f0f5fd;
  }
  .ekteq_shop-page {
    padding-top: 30px;
  }
  .ekteq_item-actions {
    text-align: center;
  }
  .ekteq_add-to-cart-btn {
    margin-right: 2%;
    margin-bottom: 0px;
    margin-left: 2%;
  }
  .ekteq_item-card.grid-view {
    width: 49%;
    max-width: 49%;
    margin-bottom: 25px;
  }
  .ekteq_row-5 {
    padding-left: 0px;
  }
  .ekteq_price {
    margin-top: 5px;
  }
  .ekteq_current-price {
    margin-top: 10px;
    float: none;
  }
  .ekteq_slide-4 {
    min-width: 32%;
  }
  .ekteq_product-details {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_product-details.line-top {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .ekteq_quantity-block {
    display: inline-block;
    padding-bottom: 0px;
    text-align: center;
  }
  .ekteq_quantity-block.on-product-page {
    width: auto;
  }
  .ekteq_quantity-field {
    display: inline-block;
    float: none;
  }
  .ekteq_quantity-field.full {
    width: 70px;
    float: left;
  }
  .ekteq_form-block {
    display: block;
  }
  .ekteq_shop-filter-div {
    display: none;
  }
  .ekteq_drop-filter-title {
    border: 1px solid #001e4c;
    border-radius: 3px;
    background-color: #f6f8fc;
    color: #000;
  }
  .ekteq_drop-filter-option-div.w--open {
    position: absolute;
    background-color: #fff;
  }
  .ekteq_product-option-div {
    width: 100%;
    padding-left: 0px;
  }
  .ekteq_drop-down.w--open {
    text-align: left;
  }
  .ekteq_product-dd {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    float: none;
  }
  .ekteq_title-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ekteq_page-title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .ekteq_page-title.mediaresources {
    font-size: 1.5rem;
  }
  .ekteq_filter-panel-title {
    margin-left: 0px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .ekteq_mobile-shop-filter-panel {
    margin-bottom: 25px;
    border-radius: 3px;
  }
  .ekteq_dd {
    margin-right: 0px;
    margin-left: 0px;
  }
  .ekteq_view-product {
    margin-top: 5px;
    margin-right: 2%;
    margin-left: 2%;
  }
  .ekteq_filter-by-text {
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: Lato, sans-serif;
    font-size: 10px;
  }
  .ekteq_product-image-column {
    width: 100%;
  }
  .ekteq_product-image-column.ekteq_img-search-column {
    max-width: 50%;
  }
  .ekteq_product-details-column {
    width: 100%;
    max-height: auto;
  }
  .ekteq_product-title {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .ekteq_tabcontent {
    width: 70%;
    padding-left: 30px;
    text-align: center;
  }
  .ekteq_tabs-menu-2 {
    width: 30%;
    max-height: 300px;
    text-align: center;
  }
  .ekteq_product-image-tab {
    padding-left: 11px;
  }
  .ekteq_tab-img {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .ekteq_product-main-information {
    overflow: auto;
  }
  .ekteq_large-add-to-cart-button.ekteq_max-button {
    padding-right: 25px;
    padding-left: 25px;
  }
  .ekteq_cart-pop-up {
    right: -75px;
  }
  .ekteq_text-block-5 {
    margin-top: 5px;
  }
  .ekteq_sku {
    color: #002256;
  }
  .ekteq_cart-list-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ekteq_list-item-img-column {
    width: 30%;
    padding-bottom: 15px;
  }
  .ekteq_cart-item-details {
    width: 40%;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .ekteq_quantity-column {
    width: 20%;
    padding-top: 10px;
  }
  .ekteq_quantity-total-dollars {
    margin-top: 5px;
  }
  .ekteq_add-edit-cart-item {
    width: 10%;
    padding-top: 10px;
    padding-left: 0px;
  }
  .ekteq_remove-item {
    display: inline-block;
    float: none;
    font-size: 12px;
  }
  .ekteq_remove-item.ekteq_clear-cart.ekteq_top-padding {
    margin-top: 10px;
  }
  .ekteq_order-summary-panel {
    padding-bottom: 60px;
  }
  .ekteq_summary-breakdown-div.ekteq_order-total-width-div {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_summary-list-item {
    line-height: 18px;
  }
  .ekteq_proceed-to-checkout-button {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .ekteq_home-phone-options.ekteq_category-quicklink-flex.spread {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ekteq_20-slide {
    width: 25%;
  }
  .ekteq_phone-brand-logo-link {
    height: 100px;
  }
  .ekteq_phone-brand-logo-link.apple {
    height: 100px;
  }
  .ekteq_slide-nav-2 {
    opacity: 0.8;
    font-size: 10px;
  }
  .ekteq_modal-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ekteq_product-pop-up-view {
    display: block;
    overflow: auto;
    max-height: 85vh;
    min-height: auto;
  }
  .ekteq_add-to-cart-pop-up {
    height: 50px;
    padding-right: 50px;
  }
  .ekteq_add-to-cart-quick-button {
    height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .ekteq_check-out-process-container._2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .ekteq_tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ekteq_tabs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ekteq_home-cat-column._3 {
    width: 49%;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-right: 0px;
  }
  .ekteq_home-cat-column.flipped {
    padding-left: 5px;
  }
  .ekteq_category-quick-link.car-mounts {
    width: 100%;
    min-height: 150px;
  }
  .ekteq_category-quick-link.chargers {
    width: 100%;
    min-height: 150px;
  }
  .ekteq_category-quick-link.other {
    width: 100%;
    min-height: 150px;
  }
  .ekteq_category-quick-link.screens {
    float: right;
  }
  .ekteq_category-text-side-link.a {
    left: 0px;
    width: 125%;
    padding-right: 25px;
    padding-left: 25px;
    float: right;
  }
  .ekteq_category-text-side-link.b {
    right: 0px;
    width: 125%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .ekteq_shop-h3 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .ekteq_shop-paragraph {
    margin-bottom: 15px;
  }
  .ekteq_checkout-prompt-overlay {
    display: none;
  }
  .ekteq_login-field {
    height: 40px;
  }
  .ekteq_login-tab-pane {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ekteq_50-field-div._70 {
    width: 100%;
  }
  .ekteq_50-field-div._30 {
    width: 100%;
  }
  .ekteq_select-field.ekteq-tall-field {
    height: 50px;
  }
  .ekteq_close-form-holder {
    margin-bottom: 10px;
  }
  .ekteq_side-panel {
    width: 100%;
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_account-window {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }
  .ekteq_account-tab {
    width: 33%;
    float: left;
  }
  .ekteq_acount-tab-toggle {
    text-align: center;
  }
  .ekteq_address-block {
    width: auto;
  }
  .ekteq_address-block.default {
    width: auto;
    border-color: #0162f9;
  }
  .ekteq_address-block.ekteq_order-information {
    margin-right: 0%;
    font-size: 10px;
  }
  .ekteq_modal-div.ekteq_wide-modal {
    overflow: auto;
    width: 98%;
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_card-block.ekteq_order-information {
    width: 33%;
    margin-right: 0px;
    margin-left: 0%;
    font-size: 10px;
  }
  .address-panel {
    padding-left: 25px;
  }
  .ekteq_payment-option-panel {
    padding-left: 25px;
  }
  .ekteq_change-password-panel {
    padding-left: 25px;
  }
  .ekteq_sticky-add-all-to-cart {
    height: 50px;
  }
  .ekteq_cart-button-float {
    width: 50px;
    height: 50px;
  }
  .ekteq_cart-button-float.ekteq_close-side-cart {
    width: 60px;
    height: 40px;
  }
  .ekteq_iteminboxdiv {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ekteq_iteminboxdiv.scroll-height {
    max-height: 100px;
  }
  .ekteq_inboxcontain {
    padding-bottom: 40px;
  }
  .ekteq_utility-page-content {
    width: 90%;
  }
  .ekteq_order-table-div {
    max-height: 200px;
  }
  .ekteq_order-total-div {
    width: 100%;
  }
  .ekteq_table-labels {
    font-size: 11px;
    line-height: 18px;
  }
  .ekteq_table-labels.ekteq_table-item-info {
    line-height: 0.85rem;
  }
  .ekteq_order-label {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .ekteq_order-info-overlay {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lightbox-link {
    max-width: 275px;
  }
  .text-block-2 {
    line-height: 0.85rem;
  }
  .ekteq_pdf_button {
    position: relative;
    height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .ekteq_login-tab-menu {
    margin-bottom: 20px;
  }
  .ekteq_login-overflow {
    display: block;
    overflow: auto;
    min-height: 95vh;
    padding-top: 28px;
    padding-bottom: 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ekteq_first-name-column {
    padding-right: 0px;
  }
  .ekteq_lastname-column {
    padding-left: 0px;
  }
  .ekteq_landing-header {
    min-height: 350px;
  }
  .ekteq_landing-header.ekteq_opal-hero {
    min-height: 450px;
    background-position: 0px 100%;
  }
  .ekteq_landing-header.ekteq_info-landing-hero {
    min-height: 500px;
    padding-top: 60px;
  }
  .ekteq_landing-header.retailready {
    min-height: 500px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/retailready.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/retailready.jpg');
    background-attachment: scroll, scroll;
  }
  .ekteq_landing-content.ekteq_flip-content {
    padding-top: 25px;
  }
  .ekteq_landing-h1 {
    max-width: 80%;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .ekteq_landing-h1.ekteq_opal-h1 {
    max-width: 100%;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .ekteq_landing-h1.ekteq_opal-h1.wider {
    font-size: 2.2rem;
    line-height: 3.1rem;
  }
  .ekteq_landing-h1.ekteq_info-landing-h1 {
    font-size: 2rem;
  }
  .section.opal.retailready {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.ekteq_info-landing-bar {
    min-height: 300px;
    padding-top: 55px;
  }
  .section.retail-ready.protective-cases {
    min-height: 300px;
  }
  .section.retail-ready.bluetoothspeakers {
    min-height: 300px;
    background-image: url('../images/page-banner.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section.safire {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ekteq_landing-h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .ekteq_landing-h2.ekteq_opal-h2 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .ekteq_landing-h2.ekteq_onfo-landing-h2 {
    max-width: 1100%;
    margin-bottom: -65px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .paragraph {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .ekteq_banner-content {
    width: 70%;
    max-width: 650px;
  }
  .ekteq_banner-content.ekteq_opal-banner-content {
    width: 60%;
  }
  .ekteq_banner-content.ekteq_opal-banner-content.retailready {
    width: 70%;
    max-width: 70%;
  }
  .ekteq_banner-content.safirecontent {
    width: auto;
    max-width: 60%;
  }
  .ekteq_silo-phone {
    left: -4%;
    top: -102px;
    bottom: auto;
    width: 36%;
    max-width: 200px;
  }
  .ekteq_silo-phone.ekteq_opal-case {
    top: auto;
    right: -2vw;
    bottom: -38px;
    width: 44%;
    max-width: 300px;
  }
  .ekteq_silo-phone.ekteq_opal-case.retailready {
    top: -110px;
  }
  .ekteq_silo-phone.ekteq_info-landing-graphic {
    position: relative;
    top: 29px;
    right: -2vw;
    bottom: auto;
    width: 90%;
    margin-bottom: -30px;
    float: right;
  }
  .ekteq_silo-phone.retailready {
    top: -70px;
  }
  .ekteq_silo-phone.safirecase {
    bottom: 25%;
    max-width: 200px;
  }
  .ekteq_landing-img._3 {
    height: 100px;
  }
  .ekteq_landing-img._3.larger {
    height: 160px;
  }
  .ekteq_landing-section {
    padding-top: 55px;
  }
  .ekteq_landing-block {
    width: 50%;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    float: left;
  }
  .ekteq_landing-block.ekteq_spaced-block {
    width: 100%;
    float: none;
    border-color: #e7edf8;
  }
  .ekteq_landing-block.ekteq_spaced-block.extra-styles {
    width: 100%;
  }
  .image-3 {
    margin-bottom: 40px;
  }
  .column-3 {
    display: none;
  }
  .ekteq_landing-page-h2 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .ekteq_float-right-div {
    max-width: 65%;
  }
  .ekteq_opal-logo {
    width: 125px;
  }
  .ekteq_opal-case-package {
    max-width: 175px;
    margin-bottom: 25px;
  }
  .ekteq_landing-button-center.safire {
    padding-top: 40px;
  }
  .ekteq_landing-text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .ekteq_integrated-logo {
    height: 30px;
  }
  .ekteq_integrated-logo.ekteq_cellupos-mini {
    height: 22px;
  }
  .ekteq_info-landing-columns {
    display: block;
    text-align: center;
  }
  .ekteq_info-landing-columns.ekteq_landing-column-flip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ekteq_info-landing-img {
    max-height: 100px;
    margin-bottom: 15px;
  }
  .ekteq_info-landing-img.ekteq_store-img {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .ekteq_landing-h3 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
  }
  .ekteq_landing-h3.ekteq_cta-landing {
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: left;
  }
  .ekteq_landing-paragraph-white {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .ekteq_landing-paragraph-white.ekteq_no-bottom-padding {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .ekteq_blog-titl-h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .ekteq-blog-text {
    line-height: 1.6rem;
  }
  .ekteq_blog-img {
    width: 200px;
  }
  .ekteq_blog-cta {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .ekteq_login-label.ekteq_inline-label {
    display: block;
    margin-right: 0px;
  }
  .ekteq_radio-column.ekteq_first-name {
    padding-right: 0px;
  }
  .ekteq_radio-column.ekteq_lastname {
    padding-left: 0px;
  }
  .ekteq_pos-select-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .select-field {
    width: 100%;
  }
  .ekteq_global_search {
    height: 32px;
    max-width: 65%;
    font-size: 12px;
    line-height: 14px;
  }
  .global_search_button {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .global_search_result_wrap {
    top: 52px;
    width: 130%;
  }
  .ekteq_search-list-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ekteq_search-item-details {
    width: 40%;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .ekteq_search-item-img-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ekteq_search_sku {
    color: #002256;
  }
  .ekteq_letsstayconnected {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(1, 98, 249, 0.15)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/socialmediaconnect.jpg');
    background-image: linear-gradient(180deg, rgba(1, 98, 249, 0.15) 50%, transparent), linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/socialmediaconnect.jpg');
    background-position: 0px 0px, 0px 0px, 20% 50%;
  }
  .ekteq_contentdiv-latestnews {
    text-align: center;
  }
  .ekteq_contentdiv-latestnews.rightside {
    text-align: center;
  }
  .ekteq_media-articles {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ekteq_article {
    max-width: 500px;
  }
  .ekteq_heading-right {
    font-size: 30px;
    line-height: 35px;
  }
  .ekteq_footer--content.f {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .connectwithus {
    font-size: 22px;
  }
  .ekteq_followus.smaller {
    line-height: 20px;
  }
  .ekteq_blog-post-image {
    width: 155px;
  }
  .ekteq_navigation {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ekteq_nav_bottom {
    height: 10px;
  }
  .ekteq_nav_bottom_wrap {
    display: none;
  }
  .ekteq_menu_button {
    margin-left: 10px;
  }
  .ekteq_menu_button.w--open {
    margin-top: 5px;
    margin-right: 15px;
  }
  .ekteq_cart_wrap {
    padding-right: 0px;
  }
  .main-content {
    padding: 40px 20px;
  }
  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .div-block-9 {
    padding-top: 23px;
    padding-bottom: 0px;
  }
  .brand-link {
    width: 45%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
  .div-block-56 {
    height: 50px;
    background-size: 80px;
  }
  .div-block-56._2 {
    background-size: 80px;
  }
  .div-block-56._3 {
    background-size: 80px;
  }
  .learnmore-opal-safire-silo {
    font-size: 16px;
    line-height: 20px;
  }
  .brand-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-3.bluetooth-speakers {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .ekteq_button-12 {
    font-size: 14px;
  }
  .safire-featuredsect {
    padding-bottom: 0px;
  }
  .section-4 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .div-block-58 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .safireslide {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider.mobile {
    display: block;
  }
  .slider.desktop {
    display: none;
  }
  .safire-slider-h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .hideonmobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .ekteq_hero-section {
    height: 550px;
    padding-top: 0px;
  }
  .ekteq_brand {
    width: 145px;
    margin-top: 7px;
    margin-left: 10px;
  }
  .ekteq_brand.w--current {
    margin-top: 4px;
    margin-left: 5px;
  }
  .ekteq_brand.shop-version {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    background-image: url('../images/ekteq-logo---DARK-BLUE-11-6-18.svg');
    background-position: 50% 50%;
    background-size: contain;
  }
  .ekteq_brand.shop-version:hover {
    height: 60px;
  }
  .ekteq_brand.shop-version.ekteq_hide {
    display: none;
  }
  .ekteq_brand.ekteq_mbl.w--current {
    margin-top: 5px;
  }
  .ekteq_nav-link {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .ekteq_nav-link.sign-up.gone-later {
    display: none;
  }
  .ekteq_nav-link.sign-up.gone-later.hn {
    display: none;
  }
  .ekteq_nav-link.login.gone-later {
    display: none;
  }
  .ekteq_nav-link.login.appear-mobile {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    box-shadow: 0 4px 32px -5px rgba(0, 49, 197, 0.31);
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .ekteq_nav-link.white {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 2px;
  }
  .ekteq_nav-link.shop-lnav-link {
    display: block;
    color: #000;
    text-align: left;
  }
  .ekteq_nav-cntent.shop-bottom-nav {
    padding-bottom: 0px;
  }
  .ekteq_content-div {
    text-align: center;
  }
  .ekteq_content-div.footer-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ekteq_content-div.nav-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekteq_heading {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 700;
  }
  .ekteq_hero-overlay {
    padding-top: 59px;
  }
  .ekteq_nav-menu.hn {
    padding-top: 59px;
  }
  .ekteq_button {
    margin-top: 10px;
    font-size: 14px;
  }
  .ekteq_paragraph {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .ekteq_heading-2.blu.lrg {
    font-size: 2.7rem;
    line-height: 3rem;
  }
  .ekteq_tab {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ekteq_tab._2 {
    width: 100%;
    min-height: 90px;
    margin-bottom: 10px;
    padding-left: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    text-align: center;
  }
  .ekteq_tab._3 {
    width: 100%;
    min-height: 90px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .ekteq_tab._1 {
    width: 100%;
    min-height: 90px;
    margin-bottom: 10px;
    padding-left: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ekteq_tab._1.w--current {
    margin-bottom: 10px;
  }
  .ekteq_tab-pane {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ekteq_div-block.nav-icon-div {
    margin-top: 5px;
    float: none;
  }
  .ekteq_div-block.nav-icon-div.ekteq_shop-nav-icon {
    margin-top: 0px;
    float: right;
  }
  .ekteq_line-1.simple.white {
    width: 30px;
  }
  .ekteq_line-2.simple.white {
    width: 30px;
  }
  .ekteq_line-3.simple.white {
    width: 30px;
  }
  .ekteq_button-10 {
    margin-right: 10px;
    margin-left: 0px;
  }
  .ekteq_button-10.hn {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .ekteq_button-10.shop-nav-icon {
    margin-right: 0px;
  }
  .ekteq_button-10.shop-nav-icon.w--open {
    background-color: #fff;
  }
  .ekteq_hidden-nav {
    overflow: visible;
  }
  .ekteq_color-div-2 {
    background-position: 50% 57px, 0px 0px, 128% 0px;
    background-size: 90%, auto, 70%;
  }
  .ekteq_div-block-2 {
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .ekteq_div-block-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ekteq_brand-image {
    width: 35%;
    min-height: 50px;
  }
  .ekteq_restrict-left.centered.wide {
    margin-bottom: 125px;
  }
  .ekteq_section-3 {
    padding-top: 100px;
  }
  .ekteq_section-3.full-page {
    padding-top: 20px;
  }
  .ekteq_cycle-section-1 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .ekteq_cycle-content {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .ekteq_text-block {
    left: 0px;
    top: -20px;
    bottom: auto;
  }
  .ekteq_footer {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_left-column {
    padding-right: 2%;
    padding-left: 2%;
  }
  .ekteq_cta-heading {
    margin-bottom: 15px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .ekteq_right-column {
    padding: 0px 5px;
  }
  .ekteq_text-field {
    height: 50px;
    margin-bottom: 12px;
  }
  .ekteq_cta-text {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .ekteq_footer-column {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    float: none;
    clear: none;
  }
  .ekteq_footer-column.logo-sec {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ekteq-white.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/ekteq-white.svg');
    background-size: auto, 175px;
  }
  .ekteq_footer-link {
    display: inline-block;
    margin-bottom: 8px;
    text-align: left;
  }
  .ekteq_first-cycle {
    overflow: hidden;
  }
  .ekteq_cycle-icon {
    width: 80%;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transform: translate(-200%, 0px);
    -ms-transform: translate(-200%, 0px);
    transform: translate(-200%, 0px);
  }
  .ekteq_cycle-icon._2 {
    width: 75%;
  }
  .ekteq_cycle-icon.bx {
    width: 75%;
  }
  .ekteq_cycle-icon._3 {
    width: 75%;
  }
  .ekteq_h3 {
    margin-bottom: 20px;
  }
  .ekteq_tab-image {
    width: 100%;
    height: 200px;
  }
  .ekteq_tab-image._1 {
    height: 175px;
    background-size: auto 90%;
  }
  .ekteq_tab-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekteq_tab-content {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .ekteq_h4 {
    margin-top: 20px;
    text-align: left;
  }
  .ekteq_column-content {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .ekteq_top-title-contain {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ekteq_top-title._2 {
    font-size: 12px;
  }
  .ekteq_top-title.blue {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .ekteq_line._2 {
    width: 60px;
    margin-right: 10px;
  }
  .ekteq_line._2.blue {
    width: 55px;
  }
  .ekteq_login-overlay {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: linear-gradient(315deg, rgba(0, 34, 86, 0.8), rgba(0, 72, 184, 0.8)), url('../images/shape-bg2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 200% 90%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .ekteq_login-container {
    width: 90%;
  }
  .ekteq_text-block-2 {
    margin-bottom: 10px;
  }
  .ekteq_heading-3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: center;
  }
  .ekteq_right-arrow.sec {
    width: 100%;
    height: 80px;
    margin-top: 0px;
    background-position: 50% 50%;
    background-size: auto 90%;
  }
  .ekteq_left-arrow.sec {
    display: none;
  }
  .ekteq_slider.second {
    height: 375px;
    margin-top: 55px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/store-bg.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/store-bg.png');
    background-position: 0px 0px, 100% 100%;
  }
  .ekteq_slide-contain {
    max-width: 90%;
    padding-top: 100px;
    float: none;
    text-align: left;
  }
  .ekteq_cycle-img {
    left: auto;
    right: 0px;
    bottom: 0px;
    max-width: 150px;
  }
  .ekteq_cycle-img._1 {
    width: 250px;
  }
  .ekteq_cycle-img._3 {
    left: auto;
    right: 0px;
    bottom: 0px;
    max-width: 100px;
  }
  .ekteq_cycle-img._4 {
    right: 0px;
    bottom: 0px;
    max-width: 200px;
  }
  .ekteq_paragraph-2 {
    font-size: 15px;
    line-height: 25px;
  }
  .ekteq_tall-line {
    bottom: -90px;
    height: 75px;
  }
  .ekteq_shop-top-banner {
    min-height: 500px;
    background-image: linear-gradient(198deg, rgba(0, 152, 255, 0.5), rgba(0, 42, 170, 0.5)), url('../images/newheroshhop.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .ekteq_left-col-nav {
    width: 100%;
  }
  .ekteq_right-col-nav {
    width: 100%;
    padding-right: 5px;
    text-align: right;
  }
  .ekteq_nav-top-link {
    font-size: 0.8rem;
  }
  .ekteq_div-block-9 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .ekteq_nav-link-3 {
    padding-left: 1em;
  }
  .ekteq_nav-link-3.shop {
    border-top-color: rgba(0, 49, 197, 0.04);
  }
  .ekteq_nav-menu-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e3e9f3;
  }
  .ekteq_add-to-cart-btn {
    width: 100%;
    margin-bottom: 5px;
  }
  .ekteq_item-card.grid-view {
    display: block;
    width: 100%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .ekteq_slide-4 {
    min-width: 49%;
  }
  .ekteq_column-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ekteq_categor-title {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
  }
  .ekteq_quantity-field.full {
    width: 70px;
    float: none;
  }
  .ekteq_drop-filter-title {
    padding-left: 8px;
    font-size: 12px;
  }
  .ekteq_product-option-div {
    padding-left: 0px;
  }
  .ekteq_title-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_page-title {
    margin-top: 10px;
  }
  .ekteq_page-title.mediaresources {
    font-size: 1rem;
  }
  .ekteq_filter-panel-title {
    margin-left: 0px;
    line-height: 1.8rem;
  }
  .ekteq_bc-seperator {
    margin-right: 7px;
    margin-left: 7px;
  }
  .ekteq_view-product {
    width: 100%;
  }
  .ekteq_product-image-column.ekteq_img-search-column {
    max-width: 100%;
    padding-right: 42px;
    padding-left: 42px;
    float: none;
  }
  .ekteq_product-details-column.ekteq_search-result-column {
    width: 100%;
  }
  .ekteq_product-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .ekteq_product-subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .ekteq_tabcontent {
    width: 100%;
  }
  .ekteq_tabs-menu-2 {
    width: 100%;
    max-height: 100px;
    max-width: 100%;
    padding-top: 10px;
  }
  .ekteq_product-image-tab {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_product-image-tab.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_product-image-tab._2 {
    margin-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px;
  }
  .ekteq_tab-img {
    max-width: auto;
  }
  .ekteq_product-main-information {
    padding-right: 25px;
    padding-left: 25px;
  }
  .ekteq_product-information {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ekteq_cart-pop-up {
    top: 45px;
    right: -20px;
  }
  .ekteq_text-block-5 {
    margin-top: 5px;
  }
  .ekteq_sku {
    font-size: 12px;
  }
  .ekteq_cart-item-list {
    width: 100%;
    padding-right: 0px;
  }
  .ekteq_item-count-div {
    text-align: center;
  }
  .ekteq_cart-list-item {
    padding: 15px 10px;
    border-bottom-color: #d7e2f3;
  }
  .ekteq_list-item-img-column {
    width: 100%;
    padding-right: 25%;
    padding-left: 25%;
  }
  .ekteq_cart-item-details {
    width: 100%;
    padding-right: 0px;
  }
  .ekteq_cart-item-name {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .ekteq_quantity-column {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .ekteq_add-edit-cart-item {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;
  }
  .ekteq_remove-item {
    position: relative;
    display: inline-block;
    margin-top: 0px;
  }
  .ekteq_order-summary-panel {
    width: 100%;
  }
  .ekteq_summary-breakdown-div.ekteq_order-total-width-div {
    max-width: 100%;
    padding-top: 20px;
    float: none;
  }
  .ekteq_home-shop-title {
    font-size: 28px;
  }
  .ekteq_home-phone-options.ekteq_category-quicklink-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ekteq_home-phone-options.ekteq_category-quicklink-flex.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ekteq_20-slide {
    width: 50%;
  }
  .ekteq_slide-nav-2 {
    text-align: center;
  }
  .ekteq_modal-overlay {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ekteq_add-to-cart-pop-up {
    background-position: 0px 0px, 50% 100%;
  }
  .ekteq_div-block-15 {
    margin-left: 0px;
  }
  .ekteq_check-out-process-container._2 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .ekteq_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ekteq_tabs-2 {
    display: block;
  }
  .ekteq_more-info-title {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    color: #002256;
    font-size: 12px;
    line-height: 18px;
  }
  .ekteq_home-cat-column {
    width: 100%;
    padding-right: 0px;
  }
  .ekteq_home-cat-column._2 {
    width: 100%;
  }
  .ekteq_home-cat-column._3 {
    width: 100%;
  }
  .ekteq_home-cat-column.flipped {
    padding-left: 0px;
  }
  .ekteq_category-quick-link.cases {
    width: 100%;
    min-height: 200px;
  }
  .ekteq_category-quick-link.car-mounts {
    min-height: 200px;
    margin-bottom: -5px;
  }
  .ekteq_category-quick-link.chargers {
    min-height: 200px;
    margin-bottom: -5px;
  }
  .ekteq_category-quick-link.other {
    min-height: 200px;
    margin-bottom: -5px;
  }
  .ekteq_category-quick-link.screens {
    width: 100%;
    min-height: 200px;
  }
  .ekteq_category-text-side-link.a {
    top: -15px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .ekteq_category-text-side-link.b {
    top: -15px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .ekteq_checkout-prompt-overlay {
    overflow: auto;
    padding-top: 15px;
  }
  .ekteq_login-tab {
    display: inline-block;
    width: 50%;
    font-size: 16px;
  }
  .ekteq_50-field-div {
    width: 100%;
  }
  .ekteq_50-field-div._33 {
    width: 50%;
  }
  .ekteq_close-form-holder {
    margin-bottom: 10px;
  }
  .ekteq_account-window {
    padding-left: 0px;
  }
  .ekteq_account-tab {
    width: 100%;
  }
  .ekteq_h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .ekteq_account-section-titles {
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0.5px;
  }
  .ekteq_account-text {
    line-height: 1.5rem;
  }
  .ekteq_address-block {
    width: 100%;
  }
  .ekteq_address-block.default {
    width: 100%;
  }
  .ekteq_address-block.ekteq_order-information {
    width: 100%;
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-color: #dbe9fe;
    font-size: 10px;
    line-height: 16px;
  }
  .ekteq_modal-div.ekteq_wide-modal {
    width: 100%;
    max-height: 90vh;
    min-height: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  .ekteq_card-block {
    width: 100%;
  }
  .ekteq_card-block.ekteq_order-information {
    width: 100%;
    margin-right: 0px;
    margin-left: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-color: #dbe9fe;
    font-size: 10px;
    line-height: 16px;
  }
  .ekteq_account-panel {
    padding-left: 25px;
  }
  .address-panel {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ekteq_payment-option-panel {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ekteq_change-password-panel {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ekteq_sticky-add-all-to-cart {
    background-position: 0px 0px, 50% 100%;
  }
  .ekteq_cart-button-float {
    background-size: 25px;
  }
  .ekteq_cart-button-float:hover {
    background-size: 25px;
  }
  .ekteq_iteminboxdiv.scroll-height {
    max-height: 250px;
  }
  .ekteq_inboxcontain {
    width: 240px;
  }
  .ekteq_utility-page-content {
    width: 90%;
  }
  .ekteq_order-payment-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ekteq_order-table-div {
    overflow: auto;
    max-height: 150px;
    min-height: 150px;
  }
  .ekteq_order-total-div {
    width: 100%;
  }
  .ekteq_table-labels {
    font-size: 10px;
    line-height: 16px;
  }
  .ekteq_table-labels.ekteq_table-item-info {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .ekteq_order-label {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .ekteq_order-info-overlay {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ekteq_sort-select {
    max-width: 80px;
    padding-right: 0px;
    padding-left: 5px;
  }
  .ekteq_promo {
    left: 0px;
    top: 0px;
  }
  .ekteq_login-tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ekteq_login-tab-link {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ekteq_login-overflow {
    display: block;
    overflow: auto;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ekteq_landing-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 98, 249, 0.05)), to(rgba(1, 98, 249, 0.05))), url('../images/silo-rugged-header.jpg');
    background-image: linear-gradient(180deg, rgba(1, 98, 249, 0.05), rgba(1, 98, 249, 0.05)), url('../images/silo-rugged-header.jpg');
    background-position: 0px 0px, 70% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .ekteq_landing-header.ekteq_opal-hero {
    background-position: 81px 100%;
    background-size: auto 80%;
  }
  .ekteq_landing-header.ekteq_info-landing-hero {
    min-height: 450px;
  }
  .ekteq_landing-header.ekteq_info-landing-hero.ekteq_info-landing-bottom {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .ekteq_landing-header.retailready {
    min-height: 400px;
    padding-top: 20px;
  }
  .ekteq_landing-content {
    width: 90%;
  }
  .ekteq_landing-content.ekteq_flip-content {
    padding-top: 0px;
  }
  .ekteq_landing-h1 {
    max-width: 96%;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .ekteq_landing-h1.ekteq_opal-h1 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .ekteq_landing-h1.ekteq_opal-h1.wider {
    font-size: 1.3rem;
    line-height: 2.2rem;
    text-align: left;
  }
  .ekteq_landing-h1.ekteq_info-landing-h1 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .section.opal.retailready {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.ekteq_info-landing-bar {
    min-height: 280px;
    padding-top: 35px;
    padding-bottom: 23px;
  }
  .section.retail-ready.protective-cases {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.retail-ready.bluetoothspeakers {
    min-height: 250px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../images/page-banner.svg');
    background-position: 50% 100%;
    background-size: cover;
  }
  .section.temperedglass.retailready {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.safire {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.opal-redo {
    padding-top: 30px;
  }
  .ekteq_landing-h2.ekteq_opal-h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .ekteq_landing-h2.ekteq_opal-h2.safire {
    text-align: center;
  }
  .ekteq_landing-h2.ekteq_opal-h2.safire.leftalign {
    text-align: center;
  }
  .ekteq_landing-h2.ekteq_onfo-landing-h2 {
    width: 90%;
    margin-bottom: -32px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 600;
  }
  .paragraph.safire {
    text-align: center;
  }
  .paragraph.safire.leftalign {
    text-align: center;
  }
  .ekteq_banner-content {
    display: block;
    width: auto;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .ekteq_banner-content.ekteq_opal-banner-content {
    width: 100%;
    float: none;
  }
  .ekteq_banner-content.ekteq_opal-banner-content.retailready {
    width: auto;
    max-width: 95%;
  }
  .ekteq_banner-content.retail-bluetooth {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .ekteq_banner-content.safirecontent {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .ekteq_silo-phone {
    position: relative;
    left: 0%;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 40%;
    margin: -76px auto -5px;
    float: none;
  }
  .ekteq_silo-phone.ekteq_opal-case {
    position: relative;
    bottom: 0px;
    display: none;
    width: 60%;
    max-width: 250px;
    margin-top: -225px;
    margin-bottom: 12px;
  }
  .ekteq_silo-phone.ekteq_info-landing-graphic {
    top: 62px;
    right: 0vw;
    width: 105%;
    float: none;
  }
  .ekteq_silo-phone.retailready {
    display: none;
  }
  .ekteq_silo-phone.safirecase {
    display: none;
  }
  .ekteq_landing-img._3.larger {
    height: 170px;
  }
  .ekteq_landing-section {
    padding-top: 35px;
  }
  .ekteq_landing-block {
    width: 100%;
    padding-right: 19px;
    padding-bottom: 6px;
    padding-left: 19px;
  }
  .ekteq_landing-page-h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .ekteq_float-right-div {
    max-width: 100%;
    float: none;
  }
  .ekteq_float-right-div.wider {
    max-width: 100%;
  }
  .ekteq_opal-logo {
    max-width: 125px;
  }
  .ekteq_opal-logo.ekteq_ekteq-blue-logo {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ekteq_landing-button-center.safire {
    padding-top: 30px;
  }
  .ekteq_integrated-logo {
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .ekteq_integrated-logo.ekteq_cellupos-mini {
    height: 25px;
  }
  .ekteq_info-landing-img {
    max-height: 75px;
  }
  .ekteq_info-landing-img.ekteq_store-img {
    max-height: 125px;
  }
  .ekteq_landing-h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .ekteq_landing-h3.ekteq_smaller-landing-info {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
  .ekteq_landing-h3.ekteq_cta-landing {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .ekteq_landing-paragraph-white {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .ekteq_landing-paragraph-white.black {
    font-size: 1rem;
  }
  .ekteq_blog-post {
    width: 98%;
    text-align: center;
  }
  .ekteq-blog-text {
    line-height: 1.5rem;
  }
  .ekteq_blog-img {
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 0px;
    float: none;
  }
  .ekteq_global_search {
    max-width: 58%;
  }
  .global_search_result_wrap {
    width: 110%;
  }
  .ekteq_search-list-item {
    padding: 15px 10px;
    border-bottom-color: #d7e2f3;
  }
  .ekteq_search-item-details {
    width: 100%;
    padding-right: 0px;
  }
  .ekteq_search-item-img-column {
    width: 100%;
    padding-right: 25%;
    padding-left: 25%;
  }
  .ekteq_search_sku {
    font-size: 12px;
  }
  .ekteq_search-result-window {
    display: block;
  }
  .ekteq_apply-code-button {
    font-size: 13px;
    line-height: 15px;
  }
  .ekteq_promo-field {
    font-size: 12px;
  }
  .ekteq_promo-text-side {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ekteq_promo-price-side {
    width: auto;
    padding-left: 10px;
  }
  .ekteq_back_to_cart {
    margin-left: 0px;
  }
  .ekteq_letsstayconnected {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(1, 98, 249, 0.15)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, rgba(1, 98, 249, 0.15) 50%, transparent), linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .ekteq_contentdiv-latestnews {
    width: 95%;
  }
  .ekteq_article {
    max-width: 600px;
  }
  .ekteq_heading-right {
    font-size: 25px;
    line-height: 30px;
  }
  .connectwithus {
    font-size: 20px;
    line-height: 1.2em;
  }
  .ekteq_followus.smaller {
    font-size: 14px;
  }
  .ekteq_logo {
    width: 27vw;
    margin-right: 4vw;
    padding-left: 0px;
  }
  .ekteq_nav_top {
    margin-right: -15px;
    margin-left: -15px;
  }
  .ekteq_dropdown_list.ekteq_mobile.w--open {
    box-shadow: none;
  }
  .ekteq_dropdown_list.ekteq_mobile.ekteq_last_menu {
    white-space: normal;
  }
  .ekteq_dropdown_link.ekteq_mobile {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    white-space: normal;
  }
  .ekteq_menu_button {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ekteq_menu_button.w--open {
    margin-right: 10px;
  }
  .ekteq_cart_wrap {
    margin-left: -2vw;
    padding-right: 7.5vw;
  }
  .paragraph-2 {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .div-block-9 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .image-4 {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-4.safire {
    width: 55%;
    margin-top: -55px;
    margin-bottom: 20px;
  }
  .brand-link {
    width: 50%;
    margin-bottom: 20px;
  }
  .brand-buttons {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-3.bluetooth-speakers {
    min-height: 250px;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65))), url('../images/bluetoothsection2.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65)), url('../images/bluetoothsection2.jpg');
    background-position: 0px 0px, 75% 50%;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .ekteq_button-12 {
    margin-top: 10px;
    font-size: 14px;
  }
  .section-4 {
    padding-bottom: 30px;
  }
  .safire-slider-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .section-5 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .safire-logo {
    width: 35%;
    margin-top: 10px;
  }
  .div-block-59 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-60 {
    width: 95%;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}