body,
html {
    height: 100%
}


body, html {
    width: 100%;
    height: 100%;
    background-color: #fafafa !important;
    font-family: Helvetica !important;
    font-size: 15px;
    line-height: 1.5rem;
    letter-spacing: .5px;
}
img {
    max-width: 100%;
    height: auto;
}

.hero {
    width: 100%;
    height: auto;
    background: url(https://d2zogq81rfgh3u.cloudfront.net/cirkledin/images/brand-bg.png) top center no-repeat;
    background-size: cover;
}

.hero-1 {
    padding-top: 90px;
}

.hero h1 {
    margin: 10px 0;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    font-family: inherit;
    line-height: 2rem;
}

.hero h5 {
    color: #fff;
    margin: 20px 0;
    font-size: 21px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

.service-box {
    position: relative;
    margin: 0 0 30px 0;
    border: 1px solid #ddd;
    border-bottom: 3px solid #65beea;
    border-radius: 8px;
    padding-bottom: 20px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    height: 290px;
    background-color: #fff;
    transition: 0.5s;
}

.service-box .job-logo {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 10px 0px;
    position: relative;
    object-fit: cover;
}

.service-box .job-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.popular-dec {
    margin: 2px 10px;
    padding: 4px;
    border-bottom: 1px solid #DDD;
}

.service-box .icon {
    font-size: 17px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #009ad4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 600;
    text-transform: capitalize;
}

.popular-dec a {
    cursor: pointer;
}

.service-box .service-name {
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 600;
}

.service-box .location {
    font-size: 13px;
    color: #747474;
}

.service-details {
    margin: 10px 10px;
    padding: 4px;
}

.service-details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.right-section {
    background: #e8f8fc;
    padding: 40px;
    border-radius: 8px;
    margin-top: 82px;
}

.edit-profile-promotions-inner-row li {
    list-style: none;
    margin-bottom: 25px;
}

.college-intrested .header-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #173967;
}

.college-hover-box {
    bottom: 0;
    top: auto;
}

.main_description .location {
    color: #767676;
}

.college-more-info .college-content p {
    height: 76px;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.main_description {
    padding: 20px;
    height: 360px;
    overflow: hidden;
}
.main_description p{
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Show only 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width:992px) {
    .service-box {
        height: 300px;
    }
    .right-section {
        background: #e8f8fc;
        padding: 25px
    }
}

@media only screen and (max-width:780px) {
    .sm-div-top {
        margin: 2px 10px;
        padding: 4px;
    }

    .hero {
        padding: 40px 0;
    }

    .service-box {
        height: auto;
    }
    .right-section {
        background: #e8f8fc;
        padding: 30px
    }
}
.hero-1 h2{
    font-weight: 600;
}
.college-img{
    height: 200px;
    border-radius: 10px 10px 0 0;
}
.media-img{
    border-radius: 10px 10px 0 0;
}
.item-wrapper{
    border-radius: 10px;
}
.job-logo {
    width: 80px;
    top: 10px;
    position: relative;
    left: 10px;
}
.main_description h4{
    font-weight: 600;
    font-family: inherit;
    color: #000;
    height: 100px;
}
.item-wrapper{
    margin: 25px 0px;
}
@media (max-width: 768px) {
    .main_description h4{
        height: auto;
    }
    .main_description{
        height: auto;
    }
}