.s-home {
  margin-top: 130px;
  display: inline-block;
  width: 100%;
}

section {
  display: inline-block;
  width: 100%;
}

.fleg {
  margin: 0px;
  padding: 0px;
}

.fleg .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fleg .language a {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.fleg .language a img, .fleg .language a svg {
  width: 20px;
  margin-right: 5px;
}

.fleg .dropbtn {
  background-color: #fff;
  color: #000;
  padding: 8px 15px;
  margin: 0px 5px;
  font-size: 16px;
  border: none;
  font-size: 14px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.fleg .dropdown {
  position: relative;
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.fleg .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 180px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 20px;
  left: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.fleg .dropdown-content a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: black;
  padding: 5px 16px;
  margin: 5px 0px;
  text-decoration: none;
  display: block;
}

.fleg .dropdown-content a:hover {
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.fleg .dropdown:hover .dropdown-content {
  display: block;
}

.fleg .dropdown:hover .dropbtn {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.main-banner {
  position: relative;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(52%, rgba(79, 79, 79, 0.454219)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(79, 79, 79, 0.454219) 52%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.menu-togale {
  display: none;
}

.menu-view {
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0px;
  background: #fff;
  width: 100%;
  height: 100vh;
}

.appear {
  left: 0%;
  top: 0px;
}

.s-menu {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 0px;
  width: 100%;
}

.s-menu .sun_menu {
  /* Style the tab */
  /* Style the buttons inside the tab */
  /* Change background color of buttons on hover */
  /* Create an active/current "tab button" class */
  /* Style the tab content */
  /* Clear floats after the tab */
}

.s-menu .sun_menu .home {
  position: relative;
}

.s-menu .sun_menu .home .hide {
  position: absolute;
  top: 40px;
  width: 830px;
  left: 0px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.1s linear;
  transition: visibility 0s, opacity 0.1s linear;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: none;
}

.s-menu .sun_menu .home:hover .hide {
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  visibility: visible;
  opacity: 1;
}

.s-menu .sun_menu .s-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 50px;
}

.s-menu .sun_menu .s-nav li {
  padding: 10px 25px;
}

.s-menu .sun_menu .tab-image .des-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 10px;
  padding: 0px;
}

.s-menu .sun_menu .tab-image .des-img li {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  padding: 0px 0px;
  margin: 10px 0px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 1px 0px 6px 0px #c1c1c1;
          box-shadow: 1px 0px 6px 0px #c1c1c1;
}

.s-menu .sun_menu .tab-image .des-img li::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(34%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 34%);
}

.s-menu .sun_menu .tab-image .des-img li a {
  position: relative;
  display: inline-block;
}

.s-menu .sun_menu .tab-image .des-img li a p {
  position: absolute;
  bottom: 2px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 16px;
  z-index: 99;
}

.s-menu .sun_menu .tab-image .des-img li a img {
  width: 100%;
}

.s-menu .sun_menu .tab {
  float: left;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  width: 25%;
}

.s-menu .sun_menu .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 12px 16px;
  border-bottom: 1px solid #f7f7f7;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
}

.s-menu .sun_menu .tab button .arrow {
  border-color: transparent transparent transparent #FF5B00;
  border-width: 8px;
  border-style: solid;
}

.s-menu .sun_menu .tab button:hover {
  background-color: #ddd;
}

.s-menu .sun_menu .tab button.active {
  background-color: #FF9C00;
  color: #fff;
}

.s-menu .sun_menu .tabcontent {
  float: left;
  padding: 0px 12px;
  width: 74%;
  border-left: none;
  display: none;
}

.s-menu .sun_menu .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.s-menu .imgtab .tab-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.s-menu .imgtab .tab-image a {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  margin: 5px 8px;
  border-radius: 10px;
  overflow: hidden;
  height: 80px;
  position: relative;
}

.s-menu .imgtab .tab-image a p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  text-align: center;
}

.s-menu .imgtab .tab-image a img {
  width: 100%;
}

.serche-banner {
  position: absolute;
  z-index: 99;
  width: 50%;
  right: 0px;
  text-align: center;
  left: 0px;
  margin: 0px auto;
  top: 28%;
  padding-left: 75px;
}

.serche-banner h2 {
  color: #fff;
  font-size: 46px;
}

.serche-banner p {
  color: #fff;
}

.serche-banner .click-s {
  width: 100%;
}

.serche-banner .click-s .serch {
  background-color: #fff;
}

.serche-banner .click-s .serch .serch-btn {
  background-color: #FF9C00;
  border-radius: 10px;
  padding: 0px 25px;
  color: #fff;
  border: none;
}

.serche-banner .dropdown22 {
  padding: 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: none;
  background-color: #fff;
  width: 99%;
  margin: 10px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: scroll;
  height: 349px;
  border-radius: 15px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.serche-banner .dropdown22::-webkit-scrollbar {
  width: 8px;
}

.serche-banner .dropdown22 ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.serche-banner .dropdown22::-webkit-scrollbar-thumb {
  background: #FF9C00;
  border-radius: 10px;
}

.serche-banner .dropdown22::-webkit-scrollbar-thumb:hover {
  background: #FF9C00;
}

.serche-banner .dropdown22 .sec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px;
  z-index: 9999;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #eee;
  border-radius: 20px;
  background: #fbf0d4;
  background: -webkit-gradient(linear, left bottom, left top, from(#fbf0d4), to(rgba(243, 255, 226, 0)));
  background: linear-gradient(0deg, #fbf0d4 0%, rgba(243, 255, 226, 0) 100%);
}

.serche-banner .dropdown22 .sec-list .row-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.serche-banner .dropdown22 .sec-list .row-s .left-img {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.serche-banner .dropdown22 .sec-list .row-s .left-img img {
  width: 100%;
}

.serche-banner .dropdown22 .sec-list .row-s .right-con {
  -ms-flex-preferred-size: 83%;
      flex-basis: 83%;
}

.serche-banner .dropdown22 .sec-list .row-s .right-con h5 {
  font-size: 14px;
  margin-bottom: 2px;
  text-align: left;
}

.serche-banner .dropdown22 .sec-list .row-s .right-con .cont-lists {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.serche-banner .dropdown22 .sec-list .row-s .right-con .cont-lists p {
  margin: 0px;
  font-size: 12px;
  padding: 0px;
  color: #000;
}

.serche-banner .dropdown22 .sec-list .row-s .right-con .cont-lists .ser-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.serche-banner .dropdown22 .sec-list .row-s .right-con .cont-lists .ser-price strong {
  color: #5ca368;
  font-size: 16px;
  font-weight: normal;
}

.offer_to .s-offer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer_to .s-offer .s-box {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin: 10px;
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.offer_to .s-offer .s-box:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-10px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.offer_to .s-offer .s-box::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 50%;
}

.offer_to .s-offer .s-box .text-box {
  position: absolute;
  bottom: 0px;
  left: 20px;
  padding: 0px 20px;
}

.offer_to .s-offer .s-box .text-box h2 {
  font-size: 22px;
  color: #fff;
}

.offer_to .s-offer .s-box .text-box p {
  color: #fff;
  font-size: 14px;
}

.offer_to .s-offer .s-box img {
  width: 100%;
}

.full-banner {
  background-image: url(../images/home-parallax.jpg);
  background-position: 50% 79px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  height: 700px;
}

.full-banner .banner-text {
  text-align: center;
  padding: 5% 20%;
  z-index: 9;
}

.full-banner .banner-text h2 {
  color: #fff;
  margin: 20px 0px;
  text-align: center;
}

.full-banner .banner-text p {
  color: #fff;
}

.full-banner .banner-text .btn2 {
  color: #fff;
}

.s-populas .owl-carousel img {
  height: 200px;
}

.s-populas .owl-carousel .item {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}

.s-populas .owl-carousel .item .text-box {
  padding: 15px;
}

.s-populas .owl-carousel .item .text-box .bi-star-fill {
  color: #FF9C00;
}

.s-populas .owl-carousel .item .text-box h2 {
  font-size: 18px;
  margin: 10px 0px;
}

.s-populas .owl-carousel .item .text-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.s-populas .owl-carousel .item:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-10px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.s-populas .owl-carousel .item .price {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 17px;
}

.s-populas .owl-carousel .item .note {
  background-color: #fdfdfd;
  color: #0a7e21;
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  font-weight: normal;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 0px 0px #0a7e21;
          box-shadow: 0px 3px 0px 0px #0a7e21;
}

.s-populas .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
}

.s-populas .owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  border: 1px solid #ff9c00;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.s-populas .owl-carousel .owl-nav button:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #ff9c00;
  -webkit-transform: translateY(-2px);
  transform: translateY(-10px);
}

.s-populas .owl-carousel .owl-nav .owl-next {
  margin-right: -45px;
}

.s-populas .owl-carousel .owl-nav .owl-prev {
  margin-left: -45px;
}

.incredible .owl-item {
  border-radius: 10px;
}

.incredible .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
}

.incredible .item::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(34%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 34%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
}

.incredible .item:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.incredible .item .text-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  z-index: 9;
}

.incredible .item .text-box h2 {
  font-size: 20px;
}

.box-des {
  margin-top: 50px;
}

.box-des .box-ct {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  border: 1px solid #eee;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.box-des .box-ct img {
  width: 100%;
}

.box-des .box-ct h2 {
  font-size: 24px;
  margin: 15px 0px;
}

.box-des .box-ct:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
}

.amazing .am-box {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #eee;
}

.amazing .am-box:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-5px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
}

.amazing .am-box .text-box {
  padding: 20px 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.amazing .am-box .text-box h2 {
  font-size: 22px;
  color: #0a7e21;
}

.amazing .am-box .text-box p {
  color: #919191;
}

.amazing .am-box img {
  width: 100%;
}

.amazing-tour {
  margin-bottom: 100px;
}

.amazing-tour .am-box {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.amazing-tour .am-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #00000052;
}

.amazing-tour .am-box:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-5px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
}

.amazing-tour .am-box .text-box {
  padding: 20px 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.amazing-tour .am-box .text-box h2 {
  font-size: 22px;
  color: #fff;
}

.amazing-tour .am-box .text-box p {
  color: #fff;
}

.amazing-tour .am-box .text-box a {
  color: #fff;
}

.amazing-tour .am-box .btn2 {
  background: #FF9C00;
}

.amazing-tour .am-box img {
  width: 100%;
}

.partnerships .s-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partnerships .s-flex .logo {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  border: 1px solid #ebebeb;
  text-align: center;
  margin: 10px;
  padding: 20px 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 10px;
}

.partnerships .s-flex .logo:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
}

.explore .fade:not(.show) {
  opacity: 1;
}

.explore .nav-tabs .active {
  border-bottom: 1px solid #FF9C00;
  padding-bottom: 10px;
}

.explore .nav-tabs li {
  margin: 10px;
}

.explore .tab-link {
  margin: 0px 0px;
  padding: 0px;
}

.explore .tab-link .card-bodys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px;
}

.explore .tab-link .card-bodys .btn-link {
  border: 1px solid #eee;
  padding: 10px;
  color: #000;
  margin: 5px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 10px 15px;
}

.explore .tab-link .card-bodys .btn-link:hover {
  color: #0a7e21;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
}

.explore .tab-link li {
  margin: 0px 5px;
  line-height: 36px;
}

footer {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding-top: 50px;
  padding-bottom: 30px;
}

footer .main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .main-footer .foter-div {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

footer .main-footer .foter-div h3 {
  font-size: 18px;
}

footer .main-footer .foter-div ul {
  padding: 0px;
}

footer .main-footer .foter-div ul li {
  line-height: 30px;
}

footer .f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

footer .f-logo li {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

footer .f-logo li img {
  width: 100%;
}

.socail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.socail li {
  margin: 5px;
}

.socail li a {
  color: #fba309;
  padding: 8px;
  border: 1px solid #eee;
}

.socail li a:hover {
  color: #0a7e21;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
}

.page-line {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-line ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-line li span {
  color: #FF9C00;
}

.page-line .hotel_link i {
  color: #FF9C00;
}

.page-line .hotel_link a {
  display: block;
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-top: 15px;
  border-radius: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.page-line .hotel_link a:hover {
  background-color: #eee;
  color: #fba309;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.inner-banner {
  max-width: 1360px;
  margin: 0px auto;
  position: relative;
}

.inner-banner .header-box-img {
  margin-top: 30px;
  position: relative;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.inner-banner .header-box-img .main-box {
  width: 100%;
  height: 340px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.inner-banner .header-box-img .main-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #0000002e;
  border-radius: 12px;
  z-index: 1;
}

.inner-banner .header-box-img .main-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}

.inner-banner .header-box-img .main-box .box-info {
  position: relative;
  padding: 40px 0 0 50px;
  max-width: 710px;
  color: #fff;
  z-index: 1;
}

.inner-banner .header-box-img .main-box .map-right {
  border-radius: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.inner-banner .header-box-img .main-box .map-right .map-text {
  position: relative;
  width: 220px;
  height: 130px;
}

.inner-banner .header-box-img .main-box .map-right .map-text .map_tips {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 0 12px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01%, transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, #fff, transparent 0.01%, rgba(0, 0, 0, 0.6));
  border-radius: 12px;
}

.inner-banner .header-box-img .main-box .map-right .map-text:hover .map_tips {
  visibility: visible;
  opacity: 1;
}

.menu-item {
  margin-top: 50px;
}

.menu-item .menu-box {
  text-align: center;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.menu-item .menu-box:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.menu-item .menu-box h3 {
  font-size: 16px;
}

.menu-item .menu-box .icon-menu {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}

.menu-item .menu-box .icon-menu img {
  width: 100%;
}

.menu-item .menu-box .icon-menu .ticket {
  fill: green;
}

.details-slider {
  margin-top: 20px;
}

.bg_form {
  background-color: #f5f5f5;
}

.bg_form .booking {
  margin: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bg_form .booking .bookngleft {
  padding: 50px 15px;
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 #b9b5b5;
          box-shadow: 0 1px 3px 0 #b9b5b5;
}

.bg_form .booking .bookngleft .submitform .submit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg_form .booking .bookngleft .submitform .submit-box span {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px 0px;
  -webkit-box-shadow: 1px 1px 1px 0px #e9e9e9;
          box-shadow: 1px 1px 1px 0px #e9e9e9;
}

.bg_form .booking .bookngleft .out-info {
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 30px 0px;
}

.bg_form .booking .bookngleft .inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f5f5f5;
  padding: 10px;
}

.bg_form .booking .bookngleft .inform span {
  font-size: 16px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.bg_form .booking .bookngleft .inform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.bg_form .booking .bookngleft .inform-list span {
  font-size: 14px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.bg_form .booking .bookngright {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  background: #fff;
  padding: 50px 40px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 #b9b5b5;
          box-shadow: 0 1px 3px 0 #b9b5b5;
}

.bg_form .booking .bookngright .btn3 {
  padding: 10px 25px;
}

.bg_form .booking .bookngright .basketfotm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg_form .booking .bookngright .basketfotm .form-list {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 10px 0px;
  position: relative;
}

.bg_form .booking .bookngright .basketfotm .form-list i {
  color: #ff9c00;
  position: absolute;
  top: 8px;
  left: 0;
  width: 2.7em;
  height: 2em;
  border-right: 1px solid #ff9c00;
  text-align: center;
  pointer-events: none;
}

.bg_form .booking .bookngright .basketfotm .form-list .form-control {
  padding: 10px 10px 10px 50px;
  -webkit-box-shadow: 1px 1px 0px 0px #e9e9e9;
          box-shadow: 1px 1px 0px 0px #e9e9e9;
}

.bg_form .booking .bookngright .btn-tiop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px;
}

.detils-content .content-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.detils-content .content-all .content-left {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.detils-content .content-all .content-left .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detils-content .content-all .content-left .expact p {
  line-height: 30px;
  font-size: 16px;
  margin: 10px 0px;
}

.detils-content .content-all .content-left .option-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.detils-content .content-all .content-left .option-notice .fre1 {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.detils-content .content-all .content-left .soption {
  background: #f9f9f9;
  padding: 10px 20px;
}

.detils-content .content-all .content-left .soption .quantity {
  margin: 30px 0px;
}

.detils-content .content-all .content-left .soption .quantity h5 {
  font-size: 16px;
}

.detils-content .content-all .content-left .soption .quantity .top-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detils-content .content-all .content-left .soption .quantity .top-det span {
  background: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  -webkit-box-shadow: -2px 4px 6px 0 #f5f5f5;
          box-shadow: -2px 4px 6px 0 #f5f5f5;
}

.detils-content .content-all .content-left .soption h3 {
  margin: 30px 0px;
}

.detils-content .content-all .content-left .soption .person {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

.detils-content .content-all .content-left .soption .person .optin-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detils-content .content-all .content-left .soption .person .optin-list span {
  padding: 10px 20px;
  margin: 10px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.detils-content .content-all .content-left .soption .person .optin-list span .bi, .detils-content .content-all .content-left .soption .person .optin-list span strong {
  color: #0a7e21;
}

.detils-content .content-all .content-left .soption .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.detils-content .content-all .content-left .soption .price .left-p h4 {
  color: #FF9C00;
}

.detils-content .content-all .content-left .soption .price .left-p span {
  font-size: 16px;
  color: #000;
  margin: 0px 10px;
  text-decoration: line-through;
}

.detils-content .content-all .content-left .soption .price p {
  font-size: 14px;
}

.detils-content .content-all .content-left .loction img {
  width: 100%;
}

.detils-content .content-all .right-section {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.detils-content .content-all .right-section .btn3 {
  display: block;
  margin: 35px 0px;
  text-align: center;
}

.detils-content .content-all .right-section .left-p h4 {
  color: #0a7e21;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detils-content .content-all .right-section .left-p h4 span {
  color: #000;
  font-size: 18px;
}

.detils-content .content-all .right-section .price-total {
  padding: 30px;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 7px 0px rgba(156, 156, 156, 0.2);
          box-shadow: 0px 8px 7px 0px rgba(156, 156, 156, 0.2);
}

.detils-content .content-all .right-section .pop-notification {
  border-radius: 5px;
  margin: 50px 0px;
  background: #fff;
  padding: 0px 30px;
  border: 1px solid #eee;
}

.detils-content .content-all .right-section .pop-notification .inner .mb-3 {
  font-size: 18px;
  font-weight: 700;
}

.detils-content .content-all .right-section .pop-notification .inner .day-a .right-menuu {
  margin: 0px;
  padding: 0px;
}

.detils-content .content-all .right-section .pop-notification .inner .day-a .right-menuu li {
  padding: 10px 15px;
  list-style: none;
  margin: 10px 0px;
  border-radius: 5px;
  border-bottom: 1px solid #eee;
}

.detils-content .content-all .right-section .pop-notification .inner .day-a .right-menuu li .collapse li {
  background: #fff;
  list-style: revert;
}

.detils-content .content-all .right-section .pop-notification .inner .day-a .right-menuu li .collapse li a {
  font-size: 14px;
  color: #000;
}

.detils-content .content-all .right-section .pop-notification h3 {
  font-size: 24px;
  margin: 10px 0px;
}

.detils-content .content-all .right-section .pop-notification h4 {
  font-size: 20px;
  margin: 10px 0px;
}

.detils-content .content-all .right-section .pop-notification ul li {
  list-style: circle;
}

.detils-content .content-all .right-section .check-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ccc;
  padding: 0px 20px;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detils-content .content-all .right-section .check-date .top-serc {
  margin-left: 0px;
  padding: 10px 0px;
}

.detils-content .content-all .right-section .child {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.detils-content .content-all .right-section .child .top-serc {
  margin: 0px;
  border: 1px solid #eee;
  width: 100%;
}

.detils-content .content-all .right-section .child .top-serc select {
  padding: 0px 10px;
}

.detils-content .content-all .right-section .child .ad {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.faq-detials .faq .faq-container p {
  padding: 0px;
  margin: 10px 0px;
}

.faq-detials .faq .faq-container h2 {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.faq-detials .faq .faq-container h2::before {
  width: 20px;
  height: 2px;
  top: 32px;
  right: 10px;
}

.faq-detials .faq .faq-container h2::after {
  top: 23px;
}

.faq-detials .btn-holder_to {
  padding: 20px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.faq-detials .btn-holder_to .li-list {
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}

.faq-detials .btn-holder_to .li-list-btn {
  padding: 0px 20px;
  line-height: 30px;
}

.trouble-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin: 30px 0px;
}

.trouble-box .trouble-box-inn {
  padding: 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
}

.trouble-box .trouble-box-inn .icontr {
  margin: 0px 10px;
}

.trouble-box .trouble-box-inn .icontr img {
  width: 50px;
  height: 50px;
}

.tour-top .top-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour-top .top-div .tour-itam {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  overflow: hidden;
}

.tour-top .top-div .tour-itam img {
  width: 100%;
}

.tour-top .top-div .tour-itam .text-box {
  padding: 15px;
}

.tour-top .top-div .tour-itam .text-box h2 {
  font-size: 18px;
  margin: 10px 0px;
}

.tour-top .top-div .tour-itam .text-box .bi-star-fill {
  color: #FF9C00;
}

.tour-top .top-div .tour-itam .text-box .price {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 17px;
}

.tour-top .top-div .tour-itam:hover {
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.explore-tour .tour-listng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.explore-tour .tour-listng .left-listing {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  margin-bottom: 50px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.explore-tour .tour-listng .left-listing h4 {
  font-size: 18px;
}

.explore-tour .tour-listng .left-listing ul {
  margin: 0px;
  padding: 0px;
}

.explore-tour .tour-listng .left-listing ul li {
  line-height: 36px;
}

.explore-tour .tour-listng .left-listing .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.explore-tour .tour-listng .left-listing .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.explore-tour .tour-listng .left-listing .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
}

.explore-tour .tour-listng .left-listing .container:hover input ~ .checkmark {
  background-color: #ff9c00;
}

.explore-tour .tour-listng .left-listing .container input:checked ~ .checkmark {
  background-color: #ff9c00;
}

.explore-tour .tour-listng .left-listing .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.explore-tour .tour-listng .left-listing .container input:checked ~ .checkmark:after {
  display: block;
}

.explore-tour .tour-listng .left-listing .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.explore-tour .tour-listng .tour-box {
  margin-left: 20px;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.explore-tour .tour-listng .tour-box .tour-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.explore-tour .tour-listng .tour-box .tour-box-list .inn-item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.explore-tour .tour-listng .tour-box .tour-box-list .inn-item:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.explore-tour .tour-listng .tour-box .tour-box-list .inn-item .text-box {
  padding: 15px;
}

.explore-tour .tour-listng .tour-box .tour-box-list .inn-item .text-box h2 {
  font-size: 18px;
  margin: 10px 0px;
}

.explore-tour .tour-listng .tour-box .tour-box-list .inn-item .text-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.explore-tour .tour-listng .tour-box .tour-box-list .inn-item .text-box .bi-star-fill {
  color: #ff9c00;
  margin-bottom: 5px;
}

.explore-tour .tour-listng .tour-box .tour-box-list .inn-item img {
  display: block;
  width: 100%;
}

.faq-r {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 50px;
}

.faq-r .faq-container {
  margin-bottom: 10px;
}

.faq-r .faq-container .shutter-panel-collapse {
  background-color: #f9f9f9;
}

.faq-r .faq-container .shutter-panel-collapse p {
  margin: 0px;
  padding: 20px;
  color: #000;
}

.faq-r .faq-container .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.faq-r .faq-container .btn-holder a {
  border: 1px solid #ccc;
  margin: 5px 10px;
}

.faq-r .faq-container .btn-holder a:hover {
  background-color: #0a7e21;
  color: #fff;
}

.faq-r .faq-container h2 {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  margin: 0px;
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  position: relative;
  margin: 0px;
}

.faq-r .faq-container h2:before, .faq-r .faq-container h2:after {
  content: "";
  background-color: #000;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.faq-r .faq-container h2:before {
  width: 20px;
  height: 2px;
  top: 37px;
  right: 10px;
}

.faq-r .faq-container h2:after {
  width: 2px;
  height: 20px;
  top: 28px;
  right: 19px;
}

.faq-r .faq-container h2.accordion-open:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.guide .guide_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.guide .guide_inn .guide_box {
  margin: 15px 0px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.guide .guide_inn .guide_box:hover {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-10px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.guide .guide_inn .guide_box h4 {
  margin: 5px 0px;
}

.guide .guide_inn .guide_box p {
  font-size: 15px;
  margin: 15px 0px;
}

.guide .guide_inn .guide_box .g_img {
  background-image: url(../images/s3.jpg);
  border-radius: 10px;
  overflow: hidden;
  margin: 10px;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  height: 200px;
  width: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.guide .guide_inn .guide_box .g_img img {
  width: 100%;
}

.guide .guide_inn .guide_box .g_ocntent {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  padding: 10px;
}

.guide .guide_inn .guide_box .g_ocntent .fi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guide .guide_inn .guide_box .g_ocntent .fi span a {
  color: #ff9c00;
}

.reviews {
  margin: 10px 0px;
}

.reviews .review-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f9f9f9;
  border-radius: 20px;
  padding: 0px 20px;
  margin: 15px 0px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.reviews .review-list:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
}

.reviews .review-list .left {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
}

.reviews .review-list .left img {
  width: 100%;
}

.reviews .review-list .right {
  -ms-flex-preferred-size: 89%;
      flex-basis: 89%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px 0px;
}

.reviews .review-list .right p {
  font-size: 12px;
}

.reviews .review-list .right .rating {
  color: #ffc200;
}

.reviews .review-list .right .name {
  font-size: 20px;
  color: #0a7e21;
  margin: 5px 0px;
}

.sun_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100vh;
}

.sun_login .right {
  position: fixed;
  left: 0px;
  background: #fffaf2;
  width: 50%;
  padding: 0px 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: auto;
}

.sun_login .right .logo {
  margin-top: 40px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.sun_login .right .loginform {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 40px 48px;
  background-color: #fff;
  border-radius: 12px;
  width: 60%;
  margin: 0px auto;
  -webkit-box-shadow: 0 1px 3px 0 #e7e7e7;
          box-shadow: 0 1px 3px 0 #e7e7e7;
}

.sun_login .right .loginform p {
  font-size: 14px;
}

.sun_login .right .loginform .social ul {
  margin: 0px;
  padding: 0px;
  margin: 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sun_login .right .loginform .social ul li {
  margin: 10px 15px;
}

.sun_login .right .loginform .social ul li a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sun_login .right .loginform .or {
  margin: 10px 0px 30px 0px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sun_login .right .loginform .or::after {
  content: "";
  height: 1px;
  background: #ccc;
  position: absolute;
  right: 35px;
  width: 65px;
  top: 14px;
}

.sun_login .right .loginform .or::before {
  content: "";
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 35px;
  width: 65px;
  top: 14px;
}

.sun_login .right .form {
  font-size: 28px;
  margin-bottom: 20px;
}

.sun_login .right .form-group {
  margin-bottom: 15px;
}

.sun_login .right .regtration {
  padding: 10px 0px;
  margin: 10px 0px;
  border-top: 1px solid #eee;
}

.sun_login .right .reset {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 10px 0px;
  display: inline-block;
}

.sun_login .left {
  position: fixed;
  right: 0px;
  background-color: #fc9842;
  background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
  padding: 0px;
  line-height: 36px;
  width: 50%;
  height: 100vh;
}

.sun_login .left .login_heading {
  margin: 20% 8%;
}

.sun_login .left .login_heading h1 {
  color: #fff;
}

.sun_login .left .login_heading p {
  color: #fff;
  margin-top: 20px;
  line-height: 24px;
}

.sun_login .left .btnimg_inn {
  position: absolute;
  bottom: 0px;
  height: 350px;
  display: inline-block;
  width: 100%;
}

@-webkit-keyframes ani {
  100% {
    background-position: 0 0;
  }
  0% {
    background-position: 100vw 0;
  }
}

@keyframes ani {
  100% {
    background-position: 0 0;
  }
  0% {
    background-position: 100vw 0;
  }
}

.sun_login .left .btnimg {
  height: 350px;
  /* this value is not important, just not zero */
  -webkit-animation: ani 50s linear infinite;
          animation: ani 50s linear infinite;
  position: relative;
  background-size: cover;
}

.sun_login .left .btnimg span {
  position: absolute;
  top: 34%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}

.booking_bg {
  background-color: #f9f9f9;
}

.my_booking {
  width: 90%;
  margin: 30px auto;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my_booking .left_menu {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 50px 30px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.my_booking .left_menu .profile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto;
  -webkit-box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
          box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
  border: 2px solid #fff;
}

.my_booking .left_menu .profile img {
  width: 100%;
}

.my_booking .left_menu .edit {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}

.my_booking .left_menu .menu_list ul {
  margin: 20px 0px;
  padding: 0px;
}

.my_booking .left_menu .menu_list ul li .active {
  background-color: #fba309;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.my_booking .left_menu .menu_list ul li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.my_booking .left_menu .menu_list ul li a:hover {
  background-color: #fba309;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.my_booking .left_menu .menu_list ul li a svg {
  margin: 5px 10px;
}

.my_booking .right_section {
  background-color: #fff;
  border: 1px solid #eee;
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
  padding: 0px 30px;
}

.my_booking .right_section .booking_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 30px;
}

.my_booking .right_section .booking_option .total_booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.my_booking .right_section .booking_option .total_booking .booking_list {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF9C00;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
          box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
}

.my_booking .right_section .booking_option .total_booking:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-10px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
  box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.booking_optioninfo .booking_info {
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(14, 14, 14, 0.03);
          box-shadow: 0px 2px 3px 0px rgba(14, 14, 14, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin: 10px 0px;
}

.booking_optioninfo .booking_info .bookingimg {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  border: 1px solid #eee;
  padding: 5px;
}

.booking_optioninfo .booking_info .bookingimg img {
  width: 100%;
  height: 100%;
}

.booking_optioninfo .booking__content {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.booking_optioninfo .booking__content ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.booking_optioninfo .booking__content ul li {
  font-size: 12px;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px;
}

.booking_optioninfo .booking__content ul li i {
  color: #000;
}

.booking_optioninfo .booking__content ul li span {
  color: #0a7e21;
}

.booking_optioninfo .booking__content h2 {
  font-size: 18px;
}

.booking_optioninfo .right_btn {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.booking_optioninfo .right_btn a {
  font-size: 12px;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px 0px;
  display: block;
  font-size: 12px;
}

.booking_optioninfo .right_btn .co_b {
  background-color: #2080bb;
  color: #fff;
}

.booking_optioninfo .right_btn .co_b2 {
  background-color: #d5a31b;
  color: #fff;
}

.booking_optioninfo .right_btn .co_b3 {
  background-color: #0d7941;
  color: #fff;
}

.booking_optioninfo .to_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px;
}

.booking_optioninfo .to_btn a {
  font-size: 12px;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
}

.booking_optioninfo .to_btn .red_c {
  background-color: red;
  color: #fff;
}

.booking_optioninfo .to_btn .blue {
  background-color: #033393;
  color: #fff;
}

.my_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.my_form .form-group {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin: 10px 0px;
  position: relative;
}

.my_form .form-group input {
  padding-left: 40px;
}

.my_form .form-group i {
  position: absolute;
  top: 10px;
  left: 15px;
}

.wallet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border: 2px dotted #0a7e21;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
          box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wallet .icon {
  margin: 0px 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
          box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
  border: 2px solid #fff;
  padding: 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wallet .icon i {
  font-size: 24px;
  color: red;
}

.wallet span {
  text-align: center;
}

.wallet span h1 {
  font-size: 20px;
  border-radius: 10px;
  padding: 10px 25px;
  border: 1px solid #eee;
  color: #0a7e21;
}

.wallet span h5 {
  font-size: 14px;
  color: red;
}

.trafer_space {
  padding-bottom: 50px;
}

.transfer {
  position: absolute;
  bottom: 25px;
  margin: 0px auto;
  width: 98%;
  left: 0px;
  right: 0px;
  z-index: 99;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(6, 6, 6, 0.08);
          box-shadow: 0px 4px 20px 0px rgba(6, 6, 6, 0.08);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.transfer .form_trn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.transfer .form_trn .from-froup {
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
}

.transfer .form_trn .from-froup input {
  border: none;
  padding: 10px 10px;
  width: 100%;
}

.transfer .form_trn .from-froup .flight {
  width: 22px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.transfer .form_trn .from-froup svg {
  width: 17px;
}

.transfer .form_trn .from-froup-btn {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop {
  position: fixed;
  right: 0px;
  top: 40%;
}

.pop .pop_remove {
  background-color: #fba309;
  border: 1px solid #eee;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
          box-shadow: 0 4px 10px 0 rgba(14, 14, 14, 0.14);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 9999;
  cursor: pointer;
}

.pop .pop_remove:hover {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: #fff;
  color: #fba309;
}

.view_pop {
  position: fixed;
  left: -100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 65%;
  top: 0px;
  margin: 0px auto;
}

.popup {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 59px;
  width: 65%;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: #fff;
  z-index: 9999;
  min-height: 500px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(13, 13, 13, 0.08);
          box-shadow: 0px 4px 20px 0px rgba(13, 13, 13, 0.08);
  padding: 30px;
  border-radius: 15px;
}

.p_enquiry {
  position: relative;
}

.p_enquiry .remove {
  position: absolute;
  right: 10px;
  top: 10px;
}

.p_enquiry h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.p_enquiry .post_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_enquiry .post_en .from-froup {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  position: relative;
  margin: 10px;
}

.p_enquiry .post_en .from-froup i {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fba309;
}

.p_enquiry .post_en .from-froup input, .p_enquiry .post_en .from-froup textarea {
  width: 100%;
  padding: 10px 8px 10px 35px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin: 10px 0px;
  background: #f5f5f5;
}

.p_enquiry .post_en .from-froup svg {
  width: 25px;
}

.p_enquiry .post_en .from-froup_50 {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  position: relative;
  margin: 10px;
}

.p_enquiry .post_en .from-froup_50 i {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fba309;
}

.p_enquiry .post_en .from-froup_50 input, .p_enquiry .post_en .from-froup_50 textarea {
  width: 100%;
  padding: 10px 8px 10px 35px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin: 10px 0px;
  background: #f5f5f5;
}

.p_enquiry .post_en .from-froup_100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  margin: 10px;
}

.p_enquiry .post_en .from-froup_100 i {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fba309;
}

.p_enquiry .post_en .from-froup_100 input, .p_enquiry .post_en .from-froup_100 textarea {
  width: 100%;
  padding: 10px 8px 10px 35px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin: 10px 0px;
  background: #f5f5f5;
}

.p_enquiry .from_btn_p {
  text-align: center;
}

.p_enquiry .from_btn_p .btn3 {
  margin: 15px auto;
  display: inline-block;
  text-align: center;
  padding: 10px 50px;
}

.agent_login {
  background: url(../images/agent_bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.agent_login .agent_logininfo {
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agent_login .right_bl {
  width: 70%;
}

.agent_login .loginform {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 50px 48px;
  background-color: #fff;
  border-radius: 12px;
  width: 30%;
  margin-top: 15%;
  -webkit-box-shadow: 0 1px 3px 0 #e7e7e7;
          box-shadow: 0 1px 3px 0 #e7e7e7;
}

.agent_login .loginform p {
  font-size: 14px;
}

.agent_login .loginform .form-group {
  margin: 15px 0px;
}

.url_att_tr {
  width: 100%;
  margin: 20px 0px;
  display: inline-block;
}

.url_att_tr .url_att {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.url_att_tr .url_att li a {
  margin: 10px 10px 10px 0px;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(42, 42, 42, 0.052);
          box-shadow: 0px 4px 20px 0px rgba(42, 42, 42, 0.052);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.url_att_tr .url_att li a:hover {
  background-color: #fba309;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.agent_panel {
  background-color: #fff;
  padding: 20px 30px 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px;
  border-radius: 10px;
}

.agent_panel .left_menu {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}

.agent_panel .left_menu i {
  width: 30px;
  height: 30px;
  color: #fba309;
  font-size: 17px;
}

.agent_panel .left_menu .left_menulist {
  margin: 0px;
  padding: 30px 15px 10px 15px;
}

.agent_panel .left_menu .left_menulist li {
  line-height: 36px;
}

.agent_panel .left_menu .left_menulist li a {
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
  color: #000;
  /* border-radius: 10px; */
  width: 100%;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0px;
}

.agent_panel .agent_right {
  -ms-flex-preferred-size: 76%;
      flex-basis: 76%;
}

.agent_panel .agent_right .post_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.agent_panel .agent_right .post_en .sub_acount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.agent_panel .agent_right .post_en .from-froup {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  position: relative;
  margin: 10px;
}

.agent_panel .agent_right .post_en .from-froup i {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fba309;
}

.agent_panel .agent_right .post_en .from-froup input, .agent_panel .agent_right .post_en .from-froup textarea, .agent_panel .agent_right .post_en .from-froup select {
  width: 100%;
  padding: 8px 8px 8px 15px;
  border-radius: 5px;
  border: 1px solid #b9b6b6;
  margin: 10px 0px;
  background: #f9f9f9;
}

.agent_panel .agent_right .post_en .from-froup svg {
  width: 25px;
}

.agent_panel .agent_right .post_en .from-froup .in_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agent_panel .agent_right .post_en .from-froup .in_input .btn3 {
  padding: 1px 30px;
  height: 45px;
  margin: 0px 10px;
}

.agent_panel .agent_right .post_en .from-froup-50 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  position: relative;
  margin: 10px;
}

.agent_panel .agent_right .post_en .from-froup-50 i {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fba309;
}

.agent_panel .agent_right .post_en .from-froup-50 input, .agent_panel .agent_right .post_en .from-froup-50 textarea {
  width: 100%;
  padding: 8px 8px 8px 15px;
  border-radius: 5px;
  border: 1px solid #b9b6b6;
  margin: 10px 0px;
  background: #f9f9f9;
}

.agent_panel .agent_right .post_en .from-froup-50 svg {
  width: 25px;
}

.agent_panel .agent_right .post_en .from-froup-50 .upload_area {
  background-color: #fafafa;
  border: 1px solid #fba309;
  color: #000;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  width: 200px;
  margin: 10px 0px;
}

.agent_panel .agent_right .from-froup-btn {
  padding: 10px;
}

.agent_panel .agent_right .balnce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.agent_panel .agent_right .balnce .fist {
  border: 1px solid #eee;
  padding: 30px 30px;
  background: #e2f4fb;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  border-radius: 10px;
  line-height: 48px;
}

.ac_pop {
  width: 1000px;
  margin: 0px auto;
}

.ac_pop .modal-dialog {
  max-width: 35%;
}

.ac_pop .modal-content .post_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac_pop .modal-content .post_en .sub_acount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ac_pop .modal-content .post_en .from-froup {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  position: relative;
  margin: 10px;
}

.ac_pop .modal-content .post_en .from-froup i {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fba309;
}

.ac_pop .modal-content .post_en .from-froup input, .ac_pop .modal-content .post_en .from-froup textarea {
  width: 100%;
  padding: 8px 8px 8px 15px;
  border-radius: 5px;
  border: 1px solid #b9b6b6;
  margin: 10px 0px;
  background: #f9f9f9;
}

.ac_pop .modal-content .post_en .from-froup svg {
  width: 25px;
}

.ac_pop .modal-content .post_en .from-froup .in_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac_pop .modal-content .post_en .from-froup .in_input .btn3 {
  padding: 1px 30px;
  height: 45px;
  margin: 0px 10px;
}

.ac_pop .modal-content .post_en .from-froup-50 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  position: relative;
  margin: 10px;
}

.ac_pop .modal-content .post_en .from-froup-50 i {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #fba309;
}

.ac_pop .modal-content .post_en .from-froup-50 input, .ac_pop .modal-content .post_en .from-froup-50 textarea {
  width: 100%;
  padding: 8px 8px 8px 15px;
  border-radius: 5px;
  border: 1px solid #b9b6b6;
  margin: 10px 0px;
  background: #f9f9f9;
}

.ac_pop .modal-content .post_en .from-froup-50 svg {
  width: 25px;
}

.ac_pop .modal-content .post_en .from-froup-50 .upload_area {
  background-color: #fafafa;
  border: 1px solid #fba309;
  color: #000;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  width: 200px;
  margin: 10px 0px;
}

.agent_booking .booking_nonth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  padding: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agent_booking .booking_nonth li {
  margin: 5px;
}

.agent_booking .booking_nonth li a {
  font-size: 14px;
}

.agent_booking .nav-tabs li a {
  color: #000;
  background-color: #eee;
  border-radius: 5px;
  padding: 8px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.agent_booking .nav-tabs .active {
  background-color: #fba309;
  color: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.agent_booking .nav-tabs .active .from-froup-btn .reset {
  background-color: #eee;
}

.agent_booking .booking_record .top_h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agent_booking .booking_record .top_h a {
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #eee;
  display: inline-block;
}

.agent_booking .booking_record .table_head {
  background-color: #ffeed1;
}

.agent_booking .booking_record .table_head_sec {
  background-color: #90ad95;
  color: #fff;
  text-align: left;
}

.agent_booking .booking_record .table_head_sec a {
  color: #ffeed1;
}

.agent_banner {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.agent_banner:after {
  content: "";
  position: absolute;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.653099)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.653099) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
}

.agent_banner .banner_text {
  position: absolute;
  top: 40%;
  margin: 0px auto;
  left: 0px;
  z-index: 9;
  right: 0px;
}

.agent_banner .banner_text h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  text-shadow: 0 1px 2px rgba(21, 20, 20, 0.2);
}

.agent_banner img {
  width: 100%;
}

.agent_home {
  background: #f7f7f7;
}

.agent_home .tour-listng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.agent_home .tour-listng .left-listing {
  padding: 0px 20px 20px 20px;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  margin-bottom: 50px;
}

.agent_home .tour-listng .left-listing .recently_list .recently_box {
  background: #fff;
  border: 1px solid #eee;
  margin: 15px 0px;
  padding: 10px;
  border-radius: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.agent_home .tour-listng .left-listing .recently_list .recently_box .list-item-green {
  color: #0a7e21;
}

.agent_home .tour-listng .left-listing .recently_list .recently_box:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.agent_home .tour-listng .tour-box {
  margin-left: 20px;
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
}

.agent_home .tour-listng .tour-box .tour-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.agent_home .tour-listng .tour-box .tour-box-list .inn-item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.agent_home .tour-listng .tour-box .tour-box-list .inn-item:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  z-index: 2;
  -webkit-box-shadow: 0 4px 20px 0 #eee;
          box-shadow: 0 4px 20px 0 #eee;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.agent_home .tour-listng .tour-box .tour-box-list .inn-item .text-box {
  padding: 15px;
}

.agent_home .tour-listng .tour-box .tour-box-list .inn-item .text-box h2 {
  font-size: 18px;
  margin: 10px 0px;
}

.agent_home .tour-listng .tour-box .tour-box-list .inn-item .text-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.agent_home .tour-listng .tour-box .tour-box-list .inn-item .text-box .bi-star-fill {
  color: #ff9c00;
  margin-bottom: 5px;
}

.agent_home .tour-listng .tour-box .tour-box-list .inn-item img {
  display: block;
  width: 100%;
}

.banner_detials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner_detials a {
  color: #2080bb;
}

.banner_detials .left {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  border-right: 1px solid #eee;
  padding-right: 15px;
}

.banner_detials .left .may_bal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner_detials .left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner_detials .right {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
}

.banner_detials .right .may_bal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner_detials .right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-header .close {
  width: 35px;
  height: 35px;
  border-radius: 20px;
}

.modal-header .btn-primary {
  background-color: #0a7e21;
}

.top_up_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_up_ct .from-froup {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  margin: 5px 10px;
}

.top_up_ct .from-froup input {
  width: 100%;
  padding: 8px 8px 8px 15px;
  border-radius: 5px;
  border: 1px solid #b9b6b6;
  margin: 10px 0px;
  background: #f9f9f9;
}

.top_up_ct .from-froup .bank_p {
  width: 100%;
  padding: 8px 8px 8px 15px;
  border-radius: 5px;
  border: 1px solid #b9b6b6;
  margin: 10px 0px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_up_ct .from-froup .redio {
  width: 20px;
  margin-left: auto;
}
/*# sourceMappingURL=custom.css.map */