@import url('components/dealbanner.css');
@import url('components/videosection.css');
@import url('components/popups.css');
@import url('components/carousel.css');
@import url('components/dealbox.css');
@import url('search/searchtab.css');
@import url('search/searchtabmodals.css');


.time {
    height: 150px; /* Example height */
    line-height: 100px; /* Same as the height if you want to vertically center the text */
    display: flex;
    align-items: center; /* This centers the text vertically */
    justify-content: center; /* This centers the text horizontally */
    font-size: 60px;
    color: #fff;
    background-color: var(--primary-color); /* Replace with your color variable or value */
    border-radius: var(--main-border-radius);
}
.carousel-multiple-two img {
    max-width: 65px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Careers {
}

    #Careers .OpeningBox {
        border-radius:var(--main-border-radius);
        position:relative;
        overflow:hidden;
;    }

    #Careers .ctaBtn {
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: -25px;
        color: white;
        text-align: right;
        padding-right: 10px;
        font-weight: 700;
        font-size: 15px;
        left:0;
        width:100%; 
        border-radius:unset;
    }


@media only screen and (max-width: 991px) and (min-width: 480px) {
    .time {
        height: 70px;
        font-size: 50px;
    }
    .deals-ban {
        background-position: center !important;
    }
    #Careers .ctaBtn {
        padding: 2px;
        bottom: 0px;
        padding-right: 10px;
        line-height: normal;
    }
}
@media only screen and (max-width: 450px) {
    .time {
       
        height: 70px;
        font-size: 30px;
    }

    .deals-ban {
        background-position-x: center !important;
        background-position-y: top !important;
    }
    #Careers .ctaBtn {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right:10px;
        bottom: 0px;
    }
}