.trip-gallery img{
width:100%;
height:100%;
object-fit:cover;
/* border-radius:10px; */
}

/* MOBILE SLIDER DEFAULT */
.trip-gallery .swiper-wrapper{
display:flex;
}

@media(min-width:768px){

.trip-gallery .swiper-wrapper{
display:grid;
grid-template-columns:2fr 1fr 1fr;
grid-template-rows:200px 200px;
gap:10px;
}

.big{
grid-row:span 2;
}

/* .trip-gallery .swiper-slide{
width:100% !important;
} */

}

@media (min-width:768px)  {
  .transparent-box {
    display: none;
  }
}

.caption {
  color: #fff;
  transition: transform .3s ease,opacity .3s ease;
  font-size: 14px;
  text-align: center
}

.caption i {
  font-size: 35px;
  display: block
}


 .transparent-box {
   display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color .3s ease;
  display: flex;
  justify-content: center;
  align-items: center
}


.all-radius {
  border-radius: 20px!important
}

.top-left-radius {
  border-top-left-radius: 20px!important;
  border-radius: 0
}

.top-right-radius {
  border-top-right-radius: 20px!important;
  border-radius: 0
}

.bottom-left-radius {
  border-bottom-left-radius: 20px!important;
  border-radius: 0
}

.bottom-right-radius {
  border-bottom-right-radius: 20px!important;
  border-radius: 0
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

@media (min-width: 320px) and (max-width: 768px) {
  .top-left-radius {
    border-top-left-radius: 0px!important;
    border-radius: 20px!important;
  }

  .top-right-radius {
    border-top-right-radius:20px!important;
    border-radius: 20px!important;
  }

  .bottom-left-radius {
    border-bottom-left-radiu: 20px!important;
    border-radius: 20px!important;
  }

  .bottom-right-radius {
    border-bottom-right-radis: 20px!important;
    border-radius: 20px!important;
  }
  .transparent-box{
    display: none;
  }
}

.cstm-card{
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2);
  border-radius: 15px;
  padding: 30px;
  margin: 0 0 30px;
}

.trip_title h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  color: #000;
}

.trips-info {
  background: #f4f6fc;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.td-info-icon {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.td-info-icon svg {
  max-width: 30px;
}
.td-info-text {
  text-align: start;
  margin-left: 7px;
}
.td-info-text span {
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
}
.td-info-text h4 {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 768px) {
  .trips-info {
      padding: 6px 3px;
      display: block;
      text-align: center;
  }
  .td-info-icon {
      width: 40px;
      margin: 6px auto;
  }
  .td-info-icon svg {
    max-width: 22px;
    height: 29.33px !important;
  }
  .td-info-text {
    text-align: center;
  }
  .td-info-text span {
    font-size: 8px;
    line-height: 12px;
  }
  .td-info-text h4 {
      font-size: 9px;
      line-height: 12px;
  }
  .cstm-card{
    padding: 12px;
  }
  .cstm-card .col-md-4.col-4 {
      padding: 0 5px !important;
  }

  .trip_title h1{
    font-size: 21px;
  }
}

.div-5-col {
  width: 15%;
  margin: 0 20px;
  display: contents;
}

.trips-info-2 {
    padding: 0 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.trips-info-2 .td-info-icon svg {
    max-width: 30px;
}

.trips-info-2 .td-info-text {
    width: 80%;
}

.trips-info-2 .td-info-text h4 {
    font-size: 15px;
    line-height: 25px;
}
.bottom_icons .td-info-text {
  text-align: start;
}

@media (min-width: 320px) and (max-width: 768px) {
    .div-5-col {
        width: 35%;
        margin: 0 8px;
        display: inline-block;
    }

    .trips-info-2 {
      padding: 0;
    }
    .trips-info-2 .td-info-icon {
      width: auto;
    }
    .trips-info-2 .td-info-icon svg {
        max-width: 22px;
    }
    .trips-info-2 .td-info-text h4 {
        font-size: 12px;
        line-height: 19px;
        margin: 0;
    }

}

.title_h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.short_text{
  font-size: 14px;
  font-weight: 400;
}

.cstm_a{
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.cstm_a i{
  font-size: 18px;
  font-weight: 600;
  color: #0a9e88;
}

@media (min-width: 320px) and (max-width: 768px) {
  .title_h3{
      font-size: 18px;
  }

  .short_text {
    font-size: 12px;
  }

  .modal-body{
    font-size: 12px;
  }
}

.inner_navbar{
  background: #f4f6fc;
  padding: 16px 12px;
  border-radius: 10px;
  margin: 0 0 30px;
}
.inner_navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

.inner_navbar ul li {
    display: inline;
    padding: 6px 22px;
}

.inner_navbar ul li a{
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  background-color: #f4f6fc;
  border: none;
}

.inner_navbar ul li.active{
  border-bottom: 2px solid #0a9e88;
}

.inner_navbar ul li.active a {
    color: #0a9e88;
}

@media (min-width: 320px) and (max-width: 768px) {
.inner_navbar ul {
    display: flex;
    overflow: auto;
}

.inner_navbar ul li {
    display: contents;
    padding: 6px;
}

.inner_navbar ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    white-space: nowrap;
    padding: 15px 8px;
}
}

.trip_itinerary .accordion{

}

.trip_itinerary .accordion-item {
  margin: 0 0 15px;
  border: 1px solid #b3b3b3;
  border-radius: 8px !important;
  padding: 10px;
}

.trip_itinerary .accordion-header {
  display: flex;
  align-items: center;
}

.trip_itinerary .day-no {
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s ease;
  background-color: #0a9e88;
  border: 2px solid #0a9e88;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  width: 15%;
}

.trip_itinerary .accordion-button div {
  font-weight: 500;
}

.trip_itinerary .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.trip_itinerary .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 320px) and (max-width: 768px) {
.trip_itinerary .accordion-item {
  padding: 5px;
}

.trip_itinerary .day-no {
  padding: 4px;
    margin: 5px;
    width: 30%;
    font-size: 11px;
}

.trip_itinerary .accordion-button {
padding: 6px;
width: 100%;
display: flex;
justify-content: space-between;
gap: 5px;
font-size: 12px;
line-height: 18px;
}

.trip_itinerary .accordion-body {
  font-size: 12px !important;
  line-height: 19px;
  padding: 0 0 12px;
}
}


ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.listing-item .list li {
    padding-left: 24px;
    margin-bottom: 15px;
    position: relative;
}


.listing-included .list li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    left: 0;
    content: "\f00c";
    font-size: 16px;
    top: 0px;
    color: #017745 !important;
}

.listing-notincluded .list li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    left: 0;
    content: "\f00d";
    font-size: 16px;
    top: 0px;
    color: #ff0000 !important;
}

@media (min-width: 320px) and (max-width: 768px) {
      .listing-item .list li {
        margin-bottom: 0px !important;
        font-size: 12px !important;
        line-height: 19px;
        padding: 0 20px 12px;
    }
}

.batch-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.w-100 {
    width: 100% !important;
}

.batch-list li {
    display: inline-block;
    width: 47%;
    margin: 6px;
}

.batch-det {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 10px;
}

.batch-det h5 {
    font-size: 15px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.batch-det .batch-btn button {
    background: #127c42;
    color: #fff;
    padding: 3px 8px;
    border-radius: 80px;
    font-size: 10px;
    line-height: 16px;
    border: none;
}

.batch-det .batch-btn.seats-Available button {
    background-color: #127c42;
}

.nav-pills .nav-link.active, .nav-pills .nav-link {
  color: #000;
  font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
  color: #0a9e88!important;
}


@media (min-width: 320px) and (max-width: 768px) {
    .batch-list {
        display: contents;
    }
}



@media (min-width: 320px) and (max-width: 768px) {
    .batch-list li {
        display: block;
        width: 100%;
        margin: 0 0 6px 0;
    }
}

.occupancy-price {
  /* box-shadow: 0 2px 8px 0 rgba(99, 99, 99, .2); */
  border-radius: 10px;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 20px;
}
.occupancy-price h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    margin: 0 0 6px;
}
.occu-price {
    text-align: right;
    margin-left: 15px;
}
.occu-price h4 {
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.occu-price span {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: #000;
    margin: 0;
    opacity: 80%;
    color: #0a9e88;
}
@media (min-width: 320px) and (max-width: 768px) {
    .occupancy-price {
        padding: 10px;
    }
}

.trip-price h4 {
  font-size: 38px;
  line-height: 45px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px;
}

.trip-price .crossed-price {
    font-size: 23px;
    line-height: 37px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.trip-price p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    margin: 0 0 25px;
}

.book-trip a, .trip-price button {
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 4px 12px;
    font-weight: 600;
    transition: all .3s ease;
    background-color: #0a9e88;
    border: 2px solid #0a9e88;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}
.book-trip a:hover, .trip-price button:hover {
    background-color: #fff;
    color: #0a9e88;
    border: 2px solid #0a9e88;
}

.sticky-packag-right {
    height: 100%;
    position: sticky;
    top: 88px;
    z-index: 9;
}

.sticky-packag-right {
    top: 70px;
}

.price-botm-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}

.price-botm-btns a, .price-botm-btns button {
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
    background-color: #fff;
    color: #0a9e88;
    border: 2px solid #0a9e88;
    display: block;
    text-align: center;
    width: 48%;
}

.price-botm-btns a:hover, .price-botm-btns button:hover {
    background-color: #0a9e88;
    border: 2px solid #0a9e88;
    color: #fff;
}

.popup-close-button{
  background: transparent;
border: none;
}
.popup-close-button i {
  font-size: 13px;
  font-weight: 900;
  background: #000;
  border-radius: 50%;
  padding: 5px 8px;
  color: #fff;
}

.job-form {
    border-radius: 15px;
    padding: 30px;
}
.text-center {
    text-align: center !important;
}
.job-form h5 {
    font-size: 16px;
    margin: 0 0 30px;
}

.input-icon {
    position: absolute;
    top: 11px;
    left: 20px;
    margin: 0;
}

.input-icon i, .select-icon i {
    font-size: 12px;
    color: #818181;
}

.cta-form .form-select, .cta-form input, .cta-form input[type=file], .cta-form input[type=number], .cta-form textarea, .job-form .form-select, .job-form input, .job-form input[type=file], .job-form input[type=number], .job-form textarea, input[type=file i] {
    background: #f4f6fc;
    border-radius: 60px;
    border: none;
    padding: 10px 20px 10px 40px;
    height: 50px;
    margin: 0 0 12px;
    font-size: 11px;
    color: #636363;
    width: 100%;
}

@media (min-width: 1367px) and (max-width: 1450px) {
    .input-icon {
        top: 8px;
    }
}

.cta-submit-btn {
    padding: 10px 80px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
    background-color:  #0a9e88;
    border: 1px solid  #0a9e88;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px 0 0;
}

.cta-submit-btn:hover{
  background-color:  #ffffff;
  border: 1px solid  #0a9e88;
  color: #0a9e88;
}
