.ui-slider {
    position: relative;
    text-align: left;
}
		.ui-slider-horizontal .ui-slider-handle {
    top: -1.3rem;
    margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}
		.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
		.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
		#time-range {
    width: 100%;
    margin: 3rem auto;
    color: #071938;text-align:center;
    font-weight: 700;
    box-shadow:rgb(172 186 200 / 10%) 0px 4px 8px 0px, rgb(172 186 200 / 10%) 0px 6px 20px 0px;border-radius:3rem;border:1px solid rgb(188, 233, 255);
}
.flags{padding:2rem 4rem;}
.slider-time,
.slider-time2,.slider-time3,.slider-time4,.slider-time5,.slider-time6 {
    font-weight:600;color:#fff;font-size:1.2rem;text-align:center;
}
.title{font-size:2.4rem;background: rgb(188, 233, 255);font-weight: 600;text-align: center;
    padding: 1rem;
    border-radius: 3rem 3rem 0 0;}
		.boxs {
    display: inline-block;
    width: 7.5rem;
    height: 7.5rem;
    line-height: 7.5rem;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 1rem;
    color: #222;text-align:center;
    margin: 1rem;
    box-shadow:rgb(172 186 200 / 10%) 0px 4px 8px 0px, rgb(172 186 200 / 10%) 0px 6px 20px 0px
}
.boxs img{border-radius: 10px;max-width: 100%;height: auto}
		.progress > .container {
    display: flex;
    gap: 3rem;
    flex-wrap: nowrap;
}
		.container {
    max-width: 1400px;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: auto;
    margin-left: auto;
}
		.ui-slider-handle:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
		.ui-slider-handle:focus-visible {
    border-color: #fff;
    outline: #fff auto 1px;
}
		
		#range-slider, #range-slider2, #range-slider3 {
    border: 0;margin: 4rem auto 2rem auto;
    background: #e3e4e8;
    border-radius:6px;height: 10px;width:80%
}
		.ui-slider-range{border: 0;
    border-radius: 6px;top: -2px !important;
    height: 14px !important;
    background: #dceaf8;}
		.ui-slider-handle {
    width: 32px;
    height: 32px;
    background: #3385d7;
    text-align: center;
    border-radius: 50%;
    z-index: 11;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
		.tick-slider-tick-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
		.tick-slider-tick {
    width: 2px;
    height: 10px;
    background-color: white;
}
@media only screen and (min-width:686px) and (max-width:1053px){
	.boxs{width: 6rem;
    height: 6rem;
		line-height: 6rem;margin:0.5rem}
	.progress > .container {
		gap: 2rem;}
	.flags{padding: 1rem}
}
@media only screen and (max-width:685px){
	.progress > .container{flex-wrap: wrap;gap:0}
	#time-range{margin: 0rem auto 2rem auto;}
}