#boat_card_tbg {
  margin: 0 0 20px 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.16) !important;
  background-color: #fff !important;
  position: relative !important;
  cursor: pointer;
  height: unset !important;
  width: unset !important; }

#boat_card_tbg:hover {
  transform: scale(1.01); }

.boat_card .carousel-item img.card-img-top {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px 20px 0 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #fff;
  background-image: none;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px; }
