.brugtStatus{font-size: inherit !important; text-transform: none;}
.nonclickable {
    background-color: #ffffff;
    text-align: center;
    border: none;
    cursor: none;
    pointer-events: none;
}
.nonclickable div{
    background-color: #ebebeb;

}
.step-three .step-three-get-price {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  
}
.step-three .step-three-get-price .step-three-title {
  width: 100%;
  margin: 20px 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.step-three .step-three-get-price .step-three-title h2 {
  
  font-size: 29px;
  text-transform: uppercase;
}

.step-three .step-three-get-price .step-three-form-box {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.step-three .step-three-get-price .step-three-form-box p {
  
  /*text-transform: uppercase;*/
  margin: 10px 0 9px 5px;
  font-size: 14px;
}
.step-three .step-three-get-price .step-three-form-box .tabs,
.step-three .step-three-get-price .step-three-form-box .tabs-content {
  border: none;
}
.step-three .step-three-get-price .step-three-form-box .condition-form-tab-box,
.step-three .step-three-get-price .step-three-form-box .tabs {
  height: 100% !important;
}
.step-three .step-three-get-price .step-three-form-box .capacity-form {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -o-justify-content: flex-start;
  -moz-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  position: relative;
}
.step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box {
  /*width: 25%;*/
  position: relative;
  padding: 4px;
  box-sizing: border-box;
}
.step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box .capacity-form-checkbox {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  padding: 0;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 2px;
}
.step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box .capacity-form-checkbox input{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto !important;
  box-sizing: border-box;
}
.step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box .capacity-form-checkbox input[type="radio"]:checked + label{
  background-color: #f2f9ff;
  border: 1px solid #00a3f8 !important;
  border-radius: 2px;
}
.step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box .capacity-form-checkbox .is-invalid-label {
  color: #000;
}
.step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box .capacity-form-checkbox span {
  display: block;
  position: relative;
  top: 0;
  margin: 0 0 0 5px;
  font-size: 11px;
  
  line-height: normal;
  text-transform: uppercase;
  color: #000;
}
.step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box .capacity-form-checkbox label {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  width: 100%;
  padding: 0 5px 0 30px;
  margin: 0;
  height: 42px;
}
.step-three .step-three-get-price .step-three-form-box .color-form .color-form-box .color-form-checkbox span {
  text-transform: capitalize;
}
.step-three .step-three-get-price .step-three-form-box .condition-form {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -o-justify-content: flex-start;
  -moz-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box {
  width: 25%;
  padding: 4px;
  box-sizing: border-box;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .tabs-title > a[aria-selected="true"] {
  background-color: #f2f9ff;
  border: 1px solid #00a3f8;
  border-radius: 2px;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .tabs-title > a:active {
  background-color: #f2f9ff;
  border: 1px solid #00a3f8;
  border-radius: 2px;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .condition-form-checkbox {
  width: 100%;
  cursor: pointer;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .condition-form-checkbox a {
  text-decoration: none;
  padding: 12px 5px 9px;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .condition-form-checkbox a span {
  
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .condition-form-checkbox input {
  display: none;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .condition-form-checkbox .condition-form-tab {
  color: #000;
  
  font-size: 13px;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  border-radius: 2px;
  border: 1px solid #ebebeb;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .condition-form-checkbox .condition-form-tab .condition-form-label {
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  margin: 0;
}
.step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box .condition-form-checkbox .condition-form-tab .condition-form-label img {
  width: 28px;
  height: auto;
  margin-bottom: 4px;
}


.step-three .step-three-get-price .step-three-form-box .your-offer .your-offer-line {
  margin: 35px 0 0;
  font-size: 10px;
  line-height: normal;
}
.step-three .step-three-get-price .step-three-form-box .your-offer .your-offer-number {
  margin: 0 0 25px;
  
  font-size: 33px;
  line-height: normal;
}
.step-three .step-three-get-price .step-three-form-box .deactivated-checkbox {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  padding: 7px 8px 7px 14px;
  position: relative;
}
.step-three .step-three-get-price .step-three-form-box .deactivated-checkbox .is-visible + p {
  color: #cc4b37;
}
.step-three .step-three-get-price .step-three-form-box .deactivated-checkbox input {
  margin: 0;
}
.step-three .step-three-get-price .step-three-form-box .deactivated-checkbox p {
  margin: 0 0 0 10px;
  
  text-transform: none;
  font-size: 12px;
}
.step-three .step-three-get-price .step-three-form-box .deactivated-checkbox p a {
  text-decoration: underline;
  color: #000;
}
.step-three .step-three-get-price .step-three-form-box .deactivated-checkbox .p-deactivated {
  
  font-weight: bold;
}
.step-three .step-three-get-price .step-three-form-box .deactivated-checkbox .p-how {
  margin-left: auto;
}
.step-three .step-three-get-price .step-three-form-box .deactivated-checkbox .p-how a {
  cursor: pointer;
}
.step-three .step-three-get-price .step-three-form-box .confirm-sim-free {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -moz-align-items: center;
  padding: 7px 8px 7px 14px;
  border: 1px solid #ebebeb;
  position: relative;
}
.step-three .step-three-get-price .step-three-form-box .confirm-sim-free .is-visible + p {
  color: #cc4b37;
}
.step-three .step-three-get-price .step-three-form-box .confirm-sim-free input {
  margin: 0;
}
.step-three .step-three-get-price .step-three-form-box .confirm-sim-free p {
  margin: 0 0 0 10px;
  
  text-transform: none;
  font-size: 12px;
}
.step-three .step-three-get-price .step-three-form-box .confirm-configuration {
  cursor: pointer;
  position: relative;
  background-color: #72a700;
  border-radius: 2px;
  border: none;
  padding: 15px 46px 15px 20px;
  margin: 20px 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  
  color: #fff;
  font-weight: bold;
}
.step-three .step-three-get-price .step-three-form-box .confirm-configuration span {
  
}
.step-three .step-three-get-price .step-three-form-box .confirm-configuration::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 25px;
  position: absolute;
  right: 21px;
  top: 10px;
}
.step-three .step-three-get-price .step-three-form-box .price-note p {
  margin: 15px 0 0;
  
  text-transform: none;
  font-size: 12px;
  line-height: normal;
}


@media only screen and (max-width: 1024px) {

  .step-three .step-three-get-price {
    width: 94%;
  }
  .step-three .step-three-get-price .step-three-title h2 {
    font-size: 28px;
  }


}
@media only screen and (max-width: 768px) {
 
  .step-three .step-three-get-price {
    width: 96%;
    margin-top: 50px;
  }
  .step-three .step-three-get-price .step-three-title {
    display: flex;
    padding: 0 20px;
    margin: 40px 0;
  }
  .step-three .step-three-get-price .step-three-title h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
  }
  .step-three .step-three-get-price .step-three-img {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .step-three .step-three-get-price .step-three-form-box {
    width: 100%;
    padding: 0 30px;
  }
  .step-three .step-three-get-price .step-three-form-box .your-offer .your-offer-number {
    font-size: 30px !important;
  }
  .step-three .step-three-get-price .step-three-form-box .deactivated-checkbox #howtodothis {
    padding: 20px 30px;
    
  }
  .step-three .step-three-get-price .step-three-form-box .deactivated-checkbox #howtodothis p {
    
    line-height: normal;
    font-size: 15px;
    color: red !important;
  }
  .step-three .step-three-get-price .step-three-form-box .deactivated-checkbox #howtodothis #close-reveal-button {
    border: none;
    background: transparent;
  }

  
}
@media only screen and (max-width: 640px) {
 
  .step-three .step-three-get-price {
    margin-top: 0;
  }
  .step-three .step-three-get-price .step-three-title {
    margin: 20px 0 20px;
  }
  .step-three .step-three-get-price .step-three-title h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .step-three .step-three-get-price .step-three-img img {
    width: 20%;
    height: auto;
  }
  .step-three .step-three-get-price .step-three-form-box {
    padding: 18px 0 0;
  }
  .step-three .step-three-get-price .step-three-form-box p {
    font-size: 14px;
 /*   font-weight: bold;*/
  }
  .step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box {
    width: 50%;
  }
  .step-three .step-three-get-price .step-three-form-box .capacity-form .capacity-form-box .capacity-form-checkbox span {
    margin: 0 0 0 5px;
    font-weight: bold;
  }
  .step-three .step-three-get-price .step-three-form-box .condition-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .step-three .step-three-get-price .step-three-form-box .condition-form .condition-form-box {
    width: 50%;
  }
  .step-three .step-three-get-price .step-three-form-box .info-box {
    padding: 28px 32px;
  }
  .step-three .step-three-get-price .step-three-form-box .your-offer .your-offer-number {
    margin: 0 0 20px;
    font-size: 30px !important;
  }
  .step-three .step-three-get-price .step-three-form-box .deactivated-checkbox {
    position: relative;
  }
  .step-three .step-three-get-price .step-three-form-box .deactivated-checkbox span {
    position: absolute;
    top: -20px;
    left: 0;
  }
  .step-three .step-three-get-price .step-three-form-box .deactivated-checkbox .p-deactivated {
    width: 85%;
    line-height: normal;
  }
  .step-three .step-three-get-price .step-three-form-box .deactivated-checkbox .p-how {
    text-align: right;
    width: 30%;
  }
  .step-three .step-three-get-price .step-three-form-box .confirm-sim-free p {
    width: 85%;
    line-height: normal;
  }
  .step-three .step-three-get-price .step-three-form-box .price-note p {
    line-height: 16px;
  }


  
}

@media only screen and (max-width: 320px) {


  .step-three .step-three-get-price .step-three-form-box p {
    margin: 8px 0;
    font-size: 12px;
  }
  .step-three .step-three-get-price .step-three-form-box .info-box {
    margin-top: 10px;
    padding: 28px 15px 28px 32px;
  }
  .step-three .step-three-get-price .step-three-form-box .deactivated-checkbox .p-deactivated {
    line-height: 16px;
  }
  .step-three .step-three-get-price .step-three-form-box .confirm-sim-free p {
    width: auto;
    line-height: 16px;
  }
  .step-three .step-three-get-price .step-three-form-box .confirm-configuration {
    padding: 13px 46px 13px 20px;
    margin: 15px 0;
    font-size: 13px;
  }
  .step-three .step-three-get-price .step-three-form-box .price-note p {
    line-height: 16px;
  }
}
