.new-feature-cards-container>div {
  display: flex;
  justify-content: center;
  padding: 20px 40px;
}


.other-claims-cmp .cards-container {
  max-width: 602px;
  padding: 22px 49px;
  width: 100%;
  box-shadow: 1px 0px 24px 20px #0000000D;
  border-radius: 24px;
  display: flex;
  height: 202px;
  align-items: center;
}

.other-claims-cmp .card-title {
  font-size: 20px;
  font-family: 'Raleway';
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1px;
  margin-bottom: unset;
}

.other-claims-cmp .slick-slide {
  margin: 12px;
}

.other-claims-cmp .slick-dots li button:before {
  font-size: 17px;
}

.other-claims-cmp .card-title-wrapper {
  display: flex;
  gap: 16px;
}

.card-content-wrapper .card-content {
  display: flex !important;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.card-content-wrapper .card-content img {
  height: 33px;
  width: 27px;
}

.card-content-wrapper.cards-container .claim-card>.card-content:first-child {
  padding-left: 0;
}

.card-content-wrapper.cards-container .slick-slide:nth-child(odd) .card-content {
  padding-right: 24px;
  border-right: 1px solid #A3E2C1;
}

.card-content-wrapper.cards-container .claim-card {
  display: flex !important;
}

.card-content-wrapper.slick-dotted.slick-slider {
  margin-bottom: unset;
}
/* disabled slick dots hover  */
.slick-dots li button {
  pointer-events: none;
}
/* disabled slick dots hover  */

.other-claims-cmp .feature-cards-container .card-content-wrapper .slick-prev{
	height: 30px;
    width: 30px;
    border: 1px solid #0A6735;
    border-radius: 50%;
    z-index: 2;
    left:13px

}

.other-claims-cmp .feature-cards-container .card-content-wrapper .slick-next{
	height: 30px;
    width: 30px;
    border: 1px solid #0A6735;
    border-radius: 50%;
    z-index: 2;
    right:12px

}

.other-claims-cmp .feature-cards-container .card-content-wrapper .slick-next:before{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../../../../../../content/dam/iffcotokio/iffco-images/home-page-rewamp/green-right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';

}

.other-claims-cmp .feature-cards-container .card-content-wrapper .slick-prev:before{
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../../../../../../content/dam/iffcotokio/iffco-images/home-page-rewamp/green-right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    transform: rotate(180deg);

}


@media screen and (max-width: 768px) {
  .new-feature-cards-container>div {
    padding: 32px 16px;
  }

  .other-claims-cmp .cards-container {
   /* padding: 91px 0px 91px 27px !important;*/
    height: 125px;
  }

  .other-claims-cmp {
    max-width: 330px;
    width: 100%;
    margin-top: 32px;
  }

  /*.other-claims-cmp .card-title-wrapper {
      gap: 8px;
  }*/

  .card-content-wrapper .card-content {
    padding: unset;
  }

  .other-claims-cmp .slick-track {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .card-content-wrapper.cards-container .slick-slide .card-content {
    border-right: unset;
  }

    .card-content-wrapper.cards-container .slick-slide:nth-child(odd) .card-content{
border-right: unset;

}


  .other-claims-cmp .card-title {
    font-size: 16px;
  }


  .card-content-wrapper.cards-container .slick-slide:last-child .card-content {
    border-right: unset;
  }

.other-claims-cmp .feature-cards-container .card-content-wrapper .slick-prev{
	height: 25px;
        width: 25px;
        border: 1px solid #0A6735;
        border-radius: 50%;
    	left:9px;

}

.other-claims-cmp .feature-cards-container .card-content-wrapper .slick-next{
height: 25px;
        width: 25px;
        border: 1px solid #0A6735;
        border-radius: 50%;
    	right:10px;

}

.other-claims-cmp .feature-cards-container .card-content-wrapper .slick-next:before,.other-claims-cmp .feature-cards-container .card-content-wrapper .slick-prev:before{
width: 20px;
        height: 20px;
}



}