
@media (max-width: 1400px) {
  header .main-menu-wrapper .main-nav>li {
    margin-right: 18px !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }

  .display-3 {
    font-size: 48px;
  }

  .display-4 {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: 44px;
  }

  .display-4 {
    font-size: 40px;
  }

  header .main-menu-wrapper .main-nav>li {
    margin-right: 10px !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }
  header .main-menu-wrapper .main-nav>li {
    margin-right: 20px;
  }
  .footer-contact .social-icon {
    margin-bottom: 16px;
  }
   .offcanva.w-50.w-50{
  width: 80% !important;
 }
}

@media (min-width: 992px) {
  header .main-menu-wrapper .main-nav {
    position: relative;
  }

  header .main-menu-wrapper .main-nav.active {
    position: unset;
  }

  header .main-menu-wrapper .main-nav>li {
    display: block;
    position: relative;
    margin-right: 30px;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }

  header .main-menu-wrapper .main-nav>li>ul {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
    border-radius: 0 0 10px 10px;
  }

  header .main-menu-wrapper .main-nav>li.megamenu {
    position: unset;
  }

  header .main-menu-wrapper .main-nav>li>ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }

  header .main-menu-wrapper .main-nav>li.mega-innermenu {
    position: unset;
  }

  header .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu {
    min-width: 600px;
    width: auto;
  }

  header .main-menu-wrapper .main-nav li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 2px;
    border-top: 1px solid var(--primary-color);
  }

  header .main-menu-wrapper .main-nav li.has-submenu.megamenu:hover>.submenu {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
  }

}

@media (max-width: 992px) {
 .container {
    max-width: 1030px !important;
  }
  .bigView {
    display: none;
  }

  .mobileView {
    display: block;
  }

  .minimalBreadcrumb {
    height: 50px;
    display: flex;
    align-items: center;
  }

  body {
    font-size: 15px;
  }

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 15px;
  }

  .display-3 {
    font-size: 42px;
  }

  .display-4 {
    font-size: 38px;
  }

  .fs-18 {
    font-size: 1.0625rem;
  }

  .fs-20 {
    font-size: 1.0625rem;
  }

  .fs-21 {
    font-size: 1.0625rem;
  }

  .fs-22 {
    font-size: 1.0625rem;
  }

  .fs-23 {
    font-size: 1.25rem;
  }

  .fs-32 {
    font-size: 28px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .page-wrapper {
    margin: 0;
    padding: 60px 0 0;
  }

  .content {
    padding: 30px 0;
  }

  .page-header h3 {
    font-size: 14px;
  }

  .page-header h4 {
    font-size: 18px;
  }

  .page-header h6 {
    font-size: 12px;
  }

  header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
    padding: 10px;
    color: #FFF;
    font-size: 12px;
  }

  header .navbar-header .navbar-brand {
    margin-right: 0;
  }

  header .navbar-header #mobile_btn {
    display: inline-block;
    line-height: 0;
  }

  header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
  }

  header .main-menu-wrapper .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    align-items: center;
    background: #FFF;
  }

  header .main-menu-wrapper .menu-header .menu-logo img {
    width: 160px;
  }

  header .main-menu-wrapper .main-nav>li .submenu>li .submenu {
    left: 0;
  }

  header .main-menu-wrapper .main-nav>li {
    margin-right: 0 !important;
  }

  header .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }

  header .main-menu-wrapper .main-nav>li a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
  }

  header .main-menu-wrapper .main-nav>li a i {
    font-size: 14px;
  }

  header .main-menu-wrapper .main-nav>li {
    border-bottom: 1px solid #000;
    padding: 0;
  }

  header .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: var(--primary-color);
  }

  header .main-menu-wrapper .main-nav li.login-link {
    display: block;
  }

  #mobile-menu {
    display: none;
  }

  .hero-section .hero-content {
    padding: 80px 0;
  }

  .hero-section .hero-content {
    padding: 60px 0;
  }

  .display-5 {
    font-size: 34px;
  }

  .display-6 {
    font-size: 32px;
  }

  .main-header {
    position: absolute;
  }

  .megamenu-wrapper {
    padding: 0;
  }

  .megamenu-wrapper h6 {
    display: none;
  }

  .megamenu-wrapper .single-demo a {
    padding: 4px 4px 4px 16px !important;
  }

  .megamenu-wrapper .single-demo .demo-img {
    display: none;
  }

  .megamenu-wrapper .single-demo {
    box-shadow: none;
    padding: 0;
    border: 0;
  }

  .menu-img {
    display: none;
  }

  .header-topbar.topbar-four {
    display: none;
  }

  footer.footer-four .footer-top {
    padding: 40px 0 20px;
  }

   .hero-section {
    height: 100% !important;
   }
  .place-nav.d-flex.justify-content-between.newPlace {
    flex-direction: column-reverse;
  }

  .hero-section::after {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
  }

  .hero-section .banner-sec {
    display: block;
  }

  .banner-form .form-info {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .banner-form .form-info .form-item {
    width: 50%;
    flex: unset;
  }

  .banner-form .form-info .form-item:nth-child(odd) {
    border-left: 0;
  }

  .banner-form .form-info .form-item.dropdown .dropdown-menu {
    max-height: 300px;
  }

  .banner-form .search-btn {
    width: 100%;
    margin: 0;
    padding: 12px;
  }

  .sub-title {
    font-size: 15px;
  }

  .section {
    padding: 50px 0;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .nav-center .owl-nav button.owl-next,
  .nav-center .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .nav-center .owl-nav button.owl-next {
    right: 0;
  }

  .nav-center .owl-nav button.owl-prev {
    left: 0;
  }

  .about-image {
    margin-right: 0;
  }

  .about-section .about-bg img.about-bg-01 {
    display: none;
  }

  .counter-wrap {
    margin-top: 50px;
    padding: 40px 40px 16px;
  }

  .faq-sec {
    padding: 40px;
  }

  .hero-section-three .banner-content h1 {
    font-size: 34px;
  }

  .category-wrapper {
    padding-top: 50px;
  }

  .faq-section-three {
    padding: 50px 0;
    background: #111827;
  }

  .plan-sec {
    margin-right: 0;
  }

  .work-item {
    margin-bottom: 24px;
  }

  .work-img {
    display: none;
  }

  .faq-shape {
    top: 25%;
  }

  .about-car {
    margin-right: 0;
  }

  .app-wrap .app-img {
    display: none;
  }

  .app-wrap {
    margin: 50px 0;
  }

  .business-wrap {
    margin-top: 50px;
  }

  .business-wrap .business-info {
    padding: 40px;
  }

  .business-wrap .business-img {
    display: none;
  }

  .success-icon {
    display: none;
  }

  .package-sec {
    padding-top: 26px;
  }

  .client-sec {
    padding: 40px;
  }

  .hero-section-five {
    height: auto;
    padding-bottom: 50px;
  }

  .room-slider.nav-center .owl-nav button.owl-next,
  .room-slider.nav-center .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
  }

  .review-item .review-info.reply {
    margin-left: 50px;
  }

  .que-sec {
    margin-top: 20px;
  }

  .map-grid {
    margin-top: 40px;
  }

  .booking-confirmation .booking-hotels img {
    margin-bottom: 10px;
  }

  .booking-confirmation .booking-hotels .booking-details .booking-items p {
    margin-bottom: 8px;
  }

  .cart-table .table tbody tr td .cart-details .cart-items a {
    margin-bottom: 10px;
  }

  .cart-table .table tbody tr td .cart-details .cart-image img {
    margin-bottom: 10px;
  }

  .carts-img {
    margin-left: 16px;
  }

  .carts-contents {
    margin-left: 16px;
  }

  .modal .modal-body .upcoming-content .upcoming-title .avatar {
    margin-bottom: 8px;
  }

  .modal .modal-body .upcoming-content .upcoming-title .title-list p {
    margin-bottom: 8px;
  }

  .home-vertical-slider .slider-nav {
    display: none;
  }

  .hero-section.hero-sec-two {
    height: auto;
    padding: 40px 0;
  }

  .hero-section.hero-sec-two .banner-content {
    margin-bottom: 40px !important;
  }

  .offer-slider-img img {
    min-height: 450px;
    object-fit: cover;
  }

  .slide-nav button {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .section-right-img {
    margin-top: 24px;
    padding-left: 0;
  }

  .news-letter .input-group {
    margin-top: 24px;
  }

  .traveling-sec {
    padding-top: 50px;
  }

  #filterSidebar {
    position: fixed;
    top:0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1050;
    background-color: #fff;
    padding: 1rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }

  #filterSidebar.show {
    transform: translateX(0);
  }

  #filterSidebar .card.filter-sidebar {
    box-shadow: none;
  }

  /* Optional overlay */
  #sidebarOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
  }

  #sidebarOverlay.show {
    display: block;
  }

  .IconCLose {
    display: inline;
  }
.IconCLose i {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    color: var(--primary-500);
    box-shadow: 0 0 10px;
    z-index: 1050;
    height: 35px;
    width: 35px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    line-height: 25px;
}
  .banner-form .form-info .form-item {
    border: none;
  }
  
}
@media (max-width: 768px) {
  .headerFlights{
    display: none;
  }
  .offCanvasThemeSetup  .offcanvas-body {
  padding: 5px !important;
}
  div.user-sidebar.mobile-Sidebar {
    position: static;
    top: 100px;
}
.baggage-info {
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    gap:4px;
}
.layover {
  font-size: 11px;
  max-width: 300px;
}
.offcanvas-header.card-header, .offcanvas-header.card-header h4 {
    background: var(--secondary-500);
    color: var(--white-color);
    padding: 11px;
}
#walletIcon .offcanvas-body{
  padding-top: 0;

}
.offcanvas-header.card-header button{
 filter: invert(1);
}
.mobile-Sidebar {
    border: none;
    box-shadow: none !important;
}
.card-body.user-sidebar-body.SidebarCustom{
  margin-top: 20px;

}
.mobile-Sidebar .card-header {
    display: none;
}
.mobile-Sidebar .card-header, .mobile-Sidebar .card-body{
    padding: 0 !important;
}
  .offCanvasThemeSetup{
    width: 100% !important;
  }
  ul.nav.settings-link.d-flex.align-items-center.flex-wrap.mb-0 li {
    flex: none;
}.settings .card-body .settings-link {
    flex-wrap: nowrap !important;
    overflow-x: auto;
}
.settings .card-body .settings-link::-webkit-scrollbar{
  display: none;
}
.deck-container {
  justify-content: start !important;
  overflow: auto;         
  scrollbar-width: none; 
  -ms-overflow-style: none; 
}
.flightDetails.pt-0 ul{
  flex-wrap: nowrap;
  gap:15px;
}
.flightDetails.pt-0 ul li a, .paddingSelectionBus .container {
  padding: 0;
}

.deck-container::-webkit-scrollbar {
  display: none;          /* Chrome, Safari, Opera */
}

  .textHide{
    padding: 7px 12px !important;
  }
  .textHide i{
    margin: 0 !important;
  }
  .owl-carousel.experts-slider.nav-center.showMonth.nav.nav-center.owl-loaded.owl-drag .owl-nav button {
    top: 30px;
    width: 30px;
    height: 30px;
}
 .owl-carousel.experts-slider.nav-center.showMonth.nav.nav-center.owl-loaded.owl-drag .owl-nav button i{
  font-size: 14px;
 }
  .banner-form .form-info .form-item {
    border-left: none;
  }

  .btnAREA {
    display: flex;
    justify-content: end;
  }

  .textSize .material-symbols-outlined, .textSize .fa-solid, .textSize span{
    font-size: 12px;
  }
  .btnBookClick {
    max-width: 150px;
    text-align: end;
  }
  .mobileViewData{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding-right: 0;
  }
  
  body {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 26px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }

  .display-3 {
    font-size: 30px;
  }

  .display-4 {
    font-size: 28px;
  }

  .w-40 {
    width: 100%;
  }

  .fs-18 {
    font-size: 1rem;
  }

  .fs-20 {
    font-size: 1rem;
  }

  .fs-21 {
    font-size: 1rem;
  }

  .fs-22 {
    font-size: 1rem;
  }

  .fs-23 {
    font-size: 1rem;
  }

  .fs-32 {
    font-size: 24px;
  }

  .card .card-body {
    padding: 16px;
  }

  .card .card-title {
    font-size: 16px;
  }

  .card .card-header {
    padding: 15px;
  }

  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #FFF;
    border: 1px solid #F5F8FA;
    padding: 5px 0;
    border-radius: 3px;
  }

  .content.content-two {
    padding-bottom: 16px;
  }

  .display-5 {
    font-size: 26px;
  }

  .nav.dashboardBtn {
    display: none;
  }

ul.nav.mainAccess {
    margin: auto;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
}
ul.nav.mainAccess::-webkit-scrollbar{
  display: none;
}
.withoutLogin li a i {
    font-size: 20px;
}
  .header-logo img {
    max-width: 120px;
  }

  .headerFlights.show {
    display: none;
  }

 a.btn.customSecondary {
    padding: 10px 5px !important;
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
}
  a.btn.customSecondary span,
  .flightCheap {
    display: none;
  }

  a.btn.customSecondary i {
    margin-right: 0 !important;
  }

  .divAttraction {
    width: 180px;
  }

  .banner-form .form-info .form-item {
    width: 50%;
  }

  .banner-form .form-info .form-item .way-icon {
    position: absolute;
    top: -8px;
    rotate: 90deg;
    right: 0;
    left: auto;
    border-radius: 50%;
    padding: 10px;
    z-index: 1050;
    display: none;
  }
  ul.nav.justify-content-center.listScroll {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: start !important;
    overflow-x: scroll;
}
.place-nav .nav.listScroll li a {
    border-radius: 0.375rem !important;
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}
.listScroll::-webkit-scrollbar {
    display: none;
}
  .hero-section {
    padding-top: 70px;
  }
  .banner-form .search-btn{
    height: 45px;
  }
  .footer-menu {
    display: none;
  }
  .footer-menu.active {
    display: block;
  }

  .footer-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Style the chevron and add rotation */
  .footer-toggle i {
    display: block;
    transition: transform 0.3s ease;
  }
  .footer-toggle.active i {
    transform: rotate(180deg);
  }
  .text-content{
  justify-content: start;
}
.offcanva.w-50{
  width: 80% !important;
 }
}
@media (max-width: 680px){

 .mobileorder-1 {
    order: 1;
  }
  .mobileorder-2 {
    order: 2;
  }
     .textHide span ,.textNone{
    display: none;
  }
}
@media (max-width: 575px) {
   
    .hotel-list .place-item {
    display: flex !important;
    flex-direction: column;
  }
   .hotel-list .place-item .place-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .slide-images, .placeMobileView{
    padding: 20px !important;
}
.place-item .place-content{
  padding: 0 20px 20px 20px;
}

.hotelDetailImage{
  height: auto;
  max-width:100%;
}
.banner-form .form-info .form-item .form-control{
  font-size: 16px !important;
}
.place-content  a.buttonBook button{
  width: 100%;
}
 .offcanva.w-50.w-50{
  width: 100% !important;
 }
    .hotel-list .place-item .place-img a img {
    border-radius: 10px;
    width: 100% !important;
  }
  .hotel-list.hotelBook .place-item .place-img{
    width: 100%;
  }
   .page-header {
    flex-direction: column;
    align-items: self-start;
  }

  .page-header h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }

  header .navbar-header .logo-small {
    display: block;
    width: 100%;
    text-align: center;
  }

  header .navbar-header #mobile_btn {
    left: 0;
    margin-right: 0;
    padding: 0 0px;
    position: absolute;
    z-index: 99;
  }

  header .navbar-header {
    width: 100%;
  }

  .banner-form .form-info .form-item:nth-child(odd) {
    border-bottom: 1px solid #cad2da;
  }
  .banner-form .form-info .form-item {
    width: 100%;
}
  .HelpDeskDropdown{
    width:320px !important;
  }
  .leftRegister, .LoginSliderView{
  display: none !important;
  }
  .modalLoginCross i{
    right:-4px;
  }
    .lineMobile{
    position: relative;
    top: 12px;
    border: 1px solid var(--gray-200);
    display: block;
  }
  .textNone{
    display: none;
  }
  .attractionSection{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: start !important;
  }
  .divAttraction {
    width: 130px;
}
.footerPlay{
  flex-direction: column;
}
.footerWarpCopyright{
  justify-content: center !important;
  column-gap:30px 
}
  .attractionSection::-webkit-scrollbar{
    display: none;
  }
  .selectInputHome .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
  header .navbar-header .logo {
    display: none;
  }
  .flight-card .innerPadding {
    padding: 20px 10px 10px 10px;
    cursor: pointer;
}
.roundView {
    padding: 0 5px;
}
.airline-logo {
    height: 30px;
    border-radius: 5px;
}
.bottomFLightList {
  padding: 5px;
  font-size: 12px;
}
footer .footer-top .footer-widget h5::before{
  display: none;
}
.showMonth.nav-tabs li a {
    font-weight: normal;
    padding: 5px 10px;
    font-size: 12px;
}
.header-btn{
  gap:5px;
}
.mainBreadBg {
    padding: 20px 0 20px 0!important;
}

  .banner-form .nav li .nav-link {
    max-height: 40px;
    min-width: 150px;
    width: 100% !important;
    min-width: max-content;
    justify-content: center;
}

  .banner-form .nav li .nav-link {
    font-size: 16px;
    padding: 4px 10px;
  }
  .selectInputHome .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px !important;
}
}
@media (max-width: 400px) {
  .main-wrapper.agentSignRight.w-100.overflow-hidden.position-relative.flex-wrap.d-block{
    max-width: 320px !important;
    margin: auto;
  }
  
  .authentication-card .card-body{
    padding: 0 20p 20px 20px !important;
  }
  .banner-form .nav li .nav-link ,ul.nav.mainAccess li a{
  width: 82px;
  gap:2px;
}
/* .fs-20, .fs-16{
    font-size: 0.8rem;
} */
  .overlay-card .card-text {
    font-size: 0.413rem !important;
  }

  .tab-style-4 .nav-link {
    padding-inline: 0.5rem;
  }

  .btn-close.custom-close {
    margin: 9px 9px 9px 0;
  }


  .banner-form .nav li {
    margin-left: 0;
  }
  .header-logo img {
    max-width: 100px;
}
.textHide {
    padding: 5px 10px !important;
}
.image-38 {
    height: 32px !important;
    width: 32px !important;
}
}

@media  (min-width:380px) and (max-width:1024px){
.banner-form .search-btn {
    padding: 20px;
    margin-left: 0;
    height: 40px;
    text-align: center;
    align-items: center;
    margin-top: 10px;
    width: 200px;
}
} 