.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}

.travel-tips .card {
  cursor: grab;
}

.travel-tips h1, .travel-tips h2, .travel-tips h3, .travel-tips h4, .travel-tips h5, .travel-tips h6 {
  color: #3e4555;
}

.travel-tips .subtitle {
  line-height: 24px;
}

.travel-tips .tips1 .card-body {
  padding: 35px;
}

.travel-tips .tips1 .thumb {
  font-size:20px;
  font-weight:700;
  padding: 10px 20px 10px;
  padding-left: 90px;
  margin-left: -35px;
}

.travel-tips .tips1 .thumb .thumb-img {
  width: 60px;
  left: 20px;
  top: -10px;
}

.travel-tips .tips1 h5 {
  line-height: 30px;
  font-size: 18px;
}

.travel-tips .tips1 .devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  width: 100px;
}

.travel-tips .bg {
  background: #007bff;
}

.travel-tips .owl-theme .owl-dots .owl-dot.active span, .travel-tips .owl-theme .owl-dots .owl-dot:hover span {
  background: #316ce8;
}

.travel-tips .owl-nav {
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 20px;
}

.travel-tips .owl-nav button.owl-prev, .travel-tips .owl-nav button.owl-next {
  font: 400 30px Arial !important;
  float: none;
  left: 0;
  right: 0;
  margin: 0 20px;
}