 
.parent{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.slider-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.slider-title h1 {
     font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 65px;
    margin-top: 20px;
    margin-bottom: 0;
  display: block;
}


.slider-btns {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.splide_prev, .splide_next {
    cursor: pointer;
    margin-left: 20px;
}

.splide__slide {
 	border: 4px solid #F4F4F4;
	border-radius: 20px;
	text-align: center;
 }
.splide__slide svg{
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 10px;
	color: #fff;
	z-index: 99;
	right: 10px;
}
.splide__slide img{
	position: relative;
	width: 100%;
	height: 230px;
	padding: 10px;
}
.carus_cover {
	background-color: #0000008C;
	opacity: 0.7;
	transition: background 0.3s, border-radius 0.3s, opacity 0.7s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;	
	z-index: 99;
	border-radius: 25px;
}

.carus_text{
   color: #555555;
   margin: auto;
  padding:0 20px;
}
.carus_text h1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
 }
.carus_text p{
	background: transparent url('checked.png') no-repeat scroll left;
	padding-left: 25px;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
	list-style: none;
	   text-align: left;
}
.splide {
    margin-top:10px;
 }


#second-slider {
	margin: 0 !important;
}
#second-slider .parent{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
#second-slider .splide__track{
	padding: 0;
}
#second-slider .slider-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#second-slider .slider-title h1 {
     font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 65px;
    margin-top: 20px;
    margin-bottom: 0;
  display: block;
}

#second-slider .splide__slide {
 	margin-top: 5px;
 	padding: 5px;
 }
#second-slider .splide__arrow{
	top: -13px;
	bottom: auto !important;
}

#second-slider ul.splide__list li img{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
 	z-index: 9;
 }
#second-slider .carus_text{
	position: relative;
	z-index: 999;
	color: #555555;
	top: 0;
	width: 1180px;
	right: auto;
	margin: auto;
	max-width: 100%;
	text-align: left;
	padding: 0 10px;
}
#second-slider .carus_text h1{
	font-size: 16px;
	font-weight: bold;
 }
#second-slider .carus_text p{
	font-size: 15px;
	font-weight: normal;
 }


#three-slider .parent{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

#three-slider .slider-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#three-slider .slider-title h1 {
     font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 65px;
    margin-top: 20px;
    margin-bottom: 0;
  display: block;
}

#three-slider .splide__slide {
	height: 200px;
	display: flex;
  align-items: center;
  }
@media only screen and (max-width:1200px) {
	#three-slider .splide__slide {
	height: 120px;
   }

}
#three-slider ul.splide__list li img{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 9;
	border-radius: 25px;
}
#three-slider .carus_text{
	position: relative;
	z-index: 999;
	color: #555555;
	top: 0;
	width: 1180px;
	right: auto;
	margin: auto;
	max-width: 100%;
	text-align: left;
	padding: 0 10px;
}
#three-slider .carus_text h1{
	font-size: 16px;
	font-weight: bold;
 }
#three-slider .carus_text p{
	font-size: 15px;
	font-weight: normal;
 }
#three-slider .splide__arrow{
	top: -13px;
	bottom: auto !important;
}



#four-slider .parent{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

#four-slider .slider-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#four-slider .slider-title h1 {
     font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 65px;
    margin-top: 20px;
    margin-bottom: 0;
  display: block;
}

#four-slider .splide__slide {
	height: 200px;
	display: flex;
  align-items: center;
  }
@media only screen and (max-width:1200px) {
	#four-slider .splide__slide {
	height: 120px;
   }

}
#four-slider ul.splide__list li img{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 9;
	border-radius: 25px;
}
#four-slider .carus_text{
	position: relative;
	z-index: 999;
	color: #555555;
	top: 0;
	width: 1180px;
	right: auto;
	margin: auto;
	max-width: 100%;
	text-align: left;
	padding: 0 10px;
}
#four-slider .carus_text h1{
	font-size: 16px;
	font-weight: bold;
 }
#four-slider .carus_text p{
	font-size: 15px;
	font-weight: normal;
 }
#four-slider .splide__arrow{
	top: -13px;
	bottom: auto !important;
}

.my-slider-progress-bar {
	display: none;
    height: 2px;
    margin-top: 45px;
     background: rgb(33,98,242);
	background: linear-gradient(347deg, rgba(33,98,242,1) 0%, rgba(10,217,67,1) 100%); 
}

@media only screen and (max-width:1200px) {
	.my-slider-progress-bar {
		display: block;
	}
}
.splide__track{
	padding: 20px 0;
}