/***** Scholarship Start Here *****/
.college-set .col-row {
    margin-bottom: 24px;
}

.college-set .col-row a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.college-set .col-row a:hover .partner-block {
    background-color: #f7f7f7;
}

.partner-block {
    position: relative;
    background: var(--body-bg);
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    padding: 20px 60px 20px 50px;
    border: 1px solid var(--light-border-color);
    border-radius: 5px;
    text-align: center;
    height: 112px;
    padding: 0 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.partner-block img {
    max-width: 40%;
    vertical-align: middle;
    max-height: 90%;
    width: auto;
}

.partner-block .card-arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.ng-hide {
    display: none !important;
}

.partner-list-remove ol {
    margin: 0;
}

.partner-list-remove ol li {
    border: 1px solid #e5e5e5;
    padding: 9px 15px 9px 30px;
    border-bottom-width: 0px;
    margin-bottom: 0px;
    color: #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partner-list-remove ol li:before {
    top: 0;
    font-size: var(--fs12);
}

.partner-list-remove ol li:last-child {
    border-bottom-width: 1px;
}

.partner-list-remove ol li .ng-binding {
    color: var(--cod-grey);
    font-size: var(--fs12);
    line-height: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.partner-list-remove ol li .link {
    background: transparent;
    padding: 0;
    border: none;
    color: #5e5e5e;
    cursor: pointer;
    outline: 0px;
    font-size: var(--fs13);
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
}

.partner-list-remove ol li .link:hover {
    color: var(--elm);
}

.partner-list-remove ol li .link i {
    margin-right: 5px;
    vertical-align: middle;
}

.three-partner-colleges .partner-colleges select {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.three-partner-colleges .partner-colleges .site-btn {
    border-radius: 0;
    margin: 0 0px 0 -1px;
    height: 57px;
}

.two-columns-resources-wrapp .col-right .video-full-view .content-img {
    max-width: 100%;
    margin-top: 0;
}

.model-video-iframe .modal-dialog {
    margin: 0 auto;
}

.school-resources-card.card-boxs {
    padding: 30px 25px;
}

.sub-top-logo span {
    margin-right: 30px;
}

.sub-top-logo span:last-child {
    margin-right: 0;
}

.sub-top-logo span img {
    max-width: 180px;
    max-height: 100px;
    width: auto;
}

.chart-progress .chart-lists {
    margin-bottom: 40px;
}

.chart-progress .chart-lists:last-child {
    margin-bottom: 0;
}

.chart-progress .chart-lists .chart-head-view {
    font-weight: 900;
    color: var(--elm);
}

.chart-progress .chart-lists .chart-head-view em {
    color: var(--cod-grey);
    font-size: var(--fs15);
}

.chart-progress .chart-lists .chart-head-view em sup {
    font-size: var(--fs12);
    top: -5px;
}

.chart-progress .chart-lists .amout-collection {
    float: right;
    text-transform: capitalize;
}

.chart-progress .chart-lists .amout-collection .upto {
    font-size: 0.8em;
    font-weight: 400;
}

.chart-progress .chart-lists .caption {
    font-size: var(--fs15);
    line-height: normal;
    margin-top: 5px;
}

.chart-progress .chart-lists .mobile_savings_amount em {
    font-size: var(--fs14);
}

.chart-progress .progress {
    height: 5px;
    margin-bottom: 5px;
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.chart-progress .progress .progress-bar {
    height: 100%;
    font-size: var(--fs13);
    line-height: 21px;
    color: var(--white);
    text-align: center;
    background-color: var(--elm);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.strong-content {
    margin-bottom: 15px;
    font-size: var(--fs16);
    line-height: normal;
}

.strong-content:last-child {
    margin-bottom: 0;
}
.two-columns-resources-wrapp .col-right .content-img iframe {
    width: 100%;
}

/***** Scholarship END Here *****/