
.slider img {
    width: 200px;
    height: 200px;
}

.slick-prev {
    top: 100px;
    right: 10px;
    position: relative;
}
.slick-next {
    position: relative;
    left: 30px;
    bottom: 120px;
}


.cursor-pointer{
    cursor: pointer;
}

/* Scroll Bar css */

/* width */
.profile-scrall::-webkit-scrollbar {
    /* width: 15px; */
    display:none;
}

/* Track */
.profile-scrall::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
      border-radius: 10px;
}

/* Handle */
.profile-scrall::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.profile-scrall::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.profile-scrall{
    overflow-y: auto;
}