@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);

:root {
    --main-color: #1fba71;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.20);
    --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
    --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
    --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06)
}

body,
html {
    height: 100%
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: Manrope, sans-serif
}

img {
    max-width: 100%;
    height: auto
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.mb-30 {
    margin-bottom: 30px
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
    outline: 0 !important;
    color: var(--main-color)
}

a:hover {
    text-decoration: none;
    color: var(--heading-color)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Manrope, sans-serif;
    margin: 0
}

h1 {
    font-size: 82px;
    font-weight: 400;
    line-height: 90px
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px
}

h3 {
    font-size: 24px;
    font-weight: 300
}

h4 {
    font-size: 20px;
    font-weight: 500
}

h5 {
    font-size: 18px;
    font-weight: 400
}

h6 {
    font-size: 14px;
    font-weight: 400
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--paragraph-color);
    font-weight: 500;
    font-family: Manrope, sans-serif;
    margin-bottom: 0
}

p:last-child {
    margin-bottom: 0
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none;
    padding: 0
}

.form-control {
    border: none;
    padding: 10px 22px;
    font-size: 16px
}

.booking_tour_form input,
.booking_tour_form select,
.booking_tour_form textarea {
    background-color: transparent !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    line-height: 23px !important;
    font-size: 14px !important;
    color: #6b7385 !important;
    margin-bottom: 15px !important
}

.form-check-input {
    background-color: #fff;
    border: 2px solid #e6e3f1;
    border-radius: 2px;
    transition: all .3s
}

.form-check-input:checked {
    background-color: #1fba71;
    border-color: #1fba71
}

.form-control:focus {
    color: var(--heading-color);
    background-color: #fff;
    border: 1px solid var(--main-color);
    outline: 0;
    box-shadow: none
}

.section_padding {
    padding: 50px 0
}

.section_padding_top {
    padding: 60px 0 0 0
}

.section_padding_bottom {
    padding: 0 0 100px 0
}

.heading_left_area h2 {
    font-weight: 400;
    padding-bottom: 17px;
    line-height: 45px
}

.heading_left_area h2 span {
    display: inline-block;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px
}

.heading_left_area h5 {
    color: var(--black-color-opacity)
}

.section_heading_center {
    text-align: center;
    padding-bottom: 30px
}

.section_heading_center h2 {
    position: relative;
    padding-bottom: 15px
}

.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0
}

.section_heading_left {
    text-align: left;
    padding-bottom: 30px
}

.section_heading_left h2 {
    position: relative;
    padding-bottom: 15px
}

.section_heading_left h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 2px;
    background: var(--main-color);
    left: 0;
    bottom: 0
}

.section_heading_left-sub {
    margin-top: 10px;
    font-size: 24px
}

.img_animation {
    overflow: hidden
}

.img_animation img {
    transition: var(--transition);
    position: relative
}

.img_animation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #8b3eea9c;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition)
}

.img_animation:hover::after {
    opacity: 1;
    visibility: visible
}

.img_animation:hover img {
    transform: scale(1.2)
}

.slick-next,
.slick-prev {
    display: none !important
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap
}

.btn:hover {
    color: var(--white-color)
}

.btn_theme {
    color: var(--white-color);
    background-color: #198754;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    color: #fff;
    border: 3px solid var(--main-color);
    background-image: -webkit-linear-gradient(30deg, #1fba71 50%, transparent 50%);
    background-image: linear-gradient(30deg, #1fba71 50%, transparent 50%);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .6s ease-in-out
}

.btn_theme:hover {
    background-position: 100%;
    color: #fff
}

.btn_theme_white {
    color: var(--black-color);
    background-color: var(--white-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 1px solid var(--white-color)
}

.btn_theme_white:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition)
}

.btn_theme_white:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none
}

.btn_theme_transparent {
    color: var(--white-color);
    background-color: transparent;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 1px solid var(--white-color)
}

.btn_theme_transparent:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition)
}

.btn_theme_transparent:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none
}

.btn_md {
    padding: 10px 20px;
    font-size: 15px
}

.btn_sm {
    font-size: 13px;
    padding: 5px 10px
}

.btn_navber {
    color: #fff;
    border: 2px solid var(--main-color);
    padding: 7px 10px;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0
}

.btn_navber:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    background: var(--main-color);
    -webkit-transform: translateX(-51%) translateY(27%) scale(.8);
    transform: translateX(-51%) translateY(27%) scale(.8);
    transition: var(--transition)
}

.btn_navber:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-42%) translateY(-57%) scale(4);
    transform: translateX(-42%) translateY(-57%) scale(4);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.is-sticky .btn_navber {
    border: 1px solid var(--white-color)
}

#home_one_banner {
    background-image: url(../img/landing-2.jpg);
    padding: 200px 0 200px 0;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.banner_one_text {
    text-align: center
}

.banner_one_text h1 {
    color: var(--white-color)
}

.banner_one_text h3 {
    color: var(--white-color);
    padding-top: 13px
}

#theme_search_form {
    margin-top: 70px
}

#theme_search_form .container {
    padding: 0
}

/* .theme_search_form_area {
    box-shadow: 4px 14px 28px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 30px 30px;
    position: relative;
    background: rgba(255, 255, 255, .2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, .3)
} */

.theme_search_form_tabbtn .nav-item {
    margin-right: 20px
}

.theme_search_form_tabbtn .nav-item:last-child {
    margin-right: 0
}

.theme_search_form_tabbtn .nav-tabs {
    border-bottom: none
}

.theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link,
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: none
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
    margin-bottom: 0;
    color: var(--black-color);
    border-radius: 6px;
    border: 1px solid var(--main-color)
}

.theme_search_form_tabbtn .nav-tabs .nav-link i {
    padding-right: 10px
}

.theme_search_form_tabbtn {
    margin-bottom: 30px
}

.flight_Search_boxed {
    /* background: rgba(255, 255, 255, .55); */
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, .1); */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 10px;
    border-radius: 10px;
    position: relative
}

.plan_icon_posation {
    position: absolute;
    top: 10px;
    right: 10px
}

.plan_icon_posation i {
    font-size: 24px
}

.range_plan {
    position: absolute;
    left: -31px;
    top: 50%;
    transform: translateY(-50%)
}

.range_plan-place i {
    background: #ecffd9;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: var(--main-color)
}

.range_plan i {
    background: #ecffd9;
    font-size: 17px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: var(--main-color)
}

.error {
    padding-top: 5px;
    font-size: 12px
}

.flight_Search_boxed p {
    font-size: 14px;
    line-height: 15px
}

.flight_Search_boxed input {
    /* font-size: 20px; */
    width: 100%;
    border: none;
    background: 0 0;
    font-weight: 500;
    height: 35px;
    padding: 0
}

.flight_Search_boxed input:focus-within {
    outline: 0;
    border: none
}

.flight_Search_boxed span.place-label {
    display: block;
    font-size: 12px;
    padding-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-height: 18px;
}

.flight_Search_boxed span.select2 {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.date_flex_area {
    display: flex;
    justify-content: space-between
}

.dropdown_passenger_area button {
    border: none;
    background: 0 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500
}

.dropdown_passenger_area button::after {
    display: none
}

.dropdown_passenger_area .dropdown-menu {
    z-index: 1000;
    min-width: 300px;
    padding: 10px 10px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.cabin-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 2px
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: space-between
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
    margin-right: 20px;
    width: 24px;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
    font-size: 12px;
    color: #4c4c4c
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button {
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d8d8d8;
    width: 20px;
    height: 20px
}

.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 10px
}

.traveller-calulate-persons .passengers h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color)
}

.traveller-calulate-persons .label-select-btn {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #eee
}

.traveller-calulate-persons .label-select-btn:hover {
    background: var(--main-color);
    color: var(--white-color)
}

.traveller-calulate-persons .label-select-btn.active {
    background: var(--main-color);
    color: var(--white-color)
}

.traveller-calulate-persons .muiButton-label {
    font-size: 14px
}

.traveller-calulate-persons .cabin-selection h6 {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color)
}

.top_form_search_button {
    display: flex;
    /* margin-top: 10px; */
    justify-content: space-between
}

.flight_categories_search .nav-tabs {
    border-bottom: none
}

.flight_categories_search .nav-tabs .nav-link {
    margin-bottom: 0;
    color: var(--black-color);
    border-radius: 6px;
    border: none;
    font-weight: 500;
    background: 0 0
}

.multi_city_form {
    margin-bottom: 15px
}

.add_multy_form {
    text-align: center
}

.add_multy_form button {
    background: rgba(255, 255, 255, .55);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    height: 100%;
    position: relative
}

.multi_form_remove {
    text-align: center
}

.multi_form_remove button {
    color: red;
    border: none;
    background: 0 0;
    padding-bottom: 10px
}

@media (max-width:1399px) {

    #theme_search_form .container,
    #theme_search_form .container-lg,
    #theme_search_form .container-md,
    #theme_search_form .container-sm,
    #theme_search_form .container-xl {
        max-width: 100%
    }
}

.imagination_boxed {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    transition: var(--transition)
}

.imagination_boxed img {
    position: relative;
    width: 100%;
    transition: var(--transition)
}

.imagination_boxed:hover img {
    transform: scale(1.2)
}

.imagination_boxed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    background: #17161669;
    bottom: 0;
    z-index: 999;
    transition: all .5s;
    transform: translate(0, 100%)
}

.imagination_boxed:hover:before {
    transform: translate(0, 0)
}

.imagination_boxed h3 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    align-items: center;
    height: 25%
}

.imagination_boxed h3 span {
    display: block;
    text-align: center
}

.imagination_boxed h3 a {
    color: var(--white-color);
    transition: var(--transition)
}

.imagination_boxed:hover h3 a {
    font-weight: 500
}

.destinations_content_box {
    position: relative;
    margin-bottom: 23px;
    border-radius: 12px;
    overflow: hidden
}

.destinations_content_box .btn {
    margin-top: 2px
}

.destinations_content_box img {
    width: 100%
}

.destinations_content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.destinations_content_inner h3 a {
    color: var(--white-color)
}

.destinations_content_inner h3 a:hover {
    color: var(--black-color)
}

.destinations_content_inner h2 {
    color: var(--white-color);
    padding-bottom: 20px
}

.destinations_big_offer h1 {
    color: var(--white-color);
    font-size: 150px;
    line-height: 109px;
    padding-bottom: 20px
}

.destinations_big_offer {
    display: flex
}

.destinations_big_offer h6 {
    color: var(--white-color);
    line-height: 45px;
    padding-top: 8px
}

.destinations_big_offer h6 span {
    display: block;
    font-size: 38px;
    font-weight: 500
}

.theme_nav_tab {
    background: #fff;
    box-shadow: -4px -4px 16px rgb(139 62 234 / 8%), 4px 14px 28px rgb(139 148 250 / 7%);
    border-radius: 12px;
    padding: 21px 0;
    margin-bottom: 30px
}

.theme_nav_tab_item .nav-tabs {
    border-bottom: none;
    justify-content: center
}

.theme_nav_tab_item .nav-tabs .nav-item.show .nav-link,
.theme_nav_tab_item .nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color)
}

.theme_nav_tab_item .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 1px solid var(--main-color);
    color: var(--black-color);
    padding: 8px 30px;
    border-radius: 5px;
    margin-right: 35px
}

.theme_nav_tab_item .nav-tabs .nav-link:last-child {
    margin-right: 0
}

.theme_common_box_two {
    border-radius: 11px;
    overflow: hidden;
    /* border: 1px solid #d2d2d275; */
    transition: var(--transition);
    margin-bottom: 30px
}

.theme_common_box_two:hover {
    box-shadow: 4px 14px 28px rgba(0, 0, 0, .1)
}

.theme_two_box_img {
    position: relative;
    overflow: hidden
}

.img_hover {
    overflow: hidden
}

.img_hover img {
    transition: var(--transition);
    width: 100%
}

.img_hover:hover img {
    transform: scale(1.2)
}

.theme_two_box_img img {
    width: 100%
}

.theme_two_box_img .discount_tab {
    position: absolute;
    right: 9px;
    bottom: -17px;
    background: #fff;
    box-shadow: 4px 5px 12px rgb(0 0 0 / 10%);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500
}

.theme_two_box_img p {
    color: var(--white-color);
    position: absolute;
    bottom: 4px;
    left: 13px;
    font-size: 14px
}

.theme_two_box_img p i {
    padding-right: 5px
}

.theme_two_box_content {
    background: #fff;
    padding: 20px 15px
}

.theme_two_box_content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.theme_two_box_content h4 a {
    color: var(--black-color)
}

.theme_two_box_content h4 a:hover {
    color: var(--main-color)
}

.theme_two_box_content p {
    padding: 10px 0;
    font-size: 14px
}

.theme_two_box_content p .review_rating {
    color: var(--main-color)
}

.theme_two_box_content p .review_count {
    margin-left: 10px
}

.theme_two_box_content h3 {
    font-weight: 500
}

.theme_two_box_content h3 span {
    font-weight: 400;
    font-size: 14px
}

.offer_area_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.offer_area_box img {
    width: 100%
}

.offer_area_box .offer_area_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 27px;
    z-index: 999
}

.offer_area_content h2 {
    color: var(--white-color);
    padding-bottom: 20px
}

.offer_area_content p {
    color: var(--white-color);
    padding-bottom: 25px
}

.dot_style .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.dot_style.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #d6d6d6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px
}

.dot_style.owl-theme .owl-dots .owl-dot.active span,
.dot_style.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color)
}

.tab_destinations_boxed {
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
    border-radius: 9px;
    overflow: hidden;
    transition: var(--transition);
    margin-bottom: 40px
}

.tab_destinations_boxed:hover {
    background: #fff;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, .08), 4px 6px 16px rgba(0, 0, 0, .08)
}

.tab_destinations_conntent {
    padding-left: 20px
}

.tab_destinations_conntent h3 {
    font-size: 22px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.tab_destinations_conntent h3 a {
    color: var(--black-color)
}

.tab_destinations_conntent h3 a:hover {
    color: var(--main-color)
}

.tab_destinations_conntent p {
    color: var(--black-color);
    font-weight: 500;
    padding-top: 5px
}

.tab_destinations_conntent p span {
    color: var(--main-color)
}

.home_news_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.home_news_img {
    width: 100px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden
}

.home_news_left_wrapper .home_news_item:last-child {
    margin-bottom: 0
}

.slick-slide img {
    display: block;
    border-radius: 10px
}

.home_news_img img {
    width: 100%
}

.home_news_content {
    width: 68%;
    padding-left: 25px
}

.home_news_content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px
}

.home_news_content h3 a {
    color: var(--black-color)
}

.home_news_content h3 a:hover {
    color: var(--main-color)
}

.home_news_content p {
    padding-top: 12px;
    font-size: 14px
}

.home_news_content p span {
    padding-left: 10px
}

.home_news_content p span i {
    padding-top: 0;
    font-size: 7px;
    padding-right: 10px
}

.seeall_link a i {
    padding-left: 5px
}

.home_news_big img {
    width: 100%
}

.home_news_big h3 {
    padding-top: 22px;
    font-size: 22px;
    font-weight: 500
}

.home_news_big h3 a {
    color: var(--black-color);
    padding-top: 0
}

.home_news_big h3:hover a {
    color: var(--main-color)
}

.home_news_big p {
    padding-top: 8px
}

.home_news_big a {
    display: block;
    padding-top: 11px
}

#our_partners .owl-carousel .owl-item img {
    width: auto !important;
    filter: opacity(.5)
}

#our_partners .owl-carousel .owl-item img:hover {
    filter: opacity(1)
}

.news_home_bigest {
    overflow: hidden;
    border-radius: 12px
}

#cta_area {
    background: #dbf9ef;
    padding: 70px 0
}

#cta_area .form-control {
    margin-bottom: 0 !important
}

.cta_left {
    display: flex;
    align-items: center
}

.cta_icon {
    width: 15%
}

.cta_content {
    padding-left: 30px
}

.cta_content h2 {
    padding-top: 11px
}

#footer_area {
    padding: 45px 0
}

.footer_heading_area h5 {
    border-bottom: 1px solid var(--main-color);
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500
}

.footer_inquery_area {
    padding-top: 5px;
    border-left: 2px solid var(--main-color);
    margin-top: 25px;
    padding-left: 9px
}

.footer_inquery_area h3 {
    font-weight: 500;
    padding-top: 8px
}

.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500
}

.soical_icon_footer {
    display: flex;
    padding-top: 5px
}

.soical_icon_footer li {
    padding-right: 8px
}

.footer_link_area {
    padding-top: 20px
}

.footer_link_area ul li {
    padding-bottom: 15px
}

.footer_link_area ul li a {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    transition: var(--transition)
}

.footer_link_area ul li a:hover {
    color: var(--main-color)
}

.soical_icon_footer li a i {
    font-size: 16px
}

.copyright_area {
    background-color: var(--bg-color);
    padding: 15px 0
}

.copyright_left p {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500
}

.copyright_right {
    text-align: right
}

.banner_two_slider_item {
    padding: 325px 0 245px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner_two_text h3 {
    color: var(--white-color);
    font-weight: 400
}

.banner_two_text h1 {
    color: var(--white-color);
    font-size: 136px;
    padding-top: 35px;
    font-weight: 800;
    margin-inline-start: -5px
}

.banner_two_text h2 {
    color: var(--white-color);
    padding-top: 30px
}

.banner_two_text h4 {
    color: var(--white-color);
    padding-top: 10px;
    font-weight: 300
}

.home_two_button {
    padding-top: 60px
}

.home_two_button a {
    margin-right: 30px
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .title {
    -webkit-animation: 1s 1.2s fadeInLeft both;
    animation: 1s 1.2s fadeInLeft both
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-sttle {
    -webkit-animation: 1s 1.1s bounceInLeft both;
    animation: 1s 1.1s bounceInLeft both
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-pararp {
    -webkit-animation: 1s 1.5s fadeInUp both;
    animation: 1s 1.5s fadeInUp both
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .btn-animation {
    -webkit-animation: 1s 1.2s flipInX both;
    animation: 1s 1.2s flipInX both
}

#home_two_banner .owl-theme .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 60px
}

#home_two_banner .owl-carousel .owl-nav button.owl-next,
#home_two_banner .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 0;
    transition: var(--transition)
}

#home_two_banner .owl-carousel .owl-nav button.owl-next:hover,
#home_two_banner .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--main-color);
    border: 2px solid var(--main-color)
}

.top_service_boxed {
    position: relative;
    background: var(--white-color);
    border: 1px solid rgba(221, 221, 221, .5);
    border-radius: 12px;
    padding: 30px 35px;
    margin-top: 30px;
    transition: var(--transition);
    text-align: center
}

.top_service_boxed:hover {
    transform: translateY(-10px)
}

.top_service_boxed img {
    transition: var(--transition)
}

.top_service_boxed:hover img {
    transform: translateY(5px)
}

.top_service_boxed h3 {
    padding-top: 35px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500
}

.top_service_boxed h3::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0
}

.top_service_boxed p {
    padding-top: 20px
}

.holiday_left_heading {
    background: #f3f6fd;
    border-radius: 20px;
    padding: 70px 45px;
    margin-top: 30px
}

.holiday_small_boxed {
    margin-top: 30px;
    border-radius: 17px;
    overflow: hidden;
    position: relative
}

.holiday_small_boxed img {
    width: 100%;
    transition: var(--transition)
}

.holiday_small_boxed:hover img {
    transform: scale(1.1)
}

.holiday_small_boxed:hover .holiday_small_box_content {
    opacity: 1
}

.holiday_small_box_content {
    background: linear-gradient(359deg, #111018 0, rgb(217 217 217 / 0) 70%);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: var(--transition)
}

.holiday_inner_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 20px
}

.rating_outof {
    display: flex;
    align-items: center
}

.rating_outof i {
    color: var(--white-color);
    font-size: 14px
}

.rating_outof h5 {
    color: var(--white-color);
    padding-left: 10px;
    font-weight: 300
}

.holiday_inner_content h3 {
    color: var(--white-color);
    padding: 10px 0;
    font-weight: 400
}

.holiday_inner_content h4 {
    color: var(--white-color);
    font-weight: 400
}

.holiday_inner_content p {
    color: var(--white-color);
    padding-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.about_two_left_top h5 {
    color: var(--main-color);
    font-weight: 500
}

.about_two_left_top h2 {
    padding-top: 17px
}

.about_two_left_top p {
    padding-top: 15px
}

.about_two_item {
    display: flex;
    padding-top: 40px;
    transition: var(--transition)
}

.about_two_item:hover {
    transform: translateY(-10px)
}

.about_two_item_icon {
    width: 14%
}

.about_two_item_text {
    padding-left: 10px
}

.about_two_item_text h3 {
    font-weight: 500
}

.about_two_item_text p {
    padding-top: 6px
}

.partner_area_bg {
    background-image: url(../img/common/video_bg.png);
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover
}

.partner_area_left {
    padding-left: 115px
}

.partner_area_left h5 {
    color: var(--main-color);
    font-weight: 500
}

.partner_area_left h2 {
    padding-top: 15px;
    line-height: 45px
}

.partner_area_left p {
    padding-top: 10px
}

.partner_video_area {
    padding-top: 35px;
    padding-left: 30px
}

.video_play_area i {
    color: var(--white-color);
    position: relative;
    z-index: 99;
    font-size: 18px
}

.video_play_area:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite
}

.video_play_area:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    transition: all .2s
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

.local_counter_area {
    padding-top: 40px;
    display: flex
}

.local_counter_box {
    background: var(--white-color);
    padding: 10px 25px;
    border-radius: 12px;
    margin-right: 15px
}

.local_counter_box h2 {
    padding-top: 0;
    font-weight: 700
}

.local_counter_box h5 {
    padding-top: 4px;
    font-weight: 500
}

.choose_des_inner_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d
}

.choose_desti_wrapper:hover .choose_des_inner_wrap {
    transform: rotateY(180deg)
}

.choose_boxed_inner,
.flep_choose_box {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0
}

.flep_choose_box {
    background-color: var(--main-color);
    transform: rotateY(180deg);
    border-radius: 12px
}

.choose_boxed_inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.choose_boxed_inner img {
    width: 100%
}

.choose_img_text {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.choose_img_text h2 {
    color: var(--white-color)
}

.choose_img_text h3 {
    color: var(--white-color);
    padding-top: 10px;
    font-weight: 400
}

.flep_choose_box_inner {
    padding: 65px 25px 0 35px
}

.flep_choose_box_inner h2 {
    color: var(--white-color);
    padding-top: 15px
}

.flep_choose_box_inner h3 {
    color: var(--white-color);
    padding-top: 12px;
    font-weight: 500
}

.flep_choose_box_inner p {
    color: #ffffffd1;
    padding-top: 14px;
    font-weight: 300;
    line-height: 24px
}

.flep_choose_box_inner a {
    color: var(--white-color);
    margin-top: 25px;
    border-bottom: 1px solid var(--white-color);
    display: inline-block;
    font-size: 20px;
    font-weight: 400
}

.choose_desti_wrapper {
    margin-top: 30px
}

.client_two_area_bg {
    background-image: url(../img/banner/client-bg.png);
    padding: 15px 0;
    background-repeat: no-repeat;
    background-size: cover
}

.two_client_area_left {
    padding-left: 115px
}

.two_client_area_left h2 {
    color: var(--white-color);
    line-height: 56px
}

.sm_call_area {
    display: flex;
    align-items: center;
    padding-top: 30px
}

.sm_call_number {
    padding-left: 15px
}

.sm_call_number h5 {
    color: var(--white-color)
}

.sm_call_number h2 a {
    color: var(--white-color)
}

.sm_call_number h2 a:hover {
    color: var(--main-color)
}

.home_client_wrpper {
    background: var(--white-color);
    box-shadow: 8px 12px 16px rgba(0, 0, 0, .08);
    border-radius: 12px;
    text-align: center;
    padding: 55px 0;
    position: relative;
    top: 122px
}

.home_client_wrpper h4 {
    color: var(--paragraph-color);
    font-weight: 400
}

.home_client_wrpper h2 {
    font-weight: 400;
    padding-top: 15px
}

.home_client_wrpper h3 {
    padding-top: 35px;
    font-weight: 500;
    color: var(--main-color)
}

.client_two_content {
    padding-top: 25px
}

.home_two_client_slider {
    padding: 0 65px
}

.client_two_content p {
    font-size: 18px;
    color: var(--black-color);
    font-weight: 400;
    line-height: 36px
}

.client_two_author {
    padding-top: 15px
}

.client_two_author h5 {
    font-weight: 500
}

.client_two_author h6 {
    padding-top: 5px;
    color: var(--main-color);
    font-weight: 600
}

.home-two-quote {
    position: relative;
    display: inline-block
}

.home-two-quote img {
    position: absolute;
    top: 15px;
    left: -22px
}

#hometwo_clinet_area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px
}

#hometwo_clinet_area .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #2b2540b8;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px
}

#hometwo_clinet_area .owl-theme .owl-dots .owl-dot.active span,
#hometwo_clinet_area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color)
}

#home_three_banner {
    background-image: url(../img/banner/banner-three.png);
    padding: 325px 0 340px 0;
    background-repeat: no-repeat;
    background-size: cover
}

.banner_area_three {
    text-align: center
}

.banner_area_three h2 {
    font-size: 80px;
    line-height: 90px;
    color: var(--white-color)
}

.banner_area_three h3 {
    color: var(--white-color);
    font-weight: 400
}

.top_banner_three_text {
    padding-bottom: 20px
}

.bottom_banner_three_text {
    padding-top: 23px
}

.three_about_left {
    position: relative
}

.three_about_left a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.verified_area {
    position: absolute;
    right: -105px;
    bottom: 0
}

.three_heading_area {
    color: var(--main-color);
    font-weight: 400;
    position: relative
}

.three_heading_area::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    left: 145px;
    top: 13px;
    background-color: var(--main-color)
}

.three_about_right h4 {
    padding-bottom: 10px
}

.three_about_right h2 {
    line-height: 51px
}

.three_about_right p {
    padding-top: 15px
}

.about_three_flex {
    display: flex;
    justify-content: space-between;
    padding-top: 30px
}

.about_counter_item {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .05);
    border-radius: 12px;
    text-align: center;
    padding: 10px 35px
}

.about_counter_item h2 {
    line-height: 40px
}

.about_counter_item p {
    padding-top: 0;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500
}

#three_We_area {
    background-image: url(../img/common/bg.png)
}

.we_offer_area_three h2 {
    padding-top: 15px
}

.we_offer_area_three p {
    padding-top: 20px
}

.three_offer_item {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, .4);
    box-shadow: 4px 8px 14px rgba(0, 0, 0, .05);
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px
}

.three_offer_item img {
    width: auto !important;
    margin: 0 auto
}

.three_offer_item h3 {
    padding-top: 15px;
    font-weight: 500
}

.three_offer_item p {
    padding-top: 10px
}

.three_offer_slider {
    padding-top: 20px
}

#three_We_area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -50px
}

#three_We_area .owl-carousel .owl-nav button.owl-next,
#three_We_area .owl-carousel .owl-nav button.owl-prev {
    background: var(--black-color);
    color: var(--white-color);
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

#three_We_area .owl-carousel .owl-nav button.owl-next:hover,
#three_We_area .owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color)
}

.arrow_style.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.arrow_style.owl-carousel .owl-nav button.owl-next,
.arrow_style.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    background: var(--black-color);
    color: var(--white-color);
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.arrow_style.owl-carousel .owl-nav button.owl-next:hover,
.arrow_style.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color)
}

.arrow_style.owl-carousel .owl-nav button.owl-next {
    right: -25px
}

.arrow_style.owl-carousel .owl-nav button.owl-prev {
    left: -25px
}

#width_offer_area {
    background: #f3f6fd;
    padding: 70px 0
}

.width_offer_item {
    display: flex
}

.width_offer_text {
    width: 80%;
    padding-left: 25px
}

.width_offer_text h3 {
    font-weight: 500;
    padding-bottom: 10px
}

#home_Three_client .home_client_wrpper {
    background: #f3f6fd;
    box-shadow: 0 5px 8px 3px #00000014;
    border-radius: 12px;
    text-align: center;
    padding: 55px 0;
    position: relative;
    top: 0
}

.navbar_color_black .main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--black-color);
    font-weight: 500
}

.navbar_color_black .topbar-list li a {
    color: var(--black-color)
}

.navbar_color_black .topbar-list li i {
    color: var(--black-color)
}

.navbar_color_black .topbar-others-options li a {
    color: var(--black-color)
}

.navbar_color_black .topbar-others-options li .language-option button {
    color: var(--black-color)
}

.topbar-others-options li a:hover:active {
    color: #fff !important;
}

.navbar_color_black .topbar-area {
    border-bottom: 1px solid #63616121
}

@media (min-width:768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        /* justify-content: flex-end */
    }
}

#home_four_banner {
    background-color: #f4f6fc;
    padding: 220px 0
}

.banner_four_img {
    position: absolute;
    top: 0;
    right: 0
}

.banner_four_img img {
    width: 100%
}

.banner_four_text h1 {
    font-size: 80px;
    font-weight: 700;
    padding-top: 20px;
    line-height: 80px;
    color: #5d8f3a
}

.banner_four_text h3 {
    padding-top: 25px;
    color: #1f1e46;
    font-weight: 500
}

.banner_four_text h4 {
    color: #6d6d74;
    font-size: 24px;
    font-weight: 600
}

.banner_four_text {
    /* padding-right: 100px */
}

.banner_bootom_four {
    padding-top: 0
}

.four_banner_bottom_item {
    transition: var(--transition);
    text-align: center
}

.four_banner_bottom_item:hover {
    transform: translateY(-10px)
}

.four_banner_bottom_item h3 {
    padding-top: 20px;
    font-weight: 500
}

.four_banner_bottom_item p {
    padding-top: 15px
}

.section_heading_left {
    padding-bottom: 30px
}

.section_heading_left h2 {
    padding-bottom: 8px
}

.common_card_four {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, .5);
    border-radius: 20px;
    overflow: hidden
}

.common_card_four_img {
    overflow: hidden
}

.common_card_four_img a img {
    width: 100%;
    transition: var(--transition)
}

.common_card_four:hover .common_card_four_img a img {
    transform: scale(1.1)
}

.common_card_four_text {
    padding: 20px 10px
}

.common_card_four_list li {
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    color: #727178;
    align-items: center
}

.common_card_four_list li i {
    font-size: 7px;
    color: #ddd;
    padding-left: 7px;
    padding-right: 5px
}

.common_card_four_text h3 {
    padding-top: 5px
}

.common_card_four_text h3 a {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 400
}

.common_card_four:hover .common_card_four_text h3 a {
    color: var(--main-color)
}

.common_card_four_text p {
    font-size: 14px;
    padding-top: 5px
}

.common_card_four_text p i {
    font-size: 14px;
    padding-right: 5px
}

.common_card_four_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 12px
}

.common_card_four_bottom_left p {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500
}

.common_card_four_bottom_left h6 {
    color: #727178;
    font-size: 12px;
    padding-top: 3px
}

.common_card_four_bottom_right h4 sub {
    font-size: 12px
}

.button_style_top_left.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -90px
}

.button_style_top_left.owl-carousel .owl-nav button.owl-next,
.button_style_top_left.owl-carousel .owl-nav button.owl-prev {
    background: var(--black-color);
    color: var(--white-color);
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.button_style_top_left.owl-carousel .owl-nav button.owl-next:hover,
.button_style_top_left.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color)
}

.theme_nav_tab_four_item .nav-tabs {
    border-bottom: none;
    justify-content: flex-end
}

.theme_nav_tab_four_item .nav-tabs .nav-link {
    background: #fbf9fe;
    margin-left: 17px;
    border: 1px solid #ddd;
    border-radius: 7px;
    color: #2b2540;
    font-size: 16px;
    font-weight: 500
}

.theme_nav_tab_four_item .nav-tabs .nav-link.active {
    background-color: var(--main-color);
    color: var(--white-color)
}

.tour_type_boxed {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, .5);
    border-radius: 8px;
    text-align: center;
    padding: 20px 20px;
    transition: var(--transition)
}

.tour_type_boxed:hover {
    transform: translateY(-10px)
}

.tour_type_boxed img {
    width: auto !important;
    margin: 0 auto
}

.tour_type_boxed h3 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500
}

.tour_type_boxed p {
    padding-top: 5px
}

.section_heading_left_view_all {
    text-align: right;
    padding-top: 45px
}

.section_heading_left_view_all a {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500
}

.section_heading_left_view_all a:hover {
    color: var(--black-color)
}

.top_details_four_item {
    position: relative
}

.top_details_four_item img {
    width: 100%
}

.top_details_posation {
    position: absolute;
    bottom: 34px;
    left: 25px
}

.top_details_posation p {
    color: var(--white-color)
}

.top_details_posation h3 {
    font-size: 20px;
    color: var(--white-color);
    font-weight: 500;
    padding-bottom: 22px
}

.countre_four_item {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, .5);
    border-radius: 12px;
    text-align: center;
    padding: 15px 20px
}

.countre_four_item h3 {
    font-weight: 600;
    padding-bottom: 3px
}

.countre_four_item h5 {
    font-size: 16px;
    color: var(--main-color);
    padding-top: 2px;
    font-weight: 500
}

#testimonial_four_area {
    background-image: url(../img/common/test-bg.png);
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.test_slider_item_four {
    text-align: center
}

.test_post_img_four img {
    width: auto !important;
    margin: 0 auto
}

.test_four_author_fill {
    padding-top: 30px;
    position: relative;
    display: inline-grid
}

.test_four_author_fill img {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: auto !important
}

.test_four_author_fill h3 {
    font-weight: 500;
    color: var(--main-color)
}

.test_four_inner_content {
    padding-top: 18px
}

.test_four_author_name {
    padding-top: 12px;
    padding-bottom: 15px
}

.test_four_author_name h5 {
    font-weight: 600;
    font-size: 16px
}

.test_four_author_name p {
    font-size: 16px
}

#our_partners_four .owl-carousel .owl-item img {
    width: auto !important;
    filter: opacity(.5)
}

#our_partners_four .owl-carousel .owl-item img:hover {
    filter: opacity(1)
}

.news_card_four_heading ul li {
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    color: #727178;
    align-items: center
}

.news_card_four_heading ul li i {
    font-size: 7px;
    color: #ddd;
    padding-left: 7px;
    padding-right: 5px
}

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

.news_card_four_img a img {
    width: 100%;
    transition: var(--transition)
}

.news_card_four_wrapper:hover .news_card_four_img a img {
    transform: scale(1.1)
}

.news_card_four_heading {
    padding-top: 20px
}

.news_card_four_heading h3 {
    font-weight: 600;
    padding-bottom: 10px
}

.news_card_four_heading h3 a {
    color: var(--black-color)
}

.news_card_four_wrapper:hover .news_card_four_heading h3 a {
    color: var(--main-color)
}

.navbar_color_black .is-sticky .main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--black-color)
}

.navbar_color_black .is-sticky .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: var(--navber-color) !important
}

.navbar-area.is-sticky .navbar .navbar-brand img {
    width: 120px
}

.navbar-area.is-sticky .nav-item a {
    color: #fff !important
}

.news_four_card {
    margin-bottom: 30px
}

.new_four_card_lists {
    padding-top: 15px
}

.new_four_card_lists ul li {
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    color: #727178;
    align-items: center
}

.new_four_card_lists ul li i {
    font-size: 7px;
    color: #ddd;
    padding-left: 7px;
    padding-right: 5px
}

.new_four_card_lists ul li span {
    color: var(--main-color)
}

.news_four_card_conrent h3 {
    padding-top: 12px;
    font-size: 24px;
    font-weight: 500
}

.news_four_card_conrent h3 a {
    color: var(--black-color)
}

.news_four_card_conrent h3 a:hover {
    color: var(--main-color)
}

.news_four_card_conrent p {
    padding-top: 8px;
    padding-bottom: 10px
}

.news_details_content_area img {
    width: 100%
}

.news_details_four_heading {
    background: #fff;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding: 20px 20px
}

.news_details_four_heading h2 {
    padding-top: 10px !important
}

.news_details_content_tops {
    margin-top: -95px
}

.contact_left_top_heading h3 {
    padding-top: 35px;
    font-weight: 500
}

.contact_left_top_heading p {
    padding-top: 15px
}

.contact_form_two {
    padding-top: 40px
}

.contact_two_left_wrapper {
    padding-top: 110px
}

.contact_two_left_wrapper h3 {
    font-weight: 500
}

.contact_details_wrapper {
    padding-top: 14px
}

.contact_detais_item {
    padding-bottom: 25px
}

.contact_detais_item h4 {
    font-size: 16px;
    color: #727178;
    font-weight: 500;
    padding-bottom: 8px
}

.contact_detais_item h3 {
    color: var(--main-color)
}

.contact_map_area iframe {
    width: 100%;
    height: 200px
}

.how_expert_boxed {
    text-align: center;
    padding-top: 30px
}

.how_expert_boxed h3 {
    padding-top: 20px;
    font-weight: 500
}

.how_expert_boxed p {
    padding-top: 10px
}

.video_two_left_side {
    background: #f3f6fd;
    border-radius: 12px;
    padding: 63px 40px
}

.video_two_left_side h2 {
    padding-bottom: 10px
}

.video_exp_item {
    display: flex;
    align-items: center
}

.video_exp_icon {
    width: 14%
}

.video_exp_icon img {
    width: 90%
}

.video_exp_text {
    padding-top: 25px
}

.video_exp_text h3 {
    font-weight: 500;
    padding-bottom: 9px
}

.video_two_right_side {
    position: relative
}

.video_two_play_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.item_searc_map_area iframe {
    width: 100%;
    height: 200px
}

.name_search_form {
    margin-top: 20px;
    position: relative
}

.name_search_form i {
    position: absolute;
    right: 15px;
    top: 20px
}

.cruise_search_item {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, .5);
    border-radius: 20px
}

.cruise_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cruise_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cruise_item_inner_content {
    padding: 15px 20px 22px 0
}

.cruise_content_top_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cruise_content_top_left ul li {
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    color: #727178;
    align-items: center
}

.cruise_content_top_left ul li i {
    font-size: 7px;
    color: #ddd;
    padding-left: 7px;
    padding-right: 5px
}

.cruise_content_top_left h4 {
    padding-top: 8px
}

.cruise_content_top_left p {
    padding-top: 8px
}

.cruise_content_top_right h5 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500
}

.cruise_content_top_right h4 {
    font-size: 16px;
    padding-top: 5px
}

.cruise_content_middel_wrapper {
    padding-top: 15px;
    display: flex;
    justify-content: space-between
}

.cruise_content_middel_left h5 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
    padding-bottom: 4px
}

.cruise_content_middel_right h3 {
    font-weight: 500
}

.cruise_content_middel_right h3 sub {
    font-size: 14px
}

.cruise_content_middel_right p {
    font-size: 14px;
    padding-top: 3px
}

.cruise_content_bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px
}

.cruise_content_bottom_left ul li {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 14px;
    font-size: 14px;
    color: var(--black-color);
    margin-right: 10px
}

.side_map_wrapper iframe {
    width: 100%;
    height: 900px
}

.btn_modal_bus {
    z-index: 9999
}

.bus_modal_heading {
    padding-top: 27px
}

.bus_modal_heading h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 6px
}

.bus_seat_left_side {
    padding-top: 20px
}

.bus_seat_left_side h6 {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 22px
}

.bus_seat_right_side {
    padding-top: 20px
}

.seat_avelabel_item {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    justify-content: center
}

.seat_avelabel_item h4 {
    font-size: 14px;
    padding-left: 10px
}

.bus_ticket_tabel table {
    width: 100%
}

.bus_ticket_tabel table thead tr {
    background: #f3eff9;
    text-align: center;
    border: 1px solid #e7e7e7
}

.bus_ticket_tabel table thead tr th {
    padding: 10px 15px
}

.bus_ticket_tabel table tbody tr {
    text-align: center;
    border: 1px solid #e7e7e7
}

.bus_ticket_tabel table tbody tr td {
    padding: 10px 15px
}

.bus_price_total {
    padding-top: 25px
}

.bus_price_total h5 {
    background-color: #f3eff9;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600
}

.bus_price_total h5 span {
    color: var(--main-color)
}

.bus_ticket_continue {
    text-align: right;
    padding-top: 20px
}

.visa_holder_area .tour_details_boxed_inner h3 {
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 18px
}

.visa_holder_area .tour_details_boxed_inner {
    padding-top: 8px
}

.visa_info_card_sm {
    background: #fff;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, .08), 4px 8px 16px rgba(0, 0, 0, .08);
    border-radius: 12px;
    text-align: center;
    padding: 25px 11px;
    margin-top: 45px
}

.visa_info_card_sm h3 {
    padding-top: 12px !important
}

.visa_info_card_sm p {
    padding-top: 10px !important
}

.area_visa_info_add {
    padding-top: 30px
}

.visa_category_item ul li {
    padding-top: 18px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 18px
}

.visa_category_item ul li:first-child {
    padding-top: 0
}

.visa_category_item ul li:last-child {
    padding-bottom: 0;
    border: none
}

.visa_category_item ul li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.visa_category_item ul li a:hover {
    color: var(--main-color)
}

.visa_info_side_call {
    background-color: var(--main-color);
    text-align: center;
    color: var(--white-color);
    padding: 30px 10px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.visa_info_side_call h2 {
    padding-top: 15px
}

.visa_info_side_call h2 a {
    color: var(--white-color)
}

.visa_info_side_call h2 a:hover {
    color: var(--black-color)
}

.visa_info_side_call h2 i {
    padding-right: 15px
}

.visa_info_sid_padding_none {
    padding: 0 !important;
    overflow: hidden;
    position: relative
}

.download_pdf_area_visa {
    display: flex;
    align-items: center;
    background: #eef4f8;
    padding: 30px 20px
}

.downloads_pdf_text_visa {
    padding-left: 14px
}

.downloads_pdf_text_visa a h3 {
    border-bottom: none;
    padding-bottom: 0;
    color: var(--black-color)
}

.downloads_pdf_text_visa a h5 {
    color: var(--paragraph-color);
    padding-top: 10px;
    font-size: 16px
}

.download_pdf_area_visa:hover .downloads_pdf_text_visa a h3 {
    color: var(--main-color)
}

.visa_request_side_form form .form-group {
    padding-top: 30px
}

.visa_request_side_form_button {
    padding-top: 30px
}

.visa_info_side_middle img {
    width: 100%
}

#common_banner {
    /*background-image: url(../img/searchBg.png);
    padding: 200px 0 100px 0;
    background-repeat: no-repeat;
    background-size: cover*/
    background: linear-gradient(180deg, rgb(11 97 57) 0%, rgb(119 217 138) 100%);
    padding: 90px 0 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#common_banner-2 {
    background-image: url(../img/searchBg.png);
    padding: 100px 0 100px 0
}

.common_bannner_text {
    text-align: center
}

.common_bannner_text h2 {
    color: #000;
    font-weight: 400
}

.common_bannner_text ul {
    padding-top: 20px
}

.common_bannner_text ul li {
    display: inline-block;
    color: var(--white-color);
    padding-left: 7px
}

.common_bannner_text ul li:first-child {
    padding-left: 0
}

.common_bannner_text ul li span {
    padding-right: 5px
}

.common_bannner_text ul li span i {
    color: var(--white-color);
    font-size: 7px;
    position: relative;
    top: -2px;
    left: -3px
}

.common_bannner_text ul li a {
    color: #ffffff91
}

.common_bannner_text ul li a {
    color: #ffffff91
}

.common_bannner_text ul li a:hover {
    color: var(--main-color)
}

.pagination_area .page-link {
    color: var(--main-color);
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 14px
}

.pagination_area .page-link:hover {
    z-index: 2;
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color)
}

.pagination_area .page-link:focus {
    z-index: 2;
    color: var(--white-color);
    background-color: var(--main-color);
    outline: 0;
    box-shadow: none
}

.pagination_area .page-item {
    margin: 0 6px
}

.pagination_area .pagination {
    justify-content: center;
    padding-top: 30px
}

.left_side_search_boxed {
    background: #fff;
    border: 1px solid #00000030;
    border-radius: 6px;
    padding: 20px 15px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-1)
}

.left_side_search_heading h5 {
    border-bottom: 1px solid #00000030;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 700
}

.filter-price {
    padding-top: 30px;
    padding-bottom: 50px
}

.apply {
    border: none;
    background: 0 0;
    padding: 0;
    color: var(--main-color);
    font-weight: 500
}

.filter-price-text {
    padding-bottom: 20px
}

.noUi-horizontal .noUi-tooltip {
    margin-top: 13px;
    font-size: 15px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -4px;
    top: 4px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -13px;
    top: 4px
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px
}

.noUi-connect {
    background: var(--main-color)
}

.review_star {
    padding-top: 10px
}

.review_star .form-check {
    margin-top: 15px;
    margin-bottom: 0
}

.color_theme {
    color: var(--main-color)
}

.color_asse {
    color: #ddd
}

.form-check-label {
    width: 100%
}

.tour_search_type {
    padding-top: 10px
}

.tour_search_type .form-check {
    padding-top: 15px
}

.area_flex_one {
    display: flex;
    justify-content: space-between
}

.area_flex_one span {
    color: var(--black-color);
    font-weight: 700;
    font-size: 14px
}

.tour_details_right_boxed {
    background: #fff;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, .08), 5px 8px 16px rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 25px 20px 35px 20px
}

.first_child_padding_none ul li:first-child {
    padding-top: 0
}

.tour_details_right_box_heading h3 {
    font-weight: 500;
    font-size: 22px;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    display: inline-block
}

.valid_date_area {
    display: flex;
    align-items: center;
    padding-top: 25px
}

.valid_date_area_one {
    padding-right: 40px
}

.valid_date_area_one h5 {
    font-weight: 500;
    padding-bottom: 5px
}

.tour_package_details_bar_list {
    padding-top: 20px
}

.tour_package_details_bar_list h5 {
    font-weight: 500;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    display: inline-block
}

.tour_package_details_bar_list ul li {
    padding-top: 15px;
    color: var(--paragraph-color);
    display: flex;
    align-items: center
}

.tour_package_details_bar_list ul li i {
    color: var(--black-color);
    font-size: 6px;
    padding-right: 7px
}

.tour_package_details_bar_price {
    padding-top: 20px
}

.tour_package_details_bar_price h5 {
    font-weight: 500;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    display: inline-block
}

.tour_package_bar_price {
    display: flex;
    align-items: center;
    padding-top: 15px
}

.tour_package_bar_price h6 {
    font-size: 16px;
    font-weight: 500
}

.tour_package_bar_price h3 {
    padding-left: 10px;
    font-size: 22px;
    font-weight: 500;
    color: var(--main-color)
}

.tour_package_bar_price h3 sub {
    color: var(--paragraph-color);
    font-weight: 400;
    bottom: 0;
    font-size: 14px
}

.tour_select_offer_bar_bottom button {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select_offer_modal.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
    z-index: 999999
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.travel_date_side .form-control {
    border: 1px solid var(--black-color);
    margin-top: 10px
}

.select_person_side {
    padding-top: 25px
}

.select_person_side h3 {
    font-size: 18px;
    font-weight: 500
}

.select_person_item {
    padding-top: 20px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.select_person_left h6 {
    font-size: 16px;
    font-weight: 500
}

.select_person_left p {
    font-size: 12px;
    font-weight: 500
}

.select_person_right button {
    border: 1px solid #d6d6d6;
    background: 0 0;
    font-size: 10px;
    transition: var(--transition)
}

.select_person_right button:hover {
    background: var(--main-color);
    color: var(--white-color)
}

.select_person_right span {
    font-size: 14px;
    padding: 0 4px
}

.write_spical_not {
    padding-top: 30px
}

.write_spical_not textarea {
    height: 100%;
    border: 1px solid var(--black-color);
    margin-top: 10px
}

.write_spical_check {
    padding-top: 10px
}

.main_spical_check p {
    font-size: 14px
}

.main_spical_check p span {
    color: var(--main-color)
}

.proceed_booking_btn a {
    border-radius: 0
}

.tour_details_heading_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.tour_details_top_heading h5 {
    padding-top: 15px;
    font-size: 16px
}

.tour_details_top_heading_right h4 {
    color: var(--main-color)
}

.tour_details_top_heading_right h6 {
    font-size: 16px;
    color: var(--main-color);
    padding-top: 5px
}

.tour_details_top_heading_right p {
    padding-top: 2px;
    font-size: 14px
}

.tour_details_top_bottom {
    margin-top: 25px;
    border-top: 1px solid #eeeaea;
    padding-top: 13px;
    border-bottom: 1px solid #eeeaea;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between
}

.toru_details_top_bottom_item {
    display: flex;
    align-items: center
}

.tour_details_top_bottom_icon {
    font-size: 30px;
    padding-right: 10px
}

.tour_details_top_bottom_text h5 {
    font-weight: 500
}

.tour_details_top_bottom_text p {
    font-size: 14px
}

.tour_details_img_wrapper {
    margin-top: 40px;
    display: block
}

.tour_details_img_wrapper .slider-nav {
    margin-top: 20px
}

.tour_details_boxed {
    background: #fff;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 30px
}

.heading_theme {
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px
}

.tour_details_boxed_inner p {
    padding-bottom: 15px
}

.tour_details_boxed_inner ul li {
    padding-bottom: 15px;
    color: var(--paragraph-color);
    display: flex
}

.tour_details_boxed_inner ul li i {
    color: var(--black-color);
    font-size: 6px;
    padding-right: 7px;
    padding-top: 6px
}

.tour_details_boxed_inner .accordion-button {
    padding: 0;
    font-weight: 600;
    font-size: 18px
}

.tour_details_boxed_inner .accordion-item {
    border: none;
    border-radius: 0;
    padding-bottom: 15px;
    width: 100%
}

.tour_details_boxed_inner .accordion-button:not(.collapsed) {
    color: var(--main-color);
    background-color: #fff;
    box-shadow: none
}

.tour_details_boxed_inner .accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none
}

.tour_details_boxed_inner .accordion-body {
    padding: 0
}

.accordion_itinerary_list {
    padding-top: 15px
}

.accordion_flex_area {
    display: flex
}

.accordion_left_side h5 {
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #4c82ff24;
    margin-right: 15px;
    font-weight: 600;
    font-size: 18px
}

.map_area {
    width: 100%
}

.map_area iframe {
    width: 100%;
    height: 300px
}

.tour_detail_right_sidebar {
    margin-bottom: 30px
}

.write_your_review_wrapper {
    background: #fff;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 50px
}

.write_review_inner_boxed {
    text-align: center;
    padding-top: 20px
}

.all_review_wrapper {
    margin-top: 60px
}

.all_review_box {
    background: #fff;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, .08), 4px 8px 16px rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 20px 20px;
    position: relative;
    margin-top: 65px
}

.all_review_date_area {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.all_review_date h5 {
    font-size: 16px
}

.all_review_star {
    text-align: center
}

.all_review_star h5 {
    font-size: 16px
}

.review_star_all i {
    font-size: 14px;
    color: var(--main-color)
}

.all_review_text {
    text-align: center;
    margin-top: -100px
}

.all_review_text img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.all_review_text span {
    padding-top: 5px;
    display: block
}

.all_review_text h4 {
    padding-top: 20px
}

.all_review_text p {
    padding-top: 15px
}

.all_review_small_img {
    display: flex;
    align-items: center;
    padding-top: 30px
}

.all_review_small_img_item {
    padding-right: 11px
}

.all_review_small_img .all_review_small_img_item:last-child {
    padding-right: 0
}

.all_review_small_img_item h5 {
    color: var(--main-color);
    cursor: pointer;
    font-size: 22px;
    font-weight: 600
}

.payment_toggle {
    display: none
}

#payment_checked .form-check-label {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 13px;
    cursor: pointer
}

.cash_payment,
.payment_card,
.payoneer_payment,
.paypal_payment {
    padding-top: 15px
}

.payment_card .form-group {
    margin-bottom: 30px;
    cursor: pointer
}

#payment_checked .form-check:last-child .form-check-label {
    margin-bottom: 0
}

.top_destinations_box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px
}

.top_destinations_box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    width: 100%
}

.top_destinations_box_content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px
}

.top_destinations_box_content h4 a {
    color: var(--white-color)
}

.top_destinations_box_content h4 a:hover {
    color: var(--main-color)
}

.top_destinations_box_content p {
    padding: 6px 0;
    font-size: 14px;
    color: var(--white-color)
}

.top_destinations_box_content p .review_rating {
    color: var(--white-color)
}

.top_destinations_box_content p .review_count {
    margin-left: 10px
}

.top_destinations_box_content h3 {
    font-weight: 500;
    color: var(--white-color)
}

.top_destinations_box_content h3 span {
    font-weight: 400;
    font-size: 14px
}

.heart_destinations {
    right: 17px;
    position: absolute;
    top: 12px;
    cursor: pointer;
    z-index: 9
}

.heart_destinations i {
    color: var(--white-color);
    font-size: 24px
}

.heart_destinations i:hover {
    color: var(--main-color)
}

.edit_date_form .form-control {
    border: 1px solid var(--black-color);
    margin-top: 10px
}

.edit_date_form {
    padding-top: 20px
}

.select_person_right h6 {
    font-size: 16px;
    font-weight: 500
}

.edit_person {
    text-align: right;
    padding-top: 15px
}

.edit_person p {
    color: var(--main-color);
    cursor: pointer
}

.form-control {
    border: 1px solid #ddd;
    padding: 10px 22px;
    font-size: 16px
}

.form-control:focus {
    color: var(--heading-color);
    background-color: #fff;
    border: 2px solid var(--main-color);
    outline: 0;
    box-shadow: none
}

.tour_booking_form_box {
    background: #fff;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 20px 20px 20px
}

#tour_bookking_form_item .form-group {
    margin-bottom: 30px
}

#tour_bookking_form_item {
    padding-top: 25px
}

.booking_tour_form {
    margin-bottom: 30px
}

.booking_tour_form .add-action-btn {
    text-align: right
}

.booking_tour_form_submit a {
    margin-top: 15px
}

.coupon_code_area_booking {
    padding-top: 30px
}

.coupon_code_submit {
    padding-top: 20px
}

.tour_booking_amount_area ul {
    padding-top: 15px
}

.tour_booking_amount_area ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 16px
}

.tour_booking_amount_area ul li:last-child {
    border-bottom: 1px solid #dadada
}

.tour_bokking_subtotal_area {
    padding-top: 15px
}

.tour_bokking_subtotal_area h6 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding-left: 105px
}

.coupon_add_area {
    padding-top: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px
}

.coupon_add_area h6 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between
}

.remove_coupon_tour {
    font-size: 14px;
    font-style: italic;
    font-weight: 400 !important;
    color: var(--main-color);
    cursor: pointer
}

.total_subtotal_booking {
    padding-top: 15px
}

.booking_btn .pay-btn {
    width: 100% !important;
    margin-top: 30px
}

.total_subtotal_booking h6 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between
}

#about_us_top {
    background-color: #dbf9ef
}

.about_us_left h5 {
    font-size: 22px;
    font-weight: 500
}

.about_us_left h2 {
    font-size: 40px;
    line-height: 55px;
    padding-top: 20px
}

.about_us_left p {
    padding-top: 15px
}

.about_us_left a {
    margin-top: 25px
}

.about_offer_banner img {
    width: 100%;
    height: 100%
}

.about_offer_banner {
    position: relative
}

.about_offer_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.about_offer_text h3 {
    font-weight: 500;
    color: var(--white-color)
}

.about_offer_text h3 span {
    color: var(--main-color)
}

.about_offer_text h2 {
    color: var(--white-color);
    padding: 15px 0
}

.about_offer_text a {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color)
}

.about_offer_text a:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color)
}

.about_service_boxed {
    background: #fff;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, .06), 8px 10px 20px rgba(0, 0, 0, .06);
    border-radius: 12px;
    padding: 18px 18px
}

.about_service_boxed h5 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px
}

.about_service_boxed p {
    padding-top: 10px
}

.about_offer_banner {
    height: 400px
}

#consultation_area {
    background-image: url(../img/common/counter_bg.png);
    padding: 150px 0 220px 0;
    background-repeat: no-repeat;
    background-size: cover
}

.consultation_area_text {
    text-align: center
}

.consultation_area_text h2 {
    color: var(--white-color)
}

.consultation_area_text p {
    color: var(--white-color);
    padding-top: 20px
}

.counter_area_wrapper {
    background: #fff;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, .06), 8px 10px 20px rgba(0, 0, 0, .06);
    border-radius: 12px
}

.counter_item {
    text-align: center;
    border-right: 1px solid #e9e9e9;
    padding: 35px 0
}

.counter_item h3 {
    font-size: 35px;
    font-weight: 500;
    color: var(--main-color);
    padding-top: 6px;
    letter-spacing: 2px
}

.counter_item h6 {
    font-weight: 500;
    font-size: 16px;
    padding-top: 2px
}

#counter_area {
    margin-top: -100px
}

.guide_heading_area {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-bottom: 30px
}

.guide_heading_area h3 {
    font-weight: 400;
    color: var(--main-color)
}

.tour_guides_boxed {
    position: relative;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.tour_guides_boxed img {
    width: 100%
}

.tour_guide_content {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, .1);
    padding: 10px 10px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: var(--transition);
    opacity: 0;
    transform: translateY(100px)
}

.tour_guides_boxed:hover .tour_guide_content {
    opacity: 1;
    transform: translateY(0)
}

.tour_guide_content h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color)
}

.tour_guide_content p {
    padding-top: 1px;
    font-size: 14px;
    font-weight: 500
}

.tour_guide_content ul {
    margin-bottom: 10px;
    margin-top: -25px
}

.tour_guide_content li {
    display: inline-flex;
    background: #fff;
    width: 30px;
    text-align: center;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, .08);
    transition: var(--transition);
    color: var(--main-color);
    margin-left: 8px
}

.tour_guide_content li:first-child {
    margin-left: 0
}

.tour_guide_content li:hover {
    background: var(--main-color)
}

.tour_guide_content li:hover a {
    color: var(--white-color)
}

.faqs_item_wrapper h3 {
    font-weight: 500;
    font-size: 28px
}

.faqs_main_item .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 30px
}

.faqs_main_item .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: var(--black-color);
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-weight: 500;
    box-shadow: none
}

.faqs_main_item .accordion-header {
    border: 1px solid #e5e5e5;
    padding: 1rem
}

.faqs_main_item button:focus {
    border: none
}

.faqs_item_wrapper {
    padding-top: 50px
}

.faqs_call_area {
    background: var(--main-color);
    text-align: center;
    padding: 90px 30px;
    border-radius: 10px
}

.faqs_call_area h5 {
    color: var(--white-color);
    padding-top: 20px
}

.faqs_call_area h3 a {
    color: var(--white-color)
}

.faqs_call_area h3 a:hover {
    color: var(--black-color)
}

.faqs_call_area h3 {
    padding-top: 20px;
    font-size: 30px;
    font-weight: 500
}

.meal-selector input[type=radio] {
    display: none
}

.meal-selector input[type=radio]:not(:disabled)~label {
    cursor: pointer
}

.meal-selector input[type=radio]:disabled~label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed
}

.meal-selector label {
    height: 100%;
    display: block;
    background: #fff;
    border: 2px solid #20df80;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative
}

.meal-selector h2 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.meal-box-w {
    margin-top: 20px
}

.meal-selector input[type=radio]:checked+label {
    background: #1fba71;
    color: #fff
}

.meal-selector input[type=radio]:checked+label::after {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 2px solid #1dc973;
    content: "";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #fff
}

@media only screen and (min-width:601px) {
    .timepicker-modal {
        max-width: 600px
    }

    .timepicker-container.modal-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .timepicker-text-container {
        top: 32%
    }

    .timepicker-display-am-pm {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 1.2rem
    }
}

.seat-number {
    color: #000;
    font-size: 10px;
    line-height: 10px
}

.gt-seat-business svg path {
    color: #e8453f !important;
    fill: #e8453f !important
}

.gt-seat-standard svg path {
    color: #3cb2e4 !important;
    fill: #3cb2e4 !important
}

.seatnot-available svg path {
    fill: #ddd !important
}

.gt-seat-business.seat-selected>svg path {
    fill: #1fba71 !important
}

.gt-seat-standard.seat-selected>svg path {
    fill: #1fba71 !important
}

.left {
    display: flex;
    float: left !important;
    gap: 10px
}

.right {
    display: flex;
    float: left !important;
    gap: 10px
}

.seat-available:before {
    color: #e8453f !important
}

.seatnot-available:before {
    color: #c5cccf !important
}

.seat-selected svg path {
    fill: #3cb2e4 !important
}

.gt-seat-eco.seat-extra-legroom svg path {
    fill: #e8453f !important
}

.gt-seat-eco.standard-seat svg path {
    fill: #3cb2e4 !important
}

.seat-available svg path {
    fill: #434343 !important
}

.seat-sbl:before {
    color: #e8453f !important
}

.seat-bl:before {
    color: #ffa200 !important
}

.seat-ec:before {
    color: #3cb2e4 !important
}

.bookyour-seat {
    background-color: #eee;
    display: inline-block;
    width: 100%;
    padding: 30px;
    margin-bottom: 10px;
    border: 1px solid #ddd
}

@media (max-width:768px) {
    .bookyour-seat {
        padding: 10px
    }
}

.bookyour-seat header {
    margin-bottom: 30px;
    text-align: left;
    display: block
}

@media (min-width:992px) {
    .bookyour-seat header {
        text-align: left
    }
}

@media (min-width:1440px) {
    .bookyour-seat header {
        margin-bottom: 2e0px
    }
}

.bookyour-seat header h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0
}

.bookyour-seat header h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0
}

.bookyour-seat header span {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #767676;
    line-height: 20px;
    display: block
}

.bookyour-seat .seat-info {
    display: flex;
    flex-direction: column
}

@media (min-width:480px) {
    .bookyour-seat .seat-info {
        justify-content: space-around;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .bookyour-seat .seat-info {
        justify-content: space-between
    }
}

@media (min-width:480px) {
    .bookyour-seat .seat-info ul {
        width: 48%
    }
}

@media (min-width:768px) {
    .bookyour-seat .seat-info ul {
        width: 45%
    }
}

@media (min-width:1200px) {
    .bookyour-seat .seat-info ul {
        width: auto
    }
}

.bookyour-seat .seat-info .chk-available li {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #868686;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 100%
}

@media (min-width:480px) {
    .bookyour-seat .seat-info .chk-available li {
        margin-bottom: 15px;
        flex-direction: row-reverse
    }
}

@media (min-width:768px) {
    .bookyour-seat .seat-info .chk-available li {
        margin-bottom: 20px;
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .seat-info .chk-available li {
        flex-direction: row;
        margin-bottom: 30px;
        font-size: 15px
    }
}

.bookyour-seat .seat-info .chk-available li i {
    font-size: 32px;
    margin-left: 0;
    margin-right: 15px;
    width: 35px
}

@media (min-width:480px) {
    .bookyour-seat .seat-info .chk-available li i {
        margin-left: 20px;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .bookyour-seat .seat-info .chk-available li i {
        font-size: 38px;
        margin-left: 20px;
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .bookyour-seat .seat-info .chk-available li i {
        font-size: 42px;
        margin-right: 20px;
        margin-left: 0
    }
}

.bookyour-seat .seat-info .seat-type li {
    display: flex;
    align-items: center;
    color: #868686;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 10px
}

@media (min-width:480px) {
    .bookyour-seat .seat-info .seat-type li {
        margin-bottom: 15px
    }
}

@media (min-width:768px) {
    .bookyour-seat .seat-info .seat-type li {
        margin-bottom: 20px;
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .seat-info .seat-type li {
        margin-bottom: 30px;
        font-size: 15px
    }
}

.bookyour-seat .seat-info .seat-type li:last-child {
    margin-bottom: 0
}

.bookyour-seat .seat-info .seat-type li i {
    font-size: 32px;
    margin-right: 20px;
    width: 35px
}

@media (min-width:768px) {
    .bookyour-seat .seat-info .seat-type li i {
        font-size: 38px;
        margin-right: 20px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .seat-info .seat-type li i {
        font-size: 42px;
        margin-right: 20px
    }
}

.bookyour-seat .chooseyourseat {
    display: inline-block;
    margin-top: -200px;
    width: 100%;
    min-height: 100%;
    height: 850px;
    overflow-y: scroll;
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    overflow-x: hidden;
    text-align: center;
    position: relative;
    z-index: 9
}

.bookyour-seat .chooseyourseat .flight-body {
    z-index: -1;
    top: -30px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center
}

@media (min-width:480px) {
    .bookyour-seat .chooseyourseat .flight-body {
        top: 0
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .flight-body {
        left: -90px;
        margin: auto;
        width: 1000px
    }
}

@media (min-width:1440px) {
    .bookyour-seat .chooseyourseat .flight-body {
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }
}

.bookyour-seat .chooseyourseat .flight-body img {
    z-index: -1;
    width: auto;
    max-width: 95%;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width:480px) {
    .bookyour-seat .chooseyourseat .flight-body img {
        width: auto;
        max-height: 1050px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .flight-body img {
        width: 340px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .flight-body img {
        width: 291px;
        max-width: 100%
    }
}

.bookyour-seat .chooseyourseat .flight-body img:nth-of-type(1) {
    display: none
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .flight-body img:nth-of-type(1) {
        display: inline-block
    }
}

.bookyour-seat .chooseyourseat .flight-body img:nth-of-type(2) {
    display: inline-block
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .flight-body img:nth-of-type(2) {
        display: none
    }
}

.bookyour-seat .chooseyourseat .seating-area {
    width: 160px;
    position: static;
    margin: auto;
    margin-top: 130px;
    padding: 10px
}

.bookyour-seat .chooseyourseat .seating-area {
    width: 280px;
    margin: auto;
    top: 135px;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: var(--shadow-2)
}

.bookyour-seat .chooseyourseat .seating-area ul {
    display: flex;
    flex-direction: column;
    width: 100%
}

.bookyour-seat .chooseyourseat .seating-area ul li {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

@media (min-width:360px) {
    .bookyour-seat .chooseyourseat .seating-area ul li {
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area ul li {
        margin-bottom: 12px
    }
}

.bookyour-seat .chooseyourseat .seating-area ul li:last-child {
    margin-bottom: 0
}

.bookyour-seat .chooseyourseat .seating-area ul li span {
    cursor: pointer
}

.bookyour-seat .chooseyourseat .seating-area ul li span.selected:before {
    color: red
}

.bookyour-seat .chooseyourseat .seating-area ul .row-pointer {
    position: relative;
    display: inline-block;
    margin: auto;
    top: 0;
    bottom: 10px;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 10px
}

@media (min-width:360px) {
    .bookyour-seat .chooseyourseat .seating-area ul .row-pointer {
        margin-bottom: 15px
    }
}

@media (min-width:480px) {
    .bookyour-seat .chooseyourseat .seating-area ul .row-pointer {
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .seating-area ul .row-pointer {
        width: 200px !important
    }
}

.bookyour-seat .chooseyourseat .seating-area ul .row-pointer:before {
    height: 12px;
    width: 12px;
    border-radius: 30px;
    position: absolute;
    background-color: #000;
    top: 4px
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area ul .row-pointer:before {
        content: ""
    }
}

.bookyour-seat .chooseyourseat .seating-area ul .row-pointer:after {
    height: 1px;
    width: 40px;
    position: absolute;
    background-color: #000;
    top: 9px
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area ul .row-pointer:after {
        content: "";
        left: -70px
    }
}

@media (min-width:992px) {
    .bookyour-seat .chooseyourseat .seating-area ul .row-pointer:after {
        width: 50px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .seating-area ul .row-pointer:after {
        width: 80px;
        left: -100px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-sbc li span {
    font-size: 24px
}

@media (min-width:480px) {
    .bookyour-seat .chooseyourseat .seating-area .area-sbc li span {
        font-size: 40px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-sbc li:first-child {
    padding-left: 3px;
    padding-right: 3px
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area .area-sbc .row-pointer {
        left: 290px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .seating-area .area-sbc .row-pointer {
        left: 330px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-sbc .row-pointer:before {
    background-color: #e8453f
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area .area-sbc .row-pointer:before {
        left: -70px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .seating-area .area-sbc .row-pointer:before {
        left: -109px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-sbc .row-pointer:after {
    background-color: #e8453f
}

.bookyour-seat .chooseyourseat .seating-area .area-bc {
    margin-bottom: 15px
}

@media (min-width:360px) {
    .bookyour-seat .chooseyourseat .seating-area .area-bc {
        margin-bottom: 20px
    }
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area .area-bc {
        margin-bottom: 50px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-bc li span {
    font-size: 24px
}

@media (min-width:480px) {
    .bookyour-seat .chooseyourseat .seating-area .area-bc li span {
        font-size: 40px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-bc li span:before {
    color: #ffa200
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area .area-bc .row-pointer {
        left: 295px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .seating-area .area-bc .row-pointer {
        left: 330px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-bc .row-pointer:before {
    background-color: #ffa200
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area .area-bc .row-pointer:before {
        left: -70px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .seating-area .area-bc .row-pointer:before {
        left: -105px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-bc .row-pointer:after {
    background-color: #ffa200
}

.bookyour-seat .chooseyourseat .seating-area .area-ec {
    padding: 0 10px
}

.bookyour-seat .chooseyourseat .seating-area .area-ec li {
    margin-bottom: 5px
}

@media (min-width:360px) {
    .bookyour-seat .chooseyourseat .seating-area .area-ec li {
        margin-bottom: 10px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-ec li span {
    font-size: 24px
}

@media (min-width:480px) {
    .bookyour-seat .chooseyourseat .seating-area .area-ec li span {
        font-size: 44px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-ec li:nth-last-of-type(3) {
    padding-left: 3px;
    padding-right: 3px
}

.bookyour-seat .chooseyourseat .seating-area .area-ec li:nth-last-of-type(2) {
    padding-left: 4px;
    padding-right: 4px
}

.bookyour-seat .chooseyourseat .seating-area .area-ec li:nth-last-of-type(1) {
    padding-left: 5px;
    padding-right: 5px
}

.bookyour-seat .chooseyourseat .seating-area .area-ec .row-pointer {
    bottom: auto
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area .area-ec .row-pointer {
        left: 290px;
        top: 20px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .seating-area .area-ec .row-pointer {
        left: 330px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-ec .row-pointer:before {
    background-color: #3cb2e4
}

@media (min-width:768px) {
    .bookyour-seat .chooseyourseat .seating-area .area-ec .row-pointer:before {
        left: -70px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .chooseyourseat .seating-area .area-ec .row-pointer:before {
        left: -105px
    }
}

.bookyour-seat .chooseyourseat .seating-area .area-ec .row-pointer:after {
    background-color: #3cb2e4
}

.bookyour-seat .exp-and-photos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-top: 40px
}

@media (min-width:576px) {
    .bookyour-seat .exp-and-photos {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .bookyour-seat .exp-and-photos {
        flex-direction: row;
        margin-top: -320px;
        margin-bottom: 160px
    }
}

@media (min-width:1440px) {
    .bookyour-seat .exp-and-photos {
        margin-top: -300px;
        margin-bottom: 200px
    }
}

.bookyour-seat .exp-and-photos .exp-title {
    font-size: 18px;
    line-height: 24px;
    color: #9c9c9c;
    font-weight: 500;
    max-width: 255px;
    text-align: center
}

@media (min-width:480px) {
    .bookyour-seat .exp-and-photos .exp-title {
        font-size: 22px;
        line-height: 26px
    }
}

@media (min-width:768px) {
    .bookyour-seat .exp-and-photos .exp-title {
        font-size: 24px;
        line-height: 30px
    }
}

.bookyour-seat .exp-and-photos .exp-title span {
    color: #111d59;
    display: inline-block;
    font-weight: 400
}

.bookyour-seat .exp-and-photos .flights-photos {
    display: flex;
    flex-direction: row
}

.bookyour-seat .exp-and-photos .flights-photos li {
    text-align: center;
    margin: 10px
}

.bookyour-seat .exp-and-photos .flights-photos li img {
    width: 80px;
    border-radius: 50%
}

@media (min-width:480px) {
    .bookyour-seat .exp-and-photos .flights-photos li img {
        height: 80px
    }
}

@media (min-width:1200px) {
    .bookyour-seat .exp-and-photos .flights-photos li img {
        width: 80px
    }
}

@media (min-width:1440px) {
    .bookyour-seat .exp-and-photos .flights-photos li img {
        height: 110px;
        width: 110px
    }
}

.bookyour-seat .exp-and-photos .flights-photos li span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #676767;
    text-transform: capitalize
}

@media (min-width:480px) {
    .bookyour-seat .exp-and-photos .flights-photos li span {
        margin-top: 10px
    }
}

@media (min-width:768px) {
    .bookyour-seat .exp-and-photos .flights-photos li span {
        margin-top: 15px
    }
}

.bookyour-seat footer {
    margin: 0;
    padding: 0;
    background: 0 0;
    text-align: center
}

.bookyour-seat footer h4 {
    color: #111d59;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0
}

@media (min-width:480px) {
    .bookyour-seat footer h4 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 15px
    }
}

@media (min-width:768px) {
    .bookyour-seat footer h4 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .bookyour-seat footer h4 {
        font-size: 30px;
        line-height: 30px
    }
}

.bookyour-seat footer span {
    color: #34363f;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 30px
}

@media (min-width:480px) {
    .bookyour-seat footer span {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .bookyour-seat footer span {
        margin-bottom: 50px
    }
}

@media (min-width:1200px) {
    .bookyour-seat footer span {
        margin-bottom: 60px
    }
}

.bookyour-seat footer p {
    color: #afafaf;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px
}

.bookyour-seat footer .seat-dtls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    align-items: center
}

@media (min-width:768px) {
    .bookyour-seat footer .seat-dtls {
        margin-bottom: 50px;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .bookyour-seat footer .seat-dtls {
        margin-bottom: 60px
    }
}

.bookyour-seat footer .seat-dtls li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .bookyour-seat footer .seat-dtls li {
        margin-right: 25px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .bookyour-seat footer .seat-dtls li {
        margin-right: 35px
    }
}

.bookyour-seat footer .seat-dtls li i {
    margin-right: 20px;
    font-size: 30px
}

@media (min-width:768px) {
    .bookyour-seat footer .seat-dtls li i {
        font-size: 36px;
        margin-right: 15px
    }
}

@media (min-width:1200px) {
    .bookyour-seat footer .seat-dtls li i {
        font-size: 42px;
        margin-right: 20px
    }
}

.bookyour-seat footer .seat-dtls li .gt-seat-eco {
    font-size: 36px
}

@media (min-width:768px) {
    .bookyour-seat footer .seat-dtls li .gt-seat-eco {
        font-size: 42px
    }
}

@media (min-width:1200px) {
    .bookyour-seat footer .seat-dtls li .gt-seat-eco {
        font-size: 62px
    }
}

.bookyour-seat footer .seat-dtls li:last-child {
    margin-right: 0
}

.contact_boxed {
    box-shadow: -4px -5px 14px rgba(0, 0, 0, .08), 5px 8px 16px rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center
}

.contact_boxed h6 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px
}

.contact_boxed h3 {
    padding-bottom: 20px;
    font-weight: 500
}

.contact_boxed p {
    padding-bottom: 15px
}

.contact_boxed a {
    font-weight: 600
}

.phone_tuch_area {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    padding-top: 35px
}

.phone_tuch_area h3 {
    font-weight: 500;
    font-size: 30px
}

.contact_main_form_area {
    padding-top: 100px
}

.contact_form {
    background: #fff;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, .08), 4px 8px 16px rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 35px 35px;
    margin-top: 20px
}

#contact_form_content .form-control {
    margin-bottom: 30px
}

#contact_form_content textarea {
    height: 100%
}

.map_modal_content {
    text-align: center;
    padding: 80px 25px 25px 25px
}

.news_area_top_right h2 {
    line-height: 45px;
    font-size: 30px
}

.news_area_top_right h2 a {
    color: var(--black-color)
}

.news_area_top_right h2 a:hover {
    color: var(--main-color)
}

.news_area_top_right p {
    padding-top: 15px;
    padding-bottom: 15px
}

.news_area_top_right a {
    font-weight: 500
}

.news_area_top_right a i {
    padding-left: 4px
}

.news_author_area {
    display: flex;
    padding-top: 20px
}

.news_author_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden
}

.news_author_img img {
    width: 100%
}

.news_author_area_name {
    padding-left: 15px
}

.news_author_area_name p {
    padding: 4px 0 0 0;
    font-size: 14px;
    display: flex;
    align-items: center
}

.news_author_area_name p i {
    font-size: 6px;
    padding: 0 8px
}

.new_main_news_box {
    border-top: 1px solid #dbdbdb;
    margin-top: 50px
}

.news_item_boxed {
    margin-top: 45px
}

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

.news_item_img img {
    width: 100%
}

.news_item_content {
    padding: 25px 5px 0 0
}

.news_item_content h3 {
    font-weight: 500;
    line-height: 35px
}

.news_item_content h3 a {
    color: var(--black-color)
}

.news_item_content h3 a:hover {
    color: var(--main-color)
}

.news_item_content p {
    padding-top: 13px
}

.news_two_content {
    padding: 15px 0 0 0
}

.news_two_content h2 {
    line-height: 56px
}

.news_two_content h2 a {
    color: var(--black-color)
}

.news_two_content h2 a:hover {
    color: var(--main-color)
}

.news_two_author {
    display: flex;
    align-items: center
}

.news_two_author p {
    padding: 0 0 0 15px
}

.news_sidebar_search {
    padding-top: 25px
}

.news_sidebar_heading {
    border-bottom: 1px solid #d1d1d18a
}

.news_sidebar_heading h3 {
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-flex;
    position: relative
}

.news_sidebar_heading h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    left: 0;
    bottom: -1px
}

.news_sidebar_content {
    padding-bottom: 50px
}

.news_sidebar_search form .form-group {
    position: relative
}

.news_sidebar_search form input {
    padding: 0 50px 0 20px;
    border-radius: 15px
}

.news_sidebar_search form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.news_sidebar_content_inner {
    padding-top: 25px
}

.news_sidebar_category li a {
    background-color: #f3f6fd;
    margin-bottom: 10px;
    display: block;
    padding: 14px 20px;
    color: var(--black-color);
    font-weight: 400;
    font-family: Manrope, sans-serif;
    transition: var(--transition);
    border-radius: 12px;
    border-left: 5px solid var(--main-color)
}

.news_sidebar_category li a:hover {
    color: var(--main-color);
    transform: translateX(10px)
}

.news_sidebar_tags li {
    display: inline-flex;
    margin-bottom: 15px;
    margin-right: 10px
}

.news_sidebar_tags li a {
    background-color: #f3f6fd;
    padding: 10px 22px;
    color: var(--heading-color);
    font-family: Manrope, sans-serif;
    transition: var(--transition);
    border-radius: 10px
}

.news_sidebar_tags li a:hover {
    background-color: var(--main-color);
    color: var(--white-color)
}

.sidebar_advasting_area a img {
    width: 100%
}

.news_two_card .news_item_boxed {
    margin-top: 0;
    margin-bottom: 40px
}

.news_tabs_boxed .news_item_boxed {
    margin-bottom: 30px;
    margin-top: 0
}

.news_details_content_area h2 {
    padding-top: 30px;
    line-height: 54px
}

.news_details_content_area p {
    padding-top: 20px
}

.news_details_content_area h3 {
    padding-top: 20px;
    font-weight: 500
}

.news_details_content_area ul li {
    padding-top: 13px
}

.news_details_content_area ul li i {
    font-size: 10px;
    padding-right: 7px;
    color: var(--main-color)
}

.news_details_left_img {
    padding-top: 30px
}

.download_pdf_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eef4f8;
    padding: 20px 20px;
    border-radius: 12px;
    margin-top: 45px
}

.downloads_pdf_icon {
    display: flex;
    align-items: center
}

.downloads_pdf_icon h3 {
    padding-left: 10px;
    font-weight: 500
}

.comment_area {
    padding-top: 60px
}

.comment_area h3 {
    font-weight: 500;
    margin-bottom: 30px
}

.comment_area_boxed {
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px
}

.comment_area .comment_area_boxed:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
}

.comment_img {
    width: 17%
}

.comment_author_name {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px
}

.comment_text {
    padding-left: 20px
}

.comment_area_form {
    padding-top: 60px
}

.comment_area_form h3 {
    font-weight: 500;
    margin-bottom: 30px
}

textarea {
    height: 100% !important
}

#news_comment_form .form-froup {
    margin-bottom: 30px
}

.news_details_right_item {
    background: #fff;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, .08), 8px 10px 24px rgba(0, 0, 0, .08);
    border-radius: 6px;
    padding: 30px 20px;
    margin-bottom: 30px
}

.news_details_right_item h3 {
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

.recent_news_item {
    display: flex;
    padding-top: 25px
}

.recent_news_img {
    width: 35%
}

.recent_news_text {
    padding-left: 10px
}

.recent_news_text h5 {
    font-weight: 500;
    line-height: 26px
}

.recent_news_text h5 a {
    color: var(--black-color)
}

.recent_news_text h5 a:hover {
    color: var(--main-color)
}

.recent_news_text p {
    padding-top: 0;
    font-size: 14px;
    display: flex;
    align-items: center
}

.recent_news_text p i {
    font-size: 6px;
    margin: 0 7px;
    color: var(--main-color)
}

.news_tags_area {
    padding-top: 10px
}

.news_tags_area ul li {
    display: inline-flex;
    margin-right: 10px;
    margin-top: 15px
}

.news_tags_area ul li a {
    background: #ddd;
    padding: 7px 15px;
    color: var(--black-color);
    font-weight: 400;
    transition: var(--transition)
}

.news_tags_area ul li a:hover {
    background: var(--main-color);
    color: var(--white-color)
}

.news_tags_area ul li a.active {
    background: var(--main-color);
    color: var(--white-color)
}

.share_icon_area li:first-child {
    margin-left: 0
}

.share_icon_area {
    padding-top: 30px
}

.share_icon_area li {
    display: inline-flex;
    background: #fff;
    width: 40px;
    text-align: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 4px 6px 20px rgb(0 0 0 / 8%);
    transition: var(--transition);
    color: var(--main-color);
    margin-left: 15px
}

.share_icon_area li:hover {
    background: var(--main-color)
}

.share_icon_area li:hover a {
    color: var(--white-color)
}

.dashboard_sidebar {
    background: #fff;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, .08);
    border-radius: 12px
}

.dashboard_sidebar_user {
    text-align: center;
    padding: 30px 20px;
    background: #f3f6fd
}

.dashboard_sidebar_user img {
    width: 110px;
    height: 110px;
    border-radius: 50%
}

.dashboard_sidebar_user h3 {
    padding-top: 20px;
    font-weight: 500
}

.dashboard_sidebar_user p {
    line-height: 17px;
    padding-top: 10px
}

.dashboard_sidebar_user p a {
    color: var(--paragraph-color)
}

.dashboard_sidebar_user p a:hover {
    color: var(--main-color)
}

.dashboard_menu_area {
    padding: 40px 20px
}

.dashboard_menu_area ul li {
    margin-bottom: 30px;
    font-size: 18px
}

.dashboard_menu_area ul li:last-child {
    margin-bottom: 0
}

.dashboard_menu_area ul li:hover {
    color: var(--main-color);
    cursor: pointer
}

.dashboard_menu_area ul li a {
    color: var(--black-color)
}

.dashboard_menu_area ul li a.active {
    color: var(--main-color)
}

.dashboard_menu_area ul li a:hover {
    color: var(--main-color)
}

.dashboard_menu_area ul li i {
    padding-right: 10px
}

.booing_sidebar_dashboard {
    padding-top: 30px;
    padding-left: 30px
}

.dashboard_dropdown_button {
    position: relative
}

.dashboard_dropdown_button span {
    position: absolute;
    right: 0;
    display: block;
    top: 0
}

.dashboard_top_boxed {
    background: #fff;
    box-shadow: -4px -4px 14px rgba(0, 0, 0, .08), 8px 8px 20px rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 25px 40px;
    display: flex;
    align-items: center
}

.dashboard_main_top {
    margin-bottom: 30px
}

.dashboard_top_icon i {
    font-size: 100px;
    color: var(--paragraph-color)
}

.dashboard_top_text {
    padding-left: 20px
}

.dashboard_top_text h3 {
    padding-bottom: 8px;
    font-weight: 500;
    color: var(--paragraph-color)
}

.dashboard_top_text h1 {
    line-height: 64px;
    font-size: 70px;
    font-weight: 500
}

.dashboard_common_table {
    background: #f3f6fd;
    border-radius: 12px;
    padding: 25px 30px
}

.dashboard_common_table h3 {
    font-weight: 500;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    position: relative
}

.dashboard_common_table h3::after {
    content: "";
    width: 140px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0
}

.table_common_area {
    margin-top: 40px
}

.table_common_area table {
    text-align: center;
    border: 1px solid #d5d5d5
}

.table_common_area thead tr th {
    border: none;
    background: #fff;
    padding: 15px 0
}

.table_common_area tbody tr td {
    padding: 16px 5px
}

.table_common_area tbody tr td.complete {
    color: #4caf50;
    font-weight: 500
}

.table_common_area tbody tr td.cancele {
    color: #c8102e;
    font-weight: 500
}

.table_common_area tbody tr td i {
    cursor: pointer
}

.form_area {
    padding-top: 20px
}

.form_area .form-group {
    margin-bottom: 15px
}

.form_area label {
    margin-bottom: 10px
}

.form_area .change_password_field {
    position: relative
}

.form_area .change_password_field p {
    position: absolute;
    bottom: 14px;
    right: 15px;
    font-size: 12px;
    cursor: pointer;
    color: var(--main-color);
    font-weight: 500
}

.change_password_input_boxed h3 {
    margin-bottom: 30px
}

.notification_top_heading {
    position: relative
}

.notification_top_heading p {
    color: var(--main-color);
    padding-left: 20px;
    position: absolute;
    left: 147px;
    top: 0;
    font-weight: 600;
    font-size: 12px
}

.notification_wrapper {
    padding-top: 30px
}

.notification_wrapper .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 15px
}

.notification_wrapper .accordion-button {
    padding: 4px 25px;
    font-size: 16px;
    background-color: transparent
}

.notification_wrapper .accordion-button.active {
    background: var(--white-color)
}

.notification_wrapper .accordion-button.shows {
    background: var(--white-color)
}

.notification_wrapper .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    background: #fff;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, .08), 5px 8px 16px rgba(0, 0, 0, .08)
}

.notification_wrapper .accordion-button::after {
    display: none
}

.modal {
    z-index: 99999
}

.logout_modal_content {
    text-align: center;
    padding: 80px 0 40px 0
}

.logout_modal_content h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px
}

.logout_approve_button {
    display: flex;
    justify-content: space-between;
    padding: 40px 30px 0 30px
}

.logout_approve_button button {
    width: 46%
}

.btn_border {
    border: 1px solid var(--main-color)
}

.btn_border:hover {
    background: var(--main-color)
}

.wallet_area_boxed {
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px 15px
}

.wallet_area_boxed h4 {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    position: relative
}

.wallet_area_boxed h4::after {
    content: "";
    width: 100px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0
}

.wallet_blance_boxed {
    margin-top: 20px
}

.wallet_blance_boxed p {
    font-size: 14px
}

.wallet_blance_boxed h5 {
    font-weight: 500;
    padding-top: 4px
}

.wallet_boxed_flex {
    display: flex;
    justify-content: space-between
}

.dashboard_price_range {
    padding-top: 30px
}

.main_range_price {
    height: 13px;
    width: 100%;
    background: #66666652;
    border-radius: 40px;
    font-size: 10px;
    line-height: 100%;
    position: relative;
    overflow: hidden
}

.main_range_price::after {
    content: "30%";
    width: 49%;
    background: var(--main-color);
    height: 13px;
    position: absolute;
    border-radius: 30px;
    text-align: right;
    color: #fff;
    padding: 0 22px;
    line-height: 12px
}

.price_range_blance {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.price_range_blance p {
    font-size: 12px;
    font-weight: 600
}

.add_balance_area {
    padding-top: 30px
}

.add_balance_area .input-group-text {
    padding: 0 16px;
    font-size: 20px;
    border: none
}

.add_balance_area .form-control {
    height: 45px
}

.other_add_balance_area {
    text-align: center;
    padding-top: 7px
}

.other_add_bal_button {
    padding-top: 5px;
    padding-bottom: 20px
}

.btn_add_bal {
    border: 1px solid var(--main-color);
    font-size: 14px;
    margin-left: 10px;
    transition: var(--transition)
}

.btn_add_bal:hover {
    background: var(--main-color)
}

.btn_add_bal.active {
    background: var(--main-color);
    color: var(--white-color)
}

.wallet_table_top {
    padding-top: 50px
}

.btn_modal_closed {
    position: absolute;
    right: 20px;
    top: 16px
}

.btn_modal_closed button {
    background: var(--white-color);
    border: 2px solid var(--main-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 23px
}

.btn_modal_closed button:hover {
    background: var(--main-color);
    color: var(--white-color);
    transition: var(--transition)
}

.common_author .modal-content {
    box-shadow: 4px 14px 28px rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 30px 30px;
    position: relative;
    background: rgba(255, 255, 255, .2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, .3)
}

.common_author .modal-title {
    color: #fff
}

.common_author .modal-header .btn-close {
    color: #fff
}

.common_author_boxed {
    padding: 30px 0
}

.common_author_heading {
    text-align: center
}

.common_author_heading h3 {
    font-weight: 400;
    color: var(--paragraph-color)
}

.common_author_heading h2 {
    padding-top: 15px
}

#common_author-forms .modal-body {
    padding: 15px 0
}

.theme_common_author_form_tabbtn .nav-tabs .nav-link {
    margin-bottom: 0;
    color: #2b2540;
    border-radius: 6px;
    border: 1px solid #8b3eea
}

.theme_common_author_form_tabbtn .nav-tabs {
    border-bottom: none
}

.theme_common_author_form_tabbtn .nav-tabs .nav-link {
    background: rgba(255, 255, 255, .55);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    border: none
}

.theme_common_author_form_tabbtn .nav-tabs .nav-link:hover {
    background-color: #1fba71;
    color: #fff
}

.theme_common_author_form_tabbtn .nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--main-color);
    border: none
}

.theme_common_author_form_tabbtn .nav-tabs .nav-item {
    width: 45%;
    margin: 0 10px
}

#main_author_form .form-group {
    margin-bottom: 20px;
    text-align: right
}

#main_author_form .form-group a {
    color: #fff;
    padding-top: 10px;
    display: block
}

#main_author_form .form-group a:hover {
    color: #fff
}

.common_form_submit {
    text-align: center
}

.common_form_submit {
    padding-top: 10px
}

.have_acount_area {
    text-align: center;
    padding-top: 20px
}

.have_acount_area p {
    color: #fff
}

.have_acount_area a {
    color: #fff
}

.other_author_option ul {
    display: flex;
    justify-content: center;
    padding-bottom: 20px
}

.other_author_option ul li {
    padding-left: 10px;
    transition: var(--transition)
}

.other_author_option ul li:hover {
    transform: translateY(-10px)
}

.line_or {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

.line_or span {
    display: block;
    background: #f3f6fd;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    color: var(--black-color);
    font-size: 20px;
    margin: 0 auto -21px auto
}

.otpCont {
    text-align: center;
    display: flex;
    justify-content: center
}

.otSc {
    margin: 0;
    margin-right: 34px;
    border: 1px solid var(--main-color);
    padding: 5px 0;
    font-size: 22px;
    text-align: center;
    width: 7%;
    outline: 0
}

.otSc:last-child {
    margin-right: 0
}

.flight_search_right {
    vertical-align: middle;
    display: grid;
    align-content: center
}

#return_trip .flight_search_items {
    padding: 10px 0 10px 5px
}

#return_trip .flight_multis_area_wrapper {
    padding-top: 10px
}

.flight_search_items {
    margin-bottom: -5px;
    margin-top: 15px;
    padding-left: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    align-items: center;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 74% 24%;
    gap: 2%;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.flight_search_item_wrappper {
    margin-bottom: 10px
}

.flight_logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.flight_search_left {
    display: flex;
    align-items: center
}

.flight_search_middel {
    display: flex;
    align-items: center;
    margin: auto
}

.flight_multis_area_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 120px 1fr 120px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px
}

.flight_search_destination p {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px
}

.flight_search_destination h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.flight_search_destination h3 {
    font-weight: 500;
    padding-top: 5px;
    font-size: 15px
}

.flight_search_destination h6 {
    padding: 5px 0;
    font-size: 12px;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 140px */
}

.flight-details h4 {
    font-weight: 600;
    padding-top: 5px;
    font-size: 18px
}

.flight-details h6 {
    font-weight: 500;
    padding-top: 5px
}

.flight_right_arrow {
    text-align: center
}

.flight_right_arrow img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 1px 4px 12px rgba(0, 0, 0, .1)
}

.flight_right_arrow p {
    font-size: 11px;
    line-height: 18px
}

.flight_right_arrow h6 {
    font-size: 11px;
    font-weight: 700;
    padding-top: 10px
}

.flight_search_right {
    background: #d4f1e7;
    padding: 5px;
    height: 100%;
}

.flight_search_right h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--paragraph-color)
}

.flight_search_right h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #2b6e4f;
    letter-spacing: -.9px
}

.flight_search_right .crc {
    font-size: 10px
}

.flight_search_right h6 {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    background: #a9cf82;
    padding: 8px 10px;
    border-radius: 5px;
    margin-top: 5px
}

.flight_search_right h2 sup {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 600;
    top: -19px;
    padding-left: 5px
}

.flight_search_right a {
    margin-top: 5px
}

.flight_search_right p {
    font-size: 12px;
    padding-top: 2px;
    font-weight: 500;
    color: var(--black-color)
}

.flight_search_right h6 {
    font-size: 13px;
    font-weight: 500;
    padding-top: 7px;
    cursor: pointer;
    line-height: 20px
}

.load_more_flight {
    text-align: center;
    padding-top: 40px
}

.load_more_flight button {
    border: 1px solid var(--main-color)
}

.load_more_flight button:hover {
    background: var(--main-color)
}

.flight_policy_refund {
    border: 1px solid #d7d6d6;
    border-radius: 10px;
    padding: 0 20px;
    margin-top: 10px;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.flight_policy_refund .nav-tabs .nav-link {
    color: #000
}

.flight_policy_refund .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1fba71
}

.airline-details {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.airline-details .img {
    height: 24px;
    width: 24px;
    margin-right: 8px
}

.airline-details .airlineName {
    margin-right: 8px;
    font-size: 11px;
    font-weight: 600
}

.airline-details .flightNumber {
    font-size: .625rem;
    color: #4c4c4c
}

.flight_inner_show_component .flight_det_wrapper {
    display: flex;
    align-items: flex-start;
    width: 185px
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time {
    font-size: 18px
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time .code {
    color: #4c4c4c;
    margin-right: 8px
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time .time {
    font-weight: 600
}

.flight_inner_show_component .flight_det_wrapper .flight_det .airport {
    color: #4c4c4c;
    font-size: .75rem;
    line-height: 16px
}

.flight_inner_show_component .flight_det_wrapper .flight_det .date {
    color: #4c4c4c;
    font-size: .625rem
}

.flight_inner_show_component .flight_duration {
    justify-content: center;
    width: 96px;
    text-align: center;
    align-items: flex-start;
    color: #4c4c4c;
    flex-wrap: wrap;
    line-height: 1
}

.flight_inner_show_component .flight_duration span {
    font-size: .625rem;
    color: #4c4c4c;
    margin-top: 8px;
    font-weight: 500;
    display: inline-block
}

.flight_inner_show_component .arrow_right {
    flex-basis: 88px;
    margin: 4px 1rem 0;
    background-image: url(../img/icon/plane-right-blue.png);
    background-repeat: no-repeat;
    background-position: 50% center;
    text-align: center;
    min-height: 24px;
    min-width: 24px;
    background-size: 24px
}

.flight_inner_show_component {
    display: flex;
    align-items: flex-start;
    position: relative
}

.TabPanelInner p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 16px
}

.TabPanelInner h4 {
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #8b3eea;
    display: inline-block;
    margin-bottom: 12px
}

.flight_show_down_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 25px 0
}

.flight_refund_policy {
    display: flex;
    justify-content: space-between
}

.flex_widht_less {
    width: 68%;
    padding-left: 22px
}

.flight_info_taable h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 4px
}

.fligth_top_search_main_form_wrapper .flight_categories_search {
    position: inherit;
    right: 30px;
    top: 0;
    margin-bottom: 20px
}

.flight_sidebar_right {
    padding-top: 20px;
    display: flex
}

.flight_right_arrow_sidebar {
    text-align: center;
    padding: 0 22px
}

.flight_right_arrow_sidebar img {
    width: 40px
}

.flight_right_arrow_sidebar h6 {
    font-size: 10px
}

.flight_right_arrow_sidebar p {
    font-size: 10px;
    line-height: 13px
}

.flight_search_destination_sidebar p {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color)
}

.flight_search_destination_sidebar h3 {
    font-size: 23px;
    font-weight: 700
}

.flight_search_destination_sidebar h2 {
    font-size: 26px;
    font-weight: 700
}

.flight_search_destination_sidebar h6 {
    font-size: 10px;
    padding-top: 3px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px
}

.flight_search_middel_sidebar {
    display: flex
}

.room_book_item {
    display: flex;
    border: 1px solid #ddd;
    margin-top: 30px
}

.room_booking_heading h3 {
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 335px;
    padding-bottom: 10px
}

.room_booking_heading h3 a {
    color: var(--black-color)
}

.room_booking_heading h3 a:hover {
    color: var(--main-color)
}

.room_fasa_area ul {
    display: flex;
    padding-top: 10px
}

.room_fasa_area ul li {
    padding-right: 20px
}

.room_fasa_area ul li img {
    padding-right: 8px;
    width: 28px
}

.room_person_select {
    padding-left: 35px;
    padding-top: 15px
}

.room_person_select h3 {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
    padding-bottom: 15px
}

.room_booking_right_side {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px 0 25px
}

.room_select_area .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    justify-content: center
}

.room_select_area .nav-tabs .nav-item.show .nav-link,
.room_select_area .nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: #dee2e6 #dee2e6 #fff
}

.room_select_area .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #f3f6fd;
    border: 1px solid transparent;
    border-radius: .25rem;
    padding: 10px 110px
}

.room_details_facilities {
    display: flex;
    justify-content: space-between
}

.tour_details_boxed_inner .room_details_facilities p {
    padding-bottom: 0
}

.booking_success_arae {
    display: flex;
    align-items: center;
    padding: 0 20px
}

.booking_success_text {
    padding-left: 30px
}

.booking_success_text h3 {
    font-weight: 500;
    padding-bottom: 10px
}

.your_info_arae ul li {
    border-bottom: 1px solid #dfdfdf94;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex
}

.your_info_arae ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.name_first {
    width: 40%
}

.last_name {
    font-weight: 600
}

.how_it_boxed {
    text-align: center;
    padding-top: 30px
}

.how_it_boxed h3 {
    padding-top: 30px;
    font-weight: 500
}

.how_it_boxed p {
    padding-top: 10px
}

.video_play_area {
    position: relative
}

.video_play_area img {
    width: 100%
}

.video_play_button {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.video_play_button a {
    color: var(--white-color)
}

.video_play_button a:hover {
    color: var(--main-color)
}

.video_play_button h4 {
    color: var(--white-color);
    padding-top: 35px
}

.video_play_button h2 {
    color: var(--white-color);
    padding-top: 10px;
    font-size: 40px
}

.vendor_form_heading {
    padding-bottom: 30px
}

.vendor_form_heading p {
    padding-top: 10px
}

.vendor_img img {
    width: 100%
}

.terms_item h4 {
    font-weight: 700
}

.terms_item p {
    padding-top: 15px
}

.terms_item {
    padding-top: 30px
}

.terms_item:first-child {
    padding-top: 0
}

.error_content h2 {
    padding-top: 30px
}

.error_content p {
    padding-top: 10px
}

.error_content a {
    margin-top: 30px
}

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: var(--white-color);
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.preloader .lds-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.preloader .lds-spinner div {
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite
}

.preloader .lds-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: var(--main-color)
}

.preloader .lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.preloader .lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader .lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.preloader .lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.preloader .lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.preloader .lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.preloader .lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.preloader .lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.preloader .lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.preloader .lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.preloader .lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.preloader .lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: var(--main-color);
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .6s;
    transition: .6s
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #393953;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%
}

.go-top:focus,
.go-top:hover {
    color: #fff
}

.go-top:focus::before,
.go-top:hover::before {
    opacity: 1;
    visibility: visible
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.airline-packages {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 9px 18px rgba(24, 16, 16, .05)
}

.airline-packages-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.airline-packages h3 {
    font-size: 20px;
    text-align: right;
    font-weight: 700
}

.airline-packages h2 {
    font-size: 18px;
    text-align: left;
    font-weight: 600
}

.airline-packages sub-title {
    margin-left: -10px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.airline-packages p {
    font-size: 12px
}

.airline-packages .package-icon {
    padding: 0
}

.passenger-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px
}

.border-line-2 {
    top: 12px;
    bottom: 12px;
    left: 13px;
    border-left: 1px solid #ddd
}

.border-line-2,
.border-test {
    position: absolute;
    z-index: -1
}

@media (max-width:575px) {
    .border-line-2 {
        display: none
    }
}

.size-10 {
    flex-shrink: 0;
    width: 10px;
    height: 10px
}

.border-light {
    border: 1px solid #ddd !important
}

.justify-between {
    justify-content: space-between !important
}

.relative {
    position: relative
}

.z-0 {
    z-index: 0
}

.justify-center {
    justify-content: center !important
}

.bg-border {
    background-color: #ddd !important
}

.items-center {
    align-items: center !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.w-28 {
    width: 28px
}

.mr-15 {
    margin-right: 15px !important
}

.text-light-1 {
    color: #697488
}

.text-14 {
    font-size: 14px
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.fw-500 {
    font-weight: 500
}

.rounded-full {
    border-radius: 100%
}

.text-right {
    text-align: right
}

.text-light-1 {
    color: #697488
}

.text-14 {
    font-size: 14px !important
}

.label-select-btn {
    font-size: 14px !important
}

.error {
    color: #d41818
}

.hide {
    display: none
}

.show {
    display: block
}

.btn-cancel {
    color: #fff;
    background-color: #d83939;
    border-color: #d83939
}

.btn-reschedule {
    color: #fff;
    background-color: #1d7b7e;
    border-color: #1d7b7e
}

.mt-10 {
    margin-top: 10px
}

.ajaxloader {
    position: fixed;
    z-index: 999999;
    background-color: #3c3c3c42;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.ajaxloader .lds-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.ajaxloader .lds-spinner div {
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite
}

.ajaxloader .lds-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: var(--main-color)
}

.ajaxloader .lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.ajaxloader .lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.ajaxloader .lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.ajaxloader .lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.ajaxloader .lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.ajaxloader .lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.ajaxloader .lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.ajaxloader .lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ajaxloader .lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.ajaxloader .lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ajaxloader .lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.ajaxloader .lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.label-danger {
    color: red
}

.label-success {
    color: green
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c65858b0;
    -webkit-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #259b258f
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.radio-label {
    display: flex;
    width: 100px;
    float: left;
    margin-top: 1%
}

.radio-size {
    width: 50%
}

.w-150 {
    width: 150px
}

.w-100px {
    width: 100px
}

.required {
    color: red
}

.wh-150 {
    width: 150px;
    height: 150px
}

.readonly {
    pointer-events: none
}

#tab-booking-details .flight-b-detl {
    display: flex;
    flex-direction: column;
    border-radius: 10px
}

#tab-booking-details .flight-idd {
    line-height: 30px;
    color: #41516c;
    font-size: 15px
}

#tab-booking-details .place-content-center {
    place-content: center
}

.fw-medium {
    font-weight: 600 !important
}

#tab-booking-details .traveler-b-detl {
    background-color: #eee;
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px
}

#tab-booking-details .traveler-b-detl h4 {
    padding: 0 0 20px;
    font-weight: 700;
    font-size: 15px
}

#tab-booking-details .list {
    --direction: column;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none
}

.list-row {
    --direction: row
}

.fs-14,
small {
    font-size: .875rem
}

.clr-neutral-500 {
    color: hsl(218 25% 34%)
}

.clr-neutral-700 {
    color: hsl(218 41% 24%)
}

.list-divider-half-xs>li+li {
    -webkit-padding-start: .5rem;
    padding-inline-start: .5rem;
    -webkit-margin-start: .5rem;
    margin-inline-start: .5rem;
    position: relative;
    isolation: isolate
}

.list-divider-half-xs>li+li::before {
    content: "";
    position: absolute;
    inset-block-start: 50%;
    inset-inline-start: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: hsl(224 25% 34%)
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-grid;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

#tab-booking-details .accordion .accordion-item:first-of-type {
    border-radius: 10px
}

#tab-booking-details .accordion--separated {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

#tab-booking-details .accordion .accordion-item {
    border-radius: 10px
}

#tab-booking-details .accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

#tab-booking-details .accordion-item {
    color: #212529;
    border: 0 solid #dee2e6
}

#tab-booking-details .icon-round-bb {
    background: #ecffd9;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    border: 3px solid #eee;
    color: #1fba71
}

#tab-booking-details .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.25rem 1rem;
    font-size: 1rem;
    color: hsl(218 41% 24% / 1);
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    overflow-anchor: none
}

#tab-booking-details .accordion-button:not(.collapsed) {
    color: hsl(218 41% 24% / 1);
    background-color: #fff;
    box-shadow: none
}

#tab-booking-details .accordion-body {
    position: relative;
    isolation: isolate;
    background-color: #fff;
    border-radius: 0 0 2rem 2rem
}

#tab-booking-details .accordion-body {
    padding: 1.5rem
}

#tab-booking-details .accordion-body::after {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: 2.5rem;
    height: 1px;
    background-image: linear-gradient(to right, hsl(218 14% 49%) 33%, transparent 0);
    background-position: bottom;
    background-size: .75rem 1px;
    background-repeat: repeat-x
}

.total_subtotal_booking h4 {
    font-weight: 500;
    display: flex;
    justify-content: space-between
}

.m-15 {
    margin: 15px 0 15px
}

.fw-600 {
    font-weight: 600
}

.back-btn {
    color: #fff;
    background-color: #1fba71;
    border-color: #1fba71
}

.line-height-badge {
    line-height: 1.5;
    height: 38px;
    font-size: 16px
}

.warning {
    color: orange
}

.width-10 {
    width: 10% !important
}

.width-15 {
    width: 15% !important
}

.width-40 {
    width: 40% !important
}

.seat-remaining {
    font-size: 12px !important;
    color: red !important
}

.modal-footer.log-for {
    display: block
}

.modal-footer.log-for .common_author_boxed {
    padding: 10px 0
}

.forgot-password-tab button {
    background-color: transparent !important;
    border: none !important;
    color: #fff
}

.log-for .nav-tabs {
    border-bottom: 0 solid #dee2e6;
    justify-content: center
}

.forgot-password-tab button:hover {
    color: #ddd
}

.nav-tabs .nav-link.active {
    color: #fff
}

.modal-footer.log-for .common_author_form form {
    display: flex;
    align-items: center
}

.modal-footer.log-for .common_author_form form .form-group {
    width: 100%
}

.modal-footer.log-for .common_author_form form .form-group .form-control {
    padding: 10px 15px;
    height: 48px
}

.modal-footer.log-for .common_author_form form .common_form_submit {
    padding-top: 0
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .pricing__table {
        overflow-x: scroll !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .pricing__table-wrapper {
        width: 1120px
    }
}

.pricing__table {
    overflow: hidden
}

.white-bg {
    background-color: #fff
}

.pricing__table-wrapper {
    border-radius: 41px
}

.pricing__style-2 .pricing__header {
    border-radius: 0
}

.pricing__header {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
    border-left: 1px solid rgba(4, 18, 31, .08);
    border-right: 1px solid rgba(4, 18, 31, .08)
}

.pricing__style-2 .pricing__header-content {
    border-radius: 0;
    background-color: #f5f5f8
}

.pricing__header-content {
    height: 55px;
    position: relative;
    padding: 12px 20px;
    border-top: 1px solid rgba(4, 18, 31, .08);
    border-right: 1px solid rgba(4, 18, 31, .08);
    border-top-left-radius: 41px
}

.pricing__header-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.01em;
    color: #04121f
}

.tp-btn-11 {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #04121f;
    background: #fff;
    box-shadow: 0 1px 3px rgba(4, 18, 31, .1);
    border-radius: 25px;
    padding: 10px 34px
}

.pricing__style-2 .pricing-header-shape {
    bottom: 8%;
    right: 3%
}

.pricing__header-content .pricing-header-shape {
    position: absolute;
    bottom: 19%;
    right: 2%
}

.pricing__feature-info-item {
    border-bottom: 1px solid rgba(4, 18, 31, .08)
}

.pricing__style-2 .pricing__feature-item-wrapper {
    border-radius: 0
}

.pricing__feature-info-available p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    box-shadow: 0 1px 2px rgba(6, 138, 75, .3);
    border-radius: 50%
}

.pricing__feature-info-available p span.done {
    background: linear-gradient(142.96deg, #28d58a 14.78%, #2cae76 95.99%)
}

.pricing__feature-info-available p span.cross {
    background: linear-gradient(142.96deg, #ff071e 14.78%, #b10017 95.99%)
}

.pricing__feature-item-wrapper {
    height: 100%;
    border-top: 0
}

.pricing__popular-2 {
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px)
}

.pricing__style-2 .pricing__popular-2 span {
    background-color: #6364db
}

.pricing__popular-2 span {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff9f39;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: inline-block;
    padding: 7px 10px
}

.pricing__header-top-wrapper .pricing__top-7 {
    border-top: 1px solid rgba(4, 18, 31, .08)
}

.pricing__top-7 {
    height: 55px;
    border-right: 1px solid rgba(4, 18, 31, .08)
}

.pricing__tag-7 {
    margin-bottom: 0
}

.pricing__style-2 .pricing__tag-7 span {
    color: #198754
}

.pricing__tag-7 span {
    font-size: 15px;
    font-weight: 600;
    color: #04121f
}

.pricing__title-7 {
    font-weight: 700;
    font-size: 20px;
    color: #04121f;
    margin-bottom: 5px
}

.pricing__title-7 span {
    font-size: 15px
}

.pricing__title-wrapper-7 p {
    font-size: 15px;
    line-height: 1.33;
    color: #525258;
    margin-bottom: 0
}

.pricing__feature-info-content {
    padding: 15px 25px;
    height: 50px;
    border-bottom: 1px solid rgba(4, 18, 31, .08)
}

.pricing__feature-info-details {
    position: relative
}

.pricing__feature-info-details span {
    color: #bcbfc2;
    margin-right: 7px
}

.pricing__feature-info-details span svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.pricing__feature-info-content:hover .pricing__feature-info-tooltip {
    visibility: visible;
    opacity: 1;
    top: -78px
}

.pricing__feature-info-tooltip {
    position: absolute;
    top: -50px;
    left: -29px;
    min-width: 286px;
    background-color: #fff;
    padding: 13px 20px 15px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(4, 11, 17, .14);
    visibility: hidden;
    opacity: 0
}

.pricing__feature-info-tooltip p {
    font-size: 14px;
    line-height: 1.43;
    color: #525258;
    margin-bottom: 0
}

.pricing__feature-info-tooltip::after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateY(50%);
    -moz-transform: rotate(45deg) translateY(50%);
    -ms-transform: rotate(45deg) translateY(50%);
    -o-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%)
}

.pricing__feature-info-available2:hover .pricing__feature-info-tooltip2 {
    visibility: visible;
    opacity: 1;
    top: 13px
}

.pricing__feature-info-tooltip2 {
    position: relative;
    top: -50px;
    left: -29px;
    min-width: 286px;
    background-color: #fff;
    padding: 13px 20px 15px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(4, 11, 17, .14);
    visibility: hidden;
    opacity: 0
}

.pricing__feature-info-tooltip2 p {
    font-size: 14px;
    line-height: 1.43;
    color: #525258;
    margin-bottom: 0
}

.pricing__feature-info-tooltip2::after {
    position: absolute;
    content: "";
    left: 46%;
    top: -15px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateY(50%);
    -moz-transform: rotate(45deg) translateY(50%);
    -ms-transform: rotate(45deg) translateY(50%);
    -o-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%)
}

.flight-card {
    background-color: #fff;
    width: 95%
}

.flight-card .flight-card-list-dt {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.img-baggage {
    background-color: #dbf9ef;
    padding: 8px;
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.passenger-det .border {
    border: 2px solid #dee2e6 !important
}

.active>.border {
    border: 2px solid #1fba71 !important
}

.passenger-det .faqs_main_item .accordion-button {
    padding: 0 !important;
    border: none !important
}

.passenger-det .faqs_main_item .accordion-collapse.show {
    background-color: #eee
}

.passenger-det .faqs_main_item .accordion-button::after {
    margin: 15px
}

.passenger-det .card-header {
    border: 0 solid #ddd;
    background: #fff;
    padding: .8rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0
}

.bg-light-primary {
    background-color: #d4eee3 !important
}

.passenger-det .nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px
}

.text-xs {
    font-size: 10px
}

.text-sm {
    font-size: 12px
}

.text-md {
    font-size: 14px
}

.square--30 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.flight-card flights-list__item hr {
    margin: .5rem 0
}

.baggage-allw {
    background-color: #f0f0f0;
    padding: 15px
}

.baggage-allw .info-b {
    font-size: 12px;
    line-height: 15px
}

.add-baggage {
    display: inline-block;
    padding: 20px 29px;
    line-height: 20px;
    font-size: 20px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color)
}

.add-baggage:hover {
    color: var(--bs-dark);
    background-color: var(--bs-white)
}

.flight-card-ft-typ {
    display: flex;
    justify-content: space-between
}

.flight-card-ft-typ p {
    color: #1fba71
}

.flight-card__airline {
    border-radius: 100%;
    overflow: hidden;
    flex: 0 1 5rem;
    border: .2rem solid #fff
}

.flight-card__airline+.flight-card__airline {
    position: relative;
    top: -1.5rem
}

.flight-card__airline {
    border-radius: 100%;
    overflow: hidden;
    flex: 0 1 5rem;
    border: .2rem solid #fff
}

.flight-card__time {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400
}

.flight-card__city {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px
}

.flight-card__day {
    font-size: 15px
}

.flight-card__route {
    padding: 0 3rem
}

.flight-card__duration,
.flight-card__type {
    font-size: 15px
}

.route-line__end {
    right: 0;
    border: .6rem solid #333;
    transform: translate3d(50%, -50%, 0)
}

.route-line__stop {
    border-radius: 100%;
    box-sizing: content-box;
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 50%;
    right: -10%;
    background-color: #333;
    transform: translate3d(-50%, -50%, 0)
}

.route-line__start {
    left: 0;
    border: .6rem solid #333;
    background-color: #fff
}

.flight-card__type {
    margin-top: 1rem
}

.route-line__stop-name {
    margin-top: 10px;
    font-size: 15px;
    transform: translateX(-.4rem)
}

.pricing__feature-info-text p {
    font-size: 15px;
    color: #04121f;
    margin-bottom: 0
}

.pricing__feature-info-available:first-child {
    border-right: 1px solid rgba(4, 18, 31, .08)
}

.pricing__feature-info-available {
    height: 50px;
    line-height: 1;
    padding: 10px 25px;
    border: 1px solid rgba(4, 18, 31, .08)
}

.pricing__style-2 .tp-btnr-border-2 {
    border-radius: 0;
    border-width: 1px;
    padding: 11px 33px 11px 36px
}

.tp-btnr-border-2 {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    padding: 10px 33px 10px 36px;
    background-color: #4f832d;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid #4f832d;
    border-radius: 30px
}

.pricing__btn-7 {
    border-right: 1px solid rgba(4, 18, 31, .08);
    width: 33.33%;
    padding: 10px 15px
}

.pricing__footer-content {
    height: 100%;
    border-right: 1px solid rgba(4, 18, 31, .08)
}

.pricing__style-2 .tp-btnr-border-2:hover {
    background-color: #1fba71;
    border-color: #1fba71;
    color: #fff
}

.f-tool__feature-info-details {
    position: relative
}

.f-tool__feature-info-details span {
    color: #bcbfc2;
    margin-right: 7px
}

.f-tool__feature-info-content:hover .f-tool__feature-info-tooltip {
    visibility: visible;
    opacity: 1;
    top: -78px
}

.f-tool__feature-info-details span svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.f-tool__feature-info-tooltip {
    position: absolute;
    top: -50px;
    left: -29px;
    min-width: 286px;
    background-color: #fff;
    padding: 13px 20px 15px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(4, 11, 17, .14);
    visibility: hidden;
    opacity: 0
}

.f-tool__feature-info-tooltip p {
    font-size: 14px;
    line-height: 1.43;
    color: #525258;
    margin-bottom: 0
}

.f-tool__feature-info-tooltip::after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateY(50%);
    -moz-transform: rotate(45deg) translateY(50%);
    -ms-transform: rotate(45deg) translateY(50%);
    -o-transform: rotate(45deg) translateY(50%);
    transform: rotate(45deg) translateY(50%)
}

.flight_search_destination p {
    display: none
}

.travel_date.form-control[readonly]{
    background: transparent;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: rgb(0 0 0 / 29%) !important;
}

.flatpickr-day.selected{
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

/* .flight_search_destination h6 {
    display: none
} */
/* 
.flight_search_right a {
    display: none
} */

.fv-app-download-links {
    display: flex;
    gap: 20px;
}

.fv-app-img {
    width: 210px;
}

.fv-download-app {
    float: right;
}

.fv-download-app p {
    font-weight: 700;
    color: black;
    font-size: 24px;
}