#loan-form-wrapper input[type="radio"]{
  opacity: 0;
  position: relative;
  left: 45px;
  padding: 36px;
}

#loan-form-wrapper{
  border: 0;
  background-color: #F5FBFF;
  max-width: 1120px;
  padding: 80px;
}

#loan-form-wrapper .tonik-calc__question-title{
  font-size: 53px;
  line-height: 64px;
  font-weight: 600;
  color: #785AFF;
  text-align: center;
  margin-bottom: 16px;
}

#loan-form-wrapper .tonik-calc__question-desc{
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #785AFF;
  text-align: center;
  margin-bottom: 64px;
}

#loan-form-wrapper .tonik-calc__question-small{
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #717175;
}

#loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__form-item{
  margin-bottom: 20px;
  text-align: center;
}

#loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__question-label{
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}



#loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.rr{
  opacity: 0.6;
  cursor: not-allowed;
  }
  
  
  .tonik-calc__option label{
    padding: 10px 50px;
    border-radius: 20px;
    box-shadow: 0px 4px 12px #dddd;
    cursor: pointer;
    margin-top: -20px;
    font-weight: bold;
    font-size: 24px;
    background-color: #ffffff;
  }
  
  .tonik-calc__option input[type="radio"]:checked + label{
    color:#fff;
    background: #785AFF;
   
  }
  
  
#loan-form-wrapper .tonik-calc__form-wrapper button {
  background: #785AFF;
  box-shadow: 0px 8px 16px rgba(30, 30, 31, 0.08);
  border-radius: 24px;
  border: 0;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  padding: 24px 32px;
  font-weight: 600;
}

#loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-flag {
  max-width: 37%;
  margin-bottom: 64px;
}

#loan-form-wrapper .tonik-calc__form-wrapper {
  background-color: #F5FBFF;
  padding: 48px 64px;
  border-radius: 32px;
  border: 2px solid #C9ECFF;
}

/* modal popup remove d1 d2 d3 d4 d5 d6 d9 d10 related from style.css*/
#cond-positive .modal-body, #cond-negative .modal-body{
    padding: 70px 40px;
    max-width: 930px;
    border-radius: 24px;
    font-size: 15px;
    color: #000;
    text-align: center;
}

#cond-positive .modal-body button, #cond-negative .modal-body button{
  display: block;
  background: #785AFF;
  border-radius: 24px;
  padding: 30px 22px;
  max-width: 350px;
  width: 100%;
  color: #fff;
  text-align: center;
  outline: none;
  transition: all 0.5s ease;
  font-size: 18px;
  opacity: 1;
  text-shadow: none;
  float: none;
  margin: 60px auto 0;
}
.modal-close {
  background-color: #785AFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.242px;
  border-radius: 20px;
  color: #fff;
  margin: 4% auto 0 auto;
  height: 60px;
  padding: 19px 32px;
  display: inline-block;
  cursor: pointer;
}
.modal-close:hover{color: #fff;}
/******************************* MEDIA QUERY *****************************************/
@media screen and (max-width: 767px){
  #loan-form-wrapper {
    padding: 20px;
  }
  #loan-form-wrapper .tonik-calc__question-title {
    font-size: 10vw;
    line-height: 1.2;
  }
  #loan-form-wrapper .tonik-calc__question-desc {
    font-size: 100%;
    line-height: 1.5em;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper {
    padding: 40px 20px;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__question-label {
    font-size: 22px;
    line-height: 28px;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options .tonik-calc__option {
    font-size: 100%;
    line-height: 1.5em;
  }
  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-flag {
    max-width: 86%;
  }

  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-nationality {
    display: block;
  }

  #loan-form-wrapper .tonik-calc__form-wrapper .tonik-calc__options-nationality .tonik-calc__option {
    width: 100%;
  }

  #loan-form-wrapper .tonik-calc__form-wrapper button {
    font-size: 100%;
    line-height: 1.5em;
  }
  
  .tonik-calc__option label{
    padding: 10px 50px !important;
    font-size: 16px;
  }
}
