.other-wrapper {
    padding: 50px 0;
}

.other-wrapper h3,
.other-wrapper h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #242424;
}

.other-wrapper ul {
    margin-left: 25px;
}

.other-wrapper ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.other-wrapper p,
.other-wrapper ul li {
    /* font-size: 14px; */
    line-height: 24px;
    color: #4F4F4F;
    font-weight: 400;
    text-align: justify;
}

/**********************/
/* Dropdown Pages CSS */
/**********************/

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

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

.food-del-content p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}

.food-benefits {
    background-color: aliceblue;
    padding: 80px 0px;
}

.food-benefits .title-sec h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 2px;
}

.food-benefits h5 {
    color: var(--primary);
}

.food-benefits .title-sec {
    position: relative;
}

.food-benefits .title-sec::after {
    content: "";
    background-image: linear-gradient(to right, #0ba75f, #12e722);
    width: 180px;
    height: 5px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-top: 4px;
    position: absolute;
    top: 27px;
    left: 43%;
    color: var(--primary);
}

.benefit-boxes {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #e2e2e293;
    min-height: 340px;
}

.benefit-boxes:hover {
    background-color: #e2f9e4da;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #e2e2e2b2;
    cursor: pointer;
    transform: translate(0px, -5px);
    transition: .5s;
}

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

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

.theme-btn-2 {
    background-color: var(--primary);
    padding: 10px 30px;
    margin-top: 20px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
}

.theme-btn-2:hover {
    background-color: var(--secondary);
    padding: 10px 30px;

    border: 1px solid transparent;
    color: var(--primary);
    font-weight: 600;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #00000042;
    transform: translate(0px, -5px);
    transition: .5s;
}

.happy-team {
    padding: 80px 0px;
    align-items: center;

}

.happy-team .happy-team-content h2 {
    color: var(--primary);
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.happy-team .happy-team-content p {
    text-align: justify;
}

.happy-team .happy-team-content .team-btns {
    display: flex;
    gap: 30px;
}

/* start Lunch credit */

.lunch-credit {
    background-color: aliceblue;
    padding: 80px 0px;
}

.lunch-credit .title-sec h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 2px;
    padding-top: 10px;
    line-height: 50px;
}

.lunch-credit h5 {
    color: var(--primary);
}

.lunch-credit .title-sec {
    position: relative;
}

.lunch-credit .title-sec::after {
    content: "";
    background-image: linear-gradient(to right, #0ba75f, #12e722);
    width: 180px;
    height: 5px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-top: 4px;
    position: absolute;
    top: 27px;
    left: 43%;
    color: var(--primary);
}

/* End Lunch credit */

.employer-credit {
    background-color: rgba(235, 248, 235, 0.452);
    padding: 80px 0px;
}

.employer-credit .title-sec h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 2px;
    padding-top: 10px;
    line-height: 50px;
}

.employer-credit h5 {
    color: var(--primary);
}

.employer-credit .title-sec {
    position: relative;
}

.employer-credit .title-sec::after {
    content: "";
    background-image: linear-gradient(to right, #0ba75f, #12e722);
    width: 180px;
    height: 5px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-top: 4px;
    position: absolute;
    top: 27px;
    left: 43%;
    color: var(--primary);
}

.personal-check ul {
    padding-left: 20px;
    margin-left: 0px;
}

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


.happy-team-content ul li {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    padding: 10px 0px;
    gap: 10px;
    margin-left: 0px;
}

.happy-team-content ul a {
    color: #000;
    display: block;
}

.happy-team-content ul {
    padding-left: 0px;
}

.happy-team-content p {
    margin-bottom: 0px;
}

.business-lunch span {
    color: var(--primary);
    font-weight: 600;
    color: ##399440;
}

.business-lunch h2 {
    font-size: 30px;
    color: #242424;
    font-weight: 400;
    margin-bottom: 0px;
}

.business-lunch p {
    color: #000;
    padding-top: 30px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}

.lunch-serv-sec .lunch-service h2 {
    color: var(--primary);
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.lunch-serv-sec .lunch-service p {
    text-align: justify;
}

.lunch-serv-sec.lunch-service .team-btns {
    display: flex;
    gap: 30px;
}

.lunch-serv-sec .lunch-service span {
    color: var(--primary);
    font-weight: 800;
}

.lunch-serv-sec {
    padding: 80px 0px;
    background-color: #eefaef;
}

.order-business-form .msg {
    padding: 15px;
    border: 1px solid #e7e9e7;
    border-radius: 5px;
}

#order-contact {
    background-image: url('../images/order-contact-2.jpeg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    padding: 50px 0px;
}

.order-business-form h1{
    font-size: 30px;
}

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

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

.insurcheck p {
    color: #000;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: justify;
}

.policyholders {
    background-color: #ffffff00;
    padding: 80px 0px;

}

.policyholders .title-sec h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 2px;
    padding-top: 10px;
    line-height: 50px;
}

.policyholders h5 {
    color: var(--primary);
}

.policyholders .title-sec {
    position: relative;
}

.policyholders .title-sec::after {
    content: "";
    background-image: linear-gradient(to right, #0ba75f, #12e722);
    width: 180px;
    height: 5px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-top: 4px;
    position: absolute;
    top: 27px;
    left: 43%;
    color: var(--primary);
}

.insurcheck {
    position: relative;
    z-index: 3;
}

.food-media {
    position: relative;
    z-index: 3;
}

.insurcheck-main {
    background-color: #fff;
    background-image: url('../images/white-bg.jpeg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0px;
    position: relative;
    z-index: 0;
}

.insurcheck-main::before {
    content: " ";
    background-image: linear-gradient(to right, #ffffff, #ffffff00);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.policy h3 {
    font-size: 20px;
    color: var(--primary);
}

.policy p {
    text-align: justify;
    font-size: 14px;
}

.policy-inner h3 {
    font-size: 18px;
    text-align: center;
    color: var(--primary);
}

.policy-box {
    background-color: #e9f7e0;
    box-shadow: 0px 0px 10px #e2e2e2;
    padding: 8px 15px;
}

.policy-box ul {
    list-style-image: url('../images/check-mark.png');
    margin-left: 0px;
    padding-left: 15px;
}

.policy-box li {
    font-size: 13px;
    text-align: justify;
}

.policy-box h4 {
    font-size: 15px;
}

.policy-inner div {
    margin: 5px;
}

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

.insurance-content p {
    text-align: justify;
}

.insurance-sec {
    background-color: #fff;
    padding: 80px 0px;
}

.insurance-sec .title-sec {
    border-top: 1px solid #dfdede6e;
    padding-top: 50px;
}

.insur-bottom-content {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}

.policy-content h2 {
    font-size: 25px;
}

.policy-content ul li {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
    padding: 2px 0px;
    gap: 10px;
    margin-left: 0px;
}

.policy-content ul a {
    color: #000;
    display: block;
}

.policy-content ul {
    padding-left: 0px;
}

.health-manage span {
    color: var(--primary);
    font-weight: 600;
}

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

.health-manage p {
    color: #000;
    padding-top: 30px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}

.health-manage-content {
    display: flex;
	flex-flow:wrap;
	gap:20px;
}

.nutrition-box {
    border-radius: 3px;
    width: calc(25% - 20px);
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #d4d4d4bd;
}

.nutrition-box h3 {
    color: var(--primary);
    font-size: 20px;
}

.nutrition-box p {
    font-size: 14px;
    text-align: justify;
}

.vasil-give-main {
    display: flex;
    gap: 20px;
    justify-content: center;

}

.vasil-give-main .vasil-give-box {
    padding: 20px;
    background-color: #fff;
    max-width: 400px;
    box-shadow: 0px 0px 10px #e2e2e2;
    border-radius: 3px;
}
@media screen and (min-width:769px) and (max-width:992px) {
    .food-del-content h2{
        font-size: 30px;
        line-height: 38px;
    }    
}


.sub-btn{
    min-height: 40px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #38943F;
    font-size: 14px;
    line-height: 24px;
    background-color: #38943F;
    padding: 5px 30px;
    column-gap: 5px;
    position: relative;
}
.food-delivery-top .food-del-content {
	text-align: center;
	width: 70%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: auto;
}
.other-wrapper h3, .other-wrapper h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 40px;
	color: #242424;
}
.health-manage h2 {
	font-size: 40px;
	color: #242424;
	font-weight: 400;
	margin-bottom: 0px;
	text-transform: capitalize;
	line-height: 50px;
}