
.heading {
  font-family: Jost Reg;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.type-of-loan-box-two {
  width: 590px;
  height: auto;
  display: flex;
  position: relative;
  border-radius: 20px;
  border: 1px solid #0000001a;
  box-shadow: 4px 8px 9px 0px #0000000d;
  padding: 20px;
  margin: 0px auto;
  margin-top: 30px;
}
.left-box {
  width: 30%;
  height: auto;
  display: block;
  position: relative;
}
.right-box {
  width: 70%;
  height: auto;
  display: block;
  position: relative;
}
.left-box h5 {
  font-family: Jost Reg;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.radio-switch {
  width: 100%;
  position: relative;
  display: inline-flex;
  padding: 0px;
  border: 1px solid #0000001a;
  border-radius: 50px;
  background: #ffffff;
  margin-bottom: 0px;
}

.radio-switch__item {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 50%;
}

.radio-switch__label {
  position: relative;
  z-index: 2;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  font-family: Jost Reg;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.radio-switch__input:checked ~ .radio-switch__label {
  color: #000000;
}
.radio-switch__input:focus ~ .radio-switch__label {
  background-color: #ffffff;
}
.radio-switch__label :not(*):focus-within,
.radio-switch__input:focus ~ .radio-switch__label {
  background-color: transparent;
}

.radio-switch__marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  border-radius: 50px;
  background: #fdc119;
  height: 40px;
  width: 100%;
}
.radio-switch__input:checked ~ .radio-switch__marker {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* utility classes */
.ri5-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.btn-enter-score {
  width: 100%;
  height: 44px;
  display: block;
  position: relative;
  text-align: center;
  background: #f0f0f0;
  border-radius: 20px;
  border: 1px solid #0000000a;
  color: #445544;
  line-height: 44px;
  font-family: Jost Reg;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 15px;
}

.form-area {
  width: 590px;
  height: auto;
  display: block;
  position: relative;
  margin: 0px auto;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 100px;
}
.form-group {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.form-label {
  font-family: Jost Reg;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 15px;
  color: #000000;
}
.section-eduation-loan-three .form-control {
  font-family: Jost Reg;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  height: 48px;
  text-align: left;
  color: #445544e5;
  border: 1px solid #0000000f;
  box-shadow: 4px 4px 6px 0px #00000017;
}
.form-area .form-control:focus {
  box-shadow: none;
  border-color: #0000000f;
}

.form-area-entrance-exam {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}


.btn-go-back {
  width: 50%;
  height: 56px;
  display: block;
  position: relative;
  line-height: 56px;
  text-align: center;
  font-family: Jost Reg;
  font-size: 16px;
  font-weight: 400;
  /*    border-width: 1px, 0px, 1px, 0px;
    border-style: solid;*/
  border-color: #0000001a;
  color: #000000e5;
}
.btn-go-back:hover {
  color: #000000e5;
}
.btn-new-continue {
  width: 50%;
  height: 56px;
  display: block;
  position: relative;
  line-height: 56px;
  text-align: center;
  font-family: Jost Reg;
  font-size: 16px;
  font-weight: 400;
  background: #fdc119;
  color: #000000;
}
.btn-new-continue:hover {
  color: #000000e5;
}
.border-radius-20 {
  border-radius: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1440px) {
  .section-eduation-loan-three .bottom-blue-triangle {
    left: 13%;
  }
  .left-orange-triangle {
    top: 30%;
  }
}

@media screen and (max-width: 1300px) {
  .section-eduation-loan-three .dots-right {
    width: 200px !important;
    bottom: 20%;
  }
  .section-eduation-loan-three .half-circle {
    width: 100px !important;
  }
}

@media screen and (max-width: 1100px) {
  .section-eduation-loan-three .dots-right {
    width: 160px !important;
    bottom: 13%;
  }
  .section-eduation-loan-three .bottom-blue-triangle {
    width: 42px !important;
    left: 9%;
  }
  .section-eduation-loan-three .top-blue-triangle {
    width: 42px !important;
  }
  .section-eduation-loan-three .left-orange-triangle {
    right: 10%;
  }
}

@media screen and (max-width: 992px) {
  .section-eduation-loan-three .dots-right {
    width: 140px !important;
  }
  .section-eduation-loan-three .half-circle {
    width: 80px !important;
  }
  .section-eduation-loan-three .bottom-blue-triangle {
    left: 6%;
  }
  .section-eduation-loan-three .left-orange-triangle {
    right: 7%;
  }
}

@media screen and (max-width: 950px) {
  .section-eduation-loan-three .bottom-blue-triangle {
    display: none;
  }
  .section-eduation-loan-three .left-orange-triangle {
    display: none;
  }
  .section-eduation-loan-three .top-blue-triangle {
    display: none;
  }
  .section-eduation-loan-three .half-circle {
    display: none;
  }
  .section-eduation-loan-three .dots-right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section-eduation-loan-three {
    padding-top: 10px;
  }
  .section-eduation-loan-three .loan-box-area {
    width: 100%;
  }
  .form-area {
    width: 100%;
  }
  .type-of-loan-box-area {
    width: 100%;
  }
  .form-label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .section-eduation-loan-three .dots-left {
    width: 90px !important;
  }
  .section-eduation-loan-three .right-orange-triangle {
    width: 30px !important;
  }
  .section-eduation-loan-three .type-of-loan-banner {
    width: 100%;
  }
  .type-of-loan-box-two {
    width: 100%;
  }
}


@media screen and (max-width: 576px) {
  .type-of-loan-box{
      width:100%;
  }
  .type-of-loan-box-icon img{
      width:37px;
  }
  .type-of-loan-box-icon h5{
      font-size:13px;
  }
  }

@media screen and (max-width: 520px) {
  .section-eduation-loan-three .dots-left {
    width: 70px !important;
    top: 7%;
  }
  .type-of-loan-box-area {
    overflow-x: scroll;
  }
  .type-of-loan-box-two {
    display: block;
  }
  .left-box {
    width: 100%;
  }
  .left-box h5 {
    text-align: center;
    margin-bottom: 12px;
  }
  .right-box {
    width: 100%;
  }
  .btn-enter-score {
    margin-top: 10px;
  }
  .heading {
    font-size: 22px;
  }
  .left-box h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  .section-eduation-loan-three .blue-triangle {
    top: 23%;
  }
  .section-eduation-loan-three .right-orange-triangle {
    width: 25px;
    right: 4%;
  }
}

@media screen and (max-width: 375px) {
  .section-eduation-loan-three .blue-triangle {
    top: 21%;
  }
  .section-eduation-loan-three .right-orange-triangle {
    top: 4%;
  }
  .type-of-loan-box-area {
    margin-bottom: 40px;
  }
  .type-of-loan-box-two {
    padding: 20px 5px;
  }
  .radio-switch__label {
    font-size: 14px;
  }
}

@media screen and (min-width: 320px) {
  .section-eduation-loan-three .blue-triangle {
    top: 18%;
  }
}
