@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }

.mainHead {
  padding: 5px 0;
  height: auto;
}

.header {
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
  background-color: var(--primary);
}

.form .book{
  text-decoration: none;
}

.mainHead .form {
  display: block;
  border: 1px solid var(--primary);
  border-radius: 5px;
  margin-top: 26px;
  padding: 20px 12px;
}

.form .bootstrap-select {
  width: 100% !important;
}
.form .place {
  flex: none;
  padding-left: 0;
  display: flex !important;
}

.book i{
  display: none;
}

.form .book1 {
  padding: 5px 12px;
  background-color: var(--secondary);
  font-size: 15px;
  font-weight: normal;
  color: #fff !important;
  border-radius: 5px;
  float: right;
  position: relative;
  bottom: 18px;
  right: 0;
}

.login a{
  color: var(--secondary);
  font-weight: bold;
  font-size: 16px;
}

.login {
  margin-top: 9px;
  position: relative;
}

.login::before {
  display: none;
}

.form .place i, .form .dates i, .form .budget i {
  margin-top: 5px;
}

.domesticImg img{
  height: auto;
}

.tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }

.tourSpec {
  border-bottom: 1px solid #e4e6e4;
  padding-bottom: 18px;
  display: block !important;
  width: 100%;
}

.tourSpec {
  display: block !important;
}

.homeSlider .item, .homeSlider2 .item {
  height: 32vh;
  position: relative;
}

.homeSlider .item .caption, .homeSlider2 .item .caption {
  margin-top: 16%;
  color: #fff;
  position: relative;
  z-index: 99;
  transition: 2s ease all;
  animation-duration: 1s;
  width: 50%;
  left: 10%;
}

.homeSlider .item .caption h6, .homeSlider2 .item .caption h6{
  font-size: 12px;
}

.homeSlider .item .caption h1, .homeSlider2 .item .caption h1 {
  font-size: 23px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  font-size: 2em !important;
}

.homeSlider, .homeSlider2 {
  z-index: 99 !important;
  top: -5px;
}

.submenu-link {
   font-size: 14px;
   font-weight: 300;
   padding: 0.75rem 0;
   color: #fff;
}

.menu ul{
  padding-top: 0px;
}

.submenu-image { height:auto; }

.submenu{
  padding-top: 1.05rem !important;
}

.dates::after{
  display: none;
}

.internationalSlider .owl-nav button.owl-prev, 
.internationalSlider .owl-nav button.owl-prev, 
.customisedSlider .owl-nav button.owl-prev, 
.customisedSlider .owl-nav button.owl-prev {
  left: 16px;
}

.internationalSlider .owl-nav button.owl-next, 
.internationalSlider .owl-nav button.owl-next, 
.customisedSlider .owl-nav button.owl-next, 
.customisedSlider .owl-nav button.owl-next {
  right: -36px;
}



.domesticImg img{
  height: auto;
  object-fit: cover;
  margin-bottom: 100px;
}

.visaImg img{
  margin-top: 100px;
  margin-bottom: 50px !important;
}

.customisedSlider .item {
  border-radius: 50%;
  height: 380px !important;
  width: 380px;
}


}


