/**
 * Copyright (C) Skillworks IT Solutions - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Skillworks IT <contact@skillworksit.com>, Jan 2023
 */

/* --------------- pricing styles --------------- */
.pricing.style-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#010049), to(#157aa6));
  background: -webkit-linear-gradient(top, #010049, #157aa6);
  background: -o-linear-gradient(top, #010049, #157aa6);
  background: linear-gradient(to bottom, #010049, #157aa6);
  position: relative;
}

.pricing.style-2 .shap_l {
  position: absolute;
  left: 0;
  top: 20%;
  max-width: 30%;
}

.pricing.style-2 .shap_r {
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  max-width: 30%;
}

.pricing.style-2 .toggle_switch .form-check-label {
  pointer-events: none;
}

.pricing.style-2 .yearly_price,
.pricing.style-2 .monthly_price {
  display: none;
}

.pricing.style-2 .yearly_price.show,
.pricing.style-2 .monthly_price.show {
  display: block;
}

.pricing_card.style-2 {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 85px 50px 50px;
  border: 1px solid #3d9dd1;
}

.pricing_card.style-2 p {
  text-transform: uppercase;
  margin: 30px 0 15px;
  font-size: 16px;
}

.pricing_card.style-2 .price .h2 small {
  font-size: 13px;
  position: relative;
  top: -12px;
}

.pricing_card.style-2 ul {
  min-height: 164px;
}

.pricing_card.style-2 ul li {
  border-color: #3d9dd181 !important;
}

.pricing_card.style-2 .hint {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #1f3f85;
  text-transform: capitalize;
}

.pricing_card.style-2.recommended::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: var(--color-lightBlue);
}

.pricing.style-3 {
  position: relative;
}

.pricing.style-3 .testi_lines {
  position: absolute;
  bottom: -10px;
}

.pricing-card.style-3 {
  padding: 30px;
  border-radius: 20px;
  background-color: #f3f2f7;
}

.pricing-card.style-3 .card-head {
  border-bottom: 1px solid #9993;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-card.style-3 .card-head h4 {
  font-size: 19px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card.style-3 .card-head h4 small {
  font-size: 10px;
  font-weight: 400;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff !important;
  background-color: #6e27ff;
  margin: 0 5px;
}

.pricing-card.style-3 .card-head small {
  font-size: 11px;
  color: #999999;
}

.pricing-card.style-3 .card-head .price {
  text-align: right;
}

.pricing-card.style-3 .card-head .price h5 {
  font-size: 20px;
  color: var(--color-blue2);
  font-weight: bold;
}

.pricing-card.style-3 .card-body {
  min-height: 180px;
  padding: 20px 0;
}

.pricing-card.style-3 .card-body li {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card.style-3 .card-body li small {
  font-size: 11px;
  margin: 5px 0;
}

.pricing-card.style-3 .card-body li i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color-blue2);
  font-size: 20px;
  margin-right: 10px;
}

.pricing-card.style-3.dark-card {
  background-color: var(--color-blue2);
}

.pricing-card.style-3.dark-card .card-head {
  border-bottom: 1px solid #9999ff;
}

.pricing-card.style-3.dark-card .card-head h4,
.pricing-card.style-3.dark-card .card-head h5 {
  color: #fff;
}

.pricing-card.style-3.dark-card .card-head small {
  color: #9999ff;
}

.pricing-card.style-3.dark-card .card-body li {
  color: #fff;
}

.pricing-card.style-3.dark-card .card-body li i {
  color: #9999ff;
}

.pricing-card.style-3.dark-card .btn {
  background-color: #fff !important;
}

.pricing-card.style-3.dark-card .btn span {
  color: #000;
}

.pricing.style-4 .form-check-input.bg-blue4 {
  background-color: var(--color-blue4);
  border-color: var(--color-blue4);
}

.pricing.style-4 .content .row .col-lg-6:nth-of-type(1) .price-card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -1px;
}

.pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8f7fd;
}

.pricing.style-4 .content .price-card {
  position: relative;
  border: 1px solid #e9e8ee;
  border-radius: 15px;
  padding: 40px;
}

.pricing.style-4 .content .price-card .off {
  position: absolute;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-image: url(../img/pricing/off.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  right: 45px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.pricing.style-4 .content .price-card .price-header {
  border-bottom: 1px solid #e9e8ee;
}

.pricing.style-4 .content .price-card .price-header h6 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing.style-4 .content .price-card .price-header h6 .icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.pricing.style-4 .content .price-card .price-header h2 {
  font-size: 37px;
  color: #000;
  margin: 12px 0 5px;
}

.pricing.style-4 .content .price-card .price-header h2 small {
  font-size: 15px;
  font-weight: 300;
}

.pricing.style-4 .content .price-card .price-header p {
  font-size: 12px;
  color: #666;
}

.pricing.style-5 .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #edf2fa;
  padding: 7px;
  border-radius: 50px;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-label {
  color: #000;
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-label small {
  padding: 1px 5px;
  font-size: 10px;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-input:checked~.form-check-label {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px #0001;
  box-shadow: 0 5px 5px #0001;
}

.pricing.style-5 .content {
  min-width: 800px;
  margin-top: 50px;
}

.pricing.style-5 .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7f7f7f;
}

.pricing.style-5 .content .price-head .price-headTitle {
  width: 34%;
}

.pricing.style-5 .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  text-align: center;
  padding: 30px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pricing.style-5 .content .price-head .price-headItem .label {
  position: absolute;
  top: -30px;
  right: 15px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: bold;
  background-image: url(../images/icons/serv_icons/label_success.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.pricing.style-5 .content .price-head .price-headItem h6 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing.style-5 .content .price-head .price-headItem h2 {
  font-size: 45px;
  margin-bottom: 5px;
}

.pricing.style-5 .content .price-head .price-headItem h2 span {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}

.pricing.style-5 .content .price-head .price-headItem small {
  font-size: 11px;
  color: #666;
  display: block;
  line-height: 1.5;
}

.pricing.style-5 .content .price-body .price-bodyItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}

.pricing.style-5 .content .price-body .price-bodyItems:last-of-type {
  border: 0;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle {
  width: 34%;
  padding: 15px 0;
  font-size: 14px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  position: relative;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info {
  font-size: 11px;
  color: #999;
  margin: 0 3px;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info:hover {
  color: #044959;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  text-align: center;
  width: 250px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content .title {
  color: #044959;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info:hover .hidden_content {
  opacity: 1;
  visibility: visible;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item {
  width: 22%;
  padding: 15px 0;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item i {
  color: #044959;
  font-size: 20px;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item span {
  color: #000;
  font-size: 14px;
}

.pricing.style-5 .content .price-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pricing.style-5 .content .price-foot .price-footTitle {
  width: 34%;
}

.pricing.style-5 .content .price-foot .price-footItem {
  width: 22%;
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.pricing.style-5 .monthly_price {
  display: none;
}

.pricing.style-8 .pricing-head {
  padding: 100px 0 70px;
  background-color: #000;
}

.pricing.style-8 .pricing-head .ui-widget-content {
  border-radius: 15px !important;
  height: 5px;
  border: 0;
  background-color: #151515;
  position: relative;
}

.pricing.style-8 .pricing-head .ui-state-default,
.pricing.style-8 .pricing-head .ui-widget-content .ui-state-default,
.pricing.style-8 .pricing-head .ui-widget-header .ui-state-default,
.pricing.style-8 .pricing-head .ui-button,
.pricing.style-8 .pricing-head html .ui-button.ui-state-disabled:hover,
.pricing.style-8 .pricing-head html .ui-button.ui-state-disabled:active {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  top: -6px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.pricing.style-8 .pricing-head .ui-slider-horizontal .ui-slider-range-min {
  background-color: var(--color-main);
}

.pricing.style-8 .pricing-head .users-number {
  color: #606060;
  display: inline-block;
  position: absolute;
  left: 0;
}

.pricing.style-8 .pricing-head .users-number input {
  background: transparent;
  border: 0;
  width: 35px !important;
  color: #fff;
  margin-top: 15px;
  min-width: none;
  font-weight: bold;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #131313;
  padding: 5px;
  border-radius: 50px;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-label {
  color: #fff;
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-label small {
  padding: 1px 5px;
  font-size: 10px;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-input {
  display: none;
}

.pricing.style-8 .pricing-head .pricing-tabsHead .price-radios .form-check .form-check-input:checked~.form-check-label {
  background-color: var(--color-orange1);
  -webkit-box-shadow: 0 5px 5px #0001;
  box-shadow: 0 5px 5px #0001;
}

.pricing.style-8 .pricing-body {
  position: relative;
}

.pricing.style-8 .pricing-body::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
}

.pricing.style-8 .pricing-body .content {
  padding-bottom: 100px;
  border-bottom: 1px solid #9993;
}

.pricing.style-8 .pricing-body .popular-head {
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--color-orange1);
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing.style-8 .pricing-body .pricing-card {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}

.pricing.style-8 .pricing-body .pricing-card:hover .price .price-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.pricing.style-8 .pricing-body .pricing-card:hover .price p {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 1;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-title {
  margin-bottom: 40px;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-title h2 {
  font-weight: bold;
  font-size: 30px;
  text-transform: capitalize;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-title p {
  font-size: 16px;
  color: #666;
}

.pricing.style-8 .pricing-body .pricing-card .price {
  position: relative;
  margin-bottom: 40px;
  height: 60px;
  border-radius: 50px;
  background-color: #eff4fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.pricing.style-8 .pricing-body .pricing-card .price p {
  font-size: 16px;
  color: var(--color-main);
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing.style-8 .pricing-body .pricing-card .price .price-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  background-color: var(--color-main);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  visibility: hidden;
}

.pricing.style-8 .pricing-body .pricing-card .price .price-btn i {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-info li {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}

.pricing.style-8 .pricing-body .pricing-card .pricing-info li .icon {
  width: 20px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}

.pricing.style-9 .pricing-card {
  padding: 50px;
  background-color: #fff;
  border-radius: 6px;
}

.pricing.style-9 .pricing-card .card-head {
  margin-bottom: 20px;
}

.pricing.style-9 .pricing-card .card-head h5 {
  font-size: 20px;
  color: var(--color-darkBlue2);
  font-weight: bold;
  margin-bottom: 5px;
}

.pricing.style-9 .pricing-card .card-head p {
  color: #666;
  font-size: 14px;
}

.pricing.style-9 .pricing-card .price {
  font-size: 40px;
  color: var(--color-darkBlue2);
}

.pricing.style-9 .pricing-card .price small {
  font-size: 20px;
  font-weight: 300;
}

.pricing.style-9 .pricing-card .hightLight {
  color: #6c41ff;
  padding: 5px 10px;
  text-align: center;
  background-color: #f1eeff;
  margin-bottom: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 5px;
  display: inline-block;
}

.pricing.style-9 .pricing-card li {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.pricing.style-9 .offer-text {
  text-align: center;
  color: var(--color-darkBlue2);
  font-size: 18px;
  margin-top: 50px;
}

.pricing.style-9 .offer-text a {
  color: #6c41ff;
  text-decoration: underline !important;
}

.pricing.style-10 .pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricing.style-10 .pricing-table .table-titles {
  width: 30%;
}

.pricing.style-10 .pricing-table .table-titles .main-head {
  padding: 45px;
}

.pricing.style-10 .pricing-table .table-titles .main-head .icon {
  margin-bottom: 20px;
}

.pricing.style-10 .pricing-table .table-titles .main-head .icon img {
  height: 80px;
}

.pricing.style-10 .pricing-table .table-titles .main-head p {
  color: #666;
}

.pricing.style-10 .pricing-table .table-titles .main-head p strong {
  color: #000;
}

.pricing.style-10 .pricing-table .table-titles .main-body {
  background-color: #f7f7f7;
  padding: 45px;
  border-radius: 8px 0 0 8px;
}

.pricing.style-10 .pricing-table .table-titles .main-body li {
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #9993;
}

.pricing.style-10 .pricing-table .table-titles .main-body li:first-of-type {
  padding-top: 0;
}

.pricing.style-10 .pricing-table .table-titles .main-body li:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.pricing.style-10 .pricing-table .table-body-card {
  width: calc(70% / 3);
  position: relative;
  border-radius: 8px 8px 0 0;
}

.pricing.style-10 .pricing-table .table-body-card .sub-head {
  height: 237px;
  padding: 40px;
}

.pricing.style-10 .pricing-table .table-body-card .sub-head h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.pricing.style-10 .pricing-table .table-body-card .sub-head h2 small {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body {
  border: 15px solid #f7f7f7;
  text-align: center;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul li {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  border-bottom: 1px solid #9992;
  text-transform: capitalize;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul li:first-of-type {
  padding-top: 0;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul li:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.pricing.style-10 .pricing-table .table-body-card .sub-body ul li strong {
  font-size: 12px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  display: none;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card {
  background-color: #8169f1;
  color: #fff;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-head h2 small {
  color: #fff;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body {
  border: 15px solid #8169f1;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body ul {
  background-color: #8169f1;
}

.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body ul li {
  border-color: #fff2;
}
.bg-gray5 {
  background-color: #f3f7fe;
}
.btQuoteSliderValue {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  bottom: 7px;
}
.next-button {
  margin-right: 3em;
}
@media (max-width: 411px) {
  .next-button {
    margin-right: 0em;
  }
  .btQuoteSliderValue {
    bottom: 0px;
  }
}

input[type=range]::-webkit-slider-thumb {
  display: block; 
  min-width: 35px;
  height: 35px;
  /* -ms-touch-action: none;
  touch-action: none; */
  border-radius: 50%;
  background: #044959 !important;
  position: relative;
  top:-10px;
}
.input[type=range] {
  position: relative;
}
.ui-slider-handle {
  position: relative;
  top:4px;
}
.btQuoteItem {
  position: relative;
}
