.top_destination_sec {
  padding: 90px 0 20px 0;
}
.topdest_inn {
  position: relative;
  width: 100%;
  border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0px 0px 16px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,.15);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.15);
    transition: transform .3s ease-in-out;
    padding: 18px;
        border: 1px solid #cccccc5e;
        cursor: pointer;
}
.topdest_inn .image_thumb {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.economytop p.price span {
  position: relative;
  right: -3px;
}
.topdest_inn .image_thumb img {
  width: 90px!important;
  height: 90px;
  border-radius: 50%;
}
.headingtop {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headingtop h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.datetop {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.datetop date {
  font-size: 11px;
  color: gray;
  font-weight: 500;
}
.datetop p{
    margin-bottom: 0px;
    color: #ff6600;
    line-height: 10px;
    font-size: 12px;
    font-weight: 600;
}

.economytop {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.economytop date {
  color: #1e1e1e;
    font-size: 11px;
    font-weight: 600;
}

.economytop p.price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 0px;
    margin-bottom: 0px;
}
.economytop p.price svg {
  width: 20px;
  height: 20px;
}

.headingtop label {
 margin: 0;
    color: #252525;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}

.price span.person {
  color: #000000;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}
.headingtop h6 label {
  font-weight: 500;
  color: #252525;
  font-size: 12px;
  display: block;
  text-align: left;
  margin-bottom: 3px;
}
.headingtop h6:last-child label {text-align: right;}

.whychoose {
      padding: 20px 0 0px 0;
}
.top_destination_sec h2 {
        color: #3d5478;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 33px;
    position: relative;
    text-align: center;
}
.top_destination_sec h2:before {
        content: "";
    border-radius: 2px;
    background: #3d5478;
    display: block;
    height: 2px;
    width: 59px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 25px;
        transform: translateX(-50%);
}
.whychoose h2 {
      color: #3d5478;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 33px;
    position: relative;
    text-align: center;
}
.whychoose h2:before {
      content: "";
    border-radius: 2px;
    background: #3d5478;
    display: block;
    height: 2px;
    width: 59px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 25px;
        transform: translateX(-50%);
}
.whyinn {
    padding: 20px;
    background: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid transparent;
}
.whyinn p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}
.whyinn h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 6px;
    margin-bottom: 8px;
    display: block;
}
.whyinn picture {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ff7800;
    border-radius: 50%;
    margin: 0 auto 14px auto;
}
.whyinn:hover h3{transition: all .3s; color: #ff7a04;}
.whyinn:hover{background: #fff; border: 1px solid #ff7800;}

.read-more-container {
    position: relative;
    overflow: hidden;
    max-height: 1.5em; /* Approx 1 line */
    line-height: 1.5em;
    transition: max-height 0.3s ease;
  }

  .read-more-container.expanded {
    max-height: 1000px; /* Enough to show full content */
  }

  .read-more-toggle {
    color: blue;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
  }

  .read-more-overlay {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.5em;
    width: 100%;
    background: linear-gradient(to top, white, transparent);
    display: block;
  }

  .read-more-container.expanded .read-more-overlay {
    display: none;
  }

.top_destination_sec .owl-nav {
    position: absolute;
    right: 0px;
    top: -50px;
}
.top_destination_sec .owl-nav button.owl-prev {
    background: #ebebec !important;
    width: 40px;
    border-radius: 5px;
}
.top_destination_sec .owl-nav button.owl-next {
      background: #ebebec !important;
    width: 40px;
    border-radius: 5px;
    margin-left: 8px;
}
.top_destination_sec .owl-nav button:focus {outline: none;}
.top_destination_sec .owl-nav button span {
    font-size: 22px;
    height: auto;
    line-height: normal;
    display: inline-block;
}



.shows_routes {
    padding: 60px 0 50px 0;
    position: relative;
}
.shows_routes h2 { 
    color: #3d5478;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 33px;
    position: relative;
    text-align: center;
}

.shows_routes h2:before {
    content: "";
    border-radius: 2px;
    background: #3d5478;
    display: block;
    height: 2px;
    width: 59px;
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
}
.offers_sec img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.shows_routes .CardHome{
    margin-bottom: 30px;
    min-height: 215px;
    box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    position: relative;
    transition: all .3s;
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
    border-bottom: 2px solid #ff6600;
}
.shows_routes .CardHome:hover{
  box-shadow: 0 10px 18px rgb(0 0 0 / 10%);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background: #f5f5f5;
}
.shows_routes .CardHome p{margin-bottom: 0px; font-size: 13px; line-height: 24px;}
.shows_routes .CardHome span{
      font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.shows_routes .CardHome:hover span{color: #ff6600;}
.shows_routes .offers_sec ul.offer_list{margin-left: 25px;}
.shows_routes .offers_sec ul li{font-size: 14px; line-height: 28px;}
.shows_routes .offers_sec p{font-size: 14px;}

.top_destination_sec ul#pills-tab button.nav-link.active {
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
}

.top_destination_sec ul#pills-tab button.nav-link {
    background: gray;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 15px
}

.top_destination_sec ul#pills-tab button:focus {outline: none; box-shadow: none;}


@media screen and (min-width: 1025px) and (max-width: 1350px) {
  .shows_routes .CardHome{min-height: 240px;}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .top_destination_sec {
    padding: 40px 0 20px 0;
}
.shows_routes .CardHome{min-height: 290px;}
.whychoose {
  padding: 0px 0 0px 0;
}
.whyinn {padding: 8px; min-height: 200px;}
.whyinn h3 {font-size: 15px}

}



@media screen and (min-width: 768px) and (max-width: 1024px) {

.whyinn {padding: 10px; }
.whyinn h3 {font-size: 15px; line-height: 1.6}
.whyinn p {font-size: 14px}
.offers_sec h3 {font-size: 17px;}
.whychoose .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
}
.whyinn {
    padding: 10px;
    min-height: 160px;
    margin-bottom: 30px;
}
.top_destination_sec .owl-nav {top: -50px;}
.banner_title h2 {font-size: 27px;     margin: 0 0 15px;}
.top_destination_sec {
  padding: 30px 0 20px 0;
}
.whychoose {
  padding: 0px 0 0px 0;
}
.shows_routes {    padding: 20px 0 30px 0;}


}


@media screen and (min-width: 992px) and (max-width: 1024px) {
  .main div.tab_outer {
    height: 420px;
}

}


@media screen and (max-width: 767px) {
  .top_destination_sec h2 {font-size: 17px; text-align: left;}
.top_destination_sec h2:before {  transform: inherit; left: 0;}
.top_destination_sec { padding: 30px 0 0px 0;}
.whychoose { padding: 20px 0 0px 0;}
.whychoose h2 {font-size: 17px; text-align: left;}
.whychoose h2:before  {  transform: inherit; left: 0;}
.whyinn {padding: 15px; margin-bottom: 15px;}
.whyinn h3 {font-size: 16px;}
.whyinn p {font-size: 14px;}
.shows_routes { padding: 20px 0 20px 0;}
.shows_routes h2 {font-size: 17px; text-align: left;}
.shows_routes h2:before  {  transform: inherit; left: 0; display: none;}
.top_destination_sec ul#pills-tab button.nav-link.active{margin-right: 5px}
.top_destination_sec ul#pills-tab button.nav-link{margin-right: 5px}
.shows_routes .offers_sec p{font-size: 13px; line-height: 23px;}
.shows_routes .offers_sec ul li{font-size: 13px; line-height: 24px;}
.shows_routes h2{margin-bottom: 10px;}
.shows_routes .col-xs-12 {
  max-width: 100%;
  flex: 0 0 100%;
}
.offers_sec h3 {font-size: 15px;}

}


@media screen and (max-width: 449px) {

  .top_destination_sec ul#pills-tab button.nav-link.active {    font-size: 12px; margin-right: 5px}
   .top_destination_sec ul#pills-tab button.nav-link {    font-size: 12px; margin-right: 5px}
   .top_destination_sec ul#pills-tab {
    margin-bottom: 60px !important;}
    .shows_routes h2{margin-bottom: 10px;}
    .shows_routes .offers_sec p{font-size: 11px; line-height: 20px;}
    .shows_routes .offers_sec ul li{font-size: 11px; line-height: 22px;}
    .shows_routes .CardHome{min-height: auto;}
    .shows_routes .CardHome p{font-size: 12px; line-height: 22px;}



}