.new-pricing {
	margin:70px 0;
}
.new-pricing thead {
	background: linear-gradient(75deg, #073482, #014cda) !important;
	color: white;	
}
.new-pricing thead th {
	border-bottom: 3px solid #063a96;
	font-weight: bold;
	font-size: 16px;
	padding: 20px;
}
.new-pricing .order-btn {
	background: #8392a5;
	color: white;
	padding: 10px 20px;
	box-shadow: 0px 0px 5px 0px #afafaf;
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	transition: .2s all;
}
.new-pricing .order-btn:hover {
	padding-left:25px;
}
.new-pricing .table th,.new-pricing .table td {
	vertical-align:middle;
}
.new-pricing tbody tr {
	background: #f5f8ff;
	box-shadow: 0px 5px 5px 0px #d8d8d8;
	border-bottom: 2px solid #eaecf2;
	transition:.1s all;
}
.new-pricing tbody tr:hover {
	transform: scale(1.02);
	background: #fff;
}
/* line 4, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: block;
  overflow: hidden;
  border: none;
  border-radius: 1rem;
}

/* line 10, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-header {
  padding: 30px;
  background: #e5e9f2;
}

/* line 13, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-header h6 {
  opacity: .8;
  font-size: 14px;
}

/* line 17, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-header .price {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

/* line 22, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-header .price span {
  font-size: 20px;
  vertical-align: text-top;
  padding-right: 2px;
}

/* line 27, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-header .price small {
  font-size: 20px;
  font-weight: 500;
}

/* line 32, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-header .p-month {
  font-size: 14px;
}

/* line 36, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 25px 40px;
}

/* line 40, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li {
  font-size: 15px;
  line-height: 30px;
}

/* line 41, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li i {
  font-size: 12px;
}

/* line 44, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li .icon-check {
  color: #28a745;
}

/* line 47, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li .icon-cancel {
  color: #dc3545;
}

/* line 52, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li span {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #343232;
}

/* line 57, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li .text-under-line {
  border-bottom: 1px solid rgba(30, 39, 59, 0.15);
}

/* line 61, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .pricing-content .pricing-feature-list li.text-deem {
  opacity: 0.5;
}

/* line 67, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack.popular-price .pricing-header {
  background: #0948b3;
}

/* line 69, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack.popular-price .pricing-header h6 {
  opacity: 1;
}

/* line 77, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack-2 {
  padding: 45px 32px;
}

/* line 79, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack-2 .pricing-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  width: 64px;
  line-height: 64px;
  margin: 0 auto 32px;
}

/* line 88, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack-2 .package-title {
  font-weight: 400;
}

/* line 91, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack-2 .pricing-price {
  position: relative;
}

/* line 93, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack-2 .pricing-price:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  height: 2px;
  width: 32px;
  margin-left: -16px;
  background: #0948b3;
}

/* line 104, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack-2 .pricing-price small {
  color: #dad8d8;
}

/* line 107, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack-2 .pricing-price .price-cycle {
  font-weight: 400;
}

/* line 112, src/assets/scss/components/price-section/_price-1.scss */
.feature-price {
  position: relative;
  overflow: hidden;
}

/* line 115, src/assets/scss/components/price-section/_price-1.scss */
.feature-price .package-featured .label-corner {
  top: -15px;
  right: 15px;
  left: auto;
  -webkit-transform: rotate(45deg) translateX(50%);
          transform: rotate(45deg) translateX(50%);
}

/* line 122, src/assets/scss/components/price-section/_price-1.scss */
.feature-price .label-corner {
  top: 16px;
  right: -25px;
  width: 100px;
  position: absolute;
  max-height: 19px;
  font-size: 11px;
  padding: 4px;
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  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;
}

/* line 139, src/assets/scss/components/price-section/_price-1.scss */
.price-2 .pricing-price:after {
  top: auto;
  bottom: 0;
}

/* line 146, src/assets/scss/components/price-section/_price-1.scss */
.card.single-pricing-pack {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-shadow: 0 0 0 1px rgba(93, 118, 174, 0.15);
          box-shadow: 0 0 0 1px rgba(93, 118, 174, 0.15);
  border-radius: 1rem !important;
}

/* line 152, src/assets/scss/components/price-section/_price-1.scss */
.card.single-pricing-pack:hover {
  z-index: 2;
}

/* line 157, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .card-body {
  color: #8492a6;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 162, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack .card-body.px-5 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

/* line 166, src/assets/scss/components/price-section/_price-1.scss */
.pricing-header {
  position: relative;
  background: transparent;
}

/* line 171, src/assets/scss/components/price-section/_price-1.scss */
.pricing-header .price {
  font-size: 35px;
}

/* line 175, src/assets/scss/components/price-section/_price-1.scss */
.pricing-header .price span {
  font-size: 14px;
  margin-left: 4px;
}

/* line 180, src/assets/scss/components/price-section/_price-1.scss */
.pricing-header::after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: radial-gradient(at center center, #dee4ef 0px, rgba(255, 255, 255, 0) 75%);
}

/* line 192, src/assets/scss/components/price-section/_price-1.scss */
.pricing-feature-list li {
  font-size: 15px;
  line-height: 32px;
  color: #a7a5a5;
}

/* line 198, src/assets/scss/components/price-section/_price-1.scss */
.pricing-feature-list li i {
  font-size: 14px;
}

/* line 201, src/assets/scss/components/price-section/_price-1.scss */
.single-pricing-pack li.del {
  opacity: 0.7;
}

/* line 204, src/assets/scss/components/price-section/_price-1.scss */
.pricing-feature-list li span {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #5b5858;
  font-size: 15px;
}

/*pricing switch style*/
/* line 213, src/assets/scss/components/price-section/_price-1.scss */
.yearly-price {
  display: none;
}

/* line 217, src/assets/scss/components/price-section/_price-1.scss */
.switch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 222, src/assets/scss/components/price-section/_price-1.scss */
.form-switch {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 230, src/assets/scss/components/price-section/_price-1.scss */
.form-switch span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

/* line 238, src/assets/scss/components/price-section/_price-1.scss */
.form-switch .switch-icon {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 25px;
  border: 1px solid rgba(93, 118, 174, 0.15);
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 251, src/assets/scss/components/price-section/_price-1.scss */
.form-switch .switch-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 17px;
  background-color: #0948b3;
  border-radius: 15px;
  -webkit-transform: translate3d(4px, 3px, 0);
          transform: translate3d(4px, 3px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 263, src/assets/scss/components/price-section/_price-1.scss */
.form-switch input {
  display: none;
}

/* line 267, src/assets/scss/components/price-section/_price-1.scss */
.form-switch input:checked + .switch-icon::after {
  -webkit-transform: translate3d(29px, 3px, 0);
          transform: translate3d(29px, 3px, 0);
}

/* line 271, src/assets/scss/components/price-section/_price-1.scss */
.form-switch .beforeinput.text-success, .form-switch .afterinput.text-success {
  color: #0948b3 !important;
}

/*compare pricing table*/
/* line 276, src/assets/scss/components/price-section/_price-1.scss */
.table-bordered.comparision-table thead td, .comparision-table.table-bordered thead th {
  border-bottom-width: 1px;
}

/* line 280, src/assets/scss/components/price-section/_price-1.scss */
.comparision-price {
  font-weight: 700;
}

/* line 284, src/assets/scss/components/price-section/_price-1.scss */
.comparision-price span {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 400;
}

/* line 290, src/assets/scss/components/price-section/_price-1.scss */
.comparision-table-body tr > td {
  font-size: 13px;
  padding: 6px;
  min-width: 180px;
}

/* line 296, src/assets/scss/components/price-section/_price-1.scss */
.comparision-table-body tr > td p {
  padding-left: 10px;
  margin-bottom: 0;
}

/*domain hosting provider compare table*/
/* line 302, src/assets/scss/components/price-section/_price-1.scss */
td.td-blank {
  border: none !important;
}

/* line 306, src/assets/scss/components/price-section/_price-1.scss */
.provider-logo img {
  display: inline-block;
  max-width: 100px;
  min-height: 13px;
  max-height: 34px;
}

/* line 316, src/assets/scss/components/price-section/_price-1.scss */
.offer-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

/* line 323, src/assets/scss/components/price-section/_price-1.scss */
.offer-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/offer-bg.png") no-repeat center center/cover;
}

/* line 334, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table {
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-collapse: unset;
  border-spacing: 0 10px;
}

/* line 343, src/assets/scss/components/price-section/_price-1.scss */
.domain-search-result-table tr.vps-pricing-row {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

/* line 346, src/assets/scss/components/price-section/_price-1.scss */
.domain-search-result-table tr.vps-pricing-row td p {
  margin-bottom: 0;
}

/* line 353, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table > thead {
  background-color: transparent;
  border-radius: 4px;
}

/* line 358, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table.vps-hosting-pricing-table-two {
  border-collapse: collapse;
}

/* line 362, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table > thead > tr > th {
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
}

/* line 371, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row {
  text-align: left;
  background-color: #fff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 378, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td:first-child {
  border-left: 2px solid transparent;
  border-radius: 2px 0 0 2px;
}

/* line 382, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td:first-child {
  border-left: 3px solid rgba(93, 118, 174, 0.15);
}

/* line 385, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row:hover td {
  border-color: #0948b3;
}

/* line 388, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td:last-child {
  border-right: 2px solid transparent;
  border-radius: 0 2px 2px 0;
  text-align: right;
}

/* line 393, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table-two > thead {
  border: 2px solid rgba(93, 118, 174, 0.15);
  border-top: none;
  background: #e5e9f2;
}

/* line 398, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table-two .vps-pricing-row {
  border: 2px solid rgba(93, 118, 174, 0.15);
  border-left: 2px solid transparent;
}

/* line 402, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table-two .vps-pricing-row > td:last-child {
  border-right: initial;
}

/* line 406, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table > tbody > tr > td {
  padding: 20px 20px;
  border-right: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}

/* line 414, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table.domain-search-result-table > tbody > tr > td {
  font-size: 14px;
}

/* line 417, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td {
  border: none;
}

/* line 421, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .rate {
  font-size: 20px;
  font-weight: 700;
  color: #f67a3c;
  font-family: "Roboto", sans-serif;
}

/* line 428, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .rate span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  opacity: 0.8;
  color: #8392a5;
}

/* line 436, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .score-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 447, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .geekbench-score {
  font-weight: 400;
  margin-right: 15px;
}

/* line 452, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .score-bar-wrap .score-bar-item {
  min-width: 40px;
  height: 14px;
  font-size: 55%;
  border-radius: 30px;
  font-weight: 400;
  background-color: #e5e9f2;
  position: relative;
}

/* line 462, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .pricing-onsale, .vps-hosting-pricing-table .cpu-core {
  display: block;
  font-size: 14px;
  color: #8392a5;
  margin-top: 4px;
  font-weight: 400;
}

/* line 470, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table > tbody > tr > td:first-child::before {
  content: attr(data-value);
  display: none;
  width: initial;
  height: initial;
  background-color: transparent;
  position: relative;
  left: initial;
  top: initial;
  opacity: 1;
}

/* line 482, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td:before {
  content: attr(data-value);
  display: none;
}

/* line 487, src/assets/scss/components/price-section/_price-1.scss */
table > tbody > tr > td:first-child:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #1062fe;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 991px) {
  /* line 503, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > thead {
    display: none;
  }
  /* line 507, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    width: 45%;
    float: left;
    margin: 0 15px 28px 15px;
  }
  /* line 523, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > tbody > tr {
    padding: 15px;
  }
  /* line 526, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > tbody > tr > td {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
  }
  /* line 532, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row:hover.border-accent-primary > td:first-child {
    margin-bottom: 0;
    border-radius: 0;
    border-left: none;
  }
  /* line 538, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row > td:first-child {
    border-left: none;
    border-radius: 0;
  }
  /* line 543, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > tbody > tr > td:first-child::before {
    display: block;
    width: 45%;
  }
  /* line 548, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row > td:before {
    display: block;
    width: 45%;
  }
  /* line 553, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > tbody > tr > td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 564, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row > td:last-child::before {
    display: none;
  }
  /* line 568, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row > td:last-child {
    text-align: center !important;
    margin: auto;
  }
}

@media (max-width: 768px) {
  /* line 576, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 584, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row td a.primary-solid-btn {
    padding: 8px 12px !important;
  }
}

/*====================================
       06. CUSTOM VPS PLAN CSS
======================================*/
/* line 593, src/assets/scss/components/price-section/_price-1.scss */
.vps-switch-wrap {
  position: relative;
  width: 100%;
  display: block;
}

/* line 598, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box {
  padding: 12px 25px;
}

/* line 601, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box .slider .tooltip.top {
  display: none;
}

/* line 604, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-info-box {
  padding: 34px;
}

/* line 608, src/assets/scss/components/price-section/_price-1.scss */
.single-vps-item {
  width: 100%;
  display: block;
  padding: 15px;
  min-width: 298px;
}

/* line 615, src/assets/scss/components/price-section/_price-1.scss */
.custom-vps-list li {
  margin-bottom: 5px;
  display: inline-block;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 621, src/assets/scss/components/price-section/_price-1.scss */
  .custom-vps-list li {
    width: 45%;
    display: inline-block;
    margin-bottom: 10px;
  }
  /* line 626, src/assets/scss/components/price-section/_price-1.scss */
  .single-vps-item {
    padding: 12px 5px;
  }
}

@media (min-width: 320px) and (max-width: 576px) {
  /* line 631, src/assets/scss/components/price-section/_price-1.scss */
  .custom-plan-box {
    margin-bottom: 15px;
  }
  /* line 634, src/assets/scss/components/price-section/_price-1.scss */
  .custom-vps-list li {
    width: 100%;
  }
  /* line 637, src/assets/scss/components/price-section/_price-1.scss */
  .custom-vps-list li.list-inline-item:not(:last-child) {
    margin-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  /* line 642, src/assets/scss/components/price-section/_price-1.scss */
  .single-vps-item {
    min-width: 210px;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  /* line 647, src/assets/scss/components/price-section/_price-1.scss */
  .single-vps-item {
    min-width: 245px;
  }
}

/* line 652, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box .slider .tooltip.top .tooltip-arrow {
  border: 0;
}

/* line 656, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box .slider.slider-horizontal {
  width: 100%;
}

/* line 660, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box .slider.slider-horizontal .slider-track {
  height: 10px;
}

/* line 664, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box .slider-selection {
  background: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0948b3;
}

/* line 675, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box .slider-track {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(93, 118, 174, 0.15);
  position: relative;
}

/* line 686, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box .slider-handle {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  background: none;
  background-color: #fff;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  border: 8px solid #0948b3;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* line 704, src/assets/scss/components/price-section/_price-1.scss */
.custom-plan-box .slider-handle:hover, .custom-plan-box .slider-handle:focus {
  background-color: #fafafa;
  border: 8px solid #0948b3;
}

/* line 711, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-wrapper {
  position: relative;
  display: block;
  border-radius: 1rem;
}

/* line 716, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-wrapper .pricing-price .p-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
}

/* line 724, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-wrapper:after {
  content: '';
  position: absolute;
  background-color: #0948b3;
  border-radius: 3px;
  width: 50%;
  height: 3px;
  top: 2px;
  left: 0;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/* line 736, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-wrapper li {
  padding: 5px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px dashed #e5e9f2;
}

/* line 741, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-wrapper li:first-child {
  border-top: none;
}

/* line 744, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-wrapper li i {
  font-size: 14px;
}

/* line 747, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-wrapper li p {
  margin-bottom: 0;
  font-size: 14px;
  color: #6c757d;
}

/* line 751, src/assets/scss/components/price-section/_price-1.scss */
.pricing-new-wrapper li p strong {
  color: initial;
}

/* line 761, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  cursor: pointer;
}

/* line 775, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 779, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_header .package_name {
  width: 145px;
  padding-right: 20px;
  position: relative;
  text-align: left;
}

/* line 784, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_header .package_name h3 {
  font-size: 18px;
  line-height: 24px;
}

/* line 789, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_header .package_icon {
  width: 60px;
  height: 60px;
  margin: 0 28px 0 0;
  position: relative;
  z-index: 2;
  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;
}

/* line 798, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_header .package_icon i {
  font-size: 40px;
}

/* line 804, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  width: 100%;
}

/* line 811, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_body-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 814, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_body-horizontal .package_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  border-right: 1px solid rgba(70, 78, 99, 0.25);
}

/* line 820, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_body-horizontal .package_list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
  margin-bottom: 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

/* line 826, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_body-horizontal .package_list .list-item .list-item-name {
  font-size: 18px;
  line-height: 20px;
  color: #06155a;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
}

/* line 834, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_body-horizontal .package_list .list-item .list-item-desc {
  font-size: 14px;
  line-height: 24px;
  color: #5b5858;
}

/* line 843, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_footer {
  margin-left: 15px;
  min-width: 160px;
}

/* line 847, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_footer .package-price .price-value {
  color: #06155a;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

/* line 853, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_footer .package-price .price-value .price-tax {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  opacity: .8;
  color: #5b5858;
}

/* line 861, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .single-price-package .package_footer .package-price p {
  color: #5b5858;
  opacity: 0.9;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
}

/* line 871, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .price-packages-pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 24px 24px;
}

/* line 875, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .price-packages-pack:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1011px) {
  /* line 882, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .price-packages-pack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 884, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .price-packages-pack .package_header {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* line 888, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .price-packages-pack .package_header .package_name {
    width: auto;
    min-width: unset;
    max-width: unset;
  }
  /* line 893, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .price-packages-pack .package_header .package_icon {
    margin-right: 0;
  }
  /* line 897, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .price-packages-pack .package_body {
    margin-bottom: 20px;
  }
  /* line 899, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .price-packages-pack .package_body .package_list {
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(70, 78, 99, 0.25);
  }
  /* line 905, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .price-packages-pack .package_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  /* line 909, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .price-packages-pack .package_footer .package-actions {
    width: auto;
    max-width: 180px;
    margin: auto;
  }
}

@media (max-width: 751px) {
  /* line 919, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .package_body-horizontal .package_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: none;
  }
  /* line 925, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .package_body-horizontal .package_list .list-item {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    padding: 17px 0;
  }
  /* line 928, src/assets/scss/components/price-section/_price-1.scss */
  .price-package-body .package_body-horizontal .package_list .list-item .list-item-desc {
    font-size: 13px !important;
  }
}

/* line 938, src/assets/scss/components/price-section/_price-1.scss */
.price-package-body .price-packages-pack:not(:last-of-type) {
  margin-bottom: 20px;
}

/* line 946, src/assets/scss/components/price-section/_price-1.scss */
.wp-price-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  justify-items: center;
  text-align: center;
  grid-auto-rows: 1fr;
}

/* line 954, src/assets/scss/components/price-section/_price-1.scss */
.wp-price-wrap .wp-single-price {
  border-radius: 1rem;
  padding: 40px;
  margin-top: 15px;
}

/* line 960, src/assets/scss/components/price-section/_price-1.scss */
.wp-price-wrap .wp-single-price li {
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 966, src/assets/scss/components/price-section/_price-1.scss */
.wp-price-wrap .wp-single-price:first-child {
  background: rgba(220, 53, 69, 0.12);
}

/* line 969, src/assets/scss/components/price-section/_price-1.scss */
.wp-price-wrap .wp-single-price:last-child {
  background: rgba(40, 167, 69, 0.12);
}

/* line 974, src/assets/scss/components/price-section/_price-1.scss */
.wp-price-wrap .wp-price-action .price {
  font-weight: 700;
}

/* line 976, src/assets/scss/components/price-section/_price-1.scss */
.wp-price-wrap .wp-price-action .price small {
  font-size: 20px;
}

@media (max-width: 991px) {
  /* line 984, src/assets/scss/components/price-section/_price-1.scss */
  .wp-price-wrap {
    display: block;
  }
}

/* line 992, src/assets/scss/components/price-section/_price-1.scss */
.compare-pricing-table table {
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 997, src/assets/scss/components/price-section/_price-1.scss */
.compare-pricing-table table thead {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1001, src/assets/scss/components/price-section/_price-1.scss */
.compare-pricing-table .t-hide {
  border: 0;
  background: transparent;
}

/* line 1005, src/assets/scss/components/price-section/_price-1.scss */
.compare-pricing-table .select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 1014, src/assets/scss/components/price-section/_price-1.scss */
.compare-content-body tr td {
  padding: 6px 15px;
  vertical-align: middle;
}

/* line 1018, src/assets/scss/components/price-section/_price-1.scss */
.compare-content-body tr td.compare-header {
  font-size: 15px;
  padding: 12px 15px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

/* line 1024, src/assets/scss/components/price-section/_price-1.scss */
.compare-content-body tr td.compare-title {
  max-width: 350px;
  font-size: 14px;
}

/* line 1033, src/assets/scss/components/price-section/_price-1.scss */
.domain-price-table thead {
  background: #0948b3;
  color: #fff;
}

/* line 1037, src/assets/scss/components/price-section/_price-1.scss */
.domain-price-table thead tr .dp-title {
  font-size: 16px;
  border-top-color: #0948b3;
  border-bottom: none;
}

/* line 1041, src/assets/scss/components/price-section/_price-1.scss */
.domain-price-table thead tr .dp-title:first-child {
  border-left-color: #0948b3;
}

/* line 1044, src/assets/scss/components/price-section/_price-1.scss */
.domain-price-table thead tr .dp-title:last-child {
  border-right-color: #0948b3;
}

/* line 1053, src/assets/scss/components/price-section/_price-1.scss */
.domain-price-body tr td {
  border-top: 1px dashed #e5e9f2;
  font-size: 14px;
  font-weight: 500;
  color: rgba(91, 88, 88, 0.9);
}

/* line 1059, src/assets/scss/components/price-section/_price-1.scss */
.domain-price-body tr td > span.domain-extension {
  font-size: 16px !important;
  font-weight: 600;
  color: #1a202c;
}

.color-accent.pricing-new-wrapper:after {
    background-color: #f67a3c;
}