* {
  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;
}

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: #00b2ca;
}

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) {
    .banner-home {
  margin-top: -20px;
  margin-bottom: 30px;
}
  #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: -138px;
    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 > a {
  font-size: 11px !important;
}
    .c-navi-new-list__category-item {
  min-width: 300px;
}
    .c-navi-new-list__category-item > li {
  margin-right: 8px !important;
}
  .logo img {
    max-width: 160px !important;
  }
  .fq-content {
    margin-top: 5rem;
  }

  .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) {
    .datepicker-plot-area * {
    font-size: 30px !important;
}
.datepicker-plot-area .datepicker-day-view .table-days td {
    height:60px !important;
}
.datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item {
    font-size: 25px !important;
}
    .chat img {
  width: 60px !important;

}
 .chat img {

  bottom: 50px !important;
}
  .row.header-flight {
  font-size: 12px;
}
  .ps-xs-2{
      padding-right:5px;
  }
   .pe-xs-2{
     padding-left:5px;
   }
  #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: #00b2ca !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: #00b2ca;
    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;
  }

  .banner-home {
    margin-top: 7rem;
  }

  .nav-item button,
  .nav-item button.active,
  .nav-item button:hover {
    color: #666666 !important;
  }

  .daterangepicker .calendar.left,
  .daterangepicker .calendar.right {
    max-width: 95% !important;
  }

 /* .daterangepicker.dropdown-menu {
    top: 0 !important;
    width: 100% !important;
    right: 0 !important;
    height: 100% !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: 177px !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 .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, .08), 0 -2px 8px 8px rgba(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;
  }

  .owl-logo .item a {
    width: 90px !important;
    height: 90px !important;
  }

  .owl-logo .item a img {
    max-width: 60px !important;
    max-height: 60px !important;
  }

  #TabTour li button svg {
    height: 1.75rem;
    width: 1.75rem;
  }

  #TabTour {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    transition: border-radius .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;
  }

  .logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  #myTabContent .tab-pane {
    background: none !important;
    width: 100%;
    background-color: #fff !important;
    padding: 10px 20px;
    height: 100% !important;
  }

  #myTabContent {
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: -100%;
transition: all ease .2s;
    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;
  }

  .fq-content {
    margin-top: 20px !important;
  }

  #accordionExample {
    margin-top: 20px !important;
  }

  .fq-content .title-section2 {
    color: #fff !important;
  }

  .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) {
    .chat {

  bottom: 10px;
 
}
    .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%;
}
.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: rgb(255, 255, 255);
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .08);
  }
  .auth-form {
    width: 60%;
  }
  .header-menu {
    z-index: 1000;
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    background: rgb(255, 255, 255);
  }
  .tab-pane {
   transition: all ease .2s;
  }

  .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: #ffffffde;
  font-size: 12px;
  position: relative;
  font-weight: 300;
  padding: 0 12px 0 0;
}

.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: none !important;
  color: #666666;
}

.nav-item button {
  color: #666666;
  font-size: 15px;
}

#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: #f2f2f2;
  border: 1px solid #eaeaec;
}

.input-change input {
  padding-right: 30px;
}

.swap-text {
  background-position: -108px -2px !important;
  width: 35px;
  height: 34px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.btn-send {
  background-color: #00b2ca !important;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}

#TabRoute button.nav-link.active {
  background-color: #00b2ca;
  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: #ffffffbd;
  font-size: 12px;
}

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

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

.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: #00b2ca;
  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: 42px;
  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: #1f4397;
  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: 93px;
  text-align: center;
  background-color: white;
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  height: 93px;
  border-radius: 7px;
}

.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;
}

.fq {
  background: url('../images/bg-fq.png') no-repeat;
  background-size: cover !important;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-attachment: fixed;
}

.accordion-button {
  box-shadow: none !important;
  color: #262626;
  font-size: 15px;
  background-color: #fff;
  border: none;
  border-radius: 20px !important;
}

.accordion-item {
  background-color: #fff;
  border-radius: 15px !important;
  border: 1px solid #e0e0e0;
}

.profile-item li {
  margin-right: 12px;
}

.profile-item li a:hover,
.profile-item li:hover {
  color: #00b2ca;
}

.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: #00b2ca !important;
  border-color: #00b2ca !important;
}

.text-color1 {
  color: #243e69;
}

.text-color2 {
  color: #404040;
}

.text {
  text-align: center;
  line-height: 2.2;
}

.footer-middle {
  background-color: #1f4397;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5b75b3;
}

.link-footer-middele li {
  display: inline-block;
  border-radius: 25px;
  margin: 0 5px;
}

.link-footer-middele.p-0.text-center {
  margin-top: 20px;
}

.link-footer-middele li {
  margin-bottom: 11px !important;
}

.link-footer-middele li a {
  color: #00b2ca;
  direction: ltr;
  display: inline-block;
  font-size: 15px;
}

.accordion-body {
  color: #262626;
  line-height: 2.5;
  font-weight: 400;
}

.accordion-item {
  padding-right: 40px;
  position: relative;
}

.accordion-item::before {
  background: url('../images/slice.png') no-repeat -5px -19px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 13px;
  top: 12px;
  content: '';
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  background: none !important;
  color: #00b2ca !important;
  font-size: 18px;
}

.footer {
  background: #105ba3 url('../images/bg-footer.png') repeat-y;
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
  position: relative;
}

.about-text {
  color: #fff;
}

.about-text span {
  font-weight: 600;
  font-size: 15px;
}

.link-footer-middele li {
  color: #fff;
  font-size: 13px;
}

.help-icon {
  background-position: -6px -65px !important;
  width: 20px;
  height: 17px;
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 3px;
}

.img-slice {
  background: url('../images/slice.png') no-repeat;
}

.title-icon {
  background-position: -33px -62px !important;
  width: 26px;
  height: 23px;
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 3px;
}

.owl-logo .item a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
  margin: auto;
  border: 1px solid #00b2ca;
  margin-bottom: 20px;
  transition: all 0.2s linear;
}

.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 5px 5px #4cc9da;
}

.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 {
  background-color: #f8f8f8;
  color: #212121;
  min-height: 50px;
}

.short-desc-tour {
  color: #284258;
  font-size: 12px;
}

.flex-cost {
  justify-content: space-between;
}

.lbl-cost {
  color: #284258;
  font-size: 12px;
}

.unit {
  color: #284258;
  font-size: 11px;
}

.cost {
  color: #00aeef;
  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: #00b2ca !important;
}

.img-special {
  overflow: hidden;
  border-radius: 20px;
}

.img-special img {
  object-fit: fill;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 10px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  border-radius: 20px;
  height: 100% !important;
}

.layer-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 20px 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  text-align: right;
}

.layer-item span {
  color: #fff;
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  padding-right: 11px;
}

.layer-item span::before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  top: 11px;
  right: 0;
  content: '';
}

.item-img:hover .img-special img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.item-img {
  overflow: hidden;
}

.service-name {
  font-size: 15px;
  font-weight: 800;
  color: #000;
}

.short-desc-service {
  color: #595959;
}

@media screen and (min-width: 768px) {

.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-section .tab-pane {
   height: 500px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
#myTabContent {
  height: 500px;
  position: relative;
}
  .tab-section .c-title-tab {
    position: absolute;
    /*bottom: 207px;*/
      bottom: 175px;
    width: 84%;
    margin: auto !important;
    transition: cubic-bezier;
    left: 0;
    right: 0;
    border: none;
    display: flex;
    flex-direction: row;
    z-index:3;
  }

  .tab-pane-content {
    width: 84%;
    margin: auto !important;
    height: 138px;
    position: absolute;
    /*bottom: 77px;*/
      bottom: 45px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    padding: 10px 20px;
    border: 1px solid #eaeaec;
  }
}

.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 {
  margin-right: 20px;
}

.c-navi-new-list__category-item>li>a {
  font-size: 15px;
}

.c-navi-new-list__category-item li a {
  color: #595959;
}

.c-navi-new-list__category-item>li:hover>a {
  color: #00b2ca;
}

.btn.search {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #595959;
  font-size: 14px;
}

.btn.btn-ls-blue.rounded-pill {
  color: #fff;
  background-color: #00b2ca;
  border-color: #00b2ca;
  height: 55px;
  width: 170px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {


  #TabTour li {
    flex-grow: 1;
    text-align: center;
  }

  #TabTour .nav-link.active {
    color: #00b2ca;
  }

  #TabTour .nav-link:hover {
    color: #00b2ca;
  }

  .accordion-body {
    font-size: 14px;
  }

  .img-special,.item-img {
    height: 200px;
  }

  .tab-tour {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .banner-setion {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .logo-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .owl-logo .item a {
    width: 140px !important;
    height: 140px !important;
  }

  .owl-logo .item a img {
    max-width: 80px !important;
    max-height: 80px !important;
  }

  .row-img-footer img {
    margin-bottom: -9px;
    position: relative;
    z-index: 1;
  }

  #TabTour .nav-link.active::after {
    position: absolute;
    width: 80%;
    height: 5px;
    content: '';
    background-color: #00b2ca;
    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 .5rem 1rem rgba(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: #00b2ca;
  font-size: 13px;
  font-weight: 600;
}

.select2-container {
  min-width: 100px !important;
}

.form-inner-tab .select2-container {
  width: 100% !important;
  background-color: #f2f2f2 !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: #f2f2f2;
  border: 1px solid #eaeaec;
}

.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: #00b2ca !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: 14px;
  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: #00b2ca !important;
}
.select-tour-opt input[type="radio"]:checked + label .iradio_square-blue {
  border: 4px solid #f3f2f7;
  border-radius: 100%;
  background-color: #00b2ca !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: #00b2ca;
}
.auth-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
}
.auth-form h3 {
  margin-bottom: .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: .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: .5rem !important;

  padding-right: .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 .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 .15s;
  cursor: text;
}
.a-input legend {
  height: 10px;
}

.a-input__label, .a-input legend {
  text-align: right;
  transition: all linear .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(.625);
  top: -28px;
  position: absolute;
  background-color: #fff;
}
.text-grays-500 {
  color: #4b5259 !important;
}
.text-2 {
  font-size: .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: #00b2ca;
  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;
}
 .room-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .room-title {
        font-weight: bold;
      }

      .room-controls {
        margin-top: 10px;
      }

      .age-input {
        margin-top: 5px;
      }

      .remove-room-btn {
        position: absolute;
        top: 10px;
        left: 10px;
        color: red;
        cursor: pointer;
      }

      .add-room-btn {
        background-color: #007bff;
        color: white;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
      }

      .age-select {
        width: 100%;
      }

      #add-room-btn:disabled {
         background-color: #d9d6d6;
         cursor: not-allowed;
      }
      .smal-text {
        font-size: 11px;
        color: #464444;
        line-height: 1;
      }
      .form-select.age-select {
        font-size: 11px;
        box-shadow: none !important;
      }
      .flex-btn {
        justify-content: space-between;
        align-items: center;
      }
      .btn-success-room {
        background-color: #00b2ca;
        color: #fff !important;
        border-radius: 25px;
        line-height: 1.2;
        min-width: 70px;
      }
      .room {
  position: relative;
}
.form-select.age-select.error {
  border-color: #bb0606 !important;
}
.error-message {
  color: #bb0606;
  font-size: 9px;
}
.btn-toggle.t5 #t-count {
  border-radius: 15px;
  box-shadow: none !important;
  font-size: 13px;
  min-height: 50px;
  background-color: #f2f2f2;
  border: 1px solid #eaeaec;
  font-size: 11px;
  padding: 0 4px;
  color: #727b83;
}
.result-passenger {
  color: #000;
}
.disabled-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .25;
}
@media screen and (max-width: 767.99px) {
    .table-days td {
  font-size: 20px;
  font-weight: 600;
}
    .chat {

  bottom: 50px;
}
   .btn-toggle.t5 #t-count {
  width: 100% !important;
}
#myTabContent .tab-pane {
    overflow-y: auto;
  }
  .coun-box .dropdown-menu1 {
  width: 100% !important;
}
}
.close-dropdown {
  font-size: 12px;
  background-color: #fff !important;
  color: #00b2ca;
  border-color: #00b2ca !important;
  box-shadow: none !important;
}
.not-response {
  background: linear-gradient(to bottom, #b8e1fc 0%,#a9d2f3 10%,#90bae4 25%,#90bcea 37%,#90bff0 50%,#6ba8e5 62%,#a2daf5 83%,#bdf3fd 100%);
}
.not-response h4 {
  font-weight: 600;
  font-size: 18px;
}
.again-se {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  transition: all 0.2s linear;
}
.again-se:hover {
  background-color: #224699;
  color: #fff;
}
.crd-result {
  border: solid 1px rgba(6, 6, 6, 0.12);
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .08);
  border-radius: .5rem;
}
.row.header-flight button,.row.header-flights button{
  background-color: transparent !important;
  padding: 0 !important;
  min-width: 80px;
}
.lbl-f {
  font-weight: 100;
  font-size: 11px;
  color: #555353;
}
.fb {
  font-weight: 600;
}
.img-airline {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
}
.img-airline img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 100%;
}
.row.card.about-card {
  border-color: #00b2ca !important;
}
.fw-bolder.mb-1.text-center.mt-1 {
  background: linear-gradient(90deg, #4ff1ff 0%, #008ec2 100%) ;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a {
  color: #23badd;
}
.btn.btn-primary,.btn.btn-info {
  color: #fff;
  text-align: center;
  box-shadow: none !important;
  font-size: 12.64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 600;
  border-radius: 4px;
  border: none !important;
  background:linear-gradient(90deg, #4ff1ff 0%, #008ec2 100%);
  line-height: 2;
}
.min-w-100{
    min-width:100px;
}
.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%;
  object-fit: cover;
}
.justify-center {
  justify-content: center;
}
.flex-column{
  flex-direction: column;
}
.text-caption {
  color: #4b5259 !important;
  font-weight: 400;
  line-height: 180%;
  font-size: .75rem;
}
.a-label.is-gray{
  font-weight: 400;
  line-height: 180%;
  font-size: .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 .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: .75rem;
}
.stops__point:last-child {
  background-color:#fff;
}
.stops__point {
  margin: .5rem 1px .5rem 0;
  border: solid 1px #B4BDC4;
  display: flex;
  height: .5rem;
  width: .5rem;
  justify-content: center;
  border-radius: 9999px;
  background-color: #bec6cc;
  font-size: .625rem;
  line-height: 4;
  font-weight: 500;
}
.stops::after {
  content: "";
  height: 1px;
  position: absolute;
  right: .5rem;
  left: .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: .75rem;
}
@media (min-width: 768px) {

  .text-headline-sm {
    font-size: .875rem;
  }
}
@media (min-width: 768px) {
  .text-headline-sm {
    font-size: .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: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}
.refund__percent {
  text-align: center;
  font-size: 1.25rem;
  color: #dc3545;
}
.refund__text {
  font-weight: 400;
  line-height: 180%;
  font-size: .75rem;
  color: #2b2f33;
}
@media (max-width: 767px) {
  .flights .refund{
    display: flex;
    align-items: center;
  }
  .flights .refund__text {
    max-width: 70%;
  }
  .flights .refund .refund__percent {
    order: 2;
    padding-left: .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 #00B2CA;
  background-color: #fbf7f7;
  border-radius: 200px;
  top: 0;
  margin-left: calc(20px / -2);
  z-index: 3;
  cursor: pointer;
  transition: background-color ease .15s,border-color ease .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: #00B2CA;
}
.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 (min-width: 768px) {
  .cancel-item  {
    flex-direction: row !important;
  }
}
  .p-date{
        text-align: center;
         color: #636C75;
         font-size: .75rem;
         line-height: 1.75;
      }
      .cell-price{
        color: #454C53;
        font-weight: 500;
        font-size: 1.125rem;
        line-height: 1.28;
      }
   .select-dte {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.owl-date .item{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 9px 0;
  cursor: pointer;
  position: relative;
}
.owl-date .item:not(.is-last)::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}
.green{
  color: #2BAA48;
}
.owl-date .owl-next {
  width: 24px;
  height: 62px;
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px !important;
  background-color: #f2f1f1 !important;
}
.owl-date .owl-prev {
  width: 24px;
  height: 62px;
  margin: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px !important;
  background-color: #f2f1f1 !important;
}
.owl-date .owl-next:hover ,.owl-date .owl-prev:hover {
color: #00aabc !important;
}
.tab-section .tab-pane{
    transition: none !important;
}
.align-items-flex-end{
    align-items: flex-end;
}
.d-block.crd-tour {
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  overflow: hidden;
}
.form-section h2 {
  font-size: 18px;
  font-weight: 600;
}
.form-label {
  font-weight: 600;
}
.form-check-label {
  cursor: pointer;
}
.form-section {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.question-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.section-header {
font-size: 16px;
font-weight: 600;
color: #00abbd;
}
.form-section  textarea {
  height: 70px !important;
  width: 100% !important;
  display: block !important;
  box-shadow: 0px 0px 5px #e6e6e6;
}
.chat {
  position: fixed;

  right: 10px;
  z-index: 55;
}