.npe-element {
  font-family: "gotham-book";
  line-height: 1.4;
}

.npe-element .share-section-outer {
  overflow: hidden;
}

.npe-element .share-section {
  box-sizing: border-box;
  padding: 20px 20px 50px 20px;
  margin: 0 auto;
}

.npe-element .share-section.no-padding,
.npe-element .share-section.full-width {
  padding-left: 0;
  padding-right: 0;
}

.npe-element .share-section.full-width {
  width: auto !important;
}

.npe-element h2 {
  font-family: "gotham-medium";
  font-weight: normal;
  font-size: 34px;
  text-align: center;
  margin: 20px 0 50px 0;
}

/*
*******************************************
********** Price Calculator Tabs **********
*******************************************
*/

.npe-element .price-calculator-without-minutes .tabs {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.npe-element .price-calculator-without-minutes .tabs .tab {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #f8f4eb;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0px;
  align-items: center;
  gap: 10px;
  border: 1px solid #f8f4eb;
  border-bottom-color: #cdaf74;
  cursor: pointer;
  transition: all 0.25s;
}

.npe-element .price-calculator-without-minutes .tabs .tab:hover,
.npe-element .price-calculator-without-minutes .tabs .tab.active {
  border-color: #cdaf74;
  background-color: #fff;
}

.npe-element .price-calculator-without-minutes .tabs .tab.active {
  border-bottom-color: transparent;
}

.npe-element .price-calculator-without-minutes .tabs .tab .icon {
  display: block;
  width: 60px;
  max-width: 40%;
}

.npe-element .price-calculator-without-minutes .tabs .tab .tab-name {
  margin-bottom: 0;
  font-family: "gotham-medium" !important;
  font-size: 20px;
}

/*
*******************************************
*************** Tab Content ***************
*******************************************
*/

.npe-element .price-calculator-without-minutes h3 {
  font-family: "gotham-medium" !important;
  font-size: 34px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.npe-element .price-calculator-without-minutes h3.no-margin-top {
  margin-top: 0;
}

.npe-element .price-calculator-without-minutes h3 .hover-info-symbol {
  position: relative;
  top: -2px;
}

.npe-element
  .price-calculator-without-minutes
  h3
  .hover-info-symbol
  .hover-symbol {
  font-size: 0.8em;
  color: #000;
}

.npe-element .price-calculator-without-minutes .tab-content-container {
  padding: 40px;
  margin-top: -1px;
  border: 1px solid #cdaf74;
}

.npe-element .price-calculator-without-minutes .tab-content {
  display: none;
}

.npe-element .price-calculator-without-minutes .tab-content.active {
  display: block;
}

.npe-element .price-calculator-without-minutes .cars {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.npe-element .price-calculator-without-minutes .cars .car {
  max-width: 252px;
}

.npe-element .price-calculator-without-minutes .cars .car-name {
  margin-top: 10px;
}

.npe-element .price-calculator-without-minutes .info-boxes {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.npe-element .price-calculator-without-minutes .info-box {
  flex: 1;
  background-color: #f8f4eb;
  border-radius: 10px;
  padding: 15px 25px 12px;
  text-align: left;
}

.npe-element .price-calculator-without-minutes .info-box .title {
  font-family: "gotham-medium" !important;
  font-size: 16px;
  margin-bottom: 5px;
}

.npe-element .price-calculator-without-minutes .info-box .text {
  font-size: 13px;
  margin-bottom: 0;
}

.npe-element .price-calculator-without-minutes .prices {
  margin-top: 20px;
  text-align: center;
  background-color: #f8f4eb;
  padding: 15px 45px;
  border-radius: 10px;
}

.npe-element .price-calculator-without-minutes .prices .rates {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.npe-element .price-calculator-without-minutes .prices p {
  margin-bottom: 5px;
}

.npe-element .price-calculator-without-minutes .prices .title {
  font-family: "gotham-medium" !important;
  font-size: 22px;
  color: #cdaf74;
}

.npe-element .price-calculator-without-minutes .prices .inclusive-km {
  font-size: 12px;
}

.npe-element .price-calculator-without-minutes .prices .price {
  font-family: "gotham-medium" !important;
  font-size: 22px;
  margin-bottom: 0;
}

.npe-element .price-calculator-without-minutes .additional-km {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}

/*
*******************************************
************** Range Sliders **************
*******************************************
*/

.npe-element .price-calculator-without-minutes .range-slider-container {
  margin-top: 50px;
}

.npe-element .price-calculator-without-minutes .range-slider-container .title {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-family: "gotham-medium" !important;
  font-size: 22px;
  margin-bottom: 20px;
}

.npe-element
  .price-calculator-without-minutes
  .range-slider-container
  .title
  .icon {
  font-size: 26px;
}

.npe-element
  .price-calculator-without-minutes
  .range-slider-container
  .range-slider-status {
  font-size: 22px;
  color: #cdaf74;
}

.npe-element .price-calculator-without-minutes .range-slider {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  background: #f8f4eb;
  height: 6px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.npe-element
  .price-calculator-without-minutes
  .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #cdaf74;
  border-radius: 50%;
  cursor: pointer;
}

.npe-element .price-calculator-without-minutes .range-slider::-moz-range-thumb {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #cdaf74;
  border-radius: 50%;
  cursor: pointer;
}

.npe-element .price-calculator-without-minutes .range-slider:before {
  content: "";
  position: absolute;
  left: 0;
  /* --bar-width: 30%; */
  width: calc(var(--bar-width) + 2px);
  max-width: calc(100% - 10px);
  background: #cdaf74;
  height: 6px;
  border-radius: 10px;
}

/*
*******************************************
************ Calculated Prices ************
*******************************************
*/

.npe-element .price-calculator-without-minutes .calculated-prices {
  margin-top: 50px;
  text-align: right;
  font-size: 22px;
}

.npe-element
  .price-calculator-without-minutes
  .calculated-prices
  .price-container {
  display: grid;
  grid-template-columns: 1fr 140px;
}

.npe-element
  .price-calculator-without-minutes
  .calculated-prices
  .price-container.base-price {
  color: #999;
  margin-bottom: 7px;
}

.npe-element
  .price-calculator-without-minutes
  .calculated-prices
  .price-container.actual-price {
  font-family: "gotham-medium" !important;
}

.npe-element
  .price-calculator-without-minutes
  .calculated-prices
  .price-container.base-price
  .price {
  color: #de3b0f;
  text-decoration: line-through;
}

.npe-element .price-calculator-without-minutes .footer {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.npe-element .price-calculator-without-minutes .footer .left {
  text-align: left;
}

.npe-element .price-calculator-without-minutes .footer .right {
  text-align: right;
}

.npe-element .price-calculator-without-minutes .footer p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.npe-element .price-calculator-without-minutes .footer .additional-km {
  margin-top: 3px;
}

@media only screen and (max-width: 991px) {
  .npe-element .price-calculator-without-minutes .info-box .title {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .npe-element .price-calculator-without-minutes .prices {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 15px 25px;
  }

  .npe-element .price-calculator-without-minutes .prices .rates {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .npe-element .price-calculator-without-minutes .tabs {
    gap: 10px;
  }

  .npe-element .price-calculator-without-minutes .tabs .tab {
    padding: 20px 10px 10px;
    gap: 5px;
  }

  .npe-element .price-calculator-without-minutes .tabs .tab .tab-name {
    font-size: 14px;
  }

  .npe-element .price-calculator-without-minutes .tab-content-container {
    padding: 40px 15px 25px;
  }

  .npe-element .price-calculator-without-minutes h3 {
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .npe-element .price-calculator-without-minutes .cars {
    gap: 15px;
  }

  .npe-element .price-calculator-without-minutes .info-boxes {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }

  .npe-element .price-calculator-without-minutes .prices .title {
    font-size: 16px;
  }

  .npe-element .price-calculator-without-minutes .prices .price {
    font-size: 16px;
  }

  .npe-element .price-calculator-without-minutes .prices .rates {
    padding: 0;
    gap: 10px;
  }

  .npe-element .price-calculator-without-minutes .range-slider-container {
    margin-top: 35px;
  }

  .npe-element
    .price-calculator-without-minutes
    .range-slider-container
    .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .npe-element
    .price-calculator-without-minutes
    .range-slider-container
    .range-slider-status {
    font-size: 18px;
  }

  .npe-element .price-calculator-without-minutes .calculated-prices {
    margin-top: 40px;
    font-size: 16px;
  }

  .npe-element
    .price-calculator-without-minutes
    .calculated-prices
    .price-container {
    grid-template-columns: 1fr 90px;
  }

  .npe-element
    .price-calculator-without-minutes
    .calculated-prices
    .price-container.base-price {
    margin-bottom: 3px;
  }

  .npe-element .price-calculator-without-minutes .footer p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 550px) {
  .npe-element .price-calculator-without-minutes .tab-content-container {
    padding-bottom: 10px;
  }

  .npe-element .price-calculator-without-minutes .prices .rates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .npe-element .price-calculator-without-minutes .footer {
    flex-direction: column;
  }

  .npe-element .price-calculator-without-minutes .footer .left {
    margin-top: 20px;
    order: 2;
    text-align: right;
    width: 100%;
  }

  .npe-element .price-calculator-without-minutes .footer .right {
    order: 1;
  }
}

@media only screen and (max-width: 480px) {
  .npe-element .price-calculator-without-minutes h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .npe-element .price-calculator-without-minutes .cars {
    gap: 5px;
  }

  .npe-element .price-calculator-without-minutes .prices {
    padding: 15px 20px;
  }
}
