.slider-wrap h5{
margin-top:.5em !important;
	font-size:22px;
	line-height:30px;
	margin-bottom:8px;
	font-weight:500 !important;
}
.slider-inner .item:nth-child(2){
    background-color: rgba(233, 231, 220, .8);
}
.slider-inner .item:nth-child(3){
    background-color: rgba(247, 236, 222, .8);
}
.slider-inner .item:nth-child(4){
    background-color: rgba(247, 194, 178, .8);
}

.slider-inner .item:nth-child(5){
    background-color: rgba(181, 209,162, .45);
}
.slider-inner .item:nth-child(6){
    background-color: rgba(204, 236,244, .45);
}
.slider-wrap {
/*   position: absolute;
  top: 10%;
  left: 5%; */
  width: 100%;
/*   height: 600px; */
  border: 0px solid rgb(0, 0, 0);
  cursor: grab;
}

.slider {
/*   position: absolute;
  top: 0;
  left: 0; */
  height: 100%;
  width: 100%;
  overflow: scroll;
}

.slider-inner {
/*   position: absolute; */
  display: flex;
  justify-content: space-around;
/*   top: 0;
  left: 0; */
/*   width: 150vw; */
  height: 100%;
  display: flex;
	gap:15px;
}

.slider-wrap .item {
  position: relative;
  display: flex;
	flex-direction:column;
/*   align-items: center; */
  justify-content: start;
  width: 250px;
  height: 98%;
  top: 1%;
	border-radius:13px;
  background-color: rgb(229, 237, 234, .8);
/*   border: 1px solid white; */
	flex: 1 auto;
	padding: 15px;
	
}
.slider-inner .item:first-child{
	margin-left:0 !important;
}
.slider-wrap .item img{
	max-width:75px;
}
.slider-wrap .item p:empty{
	display:none;
	margin-bottom:0 !important;
}
.slider-wrap .progress-bar {
  position: absolute;
  bottom: -50px;
/*   left: 0; */
  height: 10px;
width: 94vw;
  margin-left: 0px;
  border: 0px solid black;
	background-color:white;
  border-radius: 10px;
}
.slider-wrap .item:first-child{
margin-left:15px;	
}
.slider-wrap .item:last-child{
margin-right:15px;	
}
.prog-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #E2F4F9;
	opacity:.5;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slider::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.slider-wrap .slider {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.slider-inner {
  width: 300vw !important;
}

.slider{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
}
@media only screen and (max-width: 550px){
.slider-wrap {
/*   position: absolute;
  top: 10%;
  left: 5%; */
  width: 100%;
/* height: 200px;  */
  border: 0px solid rgb(0, 0, 0);
  cursor: grab;
}.slider {
overflow-x:scroll !important;
}
	.slider-inner {
  width: 485vw !important;
}
} 
@media only screen and (min-width: 550px){
	.slider-wrap .item {
	padding: 20px;
}
	.slider-wrap h4{
	font-size:30px;
	line-height:38px;
	}
		.slider-wrap .progress-bar {
 width: 94vw;
	}
/* 		.slider-inner {
  width: 280vw !important;
} */
	

}
@media only screen and (min-width: 1050px){
		.slider-inner {
  width: 180vw !important;
}
/* 	.slider-wrap {
  height: 400px;
} */
	
}
@media only screen and (min-width: 1450px){
	.slider-wrap .progress-bar {
 width: 97vw;
	}
		.slider-inner {
  width: 175vw !important;
}
/* 	.slider-wrap {
  height: 385px;
} */
}

@media only screen and (min-width: 1600px){

}