.delivery-wrapper h3 {
    font-weight: 600;
    text-align: left;
    text-transform: none;
    line-height: 27px;
}

.delivery-wrapper h3 p {
    display: inline;
    font-size: 18px;
}

.text-wrapper h2 {
    text-transform: none;
}

.text-wrapper p {
    font-size: 18px;
    line-height: 30px;
}

.delivery-wrapper ul {
    padding-left: 0;
}

.delivery-wrapper li {
    list-style: none !important;
}

.delivery-wrapper li h5 {
    color: #000;
}

.number-list li {
    list-style: auto !important;
}

.number-list li::marker {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.numeric-list li {
    list-style: disc !important;
}

.delivery-area-item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.delivery-area-img {
    position: relative;
    flex: 0 0 120px;
    height: 120px;
}

.delivery-area-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delivery-area-text h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
    color: #000;
    text-transform: capitalize;
}

.delivery-area-text {
    text-align: center;
    margin: 0px 0 0 20px;
}

.delivery-area-text p {
    font-size: 16px;
    color: #54484c;
    line-height: 20px;
    display: block;
}

@media only screen and (max-width:991px) {
    .delivery-area-text {
        margin: 0px 0 0 10px;
    }

    .delivery-area-item {
        margin-bottom: 20px;
    }

    .text-wrapper p,
    .delivery-wrapper h3 p {
        font-size: 16px;
        line-height: 26px;
    }

    .delivery-wrapper h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width:767px) {
    .delivery-area-item {
        display: block;
    }

    .delivery-area-img {
        max-width: 120px;
        width: 100%;
        margin: 0 auto 20px;
    }

    .other-wrapper h3,
    .other-wrapper h2 {
        font-size: 24px;
    }

    .delivery-wrapper h3 {
        font-size: 20px;
    }
}


/***************************/
/* Consumer New Layout CSS */
/***************************/


.delivery-content span {
    color: var(--primary);
    font-weight: 600;
}

.delivery-content h2 {
    font-size: 25px;
    color: #242424;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 50px;
}

.delivery-content p {
    color: #000;
    padding: 0px 0px;
    font-size: 18px;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: justify;
}

.meal-workplace {

    padding: 50px 0px;
    background-color: rgb(255, 255, 255);
}

.meal-workplace h3 {
    text-align: center;
    padding: 20px 0px;
}

.delivery-office h2 {
    text-align: center;
    font-size: 35px;
}

.delivery-office p {
    text-align: justify;
    padding: 20px 0px;
}

.insurance-content ul {
    list-style-image: url('../images/check-mark.png');
}

.other-wrapper p {
    /* font-size: 14px; */
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}


.benefit-boxes-2 {
	background-color: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px #e2e2e293;
	height: 100%;
	transform: translate(0px, -5px);
}

.benefit-boxes-2:hover {
    background-color: #e2f9e4da;
    transform: translate(0px, -7px);
    transition: .5s;
}

.benefit-boxes-2 h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary)!important;
    margin-top: 20px;
}

.benefit-boxes-2 p {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 0;
}

/* Delivery detail */

.delivery_box {
    border: 0;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 16px;
    margin-bottom: 15px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.delivery_box .icon {

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
}

.delivery_box .content h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

.delivery_box .content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}