html,body {
    /* font-size: 15px !important; */
}
/* Slick Slider Custom Styles */
  .slick-prev,
  .slick-next {
      width: 40px !important;
      height: 40px !important;
      /* background: rgba(255, 255, 255, 0.9)!important; */
      border-radius: 50%!important;
      z-index: 1!important;
      transition: all 0.3s ease!important;
      border: none!important;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)!important;
  }

  .slick-prev {
      left: 10px!important;
  }

  .slick-next {
      right: 10px!important;
  }

  .slick-prev:hover,
  .slick-next:hover {
  
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)!important;
  }

  .slick-dots {
      bottom: 10px!important;
  }

  .slick-dots li button:before {
      color: #fff!important;
      opacity: 0.5!important;
  }

  .slick-dots li.slick-active button:before {
      color: #fff!important;
      opacity: 1!important;
  }
  .featured_egitimler img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
  }
  .bg-body{
    background-color: #F4F6FA !important;
  }
  .form-check.form-check-dark .form-check-input{
    border: 1px solid #000;
  }
  .form-check.form-check-dark .form-check-input:checked {
    background-color: #000;
    
  }
  .img_box {
    width: 100%;
    padding: 5px;
    height: 200px;
    border: 1px solid #f2efef;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }