
    body, .content{
        background: #00112D;
    }
    .h3, h3{
        font-size:1.2rem;
    }
    input[type="file"]{
        color:#fff;
    }
    .form{
        background:transparent;    
    }
    .radioContainer input:checked~.checkmark{
        border:1px solid #fff;
    }
    .radioContainer .checkmark{
        width:20px;
        height:20px;
    }
    .radioContainer .checkmark:after {
        left: 7px;
        top: 3px;
        width: 6px;
        height: 10px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    label.radioContainer{
        font-weight:normal!important;
        margin:0px!important;
        font-size:1rem;
    }
    
    .form h1:after,.stepper{
        background:#173572;
    }
    .steps emp {
        color: #fff;
        font-weight: bold;
    }
    .steps.step-active emp{
        color:#ee6d58;
    }
    .requirements_table table,.form label,.form h1{
        color:#fff!important;
    }
    .requirements_table table tr th{
        background:#ee6c58;
    }
  .requirements_table table{
      font-size:1.3rem;
      color:#081d3c;
      /*line-height: 3rem;*/
  }
  .requirements_table table tr td span{
      color:#ee6d58;
  }
  .requirements_table table tr td{
      border-bottom:1px solid #ccc;
      padding:0px 10px;
  }
  .requirements_table table tr th{
      background: #081d3c;
      color:#fff;
      padding:0px 10px;
  }
  .final-step {
        margin: 30px 0px;
    }
  .iti.iti--allow-dropdown{
      width:100%;
  }
  .thanks-tick {
     width: 180px;
  }
  .sm-wrapper{
      width:100%;
  }
  .sm-wrapper h1{
    color: #081d3c;
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
  }
  .sm-wrapper p strong{
    color: #081d3c;
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
  }
  ul.sm-icons-list{
      list-style:none;
      padding-bottom: 50px;
      text-align: center;
      margin: 0 auto;
      width: fit-content;
      width: -moz-fit-content;
      width: -webkit-fit-content;
      padding-left: 0px;
  }
  ul.sm-icons-list li{
        float:left;
        margin: 0px 9px;
  }
  ul.sm-icons-list li img{
      width:30px;
  }
  .steps.step-active span {
        background-color: #fff;
        padding: 10px;
    }
@media screen and (max-width: 768px){
    .steps emp{
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
    .steps:after,.steps,.steps:before{
        display:none;
    }
    .step-active{
        margin:0 auto;
        display:block;
        text-align:center;
    }
    .steps.step-active span{
        margin:0px;
    }
}