.latest .effect{
    background-color: #e1f3f2;
}
.latest .effect .sea{
    padding: 50px 0px;
}
.latest .effect .sea .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 59px;
}
.latest .effect .sea .head .dev .num{
    color: #7cc000;
    font-size: 13px; 
    font-weight: 650; 
}
.latest .effect .sea .head .dev .num span{
    padding: 0px 13px;
}
.latest .effect .sea .head .dev h1{
    font-size: 45px;
}
.latest .effect .sea .head .dev .num i{
    font-size: 10px;
    padding: 5px;
}
.latest .effect .sea .head .radius{
    display: flex;
}
.latest .effect .sea .head .radius .fs_dtn{
    background-color: #f2f7f3;
    color: #525252;
    font-size: 16px;
    padding: 7px;
    border-radius: 20px;
    transition: 0.5s;
    margin: 10px;
    border: none;
    box-shadow: 10px 11px 20px 0px rgba(0,0,0,0.15);
}
.latest .effect .sea  .mhm{
    display: flex;
    justify-content: center;

}
/* .parent .effect .sea .klp{
    padding: 25px 18px;
    width: 100%;
} */
.latest .effect .sea  .img{
    height: 160px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 20px;
    background-color: #ffffff;
}
.latest .effect .sea  .img img{
    width: 100%;
}
.latest .effect .sea .head .radius .fas{
    color: #ffffff;
    background-color: #81c408;
}
.latest .effect .sea .head .radius .fs_dtn:hover{
    color: #525252;
    background-color: #81c408;
}
.latest .effect .sea .eats{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.latest .effect .sea .eats .serve{
    width: 20%;
    margin: 10px;
    /* background-color: #fafafa;
    border: 2px solid #efefef; */
    box-shadow: 10px 11px 20px 0px rgba(0,0,0,0.15);
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 18px;
}
.latest .effect .sea .eats .serve  .ph{
   display: flex;
   justify-content: space-between;
   padding: 15px 0px;
}
.latest .effect .sea .eats .serve  .ph .af{
    /* color: #ffffff; */
    font-size: 18px;
    padding: 10px 12px;
    font-weight: 500;
    border-radius: 20px;
}
.latest .effect .sea .eats .serve  .ph .af i{
    font-size: 20px;
    color: #525252;
}
.latest .effect .sea .eats .serve  .ph .sf{
    background-color: #66ad53;
    color: #fff;
    padding: 10px 25px;
}
.product .effect .sea .eats .serve  .max {
    padding: 10px;
}
.product .effect .sea .eats .serve  .max .tex{
    display: flex; 
    font-size: 16px;  
}
.latest .effect .sea .eats .serve  .max .tex i{
    color: #fd7e14;
    margin-right: 3px;
}
.latest .effect .sea .eats .serve  .max .tex .sm{
    color: rgb(174, 174, 174);
    font-size: 12px;
    font-weight: 700;
    margin-left: 7px;
}
.product .effect .sea .eats .serve .qua .max  h5{
    color: rgb(83, 83, 83);
    font-weight: 700;
    padding: auto;
    /* font-size: 40px; */
}
.latest .effect .sea .eats .serve .max .price .bold{
    color: rgb(127, 186, 0);
    font-size: 19px;
    font-weight: 850;
}
.latest .effect .sea .eats .serve .max .price .ds{
    color: rgb(221, 221, 221);
    font-size: 17px;
    font-weight: 700;
}
.latest .effect .sea .eats .serve .qua{
   display: flex;
   justify-content: space-between;
}
.latest .effect .sea .eats .serve .qua .icons .did{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ececec;
    margin: 3px 0px;
   color:  #333131;
   transition: 0.5s;
}
.latest .effect .sea .eats .serve .qua .icons .did:hover{
    background-color: #01693a;
    color: #ffffff;
}
/* @media(max-width:1024px){
    .product .effect .sea .eats .serve{
        width: 29%;
        margin: 10px;
        background-color: #fafafa;
        border: 2px solid #efefef;
        border-radius: 10px;
        padding: 20px 18px;
    }
}
@media(max-width:425px){
    .product .effect .sea .eats .serve{
        width: 100%;
        margin: 10px;
        background-color: #fafafa;
        border: 2px solid #efefef;
        border-radius: 10px;
        padding: 20px 18px;
    }
} */