html {
  overflow-x: hidden !important;
}
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: 26px;
  -webkit-text-size-adjust: none;
  font-size: 17px!important;
}

.card {
  position: relative;
  overflow: hidden;
}

.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 5%;
  /* transform: translateX(-50%); */
  color: white;
  /* font-size: 1.5rem;
  font-weight: bold; */
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  transition: bottom 0.3s ease;
}

.card:hover .card-image {
  transform: scale(1.1);
}

.card:hover .overlay-text {
  bottom: 20px;
}

.card-image {
  transition: transform 0.5s ease;
}

.page-link a {
  color: #333; /* Inherit font color from the parent span or set a specific color */
  text-decoration: none; /* Remove underline or other decorations */
  font-style: normal; /* Set font style */
}

.btn-warning {
background-color: #ff9d00 !important;
}
.btn-warning:hover {
color: #fff !important;
}

:root {
  --mr-1: 0.25rem;
  --mr-2: 0.5rem;
  --mr-3: 1.5rem;
  --pl-3: 1rem;
  --pr-5: 3rem;
  --box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.322);
  --border-left: 1px solid #ccc;
}
body a:hover,
body :focus-visible {
  text-decoration: none;
  outline: none !important;
}
/*  */
input:hover,
input:focus {
  outline: none !important;
}
:hover,
.title-sm,
.title-sm:before,
button,
button:hover,
a,
a:hover,
#header,
#header.menu_fixed,
.read-more i,
.read-more:hover i,
.col-overlay,
.read-more-lg,
.read-more-lg i,
.label-select,
.form-group.active-tab .label-select,
body .-trans,
.fig-overlay:hover:before,
.fig-caption,
.top-txt,
.img-zoom,
.innerPage #header,
.innerPage #header.menu_fixed,
.owl-theme.owl-carousel .owl-dots .owl-dot,
.owl-theme.owl-carousel .owl-dots .owl-dot span,
#sticky_menu.menu_fixed,
.innerPage #header,
.innerPage #header.menu_fixed,
#banner,
#banner .img-block,
#sticky_sidebar,
#sticky_sidebar.is-affixed {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-check:active + .btn-secondary:focus, 
.btn-check:checked + .btn-secondary:focus, 
.btn-secondary.active:focus, 
.btn-secondary:active:focus, 
.show > .btn-secondary.dropdown-toggle:focus{
  box-shadow: none !important;
}
.text-grey {
  color: #a0aec0!important;
}

/* 22/02/2022 */
body .form-select:focus {
  box-shadow: none !important;
}
.choose-quote .alert-dismissible .btn-close {
  background-size: 10px;
  right: 0.5rem;
}

.btn-close {
  right: 15px;
  top: 15px;
}
/* 22/02/2022 */
/* success message */

/* success message */
/* lang dropdown */

.caret {
  float: right;
  margin-top: 9px;
  display: block;
}
.select-drop.select-lang {
  background-size: 15px !important;
  background-repeat: no-repeat;
  background-position: 52px 8px;
  background-image: url(../images/arrow_down_light.png);
}
/* lang dropdown */
.gray_bg {
  background-color: #c1c8c0;
}
/* 20/11/2020 */
body::-webkit-scrollbar {
  width: 0.5em;
}
body::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #c1c8c0;
  outline: none;
  border-radius: 5px;
}
#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  z-index: 999;
  background: transparent;
}
#header.menu_fixed {
  top: 0;
  z-index: 1056;
  position: absolute;
  background: rgb(0 0 0 / 60%);
}
#header .navbar-brand {
  max-width: 80px;
}
.stellarnav .menu-toggle {
  position: absolute;
  right: 0;
  top: 25px;
  width: 30px;
  padding: 0 !important;
  height: 18px;
  margin: 0 auto;
}
.navbar-nav .nav-link {
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.img-full {
  width: 100%;
}
.scrollTop {
  position: fixed;
  right: 15px;
  bottom: 13px;
  display: none;
  z-index: 999;
  border-radius: 50px;
  cursor: pointer;
}
.scrollTop a {
  color: #fff;
}
#header .navbar-expand-lg .navbar-collapse {
  display: block !important;
}
.cartbtn small {
  position: absolute;
  right: 12px;
  top: -2px;
  width: 6px;
  text-align: center;
  height: 6px;
  line-height: 17px;
}
.cartbx .dropdown-toggle::after {
  display: none;
}
/* 20/11/2020 */
/* 23/11/2020 */
.mid-sec {
  position: absolute;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%); */
}
.mid-sec .modal {
  z-index: 1056;
}
.mid-sec .modal .btn-close {
  font-size: 22px;
}
.text-bold {
  font-weight: bold !important;
}
.vh-100 {
  height: 100vh;
}
.rounded-10 {
  border-radius: 10px;
}
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
.web-d-none {
  display: none !important;
}
.web-d-block {
  display: block !important;
}

.navbar-nav .nav-item {
  position: relative;
  margin-right: 30px;
}
/* .navbar-nav .nav-item:last-of-type {
    margin-right: 0;
} */
/* .navbar-nav .nav-item.active .nav-link:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
} */
#header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}
/* 23/11/2020 */

.font-normal {
  font-style: normal;
}
body .form-control:focus,
body .btn-check:focus + .btn,
body .btn:focus,
body :focus {
  box-shadow: none;
}
.searchBtn span i {
  top: 4px;
  left: 0;
  position: absolute;
  transform: rotate(280deg);
}
.searchBtn span {
  padding-left: 22px;
}
/* .floating-btn {
    bottom: 30px;
    left: 80px;
    z-index: 99;
    border: 1px solid #c1c8c0;
    position: absolute;
    height: 42px;
    width: 42px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
} */
.underline-0 {
  text-decoration: none;
}
.read-more {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 11px;
  border-radius: 30px;
}
.read-more i {
  position: absolute;
  top: 10px;
  right: 8px;
}
.read-more:hover i {
  right: 6px;
}
.read-more-lg {
  position: relative;
  padding-right: 0;
}
.read-more-lg i {
  position: relative;
  top: 10;
  right: 0;
}
.read-more-lg:hover i {
  right: 5px;
}
/* essential */
.text-black {
  color: #000 !important;
}
.head-desc {
  padding-bottom: 90px;
}
.head-desc:after {
  position: absolute;
  content: "";
  bottom: 85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
  height: 1px;
  display: none;
}
.section-block {
  padding-top: 90px;
  padding-bottom: 90px;
}
#block-essential {
  padding-bottom: 45px;
}
.reg-slide-block .owl-carousel.owl-theme .owl-nav button.owl-prev {
  background: #f4f4f6 url(../images/arrow-prev.svg) no-repeat 0 0;
  right: 80px;
}
.reg-slide-block .owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  background: #f4f4f6 url(../images/arrow-prev-hover.svg) no-repeat 0 0 !important;
}
.reg-slide-block .owl-carousel.owl-theme .owl-nav button.owl-next {
  background: #f4f4f6 url(../images/arrow-next.svg) no-repeat 0 0;
  right: 0;
}
.reg-slide-block .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  background: #f4f4f6 url(../images/arrow-next-hover.svg) no-repeat 0 0 !important;
}
.reg-slide-block .owl-carousel.owl-theme .owl-nav button.owl-prev,
.reg-slide-block .owl-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  bottom: 0;
  width: 80px;
  text-indent: -9999px;
  height: 80px;
  opacity: 0.9 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.reg-slide-block .owl-carousel.owl-theme .owl-nav button:hover {
  opacity: 1 !important;
}
.desc-esntl {
  position: absolute;
  padding: 60px;
  bottom: 0;
}
.col-overlay:hover {
  background: rgba(0, 0, 0, 0.253);
}
.section-block .owl-theme .owl-dots {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.section-block .owl-theme .owl-dots button.owl-dot span {
  background: #7f7f7f !important;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.section-block .owl-theme .owl-dots button.owl-dot.active span {
  width: 22px;
  height: 6px;
  border-radius: 30px;
}
/* essential end */
/* trip-plan */

.block_nav_pills .nav-pills .nav-link.active,
.block_nav_pills .nav-pills .nav-link.show {
  background: none;
  position: relative;
  color: #000;
}
.block_nav_pills .nav-pills .nav-link.active:after,
.block_nav_pills .nav-pills .nav-link.show:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#block-weather .nav-pills .nav-item {
  float: left;
  margin: 0 auto;
  width: 33.333%;
  text-align: center;
}
.block_nav_pills .nav-pills .nav-link {
  border-radius: 0;
  margin: 0 auto;
  padding: 0 0 18px;
  color: #a4a4a4;
}

#block-weather.section-block {
  padding-top: 40px;
}
/* select */
.select-down,
.select-drop {
  border: none;
  padding: 2px 10px;
  -moz-appearance: window;
  -webkit-appearance: none;
  background-repeat: no-repeat;

  background-image: url("../images/arrow_down.png");
}
.select-down {
  background-size: 12px !important;
  background-position: 34px 13px;
}
.select-drop {
  background-size: 22px !important;
  background-position: right center;
}
@-moz-document url-prefix() {
  #dropdown {
    margin-right: -30px;
  }
  .css-select-moz {
    background-image: url("../images/arrow_down.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    background-size: 22px !important;
  }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #bbbfc4;
  font-size: 1.1em;
}

.select-drop {
  position: relative;
}
/* select-drop */
#banner .img-block {
  height: 100vh;
}
.img-block .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
}
.tab-content .img-block:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.411);
}
.font-28 {
  font-size: 28px;
}
.ibm-font-28 {
  font-size: 28px;
}
.ibm-font-40 {
  font-size: 40px;
}
.weather-fixed .desc-top {
  padding-top: 80px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.desc-top:after {
  position: absolute;
  height: 1px;
  width: 70%;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  content: "";
  background: #c1c8c0;
}
.form-custom .form-group .label-select {
  font-size: 12px;
}
.form-custom .form-group.active-tab .label-select {
  font-size: 10px;
}
.form-custom .form-group .form-control {
  border-right: none;
  border-top: none;
  border-left: none;
  border-radius: 0;
  padding: 0.375rem 0;
  font-size: 18px;
}
.form-group .label-select {
  color: #7f7f7f;
}
.form-group-top {
  margin-bottom: 60px;
}
.form-custom .form-control:focus,
.form-custom .form-control {
  background-color: transparent;
}
.form-sec {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 50px;
  transform: translate(-50%, -50%);
}
.font-14 {
  font-size: 16px;
}
.btn.btn-submit {
  height: 44px;
  padding-right: 44px;
  padding-left: 44px;
  border-radius: 30px;
}

.btn-outline {
  border-radius:50px;
  font-size: 14px;
   padding:5px 12px; 
   text-align: left; 
  color: #666;
   border:1px solid  #d9d9d9; 
   margin: 6px 0;
  }
  .btn-outline:hover {
   color: #ff9d00;
    border:1px solid #ff9d00;
  }


.btn-hover:hover {
  /* box-shadow: 0px 0px 0px 2.5px #fff, 0px 0px 0px 5px #f1c40f,
    0px 0px 0px 10px white, 0px 0px 0px 10.5px #f1c40f; */
  background: white;
  color: #f1c40f;
}
.page-item:first-child .page-link {

border-radius: 50px;
    background-color: #ffff;
    border: 1px solid #ff9d00;
    color: #000;
    padding: 10px 15px;
    border-top-left-radius:50px!important;
    border-bottom-left-radius:50px!important;
    margin-right: 8px;
}
.page-item:last-child .page-link{
  border-radius: 50px;
    background-color: #ffff;
    border: 1px solid #ff9d00;
    color: #000;
    padding: 10px 15px!important;
    border-top-right-radius:50px!important;
    border-bottom-right-radius:50px!important;

}
.active>.page-link, .page-link.active {
  border-radius: 50px;
  background-color: #ff9d00!important;
  border: 1px solid #ff9d00!important;
  color: #fff!important;
  padding: 10px 18px; 
  margin-right: 8px;

}
.page-item:not(:first-child) .page-link {
  background-color: #ffff;
  border: 1px solid #ff9d00;
  color: #000;
  padding: 10px 18px;
  border-radius: 50px;
  margin-right: 8px;

}
.descwrap .btn-hover:hover {
  box-shadow: 0px 0px 0px 2.5px rgba(0, 0, 0, 0.39),
    0px 0px 0px 5px rgba(0, 0, 0, 0.49), 0px 0px 0px 10px rgba(0, 0, 0, 0.678),
    0px 0px 0px 10.5px rgba(0, 0, 0, 0.39);
  background: #000;
}
/* select */
/* progress-bar */

/* progress-bar */
/* carouselStories */
#carouselStories {
  background: url("../images/storyBg1.jpg") no-repeat;
  padding: 250px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#carouselStories .post-slide .desc {
  position: relative;
  margin: 0 auto;
}
.container.custom-wrap {
  max-width: 767px;
}
.btn-block {
  position: absolute;
  bottom: 32px;
  right: 120px;
}
/* carouselStories end */
/* carouselMemories */
.flair-regular {
  font-weight: 500;
}
.ibm-font-26 {
  font-size: 26px;
}
.widget-last.mb-5 {
  margin-bottom: 0 !important;
}
/* carouselMemories */
#carouselDiscover .grid {
  position: relative;
}
#carouselDiscover .grid figure {
  margin-bottom: 28px;
}
.item-widget {
  margin: 0;
}
.custom-btn-block.btn-block {
  bottom: -58px;
  right: 15px;
}
/* hover-img-grid */

.bg-grey-light {
  background: #f3f3f3;
}
.modal.modal-story {
  width: 100%;
  position: absolute;
}
.modal.modal-story .modal-fullscreen {
  width: 100%;
}
.modal.modal-story .modal-fullscreen .modal-content {
  padding-right: 12px;
  border-bottom: 1px solid #eaeaea;
}
.read-more.play-btn i {
  top: 5px;
}
.btn:focus-visible,
button:focus-visible {
  outline: none;
}
.modal-video iframe {
  width: 100%;
  object-fit: cover;
}
/* k-stories */
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
/*  */
.section-block-md {
  padding: 50px 0;
}
/*  */
.list-social li {
  margin: 0 5px;
  display: inline-block;
}
.list-social li a i {
  color: #222;
}
/*  */
/* social-wdget */
.social-wdget {
  position: relative;
}
.social-wdget .icon-social {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #fff;
}
/* social-wdget */
/* .video-widget .icon-play img {

} */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent!important;
  border-radius: 4px;
}
.posCenter {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* video-wdget */
/* newsletter */
#footer {
  background: #050608;
  padding: 80px 0;
}
.foot-menu li {
  display: inline-block;
  margin-bottom: 5px;
}
.foot-menu li a {
  position: relative;
  padding-right: 10px;
  color: #4F5051;
  margin-right: 5px;
}
 a:hover{
  color: #ff9d00!important;

}
.foot-menu li a:after {
  content: "";
  background: #4F5051;
  height: 15px;
  width: 1px;
  right: 0;
  top: 4px;
  position: absolute;
}
.foot-menu li:last-child a:after {
  background: none;
}
.border-bottom.border-grey {
  border-bottom: 1px solid  #344256!important;
}
.foot-menu {
  max-width: 567px;
}
.foot-menu li a {
  color: #a0aec0!important;
  font-size: 18px;
}
#quickhelp {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: -73px;
  transform: rotate(-90deg);
  top: 40%;
}
#quickhelp a {
  color: #7c7c7c;
  font-weight: 600;
}
#quickhelp a:hover {
  color: #000;
}
#quickhelp .help {
  padding-right: 25px;
}
#quickhelp .help:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 3px;
  background: #7c7c7c;
  height: 16px;
  width: 1px;
}
/* home slider */
.slide-nav-wrap {
  position: absolute;
  bottom: 30px;
  max-width: 320px;
  right: 220px;
  display: block;
  text-align: center;
}
.social-foot li.list-inline-item {
  margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #4F5051;
    padding: 12px;
    height: 50px;
    width: 50px;
    line-height: 32px;
    text-align: center;
}
.social-foot li.list-inline-item a {
  display: block;
}
.social-foot li.list-inline-item a img {
  width: 24px;
  height: 24px;
}
.social-foot li.list-inline-item:last-child {
  margin-right: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
}
/* animated play button */
.strokecircle {
  stroke: #fff;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
}
.btn-stroke {
  display: inline-block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.btn-stroke .triangle {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  transform: translateY(0);
}
.btn-stroke:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #fff;
  animation: nudge 0.7s ease-in-out;
}
.border-10{
  border-radius: 10px;
}
.section-subhead{
  position: absolute;
  bottom: 35px;
  left:25px;
}
.link{
  color: #000;
}
.link:hover{
  color: #ff9d00;
}
@keyframes nudge {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn-stroke:hover .strokecircle {
  stroke-dashoffset: 0;
  opacity: 1;
}
/* animated play button */
/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
  /* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Feel free to change duration  */
/* home slider */
.web-d-none {
  display: none !important;
}
.stellarnav .mob-menu {
  display: none;
}
/* tab-accordion */
#block-weather .accordion-button:focus,
.accordionContent .accordion-button:focus {
  box-shadow: none;
}
#block-weather .accordion-item,
.accordionContent .accordion-item {
  border: none;
  margin-bottom: 5px;
}
#block-weather .accordion-button:not(.collapsed)::after,
#block-weather .accordion-button::after,
.accordionContent .accordion-button:not(.collapsed)::after,
.accordionContent .accordion-button::after {
  background-image: url("../images/down_arrow.svg") !important;
}
/* tab-accordion */
/* progress bar */
.progress {
  width: calc(100% - 6px);
  height: 5px;
  background: #e0e0e0;
  padding: 3px;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.progress-bar-fill {
  display: block;
  height: 5px;
  background: #659cef;
  border-radius: 3px;
  /*transition: width 250ms ease-in-out;*/
  transition: width 5s ease-in-out;
}
.slider.progressBarContainer
  .slick-slide.slick-current.slick-active
  .progressLine
  .progressBar
  .inProgress {
  width: 100% !important;
}
.slick-slide.slick-current.slick-active .progressLine h6 {
  color: #fff;
}
.slick-slide .progressLine h6 {
  color: #d4d4d4;
}
/* play-btn-group */
.play-btn-group {
  position: absolute;
  right: 30px;
  bottom: 21px;
}
.play-btn-group i {
  font-size: 22px;
  border-radius: 30px;
  border: 2px solid #a2aca3;
  padding: 8px;
}

.play-btn-group .btn-pause i {
  color: #fff;
}
.show {
  display: block;
}
.hide {
  display: none;
}
/* play-btn-group */
.descwrap {
  padding-left: 15px;
}
.descwrap:before {
  content: "";
  background: #a8b6a5;
  left: 0;
  top: 7px;
  width: 1px;
  position: absolute;
  height: 144px;
}
/* progress bar */
.slider.video-block .slick-slide section,
.slider.video-block .slider_item {
  height: 100vh;
}
/* big-screen */
/* innerPage */
.innerPage #header {
  top: 0;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 5px #a7a7a7;
}
.innerPage #header.menu_fixed {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 0 5px #a7a7a7;
  left: 0;
}
.innerPage #header .navbar-expand-lg .navbar-nav .nav-link,
.innerPage #header .cartbtn,
.innerPage #header .searchBtn .text-white,
.innerPage #header .select-down {
  color: #000 !important;
  font-weight: 400;
}
.innerPage #header .navbar-expand-lg .navbar-nav .nav-link:hover,
.innerPage #header .cartbtn:hover,
.innerPage #header .searchBtn .text-white:hover,
.innerPage #header .select-down:hover,
.lang-block-dark #langLabel:hover {
  color: #f1c40f !important;
}
#header .navbar-expand-lg .navbar-nav .nav-link,
#header .cartbtn,
#header .searchBtn .text-white,
#header .select-down {
  font-weight: 300;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 18px;
}
.innerPage #header .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#banner {
  margin-top: 0;
}
#banner.bannerStrip {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  text-align: center;
}
.stripContent {
  padding-top: 60px;
  padding-bottom: 60px;
}
.stripContent .banner_text {
    max-width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffca0a;
}
#banner img,
#banner video {
  height: 100%;
}
.border-left {
  border-left: var(--border-left);
}
.pl-3 {
  padding-left: var(--pl-3);
}
.social-group li a {
  font-size: 22px;
}
.custom-head .list-group-horizontal > .list-group-item:first-child:after {
  content: "";
  width: 1px;
  height: 20px;
  right: 0;
  top: 10px;
  position: absolute;
  background: #a2aca3;
}
.mapBlock {
  height: 450px;
}
.mapBlock iframe {
  height: 100%;
  width: 100%;
}
.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skewed-bg {
  margin-bottom: 60px;
}
.img-hover {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.img-hover:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/* innerPage */
.img_block_text {
  left: 30px;
  bottom: 30px;
}
.list_section {
  padding: 100px 0;
}
/* .page-content {
    padding-right: var(--pr-5);
} */
.nav_pills_list .nav-pills .nav-item {
  margin-right: 30px;
}
#sticky_menu.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 1050;
  margin: 0 auto;
  justify-content: center;
  background: #fff;
  margin-bottom: 0 !important;
  padding-top: 18px;
}
#sticky_menu .dropdown-menu {
  box-shadow: var(--box-shadow);
}
#sticky_menu .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
#sticky_menu .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #f1c40f;
}
#sticky_menu .dropdown-menu .dropdown-item:last-of-type {
  border-bottom: none;
}
#sticky_menu .nav-pills {
  justify-content: center;
}
.drop_more_btn {
  position: relative;
  top: -7px;
}
.weather_list_grp {
  justify-content: end;
}
.banner_text_block {
  bottom: 120px;
  position: absolute;
}
.text_latest_update {
  position: absolute;
}
.text_latest_update .container {
  max-width: 567px;
}
/* social share */
.sbutton {
  color: #fff;
  display: inline-block;
  padding: 0;
  position: relative;
}
.sbutton:hover {
  cursor: pointer;
}
.smenu {
  background: #fff;
  border: none;
  border-radius: 3px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  z-index: 99;
  -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}

.smenu:after {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  top: -7px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 50px;
  position: absolute;
  width: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.smenu li {
  border: 1px solid #ccc;
  list-style-type: none;
  margin: 5px 0;
  line-height: 46px;
  width: 46px;
  height: 46px;
  border-radius: 46px;
}

.smenu li:hover {
  background-color: #fafafa;
}

.smenu .facebook:hover {
  background-color: #4c66a4;
  color: #fff !important;
}

.smenu .twitter:hover {
  background-color: #019ad2;
  color: #fff !important;
}

.smenu .pinterest:hover {
  background-color: #b7081b;
  color: #fff !important;
}

.smenu li:last-child {
  border-bottom: none;
}

.smenu li a {
  color: #3e3e3e;
  font-size: 26px;
  text-decoration: none;
}

.smenu li:hover a {
  color: #fff !important;
}

.smenu.share {
  opacity: 1;
  top: 65px;
  left: 0;
}
.sbutton img {
  width: 46px;
}
/* social share */
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
/* travel-info */
.content_info {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.content_info p {
  display: block;
}
/* travel-info */

/* material ui select */
.select {
  position: relative;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
}
.select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 0 10px 10px 0;
  font-size: 16px;
  border-radius: 0;
  color: #000;
  border: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
/* Remove focus */
.select-text:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
/* Use custom arrow */
.select .select-text {
  appearance: none;
  -webkit-appearance: none;
}
.select:after {
  position: absolute;
  bottom: 8px;
  right: 10px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* LABEL ======================================= */
.select-label {
  color: rgba(0, 0, 0, 0.26);
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 3px;
  transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label,
.select-text:valid ~ .select-label {
  color: #ffcb0d;
  bottom: 35px;
  transition: 0.2s ease all;
  font-size: 14px;
}

/* BOTTOM BARS ================================= */
.select-bar {
  position: relative;
  display: block;
  width: 100%;
}

.select-bar:before,
.select-bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  transition: 0.2s ease all;
}

.select-bar:before {
  left: 50%;
}
.select-bar:after {
  right: 50%;
}
/* active state */
.select-text:focus ~ .select-bar:before,
.select-text:focus ~ .select-bar:after {
  width: 50%;
}
.select-highlight {
  position: absolute;
  height: 30%;
  width: 100px;
  bottom: 3px;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.side_list_menu li ul li a:hover i {
  padding-left: 3px;
}
.side_list_menu li ul li a i {
  padding-right: 5px;
  position: absolute;
  top: 1px;
  left: 0;
}
.destination_map {
  height: 100%;
}
.destination_map iframe {
  width: 100%;
  height: 100%;
}
.side_list_menu li.list_head {
  padding-left: 0;
}
.modal_header_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-fullscreen .modal-body {
  overflow-x: hidden;
}
.modal-fullscreen .modal-footer {
  justify-content: center;
  align-items: center;
}
.modal-fullscreen .modal-footer .close-btn:hover {
  color: #f1c40f;
}
.foot-menu1 li a {
  color: #a0aec0!important;
  font-size: 18px;
}
.css-1mzmaok {
 
  color:  #a0aec0!important;
}
/* material ui select */

.sidePanelBtn svg, 
.searchBtn svg {
  height: 24px;
  width: 24px;
}
#detail-strip {
  margin-top: 110px;
  padding: 1.5rem 0;
  background: #f0f8ff;
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
}
.page-detail #header {
  top: 0;
  padding: 1.5rem 0;
}
.page-detail #header .nav-link.text-white {
  color: #222 !important;
}
.page-detail #header .sidePanelBtn svg,
.page-detail #header .searchBtn svg {
  color: #222;
}
.sidebar-list .list-group-item .list-group-item-link {
  color: #000;
  font-size: 18px;
  padding: 1rem;
}
.offcanvas-header .btn-close, .modal-header .btn-close {
    font-size: 12px;
    border-radius: 50%;
    padding: 10px !important;
    background-color: #ff9d00;
}
.search-form {
  margin-top: 80px;
}

.img-zoom img {
  display: block;
  position: relative;
  overflow: hidden;
}

.img-zoom img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-zoom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and  (max-width: 991px) {
  .mob-d-none {
    display: none !important;
  }
  .mob-d-block {
    display: block !important;
  }
}