.logo-lg {
    display: inline-block;
    width: 70px;

    & img {
        width: 100%;
    }
}

.logo-sm {
    width: 70px;

    & img {
        width: 100%;
    }
}

body[data-layout="horizontal"] .page-content {
    /* padding: 0px 0px 50px 0px; */
}

@media (max-width: 767px) {
    body[data-layout="horizontal"] .page-content {
        padding: 85px 0px 0px 0px;
    }
}

/*  Job Portal css start*/
.job-banner {
    background: #f1f2f4;
    padding: 60px 0px;
}

.job-white {
    background: #fff;
    padding: 60px 0px;
}

.search-div {
    background: #fff;
    padding: 10px 5px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px #ccc;

    .search_fil {
        padding: 10px 10px 10px 40px;
        border-radius: 0;
        border: none;
        background: transparent;
        font-size: 14px;
        color: #333;
        outline: none;

        &::placeholder {
            color: #333;
        }
    }
}

.text-yellow {
    color: #d2992a;
}

.job-img {
    width: 65%;
    margin: 0 0 0 auto;

    & img {
        width: 100%;
    }
}

.icon-img {
    width: 50px;

    & img {
        width: 100%;
    }
}

.view-btn {
    border: 1px solid #e7f0fa;
    border-radius: 4px;
    padding: 5px 10px;
    background: transparent;
    color: #0a65cc;
    font-weight: 500;
}

.fearured-job-card {
    border: 1px solid #e4e5e8;
    border-radius: 8px;
    background-image: linear-gradient(90deg, #fff6e6, #fff);
    padding: 20px;
}

.arrow-img {
    position: absolute;
    width: 20%;

    & img {
        width: 100%;
    }
}

.arrow-img.first {
    top: 48px;
    left: 208px;
}

.arrow-img.second {
    top: 48px;
    right: 208px;
}

.arrow-img.third {
    top: 105px;
    left: 40%;
}

.job-list {
    width: 100%;
    color: #fff;
    padding: 14px 0px;
    background-color: #0c56a1;
}

.light-color {
    color: #bfbfbf !important;
}

.sal-range {
    border: 1px solid #e7f0fa;
    border-radius: 8px;
    padding: 20px;
}

.green-color {
    color: #0ba02c;
}

.location {
    width: 30px;
    margin: 0% auto;

    & img {
        width: 100%;
    }
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25% !important;
}

.foot-pos {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
}

.lms-footer {
    background: #0a65cc;
    color: #fff;
}

@media screen and (max-width: 767.98px) {
    .arrow-img.first,
    .arrow-img.second,
    .arrow-img.third {
        display: none;
    }
}
