.hero-text h1 {
  font-size: 38px;
}

.hero-text .subtitle {
  font-size: 22px;
  font-weight: 600;
  display: block;
}

table {
  color: #5d5d5d !important;
}

li::marker {
  color: #0abedb;
}

h2 {
  font-size: 22px;
}

.products h3 {
  font-size: 20px;
  line-height: 1.4;
}

.products h3.size-4 {
  font-size: 18px;
}

.products h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.products h5 {
  line-height: 1.4;
  font-weight: 500;
}


.products .card-text {
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
}

.product-logo {
  max-height: 38px;
}

.products .product-logo {
  padding-bottom: 10px;
  display: block;
  margin: auto;
}

.product-icon {
  max-height: 22px;
  padding-right: 8px;
  margin-bottom: 2px;
}

.product-main-header h4 {
  font-size: 16px;
  color: #0abedb;
  font-weight: 500;
}

.product-main-header {
  display: flex;
  align-items: center;
}

.product-name {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-name h5 {
  font-weight: 700;
}

.product-name img {
  padding-right: 5px;
  padding-bottom: 2px;
  height: 22px;
}

.cta-products {
  background: #1b9ec7;
}

.ti-check {
  color: #1b9ec7;
}

.features-list li {
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

.specification .nav {
  background: #1b9ec7;
  border-radius: 8px 8px 0px 0px;
  border: 0px;
}

.nav-tabs .nav-item .nav-link {
  background-color: #1b9ec7;
  color: #fff;
  border: 0px;
  padding: 12px 25px;
}

.nav-tabs .nav-item .nav-link.active {
  color: #1b9ec7;
  border: 0px;
}

.nav-tabs .nav-item .nav-link:hover,
.nav-link:focus {
  border: 0px;
}

.tab-content {
  border: 0px solid #dee2e6;
  background-color: #fff;
  border-top: transparent;
}

.breadcrumb.products a {
  color: #1b9ec7;
}

.breadcrumb.products a:hover {
  color: #0abedb;
}


/* BUTTONS */

.cta-topbar {
  display: none !important;
}

a.button.button-topbar.primary {
  background-color: #EBEBEC;
  color: #5d5d5d;
}

a.button.button-topbar.primary:hover {
  background-color: #e2e3e3;
}

.secondary-navbar .button {
  font-size: 14px;
  padding: 8px 22px;
}

/* SECONDARY NAVBAR */


.secondary-navbar li a {
  font-size: 14px;
}


.secondary-navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.secondary-navbar .nav-link {
  font-weight: 400;
  padding: 25px 0px;
  border-bottom: 1px solid rgba(91, 90, 90, 0.31);
}


.secondary-navbar .nav-item:last-child .nav-link {
  border-bottom: 0px;
}

.secondary-navbar .nav-link:hover {
  color: #0abedb;
 }

.navbar .title a:hover {
  color: #0abedb;
}


/* specs */
.table-responsive {
  border-radius: 10px;
  padding: 2% 4%;
}

.table-responsive ul {
  padding-left: 0;
}

.table-responsive li {
  list-style-type: none;
}

.table-responsive {
  font-size: 14px;
}


.table-responsive tr td, .table-responsive tr th  {
  padding: 15px 15px 15px 0px !important;
}

.configurations .table-responsive tr td, .table-responsive tr th {
  padding: 10px 10px 10px 0px !important;
}


.table-responsive tr th  {
  color: #0abedb;
  border-bottom: 2px solid #0abedb;
}

.specification .table-responsive tr td:nth-child(1) {
  font-weight: 700;
}

.table-responsive tr:last-child {
  border-color: transparent;
}


.table.software li {
  margin-bottom: 15px;
}

.table.software li:last-child {
  margin-bottom: 0px;
}

.table.software img {
  margin-right: 15px;
  max-width: 40px;
  height: auto;
}

.responsive-td {
  width: 100%;
  display: inline-block;
}

/* resources  */

.resources p {
  color: #5d5d5d;
}

.resources p:hover {
  color: #5d5d5d;
}

.resources .ti {
  font-size: 28px;
}
/* hero images carousel */

.products .carousel-inner {
  border-radius: 20px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3rem !important;
  height: 3rem !important;
  background-color: #dfdfdf;
  background-size: 50% !important;
  border-radius: 50%;
}

.products .carousel-indicators [data-bs-target] {
  background-color: #c4c4c4 !important;
}

.products .carousel-indicators .active {
  background-color: #9e9e9e !;
}

/* applications */

.applications ul li {
  padding-bottom: 15px;
}


/* back to top */

div.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #0abedb;
  cursor: pointer;
  padding: 15px 15px;
  border-radius: 50%;
  font-size: 1rem;
  scroll-behavior: smooth;
  transition: all 1s;

}

.svgtop {
  fill: #FFFFFF;
}

.hide {
  opacity: 0;
  right: -100%
}

.show {
  opacity: 1;
  right: 0;
}


@media (min-width: 768px) {
  .product-main-header {
    justify-content: start;
  }
}

@media (min-width: 992px) {

  /* FONTS */

  .hero-text h1 {
    font-size: 38px;
    line-height: 1.4;
  }

  .products h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .highlights h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .products h3 {
    font-size: 22px;
    line-height: 1.6;
  }

  .products h3.size-4 {
    font-size: 20px;
  }

  .products h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
  }

  .products h5 {
    line-height: 1.4;
    font-weight: 500;
  }
  .products .card .card-body {
    padding: 30px;
  }
  .products .card .card-footer {
    padding: 0px 30px 30px 30px;
  }
  .responsive-td {
    width: auto;
    display: table-cell;
  }
  .table-responsive {
    font-size: 14px;
    line-height: 1.8;
  }

}


@media (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  .secondary-navbar {
    border: 1px solid #E8E8E8;
  }
}

@media (min-width: 1400px) {
  #secondary-nav {
    position: sticky;
    top: 53px;
    z-index: 1020;
  }
  .secondary-navbar {
    top: 0px;
    z-index: 100;
  }
  .secondary-navbar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .secondary-navbar .nav-item {
    padding-right: 25px;
    padding-left: 25px;
  }
  .secondary-navbar ul li {
    display: inline-block;
  }
  .secondary-navbar .nav-link {
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0;
  }
  .secondary-navbar .nav-item:first-child {
    font-weight: 400;
    padding-left: 0px;
  }
  .secondary-navbar ul li.title p {
    font-size: 16px;
  }
}
