.ftco-destination .owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
  position: relative; }

.destination {
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .destination {
      margin-bottom: 30px; } }
  .destination .img {
    display: block;
    height: 300px; }
  .destination .img-2 {
    height: 200px; }
  .destination .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .destination .icon span {
      color: #000000; }
  .destination:hover .icon {
    opacity: 1; }
  .destination .text {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    background: #fff; }
    .destination .text h3 {
      font-size: 18px; }
      .destination .text h3 a {
        color: #000000; }
    .destination .text span.listing {
      font-size: 14px; }
    .destination .text .rate i {
      font-size: 10px;
      color: #f85959; }
    .destination .text .rate span {
      padding-left: 5px;
      font-size: 10px; }
    .destination .text .one {
      width: calc(100% - 70px); }
    .destination .text .two {
      width: 70px;
      text-align: right; }
      .destination .text .two .price {
        font-weight: 400;
        font-size: 18px;
        color: #2f89fc; }
      .destination .text .two .per-price {
        font-size: 20px;
        line-height: 1.4; }
        .destination .text .two .per-price small {
          font-size: 12px; }
    .destination .text .days span {
      font-size: 13px;
      color: black; }
    .destination .text .bottom-area {
      margin-bottom: 0; }
      .destination .text .bottom-area span {
        font-size: 14px; }
        @media (min-width: 768px) {
          .destination .text .bottom-area span:last-child {
            margin-left: 5px; } }
        .destination .text .bottom-area span:last-child a {
          background: #8bc34a;
          color: #fff;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          padding: 3px 5px; }
          .destination .text .bottom-area span:last-child a:hover {
            background: #8bc34a;
            color: #fff; }