*body{
    /* font-family:Camphor,sans-serif;; */
}




#fix_nav {
    display: flex;
    width: 100%;
    height: 77px;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 6px 5px rgb(0 0 0 / 4%);
    border: 1px solid #f0f0f5;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}

#fix_nav>div:nth-child(1) {
    width: 50%;
}

#search {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    border: 1px solid rgba(180, 180, 190, .3);
    width: 100%;
    height: 47px;
    border-radius: 4px;
    margin-right: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#search>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
}

/* #search>div>i{

} */

#search>input {
    outline: none;
    border: none;
    font-size: 15px;
    width: 100%;
}

#fix_nav>div:nth-child(2)>button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 195px;
    height: 45px;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    background: #14bef0;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
}

#fix_nav>div:nth-child(2)>button>span {
    color: white;
}

#fix_nav>div:nth-child(2)>button>i {
    font-size: 20px;
    color: white;
}


#item_count{
    color: white;
    font-size: 15px;
    position: relative;
    /* vertical-align: top; */
    font-weight: 400;
    top: -10px;
    left: -10px;
}

#container1{
    background-color: rgb(195, 245, 245);
}
.images>img{
    width: 1024px;
    opacity: 1;
    transform: translate3d(180px, 0px, 0px);
    /* position: relative; */

}
/* .abc{
    width: 100%;
    background-color: rgb(195, 245, 245);
}
.images{
    display: flex;
    overflow: hidden;
} */
.leftArrow{
    position:relative;
    transform: rotate(135deg);
    height: 20px;
    width: 20px;
    opacity: .4;
    border-right: 1px solid #34422d;
    border-bottom: 1px solid #34422d;
    /* margin-top: 100px; */
    margin-left:10px;
    cursor:pointer;
    top: 119px;
}
 .rightArrow{
    position:relative;
    transform: rotate(-45deg);
    height: 20px;
    width: 20px;
    opacity: .4;
    border-right: 1px solid #34422d;
    border-bottom: 1px solid #34422d;
    /* margin-top:100px; */
    margin-left: 95%;
    cursor:pointer;
    top: 100px;
 }
 .browseMedicines{
     color:#2d2d32;
     font-size: 24px;
     font-weight: 700;
     margin-left: 10%;
 }
 .container2{
     display: flex;
     gap:30px;
     /* margin-left: 10%; */
     margin-top: 10px;
     justify-content: center;
 }
 .container2>img,.container2>a>img{
    
    width:280px;
    border-radius: 5px;
    transition: transform .2s ease-in-out;
    cursor: pointer;
 }

 /* .container2>div{
    width:280px;
 } */
 /* .container2>img:hover{
    width:320px;
 } */