  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');


body{
  font-family: 'DM Sans', sans-serif;
}
  .s-home {
  margin-top: 120px;
  display: inline-block;
  width: 100%;
}
 .owl-carousel_hot,.owl-carousel_hot .owl-item{-webkit-tap-highlight-color:transparent;position:relative; z-index: 0;}.owl-carousel_hot{display:none;width:100%;z-index:0}.owl-carousel_hot .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel_hot .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel_hot .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel_hot .owl-item,.owl-carousel_hot .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel_hot .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel_hot .owl-item img{display:block;width:100%}.owl-carousel_hot .owl-dots.disabled,.owl-carousel_hot .owl-nav.disabled{display:none}.no-js .owl-carousel_hot,.owl-carousel_hot.owl-loaded{display:block}.owl-carousel_hot .owl-dot,.owl-carousel_hot .owl-nav .owl-next,.owl-carousel_hot .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel_hot .owl-nav button.owl-next,.owl-carousel_hot .owl-nav button.owl-prev,.owl-carousel_hot button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel_hot.owl-loading{opacity:0;display:block}.owl-carousel_hot.owl-hidden{opacity:0}.owl-carousel_hot.owl-refresh .owl-item{visibility:hidden}.owl-carousel_hot.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel_hot.owl-grab{cursor:move;cursor:grab}.owl-carousel_hot.owl-rtl{direction:rtl}.owl-carousel_hot.owl-rtl .owl-item{float:right}.owl-carousel_hot .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel_hot .owl-animated-in{z-index:0}.owl-carousel_hot .owl-animated-out{z-index:1}.owl-carousel_hot .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel_hot .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel_hot .owl-item .owl-lazy:not([src]),.owl-carousel_hot .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel_hot .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel_hot .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel_hot .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel_hot .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel_hot .owl-video-playing .owl-video-play-icon,.owl-carousel_hot .owl-video-playing .owl-video-tn{display:none}.owl-carousel_hot .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel_hot .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 


 .view_info_slw{
  display: inline-block;
  background: #ff5430;
  border: 1px solid #ff5430;
  padding: 10px 30px;
  font-size: 15px;
  border: 1px solid #eee;
  color: #fff;
  border-radius: 5px;
  float: right;

 }
 .view_info_slw:hover{
  background: #fff;
  color: #ff5430;
 }
section {
  display: inline-block;
  width: 100%;
}
 
.container_as{
  background: #fff;
}
.hot_deal .item{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  background: #fff;
}
.img_deal{
  width: 20%;
}
.hot_deal .text-box{
  padding: 0px 10px;
}
.hot_deal .text-box p{
  margin: 0px;
}
.hot_deal .text-box h2{
  margin: 5px 0px;
}
 .modal-content .modal-header{
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
 }

 .nav_item_it button.js__p_another_start{
  display: none;
 }
.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;
     justify-content: space-between;
    margin: 0px;
       padding: 0px 0px;
    align-items: center;

}

.s-menu .sun_menu .s-nav li {
  padding: 8px 15px;
}
.s-menu .sun_menu .s-nav li a:hover{
color: #3f51b5;
}
.s-menu .sun_menu .tab-image .des-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
              justify-content: flex-start;
  -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: 1%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
      height: 75px;
  -webkit-box-shadow: -2px 7px 4px 0px #f3f3f3;
        box-shadow: -2px 7px 4px 0px #f3f3f3;
}

.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(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%);
}

.s-menu .sun_menu .tab-image .des-img li a {
  position: relative;
      position: relative;
    height: 75px;
    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;
    height: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.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: 0px;
  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 .tab button.active a{
  color: #fff!important;
}

.tablinks a {
  color: #000;
 padding: 12px 16px;
 display: inline-block;
 width: 100%;
}
.tablinks a:hover{
color: #fff!important;
}
.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: #fdfdfd;
    border-radius: 10px;
    padding: 0px 25px;
    color: #505050;
    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: 18px;
  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%;
}


.img_scr {
  width: 20%;
    height: 130px;
    overflow: hidden;
}
.count{
  display: flex;
  align-items: center;
  
}
.count p{
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 5px;

}
.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: #3f51b5;
  padding: 8px;
  border: 1px solid #eee;
}

.socail li a:hover {
  color: #2196f3;
  -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: 10px;
  padding: 10px 0px;
  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;
  font-size: 13px;
}

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

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

.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: #3f51b5;
  -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: 10px auto 15px auto; 
}

.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;
  flex-wrap: wrap; 
  -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: 68%;
      flex-basis: 68%;
}

.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: 14px;
  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;
  position: relative;
}
.detils-content .content-all .right-section .pop-notification .inner .day-a .right-menuu li:after{
  content: "";
position: absolute;
    left: 0px;
    top: 20px;
    height: 7px;
    width: 7px;
    background: #FF9C00;
}

.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%;
}
.detils-content .content-all .right-section .child .ad svg{
      color: #ff9c00;
}

.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 .full_width_box {
  margin-left: 0px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.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: 24%;
      flex-basis: 24%;
  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 {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  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: 16px;
  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%;
}

.explore-tour .tour-listng .list_package .tour-box-list .inn-item{
    flex-basis: 32%;
}
.explore-tour .tour-listng .list_package .tour-box-list .inn-item .icon_fac{
display: flex;
    justify-content: space-around;
margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeee;
    /* padding: 10px 10px; */
    margin-left: 10px;
     margin-right: 10px;
  
}
.explore-tour .tour-listng .list_package .tour-box-list .inn-item .icon_fac span{
     font-size: 12px;
  
}
.explore-tour .tour-listng .list_package .tour-box-list .inn-item .icon_fac img{
  width: 20px;
  height: 20px;
  margin: 0px auto;
  
}
a:hover{
  color: #787371;
}
.image_new{
  position: relative;
}
.image_new:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
    background: #0000001f;
}
.image_new:hover:before{
  content: "";
   background: #00000000;
}
.day_night{
  background: #ff9c00;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  
}
.list_div {
    flex-basis: 50%;
}
.tour_listnew{
  display: flex;
    justify-content: space-between;
margin-top: 25px;
    align-items: flex-end;
}
.list_div ul{
     padding-left: 20px;
   
}
.list_div li{
    list-style-type: disc; 
}
.tour_listnew .price {
 flex-basis: 60%;
text-align: center;
 
}

.tour_listnew .price h3{
font-size: 16px;
font-weight: 500;
text-align: center;
color: #ff9c00;
    margin-bottom: 0px;
}

.tour_listnew .price h3 span{
font-size: 12px;
color: #000;
 
}


.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: 0% 0%;
  width: 36%;
      background: #ff9700;
      border-radius: 15px;
      padding: 10px;
}

.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;
  }
}
.btnimg_innaa{
  position: relative;
}
.sup_h1{
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 99;
}
.newth{
  position: absolute;
  left: 0px;
  top: 20px;
  right: 0px;
  z-index: 99;
  margin: 50px auto;
  text-align: center;
}
.sup_h1 h2{
  font-size: 56px;
  color: #fff;
}
.sun_login .left .btnimg {
  height: 100vh;
  /* 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 {
  height: 100vh;
  /* 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: #3f51b5;
  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: #3f51b5;
  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: flex-start;
  -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_b2 i{
  color: #fff;
  font-size: 13px;

}

.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: #3f51b5;
  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: #3f51b5;
}

.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: #3f51b5;
}

.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: #3f51b5;
}

.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: #3f51b5;
}

.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: #3f51b5;
  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: 15%;
      flex-basis: 15%;
      background: #f7f7f7;
    border-radius: 14px;
}

.agent_panel .left_menu i {
    width: 30px;
    height: 30px;
    color: #3f51b5;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ccc;
    /* display: flex; */
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    border-radius: 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 .left_menu .left_menulist li a:hover{
    background-color: #3f51b5;
    color: #fff;
}

.agent_panel .agent_right {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
      padding: 0px 20px;
}

.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: #3f51b5;
}

.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: #3f51b5;
}

.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 #3f51b5;
  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: #3f51b5;
}

.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: #3f51b5;
}

.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 #3f51b5;
  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: #3f51b5;
  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: 70%;
 
  position: relative;
  overflow: hidden;
  
}

.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: #fff;
}

.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: 27%;
      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 {
  
  -ms-flex-preferred-size: 74%;
      flex-basis: 76%;
}
.agent_home .tour-listng .tour-box_full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.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: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.agent_home .tour-listng .tour-box .tour-box-list .inn-item {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  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;
  margin-right: 15px;
}

.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: 16px;
  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 {
  padding: 0px 15px;
  display: flex;
  margin: 0px 0px;
  background: #f7f7f7;
          width: 30%;
          padding: 10px 15px;
          justify-content: space-between;
      
}

.banner_detials a {
  color: #2080bb;
}

.banner_detials .left {
width: 48%;
 
 
}

 
.banner_detials .left .may_bal a{
  background: #3f51b5;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3f51b5;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.banner_detials .left .may_bal a:hover{
  background: #fff;
  color: #3f51b5;
}


.banner_detials .left .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 30px;
}

.banner_detials .right {
width: 48%;
}

.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: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 30px;
}

.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 */

.agent_menu_id {
  position: relative;
}

.agent_menu_id .agent_menu {
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
  width: 200px;
  background: #fff;
  margin: 0px;
  padding: 0px;
}

.agent_menu_id .agent_menu li {
  background-color: #ccc;
  width: 100%;
  padding: 0px 0px !important;
  display: block;
  margin: 2px 0px;
  border: 1px solid #eee;
  padding: 5px;
}

.agent_menu_id .agent_menu li a {
  padding: 10px;
  background-color: #fff;
  color: #000;
  display: block;
}

.agent_menu_id .agent_menu li a:hover {
  background-color: #fff;
  color: #3f51b5;
}

.agent_menu_id .agent_menu li a i {
     width: 30px;
    height: 30px;
    color: #3f51b5;
    font-size: 13px;
    background: #fff;
    border: 1px solid #ccc;
    /* display: flex; */
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
    border-radius: 17px;
}

.agent_menu_id:hover .agent_menu {
  display: block;
}
.agent_home_inn .agent_serche {
  border: 1px solid #fff;
  padding: 20px;
  margin: 20px 0px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: -1px 2px 5px 0px #d5d5d5;
          box-shadow: -1px 2px 5px 0px #d5d5d5;
}

.agent_home_inn .agent_serche .searche_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
          flex-wrap: wrap;
}
.hotel{
  flex-basis: 100%;
  margin-top: 20px;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.small_s{
   flex-basis: 20%!important;
}

.hotel .input_box input {
    border-radius: 5px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    width: 100%;
}

.agent_home_inn .agent_serche .searche_box .input_box {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}

.agent_home_inn .agent_serche .searche_box .input_box label {
  display: block;
  margin: 4px 0px;
}

.agent_home_inn .agent_serche .searche_box .input_box label span {
  color: red;
}

.agent_home_inn .agent_serche .searche_box .input_box select {
  width: 100%;
  padding: 12px 5px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.agent_home_inn .agent_serche .searche_box .input_box .select2-selection--single {
  height: 49px;
}

.agent_home_inn .agent_serche .searche_box .input_box .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

.agent_home_inn .agent_serche .searche_box .input_box .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 30%;
  right: 15px;
  width: 20px;
}

.agent_home_inn .agent_serche .input_box_submit {
  text-align: right;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.select2-container--default .select2-results_option--highlighted.select2-results_option--selectable {
  background-color: #3f51b5 !important;
}
select {
  -webkit-appearance: none; 
  background: url(../images/arrow_n.png) 90% 50% no-repeat;
}
.hotel_right .child{
  align-items: stretch!important;
    flex-direction: column;
}
.check_in_out {
    display: flex;
    justify-content: space-between;
}

.hotel_in_list{
    display: flex;
    justify-content: space-between;
    background: #fff8e4;
    padding: 0px 10px 0px 0px;
    align-items: center;
    position: sticky;
    top: 138px;
    position: -webkit-sticky;
    z-index: 9;
}
.day_list{
background: rgb(255,156,0);
background: linear-gradient(90deg, rgba(255,156,0,1) 0%, rgba(218,115,55,1) 100%);
}
.fav {
  background: #ff9c00;
  color: #fff;
  border-radius: 15px;
  padding: 3px 10px;
  font-size: 12px;
}
.fav svg{
  width: 13px;
}

.day_list h3{
  font-size: 14px;
  color: #fff;
  margin: 0px;
  padding: 12px;
}

.day_right ul{
  margin: 0px;
  padding: 0px;
  display: flex;

}
.day_list li{
  font-size: 12px;
}
.day_right i{
      color: #404040cc;
    font-size: 16px;
    margin: 0px 5px;

}
.book{
  border: 1px solid #ff9c00;
  padding: 5px 10px;
  border-radius: 19px;
  background-color: #fff;

}
.js__p_another_start{
  font-size: 13px;
}
.book span{
  font-size: 13px;

}
.list_sees{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.fa-hotel{
  font-size: 13px!important;
}
.new_suntab li a{
  font-size: 18px;
  color: #000;
  font-weight: 500;

}
.nav-tabs .nav-link{
  font-size: 15px;
}
.new_suntab .nav-link.active{
 font-size: 15px;
  border-bottom: 2px solid #ff9800;
}
.tab_pan_sun{
  display: flex;
justify-content: flex-end;
}
.left_cs {
    flex-basis: 78%;
}
.right_cs{
  flex-basis: 22%;
  border-left: 1px solid #eee;
  padding: 20px;
  position: absolute;
  left: 0px;
  top: 85px;
}
.packa_list{
    display: flex;
    justify-content: space-between;
     
    margin: 10px 0px;
    padding: 10px;
    position: relative;
}
.packa_list:hover{
  background: #fffaf3;
}
.package_img{
flex-basis: 34%;
    border-radius: 5px;
    overflow: hidden;
}
.package_img img{
  width: 100%;
}
.package_dic{
  flex-basis: 70%;
  padding: 10px;
}

.package_dic span {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f6f6f66b;
    font-size: 14px;
}

.package_dic h3{
  font-size: 16px;
  margin: 10px 0px 10px 0px;

}
.package_dic label{
padding: 0px 5px;
    background: #009688;
    color: #fff;
    font-size: 14px;
}
.package_dic p{
  font-size: 15px;
  color: #2196f3;
}
.change_btm{
  position: absolute;
  right: 10px;
  top: 10px;
}
.change_btm{
 
  padding: 5px;
  color: #009688;
}
.room-details-container{
  padding: 10px;
}
.list_hi li{
  font-size: 13px;

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

.package_dic i{
  color: #009688;
  font-size: 16px;
}

.step_cs li{
      color: #4a4a4a;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 12px 30px 12px 38px;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #fcfcfc;
 
}
.step_cs li a{
  font-weight: normal;
}
.step_cs li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #9b9b9b;
    border-radius: 5px;
    left: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.step_cs li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    left: 26px;
    top: 0;
}

.step_cs li:first-child:after {
    top: 17px;    
}

.step_cs li:last-child:after {
    top: -17px;
}

ul.nav.nav-tabs.new_suntab {
    margin-top: 0px;
}
.active_line a{
  color: #ffb431;
  font-weight: bold!important;
}
.tab-content{
  position: relative;
  min-height: 500px;
}

.sidebar {
    position: relative;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;  
    box-shadow: 10px 11px 20px 5px #6f6f6f;
}

.sidebar:before{
    content:  ;
    background: #000;
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0px;
    top: 0px;

}

 
.sidebar .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    background: #ffedd2;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 38px;
    border-radius: 20px;

}


.hote_list_sun{

}
.left_title{
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
}
.left_title h3{
  font-size:22px;
}
.hote_list_sun .packa_list{
  align-items: center;
      border: 1px solid #eee;
}
.hote_list_sun .packa_list .package_img{
    flex-basis: 25%;
}
.active_cs {
  background-color:#e9f1f5;
  position: relative;
  border-left:4px solid #024a81;
}
.selectedBadgeContainer{
  display: none;
}
.active_cs .selectedBadgeContainer{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff5722;
    padding: 5px 8px;
    color: #fff;

}

.package_title h2{
  font-size: 24px;
  margin: 10px 0px 10px 0px;
}

.tabe_section {
    position: sticky;
    position: -webkit-sticky;
    top: 130px;
    background: #f9f9f9;
    z-index: 99;
    padding-top: 5px;
}
.itennery_tabs{
 

}
.itennery_tabs .nav{
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    padding: 10px 25px;
    border: 1px solid #dee2e6;
    margin: 0px 0px 10px 0px;
    border-radius: 5px;
}
.itennery_tabs .nav li a {
    border: 1px solid #eee;
    padding: 7px 29px;
    display: inline-block;
    border-radius: 30px;
    background: #fff;
    color: #000;
    font-size: 13px;
}

.nav_item_it{
  margin-left: 30px;
  font-size: 18px;
 
  
}
.nav_item_it a{
  background: #ff5722!important;
  color: #fff!important;
  padding: 5px 10px!important;
  border-radius: 20px!important;
  font-size: 14px!important;
}
.nav_item_it i{
  color: #fff;
  font-size: 14px;
}

.itennery_tabs .nav li a.active {
    border: 1px solid #eee;
    padding: 7px 25px;
    display: inline-block;
    border-radius: 30px;
    background: #ff9c00;
    color: #fff;
}
.itennery_tabs .nav a{ 
  font-size: 14px;
}
.remove_btm{
  color: red;
  margin-right: 10px;
}
.change_bt{
  color: #000;
}
.add_all{
     background: rgb(238,177,146);
    background: linear-gradient(90deg, rgb(238 188 146 / 31%) 0%, #ff9c0052 35%, rgb(213 80 28 / 10%) 100%);
    padding: 20px;
    text-align: center;
    margin: 10px 0px;
    border-radius: 20px;
    position: relative;

}

.tour_model_slw .modal-content_new{
  margin: 0% auto 15% auto!important;
}
.transfer_model_slw .modal-content_new{
  margin: 0% auto 15% auto!important;
}

 
.packa_list_blank{
  margin: 50px 0px;
}
.add_btn_tex{
background: #fff;
    border: 1px solid #eeee;
    border-radius: 30px;
    padding: 10px 50px;
}
.add_btm{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -10px;
}
.add_all p{
  color: #000;
}


.popup1 {
  position: fixed;
  overflow-y: scroll;
  max-height: 850px;
  z-index: 9999;
  top: 60px;
  left: 0px;
  width: 60%;
  margin: 0px auto;
  right: 0px;
background: #fff;
-moz-box-shadow: 4px 4px 30px #d1d1d1;
-webkit-box-shadow: 4px 4px 30px #d1d1d1;
box-shadow: 4px 4px 30px #d1d1d1;
-moz-transition: top 800ms;
-o-transition: top 800ms;
-webkit-transition: top 800ms;
transition: top 800ms;
border-radius: 20px;
border: 1px solid #ff9239;

}
.p_content {
width: 100%;
text-align: center;
font-size: 23px;
padding:30px 30px 50px 0px;
}
.p_anch {
float: left;
position: relative;
z-index: 1;
width: 100%;
margin: 80px 0 0 0;
text-align: center;
font-size: 18px;
}
.p_anch a {
color: #000;
}
.p_anch a:hover {
text-decoration: none;
}
.p_anch_bottom {
margin: 1500px 0 0 0;
padding: 0 0 50px 0;
}
.p_close {
position: absolute;
top: 15px;
right: 20px;
width: 16px;
height: 12px;
padding: 15px 11px 0 0;
}
.p_close span {
display: block;
width: 25px;
height: 2px;
background: #333;
}
.p_close span:first-child {
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.p_close span:last-child {
margin: -5px 0 0;
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.p_body {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.7;
-moz-transition: opacity 800ms;
-o-transition: opacity 800ms;
-webkit-transition: opacity 800ms;
transition: opacity 800ms;
}
/* JS-styles — declaratively */
.js__popup {
}
.js__p_start {
}
.js__p_close {
}
.js__p_body {
}
.js__slide_top {
height: 0;
overflow: hidden;
top: 0;
}
.js__fadeout {
height: 0;
overflow: hidden;
opacity: 0;
}



.timeline_area {
  position: relative;
  z-index: 1;
}
.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 180px;
}

.welcome_text_login{
  position: absolute;
  bottom: 15px;
  width: 80%;
  margin: 0px auto;
  left: 0px;
  background: #fff;
  right: 0px;
  padding: 5px 20px;
  border-radius: 10px;

}
.welcome_text_login h1{
  margin: 10px 0px;
  font-size: 30px;
  color: #e38d05;
}
.welcome_text_login h1 span{
  margin: 10px 0px;
  color: #000;
}
.welcome_text_login p{
  line-height: 20px;
  font-size: 15px;
}
.vdo_sec{
 margin: 0px;
      }

      .agent_banner img{
        height: 100%;
      }
@media only screen and (max-width: 1250px) {
.agent_banner{
width: 60%;
}
.banner_detials{
  width: 40%;
}
}

@media only screen and (max-width: 999px) {
  .agent_banner{
  width: 50%;
  }
  .banner_detials{
    width: 50%;

  }
  .banner_detials {
    flex-direction: row-reverse !important;
}
.agent_slw_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.banner_detials .right{
  
  padding: 0px;
}
.agent_banner {
  width: 100%;
}
.banner_detials {
  width: 100%;
}
  }
  @media only screen and (max-width: 789px) {
    .img_scr{
      width: 100%;
    }
    .ininery_box{
      flex-direction: column;
    }

    .banner_detials .right{
      padding: 0px!important;
      border: 0px solid #eee!important;
    }
    .banner_detials .left{
      padding: 0px!important;
      border: 0px solid #eee!important;
    }
    .agent_slw_flex {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }
    }
@media only screen and (max-width: 575px) {
  .single-timeline-area {
      padding-left: 100px;
  }
}
.single-timeline-area .timeline-date {
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 60px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
      width: 100px;
  }
}
.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}
.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f1c40f;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 30px 30px 25px;
  border-radius: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .single-timeline-content {
      padding: 20px;
  }
}
.single-timeline-area .single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: #f1c40f;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
  color: #ffffff;
  line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
  font-size: 13px;
  margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
  background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
  color: #3f43fd;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}