body{
    overflow-x: hidden;
    padding: 0%;
    margin: 0%;
}
#carousel{
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.main_slider{
    display: flex;
}
.slider{
    content: url(../images/slider1.png);
    width: 60%;
    height: 280px;
    overflow-x: hidden;
    animation: slide 24s infinite;
    cursor: pointer;
}
@keyframes slide{
    20%{
        content: url(../images/slider2.jpg);
    }
    40%{
        content: url(../images/slider3.png);
    }
    60%{
        content: url(../images/slider4.png);
    }
    80%{
        content: url(../images/slider5.jpg);
    }
    100%{
        content: url(../images/slider1.png);
    }
}
.fixed_img{
    width: 40%;
    height: 280px;
    cursor: pointer;
}
#below_slider_p{
    text-align: center;
    font-size: 30px;
    color: dimgray;
    padding-bottom: 30px;
}
@media only screen and (min-width:375px) and (max-width:1000px){
    .main_slider{
        display: block;
    }
    .slider{
        width: 100%;
    }
    .fixed_img{
        width: 100%;
    }
    #below_slider_p{
        font-size: 20px;
        padding-bottom: 10px;
    }
}
#careplan_img{
    width: 90%;
    margin: auto;
}
#brands_text{
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
}
#brands_text>p{
    font-size: 18px;
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#brands_text>button{
    width: 60px;
    height: 30px;
    background: coral;
    color: white;
    border: none;
    border-radius: 5%;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}
.brands{
    display: flex;
    justify-content: space-around;
   
   padding-left: 15%;
   padding-right: 15%;
}
.brands>img{
    cursor: pointer;
    
}
.brands>div{
    text-align: center;
    font-size: 13px;
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 2%;
    border-radius: 5%;
    cursor: pointer;
}
.brands>div:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; 
}
#mg{
    width: 87%;
    height: 350px;
    margin:auto;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 20px;
    margin-top: 50px;
   
}
#pro{
    width: 100%;
    height: 100px;
}
#brands_head{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #212121;
    font-style: normal;
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 49px;
    margin-top: 50px;
}
.proClass,.pre_img{
    width: 150px;
    height: 150px;
}
.name_div{
    width: 100%;
    height: 43px;
    
    overflow: hidden;
}
.proname{
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    color: #212121;
    font-weight: 700; 
}
.quantity{
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #212121;
    font-weight: 400; 
    line-height: 17px;
}
.div5{
    background-color:#1aab2a;
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 400; 
    width: 40px;
    height: 20px;
    padding-left: 5px;
    border-radius:10% ;
}
.mrp{
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #757575;
    font-weight: 400; 
    line-height: 5px;
    text-decoration: line-through;
    margin-right: 10px;
}
.dis{
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #1aab2a;
    font-weight: 400;
    
}
.price{
    font-family: "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #212121;
    font-weight: 400;
}
#sup{
    width: 87%;
    height: 350px;
    margin:auto;
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 20px;
    margin-top: 50px;
    
  
   
}
Footer