html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding-top: 70px;
    /* match navbar height */
}

.about {
    background-color: #ebffe7;
}

.second {
    background-color: #ebffe7;

}

.widthbox{
    width: 300px;
    border-radius: 20px;
}
.image-imagewrap1 {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-imagewrap1 img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.product-image {
    max-height: 90vh;
    width: auto;
    object-fit: contain;
}

.photo {
    background-color: #f9f9f9;
}

.third {
    background-color: #E3725F;
}

.order6{
    margin-top: -8px;
}

button {
    background-color: #ffc107;
    border: none;
    color: white;

}

button:hover {
    color: rgb(37, 179, 37);
}

.frq {
    background-color: #e4eefb;
}

/* Section margin top when click navbar section */
section {
    scroll-margin-top: 80px;
}

.outerborder {
    display: flex;
    border: 3px solid rgb(223, 207, 207);
    /* outer border */
    border-radius: 10px;
}

.inner-border {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.inner-border .bg-white {
    flex-grow: 1;
}

.ordertable{
    background-color: #A66E65;
}


/* Mobile View */
@media (max-width: 768px) {
    .cent {
        text-align: center;
    }


    .orderbuttn {
        display: flex;
        justify-content: center;
        text-decoration: none;
        margin-top: 50px;

    }

    .btntext {
        font-size: 16px;
    }

    .imglimited {
        width: 100%;
    }

    .navcenter {
        text-align: center;
    }

    .toglebtn {
        position: relative;
        margin-right: 5px;
    }

    .product-image {
        max-height: 50vh;
        max-width: 70%;
    }

}