@charset "UTF-8";
#pageContent {
  margin-bottom: 0;
}

#pageFooter {
  margin-top: 0 !important;
}

.order-process {
  background-color: #fff;
  /*First part styles*/
}
.order-process .dis-none {
  display: none !important;
}
.order-process .logo-wr {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  cursor: pointer;
}
.order-process .content {
  padding-right: 30px;
}
.order-process .step-title {
  margin-bottom: 30px;
}
.order-process .tabs-wr {
  position: relative;
}
.order-process #step2 .order-step-content {
  width: 80%;
}
.order-process .form-input {
  position: relative;
}
.order-process .form-input label {
  position: relative;
}
.order-process .form-input label .ho-tooltip {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  right: -26px;
}
.order-process .form-input .checked {
  display: none;
}
.order-process .form-input input.completed {
  padding-right: 50px;
}
.order-process .form-input input.completed + div.checked {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 6px;
}
@media only screen and (max-width: 1199px) {
  .order-process #step2 .order-step-content {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .order-process .content-sticky-wr {
    flex-direction: column-reverse;
  }
  .order-process .content {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .order-process .account-details .order-step-content,
  .order-process .payment-details .order-step-content,
  .order-process .order-summary .order-step-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 550px) {
  .order-process .account-details .order-step-content,
  .order-process .payment-details .order-step-content,
  .order-process .order-summary .order-step-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.order-process .tabs {
  margin-bottom: 40px;
}
.order-process .tabs .tab-button {
  background: #F1F1F3;
  color: #7F7F7F;
  font-size: 18px;
  font-family: tt-norms-pro-medium;
  cursor: pointer;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.order-process .tabs .tab-button:first-child {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.order-process .tabs .tab-button:last-child {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.order-process .tabs .tab-button .triangle {
  display: none;
}
.order-process .tabs .tab-button.active {
  background: #1E45E2;
  color: #fff;
}
.order-process .tabs .tab-button.active .triangle {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 9px 8px 9px;
  border-color: transparent transparent #D9FF00 transparent;
  border-style: solid;
  position: absolute;
  bottom: 0px;
}
.order-process .tabs .tab-button.completed {
  background: #1E45E2;
  color: #fff;
}
.order-process .tabs .tab-button .step-name {
  margin-right: 10px;
}
.order-process .tabs .tab-button .ho-icon {
  width: 20px;
  height: 20px;
  display: none;
}
.order-process .tabs .tab-button.completed .ho-icon {
  display: block;
}
.order-process .mobile-step-navigation {
  display: none;
}
.order-process .mobile-step-navigation-back {
  border: 0;
  background: transparent;
  color: #8D8D92;
  font-size: 32px;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  margin-top: 10px;
  margin-left: 16px;
}
.order-process .mobile-step-navigation-back:disabled {
  color: #B8C2E8;
  cursor: default;
}
.order-process .mobile-step-navigation-content {
  flex: 1;
  min-width: 0;
  margin-top: 10px;
}
.order-process .mobile-step-navigation-label,
.order-process .mobile-step-navigation-counter {
  margin: 0;
}
.order-process .mobile-step-navigation-label {
  color: #000;
  font-family: tt-norms-pro-bold;
  font-size: 14px;
  line-height: 1.2;
}
.order-process .mobile-step-navigation-counter {
  color: #535862;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 2px;
}
.order-process .mobile-step-navigation-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: transparent;
  overflow: hidden;
}
.order-process .mobile-step-navigation-progress-fill {
  height: 100%;
  background: #4164F5;
  transition: width 0.2s ease;
}
.order-process .tab-content {
  margin-bottom: 43px;
}
@media only screen and (max-width: 991px) {
  .order-process .mobile-step-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 0 24px 0;
    padding: 10px 0;
    position: relative;
    background: #fff;
  }
  .order-process .tabs {
    display: none;
  }
  .order-process .tabs .tab-button .step-name {
    margin-right: 5px;
  }
  .order-process .tabs .tab-button .step-number {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .order-process .mobile-step-navigation {
    margin-left: -15px;
    margin-right: -15px;
  }
  .order-process .tabs .tab-button {
    font-size: 14px;
    padding: 10px 5px;
    flex-direction: column-reverse;
  }
}
.order-process #sticky {
  opacity: 0;
  margin-bottom: 43px;
}
.order-process #sticky .collapse-expand.open .collapse {
  display: block !important;
  color: #1E45E2 !important;
}
.order-process #sticky .collapse-expand.open .expand {
  display: none !important;
  color: #1E45E2 !important;
}
.order-process .sticky {
  border: 1px solid #D4D4D4;
  border-radius: 40px 40px 14px 14px;
}
.order-process .sticky-wr {
  padding-right: 0;
  margin-bottom: 50px;
}
.order-process .sticky-header {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-radius: 13px 13px 0 0;
  background: #1E45E2;
}
.order-process .sticky-header h3 {
  font-family: tt-norms-pro-medium;
  color: #D9FF00;
  font-size: 28px;
  line-height: 1;
}
.order-process .sticky-mobile-header {
  display: none;
}
.order-process .sticky-footer {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
.order-process .sticky-footer p {
  color: #706290;
}
.order-process .sticky-section {
  border-bottom: 1px solid #ccc;
  padding-top: 25px;
  padding-bottom: 25px;
}
.order-process .sticky-section .floatClear {
  padding-top: 0;
  padding-bottom: 0;
}
.order-process .sticky-section .floatClear > div {
  color: #000;
  font-family: tt-norms-pro-medium;
  font-size: 18px;
}
.order-process .sticky-section .floatClear > div:first-child {
  width: 68%;
}
.order-process .sticky-section .floatClear > div.sticky-sub-item {
  font-family: tt-norms-pro-medium;
  color: #7F7F7F;
  font-size: 16px;
}
.order-process .sticky-section .floatClear > div.sticky-sub-item-price {
  font-family: tt-norms-pro-medium;
  color: #7F7F7F;
  font-size: 16px;
}
.order-process .sticky-section.selected-product-title-wr {
  padding-top: 30px;
  padding-bottom: 25px;
}
.order-process .sticky-section .selected-product-title {
  font-size: 18px;
  font-family: tt-norms-pro-medium;
  color: #1E45E2;
}
.order-process .sticky-section.total-initial-payment-wr {
  border: 0;
}
.order-process .sticky-section.total-initial-payment-wr .init-payment-inc-vat {
  margin-bottom: 20px;
}
.order-process .sticky-section.total-initial-payment-wr .init-payment-inc-vat div {
  color: #7F7F7F;
}
.order-process .sticky-section.total-initial-payment-wr :nth-child(2) {
  margin-bottom: 20px;
}
.order-process .sticky-section.free-base-package {
  padding-top: 15px;
  padding-bottom: 15px;
}
.order-process .sticky-section.free-base-package .floatClear > div {
  font-size: 18px;
}
.order-process .sticky-section.free-base-package .floatClear > div.total-free {
  font-size: 24px;
}
.order-process .save-btn-wr {
  text-align: center;
  margin-bottom: 25px;
}
.order-process .save-btn-wr button {
  width: 100%;
}
.order-process .save-for-later-wr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.order-process .save-for-later-wr span {
  font-size: 18px;
  font-family: tt-norms-pro-medium;
  margin-right: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.order-process .save-for-later-wr .ho-tooltip {
  width: 24px;
  height: 24px;
}
.order-process .sticky-promo-code-wr {
  text-align: center;
}
.order-process .sticky-promo-code-wr .title {
  font-family: tt-norms-pro-medium;
  font-size: 20px;
  color: #7F7F7F;
  cursor: pointer;
  margin-bottom: 25px;
}
.order-process .sticky-promo-code-wr .promo-code-part {
  margin-bottom: 25px;
}
.order-process .sticky-promo-code-wr .promo-code-part .apply-promo-code-wr button {
  padding: 10px 30px;
}
.order-process .sticky-promo-code-wr .promo-code-part .apply-promo-code-wr button:disabled {
  opacity: 1 !important;
}
.order-process .sticky-total-price.three-digits {
  font-size: 12px !important;
  line-height: 18px !important;
}
.order-process .sticky-sub-item-price {
  font-size: 0.9em;
  color: #728287;
  font-weight: normal;
}
.order-process .order-summary .sticky-section .title {
  font-family: "museo-sans-700";
  font-size: 1.4em;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-top: 7px;
}
.order-process .order-summary .sticky-section .floatClear > .sub-item {
  display: list-item;
  margin-left: 1.3em;
  list-style-type: disc;
  font-size: 1.2em;
}
.order-process .sticky-on-scroll {
  position: absolute;
  /*margin-right: 15px;*/
}
.order-process .sticky-address {
  background-color: #f1f1f3;
  padding: 20px;
  font-family: tt-norms-pro-medium;
  color: #7F7F7F;
  text-align: center;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
.order-process .sticky-address .title {
  font-size: 18px;
}
.order-process .sticky-address .address p {
  font-size: 16px;
}
.order-process .discuss-info {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -10px;
  background-color: #d5f0ff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.order-process .discuss-info p {
  font-family: tt-norms-pro-medium;
  font-size: 18px;
  color: #7F7F7F;
}
@media only screen and (max-width: 991px) {
  .order-process #sticky, .order-process .sticky {
    border: 0;
    margin-bottom: 0;
  }
  .order-process .sticky-wr {
    position: relative;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .order-process .sticky-content-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
    z-index: 9;
    border-radius: 0 0 10px 10px;
  }
  .order-process .sticky-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .order-process .sticky-section.selected-product-title-wr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .order-process .sticky-section.total-initial-payment-wr .init-payment-inc-vat {
    margin-bottom: 10px;
  }
  .order-process .sticky-section.total-initial-payment-wr :nth-child(2) {
    margin-bottom: 0;
  }
  .order-process .save-btn-wr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .order-process .save-btn-wr button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .order-process .save-for-later-wr {
    margin-bottom: 10px;
  }
  .order-process .sticky-promo-code-wr .title {
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
  .order-process .sticky-promo-code-wr .promo-code-part {
    margin-bottom: 10px;
  }
  .order-process .sticky-promo-code-wr .promo-code-part .apply-promo-code-wr {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order-process .sticky-promo-code-wr .promo-code-part .apply-promo-code-wr input {
    height: 40px;
  }
  .order-process .sticky-promo-code-wr .promo-code-part .apply-promo-code-wr button {
    padding: 9px 30px;
  }
  .order-process .sticky-on-scroll {
    position: absolute;
    margin-right: 0;
    left: 0 !important;
    right: 0 !important;
  }
  .order-process .sticky-on-scroll .sticky-content-wrapper {
    left: 0 !important;
    right: 0 !important;
  }
  .order-process .sticky-address {
    background-color: #f1f1f3;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    text-align: center;
  }
  .order-process .sticky-address .title {
    display: none;
  }
  .order-process .sticky-header {
    display: none;
  }
  .order-process .sticky-mobile-header {
    display: block;
    padding: 0;
    z-index: 10;
    position: relative;
  }
  .order-process .sticky-mobile-header .floatClear {
    background-color: #F1F1F3;
    padding: 10px 30px 10px 30px;
    margin-bottom: -20px;
    margin-left: -3px;
    margin-right: -3px;
  }
  .order-process .sticky-mobile-header div p {
    color: #1E45E2;
  }
  .order-process .selected-product-title {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .order-process .sticky-address {
    padding: 10px;
  }
  .order-process .sticky-address .address {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .order-process .sticky-wr {
    padding-left: 0;
    padding-right: 0;
  }
  .order-process .sticky-promo-code-wr .promo-code-part .apply-promo-code-wr button {
    padding: 6px 25px;
  }
}
.order-process .title-wr {
  background-image: url("../../img/order-process/Hero-Image-Order-Process.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 45px;
  padding-bottom: 30px;
}
.order-process .title-wr .title {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 10px;
}
.order-process .title-wr .title .green-text {
  color: #D9FF00;
}
.order-process .title-wr .address-info {
  margin-top: 0;
  margin-bottom: 45px !important;
  font-size: 32px;
  color: #fff;
}
.order-process .title-wr .icons {
  display: flex;
  text-align: center;
  color: #fff;
  justify-content: center;
  gap: 5%;
}
.order-process .title-wr .icons p {
  margin-top: 5px;
  margin-top: 10px;
  font-size: 24px;
}
.order-process .blurred {
  filter: blur(10px);
  transition: all 0.3s;
}
.order-process .faceplate-install-wr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #F8F8F8;
  border-radius: 24px;
  margin-top: 55px;
  text-align: center;
}
.order-process .tardis {
  z-index: 99999;
}
.order-process .tardis.hard-install {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px !important;
  font-family: tt-norms-pro-medium;
}
.order-process .tardis.hard-install .content {
  padding: 20px;
  background-color: #F1F1F3;
  border-radius: 16px;
}
.order-process .tardis.hard-install .content p {
  font-size: 16px !important;
  font-family: tt-norms-pro-medium;
  color: #7F7F7F;
}
.order-process .tardis.hard-install .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #1E45E2;
}
.order-process .tardis.hard-install .info .ho-tooltip {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("../../img/icons-img/tooltip-active.svg");
}
.order-process .disable-content-for-tardis {
  z-index: 99998;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -15px;
  background-color: rgba(255, 255, 255, 0.5);
}
.order-process .pick-package-wr {
  padding-top: 50px;
  min-height: 200px;
}
.order-process .pick-package-wr .title, .order-process .pick-package-wr .btr-premise-title {
  margin-top: 0;
  margin-bottom: 33px;
}
.order-process .all-switch-buttons-wr {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  gap: 20px;
}
.order-process .all-switch-buttons-wr > div {
  flex: 1;
}
.order-process .all-switch-buttons-wr .switchRadio-products {
  text-align: right;
}
.order-process .all-switch-buttons-wr .switchRadio-products.hypersocket-content-active {
  text-align: center;
}
.order-process .all-switch-buttons-wr .change-contract-duration {
  text-align: left;
}
.order-process .all-switch-buttons-wr.more-then-four-products .switchRadio-contract {
  padding-left: 2px;
}
.order-process .change-contract-duration {
  text-align: right;
  padding-right: 0;
}
.order-process .change-contract-duration .hoSelect {
  border-radius: 40px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  overflow: hidden;
  max-width: 400px;
}
.order-process .change-contract-duration .hoSelect select {
  border-radius: 7px !important;
}
.order-process .change-contract-duration .hoSelect:after {
  color: #fff;
  position: absolute;
  right: -2px;
  top: 0;
  padding-top: 8px;
  padding-right: 20px;
  padding-left: 12px;
  font-size: 25px;
  height: 50px !important;
  width: 50px !important;
  border-radius: 0 50% 50% 0;
  background-color: #1E45E2;
}
.order-process .package-row.desktop-products .package-col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.order-process .package-row.desktop-products .package-col.more-then-four-products {
  justify-content: left;
  flex-wrap: wrap;
}
.order-process .package-row.desktop-products .package-col.more-then-four-products .package {
  flex-grow: initial;
  flex-basis: 23%;
  margin-bottom: 30px;
  margin-right: 2%;
}
.order-process .package {
  width: 297px;
  cursor: pointer !important;
  position: relative;
  border-radius: 16px !important;
  margin-right: 20px;
  margin-bottom: 20px;
}
.order-process .package .package-content-wr .package-header {
  position: relative;
  background: transparent linear-gradient(180deg, #82D2FF 0%, #1E45E2 69%, #82D2FF 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.order-process .package .package-content-wr .package-header .package-icon-wr {
  text-align: center;
}
.order-process .package .package-content-wr.btr-free-base-package .btr-free-base-label {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background-color: #F96118;
  font-size: 20px;
  font-family: tt-norms-pro-medium;
  color: #fff;
  height: 35px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.order-process .package .package-content-wr.btr-free-base-package .package-header {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-process .package .package-content-wr .promo-ribbon {
  display: flex;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background-color: #1E45E2;
  color: #D9FF00;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.order-process .package .package-content-wr .promo-ribbon.lime-background {
  background-color: #DAFF14;
  color: #1E45E2;
}
.order-process .package .package-content-wr .promo-ribbon.no-content {
  visibility: hidden;
}
.order-process .package .package-content-wr .promo-ribbon.green {
  background-color: #D9FF00;
  color: #1E45E2;
}
.order-process .package .package-content-wr .promo-ribbon.blue {
  background-color: #1E45E2;
  color: #D9FF00;
}
.order-process .package .package-content-wr .package-content {
  background-color: #F8F8F8;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.order-process .package .package-content-wr .package-content .price-wr {
  padding-top: 25px;
}
.order-process .package .package-content-wr .package-content .price-wr .price {
  font-family: tt-norms-pro-bold;
}
.order-process .package .package-content-wr .package-content .price-wr .price-description {
  font-size: 14px;
  min-height: 50px;
  margin-bottom: 15px;
}
.order-process .package .package-content-wr .package-content .price-wr .price-description .chain-promotion {
  font-size: 20px;
  display: block;
  margin-bottom: 25px;
  line-height: 120%;
}
.order-process .package .package-content-wr .package-content .price-wr .price-description .chain-promotion .chain-price {
  font-family: tt-norms-pro;
}
.order-process .package .package-content-wr .package-content .price-wr.resi .price-promotion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  min-height: 165px;
}
.order-process .package .package-content-wr .package-content .price-wr.resi .price-promotion .price-months {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 25px;
}
.order-process .package .package-content-wr .package-content .price-wr.resi .price-promotion .dividerr {
  width: 80%;
  height: 1px;
  margin-left: 2px;
  background-color: #D4D4D4;
  flex-shrink: 0;
}
.order-process .package .package-content-wr .package-content .price-wr.resi .price-promotion .price-description {
  text-align: center;
}
.order-process .package .package-content-wr .package-content .price-wr.resi .price-promotion .price-description .chain-price {
  font-family: tt-norms-pro-bold;
}
.order-process .package .package-content-wr .package-content .price-wr.resi .price-promotion .price-description .chain-promotion-hr {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
.order-process .package .package-content-wr .package-content .description {
  font-family: tt-norms-pro-medium;
  margin-bottom: 20px;
}
.order-process .package .package-content-wr .package-content .bellow-description {
  font-family: tt-norms-pro-medium;
  font-size: 15px;
  margin-bottom: 20px;
  min-height: 150px;
}
.order-process .package .package-content-wr .package-content .bellow-description .content-wr {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 10px;
}
.order-process .package .package-content-wr .package-content .bellow-description .content-wr .ho-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  flex-shrink: 0 !important;
}
.order-process .package .package-content-wr .package-content .bellow-description .content-wr .content {
  text-align: left;
  padding-right: 0;
  line-height: 1.3;
}
.order-process .package .package-content-wr .package-content:has(.bellow-description.ab_test_dynamic_price_show) .description {
  margin-bottom: 30px;
}
.order-process .package .package-content-wr .package-content .button-wr {
  min-height: 50px;
  padding-bottom: 25px;
}
.order-process .package .package-content-wr .package-content .button-wr button {
  font-family: tt-norms-pro-medium;
  font-size: 20px;
  width: 100%;
  background-color: #F96118;
}
.order-process .package .package-content-wr .package-content .button-wr .selected-package-mark {
  color: #FFF;
  background-color: #1E45E2;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-family: tt-norms-pro-medium;
}
.order-process .package .package-content-wr .package-content .button-wr .selected-package-mark .mark {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 39px;
  height: 39px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/icons-img/circle-checked-green.svg");
}
.order-process .package.active .button-wr button, .order-process .package:hover .button-wr button {
  color: #FFF;
  background-color: #1E45E2;
}
.order-process .package:last-child {
  margin-right: 0;
}
.order-process .average-speeds {
  font-size: 14px;
  color: #7F7F7F;
  margin-bottom: 15px;
  font-family: tt-norms-pro-medium;
  min-height: 85px;
}
.order-process .average-speeds span {
  font-family: tt-norms-pro-medium;
}
.order-process .package-selected .package {
  opacity: 0.5;
}
.order-process .package-selected .package:hover {
  opacity: 1;
}
.order-process .package-selected .package.active {
  opacity: 1;
}
.order-process .package-selected .button-wr {
  text-align: center;
}
.order-process .package-row.has-btr-free-base-package .package {
  margin-bottom: 10px;
}
.order-process .checkbox-wr {
  position: relative;
}
.order-process .checkbox-wr .order-support-ico {
  position: absolute;
  top: -5px;
  right: 22%;
}
.order-process .checkbox-wr.check-hyperhub-router .order-support-ico {
  right: 35%;
}
.order-process .upload-download-exp {
  font-size: 14px;
  font-family: tt-norms-pro-medium;
  color: #7F7F7F;
}
.order-process .promo-code-part {
  margin-bottom: 70px;
}
.order-process .promo-code-part .label-input-wr {
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 16px;
  background-color: #F8F8F8;
  padding: 10px;
}
.order-process .promo-code-part .label-wr {
  font-family: tt-norms-pro-medium;
  font-size: 18px;
}
.order-process .promo-code-part .apply-promo-code-wr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-process .promo-code-part .apply-promo-code-wr > div {
  display: inline-block;
}
.order-process .promo-code-part .apply-promo-code-wr input {
  border-radius: 50px;
  border-color: #D4D4D4;
  color: #7F7F7F !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 40px;
  padding-left: 20px;
  height: 44px;
  flex: 1;
  font-size: 16px;
}
.order-process .promo-code-part .apply-promo-code-wr input::placeholder {
  color: #7F7F7F !important;
}
.order-process .promo-code-part .apply-promo-code-wr button {
  border-radius: 40px;
  font-size: 15px;
  margin-left: -20px;
  font-size: 16px;
}
.order-process .promo-code-part .apply-promo-code-wr button:disabled {
  opacity: 1 !important;
}
.order-process .promo-code-part .promocode-message-wr {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.order-process .promo-code-part .tag-blue-op {
  background: #1E45E2;
  padding: 3px 5px;
  border-radius: 4px;
  margin-right: 5px;
  margin-top: 10px;
  color: #fff;
}
.order-process .promo-code-part .tag-blue-op .delete {
  padding: 3px;
  color: #fff;
  cursor: pointer;
}
.order-process .add-on-section-title {
  margin-bottom: 40px;
}
.order-process .add-on-wr {
  border-radius: 6px;
  background-color: #F1F1F3;
  padding: 15px 30px 15px 30px;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-process .add-on-wr .add-on-title {
  font-family: tt-norms-pro-bold;
}
.order-process .add-on-wr .add-on-info {
  font-family: tt-norms-pro-medium;
  color: #7F7F7F;
}
.order-process .add-on-wr .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../img/icons-img/circle-plus-thin.svg");
  flex-shrink: 0;
}
.order-process .add-on-wr.selected {
  background-color: #1E45E2;
  color: #fff;
}
.order-process .add-on-wr.selected .add-on-info {
  color: #fff;
}
.order-process .add-on-wr.selected .icon {
  background-image: url("../../img/icons-img/circle-checked-green.svg");
}
.order-process .phone-extra-wr, .order-process .other-extras-wr {
  margin-bottom: 43px;
}
.order-process .phone-extra-wr .checkbox-wr.existing-phone, .order-process .phone-extra-wr .checkbox-wr.international-calls, .order-process .other-extras-wr .checkbox-wr.existing-phone, .order-process .other-extras-wr .checkbox-wr.international-calls {
  margin-bottom: 30px;
}
.order-process .business-other-extras {
  text-align: center;
  margin-bottom: 43px;
}
.order-process .business-other-extras .custom-check {
  margin-bottom: 0 !important;
}
.order-process .business-other-extras.checkbox-wr .order-support-ico {
  right: 17%;
}
.order-process .disability-wr {
  margin-bottom: 30px;
}
.order-process .disability-wr .disability-choices h4 {
  margin-top: 15px;
  margin-bottom: 25px;
}
.order-process .disability-wr .disability-check-wr .label-pleae-tick {
  margin: 0;
}
.order-process .disability-wr .checkbox-wr {
  margin-bottom: 18px;
}
.order-process .free-bbu-wr {
  margin-bottom: 30px;
  background-color: #f1f1f3;
  padding: 30px;
  border-radius: 6px;
}
.order-process .free-bbu-wr .first, .order-process .free-bbu-wr .second {
  margin-bottom: 33px;
  font-size: 16px;
  font-family: tt-norms-pro-medium;
  color: #7f7f7f;
}
.order-process .first-part-checkout-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.order-process #nrtoy {
  font-family: tt-norms-pro-medium;
  font-size: 22px;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 50px;
}
.order-process .checkout-btn-wr {
  position: relative;
}
.order-process .checkout-btn-wr .fetching-data {
  position: absolute;
  width: 100%;
  margin-top: -35px;
  color: #F86F03;
}
@media only screen and (max-width: 1438px) {
  .order-process .all-switch-buttons-wr.three .switchRadio-products {
    text-align: center;
  }
  .order-process .all-switch-buttons-wr.three .change-contract-duration {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .order-process .tardis {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-process .switchRadio-products {
    padding-left: 15px !important;
  }
  .order-process .all-switch-buttons-wr {
    flex-direction: column;
  }
  .order-process .all-switch-buttons-wr > div {
    width: 100%;
  }
  .order-process .all-switch-buttons-wr .switchRadio-products {
    text-align: center;
  }
  .order-process .all-switch-buttons-wr .change-contract-duration {
    text-align: center;
  }
  .order-process .desktop-products .package-col {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: left !important;
    flex-wrap: wrap;
  }
  .order-process .desktop-products .package-col .package {
    margin-right: 2%;
    flex-basis: 32%;
  }
  .order-process .desktop-products .package-col .package:nth-child(3) {
    margin-right: 0;
  }
  .order-process .desktop-products .package-col .package:nth-child(4) {
    margin-right: 3%;
  }
  .order-process .desktop-products .package-col.more-then-four-products {
    justify-content: left !important;
    flex-wrap: wrap;
  }
  .order-process .desktop-products .package-col.more-then-four-products .package {
    margin-right: 4%;
    flex-basis: 30% !important;
    margin-bottom: 10px;
  }
  .order-process .package {
    margin-right: 15px;
  }
  .order-process .checkbox-wr .order-support-ico {
    right: 10%;
  }
  .order-process .checkbox-wr.check-hyperhub-router .order-support-ico {
    right: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .order-process .all-switch-buttons-wr .switchRadio-products {
    text-align: center;
    margin-bottom: 10px;
  }
  .order-process .all-switch-buttons-wr .change-contract-duration {
    text-align: center;
  }
  .order-process .package-row.desktop-products .package-col {
    justify-content: left;
    flex-wrap: wrap;
  }
  .order-process .package-row.desktop-products .package-col .package {
    margin-right: 2%;
    flex-basis: 48%;
  }
  .order-process .package-row.desktop-products .package-col .package:nth-child(2) {
    margin-right: 0;
  }
  .order-process .package-row.desktop-products .package-col .package:nth-child(3) {
    margin-right: 2%;
  }
  .order-process .package-row.desktop-products .package-col.more-then-four-products .package {
    margin-right: 2%;
    flex-basis: 48% !important;
  }
  .order-process .checkbox-wr .order-support-ico {
    right: 10%;
  }
  .order-process .checkbox-wr.check-hyperhub-router .order-support-ico {
    right: 11%;
  }
}
@media only screen and (max-width: 767px) {
  .order-process {
    /*First part styles*/
  }
  .order-process .title-wr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .order-process .title-wr .address-info {
    margin-bottom: 20px !important;
    font-size: 24px;
  }
  .order-process .title-wr .icons {
    margin-top: 10px;
  }
  .order-process .title-wr .icons p {
    font-size: 16px;
  }
  .order-process .average-speeds {
    min-height: auto;
  }
  .order-process .pick-package-wr {
    padding-top: 30px;
  }
  .order-process .pick-package-wr > .title {
    display: none;
  }
  .order-process .all-switch-buttons-wr {
    margin-bottom: 20px;
  }
  .order-process .all-switch-buttons-wr .switchRadio-products {
    margin-bottom: 20px;
  }
  .order-process .all-switch-buttons-wr .change-contract-duration .hoSelect {
    margin-bottom: 0;
  }
  .order-process .apply-promo-code-wr button {
    padding: 8px 40px;
  }
  .order-process .package-row {
    margin-bottom: 30px;
  }
  .order-process .package-col {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
  }
  .order-process .package {
    max-width: 300px;
    margin-right: 0 !important;
  }
  .order-process .package .package-content-wr {
    width: 100%;
  }
  .order-process .package .package-content-wr .package-content .title {
    margin-bottom: 15px;
  }
  .order-process .package .package-content-wr .package-content .hr-dashed {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .order-process .package .package-content-wr .package-content .price-wr .price-description {
    margin-bottom: 20px;
  }
  .order-process .package .package-content-wr .package-content .bellow-description {
    min-height: auto;
  }
  .order-process .add-on-wr {
    flex-direction: column;
  }
  .order-process .add-on-wr .add-on-title {
    margin-bottom: 15px;
  }
  .order-process .add-on-wr .add-on-info {
    margin-bottom: 15px;
  }
  .order-process .promo-code-part {
    margin-bottom: 30px;
  }
  .order-process .promo-code-part .label-input-wr {
    flex-direction: column;
    align-items: center;
  }
  .order-process .phone-extra-wr, .order-process .other-extras-wr {
    padding: 30px 20px;
    margin-bottom: 25px;
  }
  .order-process .business-other-extras {
    text-align: center;
    margin-bottom: 33px;
  }
  .order-process .disability-wr {
    padding: 0 20px 0 20px;
    margin-bottom: 25px !important;
  }
  .order-process .disability-wr .disability-check-wr {
    margin-bottom: 25px;
  }
  .order-process .disability-wr .disability-choices h4 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .order-process .disability-wr .checkbox-wr .custom-check {
    margin-bottom: 0 !important;
  }
  .order-process .disability-wr .checkbox-wr .custom-check input[type=checkbox] + span:before {
    margin-right: 18px;
  }
  .order-process .disability-wr .checkbox-wr.other > div {
    display: block;
  }
  .order-process .disability-wr .checkbox-wr.other > div input {
    margin-bottom: 0;
  }
  .order-process .disability-wr .checkbox-wr.not-to-say {
    margin-bottom: 0;
  }
  .order-process .free-bbu-wr {
    margin-bottom: 30px;
  }
  .order-process .free-bbu-wr #confirmFreeBbu .custom-check {
    margin-bottom: 18px;
  }
  .order-process .free-bbu-wr #confirmFreeBbu .custom-check input[type=radio] + span:before {
    margin-right: 18px !important;
  }
  .order-process .free-bbu-wr #confirmFreeBbu .custom-check.require-free-BBU2-wr {
    margin-bottom: 0;
  }
  .order-process .free-bbu-wr .first, .order-process .free-bbu-wr .second {
    margin-bottom: 25px;
  }
  .order-process .first-part-checkout-btn {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .order-process .promo-code-part .apply-promo-code-wr input {
    width: 200px !important;
  }
  .order-process .promo-code-part .apply-promo-code-wr button {
    padding: 8px 25px;
  }
}
.order-process .hypersocket-content-active {
  margin-bottom: 0 !important;
}
.order-process .hypersocket-wr {
  position: relative;
  padding-left: 90px;
  margin-bottom: 43px;
}
.order-process .hypersocket-wr .hypersocket-content {
  margin-bottom: 43px;
}
.order-process .hypersocket-wr .hypersocket-content h3 {
  margin-top: 0;
}
.order-process .hypersocket-wr .hypersocket-content .facts li {
  font-family: tt-norms-pro-medium;
  color: #7F7F7F;
  margin-bottom: 5px;
}
.order-process .hypersocket-wr .hypersocket-content p {
  color: #7F7F7F;
}
.order-process .hypersocket-wr .choices .choices-label {
  text-align: left !important;
  margin-bottom: 25px;
}
.order-process .hypersocket-wr .choices .choices-label.other {
  margin-top: 25px;
}
.order-process .hypersocket-wr .choices .selectWhyNeed-wr {
  width: 75%;
}
.order-process .hypersocket-wr .when-contract-expire-wr {
  text-align: left;
  padding-top: 22px;
}
.order-process .hypersocket-wr .when-contract-expire-wr .floatClear {
  margin-bottom: 33px;
}
.order-process .hypersocket-wr .when-contract-expire-wr .floatClear div {
  width: 45%;
}
.order-process .hypersocket-wr .when-contract-expire-wr .floatClear div .hoSelect {
  width: 100%;
}
.order-process .hypersocket-wr .when-contract-expire-wr .floatClear .validate-error {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .order-process .hypersocket-wr {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .order-process .hypersocket-wr .hypersocket-content {
    margin-bottom: 0;
  }
  .order-process .hypersocket-wr .hypersocket-content h3 {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .order-process .hypersocket-wr .hypersocket-content .socket-img-wr img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .order-process .hypersocket-wr .choices .choices-label {
    margin-bottom: 15px;
  }
  .order-process .hypersocket-wr .choices .selectWhyNeed-wr {
    width: 100%;
    margin-bottom: 20px;
  }
  .order-process .hypersocket-wr .choices .selectWhyNeed-wr .hoSelect {
    margin-bottom: 0;
  }
  .order-process .hypersocket-wr .choices .hoSelect {
    margin-bottom: 10px;
  }
  .order-process .hypersocket-wr .choices .choices-label {
    height: auto;
  }
  .order-process .hypersocket-wr .when-contract-expire-wr {
    padding-top: 0;
  }
  .order-process .hypersocket-wr .when-contract-expire-wr .floatClear {
    margin-bottom: 20px;
  }
  .order-process .hypersocket-wr .when-contract-expire-wr .floatClear div {
    width: 100%;
    float: none;
  }
  .order-process .hypersocket-wr .when-contract-expire-wr .floatClear div:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.order-process .one-touch-switch-wr {
  margin-top: 20px;
  margin-bottom: 100px;
}
.order-process .one-touch-switch-wr .switchRadio label {
  padding: 12px 25px;
  font-size: 16px;
}
.order-process .one-touch-switch-wr p {
  color: #7F7F7F;
  font-family: tt-norms-pro-medium;
  margin-bottom: 30px !important;
}
.order-process .switching-details {
  color: #7F7F7F;
  font-family: tt-norms-pro-medium;
}
.order-process .switching-details h4 {
  color: #000;
}
.order-process .switching-details .full-address {
  color: #000;
  font-family: tt-norms-pro-medium;
}
.order-process .switching-details .back-wr {
  margin-top: 200px;
  text-align: right;
}
.order-process .switching-details .ots-check-loader-wr {
  position: relative;
  height: 100px;
  margin-top: 120px;
  margin-bottom: 20px;
}
.order-process .switching-details .ots-check-loader-wr .ots-check-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}
.order-process .switching-details .ots-check-loader {
  content: "";
  width: 100px;
  height: 100px;
  background: url("../../img/order-process/ots-loader.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: ots-check-rotation 5s infinite ease;
}
@-webkit-keyframes ots-check-rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.order-process .switching-details .loading-info {
  font-family: tt-norms-pro-medium;
  color: #000;
  font-size: 24px;
  margin-bottom: 150px;
  text-align: center;
}
.order-process .switching-details .did-you-know-posts {
  text-align: center;
}
.order-process .switching-details .did-you-know-posts h5 {
  color: #000;
  margin-bottom: 15px;
}
.order-process .switching-details .select-provider {
  margin-bottom: 20px;
}
.order-process .switching-details .error-message-wr, .order-process .switching-details .success-message-wr {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  gap: 20px;
  align-items: center;
  background-color: #F1F1F3;
  border-radius: 14px;
  padding: 25px 30px;
  font-size: 18px;
  font-family: tt-norms-pro-medium;
  color: #000;
  margin-top: 25px;
  margin-bottom: 40px;
}
.order-process .switching-details .error-message-wr .ho-icon, .order-process .switching-details .success-message-wr .ho-icon {
  width: 40px;
  height: 40px;
}
.order-process .switching-details .success-message-wr .ho-icon {
  width: 50px !important;
  height: 50px !important;
}
.order-process .switching-details .save-for-later-message {
  margin-top: -15px;
  margin-bottom: 25px;
  font-size: 18px;
  color: #000;
  font-family: tt-norms-pro-medium;
}
.order-process .switching-details .additional-services-wr {
  color: #000;
  margin-bottom: 40px;
}
.order-process .switching-details .additional-services-wr .service {
  margin-bottom: 20px;
}
.order-process .switching-details .additional-services-wr .service .service-label {
  margin-right: 20px;
}
.order-process .switching-details .add-phone-wr {
  margin-bottom: 40px;
}
.order-process .switching-details #showPhoneOffnetModalInfo .modal-body {
  text-align: left !important;
}
.order-process .switching-details #showPhoneOffnetModalInfo .modal-body ul li {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .order-process .one-touch-switch-wr {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.order-process .total-wifi-wr {
  background-image: url(../../img/order-process/total-wi-fi-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.order-process .total-wifi-mash-container .title {
  font-size: 56px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.order-process .total-wifi-mash-container .subtitle {
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}
.order-process .total-wifi-mash-container .regular-text {
  margin-bottom: 25px;
}
.order-process .total-wifi-mash-container .regular-text p {
  font-size: 21px;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 30px;
}
.order-process .total-wifi-mash-container .button-wrr {
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
}
.order-process .total-wifi-mash-container .button-wrr button {
  font-family: tt-norms-pro-medium;
  padding-right: 70px;
}
.order-process .total-wifi-mash-container .button-wrr .sign {
  content: "";
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../img/icons-img/icon-plus.svg");
}
.order-process .total-wifi-mash-container .button-wrr.selected .sign {
  background-image: url("../../img/icons-img/circle-checked-green.svg");
}
@media only screen and (max-width: 1199px) {
  .order-process .total-wifi-mash-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .order-process .total-wifi-wr {
    margin-bottom: 30px;
  }
  .order-process .total-wifi-mash-container .title {
    font-size: 32px;
  }
  .order-process .total-wifi-mash-container .regular-text p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .order-process .total-wifi-mash-container .button-wrr {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 450px) {
  .order-process .total-wifi-mash-container .button-wrr .sign {
    right: 7px;
    top: 17px;
  }
}
.order-process .upsell-section {
  display: flex;
  background: #F1F1F3;
  padding: 20px 40px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.order-process .upsell-section .package-circle, .order-process .upsell-section .img-wr-total-wifi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}
.order-process .upsell-section .package-circle img, .order-process .upsell-section .img-wr-total-wifi img {
  max-width: 145px;
  max-height: 145px;
}
.order-process .upsell-section .info-upgrade-wr {
  display: flex;
  align-items: center;
}
.order-process .upsell-section .upsell-package-content {
  width: 70%;
}
.order-process .upsell-section .upsell-package-content .upsell-package-title {
  font-size: 24px;
  font-family: "tt-norms-pro-medium";
  color: #1E45E2;
  margin-bottom: 10px;
}
.order-process .upsell-section .upsell-package-content .package-info {
  margin-right: 60px;
  width: 50%;
  font-size: 16px;
  font-family: "tt-norms-pro-medium";
  color: #7F7F7F;
}
.order-process .upsell-section .upsell-package-content .package-info .average-speeds {
  font-size: 16px;
  font-family: "tt-norms-pro-medium";
  color: #7F7F7F;
}
@media only screen and (max-width: 991px) {
  .order-process .upsell-section {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .order-process .upsell-section .package-circle, .order-process .upsell-section .img-wr-total-wifi {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .order-process .upsell-section .info-upgrade-wr {
    flex-direction: column;
    align-items: center;
  }
  .order-process .upsell-section .upsell-package-content {
    width: 100%;
    text-align: center;
  }
  .order-process .upsell-section .upsell-package-content .package-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .order-process .upsell-section .upsell-package-content .package-info .average-speeds {
    width: 100%;
    margin-bottom: 0;
  }
  .order-process .upsell-section .upsell-package-content .package-info .speed-details-wr {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.order-process .arrows-wr {
  display: none;
  position: absolute;
  z-index: 10;
  top: 210px;
  left: 0;
  width: 100%;
}
.order-process .arrow-left {
  position: absolute;
  left: -10px;
  padding-left: 15px;
  -webkit-filter: drop-shadow(-1px 1px 2px rgba(77, 77, 77, 0.5));
  filter: drop-shadow(-1px 1px 2px rgba(77, 77, 77, 0.5));
  border-radius: 50%;
  background-color: #d0eef6;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  background-image: url(../img/arrow-left-price-plans.png);
  background-repeat: no-repeat;
  background-position: 40% 50%;
  background-size: 20px 35px;
}
.order-process .arrow-left img {
  margin-top: 8px;
  margin-right: 20px;
}
.order-process .arrow-right {
  position: absolute;
  right: -10px;
  padding-right: 15px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(77, 77, 77, 0.5));
  filter: drop-shadow(1px 1px 2px rgba(77, 77, 77, 0.5));
  border-radius: 50%;
  background-color: #d0eef6;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  background-image: url(../img/arrow-right-price-plans.png);
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: 20px 35px;
}
.order-process .arrow-right img {
  margin-top: 8px;
  margin-left: 20px;
}
.order-process .order-trustpilot-wr .trustpilot {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #F8F8F8;
}
.order-process .order-trustpilot-wr .trustpilot h3 {
  font-size: 30px;
  font-family: tt-norms-pro-medium;
  margin-bottom: 20px;
}
.order-process .order-trustpilot-wr .trustpilot .trustpilot-logo {
  margin-bottom: 30px;
}
.order-process .order-trustpilot-wr .trustpilot .review-title {
  font-size: 22px;
  font-family: tt-norms-pro-medium;
  margin-bottom: 10px;
}
.order-process .order-trustpilot-wr .trustpilot .review-text {
  font-family: tt-norms-pro-medium;
  font-size: 16px;
  margin-bottom: 10px;
  color: #7F7F7F;
}
.order-process #saveForLaterModal .modal-body {
  max-height: 500px;
  overflow: scroll;
}
.order-process #saveForLaterModal .modal-body .explanation-text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.order-process #saveForLaterModal .title-packages-wr {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #728287;
  border-radius: 6px;
  margin-bottom: 25px;
}
.order-process #saveForLaterModal .package-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px;
  color: #fff;
  font-size: 21px;
  line-height: 1.1;
  background-color: #1E45E2;
}
.order-process #saveForLaterModal .package-address-description {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.order-process #saveForLaterModal .package-address-description .title {
  margin-bottom: 10px;
}
.order-process #saveForLaterModal .package-address-description .package-include-items {
  list-style: none;
  padding-left: 0;
}
.order-process #step1-main-content .hide-edit-check .custom-check {
  margin-left: 53px;
  pointer-events: none !important;
  display: list-item;
}
.order-process #step1-main-content .hide-edit-check .custom-check input[type=checkbox] + span:before {
  display: none;
}
.order-process #step1-main-content .add-save-package-wr {
  margin-bottom: 15px;
}
.order-process #step1-main-content .add-save-package-wr .add-to-basket {
  font-family: tt-norms-pro-medium;
  font-size: 21px;
}
.order-process #step1-main-content .add-save-package-wr .save-package-wr {
  text-align: right;
}
.order-process #step1-main-content .add-save-package-wr .save-package {
  font-size: 16px;
  cursor: pointer;
}
.order-process #step1-main-content .title-other-packages-wr {
  padding-left: 0;
  padding-right: 0;
}
.order-process #step1-main-content .title-other-packages-wr .package-title {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 15px 30px;
  font-size: 32px;
  line-height: 100%;
  font-family: tt-norms-pro-medium;
  color: #fff;
  background: #1E45E2;
}
.order-process #step1-main-content .title-other-packages-wr .package-title .size-unit {
  color: #D9FF00;
  font-family: tt-norms-pro-black;
}
.order-process #step1-main-content .title-other-packages-wr .other-packages-wr {
  background-color: #82D2FF;
  padding: 10px 30px;
}
.order-process #step1-main-content .title-other-packages-wr .other-packages-wr .custom-check.circle input[type=checkbox] + span {
  color: #1E45E2;
}
.order-process #step1-main-content .title-other-packages-wr .product-advantages {
  border: 1px solid #D4D4D4;
  border-top: 0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 25px;
}
.order-process #step1-main-content .title-other-packages-wr .product-advantages.total-wifi {
  padding-top: 0;
}
.order-process #step1-main-content .other-packages-wr .check-wr {
  padding: 2px 10px;
  display: inline-block;
}
.order-process #step1-main-content .other-packages-wr .custom-check-circle {
  color: #fff;
}
.order-process #step1-main-content .add-on-section-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.order-process #step1-main-content .add-on-section-title .ho-icon {
  margin-right: 10px;
}
.order-process #step1-main-content .add-on-section-title .title-text, .order-process #step1-main-content .add-on-section-title .custom-check {
  font-family: tt-norms-pro-medium;
  font-size: 21px;
}
.order-process #step1-main-content .product-advantages .section {
  margin-bottom: 30px;
}
.order-process #step1-main-content .product-advantages .content {
  margin-left: 30px;
}
.order-process #step1-main-content .product-advantages .broadband-list {
  margin-bottom: 0;
  font-size: 16px;
  color: #7F7F7F;
  font-family: tt-norms-pro-medium;
}
.order-process #step1-main-content .product-advantages .add-phone-btn {
  cursor: pointer;
  padding: 5px 10px;
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-right: 5px;
}
.order-process #step1-main-content .speed-details-wr {
  margin-left: 45px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.order-process #step1-main-content .speed-details-wr div {
  font-size: 18px;
  font-family: tt-norms-pro-medium;
  color: #1E45E2;
  cursor: pointer;
  text-decoration: underline;
}
.order-process #step1-main-content .speed-details-wr .ho-tooltip {
  width: 24px;
  height: 24px;
  margin-left: 7px;
}
.order-process #step1-main-content .your-extras-title {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: tt-norms-pro-medium;
  font-size: 21px;
}
.order-process #step1-main-content .phone-extras-wr {
  padding: 25px;
  border: 1px solid #D4D4D4;
  border-radius: 14px;
  margin-bottom: 30px;
}
.order-process #step1-main-content .phone-extras-wr .add-on-section-title {
  margin-bottom: 20px;
}
.order-process #step1-main-content .phone-extras-wr .checkbox-wr {
  margin-bottom: 5px;
}
.order-process #step1-main-content .phone-extras-wr .custom-check span {
  font-size: 16px;
  color: #7F7F7F;
  font-family: tt-norms-pro-medium;
}
.order-process #step1-main-content .save-btn-wrr {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
}
.order-process #step1-main-content .package-msg-500 {
  font-size: 14px;
  font-family: tt-norms-pro;
  font-style: normal;
  color: #7f7f7f;
  padding: 32px 0 2px 0;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  .order-process .logo-wr {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .order-process .logo-wr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .order-process .sticky-wr {
    margin-bottom: 10px;
  }
  .order-process #sticky {
    margin-bottom: 0 !important;
  }
  .order-process #step1-main-content .add-save-package-wr {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .order-process #step1-main-content > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-process #step1-main-content .title-other-packages-wr .package-title {
    padding: 15px;
  }
  .order-process #step1-main-content .title-other-packages-wr .other-packages-wr {
    padding: 15px;
    padding-left: 5px;
  }
  .order-process #step1-main-content .title-other-packages-wr .other-packages-wr .check-wr {
    width: 50%;
  }
  .order-process #step1-main-content .title-other-packages-wr .product-advantages {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .order-process #step1-main-content .your-extras-title {
    margin-top: 30px;
  }
  .order-process #step1-main-content .product-advantages .add-on-section-title {
    margin-bottom: 10px;
  }
  .order-process #step1-main-content .product-advantages .add-on-section-title div img {
    width: 20px;
    height: 19px;
  }
  .order-process #step1-main-content .product-advantages .broadband {
    margin-bottom: 25px;
  }
  .order-process #step1-main-content .phone-extras-wr {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .order-process #step1-main-content .phone-extras-wr .add-on-section-title {
    margin-bottom: 10px;
  }
  .order-process #step1-main-content .section-hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .order-process #step1-main-content .save-btn-wrr {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .order-process #step1-main-content .save-btn-wrr button {
    width: 100% !important;
  }
}
@media only screen and (max-width: 500px) {
  .order-process #step1-main-content .title-other-packages-wr .other-packages-wr .check-wr {
    width: 100%;
  }
}
.order-process .account-details .form-input .intl-tel-input, .order-process .account-details .form-input .datepicker-component {
  position: relative;
}
.order-process .account-details .form-input .intl-tel-input.completed + div.checked, .order-process .account-details .form-input .datepicker-component.completed + div.checked {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 6px;
}
.order-process .account-details .desired-date-wr .checked, .order-process .account-details .birth-date-wr .checked {
  position: absolute;
  top: 50px;
  left: 100%;
}
.order-process .account-details .desired-date-wr input.completed, .order-process .account-details .birth-date-wr input.completed {
  padding-right: 20px;
}
.order-process .account-details .home-move-date-wr .checked {
  position: absolute;
  top: 70px;
}
.order-process .account-details .home-move-date-wr input.completed {
  padding-right: 20px;
}
.order-process .account-details .existing-customer-search .form-input {
  width: 300px;
  display: inline-block;
  margin-right: 20px;
}
.order-process .account-details .different-address-elastic {
  margin-bottom: 30px;
}
.order-process .account-details .different-address-elastic .input-elastic {
  line-height: 50px;
  font-size: 15px;
  padding-right: 30px;
}
.order-process .account-details .different-address-elastic .input-elastic-loader {
  font-size: 1.6em !important;
  margin-top: 16px !important;
}
.order-process .account-details .different-address-elastic.error .input-elastic-border {
  border-color: #e43831 !important;
}
.order-process .mobile-date-of-birth-wr .form-input, .order-process .desired-date-wr .form-input, .order-process .home-move-date-wr .form-input {
  margin-bottom: 0;
}
.order-process .datepicker-component {
  margin-bottom: 0;
}
.order-process .datepicker .disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.order-process .datepicker-days td {
  padding: 8px;
}
.order-process .hidden-input.error {
  margin-bottom: 20px;
}
.order-process .agree-for-optout-wr {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.order-process .agree-for-optout-wr p {
  font-size: 14px !important;
  margin-top: 0;
  color: #7F7F7F !important;
  font-family: tt-norms-pro-medium !important;
}
.order-process .agree-for-optout-wr .custom-check {
  margin-bottom: 0;
}
.order-process .agree-for-optout-wr .custom-check input[type=checkbox] + span:before {
  margin-top: 0;
}
.order-process .agree-for-optout-wr.order-business {
  margin-top: 25px;
  margin-bottom: 25px;
}
.order-process .nominated-person-pass.error {
  margin-bottom: 70px;
}
.order-process .back-next-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-process .back-next-actions a {
  text-decoration: underline;
}
@media only screen and (min-width: 1400px) {
  .order-process .desired-date-wr .checked, .order-process .home-move-date-wr .checked {
    left: 90%;
  }
}
@media only screen and (max-width: 1399px) {
  .order-process .desired-date-wr .checked, .order-process .home-move-date-wr .checked {
    left: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .order-process .account-details .desired-date-wr .checked {
    top: 42%;
  }
  .order-process .account-details .home-move-date-wr .checked {
    left: 97%;
  }
}
@media only screen and (max-width: 767px) {
  .order-process .account-details .desired-date-wr .checked, .order-process .account-details .birth-date-wr .checked, .order-process .account-details .home-move-date-wr .checked {
    left: 92%;
    top: 38%;
  }
  .order-process .mobile-date-of-birth-wr .form-input {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .order-process .account-details .form-input .datepicker-component input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .order-process .account-details .desired-date-wr .checked, .order-process .account-details .birth-date-wr .checked {
    left: 99%;
    top: 43%;
  }
  .order-process .account-details .home-move-date-wr .checked {
    top: 36%;
    left: 99%;
  }
}
.order-process .install-explanation {
  color: #7F7F7F;
  margin-bottom: 50px;
  font-family: tt-norms-pro-medium;
}
.order-process .install-explanation.full-day-job {
  margin-bottom: 25px;
}
.order-process .offnet-install-explanation {
  color: #7F7F7F;
  margin-bottom: 25px;
  font-family: tt-norms-pro;
  font-size: 16px;
}
.order-process .offnet-slot-explanation {
  color: #7F7F7F;
  font-family: tt-norms-pro;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 25px;
}
.order-process .full-day-explanation {
  background-color: #F0F8FF;
  border: 1px solid #099EEE;
  border-radius: 4px;
  font-family: tt-norms-pro;
  margin-bottom: 25px;
}
.order-process .reschedule-explanation-title {
  font-family: tt-norms-pro;
  color: #000000;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.order-process .reschedule-explanation-content ul {
  padding-left: 1rem;
  margin-bottom: 0;
}
.order-process .reschedule-explanation-content .additional-list {
  padding-left: 2rem;
  margin-bottom: 25px;
}
.order-process #calendar-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.order-process .gray-color {
  color: #7F7F7F;
  font-family: tt-norms-pro-medium;
}
.order-process .calendar-arrow-container {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.order-process .calendar-arrow-container.show-loader {
  opacity: 0.4;
}
.order-process .calendar-container {
  display: flex;
  flex: 1;
}
.order-process .calendar-item {
  flex: 1;
  text-align: center;
}
.order-process .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.order-process .arrow-container .arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-color: #fff;
}
.order-process .arrow-container .arrow.left {
  background-image: url("../../img/order-process/IconLeft.svg");
}
.order-process .arrow-container .arrow.right {
  background-image: url("../../img/order-process/IconRight.svg");
}
.order-process .arrow-container.prev {
  padding-right: 20px;
}
.order-process .arrow-container.next {
  padding-left: 20px;
}
.order-process .day-name {
  font-size: 12px;
  font-family: "tt-norms-pro-bold";
  margin-bottom: 5px;
  text-transform: uppercase;
}
.order-process .date {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-family: "tt-norms-pro-bold";
  background-color: #F1F1F3;
}
.order-process .date.first {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.order-process .date.last {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.order-process .day-part-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  margin-top: 6px;
  margin-right: 6px;
}
.order-process .calendar-item:last-child .day-part-container {
  margin-right: 0;
}
.order-process .day-part {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 72px;
  margin-top: 5px;
  font-size: 14px;
  font-family: "tt-norms-pro-bold";
  border: 1px solid #F1F1F3;
  background-color: #F1F1F3;
  box-sizing: border-box;
  border-radius: 5px;
}
.order-process .day-part.disabled {
  pointer-events: none;
  background-image: url("../../img/order-process/IconX.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-color: #fff;
}
.order-process .day-part.selected {
  color: #fff;
  background-color: #1E45E2;
  border: none;
}
.order-process .slot-explanation {
  margin-bottom: 20px;
  color: #7F7F7F;
  font-family: tt-norms-pro-medium;
}
.order-process .selected-day-head-1 {
  font-size: 18px;
  color: #1E45E2;
  font-family: "tt-norms-pro-bold";
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background-color: #82D2FF;
}
.order-process .understand-amount-check-wr {
  margin-bottom: 40px;
}
.order-process .activation-date-wr {
  margin-bottom: 50px;
}
.order-process .activation-date-wr h5 {
  margin-bottom: 10px;
}
.order-process .activation-date-wr .activation-date-expl {
  color: #7F7F7F;
  font-family: tt-norms-pro-medium;
  margin-bottom: 15px;
}
.order-process .activation-date-wr .datepicker {
  border: none;
  border-radius: 0;
}
.order-process .activation-date-wr .datepicker:hover, .order-process .activation-date-wr .datepicker:focus {
  border: none;
}
.order-process .activation-date-wr .fa.fa-calendar {
  position: absolute;
}
.order-process .activation-date-wr .fa.fa-calendar:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../img/icons-img/callendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.order-process .parking-provided-wr h4 {
  margin-bottom: 10px;
}
.order-process .parking-provided-wr .parking-provided-expl {
  color: #7F7F7F;
  font-family: tt-norms-pro-medium;
  margin-bottom: 15px;
}
.order-process .parking-provided-wr .switchRadio {
  margin-bottom: 20px;
}
.order-process .parking-provided-wr .switchRadio.parking-provided {
  padding: 0;
  background-color: #fff;
  border: 1px solid;
  border-radius: 10px;
  width: 200px;
}
.order-process .parking-provided-wr .switchRadio.parking-provided label {
  margin-right: 0;
  border-radius: 8px;
  width: 50%;
}
.order-process .parking-provided-wr .switchRadio.parking-provided label.yes {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.order-process .parking-provided-wr .switchRadio.parking-provided label.no {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.order-process #scheduleForm .custom-check.error span {
  color: red !important;
}
.order-process #confirmationAppointmentModal button:disabled {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .order-process .arrow-container {
    align-items: flex-start;
    margin-top: 30px;
  }
  .order-process .arrow-container .arrow {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .order-process .understand-amount-check-wr .custom-check input[type=checkbox] + span:before {
    margin-bottom: 10px;
  }
}
.order-process .activation-details .step-title {
  margin-bottom: 10px;
}
.order-process .hyperhub-router-info {
  margin-bottom: 25px;
}
.order-process .hyperhub-router-info p {
  font-size: 16px;
  font-family: tt-norms-pro;
  color: #7F7F7F;
}
.order-process .has-hyperhub-radio-wr {
  margin-bottom: 25px;
}
.order-process .hyperhub-link-wr {
  font-family: tt-norms-pro;
  font-size: 21px;
}
.order-process .back-next-actions-wr {
  margin-bottom: 70px;
}
.order-process .desired-date-wr input.completed {
  padding-right: 20px;
}
.order-process .taken-order-moved-date-text {
  font-size: 16px;
  font-family: tt-norms-pro-medium;
  margin-top: 25px;
  margin-bottom: 25px;
}
.order-process .text-link {
  color: #1E45E2;
  font-size: 18px;
  transition: all 0.3s;
  font-family: tt-norms-pro-medium;
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}
.order-process .text-link:hover, .order-process .text-link:focus, .order-process .text-link:active {
  text-decoration: underline;
}
.order-process .payment-details p {
  font-size: 16px !important;
  line-height: 100%;
}
.order-process .payment-details .form-input {
  position: relative;
}
.order-process .payment-details .form-input .checked {
  display: none;
}
.order-process .payment-details .form-input input.completed {
  padding-right: 50px;
}
.order-process .payment-details .form-input input.completed + div.checked {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 6px;
}
.order-process .payment-details .form-input.acc-number.error {
  margin-bottom: 60px;
}
.order-process .payment-details .form-input.bank-acc-wr.error {
  margin-bottom: 60px;
}
.order-process .payment-details .form-input.error {
  margin-bottom: 60px;
}
.order-process .payment-details .payment-method-buttons-wr {
  margin-bottom: 10px;
}
.order-process .payment-details .payment-method-buttons-wr button {
  margin-bottom: 10px;
}
.order-process .payment-details .other-payment-types-wr {
  margin-bottom: 30px;
  margin-top: 10px;
}
.order-process .payment-details .direct-debit .bank-acc-wr {
  position: relative;
}
.order-process .payment-details .direct-debit .bank-acc-wr .ho-tooltip {
  position: absolute;
  top: 0;
  left: 220px;
}
.order-process .payment-details .section-title {
  color: #000000;
}
.order-process .payment-details .section-spacer {
  margin-bottom: 30px !important;
}
.order-process .payment-details .back-next-actions a {
  color: #1E45E2;
}
.order-process .payment-details h3 {
  font-size: 20px !important;
}
.order-process .payment-details .ho-icon {
  width: 24px;
  height: 24px;
}
.order-process .payment-details .checked-txt-1 {
  font-family: "tt-norms-pro-medium";
  vertical-align: top;
}
.order-process .payment-details .payment-check input[type=checkbox] + span:before,
.order-process .payment-details .payment-check input[type=radio] + span:before {
  margin-bottom: 10px !important;
}
.order-process .payment-details .header-wr {
  margin: 25px 0 15px 0;
}
.order-process .payment-details .value-txt {
  font-size: 18px;
  font-family: tt-norms-pro;
  font-weight: 400;
}
.order-process .setting-direct-debit-title {
  font-size: 21px;
  font-family: tt-norms-pro-medium;
  margin-bottom: 30px;
}
.order-process #authorisedDirectDebit p {
  color: #919191;
  margin-bottom: 30px;
  font-family: tt-norms-pro;
}
.order-process #authorisedDirectDebit .custom-check input[type=checkbox] + span:before {
  margin-bottom: 18px;
}
.order-process .note-txt {
  font-size: 14px !important;
  margin-left: 27px;
  color: #919191;
}
.order-process .payment-title {
  font-size: 18px !important;
  font-weight: bold;
  font-family: tt-norms-pro;
  color: #354753;
}
.order-process .payment-nr {
  font-size: 18px;
  font-weight: 400;
  font-family: tt-norms-pro;
  color: #354753;
}
.order-process .direct-debit-guarantee {
  background-color: #ECF0FF;
  color: #000000;
  line-height: 130%;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #D6DEFF;
}
.order-process .direct-debit-guarantee .section-title {
  color: #000000;
  margin-bottom: 20px;
}
.order-process .direct-debit-guarantee .direct-togle {
  font-size: 18px !important;
  font-weight: bold;
  font-family: tt-norms-pro;
  color: #1E45E2;
}
.order-process .direct-debit-guarantee .fas:before {
  color: #1E45E2;
}
.order-process .direct-debit-guarantee .direct-ul {
  font-size: 12px !important;
  text-align: left;
  padding: 24px 0 0 24px;
  margin: 0;
  font-weight: 500;
}
.order-process .direct-debit-guarantee > .text-wr {
  padding-left: 30px;
  padding-right: 30px;
}
.order-process .direct-debit-guarantee input[type=number]::-webkit-inner-spin-button,
.order-process .direct-debit-guarantee input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.order-process .direct-debit-guarantee input[type=number] {
  -moz-appearance: textfield;
}
.order-process .selected-installation-info {
  font-family: tt-norms-pro-medium;
  color: #000;
}
.order-process .selected-installation-date {
  color: #1E45E2;
  font-family: tt-norms-pro-medium;
}
.order-process .order-summary .step-title {
  margin-bottom: 10px !important;
}
.order-process .order-summary .check-details-title {
  font-family: tt-norms-pro-medium;
  color: #7F7F7F;
  margin-bottom: 30px;
}
.order-process .order-summary .product-title {
  font-size: 21px;
  font-family: tt-norms-pro-medium;
  margin-bottom: 20px;
}
.order-process .order-summary p {
  font-size: 16px !important;
  color: #7F7F7F !important;
  font-family: tt-norms-pro-medium;
}
.order-process .order-summary .details-hr hr {
  border-top: 1px solid #D4D4D4;
  margin-top: 20px;
  margin-bottom: 20px;
}
.order-process .order-summary .sticky-section-title {
  font-size: 21px;
  font-family: tt-norms-pro-medium;
}
.order-process .order-summary .sticky-section-title.payments {
  padding-top: 15px;
}
.order-process .order-summary .sticky-section {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: tt-norms-pro-medium;
}
.order-process .order-summary .sticky-section:first-child {
  padding-top: 0;
}
.order-process .order-summary .sticky-section .title {
  font-size: 21px;
  font-family: tt-norms-pro-medium;
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-top: 7px;
}
.order-process .order-summary .sticky-section .floatClear > div {
  font-size: 16px;
}
.order-process .order-summary .sticky-section .floatClear > div.sub-item {
  color: #7F7F7F !important;
}
.order-process .order-summary .sticky-section .floatClear > div.title {
  font-size: 18px !important;
}
.order-process .order-summary .sticky-section .floatClear > div.order-summary-price-name {
  color: #000 !important;
  font-size: 21px;
}
.order-process .order-summary .sticky-section .floatClear > div.order-summary-price-value {
  font-size: 18px;
}
.order-process .order-summary .sticky-section .floatClear > .sub-item {
  margin-left: 0;
  list-style-type: none !important;
}
.order-process .order-summary .sticky-section .floatClear .summary-total-monthly-label {
  color: #000 !important;
  font-size: 18px;
}
.order-process .order-summary .sticky-section.total-payment-section .floatClear {
  margin-bottom: 10px;
}
.order-process .order-summary .sticky-section.total-payment-section .floatClear div {
  font-size: 18px;
}
.order-process .order-summary .sticky-section.total-payment-section .floatClear div.summary-total-monthly-label {
  font-size: 20px;
}
.order-process .order-summary .next-accord-btn {
  padding-left: 0;
  padding-right: 0;
}
.order-process .order-summary .next-accord-btn #orderButton {
  padding: 12px 70px !important;
  margin-bottom: 20px;
}
.order-process .sticky-section.breakdown {
  padding: 0 0 15px 15px;
  border: none;
}
.order-process .sticky-section .sticky-row {
  display: flex;
}
.order-process .sticky-row .payment-wr, .order-process .sticky-row .payment-col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.order-process .user-details .title {
  color: #000;
  font-family: tt-norms-pro-bold !important;
  margin-bottom: 15px !important;
}
.order-process .user-details .title span {
  color: #1E45E2;
  text-decoration: underline;
  cursor: pointer;
}
.order-process .user-details.bank {
  padding-left: 0px;
}
.order-process .review-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
}
.order-process .review-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-process .disabled-checkbox label:before {
  background-image: none;
  background-color: #706290 !important;
  border-color: #706290 !important;
}
.order-process .disabled-checkbox label:after {
  display: none !important;
}
.order-process .contract-summary-content {
  height: 500px;
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #728287;
  border-radius: 6px;
  margin-bottom: 30px;
  overflow-x: hidden;
}
.order-process .contract-summary-content table {
  width: 95% !important;
  margin-left: 10px;
  margin-right: 10px !important;
  table-layout: fixed;
  border: none !important;
}
.order-process .contract-summary-content table td {
  display: block;
  width: 100% !important;
  border: none !important;
}
.order-process .contract-summary-content table td:first-child {
  padding-top: 20px;
  padding-bottom: 5px;
}
.order-process .agree-terms-and-conditions-wr.custom-check input[type=checkbox] + span:before {
  margin-bottom: 10px;
}
.order-process .order-details-table {
  font-size: 16px;
  width: 100%;
  font-family: tt-norms-pro-medium;
}
.order-process .order-details-table tr td, .order-process .order-details-table tr th {
  padding-top: 4px;
  padding-bottom: 4px;
}
.order-process .order-details-table tr td:first-child, .order-process .order-details-table tr th:first-child {
  width: 50%;
}
.order-process .order-details-table tr td:nth-child(2), .order-process .order-details-table tr td:nth-child(3), .order-process .order-details-table tr th:nth-child(2), .order-process .order-details-table tr th:nth-child(3) {
  width: 25%;
  text-align: right;
  font-size: 20px;
}
.order-process .summary-prices-table {
  width: 100%;
  font-size: 20px;
  font-family: tt-norms-pro-medium;
}
.order-process .summary-prices-table tr td:first-child {
  width: 50%;
}
.order-process .summary-prices-table tr td:nth-child(2), .order-process .summary-prices-table tr td:nth-child(3) {
  width: 25%;
  text-align: right;
}
.order-process .summary-prices-table tr td:first-child {
  width: 50%;
}
.order-process .modal .modal-body .btn {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .order-process .payment-details .setting-direct-debit-title {
    margin-top: 30px;
  }
  .order-process .direct-debit-guarantee .text-wr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .order-process .direct-debit-guarantee .image-wr img {
    margin-left: auto;
    margin-right: auto;
  }
  .order-process .direct-debit-guarantee .bank-name-support-ico {
    top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .order-process .direct-debit-guarantee {
    background-color: #ecf0ff !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .order-process .user-details .title {
    margin-top: 15px;
    margin-bottom: -3px;
  }
  .order-process .user-details.bank {
    padding-left: 15px;
  }
  .order-process .order-summary .order-step-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .order-process .sticky-section .sticky-row {
    gap: 10px;
    flex-direction: column;
  }
  .order-process .sticky-row .payment-wr {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 550px) {
  .order-process .checked {
    bottom: 36px;
  }
  .order-process .dis-block-l-550 {
    display: block !important;
  }
  .order-process .dis-none-l-550 {
    display: none !important;
  }
  .order-process .txt-a-r-l-550 {
    text-align: right !important;
  }
  .order-process .nominated-password-wr .validate-error {
    width: 90% !important;
  }
  .order-process .applicable-for-12-months {
    top: -8%;
  }
  .order-process .payment-details .payment-type-btn {
    width: 100%;
  }
  .order-process .payment-details .direct-debit .input-group-h > p {
    margin-top: 10px;
    font-size: 2em;
  }
  .order-process .payment-details .setting-direct-debit-title {
    margin-top: 30px;
  }
  .order-process .payment-check input[type=checkbox] + span:before,
  .order-process .payment-check input[type=radio] + span:before {
    margin-bottom: 50px !important;
  }
  .order-process .direct-debit-guarantee {
    background-color: #eaeced;
    margin-left: -50px;
    margin-right: -50px;
  }
  .order-process .direct-debit-guarantee .text-wr {
    padding-left: 40px;
    padding-right: 40px;
  }
  .order-process .direct-debit-guarantee .image-wr img {
    margin-left: auto;
    margin-right: auto;
  }
  .order-process .direct-debit-guarantee .bank-name-support-ico {
    top: 0 !important;
  }
  .order-process .direct-debit-guarantee .direct-ul {
    padding-top: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .order-process .agreeTermsAndConditions .validate-error {
    bottom: 45px !important;
    font-size: 1.4em !important;
  }
}
@media only screen and (max-height: 700px) {
  .order-process .contract-summary-content {
    height: 300px;
  }
}
.order-process #marketingPreferencesModal .onoffswitch {
  position: relative;
  width: 64px;
  display: inline-block;
  font-size: 70%;
}
.order-process #marketingPreferencesModal .onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #7F7F7F;
  border-radius: 12px;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
  margin: 0;
}
.order-process #marketingPreferencesModal .onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  display: flex;
  transition: margin 0.15s ease-in-out;
}
.order-process #marketingPreferencesModal .onoffswitch .onoffswitch-inner:before, .order-process #marketingPreferencesModal .onoffswitch .onoffswitch-inner:after {
  flex: 1;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70%;
  color: #fff;
  font-weight: normal;
  box-sizing: border-box;
}
.order-process #marketingPreferencesModal .onoffswitch .onoffswitch-inner:before {
  content: "";
  background-color: #1e45e2;
  text-align: center;
}
.order-process #marketingPreferencesModal .onoffswitch .onoffswitch-inner:after {
  content: "";
  background-color: #fff;
  text-align: center;
}
.order-process #marketingPreferencesModal .onoffswitch .onoffswitch-switch {
  width: 18px;
  height: 18px;
  background: #7F7F7F;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 40px;
  transition: right 0.15s ease-in-out, background-color 0.2s ease-in-out;
}
.order-process #marketingPreferencesModal .onoffswitch input[type=checkbox] {
  display: none;
}
.order-process #marketingPreferencesModal .onoffswitch input[type=checkbox]:checked + .onoffswitch-label {
  background-color: #1e45e2;
}
.order-process #marketingPreferencesModal .onoffswitch input[type=checkbox]:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.order-process #marketingPreferencesModal .onoffswitch input[type=checkbox]:checked + .onoffswitch-label .onoffswitch-switch {
  right: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.order-process #marketingPreferencesModal .toggle-group {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
.order-process #marketingPreferencesModal .toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  line-height: 22px;
  width: 100%;
  z-index: 1;
  height: 22px;
  font-weight: 200;
}
@media only screen and (max-width: 992px) {
  .order-process .dis-none-l-992 {
    display: none !important;
  }
  .order-process .dis-block-l-992 {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .order-process .dis-none-l-768 {
    display: none !important;
  }
  .order-process .dis-block-l-768 {
    display: block !important;
  }
  .order-process .dis-flex-l-768 {
    display: flex !important;
  }
  .order-process .dis-none .dis-flex-l-768 {
    display: flex !important;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../img/icons-img/empty-circle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-dots li.slick-active button:before {
  background-image: url("../../img/icons-img/empty-circle-green.svg");
}

.slick-list .slick-slide {
  background-color: #F1F1F3;
  border-radius: 14px;
  padding: 40px 30px;
  color: #000;
  font-size: 21px;
  font-family: tt-norms-pro-medium;
}

.slick-dots {
  bottom: -45px;
}

.popover.router-popover {
  max-width: none !important;
}
.popover.router-popover .popover-body {
  padding: 5px !important;
}

/*# sourceMappingURL=order.process.residential.css.map */
