  .aside-box{
    border: 2px solid #EBE5DB;
    padding: 2rem;
    border-radius:4px;
}
.job-card .img-sec{
    height: 7rem;
    width: 8rem;
    margin-left:28%;
    background: #C4C4C4;
}
.job-detail .card-title{
    font-size: 22px;
    font-weight: 600;
    margin-top: 2rem;
}
.follow-btn{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 45px 18px !important;
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    background: #D1E5DF;
    color: #2B6956;
}
.follow-btn:hover{
    color: #fff;
    background: var(--pink);
}
.rating{
    font-weight: 700;
}
.rating-star{
    height: 1rem;   
}
.star{
    text-align: center;
}
.sub-text{
    padding: 0px;
    margin: 0;
    font-size: 15px;
    color: #AEAEAE;
}

.job-address-heading{
    font-weight: 600;
}
.about-text{
    font-size: 15px;
    margin-top: 1rem;
}
.about-heading{
    font-weight: 600;
}
.detail-post-heading{
    font-size: 28px;
    font-weight: 700;
}
.apply-btn{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    /* padding: 18px 22px 18px !important; */
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    background: #D1E5DF;
    color: #2B6956;
}
.apply-btn:hover{
    color: #fff;
    background: var(--pink);
}
.heading-sub-text{
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
}
.package-icon{
    height: 30px;
    position: relative;
    top: 12px;
    /* left: 1.5em; */
}

.location-icon{
    left: 0;
}
.gallery-box{
    height: 6rem;
    background: #C4C4C4;
    margin-top: 10px;
}
p{
    padding: 15px;
    text-align: justify;
}
.aside-subheading{
    font-size: 22px;
    font-weight: 700;
}


.owl-controls{
    display: none;
}