*{
    margin: 0;
    padding: 0;
}
.top-bar{
    width: Auto;
    height: 65px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.top-bar>.logo>a>#logo{
    width: 60px;
    height: 90%;
    margin-top: 3px;
}
.area>a{
    padding: 0px 10px;
    text-decoration: none;
    font-weight: bolder;
    color: black;
}
.area>a:hover{
    color: rgb(21, 214, 21);
}
.profile{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.profile>#profile{
    width: 60px;
    height: 90%;
    margin-left: 20px;
    margin-top: 3px;
    padding: 0px 10px;
}
.top-bar>.profile>#cart>img{
    height: 50px;
    padding: 0px 10px;
}
#slo>a{
    text-decoration: none;
    margin: 0px 8px;
    color: black;
    font-weight: bold;
}
#slo>a:hover{
    color: rgb(39, 232, 58);
}

.search-bar{
   /* margin-top: 10px; */
    width: Auto;
    height: 65px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.search-bar>.search-medicine>button>img{
    height: 35px;
}
.search-bar>.search-medicine{
    display: flex;
    align-items: center;
}
.search-bar>.search-medicine>button{
    border: none;
    padding: 10px 20px;
    background-color: rgb(39, 223, 45);
    color: white;
    padding: 11px;
    cursor: pointer;
}

.search-bar>.filterdata>select{
    border: none;
    width: 170px;
    height: 35px;
    background-color: rgb(55, 215, 55);
    font-size: 15px;
    border-radius: 5px;
    color: white;
}
.search-bar>.filterdata>select>option{
    background-color: rgb(213, 250, 197);
    color: grey;
    font-size: 13px;
 
}


.search-bar>.search-medicine>input{
    width: 600px;
    height: 35px;
}
.q-order>button{
    border: none;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: rgb(62, 236, 68);
    color: white;
    font-weight: bolder;
}
.q-order>button:hover{
    cursor: pointer;
    background-color:rgba(44, 219, 9, 0.977);
}
.item-bar{
    margin-top: 10px;
     width: Auto;
     height: 40px;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
     padding-bottom: 7px;
 }
 .HRCbtn {
    background-color: rgb(55, 215, 55);
    padding: 10px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    color: white;
  }
  
  .HRCbtn:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  .HRC {
    position: relative;
    display: inline-block;
  }
  
  .HRCcon {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width:180px;
     box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 1;
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
  }
  
  .HRCcon a {
    color: grey;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
  }
  .HRCcon a:hover {background-color: rgb(183, 244, 176);color: black;}
  
  .HRC:hover .HRCcon {display: block;}
  
  .HCD{
    display: flex;
    min-width: 380px;
  }


.midsec{
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto;
    gap: 20px;
    width: 80%;
    padding-bottom: 20px;
    margin-top: 20px;
}
.midsec>.medbox{
    display: flex;
    height:200px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 20px;
    border-radius: 10px;
    justify-content: space-around;
}
.midsec>.medbox:hover{

    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.midsec>.medbox>img{
    height: 150px;
    width: 120px;
    margin-right: 10px;
}

.midsec>.medbox>.medinfo>p{
    color: grey;
    font-size: 14px;
    padding: 1px;
}

.midsec>.medbox>.btndiv>.infobut{
  margin-top: 2px;
  border: none;
  background-color: rgb(55, 215, 55);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.midsec>.medbox>.btndiv>.infobut:hover{
    background-color: rgb(55, 232, 55);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
  .endsec{
    /* margin-top: 30px; */
    width: Auto;
    height:auto;
}
.endsec>.num{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.endsec>.num>h1{
    text-align: center;
    margin: 30px ;
}
.endsec>.num>.count{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.endsec>.num>.count>div{
    text-align: center;
} 

.endsec>.link{
   /* margin-top: 30px; */
  display: flex;
   align-content: center;
   justify-content: center;
   padding-top: 20px;
   padding-bottom: 20px;
   box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.endsec>.link>div>input{
  width: 300px;
  height: 30px;
  margin-left: 5px;
  font-size: 15px;
  border: 1px solid grey;
}
.endsec>.link>div>button{
  padding: 9px 20px;
  background-color:rgb(56, 200, 40) ;
  border-radius: 5px;
  border: none;
}
.endsec>.link>div>button:hover{
    background-color: rgb(89, 216, 75);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.endsec>.service{
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.endsec>.service>.socialme>a>img{
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 5px;
}
.endsec>.service>.socialme>a>img:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.endsec>.service>.downapp>div>a>img{
    width: 100px;
    height:30px;

}
.endsec>.service>.infoser{
    display: flex;
    flex-direction: column;
}
.endsec>.service>.infoser>a{
   text-decoration: none;
   font-size: 13px;
   color: grey;
   padding: 5px;
}
.endsec>.service>.infoser>a:hover{
    color: rgb(81, 77, 77);
}
.endsec>.service>.socialme>h3,.endsec>.service>.downapp>h3,.endsec>.service>.infoser>h3{
    margin-top: 20px;
    margin-bottom: 20px;
}
.endsec>.copyright{
    margin: auto;
    text-align: center;
    font-size: 15px;
    color: grey;
}
