@media (min-width: 960px) {
  .trip__container .uk-container-expand-left {
    max-width: calc(50% + (1200px / 2) - 0px);
  }
}

@media (max-width: 1600px) {
  .footer__txt span {
    font-size: 70px;
  }
  .footer__grid {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .footer__list{
    max-width: 300px;
  }
  .site-header .custom-logo-link {
    padding: 20px;
  }
  .site-header .custom-logo-link .custom-logo {
    width: 160px;
  }
}
@media (max-width: 1199px) {
  .footer__txt span:first-child {
    text-align: left;
  }
  .footer__socialicon {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .trip__highlight .hightlight__wrapper {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .trip-advisor-logo {
    bottom: 10px;
  }
  .main-navigation {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  }
 
  .main-navigation .nav__logo {
    display: block;
  }
  .main-navigation .div {
    display: none;
  }
  .main-navigation .header-right .expert {
    color: #555;
  }
  .main-navigation .header-right .expert a {
    color: #000;
  }
  .main-navigation .nav__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sticky__top {
    position: static;
  }

  .single__heading {
    font-size: 35px;
  }

  .footer__socialicon,
  .footer__link .list__item ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__link .uk-grid-margin {
    margin-top: 10px;
  }
  .container-large,
  .small__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testimonial__wrapper .mt-40 {
    margin-top: 30px;
  }
  .mob__view .sub__heading {
    text-align: left;
    max-width: 100%;
  }
  .txt-overlay {
    left: 0;
    right: auto;
  }
  .txt-overlay .overlay__head {
    padding-left: 0;
    padding-right: 40px;
  }
  .badge {
    right: auto;
    left: 8px;
  }
  .banner__section {
    margin-top: 95px;
  }
  .banner__section,
  .banner__section figure {
    height: 600px;
  }
  .bg__section {
    padding-top: 40px;
  }
  .bg__section::before,
  .bg__section::after {
    opacity: 0.7;
  }

  .about__heading {
    font-size: 35px;
  }

  .trip__fact .wrapper .icon img {
    width: 25px;
    height: 25px;
  }
  .trip__fact .wrapper {
    grid-template-columns: 40px 1fr;
  }
  .trip__fact .wrapper .txt span {
    font-size: 14px;
  }
  .trip__fact .wrapper .txt p {
    font-size: 13px;
  }
  .trip__sidebar {
    position: static;
    width: 100%;
  }
  .trip-map-img img {
    height: auto;
  }
  /*  */
  .sticky__bottom {
    position: fixed;
    bottom: 0;
    -webkit-animation: sticky-bottom 1s ease-in-out;
    animation: sticky-bottom 1s ease-in-out;
    width: 100%;
    left: 0;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .trip__price__card {
    padding: 15px;
    padding-bottom: 15px;
    width: 100%;
    pointer-events: none;
    min-height: 60px;
  }
  .trip__price__btn {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    gap: 8px;
    position: absolute;
    right: 0;
    z-index: 1;
  }

  .trip__price__card h2 {
    display: none;
  }
  .card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  .trip__price__card del {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 0px;
  }
  .trip__price__card p {
    font-size: 20px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .trip__price__card span {
    font-size: 10px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 5px;
  }
  .trip__price__btn .btn span {
    padding: 7px 10px;
    font-size: 12px;
  }
  .sticky__price {
    top: auto;
    -webkit-animation: none;
    animation: none;
  }
  .single-trip .site-footer {
    padding-bottom: 40px;
  }
  /*  */

  .trip__highlight .hightlight__wrapper {
    width: 70%;
  }
  .c-tour-nav,
  .c-tour-nav.active__tournav {
    display: none;
  }

  .home__banner .banner__text .banner__heading  {
    font-size: 60px;
    line-height: 60px;
  }
  .home__banner .banner__text .banner__heading span {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .bg__section::after {
    display: none;
  }
  .bg__section::before {
    width: 200px;
  }
  .footer__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 639px) {
  .section-t {
    padding-top: 30px;
  }
  .section-b {
    padding-bottom: 30px;
  }
  .section,
  .small__section {
    padding: 30px 0;
  }
  .small-margin {
    margin: 10px 0;
  }

  .the__content p,
  .the__content li,
  .the__content {
    font-size: 14px;
  }
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content__wrapper {
    margin-top: 20px;
  }
  .link__title a {
    font-size: 16px;
    line-height: 18px;
  }
  .link__title.link__title-large a,
  .the__title-large {
    font-size: 18px;
    line-height: 20px;
  }

  .main__heading {
    font-size: 20px;
  }
  .sub__heading,
  .sub__heading p {
    font-size: 15px;
    line-height: 26px;
  }
  .btn span {
    font-size: 12px;
    padding: 8px 14px;
  }
  .container-large,
  .small__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .singlepage__grid .wrapper:first-child {
    grid-column: span 1;
  }
  .singlepage__grid .wrapper img,
  .singlepage__grid .wrapper:first-child img {
    height: auto;
  }

  .singlepage__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .iti__gallery .gallery__wrapper img {
    height: auto;
  }
  .mainfact .yatra__facts--main > .yatra__facts {
    padding: 0px;
  }
  .mainfact .yatra__facts {
    margin-top: 0;
  }
  /* responsive table */
  .trip__table table thead {
    display: none;
  }
  .trip__table table tbody tr td {
    display: block;
    text-align: right;
  }
  .trip__table table tbody tr td:not(:last-child) {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #eee;
  }
  .trip__table table tbody tr:nth-child(even) td:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
  }
  .trip__table table tbody tr td::after {
    display: block;
    width: 150px;
  }
  .trip__table table tbody tr td:first-child::after {
    content: "Trip Start Date";
  }
  .trip__table table tbody tr td:nth-child(2)::after {
    content: "Trip end Date";
  }
  .trip__table table tbody tr td:nth-child(3)::after {
    content: "price";
  }
  .trip__table table tbody tr td:nth-child(4)::after {
    content: "remarks";
  }
  .trip__table table tbody tr td:nth-child(5)::after {
    content: "availability";
  }
  /* responsive table */
  .single__heading {
    font-size: 25px;
  }
  .meta__info {
    text-align: center;
    margin: 20px 0;
  }

  .error-404 {
    padding-top: 120px;
  }
  .error-404 .error-watermark {
    top: calc(50% - 69px);
    font-size: 160px;
  }
  .error-404 .error-title {
    font-size: 25px;
  }
  .error-404 .error-text {
    font-size: 14px;
    margin-top: 10px;
  }

  .list-wrap ul li {
    font-size: 15px;
  }

  #book-now h2,
  #enquire-now h2 {
    font-size: 22px;
  }

  /* Galleries
--------------------------------------------- */

  .gallery-columns-2,
  .gallery-columns-3,
  .gallery-columns-4,
  .gallery-columns-5,
  .gallery-columns-6,
  .gallery-columns-7,
  .gallery-columns-8,
  .gallery-columns-9 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-item img {
    height: auto;
  }
  .popup__form form p {
    grid-column: span 12;
  }

  .site-footer {
    margin-top: 80px;
  }
  .footer__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer__txt span {
    font-size: 50px;
    line-height: 50px;
  }
  .bottom__footer {
    margin-top: 40px;
    text-align: center;
  }
  .footer__txt__wrapper {
    margin-top: 20px !important;
  }

  .why__section .txt {
    font-size: 18px;
  }
  .why__section .card__content {
    margin-top: 5px;
  }
  .why__section .uk-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why__content {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .why__wrapper {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .border__heading::before,
  .border__heading::after {
    display: none;
  }
  .why__wrapper .mt-20 {
    margin-top: 10px;
  }
  .trip__img__wrapper,
  .exp__img__wrapper {
    margin-top: 20px;
  }
  .about__subhead {
    font-size: 14px;
  }
  .about__heading {
    font-size: 22px;
  }
  .bg__section {
    padding-top: 30px;
  }
  .about__content .sub__heading {
    margin-bottom: 0;
  }
  .testimonial__wrapper,
  .blog__wrapper {
    margin-top: 20px;
  }
  .banner__section,
  .banner__section figure {
    height: 500px;
  }
  .trip__gallery .overlay__card .hover__img img {
    height: 300px;
  }
  .trip__fact {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .trip__fact .wrapper {
    grid-template-columns: 35px 1fr;
  }
  .trip__fact .wrapper .txt p {
    font-size: 12px;
  }
  .divider {
    margin: 20px 0;
  }
  .trip__overview {
    margin-top: 30px;
  }
  .single-trip .site-footer {
    padding-bottom: 75px;
  }
  .trip__highlight .hightlight__wrapper {
    width: 100%;
  }
  .read-more {
    margin-bottom: 0;
  }
  .trip__highlight,
  .trip__wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
  .trip__highlight .hightlight__wrapper {
    padding: 30px;
  }
  .tripdetails__col--side {
    margin-top: 0;
  }
  .trip__gallery__wrapper {
    padding: 0 30px;
  }
  .iti__dates {
    margin-right: 0;
  }
  .pb {
    padding-bottom: 10px;
  }
  .page__title {
    margin-bottom: -10px;
  }
  .iti__dates,
  .sticky__date {
    position: static;
  }

  .dates {
    background: var(--secondary);
    padding: 4px 14px;
    border-radius: 500px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .dates span {
    display: inline-block;
    border-top: none;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--primary-font);
    padding: 0;
  }
  .iti__dates {
    background: var(--primary);
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  label {
    font-size: 14px;
  }
  .about__img__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .about__img__grid .wrapper:first-child {
    display: none;
  }
  .about__img__grid .wrapper:last-child {
    height: auto;
  }
  /* .testimonial__card .testimonial__img img {
    height: 200px;
  } */
  .testimonial__card .grid__content {
    margin: 15px 0;
  }
  .grid__content {
    grid-template-columns: 60px 1fr;
  }
  .testimonial__profile {
    width: 50px;
    height: 50px;
  }
  .the__title.large {
    font-size: 17px;
    line-height: 20px;
  }
  .footer__link .list__item ul li a {
    letter-spacing: 0;
  }
  .testimonial__wrapper .mt-40 {
    margin-top: 20px;
  }

  .iti__date__title h3 {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
  }
  .iti__date__title h3::after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    width: auto;
    height: auto;
    top: 0;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    font-size: 16px;
    background-image: none;
  }
  .itinerary__items__content {
    display: none;
    padding-bottom: 20px;
  }
  .itinerary__wrapper .itinerary__items:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .itinerary__wrapper .itinerary__items:last-child .itinerary__items__content {
    padding-bottom: 0;
  }
  .itinerary__items .iti__date__title h3 {
    color: #555;
    font-size: 16px;
  }
  .itinerary__items.active .iti__date__title h3 {
    color: var(--secondary);
  }
  .itinerary__items.active .iti__date__title h3::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .expand-all-accord {
    display: block;
  }

  /* popup form */
  .uk-modal-body {
    padding: 20px 20px;
  }
  #book-now h2,
  #enquire-now h2 {
    font-size: 18px;
  }
  input:not([type="submit"]),
  select,
  textarea {
    padding: 8px 10px;
  }
  input[type="submit"] {
    padding: 8px 20px;
    font-size: 14px;
  }
  .uk-modal-close-default {
    top: 2px;
    right: 2px;
    padding: 5px;
  }
  /* popup form */

  .header-right .expert {
    display: none;
  }

  .trip__card-container .hover__img img{
    height: auto;
  }

  .footer__partner .sub__heading {
    line-height: 20px;
  }
  .singlepage__grid .wrapper:first-child {
    grid-column: span 1;
  }
  .singlepage__grid .wrapper img,
  .singlepage__grid .wrapper:first-child img {
    height: auto;
  }

  .singlepage__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .iti__hotel__img .hover__gallery img,.hotel__wrapper .hover__img img {
    height: auto;
  }
  .banner__text .banner__heading {
    font-size: 30px;
  }
  .home__banner .banner__text .banner__heading  {
    font-size: 40px;
    line-height: 40px;
  }
  .home__banner .banner__text .banner__heading span {
    font-size: 14px;
  }
  .the__content h1 {
    font-size: 26px;
  }
  .the__content h2 {
    font-size: 20px;
  }
  .no__content {
    padding: 20px;
  }
  .no__content__desc {
    font-size: 16px;
  }
  .no__content i {
    font-size: 20px;
    margin-bottom: 0;
  }
}
