/* Product Description Tab Style Settings */

/********************/
/* General Settings */
/********************/

/**accordions **/

h2.resp-accordion {
  cursor: pointer;
  display: none;
}

h2.resp-accordion {
  margin: 0px;
  padding: 15px 0;
}

.product-description h2 {
  line-height: 50px;
}

.product-description figure br {
  display: none;
}

.product-description .image-shape.blue-square.right-top {
  top: -30px;
  right: 30px;
}

.product-description .image-shape.blue-square.left-bottom {
  bottom: 40px;
  left: -20px;
}

.product-description .image-shape.blue-square.right-bottom {
  bottom: 20px;
  right: -40px;
}

.product-description .image-shape.blue-square.left-bottom-rotated {
  transform: rotateZ(110deg);
  left: -70px;
  bottom: 20px;
}

.product-description .image-shape.blue-square.right-top-rotated {
  transform: rotateZ(110deg);
  right: -60px;
  top: -30px;
}

.product-description .image-shape.square-dots.left-top {
  top: -45px;
  left: -45px;
}

.product-description .image-shape.square-dots.right-top {
  top: -45px;
  right: -45px;
}

.product-description .image-shape.square-dots.left-bottom {
  bottom: 15px;
  left: -20px;
}

.product-description .image-shape.square-dots.top {
  top: -5px;
  left: 80px;
}

.product-description .image-shape.rectangle-dots.left {
  top: 40px;
  left: -10px;
}

.product-description .dots-and-blue-square.left-top {
  top: 40px;
  left: -65px;
}

.product-description .image-shape.dots-and-blue-rectangle.left-bottom {
  bottom: 0px;
  left: 65px;
}

.product-description .image-shape.blue-rectangle.right-top {
  right: 80px;
  top: -10px;
}

.product-description .image-shape.right-dots-and-blue-square {
  top: -20px;
  right: -45px;
}

.product-description .image-shape.top-dots-and-blue-square {
  top: 50px;
  left: -70px;
}

.product-description .column-gap-60 {
  grid-column-gap: 60px !important;
}

.product-description .right-side-dots {
  position: absolute;
  right: 0;
  top: -220px;
}

.product-description .left-side-dots {
  position: absolute;
  left: 0;
  top: -220px;
}

.product-description .grid-center-global h2 {
  margin-top: -80px !important;
}

.product-description section .text-wrapper > p:last-child {
  margin-bottom: 0;
}


.fleet-gps-tracking-last-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: -24px;
  z-index: 1;
}

.fleet-gps-tracking-last-section .fleet-gps-tracking-last-section-content {
  max-width: var(--default-editor, var(--block-max-width));
  width: var(--default-editor, var(--block-width));
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
  text-align: center;
}

.fleet-gps-tracking-last-section .fleet-gps-tracking-last-section-content > p {
  padding-right: 120px;
  padding-left: 120px;
}

.fleet-gps-tracking-last-section .card-toggle {
  padding-right: 360px;
  padding-left: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fleet-gps-tracking-last-section .card-toggle p {
  font-size: 17px;
  font-weight: 500;
  transition: all 1s ease;
}

.fleet-gps-tracking-last-section #contract-based {
  opacity: 0.4;
}

.fleet-gps-tracking-last-section .switch {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 50px;
  margin: 0 50px 0 50px;
}

.fleet-gps-tracking-last-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 28px;
  width: 83px;
  height: 35px;
  box-shadow: 0px 2px 6px #00000026;
}

.fleet-gps-tracking-last-section .slider:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2021/08/direct.svg);
  height: 45px;
  width: 45px;
  left: 0;
  bottom: -4px;
  -webkit-transition: .4s;
  transition: .4s;
  background-repeat: no-repeat;
  background-size: contain;
}

.fleet-gps-tracking-last-section input {
  margin-left: 20px;
}

/* .fleet-gps-tracking-last-section input:checked+.slider {} */

/* .fleet-gps-tracking-last-section input:focus+.slider {} */

.fleet-gps-tracking-last-section input:checked+.slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  background-image: url(/wp-content/uploads/2021/08/contract-1.svg)!important;
}

.fleet-gps-tracking-last-section .grid-center-global {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: var(--grid-gap-35);
  text-align: var(--center);
  align-items: start;
  padding-top: 30px;
}

.fleet-gps-tracking-last-section .grid-center-global > div {
  position: relative;
  box-shadow: 0px 2px 10px #00000021;
  padding: 35px 0;
  background-color: white;
  min-width: 365px;
  overflow: hidden;
  border-radius: 10px;
}

.fleet-gps-tracking-last-section .grid-center-global > div > figure {
  position: absolute;
  top: -72px;
  left: -220px;
}

.fleet-gps-tracking-last-section .grid-center-global ul {
  list-style: none;
  margin: var(--zero);
  padding: 20px 0 40px 0;
}

.fleet-gps-tracking-last-section .popular-ribbon {
  position: var(--absolute);
  top: var(--zero);
  right: var(--zero);
  transform: translateY(-100%) rotate(90deg) translateX(70.71067811865476%) rotate(-45deg);
  transform-origin: bottom right;
  background-color: #04B1D9;
  color: var(--paletteColor7);
  width: 153px;
  height: 38px;
  display: var(--flex);
  justify-content: var(--center);
  align-items: var(--center);
  font-size: 15px;
  font-weight: 500;
  font-family: 'ct_font_sofiapro';
}

.fleet-gps-tracking-last-section h3 {
  font-family: 'ct_font_sofiapro';
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}

.fleet-gps-tracking-last-section .pricing {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FBFCFF;
}

.fleet-gps-tracking-last-section .pricing .middle-price {
  font-size: 45px;
  line-height: 55px;
}

.fleet-gps-tracking-last-section .pricing .symbol {
  position: var(--relative);
  top: -12px;
  font-size: 30px;
}

.fleet-gps-tracking-last-section .pricing span {
  color: var(--paletteColor2);
  font-family: 'ct_font_swiss';
}


.fleet-gps-tracking-last-section .middle-price,
.fleet-gps-tracking-last-section .symbol {
  font-weight: 900;
}

.fleet-gps-tracking-last-section .pricing .monthly {
  font-weight: 500;
}

.fleet-gps-tracking-last-section ul li {
  padding: 10px 0;
  margin: 0;
  font-size: 17px;
  min-height: 48px;
}

.fleet-gps-tracking-last-section .contract-length-wrapper {
  min-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.fleet-gps-tracking-last-section .contract-length {
  display: none;
}

.fleet-gps-tracking-last-section select {
  width: 120px;
  border-radius: 6px;
  border-color: #04b1d9;
}

.fleet-gps-tracking-last-section .view-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fleet-gps-tracking-last-section .view-section a {
  border: 1px solid var(--paletteColor1);
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 500;
  color: white;
  font-size: 15px;
  width: 170px;
  background-color: #056BF1;
  transition: 0.3s;
}

.fleet-gps-tracking-last-section .view-section a:hover {
  background-color: white;
  color: #056BF1;
}

.fleet-gps-tracking-last-section li:nth-child(2),
.fleet-gps-tracking-last-section li:nth-child(4),
.fleet-gps-tracking-last-section li:nth-child(6),
.fleet-gps-tracking-last-section li:nth-child(8) {
  color: #00023A;
  font-weight: 500;
}

.fleet-gps-tracking-last-section .left-side-dots {
  position: absolute;
  left: -20px;
  top: -220px;
  z-index: 1;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-description h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .product-description .image-shape.blue-square.right-top {
    top: -20px;
  }

  .product-description .image-shape.blue-square.right-bottom {
    right: -20px;
  }

  .product-description .right-side-dots {
    right: -40px;
  }

  .product-description .image-shape.square-dots.left-top {
    top: -20px;
    left: -20px;
  }

  .product-description .image-shape.square-dots.right-top {
    top: -20px;
    right: -20px;
  }

  .product-description .image-shape.square-dots.left-bottom {
    bottom: 100px;
  }

  .product-description .image-shape.square-dots.top {
    top: -15px;
    left: 40px;
  }

  .product-description .image-shape.blue-square.left-bottom {
    bottom: 30px;
  }

  .product-description .image-shape.dots-and-blue-rectangle.left-bottom {
    left: 5px;
  }

  .product-description .dots-and-blue-square.left-top {
    top: 70px;
    left: -40px;
  }

  .product-description .image-shape.blue-rectangle.right-top {
    right: 30px;
  }

  .product-description .image-shape.top-dots-and-blue-square {
    top: 20px;
    left: -40px;
  }

  .product-description .image-shape.blue-square.right-top-rotated,
  .product-description .image-shape.rectangle-dots.left {
    display: none;
  }

  .product-description .grid-center-global h2 {
    margin-top: 0 !important;
  }

  .product-description .left-side-dots {
    left: -40px;
  }
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  main > [data-vertical-spacing*="bottom"] {
    padding-bottom: 0;
  }

  .product-description h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 5px !important;
  }

  .product-description .mobile-text-wrapper > p:last-child {
    margin-bottom: 0;
  }

  .product-description .right-side-dots {
    right: -60px;
  }

  .product-description .column-gap-60 {
    grid-column-gap: 20px !important;
  }

  .product-description .left-side-dots {
    left: -60px;
  }

  .product-description .image-shape.blue-square.left-bottom {
    left: -10px;
  }

  .product-description .dots-and-blue-square.left-top {
    top: -10px;
  }

  .product-description .image-shape.right-dots-and-blue-square {
    top: -30px;
    right: -50px;
  }

  .product-description .image-shape.top-dots-and-blue-square {
    top: -20px;
    left: -35px;
  }

  .product-description .image-shape.square-dots.top {
    top: -25px;
    left: 20px;
  }

  .product-description section.last-section .triangle-square-position,
  .product-description .image-shape.dots-and-blue-rectangle.left-bottom,
  .product-description .image-shape.blue-rectangle.right-top,
  .product-description .image-shape.square-dots.left-bottom {
    display: none;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  p,
  th,
  td {
    font-size: 14px;
    line-height: 22px;
  }

  .product-description h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .product-description .right-side-dots,
  .product-description .left-side-dots,
  .product-description .image-shape.square-dots.right-top,
  .product-description .dots-and-blue-square.left-top,
  .product-description .image-shape.right-dots-and-blue-square,
  .product-description .image-shape.top-dots-and-blue-square,
  .product-description .image-shape.blue-square.right-bottom,
  .product-description .image-shape.square-dots.top {
    display: none;
  }

  .product-description .image-shape.blue-square.right-top {
    top: -10px;
    right: 20px;
  }

  .product-description .image-shape.square-dots.left-top {
    top: -15px;
    left: -15px;
  }

  /**tablist **/

  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: flex;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }

  h2.resp-accordion a {
    font-size: 16px;
    font-weight: 600;
    font-family: "ct_font_swiss";
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  th,
  td {
    font-size: 10px;
    line-height: 15px;
  }

  .product-description .right-image-section {
    display: flex !important;
    flex-direction: column-reverse;
  }

  .product-description .right-image-section > div > figure {
    margin-bottom: 20px;
  }

  .product-description .image-shape {
    display: none;
  }

  .fleet-gps-tracking-last-section .fleet-gps-tracking-last-section-content {
    text-align: left;
 }

 .fleet-gps-tracking-last-section .grid-center-global > div > figure {
    top: -70px;
    left: -215px;
 }

 .fleet-gps-tracking-last-section .card-toggle {
    padding-right: 0;
    padding-left: 0;
 }

 .fleet-gps-tracking-last-section .card-toggle p {
    font-size: 15px;
 }

 .fleet-gps-tracking-last-section .switch {
    margin-left: 10px;
    margin-right: 10px;
 }

 .fleet-gps-tracking-last-section .grid-center-global {
    grid-template-columns: 1fr!important;
 }

 .fleet-gps-tracking-last-section .grid-center-global>div:not(:last-child) {
    margin-bottom: 20px;
 }

 .fleet-gps-tracking-last-section .popular-ribbon {
    width: 160px;
    height: 45px;
    font-size: 17px;
 }

 .fleet-gps-tracking-last-section ul li {
    font-size: 18px;
 }
}

/********************/
/* Main Description */
/********************/

.product-description section.main-description {
  padding-top: 30px;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-description section.main-description {
    padding-top: 10px;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .product-description section.main-description {
    padding-top: 0;
  }
}

/*****************/
/* White Section */
/*****************/

.product-description .white-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  align-items: center;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-description .white-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  .product-description .white-section {
    grid-column-gap: 20px;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .product-description .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
  }

  .fleet-gps-tracking-last-section .grid-center-global > div > figure {
    top: -8px;
    left: -140px;
}

.fleet-gps-tracking-last-section ul li {
  font-size: 13px;
}

.fleet-gps-tracking-last-section .card-toggle {
    padding-right: 100px;
    padding-left: 100px;
}

.fleet-gps-tracking-last-section .card-toggle p {
  margin-bottom: 0;
}

.fleet-gps-tracking-last-section .grid-center-global {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.fleet-gps-tracking-last-section .popular-ribbon {
  width: 100px;
  height: 25px;
}

.fleet-gps-tracking-last-section .view-section a {
   width: 150px;
}
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .product-description .white-section {
    grid-template-columns: 1fr;
  }

  .product-description .white-section > div > figure {
    margin-bottom: 20px;
  }
}

/****************/
/* Blue Section */
/****************/

.product-description .blue-section {
  background-color: #fbfcff;
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
  z-index: 1;
}

.product-description .blue-section .blue-section-content {
  max-width: var(--default-editor, var(--block-max-width));
  width: var(--default-editor, var(--block-width));
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.product-description .blue-section .blue-section-content figure {
  position: relative;
  z-index: 1;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-description .blue-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  .product-description .blue-section .blue-section-content {
    grid-column-gap: 20px;
  }
  .fleet-gps-tracking-last-section .left-side-dots {
    display: none;
 }

  .fleet-gps-tracking-last-section .grid-center-global > div > figure {
      top: -20px;
      left: -150px;
  }

 .fleet-gps-tracking-last-section .card-toggle {
    padding-right: 150px;
    padding-left: 150px;
    padding-top: 30px;
    align-items: baseline;
 }

 .fleet-gps-tracking-last-section .switch {
    margin-left: 20px;
    margin-right: 20px;
 }

 .fleet-gps-tracking-last-section .grid-center-global {
    grid-gap: 10px;
 }

 .fleet-gps-tracking-last-section ul li {
    font-size: 14px;
 }

 .fleet-gps-tracking-last-section .grid-center-global ul {
    padding-bottom: 20px;
 }

 .fleet-gps-tracking-last-section .pricing {
    padding-bottom: 10px;
 }

 .fleet-gps-tracking-last-section .popular-ribbon {
    width: 120px;
    height: 30px;
 }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .product-description .blue-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-description .blue-section .blue-section-content {
    position: relative;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .product-description .blue-section .blue-section-content {
    grid-template-columns: 1fr;
  }

  .product-description .blue-section .blue-section-content > div > figure {
    margin-bottom: 20px;
  }
}

/******************/
/* Product Banner */
/******************/

.product-banner {
  background-image: url("/wp-content/uploads/2021/09/product-banner_background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 120px;
  margin-bottom: 0;
}

.product-banner .product-banner-content {
  max-width: var(--default-editor, var(--block-max-width));
  width: var(--default-editor, var(--block-width));
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
  display: grid;
  grid-template-columns: 5fr 3fr;
  grid-column-gap: 110px;
}

.product-banner .product-banner-content p {
  color: white;
  font-family: "ct_font_sofiapro";
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
}

.product-banner .product-banner-content .product-banner-box {
  padding: 25px 35px;
  background-image: url("/wp-content/uploads/2021/09/red-banner-box-background.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 3px 8px #00000029;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  align-items: center;
}

.product-banner .product-banner-content .product-banner-box:not(:last-child) {
  margin-bottom: 25px;
}

.product-banner .product-banner-content .product-banner-box-text {
  font-size: 23px;
  line-height: 30px;
}

.product-banner .product-banner-content .product-banner-box-price {
  font-size: 33px;
  line-height: 40px;
  color: #001664;
  font-weight: 500;
  text-align: right;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-banner .product-banner-content {
    grid-column-gap: 30px;
  }
  .fleet-gps-tracking-last-section .fleet-gps-tracking-last-section-content > p {
    padding-right: 0!important;
    padding-left: 0!important;
}

    
.fleet-gps-tracking-last-section .left-side-dots {
    left: -55px;
}

.fleet-gps-tracking-last-section .grid-center-global > div > figure {
    top: -52px;
    left: -190px;
}

.fleet-gps-tracking-last-section .card-toggle {
    padding-right: 240px;
    padding-left: 240px;
}

.fleet-gps-tracking-last-section .grid-center-global>div {
    min-width: auto;
}

.fleet-gps-tracking-last-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  .product-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-banner .product-banner-content {
    grid-template-columns: 1fr;
  }

  .product-banner .product-banner-content p {
    font-size: 30px;
    line-height: 40px;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .product-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-banner .product-banner-content {
    position: relative;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
  }

  .product-banner .product-banner-content p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .product-banner .product-banner-content .product-banner-box {
    padding: 15px 25px;
  }

  .product-banner .product-banner-content .product-banner-box:not(:last-child) {
    margin-bottom: 15px;
  }

  .product-banner .product-banner-content .product-banner-box-text {
    font-size: 20px;
  }

  .product-banner .product-banner-content .product-banner-box-price {
    font-size: 28px;
    line-height: 35px;
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .product-banner .product-banner-content p {
    font-size: 21px;
    text-align: center;
  }
}

/**********************/
/* GPSLive App Banner */
/**********************/

.gpslive-app-banner {
  background-image: url("/wp-content/uploads/2021/06/app-banner-background.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  margin-bottom: 0;
  padding-top: 50px;
}

.gpslive-app-banner .gpslive-app-banner-content {
  max-width: var(--default-editor, var(--block-max-width));
  width: var(--default-editor, var(--block-width));
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
  display: grid;
  grid-template-columns: 5fr 3fr;
  grid-column-gap: 50px;
}

.gpslive-app-banner .gpslive-app-banner-content p {
  color: white;
  font-family: ct_font_sofiapro;
  font-size: 40px;
  line-height: 45px;
  margin-top: 70px;
  margin-bottom: 40px;
}

.app-button {
  background-color: white;
  border-radius: 5px;
  display: inline-block;
  padding: 15px;
  min-width: 210px;
}

.app-button:first-child {
  margin-right: 30px;
}

.app-button img {
  min-height: 45px;
  opacity: 1;
  transition: 0.3s;
}

.app-button:hover img {
  opacity: 0.5;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .app-button {
    min-width: 150px;
    padding: 10px;
  }

  .app-button img {
    height: 30px;
  }
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  .app-button img {
    min-height: auto;
  }

  .gpslive-app-banner .gpslive-app-banner-content {
    grid-template-columns: 1fr;
  }

  .gpslive-app-banner .gpslive-app-banner-content > div {
    text-align: center;
  }

  .gpslive-app-banner .gpslive-app-banner-content p {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .gpslive-app-banner figure > img {
    height: 350px;
    margin-top: 30px;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .gpslive-app-banner {
    padding-top: 30px;
  }

  .gpslive-app-banner .gpslive-app-banner-content {
    position: relative;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
  }

  .gpslive-app-banner .gpslive-app-banner-content br {
    display: none;
  }

  .gpslive-app-banner .gpslive-app-banner-content p {
    font-size: 27px;
    line-height: 35px;
  }

  .gpslive-app-banner .gpslive-app-banner-content figure {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .gpslive-app-banner .gpslive-app-banner-content figure > img {
    height: auto;
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .app-button {
    min-width: 100px;
    padding: 10px;
  }

  .app-button img {
    height: 24px;
  }
}

/************************/
/* Key Features Section */
/************************/

.product-description .key-features-section {
  padding-top: 70px;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.product-description .key-features-section h2 {
  margin-bottom: 0;
}

.product-description .key-features-section .key-features-section-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 150px;
  margin-top: 60px;
}

.product-description .key-features-section .key-features-section-items figure {
  margin-bottom: 20px;
}

.product-description .key-features-section .key-features-section-items h3 {
  font-family: "ct_font_sofiapro";
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  margin-top: 0;
}

.product-description .key-features-section .key-features-section-items p {
  margin-bottom: 60px;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-description .key-features-section {
    padding-top: 50px;
  }

  .product-description .key-features-section .key-features-section-items {
    margin-top: 50px;
    grid-column-gap: 50px;
  }

  .product-description .key-features-section .key-features-section-items p {
    margin-bottom: 50px;
  }
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  .product-description .key-features-section .key-features-section-items {
    grid-template-columns: 1fr 1fr;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .product-description .key-features-section {
    position: relative;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
    padding-top: 30px;
  }

  .product-description .key-features-section .key-features-section-items {
    margin-top: 30px;
    grid-column-gap: 20px;
  }

  .product-description .key-features-section .key-features-section-items p {
    margin-bottom: 30px;
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .product-description .key-features-section .key-features-section-items {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-description .key-features-section .key-features-section-items h3 {
    font-size: 22px;
  }
}

/*****************************/
/* Optional Features Section */
/*****************************/

.product-description .optional-features-section {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}

.product-description .optional-features-section h2 {
  margin-bottom: 70px;
}

.product-description .optional-features-section .optional-features-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

.product-description
  .optional-features-section
  .optional-features-boxes
  .optional-features-box {
  background-color: white;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 12px;
  min-height: 365px;
}

.product-description
  .optional-features-section
  .optional-features-boxes
  .optional-features-box
  h3 {
  font-family: "ct_font_sofiapro";
  font-weight: 400;
  margin-top: 25px;
  font-size: 22px;
}

.product-description
  .optional-features-section
  .optional-features-boxes
  .optional-features-box
  a {
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
}

.product-description
  .optional-features-section
  .optional-features-boxes
  .optional-features-box
  a
  img {
  margin-left: 2px;
}

.product-description
  .optional-features-section
  .optional-features-boxes
  .optional-features-box
  a:hover {
  color: #3889f2;
}

.product-description
  .optional-features-section
  .optional-features-boxes
  .optional-features-box
  > p:last-child {
  margin-bottom: 0;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-description .optional-features-section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }

  .product-description .optional-features-section h2 {
    margin-bottom: 50px !important;
  }
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  .product-description .optional-features-section .optional-features-boxes {
    grid-column-gap: 20px;
  }

  .product-description
    .optional-features-section
    .optional-features-boxes
    .optional-features-box {
    padding: 30px 20px;
    min-height: 345px;
  }

  .product-description
    .optional-features-section
    .optional-features-boxes
    .optional-features-box
    h3 {
    font-size: 17px;
    line-height: 25px;
  }

  .product-description
    .optional-features-section
    .optional-features-boxes
    .optional-features-box
    p {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .product-description .optional-features-section {
    padding-top: 30px;
    padding-bottom: 30px;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
  }

  .product-description .optional-features-section h2 {
    margin-bottom: 30px !important;
  }

  .product-description .optional-features-section .optional-features-boxes {
    grid-column-gap: 10px;
  }

  .product-description
    .optional-features-section
    .optional-features-boxes
    .optional-features-box {
    padding: 20px 10px;
    min-height: 325px;
  }

  .woocommerce-tabs .resp-accordion {
    position: relative;
    border-bottom: 1px solid var(--tab-border-color, var(--border-color));
  }

  .woocommerce-tabs .resp-accordion:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: var(--tab-bottom, -3px);
    height: var(--tab-height, 6px);
    opacity: var(--tab-visibility, 0);
    border-radius: var(--tab-border-radius, 5px);
    background: var(--tab-background, var(--paletteColor1));
  }

  .woocommerce-tabs .resp-accordion:after {
    background-image: url(/wp-content/uploads/2021/08/Group-96238.svg);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-size: 23px;
    background-position-x: 99%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .woocommerce-tabs .resp-tab-active:after {
    background-position-x: 1%;
    transform: rotate(180deg);
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .product-description .optional-features-section .optional-features-boxes {
    grid-template-columns: 1fr;
  }

  .product-description
    .optional-features-section
    .optional-features-boxes
    .optional-features-box {
    padding: 20px;
    min-height: auto;
  }

  .product-description
    .optional-features-section
    .optional-features-boxes
    > div:not(:last-child)
    .optional-features-box {
    margin-bottom: 20px;
  }
}

/*******************************************/
/* GPSLive Asset Tracking Platform Section */
/*******************************************/

.product-description .gpslive-asset-tracking-platform-section {
  background-color: #fbfcff;
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}

.product-description
  .gpslive-asset-tracking-platform-section
  .gpslive-asset-tracking-platform-section-content {
  max-width: var(--default-editor, var(--block-max-width));
  width: var(--default-editor, var(--block-width));
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
  text-align: center;
}

.product-description
  .gpslive-asset-tracking-platform-section
  .gpslive-asset-tracking-platform-section-content
  p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  padding-right: 260px;
  padding-left: 260px;
}

.product-description
  .gpslive-asset-tracking-platform-section
  .gpslive-asset-tracking-platform-section-content
  a {
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
  color: #056bf1;
}

.product-description
  .gpslive-asset-tracking-platform-section
  .gpslive-asset-tracking-platform-section-content
  a
  img {
  margin-left: 2px;
}

.product-description
  .gpslive-asset-tracking-platform-section
  .gpslive-asset-tracking-platform-section-content
  a:hover {
  color: #000116;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-description .gpslive-asset-tracking-platform-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-description
    .gpslive-asset-tracking-platform-section
    .gpslive-asset-tracking-platform-section-content
    p {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .product-description .gpslive-asset-tracking-platform-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-description
    .gpslive-asset-tracking-platform-section
    .gpslive-asset-tracking-platform-section-content {
    position: relative;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
  }
  .product-description
    .gpslive-asset-tracking-platform-section
    .gpslive-asset-tracking-platform-section-content
    p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .product-description
    .gpslive-asset-tracking-platform-section
    .gpslive-asset-tracking-platform-section-content
    p {
    font-size: 14px;
    line-height: 22px;
  }
}

/******************************/
/* Video Style Banner Section */
/******************************/

.video-style-banner-section {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 300px;
  margin-bottom: 0;
  background-image: url("/wp-content/uploads/2021/07/spytrack-video-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.video-style-banner-section .video-style-banner-section-content {
  max-width: var(--default-editor, var(--block-max-width));
  width: var(--default-editor, var(--block-width));
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.video-style-banner-section .video-style-banner-section-content h2,
.video-style-banner-section .video-style-banner-section-content p {
  color: white;
}

.video-style-banner-section .video-style-banner-section-content p {
  padding-right: 100px;
}

.video-style-banner-section .video-style-banner-section-content p:last-child {
  margin-bottom: 0;
}

.video-style-banner-section .video-style-banner-section-content .link-text {
  font-weight: 500;
  color: #5c9df1;
  position: relative;
  text-decoration: none;
}

.video-style-banner-section
  .video-style-banner-section-content
  .link-text:hover {
  color: white;
}

.video-style-banner-section
  .video-style-banner-section-content
  .link-text::after {
  content: "»";
  position: absolute;
  font-size: 30px;
  right: -20px;
  bottom: -13px;
}

.video-style-banner-section.with-video {
  background-image: url("/wp-content/uploads/2021/06/banner_police.jpg");
}

.video-style-banner-section.with-video
  .video-style-banner-section-content
  .link-text {
  color: #04b1d9;
}

.video-style-banner-section.with-video
  .video-style-banner-section-content
  .link-text:hover {
  color: white;
}

.video-style-banner-section.with-video > p {
  margin-bottom: 0;
  line-height: 0;
}

.video-style-banner-section.with-video .play-button {
  background-color: rgba(4, 177, 217, 1);
  width: 112px;
  height: 112px;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 16px solid rgba(4, 177, 217, 0.45);
  -moz-background-clip: content; /* Firefox 3.6 */
  -webkit-background-clip: content; /* Safari 4? Chrome 6? */
  background-clip: content-box;
  -moz-box-shadow: 0 0 0 0 rgba(4, 177, 217, 1);
  box-shadow: 0 0 0 0 rgba(4, 177, 217, 1);
  animation: pulse-button 2s infinite;
  transition: 0.3s;
}

.video-style-banner-section.with-video .play-button:hover {
  animation: none;
  background-color: rgba(4, 177, 217, 0.8);
}

@-webkit-keyframes pulse-button {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  75% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-button {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  75% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-style-banner-section.with-video .play-button img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  margin-left: 7px;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .video-style-banner-section {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  .video-style-banner-section .video-style-banner-section-content p {
    padding-right: 0;
  }

  .video-style-banner-section.with-video .video-style-banner-section-content p {
    padding-right: 80px;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .video-style-banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video-style-banner-section .video-style-banner-section-content {
    position: relative;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
  }

  .video-style-banner-section
    .video-style-banner-section-content
    .link-text::after {
    font-size: 25px;
    right: -17px;
    bottom: -2px;
  }

  .video-style-banner-section.with-video .video-style-banner-section-content p {
    padding-right: 50px;
  }

  .video-style-banner-section.with-video .play-button {
    width: 80px;
    height: 80px;
    border-width: 10px;
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .video-style-banner-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .video-style-banner-section .video-style-banner-section-content {
    grid-template-columns: 1fr;
  }

  .video-style-banner-section .video-style-banner-section-content h2,
  .video-style-banner-section .video-style-banner-section-content p {
    text-shadow: 2px 2px #001664;
  }

  .video-style-banner-section.with-video {
    padding-bottom: 150px;
  }

  .video-style-banner-section.with-video .video-style-banner-section-content p {
    padding-right: 0;
  }

  .video-style-banner-section.with-video .play-button {
    top: unset;
    left: unset;
    transform: none;
    bottom: 20px;
    right: 20px;
  }
}

/**********************/
/* Comparison Section */
/**********************/

.product-description .comparison-section {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 0;
}

.product-description .comparison-section h2 {
  margin-bottom: 70px;
}

.product-description .comparison-section .table-wrapper {
  background-color: white;
  box-shadow: 0px 2px 10px #00000021;
  border-radius: 10px;
  padding: 40px 0px;
}

.product-description .comparison-section .table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 40px 0px;
}

.product-description .comparison-section .table-wrapper table,
.product-description .comparison-section .table-wrapper th,
.product-description .comparison-section .table-wrapper td {
  border: none;
}

.product-description .comparison-section .table-wrapper th,
.product-description .comparison-section .table-wrapper td {
  border-radius: 8px;
}

.product-description .comparison-section .table-wrapper table thead th {
  background-image: url("/wp-content/uploads/2021/09/thatcham-category-comparison-table-title-background.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  font-weight: 500;
  text-transform: uppercase;
  padding: 35px 20px;
  position: relative;
  background-color: #fbfcff;
}

.product-description .comparison-section .table-wrapper table thead th span {
  color: #001664;
  font-weight: bold;
  font-size: 35px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.product-description
  .comparison-section
  .table-wrapper
  table
  thead
  th
  span
  sup {
  font-size: 70%;
  top: -7px;
}

.product-description .comparison-section .table-wrapper table tbody tr td {
  padding: 25px 20px;
}

.product-description
  .comparison-section
  .table-wrapper
  table
  tbody
  tr.spacer
  td {
  padding: 10px 0;
}

.product-description
  .comparison-section
  .table-wrapper
  table
  tbody
  tr:nth-child(even)
  td:not(.empty-cell) {
  background-color: #fbfcff;
}

.product-description
  .comparison-section
  .table-wrapper
  table
  tbody
  tr:nth-child(even)
  td {
  padding: 15px 20px;
  font-weight: 500;
}

.product-description
  .comparison-section
  .table-wrapper
  table
  tbody
  tr
  td.blue-line {
  background-color: #0094c208 !important;
  color: #0377a6;
  font-weight: normal;
}

/* Tablet (Horizontal) */
@media (max-width: 1199px) {
  .product-description .comparison-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-description .comparison-section h2 {
    margin-bottom: 50px !important;
  }

  .product-description .comparison-section .table-wrapper {
    position: relative;
    z-index: 1;
  }

  .product-description .comparison-section .table-wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0px;
  }

  .product-description .comparison-section .table-wrapper table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* Tablet (Vertical) */
@media (max-width: 991px) {
  .product-description .comparison-section .table-wrapper table thead th {
    background-size: cover;
    font-size: 19px;
    padding: 20px;
  }
}

/* Phone (Horizontal) */
@media (max-width: 767px) {
  .product-description .comparison-section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    /* left: calc(-30vw + 30%);
		width: 95vw; */
  }

  .product-description .comparison-section h2 {
    margin-bottom: 30px !important;
  }

  .product-description .comparison-section .table-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-description .comparison-section .table-wrapper table thead th {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-description .comparison-section .table-wrapper table thead th span {
    font-size: 25px;
    right: 10px;
  }

  .product-description
    .comparison-section
    .table-wrapper
    table
    tbody
    tr.spacer
    td {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .product-description .comparison-section .table-wrapper table tbody tr td,
  .product-description
    .comparison-section
    .table-wrapper
    table
    tbody
    tr:nth-child(even)
    td {
    padding: 10px;
  }

  .woocommerce div.product div.woocommerce-tabs ul.resp-tabs-list {
    display: none;
  }
}

/* Phone (Vertical) */
@media (max-width: 479px) {
  .product-description .comparison-section .table-wrapper table thead th {
    font-size: 10px;
    line-height: 15px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .product-description .comparison-section .table-wrapper table thead th span {
    font-size: 30px;
    line-height: 40px;
    position: static;
    margin-top: 10px;
  }
}

/********************/
/* SIM Coverage Tab */
/********************/

/* Phone (Vertical) */
@media (max-width: 479px) {
  #tab-fourth_tab_description table {
    width: 100% !important;
  }
}
