 .destinationsBanner {
  position: relative;
  background: #024489;
  height: 500px;
}

.destinationsBanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.destinationsBanner .breadSection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.breadcrumb {
  background: inherit;
  margin: 30px 0 50px;
  color: #fff;
  display: inline-block;
  width: 100%;
  position: static;
  opacity: 1;
  display: block;
  visibility: visible;
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
  margin: 0 6px;
}
.heading {
  font-size: 40px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #FFFFFF;
} 


.destinations-section {
  background: white;
  border-radius: 12px;
  padding: 30px;
  z-index: 1111;
  margin-top: -16%;
  margin-bottom: 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.text-sub {
  letter-spacing: 0.28px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  font-size: 28px;
  line-height: 20px;
  font-weight: 700;
  margin: 30px 0 10px !important;
}


.destinations-section .card-img-top {
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.destinations-section .card-title {
  letter-spacing: 0.18px;
  color: #000000;
  height: 58px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 9px;
}

.destinations-section .card-text {
  height:80px;
  letter-spacing: 0.16px;
  text-align: left;
  color: #5A5A5A;
  font-size: 16px;
  opacity: 1;
}

.explore-link {
  display: block;
  color: #CD2D91;
  font-weight: 500;
  text-decoration: none;
  width: 100px;
  border-radius: 50px;
  text-align: left;
  font-weight: 600;
} 


  .destinationDetail a {
  color: #ce2c93!important;
}




.more {
  margin: 20px auto;
  padding: 10px;
  box-shadow: 0px 3px 16px #0000000F;
  border: 1px solid #CD2D91;
  border-radius: 25px;
  width: 200px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background-position 0.4s ease-in-out;
  background: linear-gradient(to right, #CD2D91 0%, #CD2D91 50%, transparent 50%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 200% 100%;
  background-position: right bottom;
  opacity: 1;
}




.more:hover {
  color: #fff;
  background-position: left bottom;
}

.destinationDetail {
  padding: 50px 0;
}
.destinationDetail h6  {
  margin: 6px 0 20px;
  text-transform: capitalize;
  font-size: 16px;
}

 .destinationDetail p {
  font-size: 15px;
  margin: 0 0 11px;
  font-weight: 300;
  line-height: 24px;
}

.newDesGal { 
  margin: 10px 0 10px;
}
  .destinationDetail .row{
  margin: 0 0 10px;align-items: center;
}
.imagesNew img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  margin: 0 0 20px;
}

ul.icons-socails li.facebook {
  background-color: #1f4787;
  border-radius: 50%;
  border: 1px solid #1f4787;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 48px;
}

ul.icons-socails li {
  margin-bottom: 20px;
}

ul.icons-socails li.facebook img {
  width: 24px;
}

ul.icons-socails li img {
  width: 17px;
}
ul.icons-socails li.twitter {
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
}

ul.icons-socails li img {
  width: 17px;
}

ul.icons-socails li.instagram {
  background-color: #007bb6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
}

ul.icons-socails li.whatsapp {
  background-color: #3b9836;
  border-radius: 50%;
  border: 1px solid #3b9836;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 48px;
}

.newDesGal .psrel .img-full {
  margin-bottom: 0;
  height: 200px;
  object-fit: cover;
}


  .hotelDetailTop   .owl-prev, .dest .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  background: url(../images/leftArrow.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  font-size: 0;
  transform: translateY(-50%);
}


  .hotelDetailTop   .owl-next, .dest .owl-next  {
  position: absolute;
  top: 50%;
  right: -20px;
  background: url(../images/rightArrow.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  font-size: 0;
  transform: translateY(-50%);
}

.res-card {
  background: white;
  margin: auto auto 25px auto;
  width: 85%;
  padding: 10px;
  display: flex;
}

.res-card img {
  width: 180px;
  min-width: 180px;
  height: 128px;
  margin-right: 20px;
}

.res-card-details-container h3 {
  font-size: 18px;
  margin: 0;
}

.res-card .shortDetail {
  color: #777474;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detailBg {
  background-color: #f8f7fc;
}
.detailBg {
  display: flex;flex-wrap: wrap;
}

.detailBg .bestTime {
  flex: 3;
  border-right: 1px solid #d7d7d7;
}

.detailBg .det {
  font-size: 13px;
  margin-bottom: 0;
  color: #777474;
}

.detailBg .desc {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
}

.detailBg .travelcost {
  flex: 7;
  margin-left: 30px;
}

.detailBg .det {
  font-size: 13px;
  margin-bottom: 0;
  color: #777474;
}

.detailBg .desc {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
}

.main-wraper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}

 #main-container, .detail-breadcrumb   {
  width: 100%;
}




@media (min-width: 601px) {
  #res-card-mobile {
    display: none;
  }
}



.topInnerBanner {
  background-image: url("https://www.travelnags.com/img/tour-packages.jpg");
  height: 90px;
  margin: 0 0 30px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}

.res-card-details-container h3 {
  font-size: 18px;
  margin: 10px 0 10px;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}


.res-card .shortDetail  {
  color: #2b2828;
  font-size: 14px;
  margin: 0 0 19px;
}
.res-card .shortDetail a {
  color: #2b2828;
  font-size: 14px;
  margin: 0 0 19px;
}

.extraDetail .det {
  font-size: 15px;
  margin-bottom: 0;
  color:#0cae9e!important;
  font-weight: 600;
}



.list-wrapper {
  padding-top: 30px;
  margin-top: 20px;
}

.list-header {
  margin-bottom: 29px;
}


.list-content {
  margin-bottom: 42px;
}

.adventure .list-item-entry {
  position: relative;
}
.adventure .list-item-entry {
  margin-bottom: 60px;
}

.adventure-title {
  position: relative;
  top: -30px;
}


.adventure-title p {
  font-size: 18px;
  font-weight: 500;
}



.adventure .hotel-item.style-9 {
  border: 0;
  min-height: 185px;
}
.hotel-item.style-9 {
  border: 1px solid #ddd;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  cursor: auto;
  padding-bottom: 0px;
  border-radius: 1px 1px 1px 1px;
}

.adventure .hotel-item.style-9 {
  border-radius: 0;
}
.countryName {
  position: absolute;
  top: 33px;
  z-index: 99;
  background-color: #e2695d;
  color: #fff;
  padding: 5px 30px;
  font-size: 16px;
}

.list-content .table-view {
  float: none;
  display: table;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}

.adventure .table-view::before {
  content: "";
  background-color: #4491c1;
  width: 70%;
  position: absolute;
  min-height: 250px;
  right: 0;
  top: 5px;
}

.adventure .list-content .radius-top {
  width: 60%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
}

.radius-top {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cell-view {
  display: table-cell;
  vertical-align: middle;
}

.adventure .radius-top img {
  width: 100%;
  height: 200px !important;
  background-size: cover;
  display: block;
  border-radius: 0;
  border: 3px solid #fff;
}

.radius-top a span.watermark {
  position: absolute;
  left: 14px;
  bottom: 10px;
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 32px;
  opacity: 0.5;
  display: none;
}

.adventure .list-content .hotel-middle {
  width: 40%;
  padding-right: 15px;
  padding-left: 5px;
  border-radius: 0;
}


.hotel-item.style-9 .title.hotel-middle {
  width: 72%;
}
.hotel-item .title {
  position: relative;
  width: 100%;
  padding: 5px 10px 0;
    padding-right: 10px;
    padding-left: 10px;
}
.adventure .hotel-item.style-9 h4 {
  color: #fff;
}
.hotel-item.style-9 h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  margin: 15px 0 0 !important;
}

.adventure .hotel-item .title p {
  color: #fff;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0;
}

.description_bottom_adventure {
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}








