.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.btn-blue {
    background-color: #173967 !important;
    display: inline-block;
    color: rgb(255, 255, 255) !important;
    font-size: 18px;
    border-radius: 12px;
    padding: 5px 20px;
    transition: transform 250ms ease 0s;
    margin: 0px 0px;
    -webkit-appearance: none;
}

.btn-save {
    background-color: #fff;
    color: #747474 !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 15px !important;
    border-color: transparent;
    -webkit-box-shadow: 0 0 6px 0 rgba(153, 153, 153, .5);
    -moz-box-shadow: 0 0 6px 0 rgba(153, 153, 153, .5);
    box-shadow: 0 0 6px 0 rgba(153, 153, 153, .5) !important;
    transition: .5s !important
}

.btn-save.active {
    background-color: #0094de !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: 0 !important;
    -webkit-box-shadow: 0 0 6px 0 rgba(153, 153, 153, .5);
    -moz-box-shadow: 0 0 6px 0 rgba(153, 153, 153, .5);
    box-shadow: 0 0 6px 0 rgba(153, 153, 153, .5) !important;
    padding: 10px 20px !important
}

.btn-save:hover {
    background-color: #08c;
    color: #fff !important
}

.btn-save.active:hover {
    background-color: #08c;
    color: #fff !important
}

.btn-cancel {
    background-color: transparent;
    color: #747474 !important;
    padding: 9px 20px !important;
    border-radius: 0 !important;
    border: 1px solid #39ace6 !important;
    font-size: 15px !important;
    border-color: transparent;
    text-decoration: none
}

.btn-cancel:hover {
    text-decoration: none;
    border-color: #0094de
}

.college-more-info .college-content .btn-blue {
    padding: 12px;
    margin-bottom: 0
}

.search-result-wrapper {
    width: 100%;
    margin: 20px 0
}

.search-result-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.search-result-wrapper ul li {
    display: inline-block;
    margin: 0
}

.search-result-wrapper ul li a {
    display: block;
    margin-bottom: 50px;
    text-decoration: none;
    cursor: pointer
}

.item-wrapper {
    box-shadow: 0 0 5px #d2d2d2;
    background-color: #fff;
    margin: 0 -10px;  position: relative;
}

.college-img {
    overflow: hidden;
    height: 180px;
    background-color: #ccc;
    position: relative
}

.media-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1
}

.main_description { padding: 20px;
}

.main_description .title {
    color: rgb(23, 57, 103);
    font-size: 16px !important;
    font-weight: normal;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}

.main_description .location {
    font-size: 12px;
  font-weight: normal;
  padding-bottom: 10px;
  margin: 0px 0px 10px;
  border-bottom: 1px solid rgb(222, 222, 222);
}

.main_description .location .fa {
    margin-right: 5px
}

.main_description .location .environment-type {
    float: right
}

.college-item-list {
    min-height: 430px
}

.college-item-list .description {
    margin: 0 10px 10px 10px;
    font-size: 12px;
    color: #555
}

.college-item-list .description p {
    margin: 0 0 2px;
    line-height: 1.3em;
    margin-bottom: 5px
}

.college-item-list .description p span {
    display: inline-block;
    color: #0094de;
    width: 70%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.college-item-list .description p span.value {
    width: 30%;
    font-size: 12px;
    color: #333
}

.college-card {
    position: relative
}

.college-card .add-to-list {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px
}

.college-card .add-to-list:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-image: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/college/shortlist-heart.png);
    margin: 0;
    background-position: -40px 0;
    width: 40px;
    height: 50px;
    opacity: .7
}

.college-card .add-to-list.added:after {
    background-position: 0 0;
    opacity: 1
}

.college-card .add-to-list:hover:after {
    opacity: 1
}

.college-card .contact-mail {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 50px;
    font-size: 22px
}

.college-card .contact-mail a {
    background-color: transparent;
    color: #fff;
    opacity: .7;
    box-shadow: none
}

.college-card .contact-mail a:hover {
    background-color: transparent;
    opacity: 1
}

.item-wrapper:hover .college-hover-box {
    opacity: 1;
    width: 100%
}

.college-hover-box {
    color: #fff;
    position: absolute;
    top: 192px;
    padding-right:0px;
    opacity: 0;
    z-index: 1;
    transition: transform .5s ease;
    transition: opacity .5s ease;
    width: 100%
}

.college-more-info {
    background-color: rgba(22, 56, 102, .9);
    padding: 10px;
}

.college-hover-box p {
    font-size: 12px;
    color: #fff;
    position: relative
}

.college-hover-box .college-logo {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #747474;
    background-color: #fff;
    position: relative;
    top: -60px;
    margin: 0 auto
}

.college-hover-box .college-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
}

.college-more-info .college-content {
    margin: 0;
    padding: 0;
    position: relative;
    top: -50px
}

.college-more-info .college-content p {
    height:46px;
    overflow: hidden;
    margin-bottom: 20px
}

.college-more-info .college-content input[type=checkbox] {
    background-color: #fff;
    border-color: #000
}

.college-more-info .college-content label {
    font-size: 14px;
    margin-bottom: 6px
}

.college-more-info .college-content .btn-blue {
    padding: 12px;
    margin-bottom: 0
}

.add-cart {
    border-top: 1px solid #f7f7f7;
    padding-top: 10px
}

.save-search-filters-selected {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    border: 1px solid #ddd;
}

.save-search-filters-selected h5 {
    color: #163866
}

.save-search-filters-selected ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.save-search-filters-selected ul li {
    display: inline-block;
    padding: 4px 2px 4px 4px;
    margin: 0 8px 10px 0;
    border: 1px solid #cacaca
}

.save-search-filters-selected ul li p {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #858585;
    margin-bottom: 2px
}

.save-search-filters-selected ul li span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #163866
}

.save-search-filters-selected .remove-filters {
    margin-top: -3px;
    margin-left: 6px;
    float: right
}

.save-search-filters-selected .filters-selected-search {
    float: left
}

.save-search-filters-selected .save-search-filters-selected-btn {
    width: 100%;
    display: block;
    text-align: right
}

.save-search-btns {
    width: 100%;
    margin-bottom: 45px
}

.save-search-btns a {
    margin-bottom: 20px;
    cursor: pointer
}

.save-header {
    border-bottom: 1px solid #0094de !important
}

.save-title {
    clear: both;
    text-align: center !important;
    font-size: 26px
}

.save-footer {
    border-top: none !important
}
@media all and (max-width:1200px) {
.bor-bot .save-sm-blk .btn {
    width:30% !important;
  }
  .btn-acad.bor-bot .save-sm-blk .btn {
    width: 18% !important;
  }
  .btn-supplementry .save-sm-blk .btn {
    width:40% !important;
  }
}
@media all and (max-width:1024px) {
.bor-bot .save-sm-blk .btn {
    width: 43% !important;
  }
}
@media all and (max-width:768px) {
    .bor-bot .save-sm-blk .btn {
        width: 33% !important;
      }
    }
@media all and (min-width:768px) {
    .btn-blue {
        padding: 10px 20px !important;
        font-size: 15px !important
    }

    .main_description .title {
        font-size: 17px
    }

    .college-item-list .description {
        font-size: 14px
    }

    .college-item-list .description p span.value {
        font-size: 14px
    }
}
@media all and (max-width:576px) {
    .bor-bot .save-sm-blk .btn {
        width: 100% !important;
        padding: 4px;
    }
}

@media screen and (min-device-width: 1201px) and (max-device-width: 1366px) {
    .bor-bot .save-sm-blk .btn {
        width: 49% !important;
    }
    .btn-acad .save-sm-blk .btn {
        width: 17%!important;
    }
    .new-tabs .save-sm-blk{
        max-width: 40%!important;
       }
}
@media screen and (min-device-width: 1367px) and (max-device-width: 1440px) {
    .bor-bot .save-sm-blk .btn {
        width:48% !important;
    }
}