* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
}

ul {
  margin-bottom: 0 !important;
}

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
  width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url(../fonts/travel-bold.woff2-bbb24413.woff2) format("woff2"),
    url(../fonts/travel-bold-4edf9c7b.woff) format("woff"),
    url(../fonts/travel-bold-e7a0564c.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-bold-398e0943.ttf) format("truetype");
}

@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url(../fonts/travel-regular.woff2-5d2979c4.woff2) format("woff2"),
    url(../fonts/travel-regular-588b6fcf.woff) format("woff"),
    url(../fonts/travel-regular-7ab3eea7.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-regular-e2638a27.ttf) format("truetype");
}

@font-face {
  font-family: travel;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url(../fonts/travel-black.woff2-41970917.woff2) format("woff2"),
    url(../fonts/travel-black-4557273d.woff) format("woff"),
    url(../fonts/travel-black-9f9cc3e5.eot?#iefix) format("embedded-opentype"),
    url(../fonts/travel-black-fa7c68fd.ttf) format("truetype");
}

body {
  font-family:
    travel,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
  font-feature-settings: "ss01";
  font-size: 14px;
  line-height: 2;
  direction: rtl;
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  color: #111111;
  padding: 0 !important;
  position: relative;
}

.show-search {
  height: auto !important;
}

.P-Banner {
  z-index: 1000;
  position: relative;
}

li.has-sub li,
.has-sub ul li {
  list-style: none;
}

.has-sub ul {
  min-height: 100% !important;
  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 14px !important;
  padding: 10px 0 5px 0;
  background: #fff;
}

li.has-sub ul li a:hover {
  color: #fff;
  background-color: #110e3f;
}

li.has-sub:hover > ul {
  left: auto;
}

li.has-sub:hover > ul > li {
  height: 45px;
}

li.has-sub ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  list-style: none;
}

li.has-sub ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #9f9f9f;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
  text-align: right;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li.has-sub li.has-sub > a::before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

li.has-sub li.has-sub > a::after {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}

li.has-sub ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.has-sub i {
  font-size: 7px;
  vertical-align: middle;
}

.has-sub > a {
  padding: 7px 10px 8px;
  display: block;
  color: #484848;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .c-navi-new-list__category-item > li {
    margin-right: 20px;
  }
  .profile-item li {
    margin-right: 12px;
  }
  .tab-pane-content {
    width: 78%;
    bottom: 45px;
  }
  .tab-section .c-title-tab {
    bottom: 175px;
    width: 78%;
  }
  .short-desc-service {
    padding: 0 80px;
  }
  #search i {
    font-size: 23px;
    vertical-align: middle;
  }

  #panel-menu {
    display: none !important;
  }

  .info-section {
    margin-top: -68px;
    padding-top: 4rem !important;
  }

  .text-top ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991.99px) {
  .row.align-items-center.box-tour {
    border-radius: 25px;
  }

  .row.thumb-slide {
    margin-top: -130px;
    padding-bottom: 15px;
  }

  .l-text1::after {
    top: -13px;
  }

  .l-text1::before {
    top: -19px;
  }

  .box-cost-tour {
    border-top: 1px dashed #ccc;
    margin-top: 5px;
  }

  .newest-tour .d-block.cost-tour.text-center {
    display: inline-block !important;
    width: 58% !important;
  }

  .d-block.l-show-tour.mt-2 {
    display: inline-block !important;
    width: 40% !important;
  }

  .row.align-items-center.box-tour .col-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .row.align-items-center.box-tour {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .title-section {
    font-size: 15px;
  }

  .mb-xs-15 {
    margin-bottom: 15px !important;
  }

  .main-title {
    font-size: 1.2rem;
  }

  .social-li {
    text-align: center;
  }

  .owl-stage {
    padding-right: 0 !important;
  }

  .menuTrigger i {
    vertical-align: middle;
  }

  .row.top-header-menu.d-xl-none.d-lg-none {
    background: rgb(24, 59, 91);
  }

  .panel-menu {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
  }

  .close-li {
    background-color: #f3f3f3 !important;
  }

  .subPanel {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
    padding-right: 0 !important;
  }

  .panel-menu > ul:nth-child(1) {
    overflow-y: auto !important;
    max-height: 100vh;
  }

  #panel-menu ul {
    padding-right: 0 !important;
    max-height: 100vh;
    overflow-y: auto;
  }

  .panel-menu ul li {
    list-style: none;
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #edecec;
    color: #717471;
    font-weight: 300;
    font-size: 14px;
  }

  .btn-menu {
    background-color: #f3f3f3 !important;
    width: 100%;
    line-height: 40px;
    padding: 5px;
    padding-right: 5px;
    cursor: pointer;
    border-bottom: 1px solid rgb(218 218 218);
    color: #858585;
    padding-right: 21px;
  }

  .panel-menu {
    z-index: 10;
  }

  .panel-menu ul li {
    padding-left: 20px;
    padding-right: 10px;
  }

  .main-menu a {
    color: #717471;
    font-weight: 300;
    font-size: 14px;
  }

  .openSubPanel {
    position: relative;
    cursor: pointer;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: block;
  }

  .panel-menu.isOpen,
  .subPanel.isOpen {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  }

  .subPanel {
    z-index: 20;
  }

  .closeSubPanel,
  .closePanel,
  .openSubPanel {
    cursor: pointer;
  }

  .panel-menu > ul:nth-child(1) {
    overflow-y: auto !important;
    max-height: 100vh;
    width: 100%;
  }

  .border-none {
    border: none !important;
  }

  .panel-menu.isOpen::before {
    position: absolute;
    right: 300px;
    content: "";
    top: 0;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 500%;
  }

  .arow-menu i {
    background: url("../images/nav-sprite.png") no-repeat -137px -288px;
    width: 8px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
  }

  .close-menu .times {
    background: url("../images/nav-sprite.png") no-repeat -190px -288px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
  }

  .closeSubPanel i {
    background: url("../images/nav-sprite.png") no-repeat -136px -309px;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
  }

  .panel-menu.isOpen .close-menu {
    padding: 0;
    width: 28px;
    height: 28px;
    font-size: 21px;
    color: #858585;
    line-height: 15px;
    text-align: center;
    line-height: 33px;
    float: left;
    position: absolute;
    left: 10px;
    top: 10px;
  }

  .openSubPanel .arow-menu {
    color: #879496;
    font-size: 22px;
  }

  .arow-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 29px;
    color: #879496;
  }

  .icon-toolbar svg {
    fill: #5c5c5c;
  }

  .row-header-menu-botton.d-xl-none.d-lg-none {
    margin-top: 10px;
  }

  .text-account {
    display: none !important;
  }

  .link-top span {
    margin-right: 18px;
  }

  .link-top i {
    color: #6f6f6f;
    font-size: 27px;
    vertical-align: middle;
    cursor: pointer;
  }

  .bg-menu-mob {
    background-color: #fff;
    padding: 5px;
  }

  .icon-shop,
  .icon-favo,
  .icon-user,
  .icon-search {
    transform: scale(0.8);
  }
}

@media screen and (min-width: 575.99px) and (max-width: 767.9px) {
  .container,
  .container-sm {
    max-width: 95% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.9px) {
  .c-navi-new-list__category-item > li {
    margin-right: 10px;
  }
  .btn.account {
    font-size: 12px;
  }
  .form-inner-tab label {
    display: none;
  }
  .tab-pane-content {
    width: 95%;
    bottom: 45px;
  }
  .tab-section .c-title-tab {
    bottom: 175px;
    width: 95%;
  }
  .logo img {
    max-width: 160px !important;
  }

  .l-img-tour {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
  }

  .info-section .col-lg-4.ps-md-0 {
    margin-bottom: 15px !important;
  }

  .header-menu .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .container-fluid.header-menu.sticky-menu .row.header-menu-top {
    display: none !important;
  }

  .news-box {
    margin-bottom: 18px;
  }
}

.d-block.lbl {
  padding-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #4d4a4a;
}

.img-cat img {
  width: 100% !important;
}

@media screen and (max-width: 767.99px) {
  #nav-tab .nav-link:hover {
    border: none !important;
  }
  #nav-tab .nav-link {
    width: 50% !important;
    color: #000;
    border: none !important;
  }
  #nav-tab .nav-item.show .nav-link,
  #nav-tab .nav-link.active {
    border: none !important;
    background-color: #110e3f !important;
    color: #fff !important;
    border-radius: 15px !important;
  }
  #nav-tab {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dee2e6 !important;
    border-radius: 15px !important;
  }
  .header-menu {
    padding: 10px 10px 70px 10px !important;
    background: #110e3f;
    z-index: 1;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
  }

  .header-menu .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .btn.btn-ls-blue.rounded-pill {
    width: 100% !important;
  }

  .service-section {
    margin-top: 4rem;
  }

  .nav-item button,
  .nav-item button.active,
  .nav-item button:hover {
    color: #666666 !important;
  }

  .daterangepicker .calendar.left,
  .daterangepicker .calendar.right {
    max-width: 95% !important;
  }

  .row-header-botton {
    display: none !important;
  }

  .body-content.fixed-tab .tab-section .nav-tabs .nav-link {
    font-size: 0 !important;
  }

  .body-content.fixed-tab #TabTour li {
    width: auto !important;
  }

  .header-menu.sticky-menu {
    padding: 10px 10px 22px 10px !important;
    z-index: 2;
  }

  .tab-content-desktop {
    position: fixed !important;
    top: 141px !important;
    z-index: 3;
    width: 100%;
  }

  .body-content.fixed-tab #TabTour {
    margin-top: -93px !important;
    border-radius: 1.5rem !important;
    grid-template-columns: repeat(6, 1fr);
  }

  .body-content.fixed-tab .icon-tab {
    display: block !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .header-menu.sticky-menu .logo img {
    max-width: 160px !important;
    transition: all ease 0.2s;
  }

  #myTabTour li {
    margin-left: 11px;
  }

  .toolbar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    padding: 10px;
    width: 100% !important;
    align-items: center;
    box-shadow:
      0 -1px 0 0 rgba(0, 0, 0, 0.08),
      0 -2px 8px 8px rgba(0, 0, 0, 0.04);
  }

  .toolbar li {
    flex-grow: 1;
    text-align: center;
    position: relative;
  }

  .toolbar li a {
    display: block;
  }

  .d-block.lbl-menu {
    color: #000;
    font-size: 11px;
  }

  .toolbar ul {
    display: flex;
    flex-direction: row;
    list-style: none;
  }

  .icon-toolbar i {
    color: #5c5c5c;
    font-size: 22px;
    vertical-align: middle;
  }

  body {
    padding-bottom: 66px !important;
  }

  #element_to_scroll .accordion-body {
    font-size: 12px;
    text-align: justify;
    margin-right: -40px;
  }

  .img-special,
  .item-img {
    height: 140px;
  }

  .short-desc-service {
    display: none !important;
  }

  .tab-tour {
    padding-bottom: 1rem;
  }

  .logo-section {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  #TabTour li button svg {
    height: 1.75rem;
    width: 1.75rem;
  }

  #TabTour {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    transition: border-radius 0.15s;
    border: solid 1px #e0e5e9 !important;
    margin-top: -56px !important;
    z-index: 1;
    position: relative;
    border-radius: 0.5rem !important;
    background-color: #e0e4e7 !important;
    gap: 1px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #ddd;
    padding: 1px;
    grid-template-columns: repeat(2, 1fr);
    display: grid !important;
  }

  #TabTour li {
    background-color: #fff !important;
    padding: 0.2rem !important;
  }

  .nav-item button {
    font-size: 14px;
    padding: 0;
    width: 100%;
    text-align: right !important;
    border: none !important;
  }

  #TabTour li {
    text-align: center;
  }



  #myTabContent .tab-pane {
    background: none !important;
    width: 100%;
    background-color: #fff !important;
    padding: 0;
    height: 100% !important;
  }
  .tab-pane-content {
    padding: 0 10px !important;
  }
  #myTabContent {
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: -100%;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 4 !important;
    width: 100%;
    display: block !important;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .tab-content.show {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  }

  .btn-hide {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .footer-middle {
    text-align: center;
  }

  .text-color2 {
    padding-left: 14px !important;
    text-align: justify !important;
  }

  .header-menu-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .d-block.img-user img {
    width: 120px !important;
    height: 120px !important;
  }

  .collection-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .title-section2 {
    font-size: 18px;
    font-weight: 600;
  }

  .c-img-cat {
    height: 300px;
  }

  .title-section span {
    font-size: 15px;
  }

  .img-pro-wnd {
    height: 300px;
  }

  .footer-bottom {
    text-align: center;
  }

  .about-company {
    margin-bottom: 15px !important;
  }

  #share img {
    width: 50px;
  }

  .copy {
    text-align: center;
    font-size: 10px !important;
  }

  .container-fluid.header-menu.sticky-menu .row.header-menu-top {
    display: none !important;
  }

  .info-section .col-lg-4.ps-md-0 {
    margin-bottom: 10px;
  }

  .owl-service {
    margin-top: 27px;
  }

  .owl-stage {
    padding-right: 0 !important;
  }

  .news-box {
    margin-bottom: 18px;
  }

  .e-main-title-section {
    font-size: 18px;
  }

  #more {
    margin-top: 20px;
  }

  .text-info {
    text-align: right;
  }

  .contaner-fluid.info-section {
    padding: 30px 20px;
    text-align: center;
  }

  .row-category-list .sticky_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .new-collection {
    background-position: center center !important;
  }

  .c-new-collection-box {
    text-align: center;
    margin-bottom: 20px;
  }

  .lnk-footers {
    text-align: right;
  }

  .title-footer {
    text-align: right;
    padding-right: 14px;
  }

  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 33px;
    border-bottom: 1px solid #e5edea4d;
  }

  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-container .set > span i.fal {
    position: absolute;
    left: 0;
    top: 13px;
    color: #fff;
    font-size: 10px;
  }

  .img-menu img {
    width: 200px !important;
  }

  .location-box1 {
    margin: 20px 6px !important;
  }

  .owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
  }

  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pco {
    text-align: center;
  }
}

.d-block.news-box {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.col-list li {
  list-style: none;
}
.modal-header {
  border: none !important;
}
.modal {
  background-color: #4b4b4b99;
}
@media screen and (min-width: 768px) {
  .daterangepicker .calendar {
    width: 47.5% !important;
    max-width: 47.5% !important;
    margin-left: 0 !important;
  }
  #regModal .modal-content {
    min-width: 600px;
  }
  .header-menu.sticky-menu {
    background: #090823;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.08);
  }
  .auth-form {
    width: 60%;
  }
  .header-menu {
    z-index: 1000;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    background: #110e3f;
  }
  .tab-pane {
    transition: none !important;
  }

  .main-title {
    font-size: 1.5rem;
  }

  .footer .addresss {
    padding-left: 26px;
    font-weight: 300;
    display: inline-block;
  }

  .title-section {
    font-size: 1.5rem;
  }

  .header-menu-inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .set > span i {
    display: none;
  }

  .d-block.img-user img {
    width: 120px !important;
    height: 120px !important;
  }

  .social-box li {
    margin-right: 5px;
  }

  .mt-100 {
    margin-top: 100px;
  }
}

.collection-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.title-section2 {
  font-size: 18px;
}

.c-img-cat {
  height: 354px;
}

.img-pro-wnd {
  height: 336px;
}

.col-list li img {
  display: block;
  height: 100%;
  left: 50%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.col-list li:nth-child(1) .d-block.news-box:nth-child(1) {
  margin-bottom: 3%;
}

.col-list li:nth-child(1) .d-block.news-box:nth-child(1) .img-cat::after {
  padding-bottom: 46%;
  content: "";
  display: block;
}

.col-list li:nth-child(1) .d-block.news-box:nth-child(2) .img-cat::after {
  padding-bottom: 104%;
  content: "";
  display: block;
}

.col-list li:nth-child(1) .d-block.news-box:nth-child(3) .img-cat::after {
  padding-bottom: 104%;
  content: "";
  display: block;
}

.col-list li:nth-child(2) .d-block.news-box:nth-child(1) .img-cat::after {
  padding-bottom: 100%;
  content: "";
  display: block;
}

.img-cat {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.col-list li:nth-child(1) .news-box:nth-child(1) {
  width: 100%;
  float: right;
  margin-bottom: 0.5%;
}

.col-list li:nth-child(1) .news-box:nth-child(2) {
  width: 49%;
  float: right;
  margin-left: 0.5%;
  position: relative;
}

.col-list li:nth-child(1) .news-box:nth-child(3) {
  width: 49%;
  float: left;
  margin-right: 0.5%;
  position: relative;
}

.col-list li:nth-child(2) {
  width: 49%;
  display: inline-block;
  margin-right: 1%;
}

.col-list li:nth-child(1) {
  width: 49%;
  display: inline-block;
}

.lnk-slide2 {
  font-size: 35px !important;
  font-weight: 700;
}

.col-catalog {
  margin-top: -50px;
}

.e-main-title-section {
  font-size: 20px;
}

.text-top {
  text-align: left;
}

.pr-md-0 {
  padding-right: 0 !important;
}

.pl-md-0 {
  padding-left: 0 !important;
}

.bld {
  font-weight: 600;
}

@media screen and (min-width: 992px) and (max-width: 1299.9px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 98% !important;
  }

  .row.thumb-slide {
    bottom: 50px !important;
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1260px;
}

@media screen and (min-width: 1200px) {
}

.lnk-footers li {
  position: relative;
  list-style-type: none !important;
  line-height: 1.7;
}

.lnk-footers li a {
  color: #ffffff82;
  font-size: 12px;
  position: relative;
  font-weight: 300;
}

.title-footer {
  font-weight: 600;
  margin-bottom: 10px !important;
  display: block;
  font-size: 14px;
}

.title-footer span {
  position: relative;
}

.lnk-footers {
  padding-right: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.has-sub > a {
  display: block;
  color: #000000;
  font-size: 15px;
}

.about-company.desc a {
  color: #8e8e8e;
  font-weight: 600;
}

.lnk-footers li a:hover {
  color: #fff;
  transition: all 0.2s linear;
  font-weight: 600;
}

#TabTour {
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  border-bottom-color: #e8e8e8 !important;
  color: #666666;
  border: 1px solid #bcbcbc;
}

.nav-item button {
  color: #666666 !important;
  font-size: 15px;
  padding: .5rem;
}

#TabTour .nav-link.active {
  position: relative;
}

.nav-item button {
  border: none !important;
  box-shadow: none !important;
}

.icon-tab {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

#TabRoute {
  border: none !important;
  display: flex;
  flex-direction: row;
}

#TabRoute button {
  color: #a6a6a6;
  padding: 5px 15px !important;
  min-height: 25px !important;
  line-height: 2;
}

.form-inner-tab .form-control {
  border-radius: 15px;
  box-shadow: none !important;
  font-size: 13px;
  min-height: 50px;
  background-color: #e7eeff;
  border: 1px solid #b7b7b7;
}

.input-change input {
  padding-right: 30px;
}
.align-items-flex-end {
  align-items: flex-end;
}
.room-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.room-title {
  font-weight: bold;
}
.room-controls {
  margin-top: 10px;
}
.remove-room-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  color: red;
  cursor: pointer;
}
.swap-text {
  background-position: -108px -1px !important;
  width: 35px;
  height: 34px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.btn-send {
  background-color: #110e3f !important;
  color: #fff !important;
  text-align: center;
  border-radius: 15px;
}

#TabRoute button.nav-link.active {
  background-color: #110e3f;
  color: #fff;
}

.text-top ul li {
  display: inline-block;
  color: #e2b823;
}

.text-top ul li i {
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
}

.link-menu > span {
  margin-right: 15px;
}

.copy {
  color: #aba9d5;
  font-size: 12px;
  background-color: #090823;
  border-top: 1px solid #434263;
}

.social-footer a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
  text-align: center;
}

.social-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}

.social-footer a span {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;

  border-radius: 100%;
}

.social-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}

.social-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.social-box li {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
}

.social-box {
  padding-right: 0;
}

.map-icon {
  background: url("../images/slice.png") no-repeat -6px -6px;
  width: 15px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.phone-icon {
  background: url("../images/slice.png") no-repeat -5px -37px;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.info-section a {
  color: #fff;
}

.text-info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
}

.mail-icon {
  background: url("../images/slice.png") no-repeat -12px -116px;
  width: 34px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.info-section a {
  color: #f6f5f8;
  font-size: 15px;
  letter-spacing: 1px;
}

@media screen and (min-width: 992px) and (max-width: 1090px) {
}

@media screen and (min-width: 1024px) {
}

.e-main-title-section {
  color: #110e3f;
  font-weight: 800;
}

.e-sub-title-section {
  font-size: 14px;
  font-weight: 300;
  color: #595959;
}

.text {
  color: #333;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
}

.news-box,
.small-box .d-block {
  position: relative;
  overflow: hidden;
}

.d-block.news-box img {
  transition: all 0.3s ease;
}

.owl-service .owl-next {
  left: 38px;
  -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: -12%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav {
  margin-top: 0 !important;
  direction: ltr;
}

.img-service {
  max-width: 100%;
  position: relative;
  height: 73px;
  overflow: hidden;
}

.img-service img {
  object-fit: contain;
  max-height: 100% !important;
  max-width: 100% !important;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.owl-service .item:hover .img-service img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.title-section {
  color: #262626;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ccc;
}

.img-cat {
  position: relative;
}

.js-mega-menu-categories-options.flex {
  display: flex !important;
}

.navbar-collapse .btn-success:hover,
.navbar-collapse .btn-success {
  color: #fff;
  background-color: #f0bf7c !important;
  border-color: #f0bf7c !important;
  box-shadow: none !important;
}

.navbar-collapse .form-control {
  box-shadow: none !important;
  font-size: 13px !important;
}

.menu {
  z-index: 100;
  max-width: 100% !important;
  position: relative;
}

.d-inline-block {
  display: inline-block;
}

.copy {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
}

.footer-bottom {
  background: #090823;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}

.namad li {
  text-align: center;
  list-style: none;
  display: inline-block;
}

.namad li a {
  padding: 10px;
  width: 110px;
  text-align: center;
  background-color: #090823;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  height: 110px;
  border-radius: 7px;
  border: 1px solid #4b4a5e;
}

.namad li img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}

.footer .form {
  display: flex;
  align-items: center;
  background-color: #fff;
}

.title-footer.un-link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.title-footer.lnk-footer.un-link span {
  font-size: 12px;
  font-weight: 300;
}

.page {
  overflow-x: hidden !important;
}

.profile-item li {
  display: inline-block;
}

.logo img {
  max-width: 246px;
}

.account a {
  color: #000;
}

.account i {
  vertical-align: middle;
  margin-left: 2px;
  background-position: -71px -63px;
  width: 20px;
  height: 22px;
  display: inline-block;
}

.search .img-slice {
  vertical-align: middle;
  margin-left: 2px;
  background-position: -101px -66px;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.main-title {
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 0px 5px #000;
}

.sub-title {
  color: #fff;
  font-size: 1.3rem;
}

.profile-item li a:hover,
.profile-item li:hover {
  color: #110e3f;
}

.sticky-menu #header-menu {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 3px;
  border: 1px solid #b9b9b9;
  background-color: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #110e3f !important;
  border-color: #110e3f !important;
}

.text-color1 {
  color: #243e69;
}

.text-color2 {
  color: #404040;
}

.text {
  text-align: center;
  line-height: 2.2;
}

.footer-middle {
  background-color: #24214e;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #55527f;
  color: #ffffff82;
}

.about-company {
  font-size: 12px;
  color: #82809a;
}

.footer {
  background: #110e3f url("../images/bg-footer.png") no-repeat;
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
  position: relative;
  color: #ffffff82;
}

.about-text {
  color: #ffffff82;
}

.about-text span {
  font-weight: 600;
  font-size: 15px;
}

.img-slice {
  background: url("../images/slice.png") no-repeat;
}

.text-logo {
  color: #110e3f;
  font-weight: 600;
}

.owl-logo .item .logo-img {
  border-radius: 100%;
  background-color: rgb(228, 228, 228);
  width: 128px;
  height: 128px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: all 0.2s linear;
}
.owl-logo .item .logo-img img {
  width: 60px;
  height: 80px;
  object-fit: contain;
}
.owl-logo .item:hover .text-logo {
  color: #f68216;
}
.owl-logo .item a img {
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s linear;
}

.owl-logo .item a:hover img {
  filter: none !important;
}

.logo-img:hover {
  box-shadow: 0px 12px 10px #f6821696;
}

.d-flex.flex-tab {
  align-items: center;
  justify-content: space-between;
}

.more-tour a {
  color: #4b4b4b;
}

.more-tour a i {
  font-size: 10px;
  vertical-align: middle;
  margin-right: 5px;
}

.d-block.img-tour {
  height: 184px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}

.d-block.img-tour img {
  border-radius: 7px 7px 0 0;
  object-fit: fill;
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.owl-tour .item:hover .img-tour img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tour-name {
  font-weight: 600;
  color: #110e3f;
}

.short-desc-tour {
  color: #252525;
  font-size: 13px;
}

.flex-cost {
  justify-content: space-between;
}

.lbl-cost {
  color: #284258;
  font-size: 12px;
}

.unit {
  color: #284258;
  font-size: 11px;
}

.cost {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

.owl-tour .item a {
  border: 1px solid #e4e4e4;
  border-radius: 15px;
}

.owl-tour .item a hr:not([size]) {
  height: 2px;
  background-color: #d6d6d6;
}

#myTabTour li button {
  padding-bottom: 0 !important;
  color: #595959;
  font-size: 15px;
  border-bottom: 2px solid #fff !important;
  border-radius: 0 !important;
}

#myTabTour li button.active {
  border-color: #110e3f !important;
}

.service-name {
  font-size: 15px;
  font-weight: 800;
  color: #110e3f;
}

.short-desc-service {
  color: #252525;
}

.c-navi-new-list {
  display: flex;
  align-items: center;
}

.c-navi-new-list > li {
  list-style: none;
}

.c-navi-new-list__category-item li {
  list-style: none;
}

.c-navi-new-list__category-item {
  display: flex;
  align-items: center;
}

.c-navi-new-list__category-item > li > a {
  font-size: 15px;
}

.c-navi-new-list__category-item li a {
  color: #fff;
}

.c-navi-new-list__category-item > li:hover > a {
  color: #fff;
}

.btn.search {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff9;
  font-size: 12px;
}

.btn.btn-ls-blue.rounded-pill {
  color: #fff;
  background-color: #110e3f;
  border-color: #110e3f;
  height: 55px;
  width: 170px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .service-section {
    margin-top: 3rem;
  }

  #TabTour li {
    flex-grow: 1;
    text-align: center;
  }

  #TabTour .nav-link.active {
    color: #110e3f;
  }

  #TabTour .nav-link:hover {
    color: #110e3f;
  }

  .accordion-body {
    font-size: 14px;
  }

  .tab-tour {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .banner-setion {
    padding-bottom: 1rem;
  }

  .logo-section {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  #TabTour .nav-link.active::after {
    position: absolute;
    width: 80%;
    height: 5px;
    content: "";
    background-color: #f68216;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 25px;
  }

  #TabTour {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
  }

  #searchModal .modal-content {
    border-radius: 0 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    border: none !important;
  }

  #searchModal .modal-xl {
    max-width: 100%;
    margin-top: 0 !important;
  }

  .modal-body.container.search-modal__body {
    padding: 3rem 0 3.75rem 0;
  }

  #searchModal {
    padding: 0 !important;
  }

  .search-input.form-control {
    height: 55px;
    margin-bottom: 1.25rem;
    padding-right: 1.875rem;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    background-color: #f8f9fa;
    color: #333;
  }
}

.account.menu-item-static a,
.account.menu-item-static {
  color: #110e3f;
  font-size: 13px;
  font-weight: 600;
}

.select2-container {
  min-width: 100px !important;
}

.form-inner-tab .select2-container {
  width: 100% !important;
  background-color: #e7eeff !important;
  border-radius: 15px !important;
}

.form-inner-tab .select2-container--default .select2-selection--single {
  border-radius: 15px !important;
  box-shadow: none !important;
  font-size: 13px;
  min-height: 50px;
  background-color: #e7eeff;
  border: 1px solid #b7b7b7;
}

.form-inner-tab
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #6c757d;
  line-height: 46px;
  padding-right: 15px !important;
}

.form-inner-tab
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px;
  left: 5px !important;
}

.coun-box .dropdown-menu1 {
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  left: auto !important;
  right: 0 !important;
  transform: translate(0, 51px) !important;
  padding: 20px;
  min-width: 300px;
  position: absolute;
  display: none;
  top: 0;
  color: #000;
  border: 1px solid #eaeaec;
}

.add-person.d-flex input,
.add-child.d-flex input,
.add-person3.d-flex input {
  width: 40px !important;
  height: 33px !important;
  text-align: center;
  background-color: transparent !important;
  border: none !important;
  min-height: 33px !important;
  padding: 2px !important;
}

.add-person.d-flex,
.add-child.d-flex,
.add-pro3.d-flex {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.dropdown-menu1 label {
  width: 57%;
}

.dropdown-menu1 label span {
  color: #6c7680 !important;
}

.coun-box {
  z-index: 2;
}

.quantity-left-minus,
.quantity-right-plus {
  box-shadow: none !important;
  background-color: #110e3f !important;
  color: #fff !important;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 7px;
  padding: 0 !important;
}

.select-person.d-flex {
  align-items: center;
}

html,
body {
  font-family:
    travel,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
  font-feature-settings: "ss01";
}

.quantity-left-minus.btn.btn-number.not-allow {
  opacity: 0.4;
  cursor: not-allowed;
}
.quantity-right-plus.btn.btn-number.not-allow {
  opacity: 0.4;
  cursor: not-allowed;
}
.social-box img {
  max-width: 22px;
  object-fit: contain;
}
.select-side-opt span {
  display: inline-block;
}
.lb-os-select {
  cursor: pointer;
}
.select-side-opt input,
.select-tour-opt input {
  display: none;
}
.lb-os-select .iradio_square-blue {
  position: absolute;
  right: 12px;
  top: 5px;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #eae8ee;
  background-position: 0 !important;
  border-radius: 100%;
  background-color: #f3f2f7;
  background-position: 0 !important;
  border-radius: 100%;
}
.select-side-opt input[type="radio"]:checked + label .iradio_square-blue {
  border: 4px solid #f3f2f7;
  border-radius: 100%;
  background-color: #f58115  !important;
}
.select-tour-opt input[type="radio"]:checked + label .iradio_square-blue {
  border: 4px solid #f3f2f7;
  border-radius: 100%;
  background-color: #f58115  !important;
}
.lb-os-select {
  margin: 0 !important;
  padding-right: 40px;
}
.btn.account {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #fff;
}
.auth-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
}
.auth-form h3 {
  margin-bottom: 0.75rem;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a0b0c;
  text-align: center;
}
.auth-form h4 {
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #2b2f33;
  margin-top: 0;
}
.a-input.is-lg {
  font-size: 1rem;
  height: 3rem;
  line-height: 1.75rem;
  --active-label-transform: translate(
    calc(-6px + var(--prepend-size)),
    -1.55em
  );
}
.a-input__input {
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.a-input input {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 6px 8px;
  background: none;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  caret-color: inherit;
  border-radius: 8px;
  color: #26292d;
  font-size: inherit;
  position: relative;
}
.text-grays-300 {
  color: #959ea6 !important;
}

.a-input.is-lg {
  font-size: 1rem;
  height: 3rem;
  line-height: 1.75rem;
  --active-label-transform: translate(
    calc(-6px + var(--prepend-size)),
    -1.55em
  );
}
@media (min-width: 768px) {
  .md\:mb-6 {
    margin-bottom: 2rem !important;
  }
}
.text-right,
.\!text-right {
  text-align: right !important;
}
.mb-5 {
  margin-bottom: 1.5rem !important;
}
.a-input {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  width: 100%;
  font-weight: 400;
  padding: 0 8px;
  background-clip: padding-box;
  color: #8e979f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4rem;
  height: 2.5rem;
  --prepend-size: 0px;
  --active-label-transform: translate(
    calc(-6px + var(--prepend-size)),
    -1.25rem
  );
}
.px-2 {
  padding-left: 0.5rem !important;

  padding-right: 0.5rem !important;
}
.border-r {
  border-right-width: 1px !important;
}
.a-input fieldset {
  position: absolute;
  pointer-events: none;
  border: 1px solid #bac1c6;
  border-right-width: 1px;
  border-left-width: 1px;
  top: -4.5px;
  right: 0;
  left: 0;
  bottom: 0;
  transition: border-color linear 0.15s;
  border-right-width: var(--input-border-right, 1px);
  border-left-width: var(--input-border-left, 1px);
  border-radius: var(--input-border-left-radius, 8px)
    var(--input-border-right-radius, 8px) var(--input-border-right-radius, 8px)
    var(--input-border-left-radius, 8px);
}
.a-input__label,
.a-input legend {
  text-align: right;
  transition: all linear 0.15s;
  cursor: text;
}
.a-input legend {
  height: 10px;
}

.a-input__label,
.a-input legend {
  text-align: right;
  transition: all linear 0.15s;
  cursor: text;
}
.a-input__label {
  display: inline-block;
  margin: 0;
  margin-right: 0px;
  transform-origin: right;
  margin-right: var(--prepend-size);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 4px 5px;
  z-index: 1;
}
.a-input.is-lg .a-input__label {
  padding: 9px 8px;
}
.a-input.focus .a-input__label {
  transform: scale(0.625);
  top: -28px;
  position: absolute;
  background-color: #fff;
}
.text-grays-500 {
  color: #4b5259 !important;
}
.text-2 {
  font-size: 0.75rem !important;
}
.owl-tour .owl-prev {
  margin: 0 !important;
  background: url("../images/right.png") !important;
  width: 30px;
  height: 30px;
  font-size: 0 !important;
  position: absolute;
  right: -15px;
  top: 40%;
}

.owl-tour .owl-next {
  margin: 0 !important;
  background: url("../images/right.png") !important;
  width: 30px;
  height: 30px;
  font-size: 0 !important;
  position: absolute;
  left: -15px;
  top: 40%;
  transform: rotate(180deg);
}
.btn.is-link {
  color: #110e3f;
  padding: 0 !important;
  font-weight: 600;
  box-shadow: none !important;
}
.caption-home {
  font-weight: 600;
  color: #000;
}
.dropdown-menu1
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 11px !important;
}
.daterangepicker .ranges {
  width: 100% !important;
  float: right;
}

/********/
.w-8 {
  width: 4rem !important;
}
.provider-logo {
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto;
}
.provider-logo img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  border-radius: 100%;
}
.justify-center {
  justify-content: center;
}
.flex-column {
  flex-direction: column;
}
.text-caption {
  color: #4b5259 !important;
  font-weight: 400;
  line-height: 180%;
  font-size: 0.75rem;
}
.a-label.is-gray {
  font-weight: 400;
  line-height: 180%;
  font-size: 0.75rem;
  display: inline-flex;
  justify-content: center;
  padding: 0 8px;
  align-items: center;
  max-width: 26ch;
  border-radius: 1024px;
  white-space: nowrap;
  vertical-align: middle;
  gap: 4px;
  background-color: #e1e7ec;
  color: #4b5157;
}
.align-items-top {
  align-items: flex-start !important;
}
.available-card__details {
  transition: all ease 0.2s;
  flex: 1 1 1%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .available-card__details {
    border-left: 1px solid #e0e0e0;
    min-height: 100%;
  }
}
.flex-1 {
  flex: 1 1 0% !important;
}
.stops {
  max-width: 120px;
}
.text-grays-200 {
  color: #bec6cc !important;
}
.justify-between {
  justify-content: space-between !important;
}
.items-center {
  align-items: center !important;
}
.grow {
  flex-grow: 1 !important;
}
.stops__label {
  position: absolute;
  right: 0;
  left: 0;
  top: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
}
.stops__point:last-child {
  background-color: #fff;
}
.stops__point {
  margin: 0.5rem 1px 0.5rem 0;
  border: solid 1px #b4bdc4;
  display: flex;
  height: 0.5rem;
  width: 0.5rem;
  justify-content: center;
  border-radius: 9999px;
  background-color: #bec6cc;
  font-size: 0.625rem;
  line-height: 4;
  font-weight: 500;
}
.stops::after {
  content: "";
  height: 1px;
  position: absolute;
  right: 0.5rem;
  left: 0.5rem;
  background-color: #bec6cc;
  top: 50%;
}
.text-danger-400 {
  color: #dc3545 !important;
  font-weight: 400;
}
.gap-4 {
  gap: 1rem !important;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid {
  display: grid !important;
}
.flex-col {
  flex-direction: column !important;
}
.text-grays-600 {
  color: #2b2f33 !important;
}
.text-headline-sm {
  font-weight: 700;
  line-height: 170%;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .text-headline-sm {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .text-headline-sm {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .flights .ho-available-card__content {
    height: 147px !important;
    min-height: 147px !important;
  }
}
.crd-collaps {
  background-color: #fff;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
}
.collapse-box {
  margin-top: -5px;
}
.d-flex.flex-botton-collapse button {
  padding: 0 5px !important;
  font-size: 12px;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .cancel-item .refund {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.cancel-item .refund {
  flex: 1 1 0%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}
.refund__percent {
  text-align: center;
  font-size: 1.25rem;
  color: #dc3545;
}
.refund__text {
  font-weight: 400;
  line-height: 180%;
  font-size: 0.75rem;
  color: #2b2f33;
}
@media (max-width: 767px) {
  .chat img {
    width: 68px;
  }
  .chat {
    left: -10px;
    bottom: 19%;
  }
  #myTabContent .tab-pane {
    overflow-y: auto;
  }
  .banner-setion {
    margin-top: 10rem;
  }
  .more-link {
    padding: 5px 7px;
    min-width: 120px;
    font-size: 11px;
    text-align: center;
  }
  .e-sub-title-section {
    display: none !important;
  }
  .h-frm {
    font-size: 16px;
  }
  .back-to-top {
    width: 40px;
    height: 40px;
    left: 2px;
    bottom: 73px;
  }
  .flights .refund {
    display: flex;
    align-items: center;
  }
  .flights .refund__text {
    max-width: 70%;
  }
  .flights .refund .refund__percent {
    order: 2;
    padding-left: 0.25rem;
    margin-right: auto;
    text-align: left;
    font-size: 1.125rem;
  }
}
.a-card2 #slider {
  margin: 10px auto;
  width: 80%;
}
#time-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 18px;
}
.noUi-touch-area {
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  box-shadow: var(--shadow-md);
  border: solid 2px #110e3f;
  background-color: #fbf7f7;
  border-radius: 200px;
  top: 0;
  margin-left: calc(20px / -2);
  z-index: 3;
  cursor: pointer;
  transition:
    background-color ease 0.15s,
    border-color ease 0.15s;
}
.noUi-handle::before,
.noUi-handle::after {
  display: none !important;
}
.noUi-handle {
  border: none !important;
  border-radius: 3px;
  background: transparent !important;
  cursor: default;
  box-shadow: none !important;
}
.noUi-horizontal .noUi-handle {
  top: -2px !important;
}
.noUi-connect {
  background: #110e3f;
}
.noUi-horizontal {
  height: 13px;
  border-radius: 25px !important;
}
.w-5 {
  width: 1.5rem !important;
}
.h-5 {
  height: 1.5rem !important;
}
.provider-logo__inner {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
.provider-logo__wrapper:not(.has-no-border) {
  border-width: 2px;
  border-color: transparent;
}
.provider-logo__wrapper:not(.is-square) {
  border-radius: 50%;
}
.provider-logo__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 0;
}
.provider-logo__image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: fill;
}
@media screen and (min-width: 768px) {
  .tex-frm {
    font-size: 15px;
  }
  #myTabContent {
    height: 500px;
    position: relative;
  }
  .img-tab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .img-tab {
    position: absolute;
    top: 0;
    height: 320px;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
  }
  .tab-section .tab-pane {
    height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .tab-section .tab-content > .tab-pane {
    display: block !important;
    opacity: 0 !important;
    z-index: -1 !important;
    position: inherit;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
  }
  .tab-section .tab-content > .active {
    display: block !important;
    opacity: 1 !important;
    z-index: 2 !important;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
  }
  .tab-pane-content {
    margin: auto !important;
    height: 138px;
    position: absolute;

    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    padding: 10px 20px;
    border: 1px solid #bcbcbc;
  }
  .tab-section .c-title-tab {
    position: absolute;

    margin: auto !important;
    transition: cubic-bezier;
    left: 0;
    right: 0;
    border: none;
    display: flex;
    flex-direction: row;
    z-index: 3;
  }
}
.tab-section .tab-pane {
  transition: none !important;
}
.title-company {
  font-weight: 600;
  color: #fff;
}
.copy-right span {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .more-link {
    padding: 5px 15px;
  }
  .frm-news-letter {
    max-width: 537px;
    margin: auto;
  }
  .h-frm {
    font-size: 21px;
  }

  .back-to-top {
    width: 60px;
    height: 60px;
    left: 10px;
    bottom: 5px;
  }
}
.back-to-top {
  text-align: center;
  cursor: pointer;
  position: fixed;

  z-index: 2;
}
.img-cal {
  vertical-align: middle;
  margin-left: 2px;
  background-position: -76px -13px;
  width: 21px;
  height: 22px;
  display: inline-block;
}
.img-mail {
  vertical-align: middle;
  margin-left: 2px;
  background-position: -42px -19px;
  width: 21px;
  height: 15px;
  display: inline-block;
}
.flex-contanct-info a {
  color: #ffffff82;
  letter-spacing: 2px;
  transition: all 0.2s linear;
}
.flex-contanct-info a:hover {
  color: #f68216;
}
.flex-contanct-info {
  align-items: center;
}
.maral-text {
  color: #252525;
  text-align: center;
  font-weight: 300;
}
.crd-info {
  border-radius: 20px;
  background-color: rgb(235, 235, 235);
  padding: 30px;
  text-align: center;
}
.h-frm {
  font-weight: 800;
}
.frm-news-letter {
  background-color: #fff;
  border-radius: 999px;
  padding: 5px;
  display: flex;
}
.frm-news-letter button {
  background-color: rgb(247, 72, 0);
  width: 74px;
  height: 40px;
  color: #fff;
  border-radius: 999px;
}
.frm-news-letter input {
  width: calc(100% - 74px);
  border-radius: 999px;
  padding-right: 10px;
}
.box-about {
  border-top: 1px solid #b7b7b7;
  padding-top: 30px;
}
.more-link {
  background-color: #f68216;
  color: #fff;
  display: inline-block;
  border-radius: 999px;
  transition: all 0.2s linear;
}
.more-link:hover {
  background-color: #df4100;
  color: #fff;
}
.flex-title {
  justify-content: space-between;
  align-items: center;
}
.lbl-inf {
  display: inline-block;
  color: #252525;
  background-color: #d6ddec;
  border-radius: 999px;
  padding: 4px 10px;
  min-width: 100px;
  text-align: center;
}
.price {
  color: #7d7d7d;
  line-height: 1;
  text-align: left;
}
.more-service {
  color: #f68216;
  display: inline-block;
  border: 1px solid #f68216;
  border-radius: 999px;
  padding: 4px 20px;
  min-width: 150px;
  transition: all 0.2s linear;
}
.more-service:hover {
  background-color: #f68216;
  color: #fff;
}
.btn-toggle.t5 #t-count {
  border-radius: 15px;
  box-shadow: none !important;
  font-size: 13px;
  min-height: 50px;
  background-color: #e7eeff;
  border: 1px solid #b7b7b7;
  font-size: 11px;
  padding: 0 4px;
  color: #727b83;
}
.result-passenger {
  color: #000;
}
.room {
  position: relative;
}
.flex-btn {
  justify-content: space-between;
}
.btn-toggle.t5 #t-count {
  font-size: 10px;
}
.btn-success-room {
  background-color: #110e3f;
  color: #fff !important;
  border-radius: 25px;
  line-height: 1.2;
  min-width: 70px;
}
.close-dropdown {
  font-size: 12px;
  background-color: #fff !important;
  color: #110e3f !important;
  border-color: #110e3f !important;
  box-shadow: none !important;
}
.btn.search i {
  color: #5c5c5c;
  font-size: 21px;
}
.chat {
  position: fixed;
}
.search-wrapper {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
  top: 100px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .chat {
    left: 0;
    bottom: 10%;
  }
  .search-input {
    width: 60%;
  }
}
.search-input {
  width: 100%;
  padding: 6px 10px;
  font-size: 15px;
  border-radius: 4px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.search-wrapper.active {
  padding: 15px;
  max-height: 100px;
}
@media screen and (min-width: 768px) {
  .search-input {
    width: 60%;
  }
}
.link-menu .btn.search i {
  color: #fff;
  vertical-align: middle;
}
