.main-header .bind .bottom .nav ul li .mega-menu-wrap .wrap .links-block {
    width: 100% !important;
}

.main-header .bind .bottom .nav ul li .mega-menu-wrap .wrap .links-block .block .heading a {
    font-size: 1.2rem;
}

.views-field.views-field-title.product-sec {
    font-size: 1rem;
}

.main-header .bind .with-limited-menu .mega-menu-wrap {
    min-width: 280px !important;
}

.product-card {
    min-height: 270px;
}

.product-card p {
    min-height: auto;
}

.product-card .product-footer {
    padding-bottom: 1rem;
}

.main-header .bind .bottom .logo a {
    padding: 0 0;
}

.main-header .bind .bottom .logo img {
    max-height: 70px;
    width: auto;
}

.main-header .bind .bottom {
    justify-content: space-between;
}

/* job description */

.single-job-items {
    padding: 36px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items {
        padding: 20px 7px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-job-items {
        padding: 20px 25px;
    }
}

.single-job-items .company-img img {
    overflow: hidden;
    float: left;
    margin-right: 32px;
    z-index: 999;
}

@media (max-width: 767px) {
    .single-job-items .job-tittle {
        padding-top: 25px;
    }
}

.single-job-items .job-tittle a h4 {
    color: #28395a;
    font-size: 24px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.single-job-items .job-tittle a h4:hover {
    color: #8b92dd;
}

.single-job-items .job-tittle ul li {
    display: inline-block;
    margin-right: 48px;
    font-size: 15px;
    color: #808080;
    line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items .job-tittle ul li {
        margin-right: 18px;
    }
}

@media (max-width: 767px) {
    .single-job-items .job-tittle ul li {
        margin-right: 0px;
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-job-items .job-tittle ul li {
        margin-right: 8px;
    }
}

.single-job-items .job-tittle ul li:last-child {
    margin-right: 0px;
}

.single-job-items .job-tittle ul li i {
    font-size: 14px;
    color: #bbbbbb;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-job-items .job-tittle2 {
        padding-top: 25px;
    }
}

.single-job-items:hover {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}

.single-job-items .job-items {
    display: flex;
    flex-wrap: wrap;
}

.post-details2 ul {
    padding-left: 30px;
}

.post-details2 ul li {
    list-style-type: circle;
}

.post-details3 {
    padding: 10px 20px;
    border: 1px solid #ededed;
}

.post-details3 ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.post-details4 span {
    color: #5b5c6e;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
}

.post-details4 p {
    margin-bottom: 30px;
    display: block;
}

.post-details4 ul li {
    color: #5b5c6e;
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.post-details4 ul li span {
    color: #5b5c6e;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding-left: 18px;
}

.map .left-col .locate-store {
    justify-content: left;
}

.image-responsive {
    height: 277px;
    width: 100%;
    object-fit: cover;
}

.main-header .bind .bottom .nav ul li .mega-menu-wrap {
    overflow: hidden;
    max-height: 450px;
    overflow-y: scroll;
}

.main-header .bind .bottom .nav ul li .mega-menu-wrap {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.main-header .bind .bottom .nav ul li .mega-menu-wrap ::-webkit-scrollbar {
    display: none;
}

.map .right-col {
    max-height: 350px;
    overflow: hidden;
    overflow-y: scroll;
}

.map .right-col::-webkit-scrollbar {
    display: none;
}

.four-grid-carousel .wrap .content {
    padding: 0 0.8rem;
}

.four-grid-carousel .wrap .content .title {
    font-size: 20px;
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px;
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 1024px) {
    .spotlight .image-wrap img {
        object-fit: contain;
        object-position: top;
        margin-top: 80px;
    }
}

/* .slides-responsive {
    height: 100vh;
}

@media only screen and (max-width: 767px) {
    .slides-responsive {
        height: 250px;
    }
} */

.main-footer .row-cols-lg-5 {
    justify-content: space-around;
    /* justify-content: space-between; */
}

.main-footer .social-links-wrap,
.main-footer address {
    padding-left: 10px;
}

#block-nerolac-content .spotlight.spotlight-listing .content .container {
    background: #0000006b;
    border-radius: 3px;
}

.views-row .nerolac-card {
    height: 100%;
    position: relative;
}

.views-row .nerolac-card .image-wrap {
    height: 60%;
}

.views-row .nerolac-card .image-wrap img.img-fluid.lazyload {
    height: 100%;
    object-fit: cover;
}



.slides.views-row {
    height: 100%;
}

.four-grid-carousel .wrap {
    height: inherit;
}

.four-grid-carousel .wrap .image img {
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}

.flickity-viewport {
    min-height: 400px;
}