a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.content {
  padding: 1rem 0;
}


.carousel-top-text {
  font-weight: 600;
  color: black;
  margin-bottom: -2px;
}

.carousel-para {
  font-weight: 400;
  color: black;
}

.carousel-top-head {
  font-weight: 500;
  color: black;
}

.carousel-card-heading {
  font-weight: 600;
}

.svg-icon-color {
  stroke: black;
}


/* Hide all content by default */
.debit-card-content,
.credit-card-content {
  display: none;
}

/* Show only active content */
.debit-card-content.active,
.credit-card-content.active {
  display: flex;
}


.line {
  text-align: center;
  border: 2px solid #EA6E01;
  width: 225px;
  margin: 0 auto;
}

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
}

.owl-1 .owl-nav .owl-next,
.owl-1 .owl-nav .owl-prev {
  border: 1px solid red;
  z-index: 92;
  position: absolute;
  top: 50%;
}

.owl-1 .owl-nav .owl-next:active,
.owl-1 .owl-nav .owl-next:focus,
.owl-1 .owl-nav .owl-prev:active,
.owl-1 .owl-nav .owl-prev:focus {
  outline: none;
}

.owl-1 .owl-nav .owl-next span,
.owl-1 .owl-nav .owl-prev span {
  color: #fff;
}

.owl-1 .owl-nav .owl-next span:before,
.owl-1 .owl-nav .owl-prev span:before {
  font-size: 40px !important;
}

.owl-1 .owl-nav .owl-next {
  border: 4px solid blue;
  right: 20px;
}

.owl-1 .owl-nav .owl-prev {
  left: 20px;
}

.owl-1 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-1 .owl-dots .owl-dot {
  background: none;
  display: inline-block;
}

.owl-1 .owl-dots .owl-dot>span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 4px;
}

.owl-1 .owl-dots .owl-dot.active>span {
  background: white;
}

.owl-1 .owl-dots .owl-dot:active,
.owl-1 .owl-dots .owl-dot:focus {
  outline: none;
}
.media-29101{
  background-color:#F4F4F4 ;

}
.card-slider{
  background-color:#F4F4F4 ;
  border-radius: 10px;
}
.media-29101 .img {
  -webkit-box-flex: 0;
  padding: 100px 60px;
  display: flex;
  justify-content: center;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.media-29101 .text {

  padding: 88px 50px;
}

@media (max-width: 991.98px) {
  .media-29101 .img {
    padding-top: 10px;
  }
}

@media (max-width: 650px) {
  .media-29101 .img {
    padding: 0 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  /* .media-29101 .img {
      padding: 40px;
} */

  .media-29101 .text {

    padding: 20px;
  }

  .media-29101 .text {
    padding: 20px;
    width: 100%;
  }
}

.media-29101 .text .category {
  color: #adb5bd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2rem;
}

.media-29101 .text h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.media-29101 .text h2 a {
  color: #000;
}

.carousel-nav {
  width: 100%;
}

.carousel-nav a {
  color: #999;
  padding: 20px;
  text-align: center;
  display: inline-block;
}

.carousel-nav a:hover {
  color: #000;
}

.carousel-nav a.active {
  color: #000;
}

.carousel-nav a.active:before {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  border-bottom: 1px solid #000;
}

.btn-group {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.filter-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  color: black !important;
  background-color: lightgray;
  margin-right: 10px;
}

.filter-btn.active {
  background: linear-gradient(0deg, rgba(0, 135, 186, 1) 0%, rgba(0, 174, 239, 1) 100%) !important;
  color: white !important;

}

.card-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.card-container {
  display: flex;
  transition: transform 0.3s ease;
  background-color: #F4F4F4;
    border-radius: 10px;
    padding: 10px;
}

.card {
  flex: 0 0 98%;
  /* padding: 20px; */
  border: none;
  border-radius: 10px;
  margin: 10px;
  box-sizing: border-box;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.nav-button.prev {
  left: 10px;
  color: black;
}

.nav-button.next {
  color: black;
  right: 10px;
}