.discussion_heading {
  padding-bottom: 20px;
}
.discussion_heading h1 {
  color: #1a1a1a;
  font-size: 28px;
  text-transform: uppercase;
}
.discussion_heading p {
  color: #444;
  text-align: justify;
}
.disc_page thead {
  background-color: #475363;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
}
.disc_page table td a {
  text-decoration: underline;
  color: initial;
  text-decoration-color: #999999;
}
.disc_page table td img {
  max-width: 80px;
  border-radius: 3px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --font: "Poppins", sans-serif;
  --primaryColor: #1a1a1a;
  --secondaryColor: rgb(42, 156, 190);
}
/* tour-detail */
.detail {
  padding: 40px 50px;
  background-color: #f7f7f7;
}
.name p {
  font-size: 18px;
  font-weight: 500;
  color: #7e7e81;
}
.name p span {
  color: var(--secondaryColor);
}
.tour-ul {
  list-style: none;
}
.tour-ul ul li {
  display: inline-flex;
  padding-right: 40px;
}
.tour-ul p span {
  color: #9e9e9e;
  font-size: 16px;
}
.tour-ul p {
  color: var(--primaryColor);
  font-size: 17px;
  font-weight: 600;
}
.tour-ul .tour-ul-icon {
  color: var(--secondaryColor);
  font-size: 45px;
  padding-right: 10px;
}
.bor {
  border-right: 1px solid #ebe6de;
}
.share {
  color: var(--primaryColor);
  background-color: #f7f7f7;
  padding: 8px 12px;
  border: none;
  border-radius: 7px;
}
.share:hover {
  background-color: var(--secondaryColor);
  color: #fff;
}
.tour-dee {
  margin: 5% 0;
}
.tour-para {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-top: 2px solid #445577;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
  padding: 40px 20px;
}
.tour-para h1 {
  color: var(--primaryColor);
  font-size: 26px;
  padding-bottom: 20px;
}
.tour-para h2 {
  color: var(--primaryColor);
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.tour-para h3 {
  color: var(--primaryColor);
  font-size: 1.1rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.tour-para p {
  font-weight: 500;
  font-size: 16px;
  color: #787780;
  line-height: 30px;
}
.tour-para h5 {
  color: var(--primaryColor);
  font-size: 26px;
  margin-top: 40px;
}
.tour-para .heading h2 {
  font-size: 1.4rem;
}
.in-ul ul {
  list-style: none;
  padding: 28px 0;
}
.in-ul ul li {
  font-weight: 500;
  font-size: 16px;
  color: #787780;
  line-height: 33px;
}
.in-icon {
  color: var(--secondaryColor);
}
.ex-icon {
  color: var(--primaryColor);
}
.tab-wrap .title {
  font-size: 21 px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.tab-wrap .tab-item-wrap i {
  font-size: 18px;
}
.tab-wrap .tab-item-wrap.active i {
  color: var(--secondaryColor);
}

.tab-wrap .tab-item-wrap.active {
  background-color: #f7f7f7;
}

.tab-wrap .tab-item-wrap {
  margin: 0 0 15px;
  background-color: transparent;
  -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 6%),
    0 1.2px 3.6px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 15px 0 rgb(0 0 0 / 6%), 0 1.2px 3.6px rgb(0 0 0 / 10%);
  padding: 5px 15px;
  border-radius: 8px;
}

.tab-wrap .content {
  display: none;
}

.tab-wrap .tab-item-wrap.active .content {
  display: block;
}

.tab-wrap {
  margin-top: 50px;
}
.rating-form {
  padding: 0 !important;
}
.update {
  border: 1px solid #ebe6de;
  border-radius: 8px;
  padding: 20px 20px;
}
.update img {
  border-radius: 7px;
}
.update h4 {
  color: #787780;
}
.update p {
  font-size: 18px;
  font-weight: 500;
  color: var(--primaryColor);
  margin: 0;
}
.update p span {
  font-size: 16px;
  color: var(--secondaryColor);
}
.book-now {
  background-color: var(--secondaryColor);
  color: #fff;
  padding: 6px 37px;
  border: 2px solid var(--secondaryColor);
  font-weight: 500;
  border-radius: 10px;
  transition: 0.6s;
  text-decoration: none;
  text-transform: uppercase;
  height: 45px;
  letter-spacing: 1px;
  width: 100%;
}
.book-now:hover {
  background-color: transparent;
  color: var(--secondaryColor);
  border: 2px solid var(--secondaryColor);
  text-decoration: none;
}
.travel-info {
  background-color: #f7f7f7;
  padding: 35px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 13px;
}
.travel-info h4 {
  font-size: 25px;
}
.travel-info img {
  border-radius: 6px;
}
.travel-info h6 {
  font-size: 18px;
  padding-top: 40px;
  color: var(--primaryColor);
}
.travel-info .travel-name {
  color: var(--secondaryColor);
  font-weight: 600;
}
.arrival-info {
  border: 1px dotted #ebe6de;
  margin-top: 15px;
  background-color: #ffd1ca9e;
  border-radius: 17px;
  padding: 11px;
}
.arrival-info p {
  font-weight: 600;
  color: var(--primaryColor);
  text-align: center;
  font-size: 15px;
}
.arrival-info p span {
  font-size: 25px;
}
.arrival-icon {
  font-size: 35px;
  color: #fff;
  margin-top: 28px;
}
.adult-sec {
  border-left: 1px dotted #ebe6de;
}
.adults {
  font-size: 18px;
  padding-top: 18%;
  margin: 0px;
}
.customer-info {
  border: 1px solid #ebe6de;
  padding: 20px 10px;
  border-radius: 8px;
  margin-top: 15px;
}
.free-cancellation {
  font-weight: 600;
  color: var(--secondaryColor);
}

v.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  display: none;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.rate {
  padding-left: 20px;
  color: #6a6a6a;
}
.link-destination {
  text-decoration: none;
  font-size: 24px;
  color: var(--primaryColor);
  font-weight: 600;
}
.link-destination:hover {
  color: var(--secondaryColor);
  text-decoration: none;
}

.position-absolute {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.shifft {
  padding-left: 90px;
}
.position-sticky {
  position: fixed !important;
}
.position-relative {
  position: relative;
  height: 740px;
}
table {
  background-color: #f7f7f7;
  box-shadow: rgb(0 0 0 / 35%) 0px 0px 13px;
  border-radius: 8px;
}
.td-color {
  background-color: #ffd1ca9e;
}
.table th {
  padding: 12px 49px;
}
.table td {
  padding: 12px 25px;
  text-align: center;
}
.table thead th {
  padding: 12px 49px;
  text-align: center;
}
.tour-list {
  background: #f7f7f7;
  padding: 40px;
  border-radius: 8px;
}
.tour-list input,
select,
textarea {
  background-color: #fff;
  padding: 16px 15px;
  border-radius: 7px;
  border: none;
  margin: 7px 0;
  width: 100%;
}

.tour-list button,
input[type="submit"] {
  background-color: transparent;
  color: var(--secondaryColor);
  padding: 6px 37px;
  border: 2px solid var(--secondaryColor);
  font-weight: 500;
  border-radius: 35px;
  transition: 0.6s;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
}

.tour-list button:hover,
input[type="submit"]:hover {
  background-color: var(--secondaryColor);
  color: #fff;
  border: 2px solid var(--secondaryColor);
  text-decoration: none;
}
.tour-rev h6 {
  font-size: 23px;
  margin-top: 8px;
}
.tour-rev h6 span {
  font-size: 18px;
  color: var(--secondaryColor);
}
.blog_posts_an {
  width: min(1200px, 100%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}

.post_an {
  width: calc(33% - 10px);
  overflow: hidden;
}

.post_img_an {
  width: 100%;
  border-radius: 6px;
  transition: 0.3s linear;
}

.post_content_an {
  background-color: #ffffffdd;
  margin: 0 20px;
  padding: 30px;
  border-radius: 6px;
  transform: translateY(-60px);
  transition: 0.3s linear;
}
.post_content_an:hover {
  border-bottom: 3px solid var(--secondaryColor);
}

.post_content_an h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.date {
  font-size: 15px;
  font-style: italic;
  color: var(--secondaryColor);
  font-weight: 600;
}

.post_an:hover .post_img_an {
  transform: translateY(20px);
}

.post_an:hover .post_content_an {
  transform: translateY(-80px);
}
.reply {
  display: flex;
}
.reply img {
  width: 80px;
  border-radius: 3px;
}
.reply h3 {
  padding-left: 10px;
}
.reply h3 span {
  font-size: 14px;
  color: var(--primaryColor);
}

@media screen and (max-width: 1200px) {
  .blog_posts_an {
    justify-content: center;
  }
  .post_an {
    width: min(600px, 100%);
  }
}

@media screen and (max-width: 768px) {
  .post_an .post_img_an {
    width: 90%;
    margin-left: 16px;
  }
}

/*blog*/
@media (max-width: 1024px) {
  .hide {
    display: none;
  }
}
@media (max-width: 780px) {
  .hide {
    display: none;
  }
}
