  .page{
    background-image: url(../images/rise-assessment.jpg); 
    background-size: 100% auto; 
    background-position: 50% center; 
    padding: 60px 200px; 
    box-sizing: border-box;
  }
  .no-bg{
    background-image: none;
    background-color: #e0e0e0;
    padding: 60px 100px; 
  }
  main{
    background: #ffffff;     
  }
  .main1{
    border-left: 20px solid #227fd4;
    border-bottom: 1px solid #e4e4e4;
    height: 510px;
  }
  .container{
    width: 100%; 
    padding: 0 30px;
  }
  .blue{
    color: #227fd4;
  }
  .standard{
    color: #777777;
  }
  .btn-primary{
    border-color: #227fd4;
    box-shadow: 5px 5px 0px #227fd4;
    color: #227fd4;
    font-weight: bold;
  }
  .btn-primary:hover{
    background-color: #227fd4;
  }
  input[type="text"]{
    background-color: #f4f4f4;
    height: 64px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #777777;
    font-weight: bold;
  }
  select{
    height: 64px;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    -webkit-appearance: none;
    color: #777777;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
  }
  select::-ms-expand {
    display: none;
  }
  select:hover{
      background-color: #227fd4;
      color: #ffffff;
  }
  .btn-select, .btn-select2{
      background-color: #f4f4f4;
      padding: 10px 5px; 
      box-sizing: border-box; 
      height: 64px;
      font-weight: bold;
      cursor: pointer;
  }
  .btn-select2{
      height: 84px;
  }
  .btn-select:hover, .selected{
      background-color: #227fd4;
      color: #ffffff;
  }
  .btn-div{
      padding: 0 5px;
  }
  .btn-div2{
      padding: 0 5px;
      height: 80px
  }
  .row{
      margin-top: 0 !important;
  }
  #set1{
      display: block;
  }
  #set2, #set3, #set4, #set5, #set6, #set7, #set8, #set9{
      display: none;
  }
  #progress-bar{
      height: 35px; 
      width: 1%; 
      background-color: #227fd4; 
      transition: width 1s;
  }

/*========================================================
                     RESPONSIVE
=========================================================*/

/*==================================================================================================
                     1199px
*/
@media (max-width: 1199px) {
  .page{
    padding: 60px 100px;
  }
}  
    /*==================================================================================================
                     991px
*/
@media (max-width: 991px) {
  .page{
    background-size: auto 100%; 
    background-position: top center; 
  }
  .btn-select{
    height: auto; 
    padding: 15px 5px;
  }
  .col-sm-3{
    margin-top: 8px;
  }
  .btn-div{
      padding: 0 10px;
  }
  .main1{
    height: initial;
  }
}
/*==================================================================================================
                     768px
*/      
@media (min-width: 768px) and (max-width: 991px) {
  .page{
    padding: 60px 60px; 
  }
}
    /*==================================================================================================
                     767px
*/  
@media (max-width: 767px) {
  .page{
    padding: 0px; 
    background-image: none;
    min-height: 100px;
  }
  .main1{
    border-left: none;
  }
}
