body {
  overflow-x: hidden;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.display-offers .vt-loadmore-wrapper a#load_more_destination i {
  margin-left: 5px;
}
.vt-offer-shortcode.offer-list-cover {
  max-width: 1140px;
  margin: 0 auto;
}
.vt-offer-shortcode .offer-list-wrapp:not(.offers-slider) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.vt-offer-shortcode .offer-item-cover .offer-item-wrapper {
  border: 1px solid gray;
}
.vt-offer-shortcode .column-3:not(.offers-slider) .offer-item-cover {
  width: calc(33.33% - 15px);
  margin: 0 7.5px 15px !important;
  transition: all 0.3s linear;
}
.vt-offer-shortcode .column-4:not(.offers-slider) .offer-item-cover {
  width: 23%;
  /* padding: 10px; */
}
/* .vt-offer-shortcode .offers-slider .offer-item-cover{
  padding: 10px;
} */
.vt-offer-shortcode .image-cover {
  min-height: 240px;
  position: relative;
}
.vt-offer-shortcode .image-wrapp {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.vt-offer-shortcode .destination {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 10px 10px;
  background-color: var(--tt-text-primary);
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-paragraph);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
}
.vt-offer-shortcode .content-cover {
  background-color: var(--tt-text-white);
  padding: 20px;
  text-align: center;
}
.vt-offer-shortcode .content-cover .entry-title {
  color: var(--tt-text-primary);
  font-size: var(--tt-font-size-medium-title);
  font-weight: 500;
  text-transform: capitalize;
  margin: 10px 0 20px 0;
  border: medium none;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vt-offer-shortcode .offer-title-cover {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 15px 0 10px 0;
  margin-bottom: 20px;
}
.vt-offer-shortcode .offer-title-cover p {
  line-height: 1;
}
.vt-offer-shortcode .offer-title {
  color: var(--tt-text-primary);
  font-size: var(--tt-font-size-paragraph);
  font-weight: 500;
  margin: 0 0 10px 0;
}
.vt-offer-shortcode .price-title {
  font-size: var(--tt-font-size-small-paragraph);
  font-weight: 300;
  margin: 0
}
.vt-offer-shortcode .price-title .price {
  color: var(--tt-text-primary);
  font-size: var(--tt-font-size-paragraph);
  font-weight: 700;
}
/* .vt-offer-shortcode .button-cover {
  margin-bottom: 10px;
} */
.vt-offer-shortcode .view-offer-btn {
  min-width: 180px;
  max-width: 100%;
  font-size: var(--tt-font-size-button);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--tt-text-primary);
  color: var(--tt-text-white);
  border-style: dashed;
  border-width: 2px;
  border-color: var(--tt-text-primary);
  border-radius: 0;
}
.vt-offer-shortcode .offers-slider .slick-prev:hover,
.vt-offer-shortcode .offers-slider .slick-prev:focus,
.vt-offer-shortcode .offers-slider .slick-prev {
  left: 7px;
  right: auto;
  top: 40%;
  background: rgba(255,255,255,0.6);
  color: var(--tt-text-black);
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.vt-offer-shortcode .offers-slider .slick-prev i {
  position: relative;
  left: -3px;
  font-size: var(--tt-font-size-button);
}
.vt-offer-shortcode .offers-slider .slick-next:hover,
.vt-offer-shortcode .offers-slider .slick-next:focus,
.vt-offer-shortcode .offers-slider .slick-next {
  left: auto;
  right: 7px;
  top: 40%;
  background: rgba(255,255,255,0.6);
  color: var(--tt-text-black);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.vt-offer-shortcode .offers-slider .slick-next i {
  position: relative;
  left: 3px;
  font-size: var(--tt-font-size-button);
}
.vt-offer-shortcode .category-wrapper{
  background: rgb(0 0 0 / 50%);
  display: block;
  margin: 0;
  padding: 5px 15px;
  color: var(--tt-text-white);
  border-radius: 0;
  font-size: var(--tt-font-size-small-paragraph);
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;	
  font-weight: bold;
}
.vt-offer-shortcode .column-2{
  justify-content: space-between;
}
.vt-offer-shortcode .column-2 .offer-item-cover{
  width: 48%;
  margin-bottom:20px;
}
.vt-offer-shortcode .column-1 .offer-item-cover{
  width: 100%;
  margin: 10px;
}
.vt-display-posts .vt-posts .vt-post {
  box-shadow: 0 0 10px 0 var(--tt-black-overlay-25);
  min-height: 100%;
  background-color: var(--tt-text-white);
}
.vt-display-posts .vt-posts .vt-post:hover {
  box-shadow: 0 0 30px 0 var(--tt-black-overlay-25);
}
.vt-display-posts .vt-posts .button-cover {
  margin-bottom: 0;
}
.vt-display-posts .vt-posts .vt-post__badge {
  right: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: var(--tt-bg-primary);
  position: absolute;
  top: 0;
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-small-paragraph);
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  margin: 20px;
}
.vt-display-posts .vt-posts .content-wrapp{
  text-align: left;
}
.vt-display-posts .vt-posts .content-cover {
  padding: 20px 30px;
}
.vt-display-posts .vt-posts .vt-post__excerpt {
  color: var(--tt-text-black);
  font-family: "Montserrat", Sans-serif;
  font-size: var(--tt-font-size-small-paragraph);
  margin-bottom: 10px;
}
.vt-display-posts .vt-posts .vt-post__read-more {
  font-family: "Montserrat", Sans-serif;
  font-size: var(--tt-font-size-small-paragraph);
  font-weight: 600;
  color: var(--tt-text-primary);
  text-transform: uppercase;
  text-decoration: underline;
}

.vt-display-posts .vt-posts .vt-post__title {
  color: var(--tt-text-primary);
  font-family: "Montserrat", Sans-serif;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: var(--tt-font-size-medium-title);
}
.vt-display-posts .vt-loadmore-wrapper {
  text-align: center;
  margin-top: 30px;
}
.vt-display-posts .vt-loadmore-wrapper #more_posts {
  background-color: var(--tt-bg-primary);
  color: var(--tt-text-white);
  padding: 15px 30px;
  border-radius: 2px;
  display: table;
  margin: 0 auto;
}
.vt-display-posts .vt-loadmore-wrapper #more_posts i {
  margin-left: 5px;
}
.vt-display-posts .vt_nomorepost {
  text-align: center;
}

/* holiday enquiry dynamic page css */
.dynamic-page-container {
  width: 100%;
}
.dynamic-page-container p {
  margin-bottom: 0;
}
.dynamic-page-container .banner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic-page-container .display_planner-image {
  height: 186px;
  width: 186px;
  margin: 0 35px 0 0;
  border: 3px solid var(--tt-text-secondary);
}
.planner_detail .planner-name {
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-main-heading);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "Northwell Clean", Sans-serif;
  margin-bottom: 15px;
}
.planner_detail .phone-number,
.planner_location .related-hotel-text,
.planner_location .enquiry-text {
  font-family: 'Montserrat',sans-serif;
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-sub-title);
}
.planner_location .related-hotel-text {
  font-size: var(--tt-font-size-medium-title);
  font-weight: 500;
  line-height: 1.3;
}
.planner_location .enquiry-text {
  font-size: var(--tt-font-size-medium-title);
}
.planner_detail .phone-number,
.planner_detail .planner-name {
  text-align: left;
}
.dynamic-page-container .form-section-container {
  width: 890px;
  margin:0 auto;
}
.dynamic-page-container .form-section {
  background: var(--tt-text-primary);
  padding: 50px 0;
}
.dynamic-page-container .form-heading {
  margin-bottom: 30px;
}
.dynamic-page-container .planner_location {
  padding-right: 24px;
}
.dynamic-page-container  .form-section .shortcode-wrapper input,
.dynamic-page-container  .form-section .shortcode-wrapper textarea{
  border-color: var(--tt-text-primary) !important;
  background-color: var(--tt-bg-white) !important;
  color: var(--tt-text-black) !important;
}
.dynamic-page-container  .form-section .shortcode-wrapper .wpforms-submit {
  background-color: var(--tt-bg-secondary);
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-small-paragraph);
  font-family: inherit;
  font-weight: 500;
  padding: 10px;
  line-height: 1.45em;
  text-transform: uppercase;
  max-width: 100px;
  width: 100%;
}
.dynamic-page-container  .form-section .shortcode-wrapper .wpforms-field-label {
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-small-paragraph);
  font-family: inherit;
  font-weight: 700;
}   
.dynamic-page-container  .form-section .wpforms-container {
  background: var(--tt-text-primary) !important;
}
.dynamic-page-container .form-section .form-heading {
  color: var(--tt-text-secondary);
  font-size: var(--tt-font-size-main-heading);
  font-family: inherit;
  font-weight: 400;
  text-align: left;
}
.dynamic-page-container .planner-image-detail-wrapper {
  display: flex;
  align-items: center;
}
/* end holiday enquiry dynamic page css */
/* start common css for 3 template */
.holiday-type-page-content .special-offer-heading h2,
.destination-page-content .special-offer-heading h2,
.promotional-page-content .special-offer-heading h2 {
  font-family: "Montserrat", Sans-serif !important;
}
/* start common css for 3 template */

/* start promotional page css */
.promotional-page-content .banner-section,
.holiday-type-page-content .banner-section,
.destination-page-content .banner-section{
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-position: center;
}
.promotional-page-content .banner-section .container.content {
  padding: 20px;
}
.tax-promotional .site-content .ast-container,
.tax-holiday_type .site-content .ast-container,
.tax-destination .site-content .ast-container,
.search.search-results .site-content .ast-container {
  display: unset;
}
.promotional-page-content .promotional-partner-logo {
  width: 98px;
  margin: 0 auto;
}
.promotional-page-content .promotional-partner h1,
.promotional-page-content .promotional-partner-description p {
  color: var(--tt-text-white);
}
.promotional-page-content .promotional-partner h1 {
  font-family: "Montserrat", Sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.promotional-page-content .promotional-partner-description p {
  font-family: "Montserrat", Sans-serif;
  font-size: var(--tt-font-size-medium-title);
  font-weight: inherit;
  line-height: 1.85;
}
.promotional-page-content .promotion-btn {
  line-height: 1;
  margin: 0 6px;
}
.promotional-page-content .promotional-offer-btn {
  background-color: var(--tt-bg-primary);
}
.promotional-page-content .special-offer-heading h2 {
  font-weight: bold;
}
.promotional-page-content .background-overlay {
  opacity: 0.4;
}
/* end promotional page css */

/* start holiday type page css */
.holiday-type-page-content .holiday-type-heading h1,
.holiday-type-page-content .holiday-type-description {
  color: var(--tt-text-white);
}
.holiday-type-page-content .holiday-type-heading h1 {
  font-family: "Montserrat", Sans-serif;
  font-size: var(--tt-font-size-main-heading);
  font-weight: bold;
}
.holiday-type-page-content .holiday-type-description p {
  font-family: "Montserrat", Sans-serif;
  font-size: var(--tt-font-size-medium-title);
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.3;
}
.holiday-type-page-content .holiday-type-description {
  padding-top: 10px;
}
.archive .tax-btn {
  line-height: 1;
}
.holiday-type-page-content .holiday-type-btn {
  background-color: var(--tt-bg-btn-primary);
}
.holiday-type-page-content .background-overlay {
  opacity: 0.4;
}
.holiday-type-page-content .special-offer-heading h2{
  margin-top: 10px;
  font-weight: 600;
}
/* end holiday type page css */

/* start destination page css */
.destination-page-content .destination-heading h1,
.destination-page-content .destination-description {
  color: var(--tt-text-white);
}
.destination-page-content .destination-heading h1 {
  font-family: "Montserrat", Sans-serif;
  font-size: var(--tt-font-size-main-heading);
  font-weight: bold;
}
.destination-page-content .destination-description p {
  font-family: "Montserrat", Sans-serif;
  font-size: var(--tt-font-size-medium-title);
  font-weight: 500;
  padding: 10px 0;
  line-height: 1.3;
}
.destination-page-content .destination-description {
  padding-top: 10px;
}
.archive .tax-btn {
  line-height: 1;
}
.destination-page-content .destination-btn {
  background-color: var(--tt-bg-btn-primary);
}
.destination-page-content .background-overlay {
  opacity: 0.4 !important;
}
.destination-about-us-section h2 {
  color: var(--tt-text-primary);
  font-family: "Montserrat", Sans-serif;
  font-size: var(--tt-font-size-main-heading);
  font-weight: 600;
}
.destination-about-us-section .planner-about {
  color: var(--tt-text-black);
  font-weight: 500;
}
.destination-about-us-section {
  padding: 100px 0;
}
/* end destination page css */

/* start search form css */
.search-form .all-search-field-wrapper {
  display: flex;
  justify-content: space-between;
}
.search-form .all-search-field-wrapper .field-wrapper {
  width: 43%;
}
.search-form .all-search-field-wrapper .elem {
  width: 100%;
}
.search-page-template {
  padding: 70px 20px;
}
.search-page-template .holiday-type-heading {
  padding-bottom: 30px;
}
.search-form .all-search-field-wrapper select{
  font-weight: 500;
  font-size: var(--tt-font-size-title);
  padding: 10px;
  background-position: 97% 50%;
}
.search-form .all-search-field-wrapper .button-wrapper .elem{
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-small-paragraph);
  letter-spacing: 1.2px;
}
.search-form {
  padding: 30px 10px;
}
.d-none{
  display:none
}

/*
* 21Dec2022
**/
.new-layout-destination .image-wrapp {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  border-radius: 8px 8px 0px 0px;
}
.new-layout-destination .entry-title {
  text-transform: capitalize;
  margin: 10px 0 20px 0;
  border: medium none;
  padding: 0;
  color: var(--tt-text-black) !important;
  font-size: var(--tt-font-size-title);
  font-weight: 500;
  line-height: 1.9;
}
.new-layout-destination .category-title {
  margin: -10px 15px 10px 15px;
  padding: 8px 20px 8px 20px;
  background-color: var(--tt-bg-secondary);
  border-radius: 4px 4px 4px 4px;
}
.new-layout-destination .cat_title {
  color: var(--tt-text-black);
  font-size: var(--tt-font-size-small-paragraph);
  font-weight: 400;
  line-height: 16px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: calc(1 * 17px);
}
.head_and_cont h2.heading-title, .head_and_cont .offer-content {
  text-align: center !important;
}
.new-layout-destination .cat_title h4.cat_title {
  font-size: var(--tt-font-size-small-paragraph);
}
.new-layout-destination .package-title {
  font-size: var(--tt-font-size-small-paragraph);
  font-weight: 400;
  margin: 0;
}
.new-layout-destination .package-title span{
  display: block;
  color: var(--tt-text-black);
}
.new-layout-destination .package-price {
  font-size: var(--tt-font-size-medium-title);
  font-weight: 600;
  color: var(--tt-text-primary);
  margin: -8px 0px -8px 0px;
}
.new-layout-destination .package-person {
  font-size: var(--tt-font-size-small-paragraph);
  color: var(--tt-text-black);
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.new-layout-destination a.package-view-offer-btn {
  font-size: var(--st-font-size-small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  fill: var(--tt-text-white);
  color: var(--tt-text-white);
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
}
.offer-item-cover.new-layout-destination {
  box-shadow: 0px 3px 15px 0px var(--tt-box-shadow);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 0px;
}
.new-layout-destination .container {
  max-width: 1140px !important;
  margin: 0 auto;
}
.new-layout-destination .package-info {
  margin-bottom: 20px;
}
.new-layout-destination .content-wrapp {
  padding-bottom: 25px;
}
section#offers-section .container {
  max-width: 1140px !important;
  margin: 0 auto;
  padding: 0px !important;
}
.new-layout-destination .offer-item-wrapper {
  border-radius: 8px;
  border: none !important;
}
.custom-template .destination-heading {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.custom-template .destination-heading h2 {
  color: rgba(var(--tt-text-white), 0.38);
  font-size: var(--tt-font-size-main-heading);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 2px;
}
.custom-template .banner_def_title {
  margin-bottom: 20px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}

.custom-template h2.banner-default-title {
  margin: 0;
  color: var(--tt-text-white);
  font-family: "Lato", Sans-serif;
  font-size: var(--tt-font-size-main-heading);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1.2px;
}
.custom-template .banner-head-meta-title {
  text-align: center;
  margin-bottom: 20px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}

.custom-template h2.banner_title {
  margin: 0px 0px -15px 0px;
  color: var(--tt-text-primary);
  font-family: "Lato", Sans-serif;
  font-size: var(--tt-font-size-button);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1.2px;
}

/* 23/12/2022 */
/* destination page */
.display-offers {
  padding: 60px 0;
}
.custom-template .container {
  max-width: 1140px;
}
.custom-template .banner-section {
  padding: 218px 0px 180px 0px;
  min-height: unset !important;
}
.custom-template .banner-section .background-overlay {
  opacity: 0.35;
}
.custom-template .banner-section > .content {
  width: 100%;
}
.custom-template .banner-section .banner_def_title .banner-default-title {
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
.custom-template .banner-section .destination-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 15px auto 0;
  left: 0;
  right: 0;
  width: 100%;
}
.custom-template .holiday-banner {
  padding: 95px 0 48px 0;
}
.custom-template .holiday-banner.holiday-banner-mobile-image{
padding: 95px 0 48px 0;
}
.custom-template .heading-title {
  line-height: 1.9;
  margin-bottom: 15px;
  color: var(--tt-text-primary);
  font-size: var(--tt-font-medium-title);
  font-weight: 400;
  text-transform: uppercase;
}
.custom-template section.offers_container {
  max-width: 565px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.custom-template .destination-description p {
  color: var(--tt-text-black);
  font-size: var(--tt-font-size-small-paragraph);
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 48px;
  padding: 0;
}
.custom-template .row {
  display: flex;
  flex-wrap: wrap;
}
.custom-template .holiday-banner .row {
  align-items: center;
}
.custom-template .holiday-banner .leftside {
  width: 50%;
  padding: 48px;
}
.custom-template .holiday-banner .leftside.only_description{
padding: 48px 48px 0 48px;
}
.custom-template .holiday-banner .rightside {
  width: 50%;
}
.custom-template .imagegroup {
  position: relative;
}
.custom-template .imagegroup .image1,
.custom-template .imagegroup .image2 {
  background-image: url(../images/bottom_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-template .imagegroup .image1 {
  padding: 0px 32px 40px 0px;
  transform-origin: 275px 219.453px;
  transform: rotate(2deg);
  z-index: 3;
  position: relative;
}
.custom-template .imagegroup .image2 {
  position: absolute;
  bottom: -30px;
  z-index: 9;
  max-width: 250px;
  object-fit: cover;
  height: auto;
  padding: 0px 0px 17px 0px;
  transform: rotate(-7deg);
  left: -15px;
}
.custom-template .imagegroup .image1 img {
  border-style: solid;
  border-width: 14px 14px 42px 14px;
  border-color: var(--tt-text-white);
  box-shadow: 0px 30px 60px 0px var(--tt-box-shadow);
}
.custom-template .imagegroup .image2 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-style: solid;
  border-width: 10px 10px 35px 10px;
  border-color: var(--tt-text-white);
  box-shadow: 0px 30px 60px 0px var(--tt-box-shadow);
  max-width: 100%;
  max-height: 100%;
}
.custom-template .button-wrapper a {
  font-family: "Lato", Sans-serif;
  font-size: var(--st-font-size-small);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: var(--tt-text-white);
  border-radius: 5px 5px 5px 5px;
  padding: 15px 30px 15px 30px;
  border-color: var(--tt-text-primary);
  background-color: var(--tt-bg-primary);
  line-height: 1;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.custom-template  .button-cover a.package-view-offer-btn {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  display: inline-block;
  vertical-align: top;
  border-color: var(--tt-text-primary);
  background-color: var(--tt-bg-primary);
}
.custom-template .button-wrapper a:hover,
.custom-template .button-cover a.package-view-offer-btn:hover {
  color: var(--tt-text-black);
  transform: translateY(-8px);
  background-color: var(--tt-bg-secondary);
  border-color: var(--tt-text-secondary);
}
.display-offers .vt-loadmore-wrapper {
  text-align: center;
  margin-top: 15px;
}
.display-offers .vt-loadmore-wrapper a#load_more_offer, .display-offers .vt-loadmore-wrapper a#load_more_destination {
  background-color: var(--tt-bg-primary);
  color: var(--tt-text-white); 
  padding: 15px 30px;
  border-radius: 2px;
  display: table;
  margin: 0 auto;
}
.display-offers .vt-loadmore-wrapper a#load_more_offer i {
  margin-left: 5px;
}
.custom-template .all-offer-packages {
  text-align: left;
  position: relative;
}
.custom-template .offer-heading {
  margin-bottom: 25px;
}
.transparent-heading {
  position: absolute;
  top: 0;
}
.transparent-heading h3 {
  color: var(--tt-text-primary);
  font-size: var(--tt-96-font);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}
.package-contact-info .elementor-shape .elementor-shape-fill {
  fill: var(--tt-text-primary);
}
.custom-template .package-contact-info .elementor-shape svg {
  display: block;
  position: relative;
  left: 50%;
  width: calc(131% + 1.3px);
  height: 100px;
  transform: translateX(-50%) rotateY(180deg);
}
.custom-template .display-offers {
  position: relative;
  background-color: var(--tt-bg-white);
  padding: 60px 0;
  z-index: 1;
}
.tax-destination .custom-template .display-offers{
padding-bottom: 0;
}
.custom-template .package-contact-info .right-column {
  position: relative;
  top: 50px;
  z-index: 0;
}
.display-offers .display-offers-content {
  padding-bottom: 0;
  padding-top: 30px;
}
.special-offer-heading {
  position: relative;
  padding-top: 50px;
}
.display-offers .special-offer-heading {
  padding-top: 0;
}
.special-offer-heading:after {
  content: '';
  background-image: url(https://www.travologytravel.co.uk/wp-content/uploads/2022/11/Background-pattern.png);
  background-position: 0px 29%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.02;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.custom-template .offer-list-wrapp .new-layout-destination {
  padding: 0 !important;
  margin: 0 10px 20px !important;
  border-radius: 8px;
  overflow: hidden;
}

.custom-template section#offers-section .container {
  padding: 0 20px !important;
}

.custom-template .new-layout-destination .content-wrapp {
  padding-bottom: 10px;
}

.custom-template .display-offers-content .offer-list-wrapp {
  margin: 0 -10px;
  justify-content: flex-start;
  width: auto;
}

.animated-block {
  opacity: 0;
}

.animated-block.animated {
  opacity: 1;
}
/*----07-02-2023---*/
.vt-offer-grid-main-wrapper .offer-list-wrapp.column-3 {
  margin: 0 -7.5px;
  justify-content: flex-start;
}
.vt-offer-grid-main-wrapper .offer-item-cover {
  box-shadow: 0 0 10px 0 var(--tt-black-overlay-50);
}
.vt-offer-grid-main-wrapper .special_hotel_offer_details {
  list-style: none;
  text-align: left;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.vt-offer-grid-main-wrapper .special_hotel_offer_details li {
  margin-bottom: 5px;
  font-size: var(--st-font-size-small);
  line-height: 25.6px;
  width: 50%;
}
.vt-offer-grid-main-wrapper .vt_special_grid_title {
  color: var(--tt-text-black);
  font-size: var(--tt-font-title);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2em;
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 8px;
}
.vt-offer-grid-main-wrapper .title-loc-wrap{
  margin-bottom: 20px;
}
.vt-offer-grid-main-wrapper .display-location {
  color: var(--tt-text-black);
  font-size: var(--tt-font-size-small-paragraph);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3em;
}
.vt-offer-grid-main-wrapper .feature {
  position: absolute;
  top: 12px;
  z-index: 9;
  left: 12px;
  color: var(--tt-text-black);
  font-weight: 400;
  background-color: var(--tt-bg-primary);
  padding: 2px 15px 2px 15px;
}
.vt-offer-grid-main-wrapper .offer-item-cover .content-cover{
  padding: 18px; 
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vt-offer-grid-main-wrapper .offer-item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vt-offer-grid-main-wrapper .special_hotel_offer_details li i {
  padding-right: 5px;
  color: var(--tt-text-black);
  opacity: 0.5;
}
.vt-offer-grid-main-wrapper .offer-item-cover .offer-title-cover {
  margin-bottom: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
}
.vt_special_hotel_info_details {
  display: flex;    
  justify-content: space-between;
  align-items: center;
  margin: auto -18px 0-18px;
  padding: 16px 18px 0 18px;
  border-top: 1px solid #e7e6e6;
}
.vt-offer-grid-main-wrapper .view-offer-btn{
  min-width: 40px;
}
.vt-offer-grid-main-wrapper  .offer-title {
  margin-bottom: 0;
}
.vt-offer-grid-main-wrapper  .offer-title {
  color: var(--tt-text-black);
  font-size: var(--tt-font-size-paragraph);
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  text-align: left;
}
.vt-offer-grid-main-wrapper .view-offer-btn {
  min-width: 40px;
  font-size: var(--tt-font-size-small-paragraph);
  fill: var(--tt-text-white);
  color: var(--tt-text-white);
  background-color: var(--tt-bg-btn-primary) !important;
  border-style: none;
  border-radius: 4px 4px 4px 4px;
  padding: 5px 20px 5px 20px;
  text-decoration: none !important;
}
.vt-offer-shortcode .offer-title-cover p strong {
  font-size: var(--tt-font-size-small-paragraph);
}
.vt-offer-grid-main-wrapper .view-offer-btn i {
  font-size: var(--tt-font-size-small-paragraph);
}
/**
* New hotel grid design
*/
.special_hotel_grid_main_wrapper .offer-item-cover{
  background: var(--tt-text-white);
  box-shadow: 0px 0px 10px 0px var(--tt-box-shadow);
}
.special_hotel_grid_main_wrapper .elementor-star-rating .star-rating svg {
  width: 15px;
  height: 15px;
  display: inline-block;
}
.special_hotel_grid_main_wrapper .hightlight_text {
  margin-left: 0;
  list-style: none;
  text-align: left;
}
.special_hotel_grid_main_wrapper .image-cover{
  position: relative;
}
.special_hotel_grid_main_wrapper .image-cover .feature{
  position: absolute;
  top: 15px;
  left: 15px;
  color: var(--tt-text-black);
  font-weight: 400;
  background-color: var(--tt-bg-primary);
  padding: 2px 15px 2px 15px;
  z-index: 9;
}
.special_hotel_grid_main_wrapper .hightlight_text li i {
  margin-right: 10px;
  color: var(--tt-text-primary );
  font-size: var(--tt-font-size-button);
}
.special_hotel_grid_main_wrapper .hightlight_text li i::before{
  position: relative;
  top: 3px;    
}
.special_hotel_grid_main_wrapper .hightlight_text li {
  margin-bottom: 10px;
  font-size: var(--st-font-size-small);
  line-height: 19px;
  text-indent: -15px;
  padding-left: 30px;
}
.special_hotel_grid_main_wrapper .offer-item-cover .content-cover {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: stretch;
  /* border-bottom: 1px solid var(--tt-silver-grey); */
}
.special_hotel_detail .elementor-star-rating {
  display: flex;
}
.special_hotel_grid_main_wrapper .offer-item-cover .offer-item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.special_hotel_grid_main_wrapper .special_hotel_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;    
  margin-top: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #e7e6e6;
}
.special_hotel_grid_main_wrapper  .view-offer-btn {
  font-size: var(--tt-font-size-small-paragraph);
  fill: var(--tt-text-white);
  color: var(--tt-text-white);
  background-color: var(--tt-bg-primary);
  border-style: none;
  border-radius: 4px 4px 4px 4px;
  padding: 5px 20px 5px 20px;
  min-width: 50px !important;
  text-decoration: none !important;
}
a.view-offer-btn:hover {
  background-color: var(--tt-bg-btn-secondary) !important;
}
.vt-offer-grid-main-wrapper.vt-offer-shortcode .offer-item-cover .offer-item-wrapper,
.special_hotel_grid_main_wrapper.vt-offer-shortcode .offer-item-cover .offer-item-wrapper {
  border: medium none;
}
.vt-offer-grid-main-wrapper.vt-offer-shortcode .offer-title-cover{
  border: medium none;
}
.special_hotel_grid_main_wrapper.vt-offer-shortcode .content-cover .entry-title{
  color: var(--tt-text-black);
  margin-top: 0;
  margin-bottom: 8px;
}
.special_hotel_grid_main_wrapper.vt-offer-shortcode .content-cover .display-location{
  color: var(--tt-text-black );
  font-size: var( --tt-font-size-paragraph );
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.special_hotel_grid_main_wrapper.vt-offer-shortcode .title-loc-wrap{
  margin-bottom: 20px;
}
.vt-offer-grid-main-wrapper .offer-item-cover .offer-item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Common 31-7-2023 slider arrow*/
.vt-offer-shortcode .offers-slider button.slick-arrow {
  left: 0;
  right: auto;
  top: 45%;
  z-index: 9;
  margin-left: 0;
  transform: translateY(-50%);
  position: absolute;
  background: var(--tt-text-white);
  border: 2px solid var(--tt-text-primary);
  background-color: var(--tt-bg-btn-primary);
  color: var(--tt-text-white);
  height: 50px !important;
  padding: 1rem !important;
  width: 50px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.vt-offer-shortcode.special-offer-style-two button.slick-arrow,
.vt-offer-shortcode.special-offer-style-one button.slick-arrow {
  height: 36px !important;
  width: 36px !important;
}
.vt-offer-shortcode .offers-slider button.slick-arrow:hover {
  background: var(--tt-bg-white);
  border: 2px solid var(--tt-text-primary);
}
.vt-offer-shortcode .offers-slider button.slick-arrow.slick-prev {
  background-color: var(--tt-bg-white);
  color: var(--tt-text-primary);
}
.vt-offer-shortcode .offers-slider button.slick-arrow.slick-prev:hover {
  background-color: var(--tt-bg-btn-primary);
  color: var(--tt-text-white);
}
.vt-offer-shortcode .offers-slider button.slick-arrow.slick-next:hover {
  background-color: var(--tt-bg-primary);
  border-color: var(--tt-text-primary);
  -webkit-box-shadow: 0 4px 4px var(--tt-black-overlay-25);
  box-shadow: 0 4px 4px var(--tt-black-overlay-25);
  color: var(--tt-text-white);
}
.vt-offer-shortcode.special-offer-style-one .slick-prev i,
.vt-offer-shortcode.special-offer-style-one .slick-next i,
.vt-offer-shortcode.special-offer-style-two .slick-prev i,
.vt-offer-shortcode.special-offer-style-two .slick-next i {
  height: 100%;
  width: 100%;
  position: static;
}
.vt-offer-shortcode.special-offer-style-one .slick-prev i:before,
.vt-offer-shortcode.special-offer-style-one .slick-next i:before,
.vt-offer-shortcode.special-offer-style-two .slick-prev i:before,
.vt-offer-shortcode.special-offer-style-two .slick-next i:before {
  content: "";
  background-image: url(../images/arrow-button.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  background-size: auto 36px;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) scaleX(-1);
  right: 0;
  margin: 0 auto;
  background-position: 11px -18px;
}
.vt-offer-shortcode.special-offer-style-one .slick-next i:before,
.vt-offer-shortcode.special-offer-style-two .slick-next i:before {
  transform: translateY(-50%) scaleX(1);
  left: 1px;
}
.vt-offer-shortcode .offers-slider button.slick-arrow.slick-next {
  left: auto;
  right: -13px;
}
.vt-offer-shortcode .offers-slider button.slick-arrow.slick-prev {
  left: -13px;
}
.vt-offer-shortcode .offers-slider button.slick-prev:hover, 
.vt-offer-shortcode .offers-slider button.slick-prev:focus,
.vt-offer-shortcode .offers-slider button.slick-next:hover, 
.vt-offer-shortcode .offers-slider button.slick-next:focus {
  top: 45%;
  color: (--tt-text-primary);
}
.vt-offer-shortcode .column-3 .offer-item-cover {
  margin: 0 7.5px 15px !important;
}
.vt-offer-shortcode .offer-item-cover {
  margin: 0 10px;
}

/* Destination Slider */
.destination-style-one .rlr-section__title--main,
.destination-style-two .rlr-section__title--main,
.holiday-type-shorcode .rlr-section__title--main {
  font-size: var(--tt-font-size-main-heading);
  font-weight: 700;
  line-height: 1.33;
  color: var(--tt-text-black);
  opacity: 0.5;
}
.destination-style-one .rlr-section-header,
.destination-style-two .rlr-section-header,
.holiday-type-shorcode .rlr-section-header {
  padding-bottom: 4rem;
}
.destination-style-one .rlr-section__title--sub,
.destination-style-two .rlr-section__title--sub,
.holiday-type-shorcode .rlr-section__title--sub {
  font-size: var(--tt-font-size-paragraph);
  color: var(--tt-font-size-button);
  font-weight: 300;
}
.destination-style-one .rlr-all-destination > a,
.destination-style-two .rlr-all-destination > a,
.holiday-type-shorcode .rlr-all-destination > a {
  display: flex;
  max-width: 232px;
  padding: 15px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--tt-text-primary);
  background: var(--tt-bg-primary);
  color: var(--tt-text-white);
  text-decoration: none;
  line-height: 1;
  gap: 10px;
  font-size: var(--tt-font-size-paragraph);
  font-weight: 500;
}
.destination-style-one .rlr-all-destination > a:after,
.destination-style-two .rlr-all-destination > a:after,
.holiday-type-shorcode .rlr-all-destination > a:after {
  content: "";
  background-image: url(../images/icon-right-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.destination-style-one .rlr-all-destination > a:hover,
.destination-style-two .rlr-all-destination > a:hover,
.holiday-type-shorcode .rlr-all-destination > a:hover {
  background-color: var(--tt-bg-secondary);
  border-color: var(--tt-text-secondary);
}

.holiday-type-shorcode .rlr-featured__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 0;
}
.holiday-type-shorcode .rlr-featured__cards.column-1 .offer-item-cover {
  width: 100%;
  margin-bottom: 15px;
}
.holiday-type-shorcode .column-2 .offer-item-cover {
  width: calc(50% - 25px);
  margin: 0 12.5px 25px;
}
.holiday-type-shorcode .column-3 .offer-item-cover {
  width: calc(33.33% - 25px);
  margin: 0 12.5px 25px !important;
  transition: all 0.3s linear;
}
.holiday-type-shorcode .column-4 .offer-item-cover {
  width: calc(25% - 25px);
  margin: 0 12.5px 15px;
}
.holiday-type-shorcode .rlr-product-card {
  background-color: var(--tt-bg-white);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 4px 0 var(--tt-box-shadow);
  box-shadow: 0 2px 4px 0 var(--tt-box-shadow);
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, 
  -webkit-box-shadow 0.3s ease-in-out;
}
.holiday-type-shorcode .rlr-product-card--featured .rlr-product-card__image-wrapper .trending-img {
  border-radius: 2rem;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 68.5%;
  display: block;
}
.holiday-type-shorcode .rlr-product-card--featured .rlr-product-card__image-wrapper img {
  border-radius: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  max-width: 100%;
}
.holiday-type-shorcode .rlr-product-card--featured .rlr-product-card__image-wrapper {
  padding: 0;
  margin: 0;
}
.holiday-type-shorcode .rlr-featured__cards {
  /*padding: 0 10px;*/
margin-left: -12.5px;
  margin-right: -12.5px;
}
body .holiday-type-shorcode .rlr-product-card--featured__summary {
  padding: 1rem 0 0;
  text-align: left;
}
.holiday-type-shorcode .rlr-product-card--featured__summary .type-h6-semi-bold {
  font-size: var(--tt-font-size-medium-title);
  font-weight: 600;
  letter-spacing: -0.38px;
  color: var(--tt-text-black);
  opacity: 0.5;
  padding: 5px 0 10px;
  margin: 0;
text-transform: none;
}

.holiday-type-shorcode .rlr-product-card--featured__summary .type-body {
  color: var(--tt-text-black );
  font-size: calc(var(--tt-font-size-paragraph) + 2px);
  letter-spacing: -0.26px;
  line-height: 30px;
  margin: 0;
}
.destination-style-one .swiper-horizontal .swiper-scrollbar {
  width: 100%;
  left: 0;
  border-radius: 16px;
  height: 6px;
  bottom: -40px;
}
.destination-style-one .swiper-horizontal .swiper-scrollbar-drag {
  cursor: -webkit-grab;
  cursor: grab;
  background-color: var(--tt-bg-primary);
}
.swiper-horizontal .swiper-button {
  background-image: none;
  border-radius: 40px;
  background: var(--tt-bg-white);
  box-shadow: 0 20px 40px 0px var(--tt-box-shadow);
  display: flex;
  width: 40px;
  height: 40px;
  padding: 13.5px 14px 14.5px 14px;
  justify-content: center;
  align-items: center;
  color: var(--tt-text-primary);
  cursor: pointer;
}
.swiper-horizontal .swiper-button i {
  color: var(--tt-text-primary);
  font-size: var(--tt-font-size-button);
}

.swiper-horizontal {
  position: relative;
}
.swiper-horizontal .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 1;
}
.swiper-horizontal .destination-image {
  position: relative;
  padding-top: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.destination-style-one .swiper-horizontal .destination-image {
  border-radius: 16px;
}
.vt-destination-full .destination-image:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(5, 16, 54, 0.60) 0%, rgba(5, 16, 54, 0.00) 63.5%);
  z-index: 0;
}
.swiper-horizontal .destination-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-horizontal .destination-content {
  position: absolute;
  top: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.destination-content .destination-name {
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-medium-title);
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.destination-content p {
  margin-bottom: 0;
  color: var(--tt-text-white);
  font-size: var(--tt-font-size-paragraph);
  font-style: normal;
  font-weight: 400;
  line-height: 28.125px;
  text-decoration: none;
}
.swiper-horizontal .swiper-button:hover {
  background-color: var(--tt-bg-primary);
}
.swiper-horizontal .swiper-button:hover i {
  color: var(--tt-text-white);
}
.vt-destination-container .destination-image {
  padding-top: 135%;
}

.vt-destination-container .destination-content {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(80px);
  bottom: -10px;
  top: auto;
  height: auto;
  text-align: center;
}

.vt-destination-container .swiper-slide:hover .destination-content {
  bottom: 0;
  transform: translateY(0);
}

.vt-destination-container .destination-content .destination-discover > a {
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: inherit;
  color: var(--tt-text-white);
  border-color: var(--tt-text-primary);
  background-color: var(--tt-bg-btn-primary);
  display: block;
  text-decoration: none;
  padding: 15px 30px;
  text-transform: capitalize;
  border-radius: 4px;
}
.vt-destination-container .destination-content .destination-discover > a:hover {
  background-color: var(--tt-bg-btn-primary-hover);
  border-color: var(--tt-text-secondary);
}
.vt-destination-container .destination-content .destination-name {
  margin-bottom: 20px;
}
.vt-destination-container .destination-image::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.4);
  border-radius: inherit;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.vt-destination-container .swiper-slide:hover .destination-image::after {
  opacity: 1;
  z-index: 0;
}
.swiper-horizontal .swiper-button.swiper-button-next,
.swiper-horizontal .swiper-button.swiper-two-next {
  left: auto;
  right: -20px;
}
.swiper-horizontal .swiper-button.swiper-button-prev,
.swiper-horizontal .swiper-button.swiper-two-prev {
  left: -20px;
  right: 0;
}

.holiday-type-shorcode .rlr-product-card {
  box-shadow: none;
  border: none;
}
.destination-style-one .swiper-slide {
overflow:hidden;
}
.bde-section:has(.vt-destination-container) {
overflow:hidden;
}

@media (min-width: 576px) {

.destination-style-one .rlr-section-header,
.destination-style-two .rlr-section-header,
.holiday-type-shorcode .rlr-section-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

}


@media (min-width: 1200px){ 

  .vt-offer-shortcode .offers-slider button.slick-arrow.slick-next {
      right: -70px;
  }
  .vt-offer-shortcode .offers-slider button.slick-arrow.slick-prev {
      left: -70px;
  }

}
/* end Common 31-7-2023*/

@media screen and (max-width: 991px) {

  .vt-offer-grid-main-wrapper .offer-item-cover .content-cover{
      padding: 5px;
  }
  .swiper-horizontal .swiper-button.swiper-button-next,
  .swiper-horizontal .swiper-button.swiper-two-next {
      right: 5px;
  }
  .swiper-horizontal .swiper-button.swiper-button-prev, .swiper-horizontal .swiper-button.swiper-two-prev {
      left: 5px;
  }
  .holiday-type-shorcode .column-4 .offer-item-cover {
      width: calc(33.33% - 25px);
  }
  .holiday-type-shorcode .column-3 .offer-item-cover {
      width: calc(50% - 25px);
  }
  
 

}
@media screen and (min-width: 768px) {

  .custom-template .vt-offer-shortcode .column-3:not(.offers-slider) .offer-item-cover {
      width: calc(50% - 20px);
  }
  .custom-template .vt-offer-shortcode .column-4:not(.offers-slider) .offer-item-cover {
      width: calc(33.33% - 20px);
  }
  /* 22-5-2023 */
  .holiday-enquiry-template .banner {
      width: 1200px;
  }
  .holiday-enquiry-template .planner_detail .planner-name {
      margin-bottom: 5px;
  }
  .holiday-enquiry-template .planner_location .related-hotel-text {
      margin-bottom: 20px;
  }
  .holiday-enquiry-template .banner-section {
      padding: 20px 0; 
  }
  .holiday-enquiry-template .planner-image-detail-wrapper,
  .holiday-enquiry-template .planner_location{
      width: 50%;
  }
  .holiday-enquiry-template .banner-section {
      min-height: 0;
      padding: 20px 0;
  }

}


@media screen and (min-width: 1024px) {

  .custom-template .vt-offer-shortcode .column-3:not(.offers-slider) .offer-item-cover {
      width: calc(33.333% - 20px);
  }
  .custom-template .vt-offer-shortcode .column-4:not(.offers-slider) .offer-item-cover {
      width: calc(25% - 20px);
  }

}

/* end search form css */
@media screen and (max-width: 1024px) {


  .dynamic-page-container .banner {
      display: grid;
      width: 100%;
      padding: 10px 30px;
      justify-content: center;
  }
  .dynamic-page-container .form-section-container {
      width: 100%;
  }
  .dynamic-page-container .planner-image-detail-wrapper {
      flex-direction: column;
  }
  .planner_detail .phone-number {
      text-align: center;
      line-height: 1.2em;
  }
  .dynamic-page-container .planner_detail {
      padding-top: 50px;
  }
  .dynamic-page-container .planner-name {
      line-height: 50px;
  }
  .dynamic-page-container .planner_location {
      margin-top: 30px;
      padding-right: 0;
  }
  .planner_location .related-hotel-text {
      font-size: var(--tt-font-size-sub-title);
  }
  .planner_location .enquiry-text {
      font-size: var(--tt-font-size-paragraph);
  }
  .dynamic-page-container .display_planner-image {
      margin: 0;
  }
  .dynamic-page-container .form-section {
      padding: 40px 20px;
  }
  .dynamic-page-container .form-heading {
      margin-bottom: 20px;
  }
  .dynamic-page-container .display_planner-image {
      height: 220px;
      width: 220px;
  }
  .dynamic-page-container .form-section {
      padding: 50px 30px;
  }
  .planner_detail .planner-name {
      font-size: var(--tt-font-size-title);
  }
  .planner_detail .phone-number {
      font-size: var(--tt-font-size-sub-title);
      padding-top: 12px;
  }
  /* search form */
  .search-form .all-search-field-wrapper .field-wrapper {
      width: 40%;
  }

  /* destination page */
  .custom-template .banner-section {
      padding: 100px 0;
  }
  .custom-template .destination-heading h2 {
      font-size: var(--tt-font-size-main-heading);
  }
  .custom-template .banner-section .destination-heading {
      margin: -10px  auto 0;
  }
  .custom-template .holiday-banner .leftside {
      width: 100%;
      padding: 0 0 48px;
  }
  .custom-template .holiday-banner .rightside {
      width: 100%;
      padding: 0 25px 25px;
  }
  .custom-template .holiday-banner {
      padding: 40px 0;
  }
  .custom-template .destination-description p {
      margin: 0 0 25px;
  }
  .custom-template .footer-section {
      position: relative;
  }
  .custom-template section.package-contact-info {
      min-height: 380px;
  }
  .custom-template .package-contact-info .right-column.cta-iamge img {
      text-align: left;
      margin: 0;
  }
  /* 23-5-2022 */
  .holiday-enquiry-template .banner {
      display: flex;
  }

}
@media (min-width:1024px) and (max-width:1200px) {
  .dynamic-page-container .banner {
      padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .vt-offer-shortcode .column-4:not(.offers-slider) .offer-item-cover {
      width: 33.333%;
  }
  .custom-template .package-contact-info .right-column.cta-iamge {
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .head_and_cont .offer-content {
      padding: 0px 20px;
  }
  section.holiday-banner.holiday-banner-mobile-desc, section.holiday-banner.holiday-banner-mobile-image {
      padding-top: 30px !important;
  }
  section#offers-section .plan-your-trip.button-container {
      margin-top: 5px;
  }
  section#offers-section p.cta-description {
      text-align: left !important;
  }
  .vt-offer-shortcode .column-3:not(.offers-slider) .offer-item-cover,
  .vt-offer-shortcode .column-4:not(.offers-slider) .offer-item-cover,
  .vt-offer-shortcode .column-2 .offer-item-cover {
      width: 100%;
  }
  .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
      grid-column-gap: 0;
  } 
  .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
      padding-left: 0;
  }
  header .ast-builder-grid-row>.site-header-section {
      padding-left: 20px;
  }
  .promotional-page-content .promotional-partner-logo {
      width: 75px;
  }
  .promotional-page-content .promotional-partner h1 {
      margin-top: 20px;
      font-size: var(--tt-font-size-main-heading);
      line-height: 1.2;
  }
  .promotional-page-content .banner-section {
      min-height: 75vh;
  }
  .promotional-page-content .promotional-partner-description p {
      line-height: 1.5;
  }
  .promotional-page-content .promotion-btn {
      padding-top: 12px;
      padding-right: 24px;
      padding-bottom: 12px;
      padding-left: 24px;
  }

  /* holiday type css */
  .holiday-type-page-content .holiday-type-heading h1,
  .destination-page-content .special-offer-heading h2 {
      font-size: var(--tt-font-size-main-heading);
  }

  /* search form */
  .search-form .all-search-field-wrapper {
      flex-direction: column;
  }
  .search-form .all-search-field-wrapper .field-wrapper {
      width: 100%;
      margin-bottom: 10px;
  }
  .search-form .all-search-field-wrapper .button-wrapper {
      margin-top: 15px;
  }

  /* destination page */
  .custom-template .destination-heading h2 {
      font-size: var(--tt-font-size-main-heading);
  }
  .custom-template h2.banner_title {
      font-size: var(--tt-font-size-small-paragraph);
  }
  .custom-template .banner-section .banner_def_title .banner-default-title {
      max-width: 280px;
      font-size: var(--tt-font-size-paragraph);
  }
  .custom-template .imagegroup .image1 {
      padding: 0px 0 30px 0px;
  }
  .custom-template .imagegroup .image2 img {
      height: 200px;
  }
  .custom-template .holiday-banner .rightside {
      padding: 0;
  }
  .custom-template .imagegroup .image2 {
      position: relative;
      bottom: 55px;
      left: 0;
  }
  .custom-template .imagegroup .image2 img {
      height: 200px;
  }
  .custom-template .holiday-banner {
      padding: 30px 0 0;
  }
  .custom-template .heading-title {
      font-size: var(--tt-font-size-button) !important;
      margin-bottom: 0;
      text-align: center;
  }
  .custom-template .content-area {
      text-align: center;
  }    
  .custom-template .display-offers {
      padding-top: 40px;
  }
  .custom-template .offer-list-wrapp .new-layout-destination {
      margin: 0 0 20px !important;
  }
  .custom-template .offer-heading {
      margin-bottom: 10px;
  }
  .transparent-heading h3 {
      font-size: var(-tt-font-size-title);
  }
  .custom-template .destination-description p,
  .custom-template .offer-content {
      font-size: var(--st-font-size-small);
      line-height: 1.5;
  }
  .custom-template .button-wrapper a,
  .custom-template .button-cover a.package-view-offer-btn {
      font-size: var(--tt-font-size-small-paragraph);
      padding: 15px 25px 15px 25px;
  }
  .custom-template .vt-offer-shortcode .content-cover .entry-title {
      font-size: var(--tt-font-size-small-paragraph);
  }
  .custom-template .footer-section {
      padding-bottom: 60px;
  }
  .custom-template .package-contact-info .right-column.cta-iamge {
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
  }
  .holiday-enquiry-template .banner {
      display: grid;
  }

  /* Destination Slider */
  .swiper-horizontal .swiper-button.swiper-button-prev1 {
      left: 5px;
  }
  .swiper-horizontal .swiper-button.swiper-button-next1 {
      right: 5px;
  }

  .vt-offer-shortcode.special-offer-style-one .slick-next i:before, .vt-offer-shortcode.special-offer-style-two .slick-next i:before {
      left: 0;
  }
  .vt-offer-shortcode.special-offer-style-one .slick-prev i:before, 
  .vt-offer-shortcode.special-offer-style-one .slick-next i:before, 
  .vt-offer-shortcode.special-offer-style-two .slick-prev i:before, 
  .vt-offer-shortcode.special-offer-style-two .slick-next i:before {
      width: 30px;
      height: 28px;
      background-size: auto 45px;
      background-position: 10px -21px;
  }
  .vt-offer-shortcode.special-offer-style-two button.slick-arrow,
  .vt-offer-shortcode.special-offer-style-one button.slick-arrow {
      margin-top: 0;
  }

  .holiday-type-shorcode .rlr-product-card--featured .rlr-product-card__image-wrapper .trending-img {
      border-radius: 1rem;
  }
  .destination-style-one .swiper-horizontal .destination-image {
      border-radius: 4px;
  }
  .vt-destination-container .destination-content .destination-name {
      margin-bottom: 25px;
  }

}


/* Destination Slider */
@media screen and (max-width: 575px) {

  .destination-style-one .rlr-section__title,
  .destination-style-two .rlr-section__title,
  .holiday-type-shorcode .rlr-section__title {
      margin-bottom: 20px;
  }
  .destination-style-one .rlr-all-destination > a,
  .destination-style-two .rlr-all-destination > a {
      display: inline-block;
  }
  .destination-content .destination-name {
      font-size: var(--tt-font-size-paragraph);
      line-height: 24px;
  }
  .holiday-type-shorcode .column-2 .offer-item-cover,
  .holiday-type-shorcode .column-3 .offer-item-cover,
  .holiday-type-shorcode .column-4 .offer-item-cover {
      width: 100%;
      margin: 0 15px 30px !important;
      transition: all 0.3s linear;
  }
  .holiday-type-shorcode .column-2 .offer-item-cover:last-child,
  .holiday-type-shorcode .column-3 .offer-item-cover:last-child,
  .holiday-type-shorcode .column-4 .offer-item-cover:last-child {
      margin-bottom: 0 !important;
  }
  .destination-style-one .swiper-horizontal .swiper-scrollbar {
      height: 4px;
  }

}
/* Destination Slider */


@media screen and (max-width: 420px) {

  .custom-template .footer-section .cta-content h1 {
      margin-bottom: 10px;
  }
  .custom-template .package-contact-info .right-column.cta-iamge {
      top: 60px;
  }
  .custom-template .footer-section.hotel-sections {
      margin-top: 0;
  }
  .custom-template .footer-section .cta-description {
      margin-bottom: 5px;
  }
  .holiday-type-shorcode .rlr-product-card--featured__summary .type-body {
      font-size: var(--tt-font-size-medium-title);
  }

}


@media screen and (max-width: 370px) {

  .custom-template .package-contact-info .right-column.cta-iamge {
      top: 90px;
  }
}