.student-profile .countdown {
    margin: 20px;
}

.student-profile .countdown .bloc-time {
    float: left;
    margin-right: 10px;
    text-align: center;
}

.student-profile .bg-success{
    border-radius: 3px;
    background-color: #679859 !important;	
  }
.student-profile .progress-bar {
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    padding-left: 20px;
    font-size: .85rem;
}
.student-profile .visa-title {
    
    color: #000;
    padding: 15px 40px;
    border: solid 4px #fcb215;
    margin: 5px 0;
    font-weight: 650;
    font-size:18px;
}
.student-profile .progress {
    margin-bottom: 12px;
    background-color: #b2b4b4;
}
.student-profile .custom-text {
    height: 45px !important;
    font-size: 15px;
    padding-left: 15px;
    border-radius: 6px !important;
}

.student-profile select.custom-text  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/new/select.png) no-repeat 98.5% !important;
    background: #fff url(../images/new/select.png) no-repeat calc(100% - 10px) !important;
}