.slide-container{
  max-width: 1120px;
  width: 100%;
  padding: 1px 0;
}
.slide-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 0px;
}
.card{
  border-radius: 1px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px;
}
.image-content {
  position: relative;
  row-gap: 0px;
  padding: 0px;
}
.overlay{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image {
  position: relative;
  height: 200px;
  width: 100%;
  border-radius: 0%;
  background: #FFF;
  padding: 0px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #4070F4;
}
.name{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}



.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
  display: none;
}


.itlocn {
  background: #1c81c5;
  color: #fff;
  padding: 6px;
  border-radius: 20px;
    font-size: 12px;
    margin-bottom: 5px;
  margin-top: 5px;
}
.itlocn1 {
  background: #fff;
  color: #000;
  padding: 6px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-size: 12px;
}
.itlocn2 {
  background: #c2d941;
  color: #fff;
  padding: 6px;
  border-radius: 20px;
    font-size: 12px;
}

.cta {
  background: #c1d840;
  padding: 70px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #1c81c5;
}

.blog-text {
	position: absolute;
	z-index: 9999;
	color: #d8f43f;
	background: #1b81c4;
	padding: 4px;
	top: 164px;
	border-radius: 14px 2px 2px 2px;
}