.carousel .carousel-item {
    height: 800px;
}
.carousel-item img {
    /* margin-top: 70px; */
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 700px;
}
.btn-container {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 600px) {
    .carousel .carousel-item {
        height: 400px;
    }
    .carousel-item img {
        /* margin-top: 60px; */
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        height: 400px;
    }
    .btn-container {
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
/* .btn{
    background-color: #3c4d6a;
  } */

.sidebar {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 100vh;
    background-color: red;
}

.sidebar ul li {
    display: flex;
    flex-direction: row;
    list-style: none;
    height: 30%;
    background-color: white;
}

/* Card to menu */

.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg, #ffb64d, #ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg, #ff5370, #ff869a);
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
    font-size: 2rem;
}
.adn {
    display: flex;
    justify-content: space-evenly;
}
@media (max-width: 800px) {
    .adn {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        margin: auto;
    }
}

.getstartedmob,
.getstarted:focus {
    padding: 8px 20px;
    /* margin-left: 30px; */
    border-radius: 50px;
    color: #37517e;
    font-size: 14px;
    border: 2px solid #47b2e4;
    font-weight: 600;
}
.getstartedmob:hover,
.getstarted:focus:hover {
    color: #fff;
    background: #31a9e1;
}

        .dual-list .list-group {
            margin-top: 8px;
        }

        .list-left li, .list-right li {
            cursor: pointer;
        }

        .list-arrows {
            padding-top: 100px;
        }

            .list-arrows button {
                margin-bottom: 20px;
            }