/* @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,600,600i,700,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700&display=swap'); */

.bg-color {
  background-color: #f9f9f9;
}

.tour-ban .from-price .gst {
  font-size: 12px;
  margin: 5px 0px 20px 0px;
}

.tab-main {
  margin: 50px 0px 0px;
  padding: 15px 15px 50px 15px;
  background-color: #fff;
  box-shadow: 0 2px 10px #0000001f;
  float: left;
  border-radius: 10px;
  width: 100%;
}

.tab-main .day-main {
  position: relative;
  margin: 0;
  padding: 0px;
  display: flex;
}

.tab-main .day-main .timeline-title {
  position: relative;
  line-height: 30px;
  margin: 10px 0 0 0px;
  width: 100px;
}

.tab-main .day-main .timeline-title:before {
  position: absolute;
  content: "";
  top: 30px;
  left: 35px;
  height: 100px;
  width: 1px;
  /* background-color: #ccc; */
  background: url(../images/dashed-vertical.jpg) repeat-y;
  height: 100%;
}

.tab-main .day-main .timeline-title-last {
  position: relative;
}

.tab-main .day-main .timeline-title-last:before {
  position: absolute;
  content: "";
  top: 28px;
  left: 40px;
  height: 100px;
  width: 1px;
  background-color: #ccc;
  z-index: 0;
  height: 208px;
}

.tab-main .day-main .timeline-title svg {
  position: absolute;
  content: "";
  top: 40px;
  left: 27px;
  z-index: 1;
  color: #ccc;
  padding: 3px;
  background-color: #fff;
}

.tab-main .day-main .timeline-title span {
  /* background: #e1b207; */
  background: linear-gradient(92deg, #0289fb, #4e00de);
  color: #ffffff;
  padding: 7px 15px 7px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
}

.tab-main .day-main .info-of-tour {
  position: relative;
  margin: 0px 0px 25px 15px;
  padding: 10px 10px 0 10px;
  width: 88%;
  float: left;
  background-color: #fafafa;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  border-bottom: 1px solid #e3e3e3;
}
.tab-main .day-main .info-of-tour .btn-title-collapse {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding: 3px 35px 3px 5px;
  margin: 5px 0px 12px 0px;
  position: relative;
}
.tab-main .day-main .info-of-tour .btn-title-collapse:after {
  font-family: "tabler-icons";
  content: "\ea62";
  color: #7e7e7e;
  font-size: 20px;
  top: 0px;
  right: 10px;
  position: absolute;
}
.tab-main .day-main .info-of-tour .btn-title-collapse.collapsed:after {
  content: "\ea5f";
  color: #4d11cf;
}
.tab-main .day-main .info-of-tour .btn-title-collapse:focus {
  box-shadow: none;
}

.tab-main .day-main .info-of-tour h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 24px;
  padding-left: 34px;
}

.tab-main .day-main .info-of-tour p,
.tab-main .day-main .info-of-tour ul,
.tab-main .day-main .info-of-tour ol {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 24px;
  padding: 0px 0px 0px 30px;
}

.tab-main .day-main .info-of-tour ul.ul-sub {
  margin-left: 20px;
}

.tab-main .day-main .info-of-tour strong {
  /* color: #16a2e1; */
  color: #0d1135;
}

.tab-main .day-main .info-of-tour .spotImg {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 20px;
  /* max-height: 600px; */
}

.tab-main .day-main .info-of-tour:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -77px;
  height: 1px;
  width: 137px;
  background-color: #e3e3e3;
}

/*.tab-main .day-main .info-of-tour:after{position: absolute; content: ""; top: 140px; right:  -51px; height: 1px; width: 52px; background-color: #ccc; }*/
.tab-main .day-main .tour-no {
  position: relative;
}

.tab-main .day-main .tour-no:after {
  display: none;
}

.tab-main .day-main .info-of-tour .spot-tour {
  position: relative;
  margin: 0 auto;
  padding: 0;
  float: left;
}

.tab-main .day-main .info-of-tour .spot-tour ul {
  list-style: none;
  float: left;
}

.tab-main .day-main .info-of-tour .spot-tour ul li {
  display: inline-block;
  float: left;
  color: #5a5a5a;
  margin: 0px 15px 0px 0px;
  /* font-weight: 500; */
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 0px 0px 0px 12px;
}

.tab-main .day-main .info-of-tour .spot-tour ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background: #0090d1;
  position: absolute;
  left: 0;
  top: 7px;
}

.tab-main .day-main .info-of-tour .spot-tour ul li svg {
  font-size: 10px;
  color: #0090d1;
  margin: 0 5px;
  vertical-align: middle;
}
.image-gallery .imgCont {
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #bbbbbb;
  padding: 4px;
  transition: ease-in-out all 0.3s;
}
.image-gallery .imgCont img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.8;
  filter: grayscale(50%);
}
.image-gallery .imgCont:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

/* tour story gallery 2 */
#tour-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0;
  align-items: center;
}

.big-container {
  width: 100%;
}

.big-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 10px 0 0 10px;
}

.tour-story-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  height: 100%;
}

.tour-story-img-1 {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tour-story-img-2 {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0 10px 0 0;
}

.tour-story-img-3 {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tour-story-img-4 {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0 0 10px 0;
}
/* tour story gallery 2 */

.info-of-tour-img {
  position: relative;
  margin: 0px 0 27px 0px;
  width: 100%;
  float: left;
}

.packagePriceMB {
  width: 100%;
  background: #000000;
  color: #ffffff;
  margin: 0px 0px 15px 0px;
  padding: 15px;
}

/*.info-of-tour-img img{width: 100%}*/
.tab-main .day-main .info-of-tour span {
  font-size: 18px;
  font-weight: 700;
  color: #5a5a5a;
  float: left;
}

.tab-main .day-main .info-of-tour .icon-marker {
  /* position: absolute;
  top: 12px;
  left: 4px; */
  width: 26px;
  height: 26px;
  padding: 5px;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  font-size: 14px;
  margin: 0px 10px 0px 0px;
  float: left;
}

/* 
.buttonl {
  position: relative;
  height: 53px;
  margin: 0 0 0 25px;
  padding: 8px 40px;
  border: none;
  background: #fff;
  color: #212121;
  border-radius: 3px;
  font-weight: 600;
}

.buttonl-active {
  position: relative;
  height: 53px;
  margin: 0 auto;
  padding: 8px 40px;
  border: none;
  background-color: #0090d1;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.buttonl:focus {
  outline: 0;
} */

.tour-info-main {
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 20px 0px;
}

.info-tour-title {
  /* font-size: 18px; */
  font-size: 1.25rem;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  color: #212121;
}

.info-tour-title span {
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  color: #454545;
}

.dd-mobile {
  display: none;
}
.price-desktop,
.form-desktop {
  display: flex;
}
.enquiryFloating {
  position: fixed;
  bottom: 13%;
  right: 0px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
  z-index: 9;
  padding: 10px 15px;
  transition: all ease-in-out 0.3s;
  /* box-shadow: 0px 3px 10px #035cc98f; */
  display: none;
}
/* .enquiryFloating.btn-danger {
  box-shadow: 0px 3px 10px #e42746a2;
} */

.enquiry-form {
  position: relative;
  margin: 48px 0 20px 0;
  background-color: #fff;
  box-shadow: 0 2px 10px #0000001f;
  border-radius: 10px;
}

.enquiry-form.noBG {
  position: relative;
  margin: 0px 0 0px 0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0px;
  top: 0;
}

.enquiry-form .form-filed {
  /* background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 4px #c6c6c6; */
  padding: 10px;
}

.enquiry-form .form-filed h5 {
  margin: 0 0 15px 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #212121;
}

.enquiry-form .form-filed .widget-title {
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px;
  background: linear-gradient(92deg, #f5f5f5, #f1f4f8);
}

/* .enquiry-form .form-filed .btn-light {
  margin: 10px 0 5px 0px;
  padding: 8px 50px;
  background: linear-gradient(92deg, #0090d1, #035dc9);
  color: #fff;
  font-weight: 600;
  border: 0;
  transition: all 0.5s;
}

.enquiry-form .form-filed .btn-light:hover {
  background-color: #01b7f2;
  color: #fff;
} */

.enquiry-form .form-filed .form-control {
  font-size: 14px;
  color: #212121 !important;
}

/*===== form effect======*/
.enquiry-form .form-filed .formfield {
  position: relative;
  box-sizing: border-box;
  /* float: left; */
  margin: auto;
  padding: 0px;
  border: 0px;
  font-size: 1em;
}
/* 
.enquiry-form .form-filed .formfield * {
  box-sizing: border-box;
}

.enquiry-form .form-filed #firstnamefield,
#email {
  width: 100%;
  min-width: 250px;
}

.enquiry-form .form-filed #addressfield {
  width: 100%;
}

.enquiry-form .form-filed #zipcodefield {
  width: 100%;
  min-width: 250px;
}

.enquiry-form .form-filed #cityfield {
  width: 100%;
} */
.enquiry-form .form-filed .formfield > input {
  height: calc(1.5em + 0.75rem + 10px);
}
.enquiry-form .form-filed .formfield {
  margin: 0;
}

.enquiry-form .form-filed .formfield > input,
.enquiry-form .form-filed .formfield > textarea {
  padding: 10px;
  margin: 0;
  /* width: 100%; */
  /* border: 1px solid #e1e1e1; */
  border-radius: 10px;
}

.enquiry-form .form-group {
  margin-bottom: 10px;
}

.enquiry-form .form-filed .formfield > label {
  position: absolute !important;
  top: 12px;
  left: 10px;
  font-size: 14px;
  color: #ababab;
  font-weight: 400;
  transition: 0.2s ease-in-out;
  line-height: 16px;
}

.enquiry-form .form-filed .formfield > .form-control:focus {
  border: 1px solid #16a2e1;
  box-shadow: 0px 0px 10px #16a1e158;
}

.enquiry-form .form-filed .form-control:focus + label,
input:valid + label {
  color: #5a5a5a;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px;
  /*outline: 1px solid red; /*for debugigng purposes only*/
  background: white;
  transition: 0.2s ease-in-out;
  line-height: 11px;
  top: -5px;
  left: 10px;
  height: 20px;
  width: auto;
}
.enquiry-form .form-filed .formfield > .form-control:focus ~ label,
.enquiry-form .form-filed .formfield > textarea:focus ~ label {
  /* transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); */
  color: #5a5a5a;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px;
  /*outline: 1px solid red; /*for debugigng purposes only*/
  background: white;
  transition: 0.2s ease-in-out;
  line-height: 11px;
  top: -5px;
  left: 10px;
  height: 20px;
  width: auto;
}
.enquiry-form .form-filed .formfield > .form-control::placeholder {
  color: #ffffff;
}
.enquiry-form
  .form-filed
  .formfield
  > .form-control:not(:placeholder-shown)
  ~ label {
  color: #5a5a5a;
  font-size: 12px;
  padding: 2px 5px;
  margin: 0px;
  /*outline: 1px solid red; /*for debugigng purposes only*/
  background: white;
  transition: 0.2s ease-in-out;
  line-height: 11px;
  top: -5px;
  left: 10px;
  height: 20px;
  width: auto;
}

/* .enquiry-form
  .form-filed
  .formfield
  > .form-control:not([value=""]):valid
  ~ label {
  top: -8px;
  font-size: 13px;
} */

.enquiry-form .quantity {
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.enquiry-form .quantity button {
  background-color: #ffffff;
  color: #9b9b9b;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: auto;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.enquiry-form .quantity button:first-child {
  border-right: 1px solid #ced4da;
}
.enquiry-form .quantity button:last-child {
  border-left: 1px solid #ced4da;
}
.enquiry-form .quantity button:hover,
.enquiry-form .quantity button:focus,
.enquiry-form .quantity button:active {
  background-color: #0289fb;
  /* border: 1px solid #0289fb; */
  color: #ffffff;
  outline: 0;
}

.enquiry-form .input-box {
  width: 34px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.enquiry-form .input-box::-webkit-inner-spin-button,
.enquiry-form .input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.enquiry-form .input-box[type="number"] {
  -moz-appearance: textfield;
}
.number {
  margin: 100px;
}
.minus,
.plus {
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.tour-plan {
  background: #ecf7ff;
  border: 1px solid #1285b9;
  border-radius: 10px;
  padding: 15px;
  margin: 0px 15px 35px 0px;
}

.tour-plan.bg2 {
  background: #fcfcfc;
  border: 1px solid #c3d3da;
}
.tour-plan.bg2 .tour-days-title {
  margin: -15px -15px 15px -15px;
  background: #a4b2b9;
}

.tourdaysStick {
  font-size: 16px;
  color: #ffffff;
}

.tourPlanList {
  font-family: "Roboto", sans-serif;
  color: #5a5a5a;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tourPlanList li {
  color: #212121;
  margin: 0px 0px 10px 25px;
  padding: 0;
  font-size: 13px;
}

.tourPlanList li .list-icon {
  color: #0c5e84;
  margin: 5px 5px 0px -25px;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.tourPlanList li .highlight {
  color: #212121;
}

.tourAccordion .card {
  background: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #bdbdbd6a;
  margin-bottom: 10px;
}
.tourAccordion .card.mb-btm {
  border-bottom: 0;
}

.tourAccordion .card:last-child {
  border-bottom: 0;
}

.tourAccordion .card-header {
  background: none;
  border: 0;
  padding: 0px;

  position: relative;
}

.tourAccordion .plan-title {
  padding: 5px 0px;
  font-size: 17px;
  position: relative;
  /* color: #1793cd; */
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 33px;
  font-weight: 600;
  color: #212121;
  font-family: "Montserrat", sans-serif;
}

/* .tourAccordion .plan-title:after {
  content: "\ea62";
  position: absolute;
  font-family: "tabler-icons";
  font-size: 20px;
  right: 10px;
  top: 10px;
  color: #16a2e1;
}

.tourAccordion .plan-title.collapsed:after {
  content: "\ea5f";
  color: #5a5a5a;
}
 */
.tourAccordion .plan-title .btn-icon {
  font-size: 20px;
  line-height: 20px;
  margin: 0px 15px 0px 0px;
  float: left;
  color: #1793cd;
}

.tourAccordion .plan-title .btn-icon i {
  stroke-width: 0.5;
}

.tourAccordion .plan-title .btn-icon img {
  width: 32px;
  opacity: 0.8;
}

.tourAccordion .card-body {
  font-size: 16px;
  padding: 5px 0px;
  line-height: 20px;
}

.download-b-main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.download-b-main .download-b {
  position: relative;
  margin: 0 auto;
  padding: 10px 50px;
  background-color: #0090d1;
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 5px;
}

.download-b-main .download-b:hover {
  background-color: #45a419;
  transition: all 0.5s;
  box-shadow: 0 8px 6px -6px black;
  transform: translateY(-0.25em);
}

/* download btn wave*/

/* new */
.dayplan-nav {
  /* width: 184px; */
  border-right: solid 1px #e7e7e7;
}

.dayplan-nav-cont {
  /* width: 184px; */
  padding: 30px 30px 30px 0;
}

.pointer-list {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 255px;
  position: -webkit-sticky;
}

.pointer-list-title {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: bold;
  padding-left: 23px;
  margin-bottom: 10px;
  /* position: sticky;
  top: 220px;
  position: -webkit-sticky */
}

.pointer-list li {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 7px 30px 7px 25px;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.pointer-list li:before {
  /* content: ""; */
  position: absolute;
  width: 7px;
  height: 7px;
  background: #9b9b9b;
  border-radius: 5px;
  left: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.pointer-list li.errorDateText {
  color: #eb2026;
}

.pointer-list li.errorDateText:before {
  background: #eb2026;
}

.pointer-list li:after {
  /* content: ""; */
  position: absolute;
  width: 1px;
  height: 100%;
  background: #e7e7e7;
  left: 26px;
  top: 0;
}

.pointer-list li:first-child:after {
  top: 14px;
}

.pointer-list li:last-child:after {
  top: -14px;
}

.pointer-list li.active {
  color: #fff;
  background: #16a2e1;
  border-radius: 0 20px 20px 0;
}

.pointer-list li.active:before {
  background: #fff;
}

.pointer-list li.inactive {
  opacity: 0.4;
  pointer-events: none;
}

/* new ends */

/*===== form effect======*/

/*==== download btn =====*/
/* .box {
  background: linear-gradient(to right, #51d5e6, #029f93);
  color: white;
  --width: 260px;
  --height: 50px;
  width: var(--width);
  height: var(--height);
  text-align: center;
  line-height: var(--height);
  font-size: calc(var(--height) / 2.5);
  font-family: sans-serif;
  letter-spacing: 0.2em;
  border: 1px solid #0fd7cb;
  border-radius: 2em;
  transform: perspective(500px) rotateY(-15deg);
  text-shadow: 6px 3px 2px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.box:hover {
  transform: perspective(500px) rotateY(15deg);
  text-shadow: -6px 3px 2px rgba(0, 0, 0, 0.2);
}

.box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, white, transparent);
  left: -100%;
  transition: 0.5s;
}

.box:hover::before {
  left: 100%;
} */

/*===== download btn =====*/

/*===== tour-days=====*/

.form-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.tour-days-main {
  position: relative;
  margin: 0px 0 5px 0;
  padding: 0;
}

.tour-days-title {
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 18px 5px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  background: #020024;
  background: linear-gradient(
    116deg,
    rgba(2, 0, 36, 1) 5%,
    rgba(9, 9, 121, 1) 42%,
    rgba(0, 212, 255, 1) 81%,
    rgba(0, 251, 255, 1) 100%
  );
  /* background: linear-gradient(300deg, #ffffff, #d3e7ff); */
}

.tour-days-title .countDays {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  display: inline-block;
  margin: 0 10px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  /* color: #0b0932; */
  position: relative;
}

.tour-days-title .countDays.countNights {
  /* color: #0b0932; */
  position: relative;
}
.tour-days-title .countNights:after {
  position: absolute;
  content: "/";
  margin: 0px 5px 0px 9px;
}
.tour-days-title .countDays svg {
  font-size: 16px;
}

.tour-days-title .countDays span {
  font-size: 21px;
  margin: 0 3px 0 0;
  font-weight: 600;
}

/*===== tour-days=====*/

/*===== Depature Dates=====*/
.depature-dates-main {
  position: relative;
  margin: 0px 0px 15px 0px;
  /*  */
  background: url(../images/tour-calendar.png) bottom right no-repeat,
    linear-gradient(96deg, #fdfeff, #eee5ffff);
  border: 1px solid #ada8fb;
  padding: 6px 55px 0px 12px;
  border-radius: 10px;
}
.depature-dates-main .depature-dates .widget-title {
  background: none;
  color: #500e97;
}

.depature-dates-main.depart {
  background: url(../images/tour-depart.png) bottom right no-repeat,
    linear-gradient(96deg, #fdfeff, #e2fff5);
  border: 1px solid #a1dec7;
}
.depature-dates-main.depart .depature-dates .widget-title {
  background: none;
  color: #219393;
}

.depature-dates-main .depature-dates {
  position: relative;
  margin: 0;
  padding: 0px 0 0px 0;
}

.depature-dates-main .depature-dates ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.depature-dates-main .depature-dates ul li {
  display: inline-block;
  margin: 0 4px 5px 0px;
  font-size: 15px;
  line-height: 15px;
  color: #212121;
  font-weight: 500;
}

.depature-dates-main .depature-dates ul li p {
  margin: 0 auto;
  color: #000000;
  font-size: 20px;
  text-align: left;
  background-color: transparent;
  display: inline-block;
  font-weight: normal;
}

.depature-dates-main .depature-dates ul li span {
  display: inline-block;
  color: #484848;
  margin: 0;
  font-weight: 400;
}
.depature-dates-main .depature-dates ul.mb li {
  font-size: 16px;
  line-height: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.fancybox-caption {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
}

.packagePriceMB {
  position: relative;
}
.packagePriceMB .dn-info {
  font-size: 16px;
  line-height: 18px;
  color: #7a7a7a;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: absolute;
  padding: 5px 6px;
  background: #ffffff;
  border: 2px solid #75828d;
  border-radius: 4px;
  bottom: 20px;
  right: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1129px) {
  /* .tab-main .day-main .info-of-tour {
    width: 76%;
  } */

  .page-banner .title {
    font-size: 68px;
    line-height: 70px;
  }
  .page-banner .subtitle {
    font-size: 26px;
    line-height: 28px;
  }
  .page-banner .from-price h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .info-of-tour-img {
    position: relative;
    margin: 0px 0 27px 0px;
    width: 100%;
    float: left;
  }
  .info-of-tour-img .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
}
/*from css*/
@media screen and (max-width: 767px) {
  /* #contatti {
    padding-bottom: 800px;
  }

  #contatti .maps iframe {
    width: 100%;
    height: 450px;
  } */

  /* .tab-main .day-main .info-of-tour {
    width: 83%;
  } */
  .dd-mobile {
    display: block;
  }
  .price-desktop,
  .form-desktop {
    display: none;
  }

  .page-banner .title {
    font-size: 42px;
    line-height: 50px;
  }
  .page-banner .subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .packagePriceMB {
    padding: 10px 0;
  }
  .page-banner .from-price h4,
  .from-price h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .from-price p {
    font-size: 14px;
  }

  .tab-main {
    /* margin: 20px 0px 0px; */
    margin: 0px;
    padding: 15px;
  }

  .tourAccordion .card.mb-btm {
    border-bottom: 1px solid #bdbdbd6a;
  }

  .info-of-tour-img {
    margin: 0px -25px 27px -38px;
    width: fit-content;
  }

  .info-of-tour-img .img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0 !important;
  }

  .enquiryFloating {
    display: block;
  }
  .tab-main .day-main .info-of-tour .icon-marker {
    margin: 0px 10px 25px 0px;
  }
  .enquiry-form .form-filed {
    padding: 0;
  }
  .depature-dates-main {
    margin: 0px 0px 10px 0px;
    padding: 10px 55px 10px 15px;
  }
  .depature-dates-main .depature-dates .widget-title {
    margin: 0;
  }
}

@media screen and (min-width: 1129px) and (max-width: 1506px) {
  /* .tab-main .day-main .info-of-tour {
    width: 88%;
  } */
}

@media (max-width: 671px) {
  /* .tab-main .day-main .info-of-tour {
    width: 73%;
  } */
}

@media (max-width: 640px) {
  /* #contatti {
    padding-bottom: 800px;
  }

  #contatti .maps iframe {
    width: 100%;
    height: 450px;
  } */
  .tab-main .day-main {
    flex-direction: column;
  }
  .tab-main .day-main .timeline-title {
    margin: 10px 10px 10px 10px;
  }
  .tab-main .day-main .timeline-title:before {
    display: none;
  }
  .tab-main .day-main .timeline-title span {
    font-size: 14px;
    display: inline-block;
    padding: 2px 15px;
  }
  .tab-main .day-main .info-of-tour {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 0 10px;
  }

  .tab-main .day-main .info-of-tour .icon-marker {
    top: 14px;
    left: -8px;
  }
  .tab-main .day-main .info-of-tour:before {
    top: 28px;
    left: -56px;
    width: 56px;
  }

  .tab-main .day-main .timeline-title svg {
    display: none;
  }
}

/*=====also like===== */
.otherTourSlider {
  /* position: relative;
  margin: 10px 0 20px 0;
  padding: 0 */
}

.otherTourSlider .otherTourItem {
  position: relative;
  margin: 0px;
  height: 234px;
  overflow: hidden;
}

.otherTourSlider .otherTourItem:after {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  height: 40%;
}
.otherTourSlider .otherTourItem img {
  height: 100%;
  max-width: max-content;
  width: auto;
}

.otherTourSlider .otherTourItem .item-title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff9f;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
  transition: ease-in-out all 0.3s;
}

.otherTourSlider .otherTourItem:hover .item-title {
  color: #ffffff;
}

.slick-prev {
  left: 10px !important;
  z-index: 2;
}

.slick-next {
  right: 10px !important;
  z-index: 2;
}

/* .slick-dots {
  bottom: 0 !important;
} */

/*====== gallery ====*/
figure {
  margin: 0;
  padding: 0;
}

.g-recaptcha {
  transform: scale(0.75);
  transform-origin: 0 0;
  float: left;
}
.g-recaptcha > div {
  width: 304px;
  height: 58px !important;
}

@media screen and (max-width: 756px) {
  .gallery {
    display: block;
  }
}

@media screen and (min-width: 757px) {
  .gallery {
    display: grid;
  }
}

/*@media screen and (min-device-width:1920px) and (max-device-width:1400px) and (orientation:portrait){

}*/
