.floating.unsticky {
  position: static !important;
}

.empty-div {
  height: 67px;
  display: none;
}

html, body {
  /* font-size: 100%; */
  color: #000000;
  background-color: #ffffff;
}

*, h2, h1, h3, h4, h5, h6, p, sup, span, div {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0;
  padding: 0;
}

sup {
  vertical-align: middle;
  top: -.7em !important;
  font-size: 55%;
  color: inherit;
  position: relative;
}

a {
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  outline: none;
}

a:hover {
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  outline: none;
}

a:active, a:visited, a:focus {
  outline: none;
}

/* ===================== BUTTON STYLE  ===================== */
.cta-white-btn {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 22px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  color: #FFFFFF !important;
  border: 2px solid #FFF;
  text-transform: uppercase;
  background-color: #686B6C;
}

.cta-white-btn:hover {
  text-decoration: none !important;
  color: #000 !important;
  outline: 0;
  background-color: #FFF;
}

.cta-white-btn:active, .cta-white-btn:visited, .cta-white-btn:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.cta-white-transparent {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 22px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  color: #FFFFFF !important;
  border: 2px solid #FFF;
  text-transform: uppercase;
}

.cta-white-transparent:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #686B6C;
  outline: 0;
}

.cta-white-transparent:active, .cta-white-transparent:visited, .cta-white-transparent:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.cta-dark-btn {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 22px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  color: #FFFFFF !important;
  background-color: #1e2224;
  border: 2px solid #1e2224;
}

.cta-dark-btn:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #4B4E4F;
  border-color: #4B4E4F;
  outline: 0;
}

.cta-dark-btn:active, .cta-dark-btn:visited, .cta-dark-btn:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.cta-dark-transparent {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 22px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  color: #1e2224 !important;
  border: 2px solid #1e2224;
  text-transform: uppercase;
}

.cta-dark-transparent:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #1e2224;
  border-color: #1e2224;
  outline: 0;
}

.cta-dark-transparent:active, .cta-dark-transparent:visited, .cta-dark-transparent:focus {
  text-decoration: none !important;
  outline: 0;
  color: #1e2224;
}

.cta-blue-btn {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 22px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  color: #FFFFFF !important;
  background-color: #0171ad;
  border: 2px solid #0171ad;
  text-transform: uppercase;
}

.cta-blue-btn:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #075782;
  border-color: #075782;
  outline: 0;
}

.cta-blue-btn:active, .cta-blue-btn:visited, .cta-blue-btn:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.cta-blue-transparent {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 22px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  color: #0171ad !important;
  border: 2px solid #0171ad;
  text-transform: uppercase;
}

.cta-blue-transparent:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #0171ad;
  border-color: #0171ad;
  outline: 0;
}

.cta-blue-transparent:active, .cta-blue-transparent:visited, .cta-blue-transparent:focus {
  text-decoration: none !important;
  outline: 0;
  color: #0171ad;
}

.cta-premium-btn {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 22px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  color: #FFFFFF !important;
  background-color: #c8932b;
  border: 2px solid #c8932b;
  text-transform: uppercase;
}

.cta-premium-btn:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #b17a0d;
  border-color: #b17a0d;
  outline: 0;
}

.cta-premium-btn:active, .cta-premium-btn:visited, .cta-premium-btn:focus {
  text-decoration: none !important;
  outline: 0;
  color: #FFFFFF;
}

.cta-premium-transparent {
  -webkit-transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  transition: color .2s linear, background-color .2s linear, border-color .2s linear;
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 22px;
  text-indent: 0.1rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  outline: none;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  color: #c8932b !important;
  border: 2px solid #c8932b;
  text-transform: uppercase;
}

.cta-premium-transparent:hover {
  text-decoration: none !important;
  color: #FFFFFF !important;
  background-color: #c8932b;
  border-color: #c8932b;
  outline: 0;
}

.cta-premium-transparent:active, .cta-premium-transparent:visited, .cta-premium-transparent:focus {
  text-decoration: none !important;
  outline: 0;
  color: #c8932b;
}

.full-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.full-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.wide-wrapper {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}

.wide-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.mid-wrapper {
  width: 100%;
  max-width: 1345px;
  margin: 0 auto;
}

.mid-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.main-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.main-wrap .row {
  margin-right: 0px;
  margin-left: 0px;
}

.main-section {
  background-color: #1a1d3b;
}

.title {
  font-size: 42px;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 48px;
  margin-top: 0px;
  margin-bottom: 10px !important;
  letter-spacing: normal;
}

.md-title {
  font-size: 34px;
  font-weight: 500;
  /* font-family: "HP Simplified Regular"; */
  line-height: 44px;
  margin-top: 0px;
  margin-bottom: 10px !important;
  letter-spacing: normal;
}

.sub-title {
  font-size: 28px;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 10px !important;
  letter-spacing: normal;
}

.sm-sub-title {
  font-size: 22px;
  font-weight: 500;
  font-family: "HP Simplified Regular";
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 10px !important;
  letter-spacing: normal;
}

.texts {
  font-size: 18px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 26px;
  margin: 0px 0px 0px 0px !important;
  letter-spacing: normal;
}

.texts-light {
  font-size: 18px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 26px;
  margin: 0px 0px 0px 0px !important;
  letter-spacing: normal;
}

.sm-texts {
  font-size: 16px;
  font-weight: 300;
  font-family: "HP Simplified Light";
  line-height: 24px;
  margin: 0px 0px 0px 0px !important;
  letter-spacing: normal;
}

section.content-block-3 {
  background: #1a1d3b;
}

.footer-tnc {
  padding: 50px 0;
  background-color: #1a1d3b;
  word-wrap: break-word;
}

.footer-tnc p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "HP Simplified Light";
  line-height: 22px;
  margin-bottom: 10px;
}

.footer-tnc ol {
  margin: 20px 0px;
  padding: 0px 10px;
}

.footer-tnc ol li {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  font-family: "HP Simplified Light";
  line-height: 22px;
  margin-bottom: 10px;
}

.footer-tnc ol li a {
  color: #0096d6;
}

.footer-tnc ol li a:hover {
  color: #0096d6;
}

.show-in-desktop {}

.show-in-mobile {
  display: none !important;
}

.tabs-container {
  padding: 3px 0px 30px 0px;
}

/* ================ CSS START ==============*/
section.hero-banner {
  background-size: cover !important;
  min-height: 812px;
}

.tagline-wrapper {
  margin-top: 90px;
}

.hero-mobile {
  display: none;
}

section.content-block-1 {
  padding: 30px 0px;
}

section.content-block-2 {
  padding: 30px 0px;
  background-color: #1a1d3b;
}

ul.tabMenu.creation-tab-mobile li {
  display: inline-block;
  text-align: center;
}

ul.tabMenu.creation-tab-mobile li a {
  margin-left: 20px !important;
  margin-right: 20px !important;
  padding-bottom: 3px !important;
  color: #fff !important;
  font-weight: 500;
  font-family: "HP Simplified Regular";
}

li.active.creationTab.white a {
  border-bottom: 3px solid #0171AD;
}

li.creationTab.white a:hover {
  border-bottom: 3px solid #0171AD;
  text-decoration: none !important;
}

.blue {
  color: #00AEEF;
}

.tab-tagline-wrap {
  background: #101123;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.tab-tagline-content {
  background: #101123;
  min-height: 696px;
}

.green {
  color: #80F930;
}

.tab-tagline-content img {
  width: 100%;
}

.show-xs {
  display: none;
}

.services-slider .col-xs-12 {
  width: 100% !important;
}
.navArrow {
  /* position: absolute;
  top: 30%;
  z-index: 1; */
  width: 100%;
  background: transparent;
}



.owl-nav.navArrow .owl-prev {
  float: left;
  background: transparent !important;
  position: absolute;
  left: -65px;
  top: 42%;
}



.owl-nav.navArrow .owl-next {
  float: right;
  background: transparent !important;
  position: absolute;
  right: -65px;
  top: 42%;
}



.owl-nav.navArrow .owl-prev:hover, .owl-nav.navArrow .owl-next:hover {
  background: transparent;
}



.arrow-bg {
  width: 46px;
  height: 46px;
  background: url(https://h20386.www2.hp.com/AustraliaStore/Html/Local/hp-spectre-x360-13/images/slider-arrow.png) no-repeat;
  display: inline-block;
  cursor: pointer;
  transition: all .3s ease;
  opacity: 0.4;
}



.next-arrow {
  background-position: -0px -0px;
}



.next-arrow:hover {
  opacity: 1;
}



.prev-arrow {
  background-position: -0px -46px;
}



.prev-arrow:hover {
  opacity: 1;
}

.owl-nav.slideArrow .owl-prev {
  float: left;
  background: transparent !important;
  position: absolute;
  left: -20px;
  top: 15%;
}



.owl-nav.slideArrow .owl-next {
  float: right;
  background: transparent !important;
  position: absolute;
  right: -20px;
  top: 15%;
}



.slider-arrow {
  width: 20px;
  height: 36px;
  background: url(../images/arrow.png) no-repeat;
  display: inline-block;
  cursor: pointer;
  transition: all .3s ease;
  opacity: 1;
}



.next-slider {
  background-position: -0px -0px;
}



.next-slider:hover {
  opacity: 1;
}



.prev-slider {
  background-position: -0px -36px;
}



.prev-slider:hover {
  opacity: 1;
}

/* ================ CSS END ==============*/
@ @media screen and (max-width: 1280px) {
  /* =============== ADDITIONAL CSS ================ */
  /* =============== ADDITIONAL CSS END ================ */
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
  .products-grid .product-item {
    display: table-row-group !important;
  }

  .block.widget .product-item-info {
    margin-bottom: 20px !important;
  }

  .footer-tnc ol {
    margin: 20px 15px !important;
  }

  .tagline-wrapper {
    margin-top: 30px !important;
  }

  .tagline-wrapper h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .title {
    font-size: 28px;
    line-height: 36px;
  }

  .md-title {
    font-size: 24px;
    line-height: 32px;
  }

  .sub-title {
    font-size: 22px;
    line-height: 30px;
  }

  .sm-sub-title {
    font-size: 20px;
    line-height: 28px;
  }

  .hide-xs {
    display: none !important;
  }

  .hero-mobile {
    display: block !important;
  }

  section.hero-banner {
    background: #1A1D3B !important;
    min-height: auto !important;
    padding-bottom: 30px !important;
  }

  section.content-block-1 {
    padding: 30px 15px !important;
  }

  section.content-block-2 {
    padding: 30px 15px !important;
  }
  .show-xs {
    display: block !important;
  }
  .empty-div {
    display: none !important;
  }
  .tab-tagline-wrap {
    background: unset !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }

  .tab-tagline-content {
    background: transparent !important;
    min-height: auto !important;
}
}
