/*=============================
06.header-start
===============================*/
.header-area-start {
  background: var(--white-color);
  /* box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07); */
}

.container-main {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.sticky {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 9999;
  animation: 0.95s ease 0s normal forwards 1 running header;
  -webkit-box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  /* background: rgba(255, 255, 255, 60); */
  background: rgb(255 255 255 / 60%);
  backdrop-filter: blur(5px);
  transition: all .5s ease;
}

@keyframes header {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

.logo {

  padding: 20px 0;
}

.logo a {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 800;
}

.logo img {
  height: 50px;
}

.contactNo a {
  font-size: 18px;
  font-weight: 500;
}

.contactNo i {
  color: var(--primary-color);
}

.listResort {
  font-size: 15px;
  font-weight: 500;
  margin: 0 15px;
}

.header-right-wraper {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-right-wraper .main-menu ul {
  display: flex;
  align-items: center;
}

.header-right-wraper .main-menu ul li {
  margin-left: 20px;
  position: relative;
}

.header-right-wraper .destination-mapping-header ul.city-list li {
  margin: 5px 0;
}

.header-btn-wrap .theme-btn {
  font-size: 13px;
  padding: 10px 15px;
}

.header-right-wraper .main-menu ul li:first-child {
  margin: 0;
}

.header-right-wraper .main-menu ul li a {
  color: var(--black-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 3px 0px;
}

.header-right-wraper .main-menu ul li:hover>a {
  color: var(--primary-color);
  ;
}

.header-right-wraper .main-menu ul li .submenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 240px;
  transform: scaleY(0);
  transform-origin: top;
  background: var(--white-color);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  transition: all 0.5s ease;
  display: block;
  padding: 18px 0;
  z-index: 9999;
}

.header-right-wraper .main-menu ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header-right-wraper .main-menu ul li .submenu li {
  display: block;
  margin: 0;
  padding: 0 25px;
}

.header-right-wraper .main-menu ul li .submenu li a {
  padding: 0;
  color: var(--black-color);
  padding: 3px 0px;
  display: block;
  position: relative;
  transition: all 0.5s ease;
  text-transform: capitalize;
}

.header-right-wraper .main-menu ul li .submenu li a::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--primary-color);
  ;
}

.header-right-wraper .main-menu ul li .submenu li>a:hover::before {
  width: 10px;
  visibility: visible;
  opacity: 1;
}

.header-right-wraper .main-menu ul li .submenu li a:hover {
  padding-left: 15px;
  color: var(--primary-color);
  ;
}

.header-right-wraper .header-others-info {
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: flex-end;
  max-width: 490px;
}

.header-menu {
  background: none;
  border: none;
  margin-left: 30px;
}














/*=============================
27.Mobile Menu
===============================*/
.cm-menu-bar span {
  width: 30px;
  height: 2px;
  background-color: var(--black-color);
  display: block;
  cursor: pointer;
}

.cm-menu-bar span:not(:last-child) {
  margin-bottom: 9px;
}

.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu_wrapper {
  z-index: 999999;
}

.offcanvas_menu {
  display: none;
}

.canvas_open a {
  font-size: 18px;
  color: var(--black-color);
  margin-left: 20px;
  display: block;
}

.canvas_open.blck-canvas a i {
  color: #111111;
}

.mobile-logo a {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 900;
}

.mobile-logo h2 a {
  font-weight: 700;
}

.offcanvas_menu_wrapper {
  width: 450px;
  position: fixed;
  background: var(--white-color);
  top: 0;
  height: 100vh;
  margin-left: 0;
  transition: 0.5s;
  left: -450px;
  padding: 20px;
  overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
  margin-left: 450px;
  width: 450px;

}

.menu-social.header-top-social ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 500px) {
  .offcanvas_menu_wrapper {
    width: 100%;
    left: -510px;
  }

  .offcanvas_menu_wrapper.active {
    width: 100%;
    margin-left: 510px;
  }
}

.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
  display: block;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  display: none;
}

.offcanvas_main_menu li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid#ebebeb;
  transition: all 0.3s ease;
  color: var(--black-color);
  position: relative;
  padding-left: 0;
}

.header-top-wraper .menu-social ul li {
  color: var(--black-color);
}

.header-top-wraper .menu-social ul li a i {
  color: var(--black-color);
  transition: all .4s ease;
}

.header-top-wraper .menu-social ul li a svg {
  color: var(--black-color);
  transition: all .4s ease;
}

.header-top-wraper .menu-social ul li a:hover i {
  color: var(--primary-color);
  ;
}

.header-top-wraper .menu-social ul li a:hover svg {
  color: var(--primary-color);
  ;
}

.offcanvas_main_menu li a span {
  position: absolute;
  right: 0;
  font-size: 18px;
  top: 2px;
}

.offcanvas__contact-title h5 {
  color: var(--black-color);
  font-weight: 600;
}

.offcanvas__contact-info ul li {
  margin-bottom: 10px;
}

.offcanvas__contact-info ul li {
  font-weight: 500;
}

.offcanvas__contact-info ul li a {
  font-weight: 500;
  font-size: 18px;
}

.offcanvas__contact-info ul li a:hover {
  color: var(--primary-color);
  ;
}

.offcanvas__contact-info ul li i {
  margin-right: 4px;
}

.offcanvas_main_menu li a:hover {
  color: var(--primary-color);
  ;
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.canvas_close {
  position: absolute;
  top: 22px;
  right: 20px;
  font-size: 18px;
}

.canvas_close a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  color: var(--black-color);
  transition: all 0.3s;
}

.canvas_close a:hover {
  transform: rotate(90deg);
}

.mobile-logo {
  margin-bottom: 80px;
  width: 70%;

}

.mobile-logo img {
  height: auto;
}

.offcanvas_menu {
  display: block;
}

.userLogin {
  position: relative;
}


.userLogin a.dropdown-item small {
  display: block;
  font-size: 9px;
  word-wrap: break-word;
  padding-left: 22px;
}

.userLogin ul.dropdownMenu {
  padding: 20px;
  border: none;
  display: block;
  position: absolute;
  top: 30px;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: var(--white-color);
  box-shadow: 5px 8px 8px 0 rgba(0, 0, 0, .12);
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  right: 0;
  min-width: 300px;
}

.userLogin ul.dropdownMenu:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color);
  content: '';
  position: absolute;
  top: -10px;
  right: 40px;
}

.userLogin ul.dropdownMenu:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid var(--white-color);
  content: '';
  position: absolute;
  top: -9px;
  right: 40px;
}

.userLogin ul.dropdownMenu li:first-child a {
  border-bottom: 1px solid #ddd;
}


.userLogin li.dropdownToggle:hover ul.dropdownMenu {
  visibility: visible;
  opacity: 1;
}

.userLogin ul.dropdownMenu li a {
  word-wrap: break-word;
  width: 100%;
  white-space: normal;
  padding: 7px 0;
}

/* .dropdownToggle .dropdown-toggle::after {
  content: "\e934";
  border: none;
  font-family: 'icomoon' !important;
  font-size: 9px;
} */


.navbar-nav .nav-link {
  color: #fff;
}

.dropend .dropdown-toggle {
  color: var(--white-color);
  margin-left: 1em;


}

.dropdown-item:hover {
  background-color: var(--white-color);
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none !important;
}







.sticky .logo img {
  height: 40px;
}

.sticky .logo {
  padding: 10px 0;
}




.iconloader {

  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


@media (max-width:767px) {
  .header-area-start .col-md-3 {
    width: calc(100% - 60px);
  }

  .header-area-start .col-md-9 {
    width: 60px;
  }

  section .inner-hero h1 {
    font-size: 25px;
  }

  .listbookForm {
    border-radius: 20px;
  }
}

.navbar-nav .nav-link {
  color: #fff;
}

.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}

.dropdown-item:hover {
  /* background-color: lightsalmon; */
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block !important;

}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }

}











.header-right-wraper .main-menu ul li.nav-item.dropdown {
  position: static;
}

.dropdown-menu.destination-mapping-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 24px 32px 4px rgba(167, 174, 186, .12);
}

.menuDrop {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
  /* gap: 20px; */
}


.header-right-wraper .main-menu .menuDrop ul {
  width: auto;
  display: block;
}

.header-right-wraper .main-menu .menuDrop ul ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.header-right-wraper .main-menu .menuDrop ul ul li {
  margin: 0;
  padding: 0px;
}

.destination-mapping-header {
  padding: 15px;
}

.desti_sub_menu li a {
  color: var(--black-color);
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  padding: 3px 0px !important;
}

.desti_heading {
  font-size: 14px !important;
  font-weight: 600 !important;
}



.search-Box {
  position: relative;
  width: 40px;
  margin: 0 10px;
}


.countryCode .countrydropdown dd,
.countryCode .countrydropdown dt,
.countryCode .countrydropdown ul {
  margin: 0px;
  padding: 0px;
}

.countryCode .countrydropdown ul li a span:first-child,
.countryCode .countrydropdown dt a span span:first-child {
  background-image: url('https://i.imgur.com/OQiDoZe.png');
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}

.countryCode .countrydropdown dt a span {
  cursor: pointer;
  /* display: block;
padding: 5px;
white-space: nowrap; */
}

.countryCode .countrydropdown dt a img {
  position: relative;
  z-index: 1;
}

.countryCode .countrydropdown dt a span span:first-child:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}

.countryCode .countrydropdown dt a span span {
  display: inline-block;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  color: #000;
}

.countryCode .countrydropdown dt a span span:first-child {
  padding: 0;
}

.countryCode .countrydropdown dd {
  position: relative;
}

.countryCode .countrydropdown a,
.countryCode .countrydropdown a:visited {
  color: #4a535f;
  text-decoration: none;
  outline: none;
}

.countryCode .countrydropdown a:hover {
  color: #5d4617;
}

.countryCode .countrydropdown dt a:hover,
.countryCode .countrydropdown dt a:focus {
  color: #5d4617;
}

.countryCode .countrydropdown dt a {
  position: relative;
  display: block;
  overflow: hidden;
  /* border:1px solid #ed4267;
width:250px; */
}

.countryCode .countrydropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* 
.countryCode .countrydropdown dt a:after {
content: '';
 background: #ed4267; 
position: absolute;

height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}

.countryCode .countrydropdown dt a:before {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 3px;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 20px;
  z-index: 2;
box-shadow:0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;
} */
.countryCode dl {
  margin: 0;
  /* border: 1px solid var(--primary-color);;
padding: 0 6px 0 0; */
}

button.btn.btn-transparent.countrybtn {
  padding: 0;
  margin-right: 10px;
  border: 1px solid var(--primary-color);
  width: 30px;
  height: 30px;
  background: url(../images/icon/india-flag.png) no-repeat center center/ 60px;
  font-size: 0;
}

.countryCode .countrydropdown ul {
  background: #fff;
  color: #C5C0B0;
  left: 0px;
  padding: 5px 0px;
  list-style: none;
  z-index: 99;

  display: flex;
  align-items: self-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.countryCode .countrydropdown ul li {
  width: 20%;
  padding: 5px 10px;
}


.countryCode li a {
  font-size: 13px;
}

.countryCode li a span:nth-child(2) {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.countryCode .countrydropdown ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.countryCode .countrydropdown ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  /*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
  border-radius:10px;*/
}

.countryCode .countrydropdown ul::-webkit-scrollbar-thumb:window-inactive {
  background: blue;
}

.countryCode .countrydropdown span.value {
  display: none;
}

.countryCode .countrydropdown ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.countryCode dl.dropdown {
  display: inline-block;
  width: auto;
  margin: -3px 0 0 1px;
}

.countryCode dl.dropdown span:nth-child(3) {
  color: rgba(0, 0, 0, 0.4)
}

.countryCode dl.dropdown>span:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.countryCode dl.dropdown span:nth-child(3) {
  float: right;
}

.countryCode dl.dropdown dt span:nth-child(2) {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6em;
}

.countryCode dl.dropdown dt span:nth-child(3) {
  display: none;
}

.countryFlag {
  padding: 0;
  background-image: url("https://i.imgur.com/OQiDoZe.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 4px;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #BFBFC1 #B6B6B6 #969696;
  border-image: none;
  border-radius: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}





.searchbox {
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 40px;
  float: right;
  overflow: hidden;

  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 15px;
  color: #fff;
}

.searchbox-input::-webkit-input-placeholder {
  color: #fff !important;
}

.searchbox-input:-moz-placeholder {
  color: #fff !important;
}

.searchbox-input::-moz-placeholder {
  color: #fff !important;
}

.searchbox-input:-ms-input-placeholder {
  color: #fff !important;
}

.searchbox-submit,
.searchbox-open .searchbox-icon {
  visibility: hidden;
  opacity: 0;

}

.searchbox-open .searchbox-submit {
  visibility: visible;
  opacity: 1;
  color: #fff;
}


.searchbox-open .searchbox-submit:before {
  content: "\f002";
  font-size: 12px;
  font-family: 'Line Awesome Free';
  color: #fff;
}

.searchbox-icon,
.searchbox-submit {
  color: #fff;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  font-family: verdana;
  font-size: 15px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 40px;
}

.searchbox-icon i {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}



form.searchbox.searchbox-open .searchbox-input {
  background: #f16d22;
  color: #fff;
  border-radius: 40px;
}


.searchbox-open {
  width: 560px;
}

.searchbox-open .inputType {
  position: absolute;
  width: 100%;
}

.byline {
  position: absolute;
  top: 150px;
  left: 30%;
  text-align: center;
  font-size: 18px;
}

.byline a {
  text-decoration: none;
  color: #d74b4b;
}

form.searchbox input::placeholder {
  color: #fff
}

@media(max-width:767px) {
  .mobile-d-none {
    display: none;
  }

  .logo {
    padding: 10px 0;
    height: 80px;
  }

  .searchbox-open {
    width: 270px;
  }

  .canvas_open a {
    margin-left: 5px;
  }

  .header-area-start .col-md-3 {
    padding-left: 0;
  }

  .header-area-start .col-md-9 {
    padding-right: 0;
  }

  .searchBox {
    margin: 0;
  }

  .searchbox-icon,
  .searchbox-submit {
    width: 30px;
    height: 30px;

  }

  .searchbox-open {
    width: 270px;
  }

  .searchbox,
  .searchbox-input {
    height: 30px;
  }

  .countryCode .countrydropdown dt a span span {
    display: none;
  }


  button.btn.btn-transparent.countrybtn {
    width: 29px;
    height: 29px;
    background-size: 50px;
    margin-right: 0;
  }

  .countryCode .countrydropdown ul li {
    width: 50%;
  }

  .destination-mapping-header {
    margin-bottom: 0;
    width: 100%;
    padding: 5px 20px;
  }

  .destination-mapping-header ul.city-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .destination-mapping-header ul.city-list li {
    width: 50%;
    margin: 0;
  }

  a.nav-link.dropdown-toggle {
    font-weight: 400;
  }

  .mobile-menu-area nav ul>li {
    padding: 5px 0;
  }

  .mobile-menu-area nav ul>li ul li {
    padding: 0;
  }

  .logo img {
    height: 43px;
  }

  .dropdown-menu.destination-mapping-wrapper{
    position: static;
  }
  .destination-mapping-header ul.city-list li{
    width: 100%;
  }
  .userLogin ul.dropdownMenu:before{
    display: none;
  }
}

div#staticBackdrop {
  height: auto;
}

@media(max-width:450px){
  .search-Box{
    margin: 0;
  }
}


.modal-open .sticky{
  z-index: 9999999 !important;
}
select#city_id.form-select {
    padding-left: 5px;
}










li.select2-results__option.select2-results__message {
    font-size: 11px !important;
}
span.select2-dropdown.select2-dropdown--below {
    width: 227px !important;
    left: -40px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    border-radius: 5px;
    height: auto !important;
    font-size: 15px;
}