.mySwiper .swiper-pagination {
  /* display: flex; */
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}

.mySwiper {
  padding-bottom: 30px !important;
}

.mySwiper .swiper-wrapper {
  padding: 15px 0px;
}

.mySwiper .swiper-pagination-bullet {
  background: #27171450 0% 0% no-repeat padding-box;
  border-radius: 50px;
  opacity: 0.5;
  border-radius: 5px;
  border-radius: 10px;
  height: 4px;
  opacity: 1;
  width: 30px;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 40px;
  background: #271714 0% 0% no-repeat padding-box;
  border-radius: 50px;
}

.silder_btn {
  display: flex;
  margin-top: 30px;
}

.silder_btn .back_btn_holder {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #271714;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.silder_btn .back_btn_holder:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #271714;
}

.silder_btn .back_btn_holder .back_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.silder_btn .back_btn_holder .back_btn .icon {
  color: #fff;
  font-size: 11px;
}

.silder_btn .back_btn_holder:hover .back_btn .icon {
  color: #271714;
}

@media (min-width: 0px) and (max-width: 575px) {
  .silder_btn .back_btn_holder .back_btn .icon {
    font-size: 10px;
  }

  .silder_btn .back_btn_holder {
    width: 21px;
    height: 21px;
  }

  .silder_btn {
    margin-top: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .silder_btn .back_btn_holder .back_btn .icon {
    font-size: 10px;
  }

  .silder_btn .back_btn_holder {
    width: 21px;
    height: 21px;
  }

  .silder_btn {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .silder_btn .back_btn_holder .back_btn .icon {
    font-size: 10px;
  }

  .silder_btn .back_btn_holder {
    width: 21px;
    height: 21px;
  }

  .silder_btn {
    margin-top: 0px;
  }
}

/* ================ Travel Table ============ */

.travel_section {
  margin-top: 120px;
}

.travel_table {
  padding: 20px 0px;
}

.travel_table .table_wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  /* margin-top: 30px; */
}

.travel_table .cost_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.travel_table .cost_table th {
  background: #146a77;
  color: #fff;
  text-align: left;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #fff;
  text-align: center;
}

.travel_table .cost_table td {
  padding: 14px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 15px;
  text-align: center;
}

.travel_table .cost_table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.travel_table .cost_table tbody tr:hover {
  background: #f3f3f3;
}

@media (min-width: 0px) and (max-width: 768px) {
  .travel_table .cost_table {
    min-width: 700px;
  }
}

@media (min-width: 0px) and (max-width: 991px) {
  .travel_section {
    margin-top: 0;
  }
}

/* ================ Privacy Policy ============ */

.Privacy_Policy {
  position: relative;
  margin-bottom: 4%;
}

.Privacy_Policy .top_div {
  margin-top: 20px;
}

.Privacy_Policy .info_main_div {
  margin: 40px 0px;
}

.Privacy_Policy .info_main_div .title_text {
  color: #202020;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 40px;
}

.Privacy_Policy .info_main_div .descn_text {
  margin-bottom: 40px;
}

.Privacy_Policy .info_main_div .descn_text li,
.Privacy_Policy .info_main_div .descn_text {
  color: #202020;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.Privacy_Policy .bg_holder {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.Privacy_Policy .bg_holder .bottom_bg {
  width: 100%;
  height: 100%;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Privacy_Policy .info_main_div .descn_text {
    margin-bottom: 30px;
  }

  .Privacy_Policy .info_main_div {
    margin-top: 20px;
  }

  .Privacy_Policy .info_main_div .descn_text li,
  .Privacy_Policy .info_main_div .descn_text {
    font-size: 12px;
  }

  .Privacy_Policy .info_main_div .title_text {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .Privacy_Policy .info_main_div .descn_text li,
  .Privacy_Policy .info_main_div .descn_text {
    font-size: 13px;
  }

  .Privacy_Policy .info_main_div .title_text {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .Privacy_Policy .info_main_div .descn_text li,
  .Privacy_Policy .info_main_div .descn_text {
    font-size: 14px;
  }

  .Privacy_Policy .info_main_div .title_text {
    font-size: 20px;
  }
}
