.fetpro .Feature .cout .just .right_ig  .fst_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fetpro .Feature .cout .just .right_ig .fst_row .box{
    margin: 10px;
}
.fetpro .Feature .cout .just .right_ig .fst_row .box .para{
    text-align: center;
    padding: 15px;
}
.fetpro .Feature .cout .just{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fetpro .Feature .cout .just  .right_ig  .fst_row .box{
    /* width: 31%; */
    /* margin: 10px; */
    margin: 43px;
}
.fetpro .Feature .cout .just .right_ig .fst_row .box .para .bus{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fetpro .Feature .cout .just  .right_ig .fst_row .box .para .tex{
    font-size: 12px;  
}
.fetpro .Feature .cout .just  .right_ig .fst_row .box .para  .tex i{
    color: #fd7e14;
    margin-right: 3px;

}
.fetpro .Feature .cout .just  .right_ig .fst_row .box .pic{
  display: flex;
  justify-content: center;
  border: 1px solid #efefef;
}
.fetpro .Feature .cout .just  .right_ig .fst_row .box.sub{
    padding: 10px 0px;
}
.fetpro .Feature .cout .just  .right_ig .fst_row .box .pic .img img{
  background: transparent;
  width: 100%;
}
.fetpro .Feature .cout h1{
    text-align: center;
    padding: 20px 0px;
}
.fetpro .Feature .cout .just  .right_ig .fst_row .box .para .bus i{
    background: #FF9900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.30);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 5px;
}
.fetpro .Feature .cout .just  .right_ig .fst_row .box .para  .sam{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
}
.fetpro .Feature .cout .just  .right_ig .fst_row .box .para  .sam .list{
    color: #686868;
    text-decoration: line-through;
}
.fetpro .Feature .cout .just  .right_ig .fst_row .box .para  .sam .font{
    padding: 15px;
    color: #FF9900;
}
.fetpro .Feature .cout  .just .left_ig{
    width: 20%;
    margin: 0px 10px;
}
.fetpro .Feature .cout  .just .left_ig img{
    width: 100%;
}
.fetpro .Feature .cout  .just .right_ig{
    width: 75%;
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct{
    /* width: 30%; */
    margin: 15px;
    border: 2px solid #f7f6f2;
    padding: 25px 10px;
    display: flex;
}
.fetpro .Feature .cout  .just .right_ig .sec_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0px;
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct .sp{
    display: flex;
    align-items: center;
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct .sp .pro_img{
    background-color: #f7f7f7;
    display: flex;
    height: 100px;
    width: 100px;
    border: 1px solid #eee;
  border-radius: 10px;
    align-items: center;
    justify-content: center;
    /* margin-right: 10px; */
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct .sp .max{
    margin-left: 17px;
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct .sp .max h4{
    font-size: 14px;
    color: #1d1b1b;
    font-weight: 400;
    margin: 0 0 10px;
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct .sp  .max p{
    font-size: 12px;
    color: #1d1c1c;
    margin: 0 0 15px;
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct .sp  .max span{
    color: #FF9900;
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct .sp  .max .price{
    display: flex;
}
.fetpro .Feature .cout  .just .right_ig .sec_row .duct .sp  .max .price .bold{
    background: #FF9900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.30);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 5px;
}

@media(max-width:768px){
    .fetpro .Feature .cout  .just .left_ig{
        width: 73%;
        margin: 0px 10px;
    }
}
@media(max-width:425px){
    .fetpro .Feature .cout  .just .left_ig{
        width: 100%;
        margin: 0px 10px;
    }
}