.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0rem;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 2.00rem;
    color: #fff;
    text-align: center;
    background: #000000ad;
    /* font-size: 20px; */
}
    .carousel-caption h5 {
    color: white;
    margin: 0;
    font-size: 40px;
}
    .carousel-indicators [data-bs-target] {
      background-color: #555;
    }
    .carousel-indicators .active {
      background-color: #00BFFF;
    }
    
    .carousel-item img {
    height: 800px;
    object-fit: cover;
    object-position: top;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -46px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem;
    margin-left: 15%;
    list-style: none;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: -100px;
    z-index: 99999;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        float: right;
        text-align: right;
        right: 0;
        position: absolute;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
        font-size: 18px;
}

.partner{
        background: #233742;
    padding: 10px 40px;
    border-radius: 5px;
    margin: 0px 15px;
}

li.nav-item {
    padding: 10px 20px;
}

.widthimg{
    width:100%;
    border-radius:5px;
}
.pt-100{
    padding-top:100px;
}

.bookslot{
        font-size: 46px;
    text-align: center;
}

.storeimg{
    width: 90%;
    margin: auto;
    display: block;
        margin-top: 10px !important;
}
.pt-30{
     padding-top:30px;
}
.pt-50{
     padding-top:50px;
}
.pt-80{
     padding-top:80px;
}

.pb-50{
     padding-bottom:50px;
}

.imsm{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 10px;
}

.carousel-control-prev {
    left: 0;
    display: none;
}

.carousel-control-next {
    right: 0;
    display: none;
}

.backblack{
        background: #000;
}

.fsize-22{
        font-size: 22px;
}
.fsize-20{
        font-size: 20px;
}
.fsize-18{
        font-size: 18px;
}
.fsize-16{
        font-size: 16px;
}