/*search box css start here*/
.carousel-section {
    position: relative;
    height: 460px;
    overflow: hidden;
    background-color: #666;
}
.carousel-item img {
    width: 100%;
    object-fit: cover;
    filter: brightness(65%);
}
.search-sec{
    padding: 2rem;
    position: absolute;
    top: 100px;
    z-index: 99;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize !important;
    height: calc(3rem + 2px) !important;
    border-radius: 0 5px 5px 0;
}
.swiper-container {
    width: 100%;
    height: 500px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home-carousel.carousel, #home-carousel.carousel .carousel-inner .caro-img-molibe {
    display: none;
}
@media (min-width: 992px){
    .search-sec{
        width: 100%;
        position: absolute;
        bottom: 15%;
        z-index: 99;
        /*background: rgba(26, 70, 104, 0.25);*/
    }

}

@media (max-width: 992px){
    .search-sec{
        /*background: #1A4668;*/
        top: 0px;
        z-index: 99;
    }
}

@media (max-width: 575.98px) {
    .search-sec {
        top: 20px;
        padding: 1rem;
    }
    .search-sec h1 {
        font-size: 2em;
        text-shadow: 2px 2px 10px #000000;
    }
    .search-sec input, .search-sec button {
        margin-top: 5px;
        border-radius: 0px;
    }
    .carousel-section {
        height: 450px;
        overflow: visible;
    }
    #home-carousel.carousel, #home-carousel.carousel .carousel-inner, #home-carousel.carousel .carousel-inner .carousel-item {
        height: 100%;
    }
    #home-carousel.carousel, #home-carousel.carousel .carousel-inner .caro-img {
        display: none;
    }
    #home-carousel.carousel, #home-carousel.carousel .carousel-inner .caro-img-mobile {
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        filter: brightness(65%);
    }

}
