.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: 100%; }

.card-title {
  margin-bottom: 0.75rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.35; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.usp:hover {
  box-shadow: 0 21px 20px 0 rgba(52, 62, 100, 0.1);
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out; }

.usp-card img {
  height: 4.063rem; }

.offer-card {
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .offer-card img {
    width: 100%;
    height: 125px; }
  .offer-card .card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 130px; }

.offer-card-btn {
  float: right !important; }

.so-card {
  border-radius: 2px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .so-card img {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
  .so-card .card-title {
    font-size: 1rem; }
    .so-card .card-title a {
      color: #000; }
  .so-card .card-text {
    font-size: 0.813rem; }
  .so-card .card-cnt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .so-card a,
  .so-card button {
    font-size: 1rem;
    font-weight: 900;
    color: #faa821; }
  .so-card button {
    background-color: transparent;
    border: none; }
    .so-card button:hover {
      text-decoration: underline; }
    .so-card button:focus {
      outline: 0;
      box-shadow: none; }

.so-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.so-h .so-card img {
  max-height: 8rem;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.tr-card {
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f1f1f1; }
  .tr-card:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }
  .tr-card img {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem; }
  .tr-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25; }
  .tr-card h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    line-height: 1.25; }
  .tr-card p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #5e5e5e; }
  .tr-card div.d-flex {
    gap: 30%;
    align-items: flex-end; }
    .tr-card div.d-flex p {
      margin-bottom: 0; }

.nu-card img {
  margin-right: 0.5rem;
  width: 3.8rem;
  height: 3.8rem; }

.nu-card h6 {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.75; }

.nu-card .card-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5e5e5e;
  margin-bottom: 1rem; }

.ptr-card {
  flex-direction: row !important;
  min-height: 5rem;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #f1f1f1; }
  .ptr-card img {
    width: 5rem;
    height: 100%;
    object-fit: cover;
    object-position: top; }
  .ptr-card div {
    width: calc(100% - 6rem); }
    @media (max-width: 500px) {
      .ptr-card div {
        width: calc(100% - 5rem); } }
  .ptr-card h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #000; }
    .ptr-card h6 a {
      color: #000; }
  .ptr-card p {
    font-size: 0.75rem;
    font-weight: 400;
    color: #5e5e5e;
    margin-bottom: 0; }
  .ptr-card .t-ryt {
    width: 100%; }
    .ptr-card .t-ryt a {
      font-size: 0.75rem;
      font-weight: 600;
      color: #faa821; }

.ba-card img {
  width: 100%;
  max-height: 12rem;
  border-radius: 0.375rem;
  margin-bottom: 0.75rem; }

.ba-card .card-title,
.ba-card .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.ba-card .card-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  min-height: 3.15rem;
  margin-bottom: 0.25rem;
  -webkit-line-clamp: 2; }

.ba-card .card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #5e5e5e;
  -webkit-line-clamp: 5; }

.rar-card {
  border-radius: 2px;
  cursor: pointer; }
  .rar-card:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out; }
  .rar-card div:nth-child(1) {
    min-height: 3.2rem; }
  .rar-card div:nth-child(2) img {
    margin-right: 0.5rem; }
  .rar-card div.d-flex div {
    min-height: 1rem !important; }
    .rar-card div.d-flex div span {
      font-size: 0.875rem;
      font-weight: 400;
      color: #000; }
      .rar-card div.d-flex div span:nth-child(1) {
        margin-right: 0.5rem; }
  .rar-card div.d-flex div + span a {
    font-size: 0.75rem;
    font-weight: 400;
    color: #faa821; }

.whazzup {
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 1050; }
  .whazzup img {
    width: 6rem; }
    @media (max-width: 576px) {
      .whazzup img {
        width: 5rem; } }

.view-btn {
  background-color: #fff;
  border: 1px solid #999999;
  font-size: 0.875rem;
  font-weight: 600;
  color: #222222;
  padding: 0.25rem 1rem;
  margin-top: -1.2rem; }
  .view-btn:focus, .view-btn.focus {
    outline: none;
    box-shadow: none; }

.seo-blog-left,
.seo-blog-right {
  position: absolute;
  border-radius: 2px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ebecf0;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 2rem;
  height: 2rem; }
  .seo-blog-left:focus, .seo-blog-left.focus,
  .seo-blog-right:focus,
  .seo-blog-right.focus {
    outline: none;
    box-shadow: none; }
  @media (min-width: 767px) {
    .seo-blog-left,
    .seo-blog-right {
      display: none !important; } }

.seo-blog-left {
  left: 5px;
  transform: rotate(180deg); }

.seo-blog-right {
  right: 5px; }

.new-hp .cb-display {
  margin-top: -0.65rem; }
  .new-hp .cb-display .btn {
    background-color: #fff;
    border: none; }

.spl-bg {
  background-color: #f6f7fb;
  padding: 2rem 0 1rem; }
  .spl-bg .sp-img-rotate {
    transform: rotate(180deg); }

.top-rev-bg {
  padding: 1.5rem 0 2rem; }

.blog-bg {
  margin: 2.5rem 0 3rem; }
  .blog-bg .so-card img {
    width: 100%;
    max-height: 11.5rem;
    object-fit: cover;
    object-position: top; }

.new-usp {
  margin: 5rem 0; }
  .new-usp .card {
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.seo-card-main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: fit-content;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }

.seo-card- {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: fit-content; }

.seo-card-title {
  margin-bottom: 0.75rem; }

.seo-card-text {
  font-size: 1rem;
  font-weight: 300;
  color: #000;
  line-height: 1.35; }

.seo-card-img {
  margin-top: 20px;
  height: 4.063rem;
  z-index: 100; }

.tp-link a {
  color: black; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute; }

.tourist-pack {
  background-color: #000; }
  .tourist-pack .tabs .tl-clr {
    background-color: #f7f7f7; }
    .tourist-pack .tabs .tl-clr .tab-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .tourist-pack .tabs .tl-clr .tab-list .tab-list-item {
        margin: 0;
        width: 25%;
        text-align: left;
        padding: 0;
        background-color: transparent; }
        @media (max-width: 767px) {
          .tourist-pack .tabs .tl-clr .tab-list .tab-list-item {
            width: 100%; } }
        .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div {
          padding: 0.8rem 0; }
          .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div .tab-br {
            padding: 0.5rem 0; }
            .tourist-pack .tabs .tl-clr .tab-list .tab-list-item div .tab-br img {
              transition: all 0.2s ease-in-out; }
        .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active {
          background-color: transparent !important; }
          .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active .tab-br {
            border-bottom: 0.3rem solid #faa821; }
            .tourist-pack .tabs .tl-clr .tab-list .tab-list-item.tab-list-active .tab-br img {
              transform: rotate(180deg); }
  .tourist-pack .tabs .tc-clr {
    background-color: #eaeaea; }
    .tourist-pack .tabs .tc-clr .tab-content .d-flex.f-wrap {
      padding: 1.5rem 0 3rem; }
    .tourist-pack .tabs .tc-clr .tab-content .tp-wid {
      width: 25%; }
      @media (max-width: 767px) {
        .tourist-pack .tabs .tc-clr .tab-content .tp-wid {
          width: 100%; } }
      .tourist-pack .tabs .tc-clr .tab-content .tp-wid h3 {
        line-height: 1.5rem;
        font-size: 0.875rem; }
        .tourist-pack .tabs .tc-clr .tab-content .tp-wid h3 a {
          font-size: 0.875rem;
          font-weight: 500;
          color: #636774; }
    .tourist-pack .tabs .tc-clr .tab-content .tp-wid:last-child h3::first-letter {
      text-transform: capitalize; }
    .tourist-pack .tabs .tc-clr .tab-content .tp-wid:last-child h3 a {
      color: #faa821; }
  .tourist-pack .tabs .tab-list,
  .tourist-pack .tabs .tab-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .tourist-pack .tabs .tab-list,
      .tourist-pack .tabs .tab-content {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .tourist-pack .tabs .tab-list,
      .tourist-pack .tabs .tab-content {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .tourist-pack .tabs .tab-list,
      .tourist-pack .tabs .tab-content {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .tourist-pack .tabs .tab-list,
      .tourist-pack .tabs .tab-content {
        max-width: 1140px; } }
    @media (min-width: 1375px) {
      .tourist-pack .tabs .tab-list,
      .tourist-pack .tabs .tab-content {
        max-width: 85%; } }
  .tourist-pack .tourist-bg {
    flex-direction: column; }
    .tourist-pack .tourist-bg .tcnt-1 {
      background-color: #f7f7f7; }
    .tourist-pack .tourist-bg .tcnt-2 {
      background-color: #eaeaea; }
    .tourist-pack .tourist-bg .btn {
      text-align: left;
      padding-left: 0;
      width: 100%; }
      .tourist-pack .tourist-bg .btn:focus {
        outline: 0;
        box-shadow: none; }
      .tourist-pack .tourist-bg .btn img {
        margin: -0.3rem 0 0 0.3rem;
        transition: all 0.2s ease-in-out; }
      .tourist-pack .tourist-bg .btn .tpi-up {
        transform: rotate(180deg); }
    .tourist-pack .tourist-bg .touristdd-link {
      display: flex;
      flex-direction: column; }
      .tourist-pack .tourist-bg .touristdd-link h3 {
        line-height: 1.5rem;
        font-size: 0.875rem; }
        .tourist-pack .tourist-bg .touristdd-link h3:nth-child(1) {
          margin-top: 0.5rem; }
        .tourist-pack .tourist-bg .touristdd-link h3 a {
          font-size: 0.875rem;
          font-weight: 500;
          color: #636774; }
        .tourist-pack .tourist-bg .touristdd-link h3:last-child::first-letter {
          text-transform: capitalize; }
        .tourist-pack .tourist-bg .touristdd-link h3:last-child a {
          color: #faa821; }

.blog-card {
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1); }
  .blog-card img {
    width: 100%;
    margin-top: -70px;
    object-fit: cover;
    object-position: 20% 70px; }
  .blog-card .blog-card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: -12px;
    min-height: 130px; }
    .blog-card .blog-card-body a {
      float: right !important; }

.t-rotate {
  transform: rotate(180deg);
  margin-left: 10px; }

.page-category-sec {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  width: 78%;
  margin: 0 auto;
  color: #efa603; }
  .page-category-sec div {
    padding: 1rem 1rem 0.5rem 1rem;
    cursor: pointer;
    border-bottom: solid 1px #000; }
    .page-category-sec div img {
      height: 0.8rem;
      float: right;
      padding: 0 2rem; }
      @media (max-width: 576px) {
        .page-category-sec div img {
          padding: 0; } }
  .page-category-sec .r-270 {
    transform: rotate(270deg); }
  @media (max-width: 576px) {
    .page-category-sec {
      width: 100%; } }

