/*================================================================================================
	  Pricing Area
==================================================================================================*/
.pricing-area.style-5 {
  padding: 80px 0px;
}
.isp-standard-v1-pricing-inner {
  margin-top: 40px;
}
.isp-standard-v1-pricing-tab-menu .list-group {
  display: flex;
  flex-direction: initial;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
  justify-content: center;
}
.isp-standard-v1-pricing-tab-menu .list-group-item {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--title-color);
  box-sizing: border-box;
  margin-right: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  background: transparent;
  text-align: center;
  height: auto;
  text-transform: capitalize;
  padding: 16px 24px;
  border-radius: 0px !important;
  border: 1px solid var(--border-color) !important;
}
.isp-standard-v1-pricing-tab-menu .list-group-item.active {
  z-index: 2;
  color: var(--white-color);
  background-color: var(--primary-color);
  border: 1px solid transparent !important;
}
.isp-standard-v1-pricing-tab-menu .list-group-item + .list-group-item.active {
  margin-top: 0;
  border-top-width: 0;
}

.pricing-card-single {
  background: var(--white-color);
  box-shadow: 0px 4px 8px rgba(6, 40, 61, 0.12);
  padding: 48px 24px;
  margin-top: 40px;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  max-height: 736px;
  overflow: hidden;
  height: 736px;
}
.pricing-card-single:hover {
  box-shadow: 0px 16px 48px rgba(6, 40, 61, 0.08);
  transform: translateY(-10px);
}
.pricing-card-head {
  text-align: center;
}
.pricing-head-speed-title img {
  width: 54px;
  height: 54px;
  margin-right: 12px;
}
.pricing-card-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500 !important;
  color: var(--primary-color);
  margin-bottom: 22px;
  transition: all 0.4s ease;
}

.pricing-card-price {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 700 !important;
  transition: all 0.4s ease;
}
.pricing-card-price span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 4px;
  transition: all 0.4s ease;
}
.pricing-card-btn .theme-btn {
  display: block;
  width: 100%;
  border: none;
}
.pricing-card-bottom {
  margin-top: 24px;
}

.pricing-card-bottom-title {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 600 !important;
  padding-bottom: 4px;
  margin-bottom: 24px;
  transition: all 0.4s ease;
}
.pricing-card-bottom-title::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: var(--primary-color);
  bottom: -1px;
  left: 50%;
  display: block;
  margin-left: -30%;
  transition: all 0.4s ease;
}
.pricing-card-bottom-head {
  text-align: center;
}
.pricing-card-list li {
  margin-bottom: 16px;
  color: var(--title-color);
  font-size: 16px;
  transition: all 0.4s ease;
  position: relative;
  padding-left: 32px;
}
.pricing-card-list li::before {
  position: absolute;
  content: "\f34b";
font-family: uicons-regular-rounded !important;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #4361ee14;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  color: var(--primary-color);
  transition: all 0.4s ease;
}
.pricing-card-list li:last-child {
  margin-bottom: 0;
}

.isp-standard-v1-pricing-tab-menu {
  margin-bottom: 10px;
}
.pricing-section-bottom {
  text-align: center;
  margin-top: 56px;
}
.pricing-section-bottom .theme-btn i {
  margin: 0;
  margin-right: 8px;
  font-size: 15px;
  position: relative;
  top: 2px;
}

.pricing-card-list li i {
  width: 24px;
  height: 24px;
  background: #4361ee14;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: var(--primary-color);
  line-height: 26px;
  font-size: 12px;
  margin-right: 8px;
  transition: all 0.4s ease;
}

.pricing-card-single .pricing-card-btn .theme-btn i {
  margin-left: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.pricing-card-single .pricing-card-btn:hover .theme-btn i {
  margin-left: 6px;
  opacity: 1;
  visibility: visible;
}
.pricing-sticker {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--secondary-color);
  color: var(--white-color);
  padding: 6px 12px;
  font-weight: 500;
  font-size: 12px;
  transition: all 0.4s ease;
  border-radius: 0px 8px 0px 8px;
}
.pricing-sticker i {
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: var(--white-color);
}
.pricing-head-speed-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.isp-standard-v1-pricing-bottom-btn {
  margin-top: 56px;
  text-align: center;
}

.isp-standard-v1-pricing-bottom-btn .theme-btn {
  border: none;
}
.pricing-order-request-modal {
  padding: 24px 24px 32px 24px;
  border: none !important;
  margin: 0 !important;
  width: 460px !important;
}
.pricing-request-modal-header {
  text-align: right;
}
.pricing-request-modal-header button {
  padding: 0;
  border: none;
  color: var(--primary-color);
  width: 34px;
  height: 34px;
  line-height: 39px;
  background: #4361ee14;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.4s ease;
}
.pricing-request-modal-header button:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.pricing-request-modal-body {
  margin-top: 40px;
}
.pricing-request-modal-form .form-group label {
  margin-bottom: 8px;
  margin-left: 12px;
  font-size: 15px;
}
.pricing-request-modal-form .form-group {
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
.pricing-request-modal-form .form-group input {
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  color: var(--title-color);
  font-size: 15px;
  padding: 12px 16px;
}
.pricing-request-modal-form .form-group input:focus,
.pricing-request-modal-form .form-select:focus {
  border: 1px solid var(--primary-color);
  box-shadow: none;
}
.pricing-request-modal-form .form-select {
  width: 100%;
  height: 48px;
  border-radius: 0px;
  font-size: 15px;
  background-image: none;
  line-height: 23px;
  padding: 12px 16px;
  margin: 0;
}
.pricing-request-modal-form .nice-select.open .list {
  width: 100%;
  box-shadow: 0px 4px 8px rgba(6, 40, 61, 0.12);
  border-radius: 0px;
}
.pricing-request-modal-form .nice-select .option {
  font-size: 15px;
  color: var(--paragraph-color);
}
.pricing-request-modal-form .nice-select .option:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.pricing-request-modal-form .nice-select::after {
  border-bottom: 2px solid var(--paragraph-color);
  border-right: 2px solid var(--paragraph-color);
  right: 20px;
}
.pricing-request-modal-form .option.selected.focus {
  font-weight: 500;
}
.pricing-request-modal-form .nice-select.form-select.disabled {
  border: 1px solid transparent;
  background: #4361ee14;
}
.pricing-request-modal-form .nice-select.form-select.disabled::after {
  display: none;
}
.pricing-order-request-modal {
  overflow: hidden;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  scrollbar-width: thin;
  margin-top: 20px;
  overflow-y: scroll;
}

.pricing-order-request-modal::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.pricing-order-request-modal::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border: 3px solid var(--scrollbarBG);
  border-radius: 8px;
}
.pricing-order-request-modal {
  --scrollbarBG: #fff;
  --thumbBG: var(--primary-color);
}
.pricing-order-request-modal::-webkit-scrollbar {
  width: 10px;
}
.pricing-request-modal-btn .theme-btn {
  width: 100%;
  display: block;
  border: none;
}
.pricing-request-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-request-modal-header h3 {
  margin: 0;
  font-weight: 600 !important;
  font-size: 24px;
}
#offcanvasRight {
  display: block !important;
}
.offcanvas-backdrop.show {
  opacity: 0.7;
  background: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .pricing-card-price {
    font-size: 26px;
  }
  .pricing-card-list li {
    font-size: 15px;
    position: relative;
    padding-left: 36px;
  }
  .pricing-card-list li i {
    position: absolute;
    top: 3px;
    left: 0;
  }
  .pricing-request-modal-header h3 {
    font-size: 20px;
  }
  .isp-standard-v1-pricing-tab-menu.is-sticky .list-group-item {
    color: var(--white-color);
    border: 1px solid transparent !important;
  }
  .isp-standard-v1-pricing-tab-menu .list-group-item {
    font-size: 14px;
    padding: 15px 16px;
  }
}

/*================================================================================================
	  End Pricing Area
==================================================================================================*/
