/********** Pricing Area ************/
.sh-pricing .sh-pricing-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(144.78deg, #CFE4FF 34.29%, rgba(241, 247, 255, 0) 99.57%);
  border-radius: 50%;
  left: -30px;
  bottom: -40px;
  z-index: -1;
}
.sh-pricing .sh-pricing-circle-red {
  width: 45px;
  height: 45px;
  background: linear-gradient(287.85deg, #FF0766 0%, #FF7E5D 95.32%);
  border-radius: 50%;
  right: -55px;
  top: 60%;
  opacity: 30%;
}

.sh-pricing-top .tab-switch-btn .switch-input {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sh-pricing-column {
  padding: 30px 25px;
}
.sh-pricing-column .popular-badge {
  width: 160px;
  height: 30px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: -25px;
  top: 6px;
  padding: 0;
  line-height: 30px;
  font-weight: 500;
  padding-left: 20px;
}
.sh-pricing-column p {
  font-size: 14px;
}
.sh-pricing-column .saving-badge {
  background: rgba(255, 7, 102, 0.05);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 30px;
  color: #001042;
  margin-bottom: 20px;
  display: inline-block;
}
.sh-pricing-column .feature-list {
  height: auto;
}
.d-block {
  display: block !important;
}
.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

/********** pricing section start ***********/
.ds-pricing-item {
  padding: 40px 30px;
}
.ds-pricing-item .ds-pricing-list li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.ds-pricing-item .ds-pricing-list li span {
  color: #1C40F2;
  font-size: 14px;
}
.ds-pricing-item .ds-pricing-list.border-left {
  position: relative;
}
.ds-pricing-item .ds-pricing-list.border-left::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 1px;
  height: 80px;
  background: #E9E9E9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ds-pricing-item .item-bottom {
  gap: 24px;
}
.ds-pricing-item .item-price-amount h4 {
  color: #FF0766;
}
.ds-pricing-item .item-price-amount h4 span {
  font-size: 16px;
  font-weight: 500;
  color: #001042;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .ds-pricing-item .ds-pricing-list.border-left::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ds-pricing-item .ds-pricing-list.border-left::before {
    display: none;
  }
}

.ds-pricing-feature-item {
  padding: 24px;
}
.ds-pricing-feature-item span {
  width: 40px;
  height: 40px;
  background: linear-gradient(279.3deg, #001DAC 2.98%, #000F57 98.6%);
}
.ds-pricing-feature-item p {
  color: #001042;
}
/***********pricing section start***********/
.pricing-tab-section {
  margin-top: -120px;
  padding-top: 220px;
}
.pricing-tab-section.pricing-details-page {
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  .pricing-tab-section.pricing-details-page {
    padding-top: 65px;
  }
}

.tab-switch-btn span {
  color: #001042;
}
.tab-switch-btn .switch-input {
  width: 68px;
  height: 32px;
  left: 146px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.tab-switch-btn .switch-input:checked ~ .toggle-switch-btn::before {
  left: 30px;
}
.tab-switch-btn .toggle-switch-btn {
  width: 58px;
  height: 32px;
  border: 2px solid #001042;
  margin: 0 15px;
  cursor: pointer;
}
.tab-switch-btn .toggle-switch-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  border-radius: 50%;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.pricing-wrapper .frame-shape {
  left: -50px;
  top: -30px;
  z-index: -1;
}

.pricing-column {
  padding: 50px 30px;
}
.pricing-column .pricing-badge {
  background: linear-gradient(287.85deg, rgba(255, 7, 102, 0.1) 0%, rgba(255, 126, 93, 0.1) 95.32%);
  right: 30px;
  top: 30px;
  padding: 6px 18px;
  font-weight: 500;
  font-size: 15px;
}
.pricing-column .pricing-badge .gradient-txt {
  color: #F16262;
  font-size: 14px;
}
.pricing-column .popular-badge {
  background: linear-gradient(287.85deg, #FF0766 0%, #FF7E5D 95.32%);
  width: 370px;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  right: -90px;
  top: 55px;
}
.pricing-column .pricing-label {
  color: #1C40F2;
  font-size: 14px;
  font-weight: 600;
}
.pricing-column h4 span {
  font-size: 16px;
  font-weight: 600;
  margin-left: 6px;
}
.pricing-column .yearly-price {
  display: none;
}
.pricing-column .feature-list {
  height: 165px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 14px;
}
.pricing-column .feature-list.expand-list {
  height: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.pricing-column .feature-list li + li {
  margin-top: 12px;
}
.pricing-column .feature-list li i {
  color: #1C40F2;
}
.pricing-column .expand-btn {
  background-color: transparent;
  border: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
.pricing-column .expand-btn i {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background: rgba(0, 16, 66, 0.1);
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.pricing-column .expand-btn.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.money-back-area {
  padding: 60px 25px 50px 25px;
}
.money-back-area .money-back_ft-list {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.money-back-area .money-back_ft-list li {
  color: #001042;
  font-weight: 500;
}
.money-back-area .money-back_ft-list li i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  border-radius: 50%;
  color: #ffffff;
}

/*********migrate section start********/
@media (max-width: 1199.98px) {
  .migrate-hosting {
    padding: 60px 0;
  }
}
.migrate-hosting .rounded-plus {
  top: 80px;
  left: 80px;
  z-index: -1;
  width: 70px;
}
.migrate-hosting .migrate-frame {
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.migrate-hosting .line-wave {
  left: 50%;
  top: 100px;
  z-index: -1;
}

.light-bg {
  background-color: #F6F6F6;
}
/*********pricing section start*********/
.hm2-pricing-section .pricing-circle {
  left: -70px;
  bottom: -70px;
  z-index: -1;
}

.hm2-pricing-tab > ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 0;
  padding: 12px;
  padding-bottom: 0;
  border-radius: 50px;
}
.hm2-pricing-tab > ul li button {
  background: transparent;
  border: 0;
  color: #001042;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  margin-bottom: 12px;
  font-size: 14px;
}
.hm2-pricing-tab > ul li button.active {
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .hm2-pricing-tab > ul {
    border-radius: 5px;
  }
}

.hm2-pricing-single {
  padding: 40px 25px 30px;
}
.hm2-pricing-single .pricing-badge {
  background: linear-gradient(95.45deg, rgba(0, 130, 248, 0.2) 0.64%, rgba(28, 64, 242, 0.2) 98.23%);
  font-size: 15px;
  padding: 6px 18px;
  font-weight: 600;
  right: 25px;
  top: 25px;
}
.hm2-pricing-single .pricing-badge span {
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  -webkit-background-clip: text;
  color: transparent;
}
.hm2-pricing-single .popular-badge {
  width: 200px;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 0;
  right: -50px;
  top: 40px;
  text-align: center;
  background: url(../img/home2/badge.png);
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hm2-pricing-single .icon-wrapper {
  font-size: 36px;
}
.hm2-pricing-single .price-title span {
  font-size: 18px;
}
.hm2-pricing-single .pricing-deleted {
  color: #666666;
}
.hm2-pricing-single .pricing-deleted::before {
  content: "";
  position: absolute;
  left: -5px;
  width: calc(100% + 10px);
  height: 2px;
  background-color: #666666;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hm2-pricing-single .pricing-feature-list {
  list-style: disc;
  padding-left: 20px;
  font-size: 15px;
}
.hm2-pricing-single .pricing-feature-list li {
  color: #001042;
}
.hm2-pricing-single .pricing-feature-list li + li {
  margin-top: 8px;
}

.hm2-pricing-bottom ul li {
  font-weight: 600;
  color: #001042;
  margin-right: 24px;
  margin-bottom: 15px;
}
.hm2-pricing-bottom ul li i {
  width: 26px;
  height: 26px;
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  border-radius: 50%;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
}

/***********domain search *********/
.hm2-domain-search .circle-shape {
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  z-index: -1;
}
.hm2-domain-search .circle-half {
  top: 0;
  right: 150px;
  z-index: -1;
  opacity: 0.34;
}
.hm2-domain-search .red-object {
  right: 100px;
  top: 80px;
  z-index: -1;
}
.hm2-domain-search .blue-circle {
  right: 40px;
  top: 180px;
  z-index: -1;
}
.hm2-domain-search .wave-line {
  right: 40px;
  bottom: 80px;
  z-index: -1;
}
.hm2-domain-search .blue-object {
  top: 120px;
  left: 50%;
  z-index: -1;
}
.hm2-domain-search .domain-info {
  gap: 20px;
}
.hm2-domain-search .domain-info .info-box {
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .hm2-domain-search {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.hm2-dm-search-form input {
  padding: 16px 10px 16px 20px;
  border: 0;
  width: 75%;
  border-radius: 30px 0 0 30px;
}
.hm2-dm-search-form input::-webkit-input-placeholder {
  color: #C7C7C7;
}
.hm2-dm-search-form input::-moz-placeholder {
  color: #C7C7C7;
}
.hm2-dm-search-form input:-ms-input-placeholder {
  color: #C7C7C7;
}
.hm2-dm-search-form input::-ms-input-placeholder {
  color: #C7C7C7;
}
.hm2-dm-search-form input::placeholder {
  color: #C7C7C7;
}
.hm2-dm-search-form .form-select {
  width: 70px;
  border: 0;
  background-size: 12px 15px;
  padding-right: 0;
  color: #001042;
  font-weight: 500;
  border-radius: 0;
  padding: 16px 0;
  padding-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hm2-dm-search-form .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.hm2-dm-search-form .hm2-primary-btn {
  border-radius: 0 30px 30px 0;
}
@media (max-width: 575.98px) {
  .hm2-dm-search-form {
    margin-bottom: 90px;
  }
  .hm2-dm-search-form input {
    width: 100%;
  }
  .hm2-dm-search-form .form-select {
    border-radius: 0 30px 30px 0;
  }
  .hm2-dm-search-form .hm2-primary-btn {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 30px;
  }
}

/*****************Hosting Server*************/
.hm2-server-tab-control {
  display: block;
}
.hm2-server-tab-control li + li {
  margin-top: 20px;
}
.hm2-server-tab-control li button {
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
          box-shadow: 0px 12px 50px rgba(125, 125, 125, 0.1);
  text-align: left;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hm2-server-tab-control li button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #1C40F2;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.hm2-server-tab-control li button i {
  width: 60px;
  height: 60px;
  background: linear-gradient(95.45deg, rgba(0, 130, 248, 0.1) 0.64%, rgba(28, 64, 242, 0.1) 98.23%);
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 29px;
  color: #1C40F2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hm2-server-tab-control li button:hover {
  color: #ffffff;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 148, 255, 0.05);
          box-shadow: 0px 20px 80px rgba(0, 148, 255, 0.05);
}
.hm2-server-tab-control li button:hover i {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}
.hm2-server-tab-control li button:hover::before {
  opacity: 1;
}
.hm2-server-tab-control li button.active {
  color: #ffffff;
  -webkit-box-shadow: 0px 20px 80px rgba(0, 148, 255, 0.05);
          box-shadow: 0px 20px 80px rgba(0, 148, 255, 0.05);
}
.hm2-server-tab-control li button.active i {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}
.hm2-server-tab-control li button.active::before {
  opacity: 1;
}

.hm2-server-content .server-info {
  max-width: 600px;
  padding: 40px 30px;
  margin-top: -150px;
  margin-left: 40px;
}
.hm2-server-content .server-info .explore-btn {
  width: 50px;
  height: 50px;
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  line-height: 50px;
  font-size: 24px;
  right: 30px;
  bottom: -25px;
}
.hm2-server-content .server-info .explore-btn i {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hm2-server-content .server-info .explore-btn:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1199.98px) {
  .hm2-server-content .server-info {
    margin-top: -60px;
    margin-left: 25px;
  }
}

.question-box {
  padding: 40px 10px 40px 40px;
}
.question-box span {
  color: #001042;
}
.question-box .template-btn i {
  margin-right: 10px;
}

/************ data center *********/
.data-center {
  padding-bottom: 300px;
}

.map-location .ct-location li {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #1C40F2;
  border-radius: 50%;
  -webkit-animation: 1s ripple infinite;
          animation: 1s ripple infinite;
  cursor: pointer;
}
.map-location .ct-location li span {
  position: absolute;
  top: -48px;
  left: -48px;
  background: #ffffff;
  padding: 4px 10px;
  width: 100px;
  border-radius: 30px;
  text-align: center;
  z-index: 1;
  word-wrap: normal;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 15px;
}
.map-location .ct-location li span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(287.85deg, #FF0766 0%, #FF7E5D 95.32%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.map-location .ct-location li span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 20px;
  height: 10px;
  background: #ffffff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.map-location .ct-location li span:hover {
  color: #ffffff;
}
.map-location .ct-location li span:hover::before {
  opacity: 1;
}
.map-location .ct-location li span:hover::after {
  background: #FF6E5F;
}
.map-location .ct-location li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}
.map-location .ct-location li:nth-child(1) {
  top: 15%;
  left: 25px;
}
.map-location .ct-location li:nth-child(2) {
  top: 30%;
  left: 20%;
}
.map-location .ct-location li:nth-child(3) {
  top: 40%;
  left: 25%;
}
.map-location .ct-location li:nth-child(4) {
  top: 50%;
  left: 25%;
}
.map-location .ct-location li:nth-child(5) {
  top: 60%;
  left: 30%;
}
.map-location .ct-location li:nth-child(6) {
  top: 80%;
  left: 27%;
}
.map-location .ct-location li:nth-child(7) {
  right: 20%;
  top: 10%;
}
.map-location .ct-location li:nth-child(8) {
  right: 25%;
  top: 20%;
}
.map-location .ct-location li:nth-child(9) {
  right: 30%;
  top: 30%;
}
.map-location .ct-location li:nth-child(10) {
  right: 40%;
  top: 40%;
}
.map-location .ct-location li:nth-child(11) {
  right: 50%;
  top: 45%;
}
.map-location .ct-location li:nth-child(12) {
  right: 53%;
  top: 70%;
}

/********** Hm2 Applications *********/
.hm2-applications {
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
.hm2-applications .app-shape {
  bottom: -45px;
  right: -50px;
  z-index: -1;
}

.hm2-app-item {
  padding: 40px 20px;
}
.hm2-app-item .app-content h3 {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hm2-app-item .app-content h3:hover {
  color: #1C40F2;
}
.hm2-app-item .app-content p {
  font-size: 14px;
}
.hm2-app-item .app-content a {
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  color: #001042;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hm2-app-item .app-content a i {
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hm2-app-item .app-content a:hover {
  color: #1C40F2;
}
.hm2-app-item .app-content a:hover i {
  margin-left: 5px;
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.app-explore {
  padding-bottom: 15px;
}
.app-explore img {
  cursor: pointer;
}
.app-explore img.img-transparent {
  padding: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.app-explore img + img {
  margin-left: -20px;
}
.app-explore h6 {
  font-weight: 600;
  margin-bottom: 0;
}

/*************** Pricing Section Start ********/
.wp-pricing-column {
  padding: 40px 30px;
}
.wp-pricing-column .pricing-badge {
  font-size: 12px;
  color: #ffffff;
  background: linear-gradient(287.85deg, #FF0766 0%, #FF7E5D 95.32%);
  top: 40px;
}
.wp-pricing-column .feature-list {
  height: auto;
}
.wp-pricing-column.business-plan {
  -webkit-box-shadow: 0px 20px 80px rgba(0, 148, 255, 0.1);
          box-shadow: 0px 20px 80px rgba(0, 148, 255, 0.1);
}

.wp-pricing-meta-item .wp-icon-wrapper {
  width: 40px;
  height: 40px;
  background: linear-gradient(95.45deg, rgba(0, 130, 248, 0.1) 0.64%, rgba(28, 64, 242, 0.1) 98.23%);
  color: #1C40F2;
}
.wp-pricing-meta-item p {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
.wp-pricing-meta-item .tab-switch-btn .switch-input {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wp-pricing-meta-item .tab-switch-btn .switch-input:checked ~ .toggle-switch-btn::before {
  left: 28px;
}
.wp-pricing-meta-item .tab-switch-btn .toggle-switch-btn {
  width: 50px;
  height: 24px;
}
.wp-pricing-meta-item .tab-switch-btn .toggle-switch-btn::before {
  width: 14px;
  height: 14px;
  left: 4px;
}
/************ Highlights Section Start ***********/
.highlight-item .icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(108, 186, 255, 0.15);
}

.wp-about-company {
  padding: 80px 30px;
}
.wp-about-company .dot-shape {
  right: 90px;
  top: 60px;
  z-index: -1;
}
.wp-about-company .circle-half {
  right: 250px;
  bottom: 0;
  z-index: -1;
}
.wp-about-company h3 {
  color: #ffffff;
}

.wp_about_item {
  display: inline-block;
}
.wp_about_item .icon-wrapper {
  width: 56px;
  height: 56px;
  background: #3146AC;
  border-radius: 50%;
  position: relative;
  font-size: 20px;
}
.wp_about_item .icon-wrapper::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.1;
}
.wp_about_item h4 {
  color: #ffffff;
  width: 100px;
  text-align: left;
}
.wp_about_item span {
  color: #ffffff;
  font-weight: 500;
}

/************ Feature Section Start **********/
.wp-feature-item {
  padding: 20px;
}
.wp-feature-item .icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(0, 102, 255, 0.05);
  border-radius: 50%;
  font-size: 20px;
  color: #1C40F2;
}

/************* Signup Area Start *************/
.wp-signup .wp-signup-left {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .wp-signup {
    padding-top: 30px;
  }
}

/********** Feedback Section Start *********/
.wp-feedback {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp-feedback-star {
  padding: 0 15px 15px 15px;
  border: 2px solid #001042;
  border-top: 0;
}
.wp-feedback-star .title-wrapper {
  margin-top: -15px;
  position: relative;
}
.wp-feedback-star .title-wrapper .line {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #001042;
  bottom: 15px;
}
.wp-feedback-star .title-wrapper .line.left-line {
  left: -15px;
}
.wp-feedback-star .title-wrapper .line.right-line {
  right: -15px;
}
.wp-feedback-star h6 {
  display: inline-block;
  position: relative;
}
.wp-feedback-star h6::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 5px;
  width: 6px;
  height: 6px;
  background: #001042;
  border-radius: 50%;
}
.wp-feedback-star h6::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 5px;
  width: 6px;
  height: 6px;
  background: #001042;
  border-radius: 50%;
}

/******** Hero Section Start ********/
.vps-hero {
  padding: 100px 0 180px 0;
}
.vps-hero .display-font {
  font-size: 3.8rem;
}
@media (max-width: 1399.98px) {
  .vps-hero .display-font {
    font-size: 3.6rem;
  }
}
@media (max-width: 1199.98px) {
  .vps-hero .display-font {
    font-size: calc(3rem + 0.1vw);
  }
}
@media (max-width: 575.98px) {
  .vps-hero .display-font {
    font-size: 2.25rem;
  }
}

/************ price slider start ***********/
.vps-price-slider {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.price-slider-wrapper {
  padding: 60px 100px;
}
.price-slider-wrapper .vps_labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-slider-wrapper .vps_labels span {
  padding: 8px 12px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(207, 207, 207, 0.3);
          box-shadow: 0px 5px 10px rgba(207, 207, 207, 0.3);
  font-size: 12px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 50px;
  position: relative;
}
.price-slider-wrapper .vps_labels span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 11px;
  background: #0082F8;
  -webkit-clip-path: polygon(100% 0, 0 0, 49% 100%);
          clip-path: polygon(100% 0, 0 0, 49% 100%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.price-slider-wrapper .vps_labels span.active {
  background: #0082F8;
  color: #ffffff;
}
.price-slider-wrapper .vps_labels span.active::after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .price-slider-wrapper .vps_labels span {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .price-slider-wrapper .vps_labels {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-slider-wrapper .vps_labels span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 10px;
  }
}
@media (max-width: 991.98px) {
  .price-slider-wrapper {
    padding: 40px 50px;
  }
}
@media (max-width: 575.98px) {
  .price-slider-wrapper {
    padding: 40px 30px;
  }
}

.range-slider-wrapper .slider.slider-horizontal .slider-track {
  border: 1px solid #F0F0F0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
}
.range-slider-wrapper .tooltip {
  display: none;
}
.range-slider-wrapper .slider-selection {
  background: #0082F8;
  border-radius: 30px;
}
.range-slider-wrapper .slider-handle {
  width: 40px;
  height: 40px;
  background: #0082F8;
  margin-top: -13px;
}
.range-slider-wrapper .slider-handle::before {
  content: "\f07e";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}

.vps_pp_feature_item {
  border: 1px solid rgba(220, 220, 220, 0.4);
  padding: 20px;
  background-color: #ffffff;
}
.vps_pp_feature_item .icon-wrapper {
  width: 50px;
  height: 50px;
  background: rgba(0, 43, 255, 0.05);
}
.vps_pp_feature_item h6 span {
  color: #1C40F2;
}
.vps_pp_feature_item .subtitle {
  font-size: 14px;
  font-weight: 500;
  display: none;
}

/******* vps plan start *********/
.vps-pricing-table {
  overflow-x: auto;
}
.vps-pricing-table table thead tr th {
  background: linear-gradient(95.45deg, #0082F8 0.64%, #1C40F2 98.23%);
  padding: 15px 50px;
  color: #ffffff;
}
.vps-pricing-table table thead tr th h4, .vps-pricing-table table thead tr th h6 {
  color: #ffffff;
  margin-bottom: 0;
}
.vps-pricing-table table thead tr th span {
  font-weight: 500;
}
.vps-pricing-table table thead tr th:first-child {
  background: #001042;
  min-width: 250px;
}
.vps-pricing-table table tbody tr td {
  padding: 15px 25px;
  text-align: center;
  color: #001042;
  border: 1px solid #E9E9E9;
}
.vps-pricing-table table tbody tr td:first-child {
  text-align: left;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
.vps-pricing-table table tbody tr td i {
  color: #1C40F2;
}
.vps-pricing-table table tbody tr td a {
  padding: 8px 35px;
  display: inline-block;
  border: 1px solid #1C40F2;
  border-radius: 30px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #001042;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 10px 0;
}
.vps-pricing-table table tbody tr td a:hover {
  background: #1C40F2;
  color: #ffffff;
}
/************* VPS Scripts ***************/
.vps-scripts {
  margin-top: -130px;
}

.vps-scripts-wrapper {
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 575.98px) {
  .vps-scripts-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.vps-script-item {
  border: 1px solid rgba(220, 220, 220, 0.5);
  padding: 25px;
  border-radius: 6px;
  background: #ffffff;
}

.vps_scripts_slider_wrapper {
  overflow: hidden;
  padding: 0 20px;
}
.vps_scripts_slider_wrapper .vps-scripts-slider .swiper-control-btn {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background: #001042;
  color: #ffffff;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.vps_scripts_slider_wrapper .vps-scripts-slider .swiper-control-btn.swiper-next {
  right: -15px;
  left: auto;
}
.vps_scripts_slider_wrapper .vps-scripts-slider .swiper-control-btn:hover {
  background: #1C40F2;
}

.signup-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(95.45deg, #052968 0.64%, #021d9f 98.23%);
  z-index: -1;
  opacity: 90%;
}
.signup-area .signup-form {
  background: #fafafa;
  padding: 40px;
  border-radius: 6px;
}
.signup-area .signup-form .form-header a.logo {
  max-width: 180px;
  display: inline-block;
}

.signup-form-wrapper form label {
  display: block;
  color: #001042;
  font-weight: 500;
}
.signup-form-wrapper form input {
  width: 100%;
  padding: 12px 15px 12px 40px;
  border: 1px solid rgba(221, 221, 221, 0.485);
  margin-top: 6px;
  border-radius: 4px;
  position: relative;
}
.signup-form-wrapper form .input-field {
  position: relative;
  margin-bottom: 20px;
}
.signup-form-wrapper form .input-field span {
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 2;
  color: rgba(89, 79, 79, 0.5411764706);
}
.signup-form-wrapper form .checkbox-wraper input {
  width: auto;
  margin-top: 0;
}
.signup-form-wrapper form input[type=submit] {
  margin-top: 40px;
  background: #1C40F2;
  border: 0;
  color: #ffffff;
}
.signup-form-wrapper .signup-form-spacer h6::before {
  content: "";
  position: absolute;
  right: calc(100% + 20px);
  bottom: 10px;
  width: 200px;
  height: 1px;
  background: rgba(29, 23, 23, 0.0823529412);
}
.signup-form-wrapper .signup-form-spacer h6::after {
  content: "";
  position: absolute;
  left: calc(100% + 20px);
  bottom: 10px;
  width: 200px;
  height: 1px;
  background: rgba(29, 23, 23, 0.0823529412);
}
.signup-form-wrapper .api-signup-btns a {
  color: #ffffff;
  margin-right: 15px;
  margin-bottom: 15px;
}
.signup-form-wrapper .api-signup-btns a i {
  margin-right: 8px;
}
.signup-form-wrapper .api-signup-btns .btn-facebook {
  background: #3F6DC7;
}
.signup-form-wrapper .api-signup-btns .btn-twitter {
  background: #009DED;
}
.signup-form-wrapper .api-signup-btns .btn-linkedin {
  background: #0077B5;
}


//pricing style

//pricing package
.single-pricing-pack{
  transition: all 0.2s ease 0s;
  display: block;
  overflow: hidden;
  border: none;
  border-radius: 1rem;
  .pricing-header{
    padding: 30px;
    background: $color-ui-02;
    h6{
      opacity: .8;
      font-size: 14px;
    }
    .price{
      font-size: 40px;
      line-height: 45px;
      font-weight: $font-weight-bold;
      font-family: $headings-font-family;
      span{
        font-size: 20px;
        vertical-align: text-top;
        padding-right: 2px;
      }
      small{
        font-size: 20px;
        font-weight: $font-weight-medium;
      }
    }
    .p-month{
      font-size: 14px;
    }
  }
  .pricing-content{
    flex: 1 1 auto;
    padding: 25px 40px;
    .pricing-feature-list{
      li{
        i{
          font-size: 12px;
        }
        .icon-check{
          color: $success;
        }
        .icon-cancel{
          color: $danger;
        }
        font-size: 15px;
        line-height: 30px;
        span{
          font-weight: $font-weight-bold;
          font-family: $headings-font-family;
          color: darken($body-color, 15%);
        }
        .text-under-line{
          border-bottom: 1px solid darken($border-color, 35%);
        }
      }
      li.text-deem{
        opacity: $opacity-5;
      }
    }
  }
  &.popular-price{
    .pricing-header{
      background: $color-primary;
      h6{
        opacity: 1;
      }
    }
  }
}

//pricing package two
.single-pricing-pack-2{
  padding: 45px 32px;
  .pricing-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin: 0 auto 32px;
  }
  .package-title{
    font-weight: $font-weight-normal;
  }
  .pricing-price{
    position: relative;
    &:after{
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      content: "";
      height: 2px;
      width: 32px;
      margin-left: -16px;
      background: $color-primary;
    }
    small{
      color: lighten($body-color, 50%);
    }
    .price-cycle{
      font-weight: $font-weight-normal;
    }
  }
}
.feature-price{
  position: relative;
  overflow: hidden;
  .package-featured .label-corner {
    top: -15px;
    right: 15px;
    left: auto;
    transform: rotate(45deg) translateX(50%);
  }

  .label-corner {
    top: 16px;
    right: -25px;
    width: 100px;
    position: absolute;
    max-height: 19px;
    font-size: 11px;
    padding: 4px;
    color: $white;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.price-2{
  .pricing-price{
    &:after{
      top: auto;
      bottom: 0;
    }
  }
}

.card.single-pricing-pack {
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 0 1px $border-color;
  border-radius: 1rem !important;
}

.card.single-pricing-pack:hover {
  z-index: 2;
}


.single-pricing-pack .card-body {
  color: rgb(132, 146, 166);
  flex: 1 1 auto;
  padding: 1.5rem;
}
.single-pricing-pack .card-body.px-5{
  padding-left: 3.5rem!important;
  padding-right: 3.5rem!important;
}
.pricing-header {
  position: relative;
  background: transparent;
}

.pricing-header .price {
  font-size: 35px;
}

.pricing-header .price span {
  font-size: 14px;
  margin-left: 4px;
}

.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, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li {
  font-size: 15px;
  line-height: 32px;
  color: lighten($body-color, 30%);
}

.pricing-feature-list li i{
  font-size: 14px;
}
.single-pricing-pack li.del{
  opacity: 0.7;
}
.pricing-feature-list li span {
  font-weight: $font-weight-bold;
  font-family: $headings-font-family;
  color: $body-color;
  font-size: 15px;
}

/*pricing switch style*/

.yearly-price {
  display: none;
}

.switch-wrap {
  display: flex;
  justify-content: center;
}

.form-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
}

.form-switch span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: $font-weight-bold;
  font-family: $headings-font-family
}

.form-switch .switch-icon {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 25px;
  border: 1px solid $border-color;
  border-radius: 15px;
  transition: all 0.3s linear;
  margin: 0 15px;
  background: $white;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.form-switch .switch-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 17px;
  background-color: $color-primary;
  border-radius: 15px;
  transform: translate3d(4px, 3px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch input {
  display: none;
}

.form-switch input:checked + .switch-icon::after {
  transform: translate3d(29px, 3px, 0);
}

.form-switch .beforeinput.text-success, .form-switch .afterinput.text-success {
  color: $color-primary !important;
}

/*compare pricing table*/
.table-bordered.comparision-table thead td, .comparision-table.table-bordered thead th {
  border-bottom-width: 1px;
}

.comparision-price {
  font-weight: 700;
}

.comparision-price span {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 400;
}

.comparision-table-body tr > td {
  font-size: 13px;
  padding: 6px;
  min-width: 180px;
}

.comparision-table-body tr > td p {
  padding-left: 10px;
  margin-bottom: 0;
}

/*domain hosting provider compare table*/
td.td-blank {
  border: none !important;
}

.provider-logo img {
  display: inline-block;
  max-width: 100px;
  min-height: 13px;
  max-height: 34px;
}


//vps pricing

.offer-block{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.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;
}

.vps-hosting-pricing-table {
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-collapse: unset;
  border-spacing: 0 10px;
}
.domain-search-result-table{
  tr.vps-pricing-row {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
    td{
     p{
       margin-bottom: 0;
     }
    }
  }

}
.vps-hosting-pricing-table > thead {
  background-color: transparent;
  border-radius: 4px;
}

.vps-hosting-pricing-table.vps-hosting-pricing-table-two {
  border-collapse: collapse;
}

.vps-hosting-pricing-table > thead > tr > th {
  border: none;
  font-size: 12px;
  font-weight: $font-weight-semibold;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: $headings-font-family
}

.vps-pricing-row {
  text-align: left;
  background-color: $white;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

.vps-pricing-row > td:first-child {
  border-left: 2px solid transparent;
  border-radius: 2px 0 0 2px;
}
.vps-pricing-row> td:first-child{
  border-left: 3px solid $border-color;
}
.vps-pricing-row:hover td{
  border-color: $color-primary;
}
.vps-pricing-row > td:last-child {
  border-right: 2px solid transparent;
  border-radius: 0 2px 2px 0;
  text-align: right;
}
.vps-hosting-pricing-table-two > thead{
  border: 2px solid $border-color;
  border-top: none;
  background: $color-ui-02;
}
.vps-hosting-pricing-table-two .vps-pricing-row{
  border: 2px solid $border-color;
  border-left: 2px solid transparent;
}
.vps-hosting-pricing-table-two .vps-pricing-row > td:last-child {
  border-right: initial;
}

.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;
}
.vps-hosting-pricing-table.domain-search-result-table > tbody > tr > td{
  font-size: 14px;
}
.vps-pricing-row > td {
  border: none;
}

.vps-hosting-pricing-table .rate {
  font-size: 20px;
  font-weight: $font-weight-bold;
  color: $color-accent;
  font-family: $headings-font-family;
}

.vps-hosting-pricing-table .rate span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  opacity: 0.8;
  color: $color-ui-04;
}

.vps-hosting-pricing-table .score-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vps-hosting-pricing-table .geekbench-score {
  font-weight: 400;
  margin-right: 15px;
}

.vps-hosting-pricing-table .score-bar-wrap .score-bar-item {
  min-width: 40px;
  height: 14px;
  font-size: 55%;
  border-radius: 30px;
  font-weight: $font-weight-regular;
  background-color: $color-ui-02;
  position: relative;
}

.vps-hosting-pricing-table .pricing-onsale, .vps-hosting-pricing-table .cpu-core {
  display: block;
  font-size: 14px;
  color: $color-ui-04;
  margin-top: 4px;
  font-weight: 400;
}

.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;
}

.vps-pricing-row > td:before {
  content: attr(data-value);
  display: none;
}

table > tbody > tr > td:first-child:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: $color-secondary;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 991px) {
  .vps-hosting-pricing-table > thead {
    display: none;
  }

  .vps-pricing-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    width: 45%;
    float: left;
    margin: 0 15px 28px 15px;
  }

  .vps-hosting-pricing-table > tbody > tr{
    padding: 15px;
  }
  .vps-hosting-pricing-table > tbody > tr > td {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
  }

  .vps-pricing-row:hover.border-accent-primary > td:first-child {
    margin-bottom: 0;
    border-radius: 0;
    border-left: none;
  }

  .vps-pricing-row > td:first-child {
    border-left: none;
    border-radius: 0;
  }

  .vps-hosting-pricing-table > tbody > tr > td:first-child::before {
    display: block;
    width: 45%;
  }

  .vps-pricing-row > td:before {
    display: block;
    width: 45%;
  }

  .vps-hosting-pricing-table > tbody > tr > td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vps-pricing-row > td:last-child::before {
    display: none;
  }

  .vps-pricing-row > td:last-child {
    text-align: center !important;
    margin: auto;
  }

}

@media (max-width: 768px) {
  .vps-pricing-row {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .vps-pricing-row td a.primary-solid-btn{
    padding: 8px 12px !important;
  }
}


/*====================================
       06. CUSTOM VPS PLAN CSS
======================================*/
.vps-switch-wrap{
  position: relative;
  width: 100%;
  display: block;
}
.custom-plan-box {
  padding: 12px 25px;
}
.custom-plan-box .slider .tooltip.top{
  display: none;
}
.custom-plan-info-box{
  padding: 34px;
}

.single-vps-item{
  width: 100%;
  display: block;
  padding: 15px;
  min-width: 298px;
}

.custom-vps-list li{
  margin-bottom: 5px;
  display: inline-block;
}

@media (min-width: 320px) and (max-width: 767px){
  .custom-vps-list li{
    width: 45%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .single-vps-item{
    padding: 12px 5px;
  }
}
@media (min-width: 320px) and (max-width: 576px){
  .custom-plan-box{
    margin-bottom: 15px;
  }
  .custom-vps-list li{
    width: 100%;
  }
  .custom-vps-list li.list-inline-item:not(:last-child){
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 768px){
  .single-vps-item{
    min-width: 210px;
  }
}
@media (min-width: 769px) and (max-width: 1200px){
  .single-vps-item{
    min-width: 245px;
  }
}

.custom-plan-box .slider .tooltip.top .tooltip-arrow {
  border: 0;
}

.custom-plan-box .slider.slider-horizontal {
  width: 100%;
}

.custom-plan-box .slider.slider-horizontal .slider-track {
  height: 10px;
}

.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: $color-primary;
}

.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: $border-color;
  position: relative;
}

.custom-plan-box .slider-handle {
  position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  background: none;
  background-color: $white;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  border: 8px solid $color-primary;
  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;
}

.custom-plan-box .slider-handle:hover, .custom-plan-box .slider-handle:focus {
  background-color: $color-ui-01;
  border: 8px solid $color-primary;
}

//pricing new style

.pricing-new-wrapper{
  position: relative;
  display: block;
  border-radius: 1rem;
  .pricing-price{
    .p-icon{
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 40px;
    }
  }
  &:after{
    content:'';
    position: absolute;
    background-color: $color-primary;
    border-radius: 3px;
    width: 50%;
    height: 3px;
    top: 2px;
    left:0;
    right: 50%;
    transform: translate(50%,-50%);
  }
  li{
    padding: 5px 0 5px 0;
    display: flex;
    align-items: baseline;
    border-top: 1px dashed $color-ui-02;
    &:first-child{
      border-top: none;
    }
    i{
      font-size: 14px;
    }
    p{
      margin-bottom: 0;
      font-size: 14px;
      color: $text-muted;
      strong{
        color: initial;
      }
    }
  }
}

//dedicated hosting features

.price-package-body{
  .single-price-package{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: $white;
    border-radius: 6px;
    transition: $transition-base;
    box-shadow: $box-shadow-sm;
    cursor: pointer;
    .package_header{
      display: flex;
      flex-direction: row;
      align-items: center;
      .package_name{
        width: 145px;
        padding-right: 20px;
        position: relative;
        text-align: left;
        h3{
          font-size: 18px;
          line-height: 24px;
        }
      }
      .package_icon{
        width: 60px;
        height: 60px;
        margin: 0 28px 0 0;
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        i{
          font-size: 40px;
        }
      }
    }

    .package_body{
      flex: 1;
      display: flex;
      flex-direction: column;
      max-width: 100%;
      width: 100%;
    }
    .package_body-horizontal{
      flex-direction: row;
      align-items: center;
      .package_list{
        display: flex;
        flex-grow: 1;
        justify-content: space-around;
        margin: 0;
        border-right: 1px solid rgba(70, 78, 99, 0.25);
        .list-item{
          display: flex;
          flex-direction: column;
          padding: 8px 0;
          margin-bottom: 0;
          flex-basis: 25%;
          .list-item-name{
            font-size: 18px;
            line-height: 20px;
            color: $color-dark-blue;
            font-weight: $font-weight-semibold;
            font-family: $headings-font-family;
            margin-bottom: 5px;
          }
          .list-item-desc{
            font-size: 14px;
            line-height: 24px;
            color: $body-color;
          }
        }
      }
    }

    .package_footer{
      margin-left: 15px;
      min-width: 160px;
      .package-price{
        .price-value{
          color: $color-dark-blue;
          font-size: 28px;
          line-height: 32px;
          font-weight: $font-weight-semibold;
          font-family: $headings-font-family;
          .price-tax{
            font-size: 14px;
            line-height: 20px;
            margin: 0;
            opacity: .8;
            color: $body-color;
          }
        }
        p{
          color: $body-color;
          opacity: 0.9;
          font-size: 13px;
          line-height: 13px;
          margin-bottom: 10px;
        }
      }
    }
  }
  .price-packages-pack{
    display: flex;
    flex-direction: row;
    padding: 24px 24px;
    &:hover{
      box-shadow: $box-shadow;
      transition: $transition-base;
    }
  }

  @media (max-width: 1011px){
    .price-packages-pack{
      flex-direction: column;
      .package_header{
        width: 100%;
        align-items: center;
        justify-content: space-between;
        .package_name{
          width: auto;
          min-width: unset;
          max-width: unset;
        }
        .package_icon{
          margin-right: 0;
        }
      }
      .package_body{
        margin-bottom: 20px;
        .package_list{
          text-align: left;
          border-right: 0;
          border-bottom: 1px solid rgba(70, 78, 99, 0.25);
        }
      }
      .package_footer{
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        .package-actions{
          width: auto;
          max-width: 180px;
          margin: auto;
        }
      }
    }
  }
  @media (max-width: 751px){
    .package_body-horizontal{
      .package_list{
        display: flex;
        flex-grow: 1;
        justify-content: space-around;
        flex-wrap: wrap;
        border-right: none;
        .list-item{
          flex-basis: 50% !important;
          padding: 17px 0;
          .list-item-desc{
            font-size: 13px !important;
          }
        }
      }
    }

  }


  .price-packages-pack:not(:last-of-type) {
    margin-bottom: 20px;
  }
}


//wp pricing

.wp-price-wrap {
  justify-content: space-between;
  display: flex;
  grid-gap: 15px;
  grid-template-columns:  repeat(auto-fit, minmax(50%, 1fr));
  justify-items: center;
  text-align: center;
  grid-auto-rows: 1fr;
  .wp-single-price{
    border-radius: 1rem;
    padding: 40px;
    margin-top: 15px;
    .wp-price-feature-list{
    }
    li{
      font-size: 16px;
      text-align: left;
      display: flex;
      align-items: baseline;
    }
    &:first-child{
      background: rgba($danger, 0.12);
    }
    &:last-child{
      background: rgba($success, 0.12);
    }
  }
  .wp-price-action{
    .price{
      font-weight: $font-weight-bold;
      small{
        font-size: 20px;
      }
    }
  }

}
@media (max-width: 991px){
  .wp-price-wrap{
    display: block;
  }
}


//compare pricing scss
.compare-pricing-table {
  table {
    position: relative;
    text-align: center;
    width: 100%;
    transition: $transition-base;
    thead{
      transition: $transition-base;
    }
  }
  .t-hide{
    border: 0;
    background: transparent;
  }
  .select-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.compare-content-body{
  tr{
    td{
      padding: 6px 15px;
      vertical-align: middle;
    }
    td.compare-header{
      font-size: 15px;
      padding: 12px 15px;
      font-weight: $font-weight-bold;
      font-family: $headings-font-family;
    }
    td.compare-title{
      max-width: 350px;
      font-size: 14px;
    }
  }
}

//domain price
.domain-price-table{
  thead{
    background: $color-primary;
    color: $white;
   tr{
    .dp-title{
      font-size: 16px;
      border-top-color: $color-primary;
      border-bottom: none;
      &:first-child{
        border-left-color: $color-primary;
      }
      &:last-child{
        border-right-color: $color-primary;
      }
    }
   }
  }
}
.domain-price-body{
  tr{
    td{
      border-top: 1px dashed $color-ui-02;
      font-size: 14px;
      font-weight: $font-weight-medium;
      color: rgba($body-color, 0.9);
    }
    td>span.domain-extension{
      font-size: 16px !important;
      font-weight: $font-weight-semibold;
      color: $headings-color;
    }
  }
}
/* line 341, src/assets/scss/components/hero-section/_hero-1.scss */
.offer-text {
  position: relative;
  font-size: 100px;
  line-height: 110px;
  font-weight: 700;
}

/* line 346, src/assets/scss/components/hero-section/_hero-1.scss */
.offer-text span {
  position: absolute;
  font-size: 16px;
  top: -55px;
  left: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 341, src/assets/scss/components/hero-section/_hero-1.scss */
  .offer-text {
    font-size: 60px;
    line-height: 80px;
  }
  /* line 353, src/assets/scss/components/hero-section/_hero-1.scss */
  .offer-text span {
    top: -35px;
  }
}
/* line 127, src/assets/scss/components/hero-section/_hero-1.scss */
.big-price-wrap span.regular-price {
  position: absolute;
  left: 45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20%;
  font-size: 14px;
  color: white !important;
}

@media (min-width: 990px) and (max-width: 1280px) {
  /* line 136, src/assets/scss/components/hero-section/_hero-1.scss */
  .big-price-wrap span.regular-price {
    bottom: -10%;
  }
}

@media (min-width: 320px) and (max-width: 989px) {
  /* line 141, src/assets/scss/components/hero-section/_hero-1.scss */
  .big-price-wrap span.regular-price {
    bottom: -5%;
  }
}
/* line 147, src/assets/scss/components/hero-section/_hero-1.scss */
.price-block .offer-price {
  font-weight: 700;
  font-size: 20rem;
  line-height: 15rem;
  font-family: "Roboto", sans-serif;
}

/* line 154, src/assets/scss/components/hero-section/_hero-1.scss */
.price-block .price-currency {
  font-weight: 700;
  font-size: 4rem;
  line-height: 3rem;
  font-family: "Roboto", sans-serif;
}

/* line 160, src/assets/scss/components/hero-section/_hero-1.scss */
.price-block .cent-value {
  font-weight: 700;
  font-size: 5rem;
  line-height: 4rem;
  font-family: "Roboto", sans-serif;
}

/* line 166, src/assets/scss/components/hero-section/_hero-1.scss */
.price-block .right-block {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 169, src/assets/scss/components/hero-section/_hero-1.scss */
.price-block .per-value {
  font-size: 2rem;
}

@media (min-width: 990px) and (max-width: 1280px) {
  /* line 173, src/assets/scss/components/hero-section/_hero-1.scss */
  .price-block .offer-price {
    font-size: 14rem;
  }
  /* line 176, src/assets/scss/components/hero-section/_hero-1.scss */
  .price-block .price-currency {
    font-size: 3rem;
    line-height: 6rem;
  }
  /* line 180, src/assets/scss/components/hero-section/_hero-1.scss */
  .price-block .cent-value {
    font-size: 3rem;
    line-height: inherit;
  }
  /* line 184, src/assets/scss/components/hero-section/_hero-1.scss */
  .price-block .per-value {
    line-height: 4rem;
  }
}

@media (min-width: 320px) and (max-width: 989px) {
  /* line 189, src/assets/scss/components/hero-section/_hero-1.scss */
  .price-block .offer-price {
    font-size: 10rem;
  }
  /* line 192, src/assets/scss/components/hero-section/_hero-1.scss */
  .price-block .price-currency {
    font-size: 2rem;
    line-height: 7rem;
  }
  /* line 196, src/assets/scss/components/hero-section/_hero-1.scss */
  .price-block .cent-value {
    font-size: 2rem;
    line-height: 7rem;
  }
  /* line 200, src/assets/scss/components/hero-section/_hero-1.scss */
  .price-block .per-value {
    line-height: 7rem;
  }
}
/*======================================
            21. VPS HOSTING CSS
=========================================*/
/* line 2912, src/assets/scss/custom/_style.scss */
.offer-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

/* line 2919, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table {
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-collapse: unset;
  border-spacing: 0 10px;
}

/* line 2927, src/assets/scss/custom/_style.scss */
.domain-search-result-table {
  border-collapse: collapse;
}

/* line 2930, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table > thead {
  background-color: transparent;
}

/* line 2934, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table.vps-hosting-pricing-table-two {
  border-collapse: collapse;
}

/* line 2938, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table > thead > tr > th {
  border: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
}

/* line 2947, src/assets/scss/custom/_style.scss */
.vps-pricing-row {
  text-align: left;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: solid 1px #ebebeb;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 2956, src/assets/scss/custom/_style.scss */
.vps-pricing-row > td:first-child {
  border-left: 2px solid transparent;
  border-radius: 4px 0 0 4px;
}

/* line 2961, src/assets/scss/custom/_style.scss */
.vps-pricing-row > td:last-child {
  border-right: 2px solid transparent;
  border-radius: 0 4px 4px 0;
  text-align: right;
}

/* line 2967, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table > tbody > tr.vps-pricing-row:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

/* line 2972, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two > thead {
  background: #035ded;
  color: #ffffff;
}

/* line 2977, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two > thead > tr > th:last-child {
  border-right: 1px solid #035ded;
}

/* line 2981, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two .vps-pricing-row > td:first-child {
  border-left: initial;
}

/* line 2985, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two .vps-pricing-row > td:last-child {
  border-right: initial;
}

/* line 2989, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table-two > tbody > tr.vps-pricing-row:hover {
  background: #f5f5f5;
  border: none;
}

/* line 2994, src/assets/scss/custom/_style.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 3002, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table.domain-search-result-table > tbody > tr > td {
  font-size: 14px;
}

/* line 3005, src/assets/scss/custom/_style.scss */
.vps-pricing-row > td {
  border: none;
}

/* line 3009, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .rate {
  font-size: 20px;
  font-weight: 700;
  color: #035ded;
  font-family: 'Poppins', sans-serif;
}

/* line 3016, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .rate span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  opacity: 0.8;
  color: #757575;
}

/* line 3024, src/assets/scss/custom/_style.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 3035, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .geekbench-score {
  font-weight: 400;
  margin-right: 15px;
}

/* line 3040, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .score-bar-wrap .score-bar-item {
  min-width: 40px;
  height: 10px;
  font-size: 10px;
  border-radius: 10px;
  background-color: #ebebeb;
  position: relative;
}

/* line 3049, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table .pricing-onsale, .vps-hosting-pricing-table .cpu-core {
  display: block;
  font-size: 14px;
  color: #757575;
  margin-top: 4px;
  font-weight: 400;
}

/* line 3057, src/assets/scss/custom/_style.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 3069, src/assets/scss/custom/_style.scss */
.vps-pricing-row > td:before {
  content: attr(data-value);
  display: none;
}

/* line 3074, src/assets/scss/custom/_style.scss */
table > tbody > tr > td:first-child:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #035ded;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 991px) {
  /* line 3090, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > thead {
    display: none;
  }
  /* line 3094, src/assets/scss/custom/_style.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 3110, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > tbody > tr {
    padding: 15px;
  }
  /* line 3113, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > tbody > tr > td {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
  }
  /* line 3119, src/assets/scss/custom/_style.scss */
  .vps-pricing-row:hover.border-accent-primary > td:first-child {
    margin-bottom: 0;
    border-radius: 0;
    border-left: none;
  }
  /* line 3125, src/assets/scss/custom/_style.scss */
  .vps-pricing-row > td:first-child {
    border-left: none;
    border-radius: 0;
  }
  /* line 3130, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table > tbody > tr > td:first-child::before {
    display: block;
    width: 45%;
  }
  /* line 3135, src/assets/scss/custom/_style.scss */
  .vps-pricing-row > td:before {
    display: block;
    width: 45%;
  }
  /* line 3140, src/assets/scss/custom/_style.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 3151, src/assets/scss/custom/_style.scss */
  .vps-pricing-row > td:last-child::before {
    display: none;
  }
  /* line 3155, src/assets/scss/custom/_style.scss */
  .vps-pricing-row > td:last-child {
    text-align: center !important;
    margin: auto;
  }
}

@media (max-width: 768px) {
  /* line 3163, src/assets/scss/custom/_style.scss */
  .vps-pricing-row {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-bottom: 15px;
  }
}

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

/*domain search list css*/
/* line 3177, src/assets/scss/custom/_style.scss */
.title-alert span.red {
  color: red;
}

/* line 3180, src/assets/scss/custom/_style.scss */
.title-alert span.success {
  color: green;
}

/* line 3183, src/assets/scss/custom/_style.scss */
.domain-filter-title, .domain-filter-list li label {
  cursor: pointer;
}

/* line 3186, src/assets/scss/custom/_style.scss */
.domain-filter-list li label {
  display: inline-block;
  width: 100%;
}

/* line 3190, src/assets/scss/custom/_style.scss */
.domain-filter-list li label .form-check-input {
  margin-top: 0.53rem;
}

@media (max-width: 1199.98px) {
  /* line 3194, src/assets/scss/custom/_style.scss */
  .domain-filter-list {
    display: none;
  }
  /* line 3197, src/assets/scss/custom/_style.scss */
  .domain-filter-title h5 span {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 3203, src/assets/scss/custom/_style.scss */
  .domain-filter-list {
    display: block !important;
  }
  /* line 3206, src/assets/scss/custom/_style.scss */
  .domain-filter-title h5 span {
    display: none !important;
  }
}

/* line 3211, src/assets/scss/custom/_style.scss */
.vps-hosting-pricing-table.alert-table > tbody > tr > td {
  font-size: 18px;
}

/* line 3214, src/assets/scss/custom/_style.scss */
.alert-table tbody tr {
  border-color: #031974;
  border-radius: 4px;
}

/* line 3218, src/assets/scss/custom/_style.scss */
.alert-table .vps-pricing-row > td:first-child {
  border-left: 0;
}

/* line 3221, src/assets/scss/custom/_style.scss */
.alert-table .vps-pricing-row > td:last-child {
  border-right: 0;
}

@media (max-width: 991px) {
  /* line 3225, src/assets/scss/custom/_style.scss */
  .vps-hosting-pricing-table.alert-table > tbody > tr > td {
    display: block;
  }
  /* line 3228, src/assets/scss/custom/_style.scss */
  .alert-table .vps-pricing-row {
    width: 100%;
    margin: 0;
  }
  /* line 3232, src/assets/scss/custom/_style.scss */
  .alert-table .vps-pricing-row > td:last-child {
    margin-left: 0;
  }
}



/* Dedicated Servers 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 2109, src/assets/scss/custom/_style.scss */
.two-bg-color {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, var(--bs-primary)), color-stop(0, var(--bs-light)));
  background-image: linear-gradient(90deg, var(--bs-primary) 40%, var(--bs-light) 0);
}

/* line 2123, src/assets/scss/custom/_style.scss */
.two-bg-dark-light {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, var(--bs-dark)), color-stop(0, var(--bs-light)));
  background-image: linear-gradient(90deg, var(--bs-dark) 40%, var(--bs-light) 0);
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 2138, src/assets/scss/custom/_style.scss */
  .two-bg-dark-light {
    background: var(--bs-light);
  }
}