body {
    font-family: "Lato", sans-serif;
    overflow: auto !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin: 0;
  }
  
  .header {
    background-color: rgba(242, 242, 242, 0.95);
    padding: 10px 0;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999 !important;
  }
  .header.for_search_page {
    padding: 15px 0 65px;
    height: auto;
    position: relative;
  }
  .header.for_search_page .inner_header {
    height: 30px;
    justify-content: flex-start;
  }
  .header#inner-header {
    z-index: 1056;
  }
  .header .inner_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .inner_header .left_section a {
    color: #B31F24;
    font-size: 20px;
    /*----------native app used own header--*/
    /*------------*/
  }
  .header .inner_header .center_section h2 {
    font-size: 5vw;
  }
  .header .inner_header .left_section {
    display: flex;
  }
  .header .inner_header .left_section a img {
    height: 22px;
  }
  .header .inner_header .left_section .navbar-toggler {
    padding-right: 10px;
  }
  .header .inner_header .left_section .navbar-toggler img {
    height: 18px;
  }
  .header .inner_header .right_sec_desktop {
    width: auto;
  }
  .header .inner_header .right_section {
    text-align: right;
  }
  .header .inner_header .right_section a {
    margin-left: 10px;
    position: relative;
    text-decoration: none;
  }
  .header .inner_header .right_section a img {
    height: 27px;
  }
  .header .inner_header .right_section a span {
    position: absolute !important;
    top: -7px !important;
    background-color: #FFC619 !important;
    color: #000 !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 9px !important;
    right: 0 !important;
    border: 0.5px solid #B31F24 !important;
  }
  .header .inner_header .right_section .navbar-toggler {
    margin-left: 10px;
  }
  .header .inner_header .right_section.flight_modifyOpt {
    width: 21.3333333333%;
  }
  .header .inner_header .right_section.flight_modifyOpt a {
    color: #fff;
    text-decoration: none;
    font-size: 3vw;
    margin-right: 5px;
  }
  .header .inner_header .right_section.flight_modifyOpt a img {
    width: 16px;
    height: 16px;
  }
  .header .inner_header .right_section.flight_modifyOpt a:last-child {
    margin-right: 0;
  }
  
  .off-canvas-floating {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    width: var(--off-canvas-width);
    height: 100vh;
    position: fixed;
    top: 0px;
    right: calc(var(--off-canvas-width) * -1);
    transition: left 300ms ease-in-out;
    z-index: 10001;
  }
  
  .off-canvas-floating .off-canvas-nav {
    width: var(--off-canvas-width);
    height: 100%;
    min-height: 100%;
    padding: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #fff;
    border-top-left-radius: 15px;
    padding-bottom: 150px;
  }
  .off-canvas-floating .off-canvas-nav .nav-fill .nav-link {
    text-align: left;
    color: #3D3C3C;
    display: flex;
    align-items: center;
    padding: 11px 0;
  }
  .off-canvas-floating .off-canvas-nav .nav-fill .nav-link img {
    width: 25px;
    margin-right: 25px;
  }
  .off-canvas-floating .off-canvas-nav .nav-fill .nav-link i {
    margin-left: auto;
  }
  .off-canvas-floating .off-canvas-nav .off-canvas-toggler {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    margin-left: auto;
    background-color: transparent;
    border: 0;
    color: #3D3C3C;
    font-size: 33px;
    padding: 5px;
  }
  .off-canvas-floating .off-canvas-nav .off-canvas-toggler i {
    font-size: 29px;
  }
  
  .inner_menu {
    padding-left: 50px;
  }
  .inner_menu a {
    font-size: 12px;
  }
  .inner_menu a img {
    width: 25px;
  }
  
  .user_profile {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 75%;
    margin: 15px auto;
  }
  .user_profile a {
    text-decoration: none;
    color: #000;
  }
  .user_profile img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px solid #B31F24;
    padding: 6px;
  }
  .user_profile h3 {
    font-size: 1rem;
  }
  .user_profile h3 small {
    display: block;
  }
  .user_profile ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .user_profile ul li a {
    font-size: 20px;
    padding: 0 8px;
    color: #3D3C3C;
  }
  .user_profile .custom-file-input {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
  }
  .user_profile .custom-file-input img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* Circular image */
    -o-object-fit: cover;
       object-fit: cover;
    border: 2px solid #ccc;
  }
  .user_profile .custom-file-input span {
    display: block;
    margin-top: 10px;
    color: black;
    font-size: 25px;
    font-weight: bold;
  }
  .user_profile .custom-file-input input[type=file] {
    display: none;
    /* Hide default file input */
  }
  
  .header {
    padding: 5px 80px 5px;
    background-color: #fff;
    height: 88px;
  }
  .header .inner_header .left_section .navbar-toggler img {
    height: 20px;
  }
  .header .inner_header .right_section {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header .inner_header .right_section a {
    margin-left: 18px;
    margin-right: 0px !important;
    font-size: unset;
  }
  .header .inner_header .right_section a img {
    height: 25px !important;
  }
  .header .inner_header .right_section a span {
    right: -9px !important;
  }
  .header .inner_header .right_section .wallet-info .used-limit .amount {
    color: #b31f24;
    font-weight: 700;
  }
  .header .inner_header .right_section .wallet-info .available-limit .amount {
    color: #b31f24;
    font-weight: 700;
  }
  
  .logo img {
    width: 166px !important;
    margin-left: 10px !important;
    height: auto !important;
  }
  
  footer {
    background: #fff;
    padding: 35px 0;
    text-align: center;
    border-top: 1px solid #ccc;
  }
  footer .links {
    display: flex;
    justify-content: center;
  }
  footer .links li a {
    color: #9f9f9f;
    text-decoration: none;
    padding-right: 15px;
    font-size: 17px;
  }
  footer .links li a:hover {
    color: #b31f24;
  }
  footer .social {
    display: flex;
    justify-content: center;
  }
  footer .social li a {
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    text-decoration: none;
    padding: 5px;
    margin-left: 10px;
    width: 42px;
    height: 42px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    align-items: center;
  }
  footer .social li a:hover {
    border-color: #b31f24;
    color: #b31f24;
  }
  footer p {
    color: #9f9f9f;
    margin-bottom: 0;
    font-size: 17px;
  }
  footer .partners_program {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
  }
  footer .partners_program li .zong-logo {
    width: 55px;
    margin: 0px 10px;
  }
  footer .partners_program li .jazz-logo {
    width: 55px;
    margin: 0px 10px;
  }
  footer .partners_program li .u-logo {
    width: 55px;
    margin: 10px;
    margin-top: 15px;
  }
  
  .app_section ul {
    display: flex;
    justify-content: flex-end;
  }
  .app_section ul li {
    margin-left: 15px;
  }
  .app_section ul li img {
    width: 160px;
    height: 50px;
    -o-object-fit: fill;
       object-fit: fill;
  }
  
  .off-canvas-floating {
    display: none;
  }
  .off-canvas-floating.active {
    left: 0px;
    display: block !important;
  }
  .off-canvas-floating .off-canvas-nav {
    border-radius: 0;
    padding-bottom: 0;
  }
  
  .popup .text {
    font-size: 24px;
  }
  .popup a {
    padding: 10px 0px;
    font-size: 15px;
  }
  .popup a:hover {
    background-color: #FFC619;
    color: #000;
  }
  .popup .close-btn {
    height: 35px;
    width: 35px;
    font-size: 28px;
  }
  
  :root {
    --off-canvas-width: 300px;
  }
  
  html,
  body,
  .off-canvas-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .off-canvas-wrapper {
    overflow-x: hidden;
  }
  
  .off-canvas-wrapper .off-canvas {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    width: calc(100% + var(--off-canvas-width));
    margin-left: calc(var(--off-canvas-width) * -1);
    transition: margin-left 300ms ease-in-out;
  }
  
  .off-canvas-wrapper .off-canvas .off-canvas-nav {
    width: var(--off-canvas-width);
    height: 100%;
    min-height: 100%;
    padding: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    overflow-y: auto;
    box-sizing: border-box;
    box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.3) inset;
  }
  
  .off-canvas-wrapper .off-canvas .off-canvas-content:not(.off-canvas-no-close).overlay::after {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 300ms ease-in-out, width 0s 300ms, height 0s 300ms;
  }
  
  .off-canvas-wrapper .off-canvas.active .off-canvas-content:not(.off-canvas-no-close).overlay::after {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 300ms ease-in-out;
  }
  
  .off-canvas-wrapper .off-canvas .off-canvas-content:not(.off-canvas-no-close)::after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
  }
  
  .off-canvas-wrapper .off-canvas.active .off-canvas-content:not(.off-canvas-no-close)::after {
    background-color: transparent;
    width: 100%;
    height: 100%;
  }
  
  .off-canvas-wrapper .off-canvas.active {
    margin-left: 0px;
  }
  
  .off-canvas-wrapper .off-canvas:not(.off-canvas-floating) .off-canvas-content {
    overflow: auto;
    position: relative;
    flex-grow: 1;
  }
  
  .off-canvas-floating {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    width: var(--off-canvas-width);
    height: 100vh;
    position: fixed;
    top: 0px;
    right: calc(var(--off-canvas-width) * -1);
    transition: left 300ms ease-in-out;
    z-index: 10001;
  }
  
  .off-canvas-floating .off-canvas-nav {
    width: var(--off-canvas-width);
    height: 100%;
    min-height: 100%;
    padding: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #fff;
    border-top-left-radius: 15px;
    padding-bottom: 40px;
    border-radius: 0;
  }
  .off-canvas-floating .off-canvas-nav .nav-fill .nav-link {
    text-align: left;
    color: #3D3C3C;
    display: flex;
    align-items: center;
    padding: 11px 0;
    transition: transform 0.2s linear;
  }
  .off-canvas-floating .off-canvas-nav .nav-fill .nav-link img {
    width: 25px;
    margin-right: 25px;
  }
  .off-canvas-floating .off-canvas-nav .nav-fill .nav-link i {
    margin-left: auto;
  }
  .off-canvas-floating .off-canvas-nav .nav-fill .nav-link:hover {
    transform: scale(0.9);
    font-weight: bold;
  }
  .off-canvas-floating .off-canvas-nav .off-canvas-toggler {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: transparent;
    border: 0;
    color: #3D3C3C;
    font-size: 33px;
    padding: 0px;
  }
  .off-canvas-floating .off-canvas-nav .off-canvas-toggler i {
    font-size: 29px;
  }
  .off-canvas-floating .off-canvas-nav::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
  }
  
  .inner_menu {
    padding-left: 50px;
  }
  .inner_menu a {
    font-size: 12px;
  }
  .inner_menu a img {
    width: 25px;
  }
  
  .off-canvas-floating + .off-canvas-content:not(.off-canvas-no-close).overlay {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 300ms ease-in-out, width 0s 300ms, height 0s 300ms;
  }
  
  .off-canvas-floating.active + .off-canvas-content:not(.off-canvas-no-close).overlay {
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 300ms ease-in-out;
  }
  
  .off-canvas-floating + .off-canvas-content:not(.off-canvas-no-close) {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
  }
  
  .off-canvas-floating.active + .off-canvas-content:not(.off-canvas-no-close) {
    background-color: transparent;
    width: 100vw;
    height: 100%;
  }
  
  .off-canvas-floating.active {
    right: 0px;
  }
  
  .off-canvas-floating + .off-canvas-content {
    position: fixed;
    top: 0px;
  }
  
  .ribbon {
    font-size: 13px;
    padding-top: 10px;
  }
  
  .carousel-control-prev {
    left: -20px;
  }
  
  .carousel-control-next {
    right: -20px;
  }
  
  /* Styling for Carousel Arrows */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B31F24;
    border-radius: 50%;
    background-image: none;
  }
  .carousel-control-prev-icon:hover,
  .carousel-control-next-icon:hover {
    background-color: #FFC619;
    color: black;
  }
  
  /* Ensure the arrows are placed properly */
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    opacity: 1;
    display: flex;
  }
  
  /* Customize the size of the arrows (optional) */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
  
  .carousel-control-next,
  .carousel-control-prev {
    width: 3%;
  }
  
  .bag_icon {
    font-size: unset;
    margin-right: 0;
    padding: 0 !important;
  }
  .bag_icon span {
    top: -5px !important;
    right: -6px !important;
  }
  
  .edit {
    margin-right: -8px;
    padding: 1px 8px;
    font-size: unset;
  }
  .edit i {
    display: inline-block;
    font-size: 23px;
    margin-top: 7px;
    cursor: pointer;
  }
  .edit i:hover {
    color: #b31f24;
  }
  
  .bag_icon img {
    height: 30px !important;
    width: 24px !important;
  }
  
  .header .inner_header .left_section .logo a img {
    height: 54px !important;
  }/*# sourceMappingURL=style.css.map */