/* @import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700&display=swap'); */

.bg-color {
  background-color: #f6f6f6;
}

/* 
.tour-ban-main {
    position: relative;
    margin: 0 auto;
    padding: 0
}

.tour-ban1 {
    position: relative;
    margin: 0 auto;
    padding: 0
}

.tour-ban1 h1 {
    position: absolute;
    content: "";
    bottom: 40px;
    left: 156px !important;
    right: 0;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 100px;
    font-weight: 700;
    color: #fff
} */

/*.tour-ban h1 .rameshwarm1{position: absolute;content: ""; bottom: -22px; left:7px; right: 0; margin: 0 auto; display: block;font-size: 30px}
.tour-ban h1 .kanyakumari{position: absolute;content: ""; bottom: -22px; left:258px; right: 0; margin: 0 auto; display: block;font-size: 30px}*/

.tab-bg {
  background-color: #f1f1f1;
}

.tab-bg svg {
  display: block;
  text-align: center;
  width: 100% !important;
}

.cards-container {
  position: relative;
  margin: 50px 0;
  background-color: #fff;
  padding: 0;
}

/* Center website */
.cards-container .mainCont {
  padding: 15px;
}

/* 
.cards-container .row {
    margin: 0px 0;
}

Add padding BETWEEN each column
.cards-container .row {
    margin: 0 0 25px 0
}

Create three equal columns that floats next to each other
.cards-container .column {
    float: left;
    width: 33.33%;
    display: none;
    Hide all elements by default
}

Clear floats after rows
.cards-container .row:after {
    content: "";
    display: table;
    clear: both;
} */

/* The "show" class is added to the filtered elements */
.cards-container .show {
  display: block;
}

/* Content */
/* .cards-container .content {
    background-color: white;
    padding: 10px;
} */

/* .cards-item {
    position: relative;
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 100%
} */

.tab-bg .btn {
  border: none;
  outline: none;
  padding: 12px 50px;
  background-color: transparent;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #5a5a5a;
}

.tab-bg .btn:hover {
  background-color: #e0e0e0;
  color: #212121;
}

.tab-bg .btn.active {
  background-color: #fff;
  color: #0090d1;
  border-top: 2px solid #0090d1;
  border-radius: 0;
}

.tour-list-card {
  background: #fff;
  margin: 0;
  transition: all 0.3s ease;
  border: 1px solid #f2f2f2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.149);
  height: 100%;
  border-radius: 20px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.tour-col {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.tour-col.show {
  display: block;
}

.tour-list-card .card-img-cont {
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
  position: relative;
}

.tour-list-card .card-img-top {
  margin: 0px;
  transition: all 0.5s ease;
}

.tour-list-card .card-img-cont:hover img {
  transform: scale(1.05);
}
.tour-list-card .card-img-cont .dn-info {
  font-size: 14px;
  line-height: 18px;
  color: #7a7a7a;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: absolute;
  padding: 2px 4px;
  background: #ffffff;
  border: 1px solid #2e2e2e;
  border-radius: 4px;
  bottom: 10px;
  right: 10px;
}
.card-text.tour-desc {
  margin: 0px 0px 20px 0px;
}

.tour-list-card .card-body {
  padding-bottom: 75px;
}

.tour-list-card .card-title {
  font-size: 21px;
  line-height: 22px;
  color: #0090d1;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-text.tour-desc .other-details {
  position: relative;
  margin: 0 0 15px 0;
}

.card-text.tour-desc .other-details.bg-sec {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 8px 12px;
}

.card-text.tour-desc .other-details h4 {
  margin: 0px 0px 5px 0px;
  color: #212121 !important;
  font-size: 16px;
  font-weight: 700;
}

.other-details ul.depature-dates {
  list-style: none;
  padding: 0;
  margin: 0;
}

.other-details ul.depature-dates li {
  display: inline-block;
  margin: 0 0 7px 4px;
  font-size: 16px;
  line-height: 16px;
  color: #212121;
  font-weight: 500;
}

.other-details ul.depature-dates li p {
  margin: 0 auto;
  color: #212121;
  font-size: 20px;
  text-align: left;
  background-color: transparent;
  display: inline-block;
  font-weight: normal;
}

.other-details ul.depature-dates li span {
  display: inline-block;
  color: #5a5a5a;
  margin: 0;
  font-weight: 400;
}

.card-text.tour-desc .destination-info p {
  position: relative;
  margin: 0px 0px 10px 0px;
  color: #5a5a5a !important;
  font-size: 14px;
}

.other-details .tour-price {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;

  /*  */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.other-details .tour-price .tour-price-left {
  width: 50%;
  border-right: 1px solid #e5e9eb;
}

.other-details .tour-price .tour-price-right {
  width: 50%;
  text-align: right;
}
.other-details .tour-price small {
  font-size: 14px;
  font-weight: 500;
  color: #5a5a5a;
  display: block;
  padding: 0 0 0 0px;
  margin: 0 0 0 0;
  line-height: 14px;
  font-family: "Montserrat", sans-serif;
}
.other-details .tour-price .note {
  /* color: #904fd7; */
  color: #6c757d;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.other-details .tour-price .rupees {
  font-size: 14px;
  font-weight: 500;
  color: #5a5a5a;
  margin: 0px 3px 0px 0px;
}

.other-details .tour-price svg {
  font-size: 16px;
}

/* Style the buttons */
.card-body .btn-next {
  border: none;
  background: #0090d1;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  /* width: 100%; */

  position: absolute;
  bottom: 18px;
  left: 80px;
  right: 80px;
  padding: 8px 20px;
}

.other-details.price-bottom {
  position: absolute;
  bottom: 18px;
  left: 0px;
  right: 0px;
  padding: 0px 15px;
}

.card-body .btn-next:hover {
  background: #0679af;
}

.card-body .btn-next:focus {
  outline: 0;
  box-shadow: none;
}

.card-text.tour-desc .tour-place1 {
  color: #000;
}

.card-text.tour-desc1 h4 a {
  color: #888 !important;
}
@media screen and (max-width: 1240px) {
  .other-details .tour-price {
    font-size: 17px;
  }
  .other-details .tour-price .rupees {
    font-size: 12px;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
  .other-details .tour-price .tour-price-left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e5e9eb;
  }

  .other-details .tour-price .tour-price-right {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 1023px) {
  .card-body .btn-next {
    left: 40px;
    right: 40px;
    padding: 8px 14px;
  }
  .other-details .tour-price .tour-price-left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e5e9eb;
    padding-bottom: 7px;
  }
  .other-details .tour-price .tour-price-right {
    width: 100%;
    text-align: left;
  }
  .tour-list-card .card-body {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 880px) {
  .cards-container .mainCont {
    padding: 0px;
  }

  .tab-bg {
    background-color: #f1f1f1;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .tab-bg .btn {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .tour-list-card .card-body {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 767px) {
  .card-body .btn-next {
    left: 40px;
    right: 40px;
    padding: 8px 14px;
  }
  .tour-list-card .card-body {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 420px) {
  .tab-bg {
    flex-wrap: wrap;
  }
}
