* {
  --tw-translate-x: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 90deg;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.tour-map__canvas {
  height: 620px;
}
.waypoint {
  background: url("./../images/place-pin.png") center / 30px 30px no-repeat;
  cursor: pointer;
}
.waypoint.first {
  background: url("./../images/route-start-pin.png") center / 30px 30px
    no-repeat;
  z-index: 3;
}
.waypoint.last {
  background: url("./../images/route-end-pin.png") center / 30px 30px no-repeat;
  z-index: 3;
}
.waypoint.first-last {
  background: url("./../images/route-start-end-pin.png") center / 30px 30px
    no-repeat;
  z-index: 4;
}
.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup-close-button {
  font-size: 10px !important;
}
.mapboxgl-popup-content {
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.sec-itinerary .content-map {
  height: 620px;
  overflow-y: hidden;
}
.sec-itinerary .content-map .left-cont {
  overflow-y: scroll;
}
.waypoint {
  z-index: 10;
}
.arrow-marker {
  z-index: 9;
}
.arrow-marker {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("./../images/route-arrow.png") no-repeat center center;
  background-size: contain;
  transform-origin: center;
}
.sec-custom-tour {
  padding: 50px 0;
}
.sec-custom-tour .cont-top {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sec-custom-tour .cont-top .top-item.personalised {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec-custom-tour .top-item img {
  width: 50px;
  height: 50px;
}
.sec-custom-tour .cont-top .top-item.personalised .heading {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
.sec-custom-tour .cont-top .top-item.personalised p {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.sec-custom-tour h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 25px;
}
.sec-custom-tour .list-btn-hightlight {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sec-custom-tour .list-btn-hightlight > a {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 12px 20px;
  line-height: normal;
  outline: none !important;
  border: 1px solid #a39161;
  color: #011b31;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sec-custom-tour .list-btn-hightlight > a:hover {
  transition: 1s;
  color: #fff;
  background-color: #a39161;
  border-color: #a39161;
}
.sec-other-tour {
  background-color: rgb(241 241 241 / 1);
  padding: 30px 60px;
}
.sec-other-tour .home-title {
  font-size: 32px;
  color: #011b31;
  font-weight: 500;
  margin-bottom: 22px;
}
.tour-info.is-active {
  transform: translate3d(0, 0, 0);
}
.tour-info {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 50%;
  padding: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.5s ease-in-out;
  background-color: var(--white);
  box-shadow: -5px 0 70px rgba(0, 0, 0, 0.5);
}
.tour-info::after,
.tour-info::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  height: 30px;
  background: linear-gradient(#dcdcdc, rgba(242, 247, 247, 0.1));
  pointer-events: none;
}
.tour-info::before {
  top: 0;
}
.tour-info::after {
  top: auto;
  /* bottom: 50px; */
  bottom: 0;
  /* background: linear-gradient(rgba(220, 220, 220, 0.1), #f2f7f7); */
  background: linear-gradient(#dcdcdc, rgba(242, 247, 247, 0.1));
  transform: rotate(180deg);
}
.content-map {
  position: relative;
  overflow: hidden;
}
.tour-info__toggle {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 80px;
  background: url("./../images/collapse-arrow-right.png") center no-repeat
    #f2f7f7;
}
.tour-info__toggle.is-active {
  transform: rotate(180deg);
}
.tour-info__inner {
  position: relative;
  height: 620px;
  padding: 20px 0;
  overflow-y: scroll;
  background-color: var(--white);
  font-size: 1.5rem;
}
.itinerary__hdr {
  position: relative;
  z-index: 3;
  padding: 15px 20px 20px;
  background-color: var(--white);
}
.itinerary__hdr h3 {
  margin-bottom: 0;
  padding-right: 175px;
}
.itinerary__button-group {
  position: absolute;
  top: 30px;
  right: 20px;
}
.itinerary__hdr .itinerary__hdr-detail {
  margin-top: 15px;
  margin-bottom: 0;
  color: #343434;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.itin-days {
  padding: 0 20px 0 0;
  margin-bottom: 0;
}
.itinerary__button {
  color: #000;
  font-size: 18px;
  background: transparent;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
}
.itin-day {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 50px;
}
.itin-day__icon {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
}
.itin-day__icon-text {
  opacity: 0.5;
  color: #fff;
  font-size: 7px;
  font-weight: 600;
  line-height: 8px;
  text-transform: uppercase;
}
.itin-day__icon-number {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.itin-toggle-title span {
  font-weight: 400;
}
.itin-accomodations .itin-accomodation {
  border-bottom: 1px solid #dcdcdc;
}
.itin-toggle-title {
  width: 100%;
  margin-bottom: 5px;
  padding: 8px 20px 8px 0;
  outline: 0;
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  line-height: 24px;
  text-align: left;
}
.accordion-toggle {
  position: relative;
}
.accordion-custom.is-open .accordion-toggle::after {
  transform: rotate(180deg);
}
.accordion-toggle::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 12px;
  height: 8px;
  margin-left: 10px;
  transition: transform 0.3s ease;
  background: url("./../images/arrow-down.svg") no-repeat center;
}
.itin__info {
  color: #343434;
}
.accordion-custom.is-open .accordion-panel {
  max-height: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.accordion-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.itin__info-inner {
  display: flex;
}
.itin-day__text {
  flex: 1 2 100%;
}
.itin__info p {
  font-size: 16px;
  line-height: 24px;
}
.mapboxgl-canvas-container {
  height: 100%;
  width: 100%;
}
.itin-day__carousel {
  position: relative;
  flex: 1 0.75 230px;
  width: 100%;
  padding-left: 20px;
  overflow: hidden;
}
.itin-day__carousel .owl-nav {
  max-height: 20px;
}
.itin-day__carousel .owl-nav > button > span {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700 !important;
}
.itin-day__carousel .owl-nav > button {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50%;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  pointer-events: initial;
  justify-content: center;
}
.gallery_tralvel {
  margin: 0;
}
.itin-day__carousel .owl-nav .owl-next {
  right: 12px;
}
.itin-day__carousel .owl-nav .owl-prev {
  left: 12px;
}
.grid > .col {
  display: flex;
  flex-direction: column;
}
/* .itin-day__hotels {
  display: flex;
  flex-wrap: wrap;
} */
.itin-day__hotels .card--hotel:not(.card--no-hover) {
  cursor: pointer;
}
.itin-day__hotels .card--hotel {
  background-color: #e3ebeb;
}
.card--hotel {
  display: flex;
}
.card {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}
.itin-day__hotels .card--hotel a {
  color: #3d5955;
}
a.block-link {
  position: static;
  text-decoration: none;
}
.sr-only {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  overflow: hidden !important;
  z-index: 6;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a.block-link::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wpforms-field-container {
  color: #6f6f71 !important;
}
.wpforms-field-container .wpforms-field.wpforms-field-checkbox.checkbox_hidden {
  margin-bottom: 15px;
  border: 1px solid #eee;
  padding-left: 30px;
  overflow: hidden;
}
.site-main
  div.wpforms-container-full
  .wpforms-field-container
  .wpforms-field.select-cities
  .wpforms-field-label {
  font-size: 18px;
  font-weight: 700;
}
.wpforms-field-container .wpforms-field.select-cities li {
  margin-bottom: 15px;
}
.wpforms-container .wpforms-field.wpforms-field-html {
  padding: 0 !important;
}
canvas {
  pointer-events: none;
}
.wpforms-field-container .wpforms-field.select-cities li label {
  font-size: 12px;
  font-weight: 700;
}
.site-main
  div.wpforms-container-full
  .wpforms-field-container
  .wpforms-field.checkbox_hidden
  .wpforms-field-label {
  font-weight: 700;
  font-size: 14px;
}
.site-main .sec-form form .wpforms-field.checkbox_hidden fieldset {
  padding-left: 10px;
  padding-right: 10px;
}
.site-main .sec-form form .wpforms-field.checkbox_hidden fieldset legend {
  padding-top: 10px;
}
.site-main
  .sec-form
  form
  .wpforms-field.checkbox_hidden
  fieldset
  .wpforms-field-description {
  padding-bottom: 10px;
}
.wpforms-field-container
  .wpforms-field.checkbox_hidden
  .wpforms-field-description {
  padding-top: 10px;
  margin-top: 0;
}
.adress_custom .wpforms-field-address-city,
.adress_custom .wpforms-field-address-address1 {
  display: none;
}
.media {
  position: relative;
  overflow: hidden;
}
.media::before {
  content: "";
  padding-top: 71%;
}
.media--cover {
  background: url("./../images/collapse-arrow-right.png") no-repeat center /
    60px #d2d6d8;
}
.media--cover img {
  max-width: none;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.media iframe,
.media img,
.media--bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media,
.media::before {
  display: block;
  width: 100%;
}
.card .media::after {
  border-radius: 5px;
  content: "View details";
  font-size: 12px;
}
.card .media::after,
a .media--round::after,
a.media--round::after {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}
ul.itin-accomodations {
  list-style: none;
  margin-left: 0;
  padding: 0 20px 0px;
  margin-bottom: 0;
}
ul.itin-accomodations ul.itin-day__hotels {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  gap: 10px;
}
.card .media::after,
.card__content {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}
.itin-day__hotels .card--featured .card__content {
  position: relative;
}
.itin-accomodation__button-group a {
  font-size: 15px;
  font-weight: 600;
}
.itin-accomodation__button-group a:hover {
  color: #718e8a;
  opacity: 0.7;
}
.itin-day__hotels .card__content {
  padding: 8px;
  background-color: rgb(241 241 241 / 1);
}
.card__content {
  flex-grow: 1;
  padding: 12px;
}
.itin-day__hotels .card--featured .card__content::before {
  content: "Suggested";
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  padding: 2px 10px;
  background-color: rgba(52, 52, 52, 0.75);
  color: #fff;
  font-size: 12px;
  text-transform: none;
}
.card:hover .media::after,
a.media:hover::after,
a:hover .media::after {
  opacity: 1;
}
.itin-accomodation__button-group {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.itin-day__hotels .card__content h3 {
  font-size: 15px;
  line-height: 22px;
}
.btn {
  font-weight: 400;
  font-size: 16px;
  padding: 12px 20px;
  line-height: normal;
}

.rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.origin-\[22\%_0\] {
  /* transform-origin: 22% 0; */
  transform-origin: right 36px;
}
.w-\[160px\] {
  width: 160px;
}
.h-\[36px\] {
  height: 36px;
}
.fixed {
  position: fixed;
}
.btn-primary {
  background-color: #011b31;
  border-color: #011b31 #011b31 black;
  color: #fff;
  right: 0 !important;
}
.m-auto {
  margin: auto !important;
}
.top-0 {
  top: 0 !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.enquiry-slide-in {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #202020;
  color: #fff;
  /* padding: 60px 30px; */
  font-family: Nocturne, serif;
  font-weight: 300;
  pointer-events: all;
  z-index: 99999;
  transition: all 0.6s ease-in-out;
}
.enquiry-slide-in a:hover {
  color: #1a6dc6;
}
.enquiry-slide-in.right-0 {
  right: 0;
}
.enquiry-slide-in .wpforms-field:not(.wpforms-field-checkbox) label,
.enquiry-slide-in noscript,
.enquiry-slide-in #wpforms-error-noscript,
.enquiry-slide-in .checkbox-signup legend {
  display: none;
}
.enquiry-slide-in .html_form {
  color: #fff;
  font-size: 16px;
}
.enquiry-slide-in .checkbox-signup fieldset {
  padding-left: 0;
}
.wrap-enquiry .wpforms-field-checkbox li label {
  color: #fff;
  font-size: 14px !important;
  line-height: 1.5;
  font-weight: 700;
}
.enquiry-slide-in .checkbox-signup ul {
  margin: 0;
}
.enquiry-slide-in .checkbox-signup ul li {
  gap: 20px;
  display: flex;
}

.enquiry-slide-in .wpforms-submit-container {
  text-align: center;
  margin-top: 10px !important;
}
.wrap-enquiry .wpforms-submit-container button {
  font-weight: 400;
  font-size: 16px;
  padding: 12px 20px;
  line-height: normal;
  color: #fff;
  background: transparent !important;
  text-transform: uppercase;
  border: 1px solid #a39161 !important;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wpforms-submit-container button:hover {
  transition: 1s;
  background-color: #a39161 !important;
  border-color: #a39161 !important;
  color: #fff;
}
.enquiry-slide-in .html_form .border-top {
  font-size: 15px;
  border-top: 1px solid #395878;
  padding-top: 16px;
  margin-top: 16px;
  margin-bottom: 0;
}
.enquiry-slide-in .wpforms-field,
.wpforms-container .wpforms-field {
  margin-top: 15px !important;
  padding: 0 !important;
}
.wrap-enquiry input,
.wrap-enquiry textarea {
  border-radius: 5px !important;
}
.wrap-enquiry .wpforms-field-checkbox li {
  margin: 26px 0;
  padding: 10px 30px 10px 0;
  align-items: center !important;
}
.enquiry-slide-in .wpforms-field-layout .wpforms-field-layout-columns {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.enquiry-slide-in .wpforms-field-layout .wpforms-field-layout-columns > div {
  width: 100%;
}
.enquiry-slide-in form input:focus,
.enquiry-slide-in form textarea:focus {
  background-color: #fff !important;
}
.enquiry-slide-in .wrap-enquiry,
.enquiry-slide-in .wpforms-render-modern {
  height: 100%;
}
.enquiry-slide-in form,
.wrap-enquiry > .wpforms-container {
  overflow-y: auto;
  height: 100%;
  overflow-x: hidden;
  padding: 20px 20px;
  font-family: Mulish;
  background: #011b31;
  padding-bottom: 80px;
  margin-top: 0;
}
.enquiry-slide-in .close-enquiry {
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background-color: #192b3e;
  border: 0;
  color: #fff;
  font-weight: 300;
  padding: 20px;
  justify-content: space-between;
  width: 100%;
}
.enquiry-slide-in .enquiry-title {
  font-size: 18px;
  font-weight: 300;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: Playfair Display, Arial, sans-serif;
  text-transform: unset;
}
.enquiry-slide-in .close-enquiry .wrap-icon-close {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin-left: 10px;
}
.enquiry-slide-in .close-enquiry svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 11px;
  width: 11px;
}
.overlay-footer.show {
  display: block;
}
@keyframes slide {
  0% {
    height: 0;
    min-width: 0;
    min-height: 0;
  }
  100% {
    height: 100%;
    min-width: 300px;
    min-height: 700px;
    padding: 15px 20px;
    box-shadow: -1px 1px 20px 4px rgba(0, 0, 0, 0.22);
  }
}
.grid-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.grid-footer img {
  width: 38px;
  height: 38px;
}
.overlay-footer {
  display: none;
  z-index: 10;
  position: fixed;
  content: "";
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-desc .is-truncated:not(.show) {
  height: 280px;
  overflow: hidden;
  position: relative;
}
.home-desc {
  color: #000000;
  line-height: 26px;
}

.content-desc .is-truncated.show {
  height: 100%;
}
.content-desc .is-truncated:not(.show)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.button-readmore {
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
}
.button-readmore .text-hr__text::after,
.button-readmore .text-hr__text::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 500px;
  height: 1px;
  background-color: #c4c4c4;
  pointer-events: none;
}
.button-readmore .text-hr__text::before {
  right: 100%;
}
.button-readmore .text-hr__text::after {
  left: 100%;
}
.button-readmore .text-hr__text {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
}
.button-readmore .text-hr__text button {
  color: #000;
  font-size: 16px;
  background-color: #fff;
  border: unset;
  padding: 0;
  font-weight: 400;
}

.sec-slide-tour.container h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 22px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 64em) {
  .col {
    margin-top: 20px;
    padding-left: 20px;
  }
  .col--lg-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .card__content {
    padding: 12px 15px;
  }
}
@media only screen and (min-width: 48em) {
  .col--md-1\/2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .itin-day__hotels .col {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 37.5em) {
  .col--sm-1\/4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 37.5em) {
  .col {
    margin-top: 16px;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 80em) {
  .itin-day__carousel {
    flex: 1 0.75 280px;
  }
  .card__content {
    padding: 12px 16px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .tour-map {
    width: 50%;
  }
}
@media only screen and (min-width: 1601px) {
  .enquiry-slide-in {
    max-width: 650px;
  }
}
@media only screen and (min-width: 1401px) {
  .enquiry-slide-in {
    width: 25%;
    min-width: 400px;
    /* padding: 80px 45px 0; */
  }
}
@media only screen and (min-width: 1034px) {
  .enquiry-slide-in {
    width: 33%;
  }
}
@media only screen and (min-width: 769px) {
  .enquiry-slide-in {
    width: 25%;
    /* padding: 60px 20px; */
  }
  .wrap-overview-exp {
    margin: 50px 0 50px;
  }
}

@media only screen and (max-width: 1216px) {
  .sec-excerpt .container,
  .sec-content-blog .container,
  .sec-social .container,
  .sec-popular-post .container,
  .sec-search .container {
    max-width: 1216px;
  }
}
@media only screen and (max-width: 1140px) {
  #about-menu > li::after {
    right: -32px;
  }
  .sec-excerpt .container,
  .sec-content-blog .container,
  .sec-social .container,
  .sec-popular-post .container,
  .sec-search .container {
    max-width: 1024px;
  }
  .pad-around {
    padding: 60px 20px;
  }
  .sec-tour .tour-title {
    height: 60px;
  }
  section.sec-tour .name-country {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  #about-menu > li::after {
    right: -20px;
  }
  .sec-nav li.menu-item{font-size: 15px;}
  .tour-info {
    padding: 20px 20px 30px 30px;
  }
  .sec-excerpt .container,
  .sec-content-blog .container,
  .sec-social .container,
  .sec-popular-post .container,
  .sec-search .container {
    max-width: 768px;
  }
  .sec-tour .tour-item .thumb {
    max-width: none;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .pad-around {
    padding: 40px 20px;
  }
  .our-offers.list-posts,
  .main-post-sec01,
  .list-posts.travels-post {
    margin-top: 30px;
  }
  #about-menu > li::after {
    right: -23px;
  }
}
@media only screen and (max-width: 768px) {
  .archive.category #about-menu > .menu-item:first-child:before,
  .page-template-travel-guide .menu-item:nth-child(2):before,
  .page-template-place-to-visit .menu-item:nth-child(3):before,
  .page-template-hotel .menu-item:nth-child(4):before,
  .page-template-thing-to-do .menu-item:nth-child(5):before,
  .page-template-best-time-to-visit .menu-item:last-child:before {
    display: none !important;
  }
  .country-sliders .owl-next {
    right: 10px;
  }
  .country-sliders .owl-prev {
    left: 10px;
  }
  .map-default > div {
    padding-top: 10px;
  }
  .map-default > div > a {
    margin: 5px auto !important;
  }
  #about-menu > li::after {
    right: -20px;
  }
  .sec-excerpt .container,
  .sec-content-blog .container,
  .sec-social .container,
  .sec-popular-post .container,
  .sec-search .container {
    max-width: 768px;
  }
  .sec-excerpt .container {
    padding: 60px 100px 60px 100px;
  }
  .sec-excerpt .cont-l {
    display: none;
  }
  .sec-popular-post .content {
    flex-wrap: wrap;
    gap: 2%;
    padding: 0 10px;
  }
  .sec-popular-post .popular-post {
    width: 49%;
    margin: 10px 0;
  }
  .pad-around h2 {
    font-size: 26px;
  }
  .sub-post-sec01.list-posts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .list-posts.travels-post {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .holidays-sec04 h2 {
    margin-bottom: 10px !important;
    font-size: 28px;
  }
  .page-template-travel-guide .site-content .col-full,
  .single-places-to-go .site-content .col-full {
    padding: 0;
  }
  .sec-tour .list-tour {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .sec-tour .tour-item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .sec-excerpt .container,
  .sec-content-blog .container,
  .sec-social .container,
  .sec-popular-post .container,
  .sec-search .container {
    max-width: 640px;
  }
  .sec-social .container {
    padding: 30px 15px;
  }
  .sec-blog-other .content {
    padding: 0 15px;
  }
  .sec-search .container {
    flex-direction: column;
  }
  .sec-excerpt .container,
  .sec-content-blog .container {
    padding: 60px 15px 60px 15px;
  }
}
@media only screen and (max-width: 601px) {
  .site-main .sec-form form .wpforms-field.checkbox_hidden fieldset ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .home .slick-prev:before {
    left: 0;
  }
  .sec-excerpt .container,
  .sec-content-blog .container,
  .sec-social .container,
  .sec-popular-post .container,
  .sec-search .container,
  .sec-blog-other .container {
    max-width: 540px;
  }
  .sec-blog-other .container {
    padding: 40px 15px 60px 15px;
  }
  .sec-excerpt .container,
  .sec-content-blog .container {
    padding: 60px 15px 40px 15px;
  }
  .list-posts.main-post-sec01,
  .list-posts.sub-post-sec01,
  .list-posts.travels-post,
  .our-offers.list-posts {
    gap: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .site-main .sec-form form .wpforms-field.checkbox_hidden fieldset ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-blogs .banner-page {
    background-position: top center;
  }
  .list-posts.main-post-sec01,
  .list-posts.travels-post {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sub-post-sec01.list-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .holidays-sec04 h2 {
    font-size: 25px;
  }
  .holidays-sec04 p {
    font-size: 16px;
  }
  .sec-tour .list-tour {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .sec-excerpt .container,
  .sec-content-blog .container,
  .sec-social .container,
  .sec-popular-post .container,
  .sec-search .container,
  .sec-blog-other .container {
    max-width: 450px;
  }
  .sec-social .container {
    flex-direction: column;
  }
  .sec-popular-post .popular-post {
    width: unset;
  }
}
@media only screen and (max-width: 414px) {
  .site h1.page-title {
    font-size: 18px;
  }
  .pad-around {
    padding: 30px 15px;
  }
  .our-offers.list-posts {
    grid-template-columns: 1fr;
  }
  .wpforms-field-email .wpforms-field-row,
  .wpforms-field-address .wpforms-field-row {
    flex-direction: column !important;
  }
  .wpforms-field-email .wpforms-field-row .wpforms-first,
  .wpforms-field-address .wpforms-field-row .wpforms-first {
    padding-right: 0 !important;
  }
  .wpforms-field-email .wpforms-field-row > div:nth-child(2),
  .wpforms-field-address .wpforms-field-row > div:nth-child(2) {
    padding-left: 0 !important;
    margin-top: 15px !important;
  }
  .wpforms-field-email .wpforms-field-row > div,
  .wpforms-field-address .wpforms-field-row > div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 375px) {
  .sub-post-sec01.list-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
