/*
  Theme Name: Geair - Air Ticket Booking System HTML Template.
  Support: admin@gmail.com
  Description: Geair - Air Ticket Booking System HTML Template.
  Version: 1.0
*/


/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Mobile-menu
4. Slider
5. Breadcrumb
6. Booking
7. Features
8. About
9. Flight-Offer
10. Destination
11. Fly-Next
12. Brand
13. Service
14. Faq
15. Booking-List
16. Blog
17. Contact
18. Footer
19. Preloader
*/


/* 1. Theme default css */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    font-family: 'semibold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #606575;
    font-style: normal;
    background-color: rgb(250, 252, 255) !important;
}

.white-background {
    background: #fff;
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #16b181;
    text-decoration: none;
}

a,
button {
    color: #16b181;
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #21283f;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #606575;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #16b181;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #16b181;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #16b181;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.w-80 {
    max-width: 80%;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}
.error{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* Bootstrap 5 */

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}


/* button style */

.btn {
    user-select: none;
    -moz-user-select: none;
    background: #16b181 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 12px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn:hover {
    color: #fff;
    background: #15936a;
}

.btn i {
    line-height: 0;
    margin-left: 10px;
    font-size: 20px;
}

.breadcrumb>.active {
    color: #888;
}


/* scrollUp */

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #16b181;
    transition: 1s ease;
    border: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: #1f252e;
}


/* 2. Header */

.custom-container {
    max-width: 1530px;
}

.header-top {
    background: #232b38;
    padding: 8px 0;
}

.header-top-left a {
    color: #cecece;
    font-size: 13px;
}

.header-top-left a i {
    color: #16b181;
    font-size: 15px;
    margin-right: 5px;
}

.header-top-left a:hover {
    color: #16b181;
}

.header-top-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header-top-right ul li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}

.header-top-right ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-top-right ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 17px;
    border: 1px dashed #61666f;
}

.header-top-right ul li:last-child::before {
    display: none;
}

.header-top-right ul li a {
    color: #cecece;
    font-size: 13px;
}

.header-top-right ul li a i {
    font-size: 10px;
    margin-right: 10px;
}

.header-top-right ul li a:hover {
    color: #16b181;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

.nav-spl {
    background: #16b181;
    color: #ffffff;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 40px;
}

.nav-spl .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #606575;
}

.nav-spl .sidenav a {
    padding: 8px 8px 0 15px;
    text-decoration: none;
    font-size: 16px;
    color: #606575;
    display: block;
    transition: 0.3s;
}

.nav-spl .sidenav a i {
    margin-right: 8px;
}

.nav-spl .sidenav a:hover {
    color: #16b181;
}

.nav-spl .sidenav ul li {
    line-height: 25px;
}

.nav-spl .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    margin-left: 50px;
    color: #16b181;
    padding: 5px 10px 0 0;
}

@media screen and (max-height: 450px) {
    .nav-spl .sidenav {
        padding-top: 15px;
    }
    .nav-spl .sidenav a {
        font-size: 18px;
    }
}

.nav-title-ad {
    margin: 20px 0 20px 9px;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #006AF5;
    z-index: 100;
    transition: all 0.5s ease;
    opacity: 1;
}

.sidebar:hover {
    opacity: 1 !important;
}

.sidebar.close {
    width: 78px;
}

.sidebar .logo-details {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.sidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

.sidebar .logo-details div {
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}

.sidebar .logo-details div img {
    height: 100%;
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}

.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 30px 0 150px 0;
    overflow: auto;
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.sidebar.close .nav-links {
    overflow: visible;
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
}

.sidebar .nav-links li:hover {
    background: #f4f4f4;
}

.sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar.close .nav-links li .iocn-link {
    display: block
}

.sidebar .nav-links li i {
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar .nav-links li.showMenu i.arrow {
    transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sidebar .nav-links li a .link_name {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: all 0.4s ease;
}

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.ml-0 {
    margin-left: 0;
}

.ml-260 {
    margin-left: 260px !important;
}

.sidebar .nav-links li .sub-menu {
    padding: 6px 6px 14px 80px;
    margin-top: -10px;
    background: #f4f4f4;
    display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
    display: block;
}

.sidebar .nav-links li .sub-menu a {
    color: #000;
    font-size: 15px;
    padding: 5px 0;
    white-space: nowrap;
    transition: all 0.3s ease;
    font-weight: normal;
}

.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
    display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 16px;
    opacity: 1;
    display: block;
    font-weight: normal;
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.one {
    width: 80%;
    margin-left: 10%;
    background-color: black;
    height: 400px;
}

.sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1d1b31;
    padding: 12px 0;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details {
    background: none;
}

.sidebar.close .profile-details {
    width: 78px;
}

.sidebar .profile-details .profile-content {
    display: flex;
    align-items: center;
}

.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
    transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
    padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
    display: none;
}

.sidebar .profile-details .job {
    font-size: 12px;
}

.home-section {
    position: relative;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
    background: #006AF5;
}

.sidebar.close~.home-section {
    left: 78px;
    width: calc(100% - 78px);
    background: #006AF5;
}

.sidebar.close .logo-details div img {
    padding: 5px;
}

.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-section .home-content .home-content-info {
    padding-right: 15px;
    color: #fff;
}

.home-section .home-content .home-content-info span {
    font-weight: bold;
}

.home-section .home-content .bx-menu,
.home-section .home-content .text {
    color: #fff;
    font-size: 35px;
}

.home-section .home-content .bx-menu {
    margin: 0 15px;
    cursor: pointer;
}

.home-section .home-content .text {
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 420px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }
}

.ex-search .search-box {
    display: flex;
    flex-flow: wrap;
}

.ex-search .search-box .form-group {
    margin-right: 20px;
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.logo img {
    max-width: 120px;
    max-height: 60px;
}

.footer-logo a img {
    max-width: 150px;
    max-height: 90px;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
}

.navbar-wrap ul li {
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    padding: 32px 16px 32px 0;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
    color: #16b181;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.header-action>ul {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.header-action>ul li {
    position: relative;
    margin-left: 16px;
}

.header-action ul li:first-child {
    margin-left: 0;
}

.header-action ul .country {
    margin-right: 15px;
}

.header-action ul .country a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.header-action ul .country a img {
    margin-left: 15px;
    border-radius: 50%;
}

.header-action ul .question {
    margin-right: 12px;
}

.header-action ul .question a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.header-action ul .question a:hover {
    background: #fff;
    color: #21283f;
}

.header-action .header-btn .btn {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 12px;
    background: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    border-radius: 5px;
    font-weight: 600;
}

.header-action .header-btn .btn:hover {
    background: #16b181;
}

.header-action .header-btn.sign-in .btn {
    background: #16b181;
}

.header-action .header-btn.sign-in .btn:hover {
    background: #fff;
    color: #000000;
}

.header-action .header-btn.register-btn .btn {
    background: #ffffff;
    color: #000000;
}

.header-action .header-btn.register-btn .btn:hover {
    background: #16b181;
    color: #ffffff;
}

.user-icon a {
    background: none !important;
    border: 1px solid #ffffff;
    border-radius: 10px !important;
}

.user-icon a img {
    background-color: rgb(1, 148, 243);
    object-fit: fill;
    object-position: 50% 50%;
    border-bottom-left-radius: 9999px;
    border-bottom-right-radius: 9999px;
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
    width: 22px;
    height: 22px;
    padding: 4px;
    margin-top: 0;
    margin-right: 5px;
}

.dropdown-menu-header-login {
    display: none;
    position: absolute;
    right: 0;
    background: #ffffff;
    margin-top: 5px;
    border-radius: 5px;
}

.dropdown-menu-header-login a {
    color: #000000;
}

.dropdown-menu-header-login a:hover {
    color: #411d33;
}

.show {
    display: block;
}

.user-icon .dropdown-menu a {
    color: #000000;
}

.type-action a {
    text-decoration: none;
}

.type-action a:hover {
    text-decoration: none !important;
}

.navbar-wrap ul li .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    margin: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.navbar-wrap ul li .submenu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .submenu li a {
    padding: 0 10px 0 25px;
    line-height: 40px;
    font-weight: 600;
    color: #1f252e;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .submenu li.active a,
.navbar-wrap ul li .submenu li a:hover {
    color: #16b181;
}

.navbar-wrap ul li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #1f252e;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}


/* menu-style-two */

.menu-area.menu-style-two {
    top: 0;
    background: #1f252e;
}


/* 3. Mobile-menu */

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    width: 150px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    border-radius: 0px;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.mobile-menu-visible .menu-backdrop {
    opacity: 0.80;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0/ 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 6px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #312620;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #1f252e;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #1f252e;
    background: #efefef;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #1f252e;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: #16b181;
    background: #16b181;
    color: #fff;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    display: none;
    margin-top: 8px;
}


/* 4. Slider */

.slider-bg {
    background-size: cover;
    background-position: center;
    min-height: 500px;
    position: relative;
    display: flex !important;
    align-items: center;
    z-index: 1;
    padding: 100px 0 120px;
}

.slider-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 41, 48, 0.5);
    ;
    opacity: .85;
    z-index: -1;
}

.slider-content {
    margin-top: -25px;
}

.slider-content .title {
    font-size: 38px;
    color: #fff;
    margin-bottom: 5px;
}

.slider-content p {
    font-size: 16px;
    color: #eae8e8;
    margin-bottom: 15px;
    width: 85%;
}


/* 5. Breadcrumb */

.breadcrumb-bg {
    background-image: url(../images/bg.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    /*padding: 120px 0 125px;*/
    padding: 120px 0 100px;
}

.breadcrumb-bookingdetail {
    padding: 120px 0 100px;
}

.breadcrumb-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 41, 48, 0.5);
    opacity: .9;
    z-index: -1;
}

.breadcrumb-content .title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 8px;
    line-height: 1;
}

.breadcrumb-content .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
    background: none;
}

.breadcrumb-content .breadcrumb .breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
    color: #16b181;
}

.breadcrumb-content .breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 10px;
    color: #477ac2;
    content: "|";
    font-size: 16px;
    margin-top: 3px;
}


/* breadcrumb-two */

.breadcrumb-area-two.breadcrumb-bg {
    background-image: url(../images/bg.jpeg);
    background-size: cover;
    background-position: center;
}

.breadcrumb-area-two.breadcrumb-bg::before {
    background: #232b38;
    opacity: .64;
}

.breadcrumb-area-two .breadcrumb-item+.breadcrumb-item::before {
    color: #818080;
}


/* 6. Booking */

.booking-area {
    margin-top: -170px;
    position: relative;
}

.booking-tag ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.booking-tag ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background: transparent;
    border-radius: 4px;
    padding: 12px 17px;
    display: flex;
    align-items: center;
}

.booking-tag ul li {
    margin-right: 5px;
}

.booking-tag ul li:last-child {
    margin-right: 0;
}

.booking-tag ul li a i {
    font-size: 18px;
    margin-right: 10px;
    line-height: 0;
}

.booking-tag ul li a:hover {
    background: rgb(255 255 255 / 18%);
    text-decoration: none;
}

.booking-tag ul li a.active {
    background: rgb(255 255 255 / 18%);
}

.booking-wrap .nav-tabs {
    border-bottom: none;
}

.booking-wrap .nav-tabs .nav-item {
    width: 25%;
    flex: 0 0 25%;
}

.booking-wrap .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #16b181;
    border: none;
    color: #ffffff;
    text-transform: none;
    font-weight: 600;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 12px 12px;
    width: 100%;
    justify-content: center;
    transition: .3s linear;
    font-size: 15px;
}

.booking-wrap .nav-tabs .nav-link i {
    font-size: 20px;
    margin-right: 10px;
    line-height: 0;
    margin-top: 4px;
}

.booking-wrap .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 20px 0 0 0;
}

.booking-wrap .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 20px 0 0;
}

.booking-wrap .nav-tabs .nav-item.show .nav-link,
.booking-wrap .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
}

.booking-area .tab-content-wrap {
    background: #fff;
    padding: 20px !important;
    border-radius: 20px !important;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
}

.ftlsearch_option {
    display: flex;
}

.ftlsearch_trip {
    width: 65%;
}

.ftlsearch_ps {
    width: 35%;
}

@media (max-width: 768px) {
    .ftlsearch_option {
        display: block;
    }
    .ftlsearch_trip {
        width: 100%;
    }
    .ftlsearch_ps {
        width: 100%;
    }
}

.content-top ul {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.content-top ul li {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 12px;
}

.content-top ul li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 2px;
    height: 13px;
    background: #000000;
    opacity: .5;
}

.content-top ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.content-top ul li:last-child::before {
    display: none;
}

.content-top ul li span {
    display: block;
    font-size: 12px;
    color: #8d5f77;
    font-weight: 500;
    text-align: right;
    line-height: 1;
}

.booking-form {}

.ftl-flight-item {
    margin-bottom: 10px;
    /*display: none;*/
}

.btn_loadmore {
    text-align: center;
    margin-top: 50px;
}

.btn_loadmore a {
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
}

.booking-content {
    background: #f8f3e7;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}

.booking-form ul li {
    width: calc(100% / 3);
}

.booking-form .form-grp {
    position: relative;
    border-right: 1px solid #dedcd7;
}

.booking-form .form-grp input {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 20px 20px;
    height: 74px;
}

.booking-form .form-grp input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.booking-form ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    max-height: 90px;
}

.modal-dialog {
    max-width: 800px !important;
    margin: 1.75rem auto;
    width: 100% !important;
    display: flex;
}

.modal-body {
    width: 100%;
    flex-flow: column wrap;
    max-height: 100vh;
    display: flex;
}

@media (max-width: 768px) {
    .modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .modal-body {
        display: block;
        overflow-x: auto;
    }
    .muiBox-root-point {
        display: block !important;
    }
    .muiBox-root-point a {
        display: inline-block;
        border: 1px solid;
        border-radius: 4px;
        padding: 5px 15px;
        margin: 5px 5px;
    }
}

.flex {
    display: flex;
}

.flex-midle {
    align-items: center;
    justify-content: center;
}

.flex-align-item-center {
    align-items: center;
}

.flex-init {
    flex-flow: initial !important;
}

.mtb-25 {
    margin: 25% auto !important;
}

#profile-form {}

#profile-form label {
    width: 100%;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.42);
}

#profile-form .form-group .input-in-out {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    padding-left: 0;
    color: #000000;
}

.nav-user {
    border-bottom: 0;
    margin-bottom: 20px;
}

.nav-user li {
    padding: 6px 12px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    max-width: 264px;
    box-sizing: border-box;
    min-height: 48px;
    text-align: center;
    flex-shrink: 0;
    line-height: auto;
    white-space: normal;
}

.nav-user .nav-item.active {
    background: none;
    border-bottom: 2px solid #16b181;
}

.nav-user .nav-item a {
    color: #16b181;
    font-size: 16px;
    font-weight: 500;
}

.nav-user .nav-item a:hover {
    border: 0;
    background: 0;
}

.nav-user .nav-item:hover {
    border: 0;
    background: 0;
}

.user-item-content {
    flex: 1;
    background: #ffffff;
    border-radius: 5px;
    padding: 32px 40px 42px 40px;
    border: 1px solid #EDF2F7;
    display: flex;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    overflow: auto;
}

.user-item-content .tab-pane {
    width: 100%;
}

.user-item-content .tab-user {
    width: 60%;
}

.his-box {
    min-width: 1200px;
}

.booking-form .form-grp .exchange-icon {
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #fefdfb;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #000000;
    border: 1px solid #eeedeb;
}

.booking-form .form-grp .exchange-icon:hover {
    background: rgba(0, 0, 0, 0.02);
    color: #fff;
    border-color: #16b181;
}

.booking-form ul li:nth-child(2) .form-grp input {
    /*padding: 20px 20px 20px 30px;*/
    padding: 0;
}

.booking-form .form-grp label {
    color: #7e7e7e;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-left: 10px;
}

.booking-form .form-grp.select .form-select {
    padding: 0px 20px 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    vertical-align: middle;
    background: url("../img/icon/select_down_arrow.png") no-repeat scroll 97.5% center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 100%;
    border: none;
    cursor: pointer;
}


/*.booking-form ul li:nth-child(3) {*/


/*    width: 180px;*/


/*}*/

.booking-form .form-grp.select {
    padding: 16px 0px;
}


/*.booking-form ul li:nth-child(4) {*/


/*    width: 270px;*/


/*}*/

.w-65 {
    width: 65%;
}

.w-35 {
    width: 35%;
}

.adultCount {
    width: 30%;
    margin-right: 5%
}

.childCount {
    width: 30%;
    margin-right: 5%
}

.infantCount {
    width: 30%
}

.mb10 {
    margin-bottom: 10px;
}

.booking-form .form-grp.date {
    padding: 16px 30px;
}

.booking-form .form-grp.date input {
    padding: 0;
    height: auto;
    color: #2a2a2a;
    font-weight: 600;
}

.booking-form .form-grp.date input::placeholder {
    color: #2a2a2a;
    font-weight: 600;
}

.booking-form .form-grp.date label {
    margin-left: 0;
}

.booking-form .form-grp.date ul li {
    width: 50%;
    margin-right: 20px;
    padding-right: 15px;
    position: relative;
}

.booking-form .form-grp.date ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.booking-form .form-grp.date ul li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 5px;
    height: 1px;
    background: #2a2a2a;
}

.booking-form .form-grp.date ul li:last-child::before {
    display: none;
}


/*.booking-form ul li:last-child {*/


/*    width: 240px;*/


/*}*/

.booking-form .form-grp.economy {
    border: none;
    padding: 16px 20px;
}

.booking-form .form-grp.economy input {
    padding: 0;
    height: auto;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 500;
}

.booking-form .form-grp.economy input::placeholder {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 500;
}

.booking-form .form-grp.economy label {
    margin-left: 0;
}

.tab-content-wrap .content-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 10px;
}

.tab-content-wrap .content-bottom .promo-code {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 500;
    margin-right: 25px;
}

.tab-content-wrap .content-bottom .promo-code:hover {
    color: #16b181;
}

.tab-content-wrap .content-bottom .btn {
    font-size: 16px;
}

.pointGo-box,
.pointReturn-box {
    width: 894px;
    transform: inherit !important;
    padding: 16px !important;
    top: 90px !important;
    background: #ffffff;
    box-shadow: 0 1px 16px 0 #ebebeb;
    border-radius: 4px;
    border: 1px solid #ebebeb;
}

.person-box {
    left: auto !important;
    right: 0 !important;
    max-width: 500px !important;
    transform: inherit !important;
    padding: 16px !important;
    top: 110px !important;
    margin: -12px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.person-items,
.travel-class {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
    padding: 12px;
    width: 100%;
}

.travel-class [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.travel-class [type=radio]+div {
    cursor: pointer;
}

.travel-class [type=radio]:checked+div {}

.travel-class [type=radio]:checked+div p {
    color: #00B6F3;
}

.travel-class-item {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #EDF2F7;
}

.class-item-content {
    color: #1a202c;
    font-size: 14px;
}

.class-item-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.fs-14 {
    font-size: 14px;
}

.absolute {
    position: absolute;
    z-index: 99;
}

.fadeInDown {
    animation: fadeInDown .12s cubic-bezier(.25, .46, .45, .94) both;
}

.mgb-10 {
    margin-bottom: 10px;
}

.point-box {
    display: flex;
    flex-flow: column wrap;
    max-height: 100vh;
}

.point-box-items {
    display: flex;
    min-width: 110px;
    margin-top: 12px;
    flex-direction: column;
}

.point-box-items h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.muiBox-root-point {
    display: flex;
    flex-direction: column;
}

.muiBox-root-point a {
    cursor: pointer;
    margin-top: 4px;
    line-height: 18px;
    color: currentColor;
}


/* booking-two */

.booking-area.booking-style-two {
    margin-top: -47px;
    position: relative;
}

.booking-style-two .booking-wrap .nav-tabs .nav-item.show .nav-link,
.booking-style-two .booking-wrap .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #fff;
}

.booking-style .content-top ul li a,
.booking-style-two .content-top ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 30px;
}

.booking-style .content-top ul li a::before,
.booking-style-two .content-top ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f8f3e7;
}

.booking-style .content-top ul li a::after,
.booking-style-two .content-top ul li a::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}

.booking-style .content-top ul li.active a::before,
.booking-style-two .content-top ul li.active a::before {
    background: #f8f3e7;
}

.booking-style .content-top ul li.active a::after,
.booking-style-two .content-top ul li.active a::after {
    background: #16b181;
}

.booking-style .content-top ul li,
.booking-style-two .content-top ul li {
    margin-right: 20px;
    padding-right: 0;
}

.booking-style .content-top ul li::before,
.booking-style-two .content-top ul li::before {
    display: none;
}

.booking-area.booking-style .tab-content-wrap,
.booking-area.booking-style-two .tab-content-wrap {
    padding: 25px 0 40px;
    border-radius: 0;
}

.register-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .reg-image-box {
        display: none !important;
    }
}

.reg-image-box {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.reg-form-box {}


/* 7. Features */

.features-area {
    padding: 60px 0 65px;
}

.features-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 30px;
    transform: scale(1);
    transition: all .4s linear;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
    max-height: 145px;
    height: 100%;
}

.features-item:hover {
    transform: scale(1.05);
}

.features-icon {
    line-height: 0;
    margin-right: 20px;
    width: 53px;
    flex: 0 0 53px;
    margin-top: 25px;
}

.features-icon i {
    font-size: 53px;
    color: #000000;
}

.features-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.features-content p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #606575;
    font-weight: 500;
}


/* 8. About */

.about-area {
    padding: 180px 0 100px;
}

.about-content .section-title {
    margin-bottom: 25px;
}

.about-content p {
    margin-bottom: 30px;
}

.about-content ul {
    margin-bottom: 40px;
}

.about-content ul li {
    display: flex;
    align-items: baseline;
    color: #571336;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.about-content ul li i {
    margin-right: 10px;
    font-size: 14px;
}

.about-img {
    position: relative;
}

.about-img img {
    border-radius: 3px;
}

.about-img .img-two {
    position: absolute;
    right: 0;
    top: -80px;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);
}

.about-img::before {
    content: "";
    position: absolute;
    right: 6%;
    top: -7%;
    width: 444px;
    height: 459px;
    border: 10px solid #16b181;
}


/* 9. Flight-Offer */

.flight-offer-area {
    padding-bottom: 70px;
}

.section-title .sub-title {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 10px 12px;
    border: 1px solid;
    background: #16b181;
    border-radius: 5px;
}

.section-title .title {
    font-size: 36px;
    margin-bottom: 0;
    margin-top: 10px;
}

.best-price a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.best-price a i {
    margin-left: 10px;
    line-height: 0;
}

.flight-offer-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
    /*margin-bottom: 30px;*/
    position: relative;
    height: 100%;
}

.o-f-right-1,
.o-f-right-2 {
    margin-bottom: 10px;
}

.flight-offer-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #16b181;
    opacity: 0;
    transition: .3s ease-in-out;
}

.flight-offer-item:hover::before {
    opacity: 1;
}

.flight-offer-content {
    padding: 25px 30px;
}

.overlay-content .title,
.flight-offer-content .title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.overlay-content span,
.flight-offer-content span {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
}

.overlay-content p,
.flight-offer-content p {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
}

.overlay-content .price,
.flight-offer-content .price {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #16b181;
}

.flight-offer-item .overlay-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
}

.flight-offer-item:hover .overlay-content {
    opacity: 1;
    visibility: visible;
}

.flight-offer-item .overlay-content p,
.flight-offer-item .overlay-content span,
.flight-offer-item .overlay-content .title {
    color: #fff;
}

.overlay-content .price {
    color: #ffffff;
}

.img-flight-offer-item-f {
    min-width: 100%;
    min-height: 385px;
}

.flight-offer-item.offer-item-two .flight-offer-content .price {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .img-flight-offer-item-f {
        min-height: 345px;
    }
    .flight-offer-item.offer-item-two .flight-offer-thumb img {
        min-height: 90px !important;
    }
    .flight-offer-item.offer-item-two .flight-offer-content .price {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .img-flight-offer-item-f {
        min-width: auto;
        min-height: auto;
    }
}

.flight-offer-item .overlay-content .btn {
    border-radius: 25px;
    color: #ffffff;
    font-size: 18px;
    padding: 16px 26px;
    min-width: 219px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}

.flight-offer-item .overlay-content .btn:hover {
    background: #16916d;
}

.flight-offer-item .content-bottom .discover {
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 600;
}

.flight-offer-item .content-bottom .discover:hover {
    color: #696969;
}

.flight-offer-item .content-bottom {
    margin-top: 35px;
}

.offer-item-two .overlay-content .title,
.offer-item-two .flight-offer-content .title {
    font-size: 16px;
}

.flight-offer-item.offer-item-two {
    padding: 15px;
}

.flight-offer-item.offer-item-two .flight-offer-thumb img {
    min-width: 100%;
    min-height: 110px;
    border-radius: 10px;
}

.flight-offer-item.offer-item-two .flight-offer-content {
    padding: 12px 10px 10px;
}

.flight-offer-item.offer-item-two .overlay-content span,
.flight-offer-item.offer-item-two .flight-offer-content span {
    margin-bottom: 10px;
}

.flight-detail-info img {
    max-width: 50px;
}


/* 10. Destination */

.destination-bg {
    background-image: url(../img/bg/destination_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.destination-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #571336;
    opacity: .35;
    z-index: -1;
}

.destination-area .section-title .sub-title {
    display: inline-block;
    background: #cd7e0f;
    padding: 5px 18px;
    border-radius: 15px;
    color: #fff;
}

.destination-area .section-title .title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}

.destination-area .destination-content>p {
    color: #eae8e8;
    margin-bottom: 25px;
    font-weight: 500;
    width: 75%;
    font-size: 16px;
}

.destination-area .destination-content p span {
    color: #16b181;
}

.destination-content ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    width: 93%;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.destination-content ul li {
    width: 50%;
    padding: 0 10px;
}

.destination-content .counter-item {
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.destination-content .counter-content .count {
    color: #333333;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1;
}

.destination-content .counter-content>p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    font-weight: 500;
}

.destination-content .counter-icon {
    margin-left: 20px;
    line-height: 1;
    margin-top: 20px;
}

.destination-content .counter-icon i {
    font-size: 54px;
    color: #000000;
    line-height: 0;
}

.destination-content .content-bottom {
    display: flex;
    align-items: center;
}

.destination-content .content-bottom p {
    color: #eae8e8;
    margin-bottom: 0;
}

.destination-content .content-bottom a {
    font-size: 14px;
    color: #fff;
    background: #16b181;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 12px;
    margin-left: 10px;
    display: inline-block;
}


/* 11. Fly-Next */

.fly-next-area {
    padding: 95px 0 60px;
}

.fly-next-area .section-title {
    margin-bottom: 45px;
}

.fly-next-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.fly-next-nav button {
    border: none;
    color: #606575;
    font-size: 14px;
    font-weight: 600;
    padding: 17px 28px 17px 48px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px rgba(139, 139, 139, 0.14);
    position: relative;
    margin: 0 6px;
}

.fly-next-nav button i {
    font-size: 19px;
    margin-left: 20px;
    line-height: 0;
}

.fly-next-nav button::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #e7e7ea;
    border-radius: 50%;
    transition: .3s;
}

.fly-next-nav button::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #e7e8eb;
    transition: .3s;
}

.fly-next-nav button.active {
    color: #ffffff;
    background: #16b181;
}

.fly-next-nav button.active::before {
    background: #e79b0a;
}

.fly-next-nav button.active::after {
    border: 1px solid #e79b0a;
}

.fly-next-item {
    background: #fff;
    padding: 15px 17px 20px 17px;
    border-radius: 15px;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
    margin-bottom: 40px;
}

.fly-next-thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.fly-next-thumb img {
    transform: scale(1);
    transition: all .4s linear;
    height: 135px;
    width: 100%;
}

.fly-next-item:hover .fly-next-thumb img {
    transform: scale(1.1);
}

.fly-next-content {
    text-align: center;
}

.fly-next-content span {
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}

.fly-next-content .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000000;
}

.fly-next-content .exchange-btn {
    display: block;
    color: #000000;
    line-height: 1;
    font-size: 21px;
    margin-top: 8px;
}

.fly-next-content .air-logo {
    margin-top: 14px;
    display: inline-block;
}

.fly-next-content .content-bottom {
    text-align: left;
    border-top: 1px solid #ded4d9;
    padding-top: 15px;
    margin-top: 20px;
}

.fly-next-content .content-bottom p {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.fly-next-content .content-bottom .price {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #16b181;
}


/* 12. Brand */

.brand-bg {
    background-image: url(../img/bg/brand_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.brand-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #16b181;
    opacity: .95;
    z-index: -1;
}

.brand-item {
    display: flex;
    min-height: 73px;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    transition: .3s linear;
    cursor: pointer;
}


/* 13. Service */

.service-area {
    padding: 95px 0 70px;
}

.service-area.service-style-two {
    background: rgb(250, 252, 255);
}

.service-item {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
    margin-bottom: 30px;
}

.service-icon {
    margin-bottom: 35px;
    min-height: 64px;
}

.service-icon img {
    transform: rotateY(0);
    transition: all .5s linear;
}

.service-item:hover .service-icon img {
    transform: rotateY(360deg);
}

.service-content span {
    color: #ca96b1;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.service-content .title {
    color: #571336;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

.service-content .service-list ul li {
    display: flex;
    align-items: baseline;
    color: #606575;
    justify-content: space-between;
    margin-bottom: 15px;
}

.service-content .service-list ul li:last-child {
    margin-bottom: 0;
}

.service-content .service-list ul li i {
    color: #571336;
    line-height: 0;
    margin-left: 10px;
}

.service-active [class*="col-"] {
    padding: 0 15px;
}

.service-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.service-nav .slick-arrow {
    width: 51px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #571336;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 1px 16px 0px rgba(139, 139, 139, 0.16);
}

.service-nav .slick-arrow.slick-prev {
    margin-right: 10px;
}


/* 14. Faq */

.faq-area {
    padding: 100px 0;
}

.faq-area .section-title {
    margin-bottom: 30px;
}

.faq-content p {
    margin-bottom: 35px;
}

.faq-area .faq-content .accordion-button {
    color: #571336;
    font-size: 22px;
    font-weight: 600;
    background: #ebebee;
    border: none;
    padding: 22px 50px 22px 45px;
}

.faq-area .faq-content .accordion-button .dot {
    width: 16px;
    height: 16px;
    background: transparent;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #d7ced6;
}

.faq-area .faq-content .accordion-button .dot::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #d7ced6;
    border-radius: 50%;
}

.faq-area .faq-content .accordion-button:not(.collapsed) .dot {
    border: 1px solid #a07c8f;
}

.faq-area .faq-content .accordion-button:not(.collapsed) .dot::before {
    background: #a07c8f;
}

.faq-area .faq-content .accordion-button:focus {
    box-shadow: none;
}

.faq-area .faq-content .accordion-button::after {
    width: auto;
    height: auto;
    content: "\2b";
    background-image: none;
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 25px;
    top: 27px;
}

.faq-area .faq-content .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0);
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
}

.faq-area .faq-content .accordion-body {
    padding: 15px 20px 40px 45px;
}

.faq-area .faq-content .accordion-body p {
    color: #d7d5d5;
    margin-bottom: 0;
}

.faq-area .faq-content .accordion-item {
    background-color: #500d30;
    border: none;
    margin-bottom: 15px;
}

.faq-area .faq-content .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-area .faq-content .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-area .faq-content .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-area .faq-content .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}

.faq-area .faq-content .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-area .faq-content .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-img {
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

.faq-img::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100%;
    height: 100%;
    background: #f6b63b;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.faq-img:hover::before {
    left: 0;
    top: 0;
}


/* 15. Booking-List */

#booking_list {
    scroll-margin-top: 70px;
}

#bk_area {
    scroll-margin-top: 10px;
}

.booking-list-area {
    background: rgb(250, 252, 255);
    padding: 50px 0 100px;
}

.detailFlight-content .modal-dialog {
    align-items: center;
    height: 100%;
}

.detailFlight-content .modal-dialog .modal-header .modal-title {
    color: #571336;
}

.booking-sidebar .widget {
    background: #fff;
    padding: 20px 15px;
    /*padding: 35px 30px;*/
    border-bottom: 1px solid #e8e8e8;
}

.booking-sidebar .widget.filters .title {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    background: #16b181;
    padding: 14px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.booking-sort {
    margin-bottom: 5px;
}

.booking-sort-mb {
    display: none;
}

.booking-list-area .col-27 {
    flex: 0 0 27.56%;
    width: 27.56%;
}

.booking-list-area .col-73 {
    flex: 0 0 72.44%;
    width: 72.44%;
}

.fullsearch-flights {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.booking-sidebar .widget.filters {
    padding: 0;
}

.booking-sidebar .widget.filters .filters-wrap {
    padding: 35px 30px;
}

.booking-sidebar .widget .widget-title {
    font-size: 18px;
    color: #571336;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d2d2d2;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #ebebee none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 6px;
    margin-bottom: 30px;
    margin-left: auto;
}

.price_filter .ui-slider-range {
    background: #16b181 none repeat scroll 0 0;
    border-radius: 2px;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    height: 20px;
    width: 20px;
    top: 0;
    margin-top: -7px;
    background: #ebebee;
    border-radius: 50px;
    margin-left: -1px;
    border: 5px solid #16b181;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: none;
    box-shadow: none;
}

.price_slider_amount {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.price_slider_amount>span {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    margin-right: 5px;
}

.price_slider_amount>input[type="text"] {
    height: auto;
    margin-left: 0;
    text-align: left;
    width: 100px;
    border: none;
    font-size: 14px;
    color: #571336;
    font-weight: 600;
}

.price_slider_amount>input[type="submit"] {
    margin-left: auto;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    cursor: pointer;
    min-width: 68px;
    padding: 9px 12px;
    color: #571336;
    font-size: 13px;
    text-align: center;
    background: rgb(250, 252, 255);
    font-weight: 600;
    justify-content: center;
    border: 1px solid #ebebeb;
}

.widget .departure-wrap li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.widget .departure-wrap li:last-child {
    margin-bottom: 0;
}

.widget .departure-wrap li a,
.widget .departure-wrap li button {
    background: #ebebee;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 13px 20px;
    position: relative;
    width: 100%;
    border: 0;
}

.widget .departure-wrap li a::before,
.widget .departure-wrap li button::before {
    content: "";
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 18px;
    background: #cccccc;
}

.widget .departure-wrap li a i,
.widget .departure-wrap li button i {
    font-size: 22px;
    color: #591638;
    line-height: 0;
    margin-right: 30px;
}

.widget .departure-wrap li a,
.widget .departure-wrap li label {
    background: #ebebee;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding: 13px 20px;
    position: relative;
    width: 100%;
    border: 0;
    margin-bottom: 0;
}

.widget .departure-wrap li a::before,
.widget .departure-wrap li label::before {
    content: "";
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 18px;
    background: #cccccc;
}

input[type="checkbox"][id^="ft_timeup"] {
    display: none;
}

.lb_timeup {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

:checked+.lb_timeup i:before {
    filter: brightness(200%);
}

:checked+.lb_timeup {
    color: #b22c70 !important;
}


/*:checked + .lb_timeup:before {*/


/*    content: "✓" !important;*/


/*    background-color: #16b181 !important;*/


/*    transform: scale(1) !important;*/


/*    color: white !important;*/


/*    display: block !important;*/


/*    border-radius: 50% !important;*/


/*    position: absolute !important;*/


/*    top: -5px !important;*/


/*    left: -5px !important;*/


/*    width: 25px !important;*/


/*    height: 25px !important;*/


/*    text-align: center;*/


/*    line-height: 28px;*/


/*    transition-duration: 0.4s;*/


/*}*/

.slide-toggle {
    display: none;
}

.sortBox {
    align-items: center;
    flex-flow: wrap;
}

.sortBox li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.sortBox li:last-child {
    margin-right: 0;
}

.sortBox li input {
    margin: 0
}

.sortBox .btn span {
    color: #e1e1e1;
    font-weight: normal;
}

input[type="radio"][name="sortFlight"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

input[type="radio"][name="sortFlight"]+span {
    cursor: pointer;
}

input[type="radio"][name="sortFlight"]:checked+span {
    color: #ffffff;
    font-weight: 600;
}

.widget .departure-wrap li a i,
.widget .departure-wrap li label i {
    font-size: 22px;
    color: #591638;
    line-height: 0;
    margin-right: 30px;
}

.widget .flight-stops {
    display: flex;
    align-items: center;
    background: #ebebee;
    padding: 13px 20px;
    position: relative;
}

.widget .flight-stops::before {
    content: "";
    position: absolute;
    left: 61px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 18px;
    background: #cccccc;
}

.widget .flight-stops label {
    font-size: 27px;
    color: #5d1b3d;
    line-height: 0;
    margin-top: 7px;
    margin-right: 20px;
}

.widget .flight-stops .form-select {
    padding: 0px 20px 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    vertical-align: middle;
    background: url("../img/icon/select_down_arrow.png") no-repeat scroll 97.5% center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 170px;
    border: none;
    cursor: pointer;
}

.airlines-cat-list .form-check {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    min-height: inherit;
}

.airlines-cat-list .form-check-input {
    border-radius: 3px;
    border: 2px solid #ebebeb;
    margin: 0 12px 0 0;
    width: 16px;
    height: 16px;
}

.airlines-cat-list .form-check-input:focus {
    box-shadow: none;
}

.airlines-cat-list .form-check-label {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
    color: #571336;
    user-select: none;
    margin-left: 25px;
}

.airlines-cat-list .form-check-label>span {
    float: right;
}

.airlines-cat-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.airlines-cat-list li:last-child {
    margin-bottom: 0;
}

.airlines-cat-list.weights-list li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.user-profile-nav li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.user-profile-nav li a i {
    margin-right: 5px;
}

.user-profile-nav li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.user-profile-title {
    text-transform: none !important;
    text-align: left !important;
    display: flex;
    align-items: center;
}

.user-profile-title i {
    margin-right: 2px;
}

.user-profile-title img {
    max-width: 20px;
    margin: 0 5px 0 0;
}

.btn-ft-airline {
    border: 0;
    background: none;
    text-align: left;
}

.booking-list-item-inner {
    background: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 1px 20.58px 0.42px rgba(141, 138, 138, 0.14);
}

.ftl-flight-header {
    width: 100%;
}

.ftl-flight-header .nav-tabs {
    width: 100%;
    border-bottom: 0;
}

.ftl-flight-header .step-header-srch-flight-on {
    flex: 1;
}

.ftl-flight-header .step-header-srch-flight-rt {
    flex: 1;
    margin-left: 15px;
}

.ftl-flight-header .step-header-srch-flight-on,
.ftl-flight-header .step-header-srch-flight-rt {
    opacity: 0.5;
}

.step-header-srch-flight-on .fd-oneway .sl-point p,
.step-header-srch-flight-rt .fd-roundtrip .sl-point p {
    display: none;
    margin: 0;
}

.step-header-srch-flight-on.active .fd-oneway .sl-point p,
.step-header-srch-flight-rt.active .fd-roundtrip .sl-point p {
    display: block;
}

.step-header-srch-flight-on.active,
.step-header-srch-flight-rt.active {
    opacity: 1 !important;
}

.hide {
    display: none;
}

.booking-list-item {
    margin-bottom: 25px;
}

.booking-list-item:last-child {
    margin-bottom: 0;
}

.booking-list-item .booking-list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-list-item .flight-airway {
    margin-right: 10px;
    min-width: 20%;
    margin-bottom: 10px;
}

.booking-list-item .flight-airway .flight-logo .title {
    color: #571336;
    margin-bottom: 0;
    font-weight: 600;
}

.booking-list-item .flight-airway span {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.booking-list-item .flight-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.booking-list-item .flight-info li {
    color: #000000;
    font-weight: 500;
    margin-right: 20px !important;
    margin-bottom: 10px;
}

.booking-list-item .flight-info li span:first-child {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.booking-list-item .flight-info li span:last-child {
    display: block;
    font-weight: normal;
    color: #4A5568;
    font-size: 13px;
}

.booking-list-item .flight-info li.time span {
    font-weight: 700;
}

.booking-list-item .flight-price .flight-ticket-bx-if {
    display: flex;
    align-items: center;
}

.booking-list-item .flight-price .title {
    font-size: 18px;
    color: #16b181;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 700;
}

.flight-airway-duration {
    display: none;
    font-size: 0;
}

.flight-airway-duration p {
    margin: 0;
    text-align: center;
    font-size: 12px;
}

.booking-list-item .flight-price .btn {
    padding: 10px 12px;
    border-radius: 3px;
}

.booking-list-item .booking-list-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px dashed #d2d2d2;
}

.booking-list-item .booking-list-bottom ul li {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.booking-list-item .booking-list-bottom ul li.detail {
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}

.booking-list-item .booking-list-bottom ul li.detail i {
    margin-right: 5px;
    transition: all .3s ease;
}

.booking-list-item .booking-list-bottom ul li.detail.show i {
    transform: rotate(180deg);
}

.booking-list-item .flight-logo {
    display: flex;
    align-items: center;
}

.booking-list-item .flight-logo img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.booking-list-item .flight-logo div h5.title {
    font-size: 14px
}

.booking-list-item .flight-price {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
}

.booking-list-item .flight-price .title {
    margin-bottom: 0;
    margin-right: 7px;
}

.booking-list-item .flight-ticket {
    display: flex;
    align-items: center;
    margin: 10px 10px 10px 0;
}

.booking-list-item .flight-ticket p {
    margin: 0;
    font-size: 12px;
}

.booking-list-item .flight-ticket svg {
    margin-top: -2px;
}

.booking-list-item .flight-ticket svg path {
    stroke: #16b181 !important;
}

.bx-month-header {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 20.58px 0.42px rgba(141, 138, 138, 0.14);
    margin-bottom: 15px;
    padding: 5px 10px;
}

.slick-arrow {
    position: absolute;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: url("/images/arrow-chevron-left.png");
    width: 10px;
    height: 6px;
}

.slick-next {
    right: 0;
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: url("/images/arrow-chevron-right.png");
}

.slick-next,
.slick-prev {
    font-size: 0;
    top: 50%;
    width: auto;
    margin-top: -10px\9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    border: 0;
    z-index: 1;
    padding: 5px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 12px;
    cursor: pointer;
    position: absolute;
}

.slick-next:before,
.slick-prev:before {
    opacity: .75;
    color: #000000;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-month {
    width: 100%;
    margin: 0 auto;
}


/*.slick-current{*/


/*    background-color: #16b181;*/


/*    border-radius: 5px;*/


/*    color:#ffffff;*/


/*}*/

.ftl-date {
    width: 100%;
    text-align: center;
    display: grid !important;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    opacity: .75;
}

.ftl-date:hover {
    opacity: 1;
    background-color: rgba(22, 177, 129, 0.1);
    border-radius: 5px;
    color: #000000;
}

.ftl-date .ftl-date-price {
    font-weight: 600;
    opacity: 1;
}

.bx-flight-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-right: 30px;
}

.flight-detail-wrap {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flight-detail-wrap .flight-date {
    width: 28%;
    flex: 0 0 28%;
}

.flight-detail-wrap .flight-date ul li {
    font-size: 14px;
    font-weight: 600;
    color: #571336;
    margin-bottom: 20px;
}

.flight-detail-wrap .flight-date ul li:last-child {
    margin-bottom: 0;
}

.flight-detail-wrap .flight-date ul li span {
    display: block;
    opacity: .68;
}

.flight-detail-wrap .flight-detail-right {
    flex-grow: 1;
}

.flight-detail-wrap .flight-detail-right .title {
    font-size: 16px;
    color: #571336;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.flight-detail-wrap .flight-detail-right .title::before {
    content: "\f072";
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 14px;
    color: #571336;
}

.flight-detail-wrap .flight-detail-info {
    /*display: flex;*/
    /*align-items: center;*/
    /*background: #ebebee;*/
    padding: 15px 15px 5px 15px;
    position: relative;
    /*margin-left: 15px;*/
    border-radius: 5px;
}

.flight-info-item .flight-info li.time {
    font-size: 0;
}

.flight-info-item .flight-info li.time p {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.flight-info-item .flight-info li.time img {
    max-width: 60px;
}


/*.flight-detail-wrap .flight-detail-info::before {*/


/*    content: "";*/


/*    position: absolute;*/


/*    left: -14px;*/


/*    top: 0;*/


/*    width: 1px;*/


/*    height: 100%;*/


/*    background: #d7c4cc;*/


/*}*/

.flight-detail-wrap .flight-detail-info img {
    margin-right: 20px;
}

.flight-detail-wrap .flight-detail-info li {
    font-size: 14px;
    font-weight: 500;
    opacity: .76;
    color: #000000;
}

.flight-detail-wrap .flight-detail-info ul {
    width: 100%;
}

.flight-detail-wrap .flight-detail-info ul li {
    width: 100%;
}

.flight-detail-wrap .flight-detail-info ul li table {
    width: 100%;
}

.total-price-ticket {
    margin: 20px 0;
    font-size: 18px;
    color: #571336;
    font-weight: 600;
    text-align: left;
}
.modal-title.title-detail-item{
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.title-detail-item {
    margin: 0;
    color: #571336;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
}

.title-detail-item i {
    margin-right: 10px;
}

.detail-rule-group ul li {
    font-size: 14px !important;
    margin-bottom: 8px;
}

.detail-rule-group p {
    text-align: left;
    line-height: 1.15;
    color: #000000;
    font-weight: 600;
    opacity: .76;
    font-size: 14px;
}

.detail-rule-group p:first-child {
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    color: #ff0000;
    margin: 20px 0;
}

/* .listflight-detail {
    border: 1px solid #ebebee;
    padding: 10px 10px;
    margin: 5px 0;
} */

.ftl-box-item-flight {
    display: flex;
    flex-flow: wrap;
}

.ftl-box-item-flight li {
    flex: 1;
    margin: 0;
    padding: 10px 0;
    display: grid;
    align-items: center;
}

.ftl-box-item-flight li:first-child {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.listflight-detail div {
    display: flex;
    align-items: center;
}

.listflight-detail ul li i {
    margin: 0 10px;
}


/*.listflight-detail div img{*/


/*    max-width: 50px;*/


/*}*/

.flight-detail-ps {
    margin-top: 20px;
    text-align: left;
}

.flight-detail-ps tbody,
td,
tfoot,
th,
thead,
tr {
    border-bottom: 1px dotted #ebebeb;
    height: 35px;
}

.flight-detail-wrap .flight-detail-right .title.title-two {
    margin-bottom: 0;
}

.flight-detail-wrap .flight-detail-right .title.title-two::before {
    display: none;
}

.flight-detail-wrap .flight-detail-right .title.title-two::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 1px solid #d3c2cb;
    border-radius: 50%;
}

.booking-details-inforPs form ul li:first-child {
    width: 20% !important;
}

.booking-details-inforPs form ul li {
    width: calc(80% / 4) !important;
}

@media (max-width: 768px) {
    .booking-details-inforPs form ul li:first-child {
        width: 100% !important;
    }
    .booking-details-inforPs form ul li {
        width: 100% !important;
    }
    .booking-details-wrap .form-grp {
        display: block !important;
    }
    .bgg-ct-item {
        display: none !important;
    }
    .booking-details-inforPs form ul li.baggage-select .bgg-content-item {
        width: 100% !important;
    }
}

.booking-details-inforPs form ul li:first-child .form label {
    padding-left: 26px;
    text-align: left;
    left: 0;
}

.booking-details-inforPs form ul li:first-child .form .title-info-adt {
    background: url(https://ibe.vemaybay.vn/Resources/Images/Icon/adt.png) no-repeat left center;
    background-size: 22px;
}

.booking-details-inforPs form ul li:first-child .form .title-info-chd {
    background: url(https://ibe.vemaybay.vn/Resources/Images/Icon/chd.png) no-repeat left center;
    background-size: 22px;
}

.booking-details-inforPs form ul li:first-child .form .title-info-inf {
    background: url(https://ibe.vemaybay.vn/Resources/Images/Icon/inf.png) no-repeat left center;
    background-size: 22px;
}


/* booking-details */

.customer-details-area {
    padding: 35px 0 0 0;
}

.customer-details-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.customer-details-content .icon {
    margin-right: 25px;
}

.customer-details-content .content {
    flex-grow: 1;
}

.customer-details-content .content .title {
    font-size: 26px;
    color: #571336;
    margin-bottom: 10px;
    font-weight: 600;
}

.customer-progress-wrap {
    position: relative;
    padding: 16px 0 49px;
}

.customer-progress-wrap .progress {
    height: 7px;
    background-color: #ebebee;
    border-radius: 0;
}

.customer-progress-wrap .progress .progress-bar {
    background-color: #16b181;
}

.customer-progress-step {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.customer-progress-step ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customer-progress-step ul li:nth-child(2) {
    text-align: center;
}

.customer-progress-step ul li span {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #16b181;
    font-size: 18px;
    font-weight: 700;
    color: #571336;
    margin-bottom: 8px;
}

.customer-progress-step ul li p {
    margin-bottom: 0;
    color: #000000;
    font-weight: 500;
}

.customer-progress-step ul li:nth-child(2) span {
    margin: 0 auto 8px;
}

.customer-progress-step ul li:last-child span {
    margin-left: auto;
}

.booking-details-area {
    padding: 30px 0 80px;
    background: rgb(250, 252, 255);
}

.booking-details-area .row .col-73 {
    width: 72.44%;
    flex: 0 0 72.44%;
}

.booking-details-area .primary-contact {
    display: flex;
    align-items: center;
    background: #16b181;
    padding: 15px 30px;
    border-radius: 5px 5px 0 0;
}

.booking-details-area .primary-contact .title {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.booking-details-area .primary-contact i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

.booking-details-area .bx-baggage {
    align-items: center;
}

.booking-details-area .bx-baggage-1 {
    flex: 1;
    padding-bottom: 30px;
}

.booking-details-area .bx-baggage-2 {
    flex: 2;
}

.booking-details-area .bx-baggage .col-md-6 p {
    margin: 0;
    font-size: 14px;
}

.booking-details-area .bx-baggage .col-md-6 p img {
    padding-right: 10px;
    width: 50px;
}

.booking-details-area .bx-baggage .col-md-6 p span {
    color: #ffffff;
    padding: 4px;
    border-radius: 4px;
    background-color: #16b181;
    margin-right: 5px;
}

.bx-baggage-return-1 {
    padding-bottom: 0
}

.bx-baggage-return-2 {
    margin-bottom: 0
}

.booking-contact-wrap {
    margin-top: 20px;
}

.booking-payment-wrap .radio-section {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-flow: column;
}

.booking-payment-wrap .radio-list {
    width: 100%;
}

.booking-payment-wrap .radio-item [type="radio"] {
    display: none;
}

.booking-payment-wrap .radio-item+.radio-item {
    margin-top: 15px;
}

.booking-payment-wrap .radio-item label {
    display: block;
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid #E2E8F0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    min-width: 250px;
    white-space: nowrap;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}

.booking-payment-wrap .radio-item label:after,
.booking-payment-wrap .radio-item label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.booking-payment-wrap .radio-item label:after {
    height: 19px;
    width: 19px;
    left: auto;
    right: 0;
    top: calc(50% - 12px);
    border: 1px solid #16b181;
}

.booking-payment-wrap .radio-item label:before {
    background: #16b181;
    height: 20px;
    width: 20px;
    left: auto;
    right: 0;
    top: 12px;
    transform: scale(5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out 0s;
}

.booking-payment-wrap .radio-item [type="radio"]:checked~label {
    border-color: #E2E8F0;
}

.booking-payment-wrap .radio-item [type="radio"]:checked~label::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.booking-details-wrap {
    background: #fff;
    padding: 30px 20px 20px 20px;
    /*padding: 35px 10px;*/
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .19);
}

.booking-details-wrap .form-grp {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.booking-details-wrap .form-grp .icon {
    font-size: 26px;
    line-height: 0;
    color: #5b1734;
    margin-right: 12px;
}

.booking-details-wrap .form-grp .form {
    flex-grow: 1;
    position: relative;
}

.booking-details-wrap .form-grp .form .form-select {
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    vertical-align: middle;
    background: url("../img/icon/select_down_arrow02.png") no-repeat scroll 97.5% center;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 100%;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    border-radius: 5px;
}

.booking-details-wrap .form-grp .form label {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    opacity: .80;
    position: absolute;
    left: 20px;
    top: -10px;
    background: #fff;
    padding: 0 10px;
    z-index: 2;
}

.booking-details-wrap ul {
    display: flex;
    align-items: center;
    margin: 0 -6px;
    flex-wrap: wrap;
}

.booking-details-wrap ul li {
    padding: 0 6px;
    width: 37%;
}

.booking-details-wrap ul li:first-child {
    width: 26%;
}

.booking-details-wrap ul li .form-grp .form .form-select {
    padding: 8px;
}

.booking-details-wrap .form-grp input {
    width: 100%;
    background: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    opacity: 80%;
}

.booking-details-wrap .form-grp textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 18px 20px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    opacity: 80%;
}

.booking-details-wrap .form-grp input::placeholder {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    opacity: 80%;
}

.booking-details-wrap .gender-select {
    margin-left: 40px;
    margin-bottom: 20px;
}

.booking-details-wrap .gender-select .title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.booking-details-wrap .gender-select ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.booking-details-wrap .gender-select ul li {
    font-size: 16px;
    font-weight: 500;
    color: #57112f;
    width: auto !important;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    min-width: 142px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.booking-details-wrap .gender-select ul li:last-child {
    margin-right: 0;
}

.booking-details-wrap .gender-select ul li i {
    line-height: 0;
    font-size: 23px;
    margin-right: 12px;
}

.booking-details-wrap .gender-select ul li.active {
    border-color: #57112f;
}

.booking-details-wrap .optional-item .form-grp .form .form-select {
    background: url("../img/icon/select_down_arrow.png") no-repeat scroll 97.5% center;
    font-size: 18px;
    border: 1px solid #bca0ac;
    padding: 16px 40px 16px 20px;
}

.booking-details-wrap .optional-item .form-grp {
    margin-bottom: 10px;
}

.booking-details-wrap .checkbox-grp {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 0;
}

.booking-details-wrap .checkbox-grp input {
    width: auto;
    margin-top: 5px;
    margin-right: 9px;
}

.booking-details-wrap .checkbox-grp label {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
}

.booking-details-area .col-27 {
    flex: 0 0 27.56%;
    width: 27.56%;
}

.ftl-pax-note {}

.ftl-pax-note span {
    font-weight: 500;
    color: #000000;
}

.ftl-pax-note ul {
    display: block
}

.ftl-pax-note ul li {
    width: 100% !important;
}

.booking-sidebar {
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .19);
}

.booking-details-area .booking-sidebar .main-title {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    background: #16b181;
    padding: 15px 25px;
}

.booking-details-area .booking-sidebar .widget .flight-info {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.booking-details-area .booking-sidebar .widget .flight-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-details-area .booking-sidebar .widget .flight-info li {
    display: flex;
    align-items: center;
}


/*.booking-details-area .booking-sidebar .widget .flight-info li img {*/


/*    margin-right: 10px;*/


/*}*/

.booking-details-area .booking-sidebar .widget .flight-info li p {
    font-size: 14px;
    font-weight: 600;
    color: #571336;
    margin-bottom: 0;
    line-height: 1.2;
}

.booking-details-area .booking-sidebar .widget .flight-info li span {
    display: block;
    font-size: 13px;
    opacity: .74;
    text-transform: capitalize;
}

.booking-details-area .booking-sidebar .widget .discount-form {
    display: flex;
    align-items: center;
    position: relative;
}

.booking-details-area .booking-sidebar .widget .discount-form>i {
    font-size: 22px;
    color: #5d1936;
    margin-right: 10px;
    line-height: 0;
}

.booking-details-area .booking-sidebar .widget .discount-form input {
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #000000;
    opacity: .74;
    font-weight: 500;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 13px 65px 13px 20px;
    height: 50px;
}

.booking-details-area .booking-sidebar .widget .discount-form input::placeholder {
    font-size: 14px;
    color: #000000;
    opacity: .74;
    font-weight: 500;
}

.booking-details-area .booking-sidebar .widget .discount-form button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #16b181;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #57112f;
    font-size: 19px;
    border-radius: 3px;
    line-height: 0;
}

.booking-details-inforPs form ul li.baggage-select {
    width: 100% !important;
}

.bgg-ct-item {
    width: 40% !important;
    display: flex;
    align-items: center;
}

.bgg-img-item {
    width: 70px !important;
}

.bgg-ct-item span {
    width: calc(100% - 70px);
    text-align: center;
    padding: 0 10px;
}

.bgg-content-item {
    width: 60% !important;
}

.booking-sidebar .preferred-bank-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -10px -5px 0;
}

.booking-sidebar .preferred-bank-wrap li {
    width: 50%;
    padding: 10px 5px 0;
}

.booking-sidebar .preferred-bank-wrap li a {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebee;
    border-radius: 4px;
    border: 2px solid #ebebee;
}

.booking-sidebar .preferred-bank-wrap li a:hover {
    background: #fff;
    border-color: #16b181;
}

.rdimg label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* IMAGE STYLES */

.rdimg label [type=radio]+img {
    cursor: pointer;
}


/* CHECKED STYLES */

.rdimg label [type=radio]:checked+img {
    border-color: #16b181;
    background: #ffffff;
}

.booking-sidebar .preferred-bank-wrap li label {
    width: 100%;
}

.booking-sidebar .preferred-bank-wrap li label img:hover {
    background: #fff;
    border-color: #16b181;
}

.booking-sidebar .preferred-bank-wrap li label img {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ebebee;
    border-radius: 4px;
    border: 2px solid #ebebee;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .booking-sidebar .preferred-bank-wrap li label img {
        padding: 0 34%;
    }
}

.booking-sidebar .price-summary-top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-sidebar .price-summary-top ul li {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.booking-sidebar .price-summary-detail ul {
    margin-bottom: 25px;
}

.booking-sidebar .price-summary-detail ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.booking-sidebar .price-summary-detail ul li:last-child {
    margin-bottom: 0;
}

.booking-sidebar .price-summary-detail ul li span {
    font-size: 14px;
    font-weight: 600;
}

.booking-sidebar .price-summary-detail .btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #16b181;
    border-radius: 0;
    display: block;
}

.tcp p:first-child {
    display: flex;
    color: #571336;
    font-weight: 700;
    justify-content: space-between;
}

.tcp p:last-child {
    margin: 0;
    font-size: 12px;
}

.price-summary-detail-ttp .psd-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #571336 !important;
}


/* 16. Blog */

.blog-bg {
    background-image: url(../img/bg/blog_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 95px 0 70px;
}

.blog-area .section-title {
    margin-bottom: 45px;
}

.blog-area .row {
    margin: 0 -20px;
}

.blog-area .row [class*="col-"] {
    padding: 0 20px;
}

.blog-area .row .col-53 {
    width: 52.9%;
    flex: 0 0 52.9%;
}

.blog-area .row .col-47 {
    width: 47.1%;
    flex: 0 0 47.1%;
}

.blog-item {
    position: relative;
    margin-bottom: 30px;
}

.blog-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(to bottom, transparent, #571336);
    background: linear-gradient(to bottom, transparent, #571336);
    opacity: .3;
    transition: .3s linear;
    border-radius: 0 0 10px 10px;
    z-index: 1;
}

.blog-thumb {
    border-radius: 10px;
    overflow: hidden;
}

.blog-thumb img {
    transform: scale(1);
    transition: .5s linear;
}

.blog-item:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 40px;
}

.blog-content .blog-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.blog-content .blog-meta ul li {
    color: #ffffff;
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}

.blog-content .blog-meta ul li a {
    color: #fff;
}

.blog-content .blog-meta ul li i {
    margin-right: 5px;
}

.blog-content .blog-meta ul li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 13px;
    background: #b3abaf;
}

.blog-content .blog-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-content .blog-meta ul li:last-child::before {
    display: none;
}

.blog-content .title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.blog-content .title a:hover {
    color: #fff;
}

.blog-item.small-item {
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdbd8;
}

.blog-item.small-item .blog-content {
    position: unset;
    padding: 0;
}

.blog-item.small-item::before {
    display: none;
}

.blog-item.small-item .blog-thumb {
    width: 163px;
    flex: 0 0 163px;
    margin-right: 20px;
}

.blog-item.small-item .blog-content .blog-meta ul li {
    color: #878d96;
}

.blog-item.small-item .blog-content .blog-meta ul li a {
    color: #878d96;
}

.blog-item.small-item .blog-content .title {
    font-size: 20px;
    color: #232b38;
}

.blog-item.small-item .blog-content .title a:hover {
    color: #571336;
}


/* inner-blog */

.blog-details-area,
.inner-blog-area {
    padding: 100px 0;
}

.inner-blog-item {
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 60px;
}

.inner-blog-item:last-child {
    margin-bottom: 0;
}

.inner-blog-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-image: url(../img/blog/blog_item_line.png);
    background-position: center;
}

.inner-blog-thumb {
    margin-bottom: 30px;
}

.inner-blog-thumb img {
    border-radius: 4px;
}

.inner-blog-content .blog-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inner-blog-content .blog-meta ul li {
    display: flex;
    align-items: center;
}

.inner-blog-content .blog-meta ul li {
    font-size: 14px;
    color: #838181;
    margin-bottom: 7px;
}

.inner-blog-content .blog-meta ul li.tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.inner-blog-content .blog-meta ul li.tags>i {
    font-size: 17px;
    color: #16b181;
}

.inner-blog-content .blog-meta ul li i {
    margin-right: 10px;
    font-size: 13px;
}

.inner-blog-content .blog-meta ul li a {
    color: #838181;
}

.inner-blog-content .blog-meta ul li a:hover {
    color: #16b181;
}

.inner-blog-content .blog-meta ul li+li::before {
    content: "/";
    margin: 0 15px;
    color: #838181;
    font-size: 10px;
}

.inner-blog-content .title {
    font-size: 34px;
    margin-bottom: 20px;
}

.inner-blog-content p {
    margin-bottom: 30px;
}

.inner-blog-content .read-more {
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: flex-end;
    color: #5c1331;
    line-height: 1;
}

.inner-blog-content .read-more i {
    font-size: 16px;
    color: #16b181;
    margin-left: 5px;
}

.inner-blog-content .read-more:hover {
    color: #16b181;
}

.blog-sidebar {
    margin-left: 15px;
}

.blog-sidebar .blog-widget {
    background: rgb(250, 252, 255);
    border: 1px solid #e7e6e6;
    border-radius: 6px;
    padding: 40px 30px 45px;
    margin-bottom: 30px;
}

.blog-sidebar .blog-widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar .sidebar-title {
    font-size: 24px;
    position: relative;
    display: inline-flex;
    padding-right: 22px;
    line-height: 1;
    margin-bottom: 25px;
}

.blog-sidebar .sidebar-title::before,
.blog-sidebar .sidebar-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 4px;
    height: 20px;
    background: #16b181;
    border-radius: 2px;
}

.blog-sidebar .sidebar-title::after {
    right: 8px;
    top: 0;
    bottom: auto;
}

.blog-sidebar .sidebar-search form {
    position: relative;
}

.blog-sidebar .sidebar-search input {
    width: 100%;
    background: #fff;
    border: 1px solid #eeeded;
    border-radius: 5px;
    padding: 19px 70px 19px 25px;
    font-size: 13px;
    color: #898799;
    height: 60px;
}

.blog-sidebar .sidebar-search input::placeholder {
    font-size: 13px;
    color: #898799;
}

.blog-sidebar .sidebar-search button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #16b181;
    color: #fff;
    font-size: 15px;
    padding: 19px 21px;
    height: 60px;
    border-radius: 5px;
}

.sidebar-cat-list ul li {
    padding-bottom: 13px;
    border-bottom: 1px dashed #c7c7c7;
    margin-bottom: 20px;
}

.sidebar-cat-list ul li:last-child {
    margin-bottom: 0;
}

.sidebar-cat-list ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #5d5a77;
    font-weight: 400;
    text-transform: capitalize;
}

.sidebar-cat-list ul li a:hover {
    color: #16b181;
}

.sidebar-cat-list ul li a i {
    margin-left: auto;
    font-size: 12px;
    color: #898799;
    transition: all 0.3s ease-out 0s;
}

.sidebar-cat-list ul li a:hover i {
    color: #16b181;
}

.rc-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.rc-post-item:last-child {
    margin-bottom: 0;
}

.rc-post-thumb {
    width: 100px;
    flex: 0 0 100px;
    margin-right: 15px;
}

.rc-post-thumb img {
    border-radius: 4px;
}

.rc-post-content .date {
    font-size: 14px;
    display: block;
    color: #5d5a77;
    margin-bottom: 5px;
}

.rc-post-content .date i {
    margin-right: 5px;
}

.rc-post-content .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.rc-post-content .author {
    font-size: 14px;
    display: inline-block;
}

.blog-widget.sidebar-newsletter {
    background: #143556;
    border: none;
    text-align: center;
}

.sidebar-newsletter .sn-icon {
    margin-bottom: 25px;
}

.sidebar-newsletter .sn-title {
    margin-bottom: 25px;
}

.sidebar-newsletter .sn-title .title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 26px;
}

.sidebar-newsletter .sn-title p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
}

.sidebar-newsletter .sn-form input {
    width: 100%;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #5d5a77;
    padding: 19px 25px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 10px;
    height: 59px;
}

.sidebar-newsletter .sn-form input::placeholder {
    font-size: 14px;
    color: #5d5a77;
}

.sidebar-newsletter .sn-form .btn {
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    min-height: 59px;
}

.sidebar-newsletter .sn-form .btn:hover {
    background: #16b181;
}

.sidebar-tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -3px -6px;
}

.sidebar-tags ul li {
    padding: 0 3px 6px;
}

.sidebar-tags ul li a {
    background: #fff;
    color: #5d5a77;
    font-size: 14px;
    display: block;
    padding: 13px 20px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.sidebar-tags ul li a:hover {
    color: #fff;
    background: #16b181;
    border-color: #16b181;
}


/* blog-details */

.blog-details-area .inner-blog-content>p {
    margin-bottom: 15px;
}

.blog-details-content blockquote {
    margin: 30px 0 30px;
    padding: 40px 40px 40px 75px;
    position: relative;
    background: rgb(250, 252, 255);
    border: 1px solid #f2f1f1;
    border-radius: 6px;
}

.blog-details-content blockquote::before {
    content: "";
    position: absolute;
    left: 38px;
    top: 35px;
    bottom: 35px;
    width: 3px;
    background: #16b181;
    border-radius: 1.5px;
}

.blog-details-content blockquote>p {
    font-size: 22px;
    font-weight: 600;
    color: #21283f;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-details-content blockquote cite {
    font-size: 14px;
    font-style: normal;
    text-transform: capitalize;
    color: #838181;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}

.blog-details-content blockquote cite::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 1px;
    background: #838181;
}

.blog-details-img {
    margin: 35px 0 32px;
}

.blog-details-img .row {
    margin: 0 -10px;
}

.blog-details-img .row [class*="col-"] {
    padding: 0 10px;
}

.blog-details-img img {
    border-radius: 4px;
}

.blog-details-bottom {
    display: flex;
    align-items: center;
    margin-top: 55px;
}

.blog-details-tags {
    width: 70%;
    flex: 0 0 70%;
}

.blog-details-tags ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details-tags ul li.title {
    font-size: 16px;
    color: #21283f;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 12px;
    padding-right: 0;
}

.blog-details-tags ul li.title::before {
    display: none;
}

.blog-details-tags ul li.title i {
    color: #16b181;
    margin-right: 5px;
}

.blog-details-tags ul li {
    padding-right: 13px;
    margin-right: 13px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.blog-details-tags ul li::before {
    content: "|";
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #e7e7e7;
    font-weight: 500;
}

.blog-details-tags ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-details-tags ul li:last-child:before {
    display: none;
}

.blog-details-tags ul li a {
    color: #5d5a77;
    font-size: 14px;
    display: block;
}

.blog-details-tags ul li a:hover {
    color: #16b181;
}

.blog-details-social {
    flex-grow: 1;
}

.blog-details-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-details-social ul li {
    margin-right: 10px;
}

.blog-details-social ul li:last-child {
    margin-right: 0;
}

.blog-details-social ul li a {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #385594;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}

.blog-details-social ul li:nth-child(2) a {
    background: #4eabee;
}

.blog-details-social ul li:nth-child(3) a {
    background: #cb2027;
}

.blog-details-area .inner-blog-item {
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.blog-details-area .avatar-post {
    background: rgb(250, 252, 255);
    padding: 35px 35px 35px 35px;
    border-radius: 6px;
    border: 1px solid #f2f1f1;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.blog-details-area .avatar-post .avatar-post-img {
    width: 134px;
    flex: 0 0 134px;
    margin-right: 25px;
}

.blog-details-area .avatar-post .avatar-post-img img {
    border-radius: 50%;
    box-shadow: 0px 2px 1.86px 0.14px rgba(90, 90, 90, 0.18);
}

.blog-details-area .avatar-post-content .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.blog-details-area .avatar-post-content p {
    margin-bottom: 15px;
}

.blog-details-area .avatar-post-content .blog-details-social ul {
    justify-content: flex-start;
}

.blog-next-prev {
    margin-bottom: 100px;
}

.blog-next-prev a {
    font-size: 16px;
    color: #21283f;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-next-prev a img {
    margin-right: 15px;
}

.blog-next-prev a:hover {
    color: #16b181;
}

.comment-reply-box {
    background: rgb(250, 252, 255);
    border-radius: 6px;
    border: 1px solid #f2f1f1;
    padding: 50px 40px;
}

.comment-reply-box .title {
    font-size: 24px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.comment-reply-box .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 81px;
    height: 1.5px;
    background: #16b181;
}

.comment-reply-form .row {
    margin: 0 -10px;
}

.comment-reply-form .row [class*="col-"] {
    padding: 0 10px;
}

.comment-reply-form .form-grp {
    margin-bottom: 20px;
}

.comment-reply-form .form-grp textarea,
.comment-reply-form .form-grp input {
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 20px 20px;
    font-size: 14px;
    color: #5d5a77;
}

.comment-reply-form .form-grp textarea::placeholder,
.comment-reply-form .form-grp input::placeholder {
    font-size: 14px;
    color: #5d5a77;
}

.comment-reply-form .form-grp textarea {
    min-height: 167px;
    max-height: 167px;
}

.comment-reply-form .checkbox-grp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.comment-reply-form .checkbox-grp input {
    width: auto;
    margin-top: 5px;
    margin-right: 9px;
}

.comment-reply-form .checkbox-grp label {
    color: #606575;
    font-size: 16px;
    user-select: none;
}

.comment-reply-form .btn {
    color: #fff;
    text-transform: uppercase;
}


/* 17. Contact */

.contact-area {
    padding: 80px 0;
}

.contact-form .form-grp {
    margin-bottom: 20px;
}

.contact-form .form-grp textarea,
.contact-form .form-grp input,
.contact-form .form-group input {
    background: transparent;
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

.contact-form .form-grp textarea::placeholder,
.contact-form .form-grp input::placeholder,
.contact-form .form-group input::placeholder {
    color: #606575 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.contact-form .form-grp textarea {
    min-height: 167px;
    max-height: 167px;
}

.contact-form .submit-btn .btn {
    text-transform: uppercase;
    min-width: 160px;
    justify-content: center;
}

#contact-map iframe {
    width: 100%;
    height: 100%;
}

#contact-map {
    width: 100%;
    height: 460px;
}


/* 18. Footer */

.footer-bg {
    background-image: url(../img/bg/footer_bg.jpg);
    background-size: cover;
    background-position: center;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-top {
    padding: 30px 0 0;
}

.footer-top .footer-logo {
    margin-bottom: 15px;
}

.footer-top .footer-content p {
    color: #f2f2f2;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-top .footer-content .footer-social {
    display: flex;
    align-items: center;
    border-top: 1px solid #333d4c;
    padding-top: 25px;
}

.footer-top .footer-content .footer-social li {
    margin-right: 8px;
}

.footer-top .footer-content .footer-social li:last-child {
    margin-right: 0;
}

.footer-top .footer-content .footer-social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #13171d;
    color: #f2f2f2;
    font-size: 14px;
}

.footer-top .footer-content .footer-social li a:hover {
    color: #16b181;
}

.footer-widget .fw-title {
    margin: 25px 0 15px;
}

.footer-widget .fw-title .title {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}

.footer-widget .fw-link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-widget .fw-link ul li {
    width: 100%;
    margin-bottom: 10px;
}

.footer-widget .fw-link ul li a {
    color: #cbccd0;
}

.footer-widget .fw-link ul li a:hover {
    color: #16b181;
    margin-left: 5px;
}

.footer-widget.privacy {
    margin-left: 0px;
}

.footer-widget.privacy .fw-link ul li {
    width: 100%;
}

.footer-widget .footer-contact p {
    margin-bottom: 10px;
    color: #cbccd0;
}

.footer-widget .footer-contact .title {
    color: #16b181;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.footer-widget .footer-contact>a {
    display: block;
    margin-bottom: 25px;
}

.footer-widget .footer-contact form {
    position: relative;
}

.footer-widget .footer-contact form input {
    width: 100%;
    color: #606575;
    font-size: 14px;
    border: none;
    background: #fff;
    border-radius: 3px;
    padding: 20px 80px 20px 20px;
    height: 59px;
}

.footer-widget .footer-contact form input::placeholder {
    color: #606575;
    font-size: 14px;
}

.footer-widget .footer-contact form button {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 62px;
    height: 59px;
    border: none;
    font-size: 23px;
    color: #fff;
    line-height: 0;
    background: #16b181;
    border-radius: 3px;
}

.footer-bottom {
    background: #13171d;
    padding: 30px 0;
}

.copyright-text p {
    color: #cbccd0;
    margin-bottom: 0;
}

.copyright-text p span {
    color: #16b181;
}


/* 19. Preloader */

#preloader {
    background-color: rgb(250, 252, 255);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
    opacity: 0.8;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader .loader-outter {
    position: absolute;
    border: 4px solid #16b181;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader .loader-inner {
    position: absolute;
    border: 4px solid #16b181;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.ftl-flight-main {
    text-align: center;
}

.ftl-flight-main p:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #16b181;
    margin-bottom: 0;
}

.ftl-flight-main p:last-child {
    font-size: 14px;
    font-weight: 400;
}

#invoice-box .flex {
    padding: 0;
    margin-top: 20px;
    flex-flow: wrap;
}

.invoice_title {
    font-size: 14px;
    color: #571336;
    font-weight: bold;
}

.foo-filter {
    display: none;
    bottom: 0;
    z-index: 20;
    position: fixed;
    background-color: #ffffff;
}

.foo-filter ul {
    color: #1a202c;
    width: 100vw;
    height: 44px;
    display: flex;
    position: relative;
    background: #ffffff;
    align-items: center;
    justify-content: center;
}

.foo-filter ul li {
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 18px;
    color: #571336;
}

.foo-filter ul li svg path {
    stroke: #571336 !important;
}

.foo-filter ul li:first-child {
    display: flex;
    align-items: center;
}

.foo-filter ul li:first-child span {
    margin: 0 20px 0 4px;
    position: relative;
}

.foo-filter ul li:last-child {
    display: flex;
    align-items: center;
    border-left: solid 1px #EDF2F7;
    padding-left: 20px;
}

#search-booking-form .form-group .input-in-out {
    background: none;
    border: 0;
    border-bottom: 1px solid;
    padding-left: 0;
    color: #000000;
}

.search-booking-form {
    padding: 30px 20px 5px 20px;
}

.search-booking-form .form-grp {
    margin-bottom: 20px;
}

.flex-flow-wrap-reverse {
    flex-flow: wrap-reverse;
}

.flight-detail-wrap-mb {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flight-detail-wrap-mb .flight-date {
    width: 28%;
    flex: 0 0 28%;
}

.flight-detail-wrap-mb .flight-date ul li {
    font-size: 14px;
    font-weight: 600;
    color: #571336;
    margin-bottom: 20px;
}

.flight-detail-wrap-mb .flight-date ul li:last-child {
    margin-bottom: 0;
}

.flight-detail-wrap-mb .flight-date ul li span {
    display: block;
    opacity: .68;
}

.flight-detail-wrap-mb .flight-detail-right {
    flex-grow: 1;
}

.flight-detail-wrap-mb .flight-detail-right .title {
    font-size: 16px;
    color: #571336;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.flight-detail-wrap-mb .flight-detail-right .title.title-two::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 1px solid #d3c2cb;
    border-radius: 50%;
    background: #571336;
}

.flight-detail-wrap-mb .flight-detail-right .title-one::before {
    content: "\f072";
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 14px;
    color: #571336;
}

.flight-detail-wrap-mb .flight-detail-info {
    /*display: flex;*/
    /*align-items: center;*/
    /*background: #ebebee;*/
    padding: 15px 15px 5px 15px;
    position: relative;
    /*margin-left: 15px;*/
    border-radius: 5px;
}

.flight-detail-wrap-mb .flight-detail-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d7c4cc;
}


/*.flight-detail-wrap-mb .flight-detail-info img {*/


/*    margin-right: 20px;*/


/*}*/

.flight-detail-wrap-mb .flight-detail-info li {
    font-size: 14px;
    font-weight: 500;
    color: #571336;
}

.flight-detail-wrap-mb .flight-detail-info ul {
    width: 100%;
}

.flight-detail-wrap-mb .flight-detail-info ul li {
    width: 100%;
}

.flight-detail-wrap-mb .flight-detail-info ul li table {
    width: 100%;
}

.detailFlight-content table tbody,
td,
tfoot,
th,
thead,
tr {
    font-size: 14px;
    /* padding: 8px 10px !important; */
    text-align: center;
}

.flight-header-content {
    margin-bottom: 10px;
}

.flight-header-point{
    display: flex;
    justify-content: space-between;
}

.flight-header-date {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.flight-header-nav {
    margin: 10px 0;
}

.flight-header-nav p {
    font-size: 14px;
    margin-bottom: 0;
}

.flight-header-nav p i {
    margin: 0 5px;
}

.flight-header-point p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}


/**/

.flight-header-mb {
    display: none;
}

.flight-header-content-mb {
    margin-bottom: 10px;
}

.flight-header-date-mb {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.flight-header-nav-mb {
    margin: 10px 0;
}

.flight-header-nav-mb p {
    font-size: 14px;
    margin-bottom: 0;
}

.flight-header-nav-mb p i {
    margin: 0 5px;
}

.flight-header-point-mb p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.chg-flights-header-mb {
    display: none;
}

.dot-fn {
    display: none;
}

.bx-calendar-search-flight {
    position: relative;
    display: block;
    overflow-x: auto;
    margin: 0;
}

.calendar {
    min-width: 800px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

.calendar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
}

.calendar .weeks {
    background: #16b181;
}

.calendar .days {
    margin-bottom: 20px;
}

.calendar li {
    color: #333;
    width: calc(100% / 7);
    font-size: 1.07rem;
}

.calendar .weeks li {
    font-weight: 500;
    cursor: default;
    border: 1px solid #eee;
    padding: 5px 0;
    color: #ffffff;
}

.calendar .days li {
    z-index: 1;
    cursor: pointer;
    position: relative;
    border: 1px solid #eee;
    padding: 3px;
    min-height: 86px;
    background-color: #fff;
    display: grid;
}

.calendar .days li a p {
    margin-bottom: 5px;
    color: #16b181;
    font-weight: 600;
}

.calendar .days li a p img {
    height: 20px;
}

.days li.inactive {
    color: #aaa;
}

.days li.active::before {
    background: #9B59B6;
}

.days li:not(.active):hover::before {
    background: #f2f2f2;
}

.srch-flight-selected .ftl-box-item {
    background: #fff;
    padding: 10px;
    margin-bottom: 6px !important;
}

.srch-flight-selected .ftl-flight-item {
    position: relative;
    padding: 0;
    margin: 0;
    align-items: center;
    background-color: #fff;
}

.srch-flight-selected .ftl-flight-item.select {
    background: #ffffff !important;
    margin-top: 10px !important;
    border: 1px solid #16b181;
    border-radius: 5px;
}

.srch-flight-selected ul.ftl-flight-info {
    padding: 10px !important;
    margin: 0 !important;
    display: flex;
    flex: 1;
    box-shadow: none;
}

.srch-flight-selected ul.ftl-flight-info li {
    flex: 1;
    text-align: center;
    margin: 0;
    padding: 10px;
    line-height: 30px;
}

.srch-flight-selected ul.ftl-flight-info li p {
    margin: 0;
}

.srch-flight-selected ul.ftl-flight-info li:first-child {
    border-right: 1px dashed #16b181;
}

ul.ftl-flight-info li:first-child p {
    font-size: 12px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    border-bottom: none !important;
    color: #000;
}

.srch-flight-selected ul.ftl-flight-info li:last-child {
    border-left: 1px dashed #16b181;
    min-width: 180px;
    padding: 0;
    padding-left: 10px;
    display: grid;
}

.srch-flight-selected .ftl-box-item img {
    max-height: 30px;
    max-width: 80px;
    margin: 0 10px;
}

.srch-flight-selected .ftl-flight-city {
    font-size: 16px !important;
}

.srch-flight-selected .ftl-flight-time {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.srch-flight-selected .ftl-flight-line {
    position: relative;
    margin: 5px 0;
}

.srch-flight-selected .ftl-flight-fly {
    width: 0;
    position: relative;
    -webkit-transition: width 1s;
    transition: width 1s;
    height: 1px;
    background: #16b181;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srch-flight-selected .ftl-line {
    width: 100%;
}

.srch-flight-selected .ftl-flight-fly::before {
    content: "";
    font-family: FontAwesome;
    font-size: 7px;
    position: absolute;
    left: 0px;
    color: #16b181;
}

.srch-flight-selected .ftl-flight-fly::after {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 0px;
    color: #16b181;
}

.ftl-flight-price {
    margin: 0;
    font-size: 26px;
    color: #16b181;
    padding: 0 10px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftl-flight-price span {
    margin: 0;
    font-size: 16px;
    color: #16b181;
    font-weight: 300;
    padding-left: 5px;
}

.ftl-flight-info-mobile {
    display: none;
}

.ex-dl {
    min-height: 60vh;
}

.ex-dl .table-bordered thead th,
.table-bordered thead td {
    min-width: 150px;
}

.dlsr-ddown {
    width: 100%;
    display: flex;
}

.loading-ct-main {
    text-align: center;
}

.loading-ct-main p {
    margin-top: 50px;
}

.loading-ct {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.loading-ct span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(calc(18deg * var(--i)));
}

.loading-ct span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #16b181;
    border-radius: 50%;
    transform: scale(0);
    animation: animate 2s linear infinite;
    animation-delay: calc(0.1s * var(--i));
}

.loading-ct .plane-ct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotating 2s linear infinite;
    animation-delay: -1s;
}

.loading-ct .plane-ct:before {
    content: "";
    font-family: fontAwesome;
    position: absolute;
    top: 80px;
    left: 85px;
    color: #16b181;
    font-size: 60px;
    transform: rotate(180deg);
}

@keyframes animate {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    80%,
    100% {
        transform: scale(0);
    }
}

@keyframes rotating {
    0% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(370deg);
    }
}

.containers {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 99;
}

.colorf {
    color: #ffffff !important;
}

.menu-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #16b181;
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 5;
    bottom: 80px;
    right: 30px;
    display: table;
    text-align: center;
}

.menu-toggle .fa {
    color: #fff;
    font-size: 2em;
    display: table-cell;
    vertical-align: middle;
    transition: 0.4s;
}

.menu-toggle.open .fa {
    transform: rotate(135deg);
}

.btn-app {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    background-color: #16b181;
    color: #fff;
    text-align: center;
}

.btn-app .fa {
    line-height: 60px;
    font-size: 30px;
}

.open .btn-app {
    box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
}

.menu-line {
    position: absolute;
    z-index: 2;
}

.menu-line .btn-app {
    bottom: 80px;
    right: 30px;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.menu-line.open .btn-app:nth-of-type(1) {
    bottom: 9.5em;
}

.menu-line.open .btn-app:nth-of-type(2) {
    bottom: 14em;
}

.menu-line.open .btn-app:nth-of-type(3) {
    bottom: 18.5em;
}

.menu-line.open .btn-app:nth-of-type(4) {
    bottom: 23em;
}

.menu-line .btn-app a {
    line-height: 60px;
}

.md-flight-details .modal-dialog{
    margin-bottom: 50px !important;
}

.hidden {
    display: none;
}

.ui-datepicker {
    min-width: 222px;
}

.ui-datepicker .ui-datepicker-calendar{
    width:100%;
}

.pagination .active {
    background: #16b181;
}

.pagination .active>a {
    color: white;
}

.pagination a,
.pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}