h3.title-blue {
color: #2184be;
font-weight: 600;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    position: relative;
    background-image: url(12h.jpg) !important;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    margin: 0 0 1px;
    border-radius: 0;
    position: relative;
}
.wizard > .steps .current a::after {
    content: '';
    position: absolute;
    border: 10px solid;
    border-color: transparent transparent transparent #2184be;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.wizard > .steps .current.error a::after {
    border-color: transparent transparent transparent #ff3111;
}
.wizard > .content > .body label.radio-cc {
    background-color: #0000!important;
    justify-content: center;
    font-weight: 600;
    padding: 0 0 30px !important;
    color: #fff !important;
    background-image: url(green.jpg) !important;
    background-size: cover;
    text-shadow: 0 0 1px #000;

}
.wizard > .content > .body .cc-selector input:checked +.radio-cc {
    background-color: #0000!important;
    color: #fff !important;
    border-color: #2184be!important;
    background-image: url(blue.jpg) !important;
    background-size: cover;
    text-shadow: 0 0 1px #000;
}
.wizard > .content > .body .cc-selector input[type="radio"] {
    opacity: 0;
}
.qual_div h5 {
    font-size: 1em;
    opacity: 0.9;
    color: #fff;
}
.wizard > .content > .body {
    width: 100% !important;
    height: 100% !important;
    background: url(graduate.jpg);
    background-size: cover;
}
h3.title-black {
    color: white;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    margin: 0 0 1px !important;
    border-radius: 0 !important;
    background-image: url(12hw.jpg) !important;
    color: #fff !important;
}
.wizard > .content > .body label.error {
    color: #ff3111 !important;
    margin-left: 0 !important;
    font-size: 0.8em;
    width: 100%;
    text-align: left;
}
.qual_div br {
    display: none;
}
.title-black-small {
    font-size: 18px;
    color: #fff;
    text-align: left !important;
}
.uni-item {
    display: inline-block;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.uni-sec {
    display: flex;
    width: 100%;
}
.uni-btn {
    width: 50px;
}
.uni-box {
    width: calc(100% - 40px);
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
}
.uni-details {
    width: 100%;
}
.uni-box .img-sec {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background: #dcdcdc;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}
.uni-btn a {
    background: #00cb54;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.cou-title a {
    color: #00cb54;
    font-size: 1.075rem;
}
.cou-title a:hover {
    color: #333333;
}
.con-box ul.list-inline {
    margin: 0 -8px;
    font-size: 0.9em;
}
.con-box ul.list-inline li {
    margin: 5px 8px;
    display: inline-flex;
    align-items: center;
}
.con-box ul.list-inline li i {
    color: #00cb54;
    margin-right: 5px;
}
.collapse.show {
    margin-top: -1px;
}
table.list-table {
    width: 100%;
    font-size: 0.8em;
}
table.list-table th {
    border: 1px solid #dcdcdc;
    background: #f3f6f9;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    color: #999;
    text-shadow: none;
    font-family: sans-serif;
    width: 1%;
}
table.list-table td {
    border: 1px solid #dcdcdc;
    padding: 10px 10px;
    width: 1%;
}
table.list-table td:first-child {
    color: #666;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.chk-box {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.chk-box span {
    position: relative;
    width: 100%;
    padding-left: 25px;
    display: inline-block;
}
.chk-box .chk-input {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    opacity: 0;
}
.chk-box span::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    left: 0;
    top: 2px;
}
.chk-box span::after {
    content: '\2713';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    left: 0;
    top: 2px;
    background: #00cb54;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 0.8em;
    opacity: 0;
}
.chk-box input.chk-input:checked + span::after {
  opacity: 1;
}
.search-box .select2  {
  width: 100%!important;
}
.search-box {
  display: flex;
  flex-wrap: nowrap;
}

.con-sec {
    width: calc(100% - 90px);
}
.top-uniBox {
    display: flex;
    margin: 10px 0;
    width: 100%;
}
.top-uniBox .img-box {
    width: 60px;
    height: 60px;
    background: #dcdcdc;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 10px;
}
.top-uniBox .con-sec {
    width: calc(100% - 70px);
}
.top-uniBox .con-sec h6 {
    font-size: 1em;
    margin: 0;
}
.top-uniBox .con-sec p {
    color: #999;
    font-size: 0.9em;
}
.reting {
    font-size: 0.9em;
    color: #999;
}
span.universityReviewRating {
    color: #f49e00;
}
.accordion-list {
    float: left;
    width: 100%;
    border: 2px solid #dcdcdc;
}
#accordionProcess .uni-box {
    width: 100%;
}
.accordion-box {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.accordion-box a.content-title {
    float: left;
    width: calc(100% - 40px);
    background: #ececec;
    padding: 7px 15px;
    text-transform: capitalize;
    color: #666;
    font-size: 0.8em;
}
.accordion-box a.content-title:hover {
    text-decoration: underline;
}
.accordion-box a.content-title + a {
    padding: 4.5px 12px;
    float: left;
    background: #ececec;
}
.accordion-link {
    background: red;
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #ececec;
}
.accordion-data {
    float: left;
    width: 100%;
    padding: 15px;
}
.acc-sec {
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
}
.acc-sec .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 40px;
}
.acc-sec .icon-cont {
    width: calc(100% - 50px);
    margin-left: 10px;
    display: inline-block;
}
.acc-sec .icon-cont span {
    width: 100%;
    display: inline-block;
}
.acc-con-sec {
    float: left;
    width: 100%;
}
.acc-con-sec a.btn {
    clear: both;
    float: left;
    min-width: 150px;
    margin-top: 15px;
    padding: 5px 15px;
}
.acc-con-sec a.btn.btn-primary {
    background: #369bfd !important;
    border: 1px solid #369bfd !important;
}
.acc-con-sec a.btn.btn-primary:hover {
    background: #1972c9 !important;
    border: 1px solid #1972c9 !important;
}
@media only screen and (max-width: 991px){
  .wizard.vertical > .steps {
    display: none !important;
  }
  .wizard.vertical > .content {
    margin: 0 0 15px !important;
    width: 100% !important;
    min-height: auto !important;
  }
  .wizard > .content > .body {
    position: relative !important;
    min-height: auto !important;
    margin-bottom: 20px;
  }
  .wizard > .content > .body .form-control {
    margin-bottom: 15px !important;
  }
}
