/* @media (min-width:1192px) and (max-width: 1300px) {
    .img-6 {
        min-height: 720px;
        overflow: hidden;
    }
} */
@media (min-width:1728px) {
    .career-enq-card {
        position: absolute;
        top: 0%;
        left: 52%;
        max-width: 600px;
    }
}

@media (min-width:1440px) and (max-width: 1728px) {
    .career-enq-card {
        position: absolute;
        top: 0%;
        left: 46%;
        max-width: 650px;
    }
}

@media (min-width:1192px) and (max-width: 1440px) {
    .career-enq-card {
        position: absolute;
        top: 0%;
        left: 43%;
        max-width: 650px;
    }
}

/* @media (min-width:1192px) and (max-width: 1366px) {
    .career-enq-card {
        position: absolute;
        top: 0%;
        left: 43%;
        max-width: 550px;
    }
} */



@media (min-width:1300px) {
    .img-6 {
        display: flex;
        align-items: center;
        max-height: 660px;
        overflow: hidden;
        object-fit: cover;
        object-position: center;
    }

    .career-div1 {
        margin-top: 100px;
    }

    .top-40px {
        top: -40px !important;
    }



}

@media (max-width: 1290px) {
    .career-div1 {
        margin-top: 100px;
    }
}


/* Tablets */
@media (max-width: 992px) {
    .heading-layout2 .heading-title {
        font-size: 34px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        gap: 5px;
    }

    .navbar .nav-item .nav-item-link {
        color: var(--color-dark);
        line-height: 25px !important;
        padding: 5px 2px 2px 15px !important;
    }

    .career-bg {
        min-height: 60dvh;
        /* full screen height */
        display: flex;
        align-items: center;
        /* vertical center */
        background-image: url("../images/career/n/3.png");
        background-size: cover;
        /* no cropping */
        background-position: top left;
        background-repeat: no-repeat;

    }

    .career-bg2 {
        background-image: url("../images/career/bg.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .career-div1 {
        padding-left: 0px;
        margin: 30px 100px 30px 30px;
    }

    .career-heading3 {
        padding-left: 0px;
    }

    .career-para3 {
        padding-left: 0px;
    }

    .banner-img {
        max-height: 100%;
        margin-top: 30px;
        /* overflow: hidden; */
    }

    .career-enq-card {
        position: absolute;
        top: 0%;
        left: 43%;
        max-width: 400px;
    }

    .main-section {
        padding-bottom: 300px;
    }

    .banner-section {
        height: 40vh;
        padding: 60px 0;
    }
}

/* Mobile */
@media (max-width: 576px) {
    section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .heading-layout2 .heading-title {
        font-size: 26px;
    }

    .banner-section {
        position: relative;
        height: 280px;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .banner-img {
        max-height: 100%;
        margin-top: 10px;
    }

    .about-layout1 .about-img:after {
        content: "";
        position: absolute;
        top: 40px;
        right: -20px;
        width: 40px;
        height: 100px;
        z-index: 2;
        border-radius: 0 20px 0 20px;
        background: var(--color-secondary);
    }

    .career-bg {
        min-height: 100dvh;
        /* full screen height */
        display: flex;
        align-items: center;
        /* vertical center */
        background-image: url("../images/career/n/4.png");
        background-size: cover;
        /* no cropping */
        background-position: top left;
        background-repeat: no-repeat;

    }

    .career-div1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-layout2 .features-list-layout4 {
        display: none;
    }

    .features-list-layout2 .feature-item .feature-icon,
    .features-list-layout3 .feature-item .feature-icon {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .table {
        text-align: start !important;
    }



}

@media (min-width: 992px) {
    .about-layout2 .about-img {
        margin: 0 20px 0 110px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .pagetitle-heading {
        font-size: 24px !important;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .banner-section {
        height: 180px;
        padding: 30px 0 !important;
    }

    .feature-item {
        flex-wrap: nowrap !important;
    }

    .slider,
    .slider .slick-slider,
    .slider .slick-list,
    .slider .slick-track,
    .slider .slide-item {
        height: 200px !important;
        padding: 0px;
    }

    .slider .slide-title {
        font-size: 20px;
    }

    .slide-content {
        padding: 40px 15px !important;
    }

    .slider .slick-dots {

        bottom: 10px;

    }

    .slider .slide-desc {
        color: var(--color-gray-100);
        max-width: 100%;
        font-size: 16px !important;
        line-height: 22px;
    }

    .career-content {
        position: absolute;
        top: 5%;
    }

    .btn:not(.btn-link) {
        font-size: 13px;
        min-width: 120px;
        height: 40px;
    }
}

/* .career-enq-card {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    width: 100%;
} */