/* toggle pill */
.ec-toggle-switch-inner {
  align-items: center;
  display: flex;
}
.ec-toggle-center .ec-toggle-switch-inner {
  justify-content: center;
}
.ec-toggle-right .ec-toggle-switch-inner {
  justify-content: flex-end;
}
.ec-toggle-switch-container {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  overflow: hidden;
  margin: 0 15px;
}
.ec-toggle-switch-round {
  border-radius: 1.31em;
}
.ec-toggle-switch-round .ec-toggle-slider:before {
  border-radius: 50%;
}
.ec-toggle-switch {
  position: relative;
  display: inline-block;
  width: 2.31em;
  height: 1.29em;
  vertical-align: middle;
  margin: 0;
}
.ec-toggle-content-wrap .elementor-section-stretched {
  left: 0 !important;
  width: 100% !important;
}
.ec-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ec-toggle-slider:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  left: 0.16em;
  bottom: 0.15em;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ec-toggle-switch-on .ec-toggle-slider {
  background-color: #2196f3;
  box-shadow: 0 0 1px #2196f3;
}
.ec-toggle-switch-on .ec-toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.ec-toggle-switch input,
.ec-toggle-content-wrap.primary .ec-toggle-secondary-wrap,
.ec-toggle-content-wrap.secondary .ec-toggle-primary-wrap {
  display: none;
}

/* domain search */
.domain-search .input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}
.domain-search .form-control {
  display: block;
  width: 100%;
  line-height: 46px;
  font-size: 15px;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #e9ebf4;
  border-radius: 4px;
  background-color: #fff;
  padding-left: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #051441;
  z-index: 0;
}
.domain-search .form-control:focus {
  border-color: #5333ed;
}
.domain-search .btn_submit {
  position: absolute;
  right: 8px;
  background: #5333ed;
  color: #fff;
  border: 1px solid #5333ed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 500;
  padding: 14px 32px;
}
.domain-search .form-control.placeholder,
.form-control:-moz-placeholder,
.domain-search .form-control::-moz-placeholder,
.domain-search .form-control::-webkit-input-placeholder {
  color: #b4b9c8;
}

/* locations */

.map {
  text-align: center;
}

.map img {
  width: 100%;
}

.location-mobile {
  display: none;
}

.location {
  display: inline-block;
}

.marker {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #5333ed;
  border-radius: 50%;
}

.marker::before,
.marker::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: #5333ed;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.marker::after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.2);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0.2);
  }

  70% {
    -webkit-box-shadow: 0 0 0 28px rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 28px rgba(12, 90, 219, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
    box-shadow: 0 0 0 0 rgba(12, 90, 219, 0);
  }
}

.locations {
  position: relative;
}

.locations .location {
  position: absolute;
}

/* VPS Slider */

.vps-slider {
  background-color: rgba(255, 255, 255, 0.102);
  height: 7px;
  border-radius: 0;
  border: 0;
  margin: 0 auto;
}

.ui-slider-pips .ui-slider-pip {
  color: rgba(255, 255, 255, 0.5);
}

.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: #fff;
  font-weight: bold;
}

.ui-slider-pips .ui-slider-label {
  font-size: 16px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -2em;
  width: 4em;
}

.ui-slider-pips .ui-slider-line {
  color: rgba(255, 255, 255, 0.5);
  height: 10px;
}

.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: rgba(255, 255, 255, 0.5);
}

.ui-slider-pips [class*="ui-slider-pip-selected"] .ui-slider-line {
  background: rgba(255, 255, 255, 1);
}

.ui-slider-pips .ui-slider-pip-inrange {
  color: rgba(255, 255, 255, 0.5);
}

.ui-slider-pips [class*="ui-slider-pip-selected"] {
  font-weight: bold;
  color: #fff;
}

.ui-slider-pip.ui-slider-pip-first .ui-slider-label {
  margin-left: 0;
  text-align: left;
}

.ui-slider-pip.ui-slider-pip-last .ui-slider-label {
  margin-left: -4em;
  text-align: right;
}

.vps-slider .ui-widget-header {
  background-color: #ffffff;
  border-radius: 0px;
}

.vps-slider .ui-slider-handle {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 0px;
}
.vps-slider .ui-slider-handle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #5333ed;
}
.vps-slider .ui-slider-handle:focus {
  outline: none;
}

.slider-group {
  background-color: #5333ed;
  padding: 90px 45px;
}

.slider-btns i {
  margin-left: 10px;
}

.slider-content-group {
  padding: 90px 45px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.slider-container .title {
  margin-bottom: 20px;
  font-weight: 700;
}

.slider-container .price {
  margin-bottom: 5px;
  font-weight: 700;
}
.vps-pricing-list {
  width: 100%;
  padding-left: 0;
}

.vps-pricing-list > li {
  width: 25%;
  float: left;
  display: inline-block;
}

.vps-pricing-list > li > h5 {
  margin-bottom: 5px;
  font-weight: 700;
}

.vps-pricing-list > li > p {
  margin-bottom: 0px;
}

.vps-pricing-list:not(:last-child) > li {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
}

.slider-content-group .elementor-button {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #5333ed;
  padding: 15px 45px 15px 45px;
}

/* Calc */
.calcblock-block-text a {
  text-transform: uppercase;
  color: #111;
}

.calcblock-block-calc-element {
  margin-bottom: 27px;
}

.calcblock-block-calc-element.rangeip {
  margin-bottom: 0;
}

.calcblock-block-calc-element-top {
  color: #111;
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: -4px;
}

.calcblock-block-calc-element-top span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  padding-top: 2px;
}

.calcblock-block-calc-element-top input {
  display: inline-block;
  width: 136px;
  height: 28px;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  color: #111;
  border: none;
  border-radius: 4px;
  background-color: transparent;
}

.calcblock-block-calc-element-bottom-minmax {
  font-size: 11px;
  line-height: 24px;
  display: table;
  width: 100%;
  margin-top: 7px;
}

.calcblock-block-calc-element-bottom__min {
  display: table-cell;
}

.calcblock-block-calc-element-bottom__max {
  display: table-cell;
  text-align: right;
}

.calcblock-block-calc-element-range-block {
  height: 8px;
  padding: 0 0 0 6px;
  border-radius: 3px;
  background-color: #5333ed;
}

.calcblock-block-calc-element-range {
  position: relative;
}

.calcblock-block-calc-element-range .ui-slider-range-min {
  height: 8px;
  margin-left: -5px;
  border-radius: 3px;
  background-color: #5333ed;
}

.calcblock-block-calc-element-range .ui-slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: -13px 0 0 -13px;
  border: 5px solid #111;
  border-radius: 50%;
  background-color: #fff;
  top: 0.4em;
}

.calcblock-block-results {
  padding: 30px 20px;
  background-color: #5333ed;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.calcblock-block-results-check {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
}

.calcblock-block-results-check__link {
  text-align: center;
  border: 1px solid #fff;
  background-color: transparent;
  height: 44px;
  line-height: 40px;
  color: #fff;
  width: 50%;
}

a.calcblock-block-results-check__link:active,
a.calcblock-block-results-check__link:hover {
  color: #fff;
}

.calcblock-block-results-check__link.hour {
  border-radius: 4px 0px 0px 4px;
}

.calcblock-block-results-check__link.month {
  border-radius: 0px 4px 4px 0px;
}

.calcblock-block-results-check__link.active {
  background-color: #fff;
  color: #5333ed;
}

.calcblock-block-results-check__link.active:hover {
  color: #5333ed;
}

.calcblock-block-results .elementor-button {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #5333ed;
  color: #5333ed;
  background-color: #fff;
  padding: 15px 45px 15px 45px;
  width: 100%;
}

.calcblock-block-results-price {
  white-space: nowrap;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.calcblock-block-results .elementor-icon-list-items {
  padding: 20px 30px !important;
}

.calcblock-block-results
  .elementor-widget-icon-list
  .elementor-icon-list-icon
  i {
  color: #fff;
}

.calcblock-block-results .elementor-widget-icon-list .elementor-icon-list-text {
  color: #fff;
}
