@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800;900&family=Quicksand:wght@400;500;600;700&display=swap');

:root {
    --white: #ffffff;
    --bg-white: #ffffff;
    --topbar-bg: #04709b;
    --topbar-txt-color: #000000;
    --header-bg: #ffffff;
    --header-txt-color: #000000;
    --up17-buttton-bg: #ff6700;
    --up17-buttton-bg1: #04709b;
    --up17-buttton-txt: #ffffff;
    --up17-buttton-txt1: #ffffff;
    --footer-Bg: #04709b;
}

.btn-primary{
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border-color: var(--up17-buttton-bg);
}

/* ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
} */

.select2-container {
    z-index: 9999 !important;
    font-size: 14px;
}

a,
a.active,
a:hover {
    text-decoration: none;
    color: var(--up17-buttton-bg1);
}

.airline-logo {
    width: 28px;
}


.owl-carousel .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    border-radius: 50%;
    font-size: 19px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #f6f6f6 !important;
    color: black;
    box-shadow: 0px 0px 4px 2px gray;
    left: 0;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: none repeat scroll 0 0;
    color: var(--up17-buttton-bg);
}

.form-control,
.form-select {
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    outline: 0;
}

.btn {
    font-size: 14px;
}

.btn:hover,
.btn:focus {
    box-shadow: none;
}

.sections-bg {
    background: var(--bg-white);
}

.section-title {
    margin-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    color: var(--black);
}

/* .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #000;
    bottom: 0;
    left: calc(50% - 25px);
} */

.section-title p {
    margin-bottom: 0;
}

.section-title h2 span {
    font-size: 14px;
}

.home_heading {
    padding-bottom: 30px;

}

.home_heading h2 {
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0px;

}

.home_heading span a {
    font-size: 14px;
    color: var(--up17-buttton-txt);
    font-weight: normal;
}

.up17_white_space {
    white-space: normal
}

.error_popup {
    background: #dc3545;
}

.success_popup {
    background: green !important
}

.form-error {
    color: #dc3545;
}

.up17-text-danger {
    color: #dc3545 !important;
    text-transform: capitalize;
}

.up17-text-success {
    color: green !important;
    text-transform: capitalize;
}

.up17-cursor-pointer {
    cursor: pointer;
}


.error_popup,
.success_popup {
    position: fixed;
    top: 62px;
    max-width: 327px;
    min-width: 300px;
    background: #dc3545;
    border-radius: 5px 0 0 5px;
    min-height: 28px;
    right: 0;
    z-index: 10000;
    box-shadow: 0 0 5px 0px #00000099;
    padding: 14px 20px;
    color: #fff;
    font-size: 12px;

}

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

.up17_hotel_amenities_icon {
    width: 22px;
    margin-right: 10px;
    height: 22px;
}

.error-message {
    background-color: #dc3545;
    padding: 2px 10px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 0;
    z-index: 997;
}

.error-message::after {
    width: 0;
    height: 0;
    border-bottom: 5px solid #dc3545;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    left: 10px;
    position: absolute;
    top: -5px
}


.another_fare {
    border-radius: 2px;
    box-shadow: unset !important;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    padding: 5px 8px;
}

.hide {
    display: none
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background: rgba(255, 255, 255, .05);

}

*,
::after,
::before {
    box-sizing: border-box
}

section {
    position: relative;
    padding: 70px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.h6,
h6 {
    font-size: .875rem
}

.br0 {
    border-radius: 0px !important;
}

.h5,
h5 {
    font-size: 1.09375rem
}

.h4,
h4 {
    font-size: 1.3125rem
}

.h3,
h3 {
    font-size: 1.53125rem
}

.h2,
h2 {
    font-size: 1.75rem
}

.h1,
h1 {
    font-size: 2.1875rem
}

a {
    text-decoration: none;
    cursor: pointer;
}

.p0 {
    padding: 0 !important
}

.p20 {
    padding: 20px !important
}

.p50 {
    padding: 50px !important
}

.pl0 {
    padding-left: 0 !important
}

.pt10 {
    padding-top: 10px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pr0 {
    padding-right: 0 !important
}

.borl0 {
    border-left: 0px !important;
}

.m0 {
    margin: 0 !important
}

.mt8 {
    margin-top: 8px
}

/* .mt20 {
    margin-top: 20px;
} */

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.bg_white {
    background: #fff
}

.height52 {
    height: 52px !important;
}

.border0 {
    border: 0px !important;
}

ul.righ_bord {
    border-right: 1px solid #e2e2e2;
    height: 100%
}

.ml-0 {
    margin-left: 0 !important
}

.ml-5 {
    margin-left: 5px;
}

option {
    font-weight: 400;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0 2px 1px
}

b {
    font-weight: 600
}


.box_shadow {
    box-shadow: 0 0 1px 1px #0335805c;
}

.table_box_shadow {
    box-shadow: 0 0 0px 0px #fff;
}

.disply-flex {
    display: inline-flex
}

.disply-inline {
    display: inline
}

/* select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
} */


.primary {
    color: #1d71ce
}

.success {
    color: #0a7d13
}

.warning {
    color: #e69410
}

/* .danger {
    color: #dc1d1d
} */

.text-bold {
    font-weight: 600
}


.text-center,
.text_center {
    text-align: center !important
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.w100 {
    width: 100%
}


.content {
    position: relative;
    width: 100%;
}

.full-page-content {
    padding: 15px 0 15px 0
}

.page-content-area .ui-widget-header {
    border: none;
    background: transparent;
    color: #333;
    font-weight: bold;
}

.page-content-area .ui-widget.ui-widget-content {
    border: none;
}

.page-content-area .ui-tabs-vertical .ui-tabs-nav {
    padding: 0.2em 0.1em 0.2em 2.7em;
    float: left;
    width: 12em;
}

.page-content-area .card-body {
    background: var(--bg-white);
    border-radius: 5px;
    padding: 1rem;
}

.page-content-area .ui-widget-content {
    border: none;
    background: transparent;
    color: #333;
    width: 100%;
}

.page-content-area {
    background-color: var(--bg-white);
    border-radius: 5px;
}


.searchform_home {
    display: none;
}

.searchform_home .current {
    display: inherit;
}

.page-content-area .ui-state-hover {
    background-color: #8c8f96;
}


.page-content-area .page-content-ul {
    display: flex;
    justify-content: center;
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.site_head {
    padding: 11px 0 11px 22px;
    border-bottom: 1px solid #d8dee9
}

.callout {
    position: relative;
    padding: .3rem 1.17rem;
    margin: 1rem 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    border-left: 4px solid #d8dbe0
}

.boxtiles {
    padding: 19px 18px 15px 24px;
    border-radius: 3px;
    margin: 1rem 0;
}

.boxtiles .tiles-title {
    font-size: 12px;

    color: black;
}

.boxtiles .progress {
    width: 100%;
    margin-bottom: 13px;
    height: 2px;
    background-color: #ffffffd4;
    background-image: none;
    margin-top: 20px;
}

.boxtiles .description {
    font-size: 13px;
    color: var(--bg-white);
    display: table-cell;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.widget-stats {
    display: inline-block;
    border-right: .5px solid #ffffff91;
    margin-right: 5px;
    padding-right: 19px;
    color: var(--bg-white);
}

.widget-stats:nth-child(4) {
    border-right: none;
}

.widget-stats .item-title {
    font-size: 12px;
    letter-spacing: 0.01em;
}

.widget-stats .item-count {
    font-size: 13px;
    color: var(--bg-white);
    display: block;

}

.callout-info {
    border-left-color: #1d71ce;
    box-shadow: 0 0 0 1px #1d71ce
}

.callout-danger {
    border-left-color: #dc1d1d;
    box-shadow: 0 0 0 1px #dc1d1d
}

.callout-warning {
    border-left-color: #eaa329;
    box-shadow: 0 0 0 1px #eaa329
}

.callout-success {
    border-left-color: #0a7d13;
    box-shadow: 0 0 0 1px #0a7d13
}

.callout-dev {
    border-left-color: #42a5f6;
    box-shadow: 0 0 0 1px #42a5f6
}

.callout-noop {
    border-left-color: #842286;
    box-shadow: 0 0 0 1px #842286
}

.callout-yelo {
    border-left-color: #ffd200;
    box-shadow: 0 0 0 1px #ffd200
}

.callout-rama {
    border-left-color: #845320;
    box-shadow: 0 0 0 1px #845320
}

.callout-info:hover {
    background: #1d71ce;
    color: #fff
}

.callout-danger:hover {
    background: #dc1d1d;
    color: #fff
}

.callout-warning:hover {
    background: #eaa329;
    color: #fff
}

.callout-success:hover {
    background: #0a7d13;
    color: #fff
}

.callout-dev:hover {
    background: #42a5f6;
    color: #fff
}

.callout-noop:hover {
    background: #842286;
    color: #fff
}

.callout-yelo:hover {
    background: #ffd200;
    color: #fff
}

.callout-rama:hover {
    background: #845320;
    color: #fff
}

.bg_green {
    background-color: #0aa699;
}

.bg_white {
    background-color: #fff;
}

.bg_blue {
    background-color: #0090d9;
}

.bg_purple {
    background-color: #735f87;
}

.red {
    color: red;
}

.green {
    color: green;
}

.yellow {
    color: yellow;
}

.chocolate {
    color: chocolate;
}

.blue {
    color: blue;
}

.white {
    color: var(--bg-white);
}

.black {
    color: black;
}

.contacted {
    color: #066105;
}


/*----- tooltip  Start --- */

.up17-tooltip {
    position: relative;
}

.up17-tooltip .up17-tooltip-text {
    visibility: hidden;
    width: 250px;
    background-color: #ebeff3;
    color: var(--black);
    box-shadow: 0 -1px 4px 0 #8080807d;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    font-size: 13px;
    left: 50%;
    margin-left: -126px;
    font-weight: 400;
}

.up17-tooltip .up17-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #ebeff3 transparent transparent transparent
}

.up17-tooltip:hover .up17-tooltip-text {
    visibility: visible
}

.tooltip_content span {
    display: block;
}


/*----- tooltip  End --- */
/*
.badge {
    display: inline-block;

    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}*/

/*.badge:empty {
    display: block !important;
}

.badge-sm {
    padding: 1px 10px;
    border-radius: 1px
}

.badge-md {
    padding: 6px 12px;
    border-radius: 4px
}*/

.badge-primary {
    color: #fff !important;
    background-color: #1f68ad
}

.badge-success {
    color: #fff;
    background-color: #10b759
}

.badge-wt {
    color: #000000;
    border-radius: 3px;
    background-color: #ffffff8f;
    padding: 3px 9px;
    border: 1px solid black;
}

.badge-wt:hover {
    filter: invert(2);
    background-color: #d6cd64;
    border-radius: 4px;
}

.wt-bleft {
    padding: 1px 10px
}

/* .badge-danger {
    color: #fff;
    background: red;
} */

.badge-dark {
    color: #fff;
    background-color: #636f83
}

.badge-info {
    color: #fff;
    background-color: #f9b115
}

.badge-dev {
    color: var(--black);
    border: 1px solid #0b3463;
    display: inline-flex;
    padding: 2px 9px;
    font-size: 13px;
    background-color: #fff
}

.form_btn {
    margin-top: 26px
}

.menu_btn a:hover {
    background: gray
}

.menu_btn .dropdown-content {
    min-width: 121px;
    margin-top: 0
}

.menu_btn {
    padding: 0
}

.menu_btn:hover {
    background-color: #fff0 !important
}

.menu_btn .dropdown-content a {
    font-size: 13px;
    padding: 3px 10px
}

/* .disable_badge {
    pointer-events: none;
    cursor: auto;
    background: #f1f4f6;
    color: black;
} */

.pagination p {
    margin-bottom: 0;
}

.pagination nav {
    background: var(--bg-black);
    padding: 5px;
    border-radius: 50px;
}

.pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    background: var(--bg-white);
    padding: 5px;
    border-radius: 50px;
}

.pagination li {
    margin: 0 2px;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    background-color: #ddd;
}

.pagination li.active,
.pagination li:hover {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

.pagination li a {
    color: rgba(var(--up17-buttton-bg), 0.6);
}

/*.topbar {
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    font-weight: 500
}*/

.sale_bar {
    padding: 1rem;
    margin-bottom: 20px;
    background-color: #ffffff;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0 0 1px 0 #fff;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 5px;
}

.card-header {
    position: relative
}


.table_title {
    justify-content: space-between
}

@media (min-width: 768px) {
    .up17-col-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .up17-col-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .up17-col-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .up17-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .up17-col-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .up17-col-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .up17-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .up17-col-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .up17-col-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .up17-col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .up17-col-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .up17-col-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .up17-col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.up17-col-1,
.up17-col-10,
.up17-col-11,
.up17-col-12,
.up17-col-2,
.up17-col-3,
.up17-col-4,
.up17-col-5,
.up17-col-6,
.up17-col-7,
.up17-col-8,
.up17-col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.up17_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

textarea.form-control {
    height: auto;
    font-family: inherit;
    resize: vertical
}

.login {
    width: 100%;
    height: 100%;
    position: absolute
}

.login_box {
    max-width: 500px;
    margin: 15% auto
}

.login_form {
    padding: 15px 20px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 2px
}

.profile_img {
    width: 22px;
    border-radius: 50%;
    margin-top: -5px;
    vertical-align: middle
}

.pro_icon {
    width: 16px;
}

.table-invoice td,
.table-invoice th {
    border: 1px solid #5f5b5b59;
    background-color: #f1f4f6;
}

.table-amount td {
    line-height: 3;
}

.table-amount tr {
    border: 1px solid #80808014;
}

.amountcalc {
    font-size: 13px !important;
    text-align: right !important;
}

.table-strip {
    border-collapse: collapse;
    width: 100%;
    border: 0px solid #f1f4f6;
    background: white;
}

.table-strip table {
    text-align: left;
    position: relative;
    border-collapse: collapse
}

/* thead {
    position: sticky;
    top: 0
} */

.table-strip td,
.table-strip th {
    padding: 0.75rem 0.9rem;
    font-size: 13px;
    text-align: left;
    color: #2e344c;
    border: 1px solid #dee2e6;
}

.table-strip tr:nth-child(even) {
    background-color: #00000008;
}

.table-strip tr:hover {
    background-color: #e5f6ee;
    color: var(--black);
}

.table-strip th {
    background-color: #e4e4e4;
    color: #202020;
    white-space: nowrap;
}

.table-strip th a,
.table-strip tr a {
    color: #0066ce;
    font-weight: 600
}

.form-control[readonly] {
    background-color: var(--bg-white);
}


input:focus-visible {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}

.top-model-content {
    position: absolute;
    background-color: #fff;
    margin: 0 0 0 auto;
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animateleft;
    -webkit-animation-duration: 2.94s;
    animation-name: animateleft;
    animation-duration: 2.91s;
    left: 36%;
    width: 25%;
    top: 29%;
}

.top-model-footer {
    padding: 6px 15px;
    background-color: #e6eff9;
    color: var(--black);
    width: 100%;
    bottom: 0
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


.left-sidebar-leads {
    overflow: auto;
    box-shadow: 0 0 1px 1px #0335805c;
}

.left-sidebar-leads ul li {
    width: 100%;
    padding: 5px 0 5px 12px;
    background: var(--bg-white);
}

.left-sidebar-leads ul li.active {
    border-left: 3px solid #e41412;
    font-weight: 600;
    background: #c3defb59;
}

.left-sidebar-leads ul li.active .qu-desc {
    color: #e43630
}

.qu-head {
    font-size: 13px;
    font-weight: 400;
    color: #768192;
    padding: 3px 0 3px 5px
}

.qu-desc {
    color: #1b334e;
    padding: 0px 0 3px 5px;
    font-size: 13px
}

.query-followup {
    text-align: center;
    background: var(--bg-white);
    border-bottom: 1px solid #e4e4e4;
}

.follow_up_date {
    float: right;
    color: #0f67f6
}

.followup_detils {
    background: #a8c0d8;
    padding: 10px 11px;
    margin: 0;
    color: #fff
}

.followup_updte {
    margin: 0;
    margin-bottom: 25px;
    padding: 25px 10px
}

.tag_label {
    cursor: pointer;
    padding: 6px 2px 1px 3px
}

.settings-header {
    position: relative;
    width: 100%;
    padding: 2% 0;
    color: #ffffffd9;
    background-color: #335eaf;
    background-image: linear-gradient(45deg, #2a62b7, #ab3954)
}

.settings-header .profile-image {
    width: 80px;
    height: 80px;
    border: 1px solid #000;
    border-radius: 49.9%;
    display: inline-block
}

.company-label {
    font-size: 13px;
    font-weight: 500
}

.lm_navigation {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lm_navigation .lm_navLst {
    display: inline-block;
    position: relative;
}

.lm_navigation .lm_navLst a {
    padding: 10px 15px;
    color: #000;
    display: block;
    font-weight: 600;
}

.lm_navigation .lm_navLst a.active {
    border-bottom: 3px solid var(--up17-buttton-bg);
    color: var(--up17-buttton-bg);
}

/* .lm_navigation .lm_navLst:after {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    background: #dedede;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0
}

.lm_navigation .lm_navLst:last-child:after {
    content: none;
} */

/*.lm_navigation {
    position: relative;
    display: inline-flex;
    padding: 16px 14px;
    text-align: center;
    font-size: 15px;
}

.lm_navLst {
    display: inline-block;
    list-style-type: none;
    cursor: pointer;
    position: relative;
    line-height: 1;
    white-space: nowrap
}

.lm_navLst a {
    padding: 15px 15px;
}*/

/*.lm_navLst>span {
    display: inline-block;
    font-size: 13px;
    color: #333;
    line-height: 1;
    position: relative;
    cursor: pointer
}

.lm_navLst.active:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -17px;
    height: 2px;
    background: #0167ff
}

.lm_navLst:after {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    background: #dedede;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0
}

.lm_navLst.active>span {
    color: #0167ff
}*/

/* .page-actions-panel {
    background: #cceef5;
    padding: 12px 20px
}

.pagiantion_text {
    font-size: 13px;
    color: #354148;
    margin-bottom: 0em;
}

.setting-content {
    padding: 10px;
    background: var(--bg-white);
}

.settings-panel {
    box-shadow: 0 0 4px -1px #000;
    padding: 0
} */
/* 
.item-text-head {
    color: #3b495f;
    font-size: 14px;
    padding: 0 25px 0 6px;
    white-space: nowrap
}

.item-text-value {
    font-size: 14px;
    padding: 0 4px 0 3px;
    color: #768192
} */

.edit_set {
    color: #0f67f6;
    font-size: 14px;
}

.notify {
    background: #ef5350;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    font-size: 13px;
    top: 1px;
    left: 58px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.notify .heartbeat {
    position: absolute;
    top: -6px;
    right: -5px;
    height: 21px;
    width: 21px;
    z-index: 0;
    border: 5px solid #ef5350;
    border-radius: 70px;
    animation: heartbeat 1s ease-out;
    animation-iteration-count: infinite;
    background-color: #ef5350
}

@keyframes heartbeat {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(.1);
        opacity: .1
    }

    50% {
        -moz-transform: scale(.5);
        opacity: .3
    }

    75% {
        -moz-transform: scale(.8);
        opacity: .5
    }

    to {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(.1);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.5);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.8);
        opacity: .5
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.box {
    max-height: 630px;
    padding: 10px 0 40px 60px;
    background: #fafbfc;
    width: 100%;
    box-shadow: 0 0 2px 0 grey
}

.box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all .5s linear;
    top: 0
}

.box ul:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 1px dashed #e1352f;
    position: absolute;
    top: 0;
    left: 30px
}

.box ul li {
    margin: 27px 10px 49px 60px;
    position: relative;
    padding: 10px 20px;
    background: var(--bg-white);
    border: 1px solid #dfe1e5;
    color: var(--black);
    border-radius: 3px;
    line-height: 20px;
    font-size: 13px
}

.box ul li>span {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 1px solid #e01d1d;
    position: absolute;
    top: 0;
    left: -31px
}

.box ul li>span:after,
.box ul li>span:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff6d6d;
    border: 2px solid #ef6b6b;
    position: absolute;
    left: -4.5px
}

.box ul li>span:before {
    top: -10px
}

.box ul li>span:after {
    top: 95%
}

.box .title {
    font-weight: 700;
    margin-bottom: 5px
}

.box .info:first-letter {
    text-transform: capitalize;
    line-height: 1.7
}

.box .name {
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin-right: 20px
}

.box .time span {
    position: absolute;
    left: -111px;
    color: var(--black);
    font-size: 80%;
    font-weight: 700
}

.box .time span:first-child {
    top: -16px
}

.box .time span:last-child {
    top: 80%
}

.note_box ul li {
    margin: 10px 0 21px;
    position: relative;
    padding: 4px 0 0 0;
    background: var(--bg-white);
    border: 1px solid #dfe1e5;
    border-left: 5px solid #012386;
    color: var(--black);
    border-radius: 3px;
    font-size: 13px
}

.note_listf {
    background: #f5f5f5;
    padding: 6px 10px;
    font-size: 13px;
    display: flow-root;
}

.note_box .note_title {
    padding: 4px 0 10px 10px
}

#filter .modal-content {
    width: 25% !important
}

#lead_settings .modal-content {
    width: 25% !important
}

.up17_topoption {
    display: none;
    margin-bottom: 11px
}


@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.tabs li {
    color: #222;
    display: inline-block;
    padding: 7px 11px;
    font-size: 13px;
    cursor: pointer
}

ul.tabs li.current {
    background: #e6eff9;
    color: #fff;
    border-bottom: 2px solid #033580;
    position: relative
}

ul.tabs li.current:after {
    content: '';
    position: absolute;
    left: 50%;
    height: 0;
    bottom: -6px;
    width: 0;
    border-left: 4px solid none;
    border-right: 4px solid none;
    border-top: 4px solid none;
}

.vewmodelhed {
    background: var(--bg-white);
    padding: 0px 0px 10px 0;
    font-size: 13px;
    border-bottom: 1px solid #e6e4e4
}

/*
.vi_mod_dsc {
    font-size: 13px;
    display: inline-grid;
    margin-top: 8px
}*/
.vi_mod_dsc .primary {
    display: block;
}

.lead_assignbtn {
    padding: 0 6px;
    color: #fff;
    border-radius: 2px;
    background: #26a69a;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-align: center
}

.txt_led_clr {
    color: #1a3980 !important
}

.viewld_h5 {
    background: #f7f7f7;
    box-shadow: 0 0 2px 0 #797979;
    padding: 6px 11px;
    color: #063a63
}

.wite_spce {
    white-space: nowrap
}

.responcive_table {
    overflow-x: auto
}


.notedelete {
    padding-right: 8px;
    cursor: pointer;
    float: right
}

.view_head {
    border: 1px dotted;
    padding: 7px;
    background: #e4e5e657;
    color: #000
}

.ms-options-wrap>.ms-options {
    width: 93.6%;
    margin-left: 15px
}

.fix_head_bar {
    background-color: #fafafa;
    padding: 1.9rem 0rem 2rem
}

.document_cls svg {
    cursor: pointer
}

.document_cls .has-icon-left {
    border: none
}

.document_cls .qu-desc {
    color: #768192;
    padding: 3px 0 3px 5px;
    font-size: 15px
}

.h_60 {
    height: 60px
}

.h_52 {
    height: 52px
}

fieldset {
    display: block;
    margin: 0;
    padding: 0;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial
}

.folder_docs {
    margin-bottom: 7px
}

.document_cls label .applabel {
    font-family: inherit;
    letter-spacing: 1px;
    margin: 1.2rem 0 .5rem;
    color: #bac0c7
}

.pt_14 {
    padding-top: 14px
}

.document_cls input {
    height: 51px;
    border: none;
    padding-left: 35px;
    font-size: 15px
}

.document_cls .fix_head_bar {
    padding: 0 0 20px 0;
    box-shadow: 0 0 1px 0 #0f2648;
    background: var(--bg-white)
}

.document_cls .primary {
    color: #1b334e;
    padding: 3px 0px 3px 14px;
    width: 100%;
    display: table;
    vertical-align: middle;
    margin-bottom: 4px;
}

.applabel {

    color: grey;
    padding-bottom: 5px
}

.document_cls .left-sidebar-leads ul li {
    width: 100%;
    padding: 0px;
    border-right: none;
    border-bottom: none;
    background: 0 0
}

.document_cls .left-sidebar-leads ul li:hover {
    background: #b9c8d870;
}

.mt_20 {
    margin-top: 20px
}

.mb_10 {
    margin-bottom: 10px
}

.mb_3 {
    margin-bottom: -3px;
}

.appfileinfo .card-body {
    padding: 6px 15px
}

.shadow-none {
    box-shadow: none !important
}

.app_fold {
    display: inline-block;
    padding-left: 15px
}


.image_pd .app_logo {
    text-align: center;
    height: 95px;
    background: #f1f1f1
}

.image_pd .card-body {
    background: var(--bg-white);
}

.image_pd img {
    height: 38px;
    width: 30px;
    margin-top: 30px
}

.p-50 {
    padding: .5rem !important
}

.small_font {
    font-size: .8rem;
    color: #828d99 !important
}

.bold_font {
    font-size: .8rem;
    color: #214061 !important;
    font-weight: 500
}

.ptb_10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.document_cls .primary.active {
    color: #499eff
}

.active_bord {
    border: 2px solid #499eff;
    position: relative;
    left: -27px;
    transform: rotate(90deg);
    height: 0;
    width: 28px;
    top: 20px
}

.inverted-border-radius {
    height: 0;
    width: 0;
    background-color: #709d34;
    transform: rotate(90deg);
    position: relative;
    bottom: -37px;
    left: 20px
}

.mr_min30 {
    margin-right: -30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.inverted-border-radius::before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 8px;
    width: 90px;
    border-top-left-radius: 20px;
    box-shadow: -24px 0 0 -1px #709d34;
    right: -91px
}

.inverted-border-radius::after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 10px;
    width: 85px;
    border-top-right-radius: 20px;
    box-shadow: 30px 0 0 -1px #709d34;
    right: 29px
}

.inverted-border-radius2 {
    height: 0;
    width: 0;
    background-color: #1f68ad;
    transform: rotate(90deg);
    position: relative;
    bottom: -37px;
    left: 20px
}

.inverted-border-radius2::before {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 8px;
    width: 90px;
    border-top-left-radius: 20px;
    box-shadow: -24px 0 0 -1px #1f68ad;
    right: -91px
}

li.day_class {
    text-align: left !important;
    cursor: pointer;
    padding-left: 25px !important;
    height: 45px;
    display: flex;
    align-items: center
}

.scroll_400 {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: auto
}

.inverted-border-radius2::after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 10px;
    width: 85px;
    border-top-right-radius: 20px;
    box-shadow: 30px 0 0 -1px #1f68ad;
    right: 29px
}

.header_bg3 {
    background: #45a085;
    padding: 8px 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.bg_form {
    background: #2598767a;
    padding: 0 0 15px 0;
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px
}

.day_class.active {
    background: #efefef
}

.btn_topbl {
    padding-top: 24px
}

.btn_topbl .badge-primary {
    width: 100%
}

textarea.h_170 {
    height: 170px !important
}

.actbtn {
    background-color: #1f68ad;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    border: none;
    cursor: pointer
}

.actdropdown {
    position: relative;
    display: inline-block
}

.actdropdcont {
    display: none;
    position: absolute;
    background-color: var(--bg-white);
    min-width: 156px;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 20%);
    z-index: 1;
    right: 0;
    font-size: 13px;
}

.actdropdcont a {
    color: #0066ce !important;
    padding: 8px 18px;
    text-decoration: none;
    border-bottom: 1px solid #8080801c;
    display: block
}

.actdropdcont a:hover {
    background-color: #f1f1f1
}

.actdropdown:hover .actdropdcont {
    display: block
}

.actdropdown:hover .actbtn {
    background-color: #1f68ad
}

.status_color {
    font-weight: 600;
    font-size: 13px;
}

.profile-join-date {
    margin-top: 13.5%;
    text-align: right;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
}

.active-status {

    background: green;
    color: var(--bg-white);
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}

.inactive-status {

    background: #dd342f;
    color: var(--bg-white);
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}

.up17-blog-image {
    width: 60px;
    height: 60px;
}

input:disabled {
    cursor: not-allowed;
    background: #dddddd61;
}

/*.search-reset-btn {
    margin-top: 30%;
}
*/
/* .up17-dis-content {
    display: contents;
} */

.up17-autocomplet {
    max-height: 296px;
    overflow-x: hidden;
    z-index: 999;
    font-family: inherit !important;
}

div.dest_left {
    width: 80%;
    float: left;
    text-align: left;
}

.up17-autocomplet li .ui-menu-item-wrapper {
    text-decoration: unset;
    border-right: 1px solid transparent !important;
    padding: 10px 12px 10px 8px !important;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit !important;
}

.up17-autocomplet .city {
    font-weight: 400;
}

.up17-autocomplet .airpotcode {
    font-weight: 400;
}

.up17-autocomplet .ui-menu-item a .aircode {
    font-weight: 400;
}

.up17-autocomplet li a {
    border-bottom: 1px solid #cacaca !important;
    display: block;
    width: 100%;
}

.up17-read-only {
    cursor: not-allowed;
    background: #dddddd61;
}

.up17-read-only:focus {
    cursor: not-allowed;
    background: #dddddd61;
}

.up17-m-auto {
    margin: auto;
}

.text_wrap {
    white-space: nowrap;
}

.up17-itinerary-row {
    margin-bottom: 10px;
}

.close-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    cursor: pointer;
    margin-top: 29px;
}


.listing-loader-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 200px 0;
}

.up17-showcenter {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
}

.up17-loading-box {
    text-align: center;
    background: var(--bg-white);
    border: 1px solid #dedede;
    padding: 20px 20px;
    border-radius: 10px;
}

.up17-loading-box .loader img {
    width: 200px;
    margin: 0 auto 20px auto;

}

.up17-share-checkbox {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3.6%;
    margin-top: 0px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x- ng-cloak {
    display: none !important;
}

.spinner-grow {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}


/*------------------------------Bus Seat Layout ------------------------*/

.nseat,
.snseat,
.bseat,
.rseat,
.sseat,
.srseat,
.hseat,
.bhseat,
.rhseat,
.shseat,
.srhseat,
.vseat,
.bvseat,
.rvseat,
.svseat,
.srvseat,
.lower,
.upper {
    background: url(../img/transparent-bus-seatlayout.gif) no-repeat left top;
}

.bseat {
    background-position: 0px -40px;
    cursor: default;
}

.rseat {
    background-position: -20px -20px;
}

.snseat {
    background-position: 0px -60px;
}

.srseat {
    background-position: -20px -60px;
}

.hseat {
    width: 40px;
    background-position: -40px 0;
    z-index: 2;
}

.bhseat {
    background-position: -40px -40px;
    cursor: default;
    width: 40px;
    z-index: 2;
}

.rhseat {
    background-position: -80px -20px;
    width: 40px;
    z-index: 2;
}

.shseat {
    background-position: -40px -60px;
    width: 40px;
    z-index: 2;
}

.srhseat {
    background-position: -80px -60px;
    width: 40px;
    z-index: 2;
}

.vseat {
    background-position: -124px 0;
}

.bvseat {
    background-position: -166px 0;
}

.rvseat {
    background-position: -145px -40px;
}

.svseat {
    background-position: -187px 0px;
}

.srvseat {
    background-position: -187px -40px;
}

.busSeatlft .lower {
    background-position: -38px -83px;
    position: relative;
}

.busSeatlft .upper {
    background-position: -69px -83px;
    position: relative;
}

.seat-abl .pd {
    padding: 20px 15px;
    margin-bottom: 15px;
}

.busSeat {
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    width: 90%;
    height: 100px;
}

.busseat_left {
    float: left;
    width: 63%;
}

.outerseat {
    width: 100%;
    height: 172px;
    border: 1px solid #d6d6d6;
    background: var(--bg-white);
}

.outerlowerseat {
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 160px;
    border: 1px solid #d6d6d6;
    background: var(--bg-white);
}

.layout {
    width: 50%;
    float: left;
}

.seatdesp {
    float: right;
    width: 30%;
    padding: 1% 2%;
    border: 1px solid #e0e0e0
}

.seatdesp .seatsSelected {
    float: none;
}

.seatdesp .seatsSelected label {
    font-weight: normal;
}

.layout .laybtm {
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30%;
}

.laybtm select {
    width: 100%;
    margin-right: 10px;
    margin-top: 2px;
    float: left;
}

.laybtm .continueBtn {
    float: right;
    padding: 0;
    width: 15%;
}

.resultBox h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.bus_siting {
    width: 100%;
    float: left;
}

.bus_siting .left {
    float: left;
}

.bus_siting .mid {
    width: 81.5%;
    float: left;
    padding-top: 8px;
}

.mid p {
    width: 100%;
    text-align: center;
    border: none;
    font-size: 14px;
    margin: 0px;
}

.bus_siting .right {
    float: right;
}

.seats {
    float: left;
    padding: 3px 5px;
}

.seats p {
    margin: 10px 0;
    padding: 0px;
}

.seats p span {
    float: left;
    margin: 5px;
    padding: 0px;
    font-weight: bold;
}

.seats p code {
    float: left;
    margin: 8px 13px 0 0;
}

.busrow,
.slrow {
    width: 97%;
    float: left;
}

.busrow a {
    width: 45px;
    height: 40px;
    margin: 8px;
    float: right;
}

.boarding {
    float: left;
    margin-top: 25px;
    margin-left: 25px;
}

.seat_detail {
    float: right;
    height: 109px;
    margin-top: 25px;
    padding-left: 28px;
    width: 114px;
}

.seat_detail span {
    float: left;
    width: 100%;
    margin: 6px 0;
}

.slrow a,
.sl_ladies,
.sl_booked,
.sl_selected,
.sl_avlble {
    width: 82px;
    height: 26px;
    margin: 7px;
    float: right;
}

.passanger_head {
    width: 768px;
    padding: 3px;
    border-bottom: 2px solid #eeeded;
    float: left;
    padding: 0 0 8px;
}

.ps_detail p {
    margin: 6px 0;
}

.ps_detail p code {
    width: 87px;
    float: left;
    font-size: 12px;
}

.r_head {
    margin: 5px 0;
    font-weight: bold;
    padding-left: 17px;
}

.rightContainer h3 {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    font-size: 13px;
}

.seat_price {
    max-width: 35%;
    float: right;
    border-right: 1px solid #c0c0c0;
    padding-right: 15px;
    margin-top: 25px;
    margin-right: 2%;
    min-height: 105px;
}

.seat_price p {
    width: 100%;
    border: none;
}

.seat_price p code {
    float: left;
}

.seat_price p label {
    width: 80px;
    float: left;
    font-weight: bold;
}

.travelAgency {
    border: 1px solid #C8C8C8;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 8px;
    font-size: 12px;
}

.nseat,
.snseat,
.bseat,
.rseat,
.sseat,
.srseat,
.hseat,
.bhseat,
.rhseat,
.shseat,
.srhseat,
.vseat,
.bvseat,
.rvseat,
.svseat,
.srvseat,
.lower,
.upper {
    float: left;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer
}

.bseat {
    cursor: default;
}

.hseat {
    width: 40px;
    z-index: 2;
}

.bhseat {
    cursor: default;
    width: 40px;
    z-index: 2;
}

.rhseat {
    width: 40px;
    z-index: 2;
}

.shseat {
    width: 40px;
    z-index: 2;
}

.srhseat {
    width: 40px;
    z-index: 2;
}

.vseat {
    height: 40px;
    z-index: 2;
    width: 20px
}

.bvseat {
    cursor: default;
    height: 40px;
}

.rvseat {
    height: 40px;
}

.svseat {
    height: 40px;
}

.srvseat {
    height: 40px;
}

.busbox {
    border-bottom: 2px solid #dee4f6;
    float: left;
    width: 98.7%;
    padding: 1% 1% 2%;
}

.busbox .errorMessage {
    text-align: center;
    font-weight: bold;
}

.seatsmall dfn,
.seatdesp .seatbig dfn {
    float: left;
}

.seatsmall {
    list-style: none;
    margin: 0;
    float: left
}

.seatbig {
    list-style: none;
    margin-bottom: 10px;
    float: left;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px
}

.seatsmall li,
.seatbig li {
    width: 100%;
    float: left;
    padding: 5px 0 !important;
}

.seatsmall li dfn,
.seatbig li dfn {
    float: left;
    width: 20px;
    height: 20px;
}

.seatsmall li span,
.seatbig li span {
    float: left;
    width: 120px;
    padding-left: 5px;
    font-size: 12px
}

.seatbig dfn.wd5 {
    width: 40px;
}

.seatbig dfn.wd6 {
    width: 40px;
}

.seatbig dfn.wd7 {
    width: 40px;
}

.seatbig dfn.wd8 {
    width: 40px;
}

.seatdesp div {
    padding: 2px 0px;
}

.seatdesp div label {
    font-weight: bold;
}

.busSeatrgt {
    width: 300px;
    float: left;
    /*margin-left:15px;*/
}

.busSeatlft {
    width: 30px;
    float: left;
    margin: 10px 0px 10px 20px
}

.busSeatlft .lower {
    width: 15px;
    height: 60px;
    cursor: default;
}

.busSeatlft .upper {
    width: 15px;
    height: 60px;
    cursor: default;
}

.seatcontainer {
    clear: both;
    height: 104px;
    z-index: 2;
    zoom: 1;
    word-spacing: normal;
    position: relative;
}

.seatsmall dfn,
seatdesp .seatbig dfn {
    background: url(../img/transparent-bus-seatlayout.gif) no-repeat left top;
}

.seatsmall li dfn,
.seatbig li dfn {
    float: left;
    width: 20px;
    height: 20px;
}

.seatsmall dfn.wd1 {
    background-position: 0px 0px;
}

.seatsmall dfn.wd2 {
    background-position: -20px -20px;
}

.seatsmall dfn.wd3 {
    background-position: 0px -60px;
}

.seatsmall dfn.wd4 {
    background-position: 0px -40px;
}


/*------------------------------END Bus Seat Layout ------------------------*/

.up17-api-error-msg {
    width: 100%;
    background: var(--bg-white);
    margin: auto;
    padding: 40px;
    text-align: center;
}

.up17-minh34 {
    min-height: 34px;
}

.up17-api-error-msg img {
    max-height: 200px;
}

/*============================================================================================================================
============================================SUNNY.CSS========START===========================================================*/


@keyframes smoothScroll {
    0% {
        transform: translateY(-142px);
    }

    100% {
        transform: translateY(0px);
    }
}


/*==========search=======form===========*/

.search_tabs li.current .flight-black {
    background-color: var(--bg-white);
    mask: url('icon/flight_white.svg') no-repeat center / contain;
    -webkit-mask: url('icon/flight_white.svg') no-repeat center / contain;
}

.search_tabs li.current .hotel-black {
    background-color: var(--bg-white);
    mask: url('icon/hotel_white.svg') no-repeat center / contain;
    -webkit-mask: url('icon/hotel_white.svg') no-repeat center / contain;
}

.search_tabs li.current .bus-black {
    background-color: var(--bg-white);
    mask: url('icon/bus_white.svg') no-repeat center / contain;
    -webkit-mask: url('icon/bus_white.svg') no-repeat center / contain;
}

.search_tabs li.current .holiday-black {
    background-color: var(--bg-white);
    mask: url('icon/holiday_white.svg') no-repeat center / contain;
    -webkit-mask: url('icon/holiday_white.svg') no-repeat center / contain;
}

.search_tabs li.current .car-black {
    background-color: var(--bg-white);
    mask: url('icon/car_white.svg') no-repeat center / contain;
    -webkit-mask: url('icon/car_white.svg') no-repeat center / contain;
}

.search_tabs li.current .visa-black {
    background-color: var(--bg-white);
    mask: url('icon/visa_white.svg') no-repeat center / contain;
    -webkit-mask: url('icon/visa_white.svg') no-repeat center / contain;
}

.search_tabs li.current .cruise-black {
    background-color: var(--bg-white);
    mask: url('icon/cruise_white.svg') no-repeat center / contain;
    -webkit-mask: url('icon/cruise_white.svg') no-repeat center / contain;
}

.search_tabs li.current .flight-black {
    background-image: none;
}

.search_tabs li.current .hotel-black {
    background-image: none;
}

.search_tabs li.current .bus-black {
    background-image: none;
}

.search_tabs li.current .holiday-black {
    background-image: none;
}

.search_tabs li.current .car-black {
    background-image: none;
}

.search_tabs li.current .cruise-black {
    background-image: none;
}

.search_tabs li.current .visa-black {
    background-image: none;
}


/*==========search=======form===========*/


.search-criteria {
    background: var(--bg-white);
    border: 1px solid rgba(156, 170, 179, .28);
    box-shadow: 0 1px 5px 0 #0000001a;
    border-radius: 5px;
}

.page-content-area {
    margin-top: 0px !important;
}


.header_menu ul .active a {
    color: #000 !important;
}


ul.left,
ul.right {
    padding: 10px;
    margin: 0;
    background-color: #fff;
    height: 50px;
}

ul.left li {
    position: relative;
}

ul.left li h2 {
    font-size: 16px;

    margin: 0 40px 0 0;
    color: var(--black);
    text-transform: uppercase;
}

ul.left li h2 span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    margin-top: 2px;
}

ul.left li .icons {
    margin-right: 30px;
    font-size: 17px;
}

/* ul.left li  h2:last-child {
    margin-right: 0;
} */
ul.left li h3 {
    font-size: 12px;
    color: var(--black);
    text-transform: capitalize;
    margin-left: 20px;
    margin-right: 20px;
}

ul.left li h3 span {
    display: block;
    margin-top: 2px;
}

ul.left li.border-li {
    border-left: 1px solid #f5f6f8;
}

ul.right li .btn-link {
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 4px;

    white-space: nowrap;
    text-transform: uppercase;
    color: var(--black);
    position: relative;
    background: var(--bg-white);
    text-decoration: none !important;
    transition: all 0.5s ease;
    border: 1px solid #000;
}

ul.right li .btn-link:hover {
    background: #000;
    color: #000;
    border-color: #000;
    outline: none;
}

.column {
    float: left;
    border-radius: 4px;
}

.column li:hover {
    background-color: transparent;
}

.column.left {
    width: 70% !important;
}

.column.right {
    width: 30% !important;
}

.column.right li {
    margin-left: 10px;
}

.invisible {
    display: none;
}

.up17__res__img {
    right: -17px !important;
}

/*.oneway_btn {
  
    height: 50px;
    width: 100%;
    white-space: nowrap;
}*/
.booknow_btn {
    font-weight: 700;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    background-color: var(--up17-buttton-bg);
    text-transform: capitalize;
    border-radius: 4px;
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
}

.booknow_btn:hover {
    border: 1px solid var(--up17-buttton-bg1);
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}


.up17__travel__date,
.up17__show__result,
.up17__sorting__title,
.up17__flight__details__box {
    border-radius: 4px;
}

.up17__flight__border__dotted::after {
    right: 20px !important;
}

.up17__arrival {
    right: 44px;
    top: 6px;
}

.presentation {
    width: 100%;
    height: 16px;
    position: relative;
}

.presentation::before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-bottom: 1px dashed #7d7b89;
    z-index: 0;
}

.flight-Icons .fa-plane {
    top: 20px;
    position: absolute;
    right: -20px;
    color: var(--black);
}

.presentation .stop {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    left: 53%;
    box-shadow: 0 1px 5px 0 #0000001a;
}

.presentation .stop1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    left: 40%;
    box-shadow: 0 1px 5px 0 #0000001a;
}

.flight_details_ul li {
    background-color: transparent !important;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes {
    border: none;
    margin: 0;
    overflow: hidden;
    border-radius: 0 !important;
    background-color: transparent;
    box-shadow: none;
}

.list-group-item {
    border: none !important;
    ;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightTypeDetail .flightTypeName {
    margin-top: 0;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card {
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #0000001a;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card_header:hover {
    background-color: transparent;
}

/* .flightDetailWrapper .flightRightWrapper .flightFareTypes .card_footer {
    background-color: #fff;
} */

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card_body ul li {
    list-style: none;
    padding: 5px 0;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card_body ul li span {
    text-align: right;
}

.input-group .input-group-append .btn-warning {
    border-radius: 0px 5px 5px 0px;
    padding-top: 0px;
    padding-bottom: 0px;

    font-size: 13px;
    height: 32px;
    background-color: #000;
    ;
    color: #fff;
    border: 1px solid #000;
}

.input-group .input-group-append .btn-warning:focus {
    box-shadow: none;
}

.form-control1 {
    height: 32px;
    font-size: 14px;
}

.flightDetailWrapper .flightRightWrapper .promoOfferswrapper {
    padding: 10px !important;
    ;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightDetailTiming ul li h2 {
    padding-top: 0;
}


.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightDetailTiming ul li h3 {
    margin: 0;
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .card-header {
    padding: 7px 15px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail h4 {
    font-size: 13px;
}

form {
    background-color: transparent !important;
}

.flightDetailWrapper .flightLeftWrapper .flightHeadWrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

/* 
.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightPoint {
    padding: 10px 10px;
} */

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .partialRef {
    padding: 0;
    margin: 0;
}

.flightTypeDetail p {
    padding: 10px;
}

/* .flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet {
    display: flex;
    padding: 10px 10px 10px;
    align-items: center;
    justify-items: end;
} */

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet p .vaccineInfo {
    position: relative;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet p {
    padding-left: 0;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail h4 span {
    margin-left: 0;
}

.flightDetailWrapper .flightRightWrapper .flightFareTypes .card {
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #0000001a;
    background: var(--bg-white) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightTravellerContact .flightGstNumber .gstUpper .btn {
    margin-top: 0px;
}

.hotal-filter-card {
    border: 1px solid #ebebeb;
    background-color: var(--bg-white);
    border-radius: 4px;
    position: relative;
}

.hotal-filter-card ul.nav {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap !important;
}

.hotal-filter-card ul.nav li.nav-item {
    margin-bottom: 0;
}

.hotal-filter-card ul.nav li.nav-item a.nav-link {
    color: inherit;
}

.hotal-filter-card ul li {
    display: block;
    border-right: 1px #e9e9e9 solid;
    position: relative;
}

.hotal-filter-card ul li:last-child {
    border: none;
}

/* .hotal-filter-card ul .modifylist-box {
    text-align: center;
} */
.hotal-filter-card ul li h5 {
    font-size: 16px;
    margin: 0;
}

.hotal-filter-card ul li:last-child button {
    float: right;
}

.hotal-filter-card ul li button.modifysearch {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    color: var(--up17-buttton-txt);
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--up17-buttton-bg);
    border: 1px solid var(--up17-buttton-bg);
}

.hotal-filter-card .modify_list li button.modifysearch:hover {
    background-color: var(--up17-buttton-bg1);
    border: 1px solid var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}

.hotal-filter-card ul h5 span {
    font-size: 13px;
    font-weight: 300;
}

.hotal-filter-card ul h5 a {
    font-weight: 700;
    color: var(--black);
}

.hotel_box {
    padding: 10px;
}

.hotel_box .hotel-title {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    max-width: calc(100% - 110px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hotel_box .hotel-box-body .fa-star {
    color: #efb400;
}

.hotel_box .hotel-box-body ul li {
    font-size: 12px;
}

.hotel_box .hotel-box-body .icon {
    margin-right: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #055290;
}

.hotel_box .hotel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel_box .hotel-title i {
    font-size: 10px;
    color: #efb400;
}

.hotel_box .hotal_price h4 {
    font-size: 20px;
}

.hotel_box .hotal_price h5 {
    font-size: 13px;
    color: #6f6f6f;

}

.hotal-filter {
    box-shadow: 0 1px 5px 0 #0000001a;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.hotel-filter-rating {
    color: #efb400;
}

.bg-filter {
    background-color: #e7f4ff;
    color: var(--black);
    padding: 2px 10px;
    font-size: 13px;
}

.badge_bg {
    background-color: var(--up17-buttton-bg) !important;
    color: var(--up17-buttton-txt);
}

form .first_night {
    font-size: 10px;
    font-weight: 700;
    color: #525252;
    padding: 10px 0 0;
    border-top: 1px dashed #000;
    white-space: nowrap;
}

.booking-form {
    position: relative;
    width: 100%;
    background-color: red;
}

.hotel-room-box {
    float: left;
    padding: 0px;
    box-shadow: 0 1px 5px 0 #0000001a;
    height: 250px;
}

.hotel-room-box.hotel-left {
    width: 65%;
}

.hotel-room-box.hotel-right {
    width: 35%;
    background-color: red;
    box-shadow: 0 1px 5px 0 #0000001a;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}

.hotel-room-list {
    padding: 0;
    margin: 0;
}

.hotel-room-list li {
    margin-right: 10px;
}

/*.placeoneway-flights {
    width: 100%;
}*/

/* .modify_list {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.modify_list li {
    position: relative;
    padding: 0 5px 0 5px;
}

.modify_list li:after {
    position: absolute;
    content: '';
    background: #aaa;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
}

.modify_list li:fast-child {
    width: 20%;
}

.modify_list li h2 {
    font-size: 15px;
    margin: 0;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
    min-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
}

.modify_list li .icons {
    margin-right: 30px;
    font-size: 17px;
}

.modify_list li h2 span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    margin-top: 2px;
}

.modify_list li h3 {
    font-size: 15px;
    margin: 0;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
    min-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 20px;
}

.modify_list li h3 span {
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    margin-top: 0px;
}

.modify_list2 {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    width: 10%;
    list-style: none;
} */

.multi_city {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
    width: 49%;
    list-style: none;
    overflow: scroll;
}

/* .modify_list2 li h3 {
    font-size: 12px;
    color: var(--black);
    text-transform: capitalize;
    width: 150px;
    white-space: nowrap;
    text-align: center;
}

.modify_list2 li {
    position: relative;
    padding: 0 0px 0 20px;
}

.modify_list1 {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-start;
}

.modify_list1 li {
    position: relative;
    padding: 0 0px 0 15px;
}

.modify_list1 .btn-link {
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--white);
    position: relative;
    background: var(--main-bg-color);
    text-decoration: none !important;
    transition: all 0.5s ease;
    border: 1px solid #000;
} */

.flightDetailButtonWrap .btn-link {
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--black);
    position: relative;
    background: var(--bg-white);
    text-decoration: none !important;
    transition: all 0.5s ease;
    border: 1px solid #000;
}

.btn-link:hover {
    background: var(--up17-buttton-bg);
    color: var(--white);
    border-color: var(--up17-buttton-bg);
    outline: none;
}

.hotal-filter-card .recommended {
    position: absolute;
    z-index: 0;
    left: -8px;
    top: 0px;
    background-image: linear-gradient(to right, #1c4789, #000000);
    width: 110px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 1px 5px 0 #0000001a;
    overflow: hidden;
}

.hotal-filter-card .recommended:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #021432;
    border-right: 0 solid transparent;
    border-left: 8px solid transparent;
    z-index: 1;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
}

.gallery li {
    list-style-type: none;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 #0000001a;
}

.gallery li:nth-child(2),
.gallery li:nth-child(4),
.gallery li:nth-child(6) {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.amenities-list {
    padding: 0px;
    margin: 0;
    list-style: none;
    overflow: hidden;
    background-color: #f5f6f8;
}

.amenities-list li {
    margin-right: 35px;
    color: var(--black);
    font-size: 14px;

}

.amenities-wrapper h3 {
    color: var(--black);
    font-size: 18px;

    margin: 0 0 10px;
}

.amenities-hotel-list {
    padding: 0;
    margin: 0px;
}

.amenities-hotel-list li {
    list-style: circle;
    font-size: 12px;
    color: var(--black);
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 0px;
    position: relative;
    float: left;
    width: 33.33%;
    border-right: 0 !important;
}

.amenities-hotel-list li i {
    color: #333;
    margin-right: 5px;
}


/* Modal Content */
.gallery-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
}

/* The Close Button */
.close {
    color: var(--bg-white);
    position: absolute;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: var(--bg-white);
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.hotelpoint {
    background-color: #f5f6f8;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 20px;
}

.hoteldetail h6 {
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.hoteldetail h3 {
    color: var(--black);
    font-size: 20px;

    margin: 0;
}

.hoteldetail h4 {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-transform: capitalize !important;
}

/* .hoteldetail h5 {
    font-size: 14px;
    font-weight: 700;
    color: #525252;
    padding: 10px 20px 0;
    border-top: 1px dashed #000;
} */
.flightDetailWrapper .flightLeftWrapper .flightBookDetail .hoteldetail h5 {
    font-size: 15px;
    margin: 0;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .hoteldetail h5 span {
    display: block;
    font-size: 13px;
    color: #848f91;
    font-weight: normal;
}


.hoteldetail ul li span.freebreakfast {
    font-size: 12px;
    color: var(--black);

    border-radius: 5px;
    border: 1px solid #bdd3e5;
    background: #e7f4ff;
    padding: 5px;
    display: block;
}

.input-group .input-group-append .btn-warning {
    z-index: 1;
}

.sarch-inline {
    display: flex;
    align-items: center;
    justify-content: start;
}

.search-input {
    margin-right: 5px;
}

/*.search-check {
    margin-right: 11px;
    align-items: center;
    display: flex;
    background-color: #ebebed;
    border-radius: 40px;
}

.search-check label {
    padding: 5px 15px;
    font-size: 13px;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    align-items: center;
}

.search-check label input {
    margin: 0 5px 0 0px;
}*/


.gallery-box .gallery_img {
    width: 100%;
    object-fit: cover;
    height: 380px;
}

.form-check1 {
    min-height: 0;
    margin-bottom: 0;
}


.result-modal div.parentdv {
    position: relative;
    padding: 5px 10px 5px 10px;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightPoint a {
    color: var(--black);
    font-size: 14px;
    margin-top: 0px;

    text-transform: capitalize;
}

.modal-shadow {
    background: var(--bg-white);
    z-index: 1000;
    border: 1px solid #e2dede;
    padding: 16px 16px 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 25px;
}

.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: var(--background-color);
    z-index: 1055;
}

.modal-body--scroller {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.gray_bg {
    background-color: #f9f9f9;
}

.price-detail {
    border: 1px solid #ccc;
    border-width: 1px 0px 1px 0px;
    margin: 0px -10px;
}

.btn.go_button {
    background: var(--up17-buttton-bg);
    border-radius: 4px;
    box-shadow: unset !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--up17-buttton-txt);
    padding: 8px 8px;
    z-index: 1;
}

.up17__bus__time {
    font-size: 13px;
}

.accordion-btn {
    font-size: 13px;

}

.accordion-body1 {
    width: 100%;
    height: 300px;
    overflow: auto;
}

.cruiser-item-half {
    width: 50%;
    float: left;
    padding: 0 1px 1px 0;
}

.cruiser-item-half label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    background: #f5f5f5;
    cursor: pointer;
    white-space: nowrap;
}

/* .accordion-button {
    border-bottom: 1px solid #ccc;
}

.accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--black);
} */


.low-rate-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.low_price {
    border: 1px dashed #26be4c;
    padding: 10px;
}

.low-rate-list li:first-child {
    border-top: 0;
}

.low-rate-list li {
    display: flex;
    justify-content: space-between;
    clear: both;
    width: 100%;
    padding: 3px 0;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    border-width: 1px 0 0;
    border-style: dashed;
    border-color: #26be4c;
}

.tableFixHead {
    overflow: auto;
    height: 300px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tableFixHead table .btn {
    padding: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.tableFixHead table th,
td .btn i {
    font-size: 12px;
}

.nav-tabs .gallery-link {
    background-color: #f5f6f8 !important;
    border-radius: 0;
    color: var(--black);
}

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

.gallery-tabs button {
    width: 25%;
    font-size: 14px;

}


.itinerary-details {
    margin: 0;
    margin-top: 12px;
    padding: 0;
    list-style-type: none;
}

.itinerary-details li {
    position: relative;
    display: block;
    margin-left: 8px;
    margin-right: 0;
    break-inside: avoid-column;
}

.itinerary-details li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #dbdbdb;
    content: '';
}

.itinerary-details .time {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.itinerary-details li .itinerary-optional-package-wrapper {
    margin: -8px;
    margin-left: 10px;
    padding: 8px;
}

.itinerary-details li::after {
    position: absolute;
    top: 10px;
    left: 0;
    right: auto;
    display: inline-block;
    width: 8px;
    height: 8px;
    color: #707070;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 #0000001a;
    background: currentColor;
    content: '';
    box-sizing: content-box;
    transform: translateX(-50%);
}

.nav-pills .nav-link {
    background: #f5f6f8;
    border: 0;
    border-radius: 0;
    color: var(--black);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--up17-buttton-txt);
    background-color: var(--up17-buttton-bg);
}

.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slides li {
    margin-bottom: 8px;
}

.disclaimer {
    padding: 1rem;
    font-weight: 400;
    width: 100%;
    border-radius: 3px;
    background: #f5f5f5;
    box-shadow: 0 1px 5px 0 #0000001a;
}

.facts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.facts li {
    margin-bottom: 1px;
    padding: 0;
    border-right: 1px solid transparent;
    line-height: 36px;
    text-align: left;
}

.facts li .fas {
    display: inline-block;
    width: 36px;
    color: currentColor;
    font-size: 1.25rem;
    text-align: center;
    line-height: 36px;
    background: #dbdbdb;
    vertical-align: top;
}

.facts li .facts-wrap {
    background: #f5f5f5;
}

.facts li label {
    margin: 0 0 0 8px;
}

.cruise-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.cruise-list li {
    padding: 0px 10px;
    border-right: 1px solid #ccc;

    font-size: 20px;
}

.cruise-package {
    margin: 30px 0 0px 0;
}

.cruise-box {
    box-shadow: 0 1px 5px 0 #0000001a;
    width: 100%;
    background-color: #fff;
}

.cruise-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cruise-card-list li {
    margin: 8px;

}

.cruise-box .card {
    border-radius: 0 !important;
    border: none;
    box-shadow: 0 1px 5px 0 #0000001a;
    width: 100%;
    background-color: #fff;
}

.cruise-box .card .card-img-top {
    border-radius: 0 !important;
}

.package-prices {
    box-shadow: 0 1px 5px 0 #0000001a;
    background-color: #fff;
    padding: 10px;
}

.tabs-shadow {
    box-shadow: 0 1px 5px 0 #0000001a;
    width: 100%;
    background-color: #fff;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.sticky-bottom {
    padding: 10px 10px 10px 10px;
    background: var(--bg-white) !important;
    box-shadow: 0 1px 5px 0 #0000001a;
}

.cruise-details-package-title {
    font-size: 1.3125rem;
}

.text-price-color {
    color: #000;
}

.accordion-footer {
    margin: 10px 0 0;
    padding: 10px;
    background-color: var(--bg-black);
    color: var(--bg-white);
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .form-control {
    width: 100%;
}

.flightDetailWrapper .flightLeftWrapper .logInAccount .flightDetailButtonWrap .btn-secondary {
    padding: 0 0px;
    height: 32px;
}

.ratingOrangeGradientBg {
    background: linear-gradient(63deg, #f3d452, #f09819);
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 2px;
}

.car_list .car_name {
    font-size: 20px;
    font-weight: 700;

}

.cabUtilities span {
    margin-top: 5px;
}

.font16 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.car_details-list li {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    font-size: 13px;

}

.up17__flight__details__box .up17__flight__details__box_list li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.latoBold {
    font-weight: 700;
    color: rgb(167, 104, 255);
}

.car-details {
    background: var(--bg-white);
    border: 1px solid rgba(156, 170, 179, 0.28);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    padding: 10px 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.readmoreList {
    column-count: 2;
    column-gap: 50px;
}

#car_filter {
    width: 100%;
    height: 300px;
    overflow: auto;
}

.car-filter-shadow {
    box-shadow: 0 1px 5px 0 #0000001a;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.pfc3 {
    color: #3e3e3e !important;
}

.fw9 {
    font-weight: 900;
}

.f16 {
    font-size: 16px;
    line-height: 20px;
}

.flightDetailWrapper .flightLeftWrapper .logInAccount .flightDetailButtonWrap .btn-secondary {
    background-color: var(--up17-buttton-bg) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightRefundableWrapper .flightRefundContent .flightCheckList .flightListItem a {
    color: #000 !important;
}

.flightDetailWrapper .flightLeftWrapper .continuePayment .btn,
.flightDetailWrapper .flightLeftWrapper .continuePayment .btn-link {
    background-color: var(--up17-buttton-bg) !important;

}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail p {
    color: #000 !important;
}

.flightDetailWrapper .flightLeftWrapper .flightTraveller .flightTravellerDetail .card-header .title {
    color: #000 !important;
}

.flightDetailWrapper .flightLeftWrapper .flightTravellerContact .flightGstNumber .gstUpper .btn {
    border-color: var(--up17-buttton-bg) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet p {
    color: var(--up17-buttton-bg) !important;
}

.flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightVaccineDet p .vaccineInfo {
    background-color: var(--up17-buttton-bg) !important;
}

/*.oneway_btn {
    background-color: var(--up17-buttton-bg) !important;
}*/
.form-error {
    color: #dc3545 !important;
}

/*============Trending Holidays========start===========*/
.holidayTrendsWrapper .holidayCardWrapper_box {
    border-radius: 4px;
    padding: 10px;
    height: 100%;
    background: var(--bg-white);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
    display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCard-body h5.card-title {
    color: var(--black);
    font-size: 19px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover {
    box-shadow: 0px 0px 30px rgba(33, 37, 41, 0.15);
}

.holidayTrendsWrapper .holidayCardWrapper_box .makeRelative {
    position: relative;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper {
    overflow: hidden;
    position: relative;
    margin: 0px -10px 20px -10px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    display: block;
}

.holidayTrendsWrapper .holidayCardWrapper_box .daysbadge {
    padding: 0px 10px;
    background: var(--up17-buttton-bg1);
    border-radius: 13px;
    color: var(--up17-buttton-txt1);
    position: absolute;
    margin-top: -34px;
    right: 5px;
    z-index: 1;
    font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .smileychoice {
    position: absolute;
    top: 50px;
    left: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended {
    position: absolute;
    z-index: 5;
    left: -8px;
    top: 15px;
    background-image: linear-gradient(to right, var(--up17-buttton-bg), var(--up17-buttton-bg1));
    width: 130px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.holidayTrendsWrapper .holidayCardWrapper_box .under-checkbox1 {
    top: 180px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #021432;
    border-right: 0px solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0px;
    border-left: 8px solid var(--black);
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .recommended span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 0 solid transparent;
    border-top: 12px solid transparent;
    border-right: 0px;
    border-left: 8px solid var(--black);
    z-index: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .img-wrapper:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    z-index: 2;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    transition: all 0.5s;
}

.holidayTrendsWrapper .holidayCardWrapper_box:hover .img-wrapper:before {
    animation: shine .75s;
    width: 100%;
    left: 100%;
    transform: skewX(0deg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem {
    position: static;
    margin-top: 0px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper {
    display: flex;
    overflow: auto;
    width: 100%;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li {
    margin-right: 10px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem ul.holidayItineraryWrapper li p {
    margin: 0px;
    font-size: 13px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .redText {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.holidayTrendsWrapper .holidayCardWrapper_box .holidayCarditem .destinationWrapper .destinationName span {
    margin-right: 2px;
    margin-left: 2px;
}


.holidayTrendsWrapper .holidayCardWrapper_box .footer-new {
    border-top: 1px solid #ebebeb;
    padding: 10px 0px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 {
    color: #525252;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new h3 .slashed {
    display: block;
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a {
    color: var(--up17-buttton-txt);
    background: var(--up17-buttton-bg);
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 24px;
    border: 1px solid var(--up17-buttton-bg);
}

.holidayTrendsWrapper .holidayCardWrapper_box .footer-new a:hover {
    background: var(--up17-buttton-bg1);
    border: 1px solid var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}


/*============Trending Holidays========end===========*/
/*==================holiday========theme==============*/

.holidays_theme .card-group {
    height: 100% !important;
}

.holidays_theme .card {
    border: none;
    height: 100%;
    width: 100%;
}

.holidays_theme .card img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.holidayimg_overlay h5 {
    font-size: 13px;
}

.holidays_theme .card {
    border-radius: 0;
}

.holidays_theme .card .holidayimg_overlay img {
    max-width: 50px !important;
    max-height: 50px;
}

.holidays_theme .holidayimg_overlay {
    background: #00000047;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.5s ease;
}

.holidays_theme .holidayimg_overlay:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.holidays_theme .holidayimg_overlay span {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    padding: 0px 10px 2px 10px;
    font-size: 11px;
}

.holiday-carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: red;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}

.holiday-carousel-indicators [data-bs-target].active {
    opacity: 1;
}


/*==================holidays========theme=======end=======*/


.flight-book {
    background: var(--up17-buttton-bg);
    padding: 10px 30px;
    height: auto;
    border-radius: 30px;
    border: 0;
    box-shadow: inset 0px -2px 4px 0 rgb(0 0 0 / 11%);
    color: var(--up17-buttton-txt);
    font-weight: 700;
    font-size: 14px;
}

.flight-book:hover,
.flight-book:focus {
    background-color: var(--up17-buttton-bg1);
    color: #fff;
    box-shadow: none;
}

.flight-list-tab {
    margin-top: 15px;
    line-height: 20px;
}

.flight-list-tab .nav-tabs {
    border-bottom: none;
}

.flight-list-tab nav {
    background-color: #f6f6f6;
    border-radius: 0px;
}

.flight-list-tab .flight-list-tab-btn {
    border-radius: 0px;
    color: #000;
    font-size: 13px;
}

.flight-list-tab nav .cross-btn {
    padding: 0;
}

.flight-list-tab nav .cross-btn i {
    border-radius: 50%;
    background-color: var(--up17-buttton-bg);
    display: block;
    color: var(--up17-buttton-txt);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.flight-list-tab .flight-list-tab-btn.active,
.flight-list-tab .flight-list-tab-btn:hover {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt) !important;
    border-color: var(--up17-buttton-bg);
}

.flight-list-tab .flight-list-tab-content {
    padding: 20px;
    font-size: 13px;
}

.flight-listair1 li .fightairline-logo {
    margin-right: 8px;
    width: 30px;
}

.flight-holdid .equipType {
    margin-left: 5px;
}

.at-fontweight {
    font-weight: normal !important;
}

.graycolor {
    color: #999;
}

.cross-btn:hover,
.cross-btn:focus {
    border: 1px solid transparent;
}

.flight-viewbtn {
    padding: 0;
    color: #000;
    font-size: 13px;
    border-radius: 0px;
    border: none;
    margin-top: 10px;
}

.indicator-content .flightarrives-after .flightarrive-icons {
    margin-right: 10px;
}

.indicator-content {
    color: #666;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.ars-trasfee .list-fare-ddetials-content {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.star-text {
    margin-left: 0%;
    color: #da666c;
}

.fare-rules-tabs {
    margin: 0 1% 1% 0;
    padding: 5px;
    outline: none;
    border-bottom: 2px solid var(--up17-buttton-bg);
}

.flight-typefare {
    font-size: 15px;
    font-weight: 600 !important;
}

.baggage__data {
    padding: 5px;
    background-color: #fff;
}

.atls-holdid span {
    white-space: nowrap;
}

.arrowclass-loader-flight-search {
    height: 2px;
    width: 70%;
    background: #ccc;
    margin-left: 0;
    position: relative;
    margin-top: 0;
    display: inherit;
}

.arrowclass-loader-flight-search:before {
    content: "";
    position: absolute;
    height: 8px;
    top: -6px;
    width: 2px;
    background: #ccc;
    right: 3px;
    transform: rotate(135deg);
}

.arrowclass-loader-flight-search:after {
    content: "";
    position: absolute;
    height: 8px;
    top: 0;
    width: 2px;
    background: #ccc;
    right: 3px;
    transform: rotate(45deg);
}

/*===========================end=====================*/
.up17__flight__result__page .up17__flight__result__page_title {
    margin-right: 10px;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--black);
}

.up17__flight__result__page .up17__flight__result__page_text {
    color: #055290;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
}

/* .up17__flight__result__page .fa-star {
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #efb400;
    font-size: 17px;
} */

.gallery-box {
    box-shadow: 0 1px 5px 0 #0000001a;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 15px;
}

.gallery-box .carousel-indicators--thumbnails {
    overflow-x: auto;
    height: 400px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.gallery-box .carousel-indicators--thumbnails li {
    position: relative;
    width: 100%;
}

.gallery-box .carousel-indicators--thumbnails li img {
    height: 131px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 3px;
}

.gallery-box .carousel-item img {
    width: 100%;
    height: 400px;
}

/* .carousel-indicators--thumbnails--column {
    padding-left: 0px;
} */

.hoteldetail_list_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

/*.hoteldetail_list_ul li {
    margin: 10px 10px;
}*/
.ui-autocomplete-category {
    padding: 10px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    background: #f1f1f1;
}

.gallery-box .section-one {
    border-bottom: 1px solid #dedede;
}

.gallery-box .section-one .gallery-checkin {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-start;
    align-items: stretch;
    padding: 0;
    margin: 0;
    list-style: none;
}

.gallery-box .section-one .gallery-checkin li {
    width: calc(50% - 50px);
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    transition: all .5s ease-in .1s;
}

.gallery-box .section-one .gallery-checkin li:nth-child(n+3) {
    text-align: right;
}

.gallery-box .section-one .gallery-checkin li.nights {
    width: 100px;
    text-align: center;
    padding: 0 15px 0 15px;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
}

.gallery-box .section-one .gallery-checkin li.nights h5 {
    font-size: 14px;
    font-weight: 700;
    color: #525252;
    padding: 10px 0 0;
    border-top: 1px dashed #000;
    white-space: nowrap;
}

.gallery-box .section-one .gallery-checkin li label {
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
}

.gallery-box .section-one .gallery-checkin li h6 {
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    color: var(--black);
}

.gallery-box .section-one .gallery-checkin li p {
    font-size: 12px;
    color: #525252;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery-box .section-one .gallery-checkin li.roomsGuests {
    width: 100%;
}

.gallery-box .section-one .gallery-checkin li span {
    font-weight: 400;
    font-size: 16px;
    color: #525252;
}

.gallery-box .section-two {
    padding: 30px 0 20px;
}

.gallery-box .section-two .inclusion {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    place-content: stretch flex-start;
    align-items: stretch;
    padding: 0;
    margin: 0;
    list-style: none;
}

.gallery-box .section-two .inclusion li {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    margin: 0 0 10px;
    padding: 0 0 0 15px;
}

.gallery-box .section-two .inclusion li .fa {
    font-size: 16px;
    margin-right: 6px;
}

/*========confirmation========start=====*/
.travelimp__thanku {
    background: #8e9195;
    padding: 15px;
}

.travelimp__thanku .travelimp__thanku--statuscontent {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.travelimp__thanku .travelimp__thanku--statussize {
    font-size: 18px;
    margin-left: 10px;
    font-weight: bold;
    color: rgb(112, 209, 39);
}

.travelimp__thanku .travelimp__thanku--bookingIdShow {
    font-size: 14px;
    /* margin-left: 10px;*/
    margin: 0;
    font-weight: bold;
}

.travelimp__thanku .travelimp__thanku--redirectid {
    color: #fff;
}

.flight-confirmation .travelimp__thanku--leftside {
    margin: 15px 0;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px;
    background-color: #FFF;
}

.flight-confirmation .travelimp__thanku--panelHeadwrap {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

.flight-confirmation .travelimp__thanku--flightFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F7F7F7;
    font-size: 18px;
    color: var(--modify-Bg-color);
    border-radius: 5px;
}

.flight-confirmation .travelimp__thanku--panelHeading {
    background: #F7F7F7;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    color: #333;

}

.flight-confirmation .travelimp__thanku--tripdate {
    color: #999;
    font-size: 13px;
    margin-left: 15px;
    font-weight: bold;
}

.flight-confirmation .travelimp__segmentwrap--flightimg {
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
}

.flight-confirmation .travelimp__segmentwrap {
    padding: 10px;
}

.flight-confirmation .travelimp__segmentwrap--flightul {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0 10px;
}

.flight-confirmation .travelimp__segmentwrap--airportul {
    line-height: 1.3;
    width: 100%;
}

.flight-confirmation .travelimp__segmentwrap--airportname {
    color: #999;
}

.flight-confirmation .travelimp__segmentwrap--terminaltext {
    color: #333;
}

.flight-confirmation .travelimp__segmentwrap--stoparrowlist {
    position: relative;
    border-bottom: 2px solid #ccc;
    font-size: 11px;
    text-align: center;
    padding-bottom: 15px;
}

.flight-confirmation .travelimp__segmentwrap--stoparrowlist::before {
    position: absolute;
    height: 2px;
    width: 12px;
    background: #ccc;
    right: -1px;
    bottom: 3px;
    content: '';
    transform: rotate(45deg);
    border-radius: 10px;
}

.flight-confirmation .travelimp__segmentwrap--stoparrowlist::after {
    position: absolute;
    height: 2px;
    width: 12px;
    background: #ccc;
    right: -1px;
    bottom: -7px;
    content: '';
    transform: rotate(-45deg);
    border-radius: 10px;
}

.flight-confirmation .label-purple {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border-radius: 0;
    padding: 5px 5px 3px 5px;
    margin-top: 3px;
}

.flight-confirmation .travelimp__segmentwrap--baggageInfo {
    padding: 10px;
}

.flight-confirmation .travelimp__segmentwrap--baggageInfo p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 14px;
    color: #333;
}

.flight-confirmation .travelimp__segmentwrap--baggagecheckin {
    color: #999;
    font-size: 12px;
}

.flight-confirmation .travelimp__segmentwrap--btn {
    padding: 10px;
}

.flight-confirmation .travelimp__segmentwrap--btn .asr-viewbtn {
    background: var(--up17-buttton-bg);
    padding: 8px 12px;
    font-size: 14px;
    color: #FFF;
    height: auto;
    border-radius: 30px;
    border: 0;
    box-shadow: inset 0px -2px 4px 0 rgb(0 0 0 / 11%);
    transition: all 0.5s ease;
}

.flight-confirmation .travelimp__segmentwrap--btn .asr-viewbtn:hover {
    background-color: var(--up17-buttton-bg);
}

.flight-confirmation .travelimp__thanku--tablewrap th {
    white-space: nowrap;
}

.flight-confirmation .travelimp__thanku--responsivewrap {
    padding: 10px;
}

.flight-confirmation .travelimp__thanku--paxwiseprint {
    margin-right: 5px;
    cursor: pointer;
}

.flight-confirmation .travelimp__thanku--fareulborder {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.flight-confirmation .travelimp__thanku--fareullist {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 0;
}

.flight-confirmation .travelimp__thanku--fareulborder:last-child {
    border-bottom: 0;
}

.flight-confirmation .travelimp__termswrap--termsul {
    padding: 5px 15px;
}

.flight-confirmation .travelimp__termswrap--termslist {
    margin-bottom: 3px;
    color: #999;
}

.flight-confirmation .travelimp__thanku--rightside {
    margin: 15px 0;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.flight-confirmation .travelimp__thanku--moreoptions {
    border-radius: 5px;
    padding: 10px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.flight-confirmation .travelimp__thanku--morelist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    cursor: pointer;
}

.flight-confirmation .travelimp__thanku--morecontent {
    padding: 8px;
    color: #999;
    font-size: 13px;
}

.flight-confirmation .travelimp__thanku--moreicons {
    background: var(--up17-buttton-bg);
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    text-align: center;
    font-size: 16px;
    color: var(--up17-buttton-txt);
}

.flight-confirmation .travelimp__thanku--anchorlink {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flight-confirmation .travelimp__thanku--tablewrap thead,
tbody,
tfoot,
tr,
td,
th {
    border-style: solid !important;
}

.modal .modal-content_confirmation {
    width: 100% !important;
    border-radius: 0;
}

.modal .modal-content_confirmation .modal-header_confirmation {
    display: flex !important;
    background-color: transparent;
}

.modal .modal-content_confirmation .modal-header_confirmation .modal-title_confirmation {
    margin-bottom: 0.5rem !important;
}

.modal .modal-content_confirmation .modal-body_confirmation .form-check-input_confirmation {
    width: 20px;
    height: 20px;
    border-radius: 0;
    margin-top: 0;
    margin-left: -1.5em;
    border: 1px solid #000;
}

.modal .modal-content_confirmation .modal-body_confirmation .form-check-label {
    margin-left: 10px;
    font-weight: 600;
}

/*========confirmation========end========*/

/*========cart innformation========start========*/
.cart_information {
    padding: 50px 0;
}

.cart_information .accordion .accordion-item .accordion-button {
    padding: 10px 15px;
    background-color: transparent;
}

.cart_information .accordion .accordion-item .accordion-button:focus {
    border-color: #ccc;
}

.cart_information .accordion .accordion-item .accordion-button .acordian_heading {
    font-size: 16px;
    color: var(--up17-buttton-bg);

}

.cart_information .accordion .accordion-item {
    margin-bottom: 20px;
}

.cart_information .accordion .accordion-item .cart-details-borderline {
    padding: 15px;
    border-radius: 6px;
}

.cart_information .accordion .accordion-button::after {
    background-image: var(--bs-accordion-btn-icon);
}

.cart_information .accordion .ball__border {
    position: relative;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.cart_information .accordion .info_length-green {
    background: #036403;
}

.cart_information .accordion .numbering-section {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--bg-white);
    font-size: 12px;
    font-family: sans-serif;
    text-align: center;
    line-height: 16px;
    transition: opacity 1s;
}

.cart_information .accordion .cart_info-field .cart_info-field--title {
    color: #9c9c9c;

    margin-bottom: 0;
}

.cart_information .accordion .cart_info-field .cart_info-field--detail {
    color: #242424;
}

.cart_information .accordion .cart_info-field a {
    color: var(--up17-buttton-bg);
}

.cart_information .accordion .note_list-content {
    background: #ffffa7;
    height: 100%;
    padding: 10px;
    border-radius: 6px;
}

.cart_information .accordion .note_list-details {
    color: #686868;
    background: #ebf6fa;
    padding: 10px;
}

.cart_information .accordion .note_list-details p {
    margin-bottom: 10px;
}

.cart_information .accordion .cssCircle.addsign {

    font-size: 12px;
    margin-left: auto;
}

.cart_information .accordion .cssCircle-plusdesign {
    color: #000;
}

.cart_information .accordion .segment_body-airlogo {
    display: flex;
    align-items: center;
    text-align: center;
}

.cart_information .accordion .airline-logo {
    margin-right: 8px;
    width: 30px;
}

.cart_information .accordion .arrow_right-sm {
    width: 100%;
    margin: 10px 0;
    background: #ccc;
    position: relative;
    height: 2px;
}

.cart_information .accordion .arrow_right-sm:before {
    content: '';
    position: absolute;
    height: 8px;
    top: -6px;
    width: 2px;
    background: #ccc;
    right: 3px;
    transform: rotate(135deg);
}

.cart_information .accordion .arrow_right-sm:after {
    content: '';
    position: absolute;
    height: 8px;
    top: 0;
    width: 2px;
    background: #ccc;
    right: 3px;
    transform: rotate(45deg);
}

.cart_information .accordion .amend_details-passengers--list {
    background: var(--bg-white);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
    margin: 10px 10px 0;
    position: relative;
    padding: 10px;
    border-radius: 6px;
}

.cart_information .accordion .amend_passenger_details {
    background: #f2f1f1;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.cart_information .accordion .amend_passenger_details .person-name {
    color: #004684;
    text-transform: capitalize;

}

.cart_information .accordion .amend_passenger_details .sm_font {
    font-size: 11px;
}

.cart_information .accordion .amend_passenger_details .padd-left-amendment {
    padding-left: 0;
}


.cart_information .accordion .passenger_faredetail .padd-left-amendment {
    padding-left: 0;
}

.cart_information .accordion .passenger_faredetail .form-floating>.form-control {
    padding: 22px 0px 5px 0px;
    font-size: 13px;

    height: 50px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.cart_information .accordion .passenger_faredetail .form-floating>label {
    padding: 18px 0px 0px 0px;
}

.cart_information .accordion .passenger_faredetail .form-floating>.form-control:focus {
    box-shadow: none !important;
}

.cart_information .accordion .amend_passenger_details .hover_icon {
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    color: #ffb900;
}

.cart_information .accordion .hoverInfo_content {
    background: #8e8e8e;
    color: #fff;
    padding: 5px;
}

.cart_information .accordion .hoverInfo_content-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9a9a9a;
    padding: 2px;
}

.cart_information .accordion .hoverInfo_content-detail p {
    margin-bottom: 0;
    font-size: 13px;
}

/*========cart innformation========end==========*/
.pending-status {

    background: #FFC107;
    color: var(--bg-white);
    padding: 2px 8px;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    min-width: 73px;
    font-size: 12px;
}

.modal .modal-dialog .ref-modal-header {
    display: flex !important;
    padding: 1rem 1rem;
}

.modal .modal-dialog .modal-content-refresh {
    width: 100% !important;
}

.modal .modal-dialog .modal-footer-refresh {
    display: block !important;
    padding: 1rem 1rem;
    text-align: center;
    background-color: #fff;
}

.modal .modal-dialog .modal-body-refresh #notificationModalCaptions img {
    height: 400px;
    object-fit: cover;
}

#notificationModal .modal-dialog {
    width: 500px;
}

.modal .modal-dialog .modal-body-refresh {
    padding: 0;
    margin: 0;
}

.modal .modal-dialog .modal-body-refresh .modal-refresh-btn {
    position: absolute;
    top: -19px;
    right: -19px;
    width: 30px;
    height: 30px;
    background: rgb(255 255 255);
    color: var(--black);
    border-radius: 50px;
    opacity: 1;
}

.modal .modal-dialog .modal-body-refresh .modal-refresh-btn span {
    font-size: 20px;
    font-weight: normal;
}

.modal .modal-dialog .modal-footer-refresh .btn-modal-refresh {
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;

}

.modal .modal-dialog .modal-body-refresh .carousel-indicators {
    bottom: auto;
    top: 65%;
}

/*   
.up17-amendment-partner-border {
    border: 1px solid #b6b7b9; 
}
*/

.up17-amendment-admin-border {
    border: 2px solid #198754;
}

.up17_agentUserId {
    color: #00000075;
    height: 100%;
    left: 0;
    line-height: 10;
    margin: 0;
    position: fixed;
    top: 0;
    transform: rotate(-30deg);
    transform-origin: 0 100%;
    width: 200%;
    font-size: 14px;
    z-index: 0;
    word-spacing: 60px;
    user-select: none;
    pointer-events: none;
    opacity: 0.25;
}

.up17-pr_9 {
    padding-right: 9px;
}

.up17-refundable {
    color: #307d01 !important;
    cursor: pointer;
}

.up17-non-refundable {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.amendment_reply {
    border-left: 3px solid #0063ff !important;
    background: #e7eaeb;
    border-radius: 5px;
    padding: 12px 12px;
}

.amendment_box {
    background: #f6f6f6;
    padding: 17px 7px;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px grey;
}

.txt-black {
    color: var(--black);
}

.imp_amdement_noti {
    background: white;
    padding: 21px;
    border-radius: 5px;
}

.sales-report td {
    padding: 0.75rem 0.2rem !important;
}


/*==================start-section==============*/
.StartNowstyles {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0px 0 80px;
}

.StartNowstyles:after {
    width: 75%;
    background-color: rgb(242, 236, 243);
    border-radius: 0px 10rem 10rem 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    height: 100%;
    z-index: -1;
}

.StartNowstyles-wrapper {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 75%;
}

.StartNowstyles__box {
    max-width: 1350px;
    padding: 2rem 0px;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    z-index: 2;
}

.StartNowstyles__text {
    margin-bottom: 0;
}

.StartNowstyles__title {
    font-size: 32px;
    color: rgb(10, 39, 49);
    font-weight: 800;
}

.StartNowstyles__btn {
    display: flex;
    margin-left: 7rem;
    width: 20.5rem;
    border: 1px dashed rgb(32, 119, 247);
    border-radius: 4rem;
    padding: 0.8rem;
}

.StartNowstyles__signup {
    width: 100%;
    padding: 15px 40px;
    border-radius: 5rem;
    background-image: linear-gradient(92deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 130%);
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.StartNowstyles__signup:hover {
    color: #fff;
}

.StartNowstyles__signup:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: var(--bg-white);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-95%) translateY(-25%) rotate(90deg);
    z-index: -1;
}

.StartNowstyles__signup:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.StartNowstyles__signup:hover {
    color: #001f8d;
}

/*==================start-section==============*/
/*==================partner-section==============*/
.customer-need,
.why-partner,
.StartNowstyles-section,
.partner-section {
    padding: 80px 0;
    overflow: hidden;
}

/*section{
     padding: 80px 0;
    overflow: hidden;
}*/
/*.section-background{
    background-image: linear-gradient(263deg, rgb(232, 234, 248) 1%, rgb(254, 255, 255) 99%);
}*/
.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 32px;
    font-weight: 800;
    position: relative;
}

.section-header p {
    margin-bottom: 0;
    color: rgb(51, 51, 51);
}

.partner-section .feature-box {
    padding: 24px 20px;
    box-shadow: rgb(194 198 235) 0px 1px 1px 0px;
    transition: 0.3s;
    background-image: linear-gradient(263deg, rgb(232, 234, 248) 1%, rgb(254, 255, 255) 99%);
    border-radius: 8px;
    margin-bottom: 10px;
}

.partner-section .feature-box i {
    background-image: linear-gradient(92deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 130%);
    padding: 4px;
    margin-right: 20px;
    font-size: 24px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s;
}

.partner-section .feature-box h3 {
    font-size: 16px;
    color: #012970;
    font-weight: 700;
    margin: 0;
}

.partner-section img {
    height: 450px !important;
    width: 100%;
    object-fit: contain;
}

/*==================partner-section========end======*/
/*==================why-partner========start======*/
.why-partner .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #001f8d;
    text-transform: capitalize;
}

.why-partner .content ul {
    list-style: none;
    padding: 0;
}

.why-partner .content ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.why-partner .content ul i {
    flex-shrink: 0;
    font-size: 48px;

    margin-right: 20px;
}

.why-partner .content ul h5 {
    font-size: 18px;
    font-weight: 700;

}

.why-partner .content p:last-child {
    margin-bottom: 0;
}

.why-partner .content ul p {
    font-size: 15px;
}


div.laptop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}

div.laptop-wrapper iframe {
    box-sizing: border-box;
    background: url('../../webroot/img/video-banner.png') center center no-repeat;
    background-size: contain;
    padding: 11.9% 15.5% 14.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*==================why-partner========end======*/
/*==================customer====need========start======*/

.customer-need {
    background-color: rgb(242, 236, 243);
    border-radius: 50px 50px 0% 0% / 60px;

}

.customer-need .card-group .card {
    border-radius: 2rem 2rem 0px 0px !important;
    margin: 10px;
}

.customer-need .card-group .card .card-img-top {
    border-radius: 2rem 2rem 0px 0px !important;
    height: 250px !important;
    object-fit: cover;
}

.customer-need .card-group .card .card-title {
    font-size: 18px;
    color: #001f8d;
    text-align: center;
    font-weight: bold;
    border-radius: 0px 0px 0.8rem 0.8rem;
}

.customer-need .Waiting {
    margin-top: 4rem;
    text-align: center;
}

.customer-need .Waiting h2 {
    font-size: 32px;
    color: rgb(10, 39, 49);
    font-weight: 800;
}

.customer-need .Waiting .WaitingForButton {
    padding: 15px 45px;
    border-radius: 5rem;
    background-image: linear-gradient(92deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 130%);
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-top: 2.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}

.customer-need .Waiting .WaitingForButton:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--bg-white);
    transition: all 0.5s ease;
    z-index: -1;
    border-radius: 5rem;
}

.customer-need .Waiting .WaitingForButton:hover:after {
    width: 98%;
}

.customer-need .Waiting .WaitingForButton:hover {
    color: #001f8d;
}

/*==================customer====need========end======*/


.TopSectionstyles-section .TopSectionstyles-box {
    background-image: linear-gradient(248deg, #fff1cd 100%, #ffedd6 1%);
    padding: 20px 0;
    border-radius: 10px;

}

.TopSectionstyles-section .TopSectionstyles-box h3 {
    font-size: 25px;
    font-weight: 400;
}

.TopSectionstyles-section .TopSectionstyles-box h3 span {
    font-weight: 900;
}

.TopSectionstyles_border {
    border-right: 2px solid #e4c583;

}

.TopSectionstyles_border .Know-more {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #0092ff;
}

.TopSectionstyles-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.TopSectionstyles-section ul li {
    padding: 0 0 10px 30px;
    position: relative;
    font-size: 18px;
}

.TopSectionstyles-section ul li i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 5px;
    color: var(--black);
}

.TopSectionstyles-section ul li span {
    font-weight: 700;
}


.text_typing {
    animation: text1;

}


.text_typing {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    animation-duration: 5s;
    animation-timing-function: steps(25, end);
    animation-iteration-count: infinite;
}

/*.text_1::after{
  content: "|";
  position: absolute;
  right: 0;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}
*/

@keyframes text1 {

    0%,
    50%,
    100% {
        width: 0;
    }

    10%,
    100% {
        width: 40%;
    }
}

@keyframes caret {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}


.btn-up17-markup {
    background: #11458d;
    color: #fff;
}

.flightDetailWrapper .flightFare .fa-edit {
    font-size: 16px;
    background-color: #f58434;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

.holiday_slider {
    background: transparent !important;
}


/*==================tourista---marquee============*/

.tourista-marquee .ticker {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    height: 50px;
}

.tourista-marquee .ticker-news {
    width: 88%;
    background: var(--bg-white);
    padding: 7px 2%;
}

.tourista-marquee .ticker-title {
    width: 12%;
    text-align: center;
    background: #000;
    position: relative
}


.tourista-marquee .ticker-title h5 {
    font-size: 16px;
    margin: 8% 0;
    color: #fff;
}

.tourista-marquee .ticker-news marquee {
    font-size: 15px;
    margin: 0px 0 0 0;
}

.tourista-marquee .news-content p {
    margin-right: 41px;
    display: inline;
    font-size: 13px;
}


/*======up17===notifications======*/
.up17-notification {
    background: var(--bg-white);
    padding: 20px;
    box-shadow: 0 0 5px 0px #00000099;
    border-radius: 5px;
}

.up17-notification .up17-notification-title {
    font-size: 25px;

    margin-top: 0 !important;
}

.up17-notification .up17-newnoti {
    background: #df1c1c;
    color: #fff;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 20px;
}

.up17-notification .up17-nodetails {
    border-bottom: 1px solid #e2e2e2;
}

.up17-notification .up17-nodetails:last-child {
    border-bottom: none;
}

.up17-notification .up17-nodetails h5 {
    font-size: 16px;

}

/*======up17===notifications======*/


/*======successful==========*/

.success_wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.success_wrapper {
    height: initial;
    max-width: 850px;
    margin: 50px auto 50px auto;
    box-shadow: 4px 8px 40px 8px rgb(120 94 96 / 20%);
    border-radius: 10px;
}

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

.success_wrapper_2 h2 {
    font-size: 40px;
    letter-spacing: 3px;
    color: #11458d;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.success_wrapper_2 h2 span {
    display: block;
    color: var(--black);
    letter-spacing: 1px;
    font-size: 35px;

}

.success_wrapper_2 p {
    margin: 0;
    font-size: 16px;
    color: #111;
    letter-spacing: 1px;
    /*width: 450px;*/
    margin: auto;

}

.success_login {
    color: #fff;
    background: #f38435;
    border: none;
    padding: 15px 0px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgb(174 199 251);
    margin-left: 10px;
    width: 250px;
    font-weight: 600;
    text-decoration: none;
    transition: all 500ms linear;
    font-size: 18px;
}

.success_login:hover {
    color: #fff;
    background: #11458d;
}


/*=================dashboard===========*/
.dashboard_banner {
    overflow: hidden;
    padding: 20px 40px 30px;
    background-color: #f6f6f6;
    min-height: 210px;
}

.btrip-dashboard {
    margin-top: -150px;
    margin-bottom: 50px;
}

.dashboard_box {
    border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 32px 0;
    position: sticky;
    top: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.dashboard_box .dashboard_img {
    margin: 0 auto 10px auto;
    width: 160px;
    height: 160px;
    background-image: linear-gradient(45deg, var(--up17-buttton-bg), #e5f3ff);
    border-radius: 8px;
    position: relative;
}

.dashboard_box .dashboard_img .proflPic {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_box .dashboard_img .proflPic .proflPic_name {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.dashboard_box .dashboard_img img {
    height: 50px;
}

.dashboard_box h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

.dashboard_box .dashboard_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    margin: 25px 20px 0;
}

.dashboard_box .dashboard_menu li a.active {
    background: rgba(0, 140, 255, 0.1);
    color: #0d6efd;
}

.dashboard_box .dashboard_menu li a {
    padding: 10px 20px;
    display: block;

    font-size: 15px;
    background: var(--bg-white);
    border-radius: 5px;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.dashboard_box .dashboard_menu li a:hover {
    background: rgba(0, 140, 255, 0.1);
    color: #0d6efd;
}

.dashboard_box .dashboard_menu li i {
    margin-right: 5px;
}

/*=================dashboard===========*/
.dashboard_right {
    border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 32px 30px;
    position: relative;
    margin-bottom: 30px;
}

.dashboard_right h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

.dashboard_right h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 70px;
    background: #7e7e7e;
    left: -30px;
    right: 0;
    bottom: -30px;
    border-radius: 0px;
}

.dashboard_right .table-responsive .table {
    margin-bottom: 0;
}

.dashboard_right .table-responsive .table tbody tr:last-child {
    border-bottom: 0px solid transparent !important;
    background: transparent;
}

.dashboard_right .table-responsive .table td {
    padding: 15px 0;

}

.dashboard_right .table-responsive .table td span {
    font-weight: 700;

}

.dashboard_right .table-responsive .table td span.greenText {
    color: #00a19c;
}

.dashboard_right .table-responsive .table td span.blueText {
    color: #0d6efd;
}

/*=================dashboard========end========*/
/*==============dashboard========Bookinglist==================*/
.btravTripsBannerWrapper {
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 20px 40px 30px;
    background-color: #f6f6f6;
    min-height: 210px;
}

.btravTripsBannerWrapper ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.btravTripsBannerWrapper ol li+li {
    padding-left: 10px;
}

.btravTripsBannerWrapper ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6b7b8d;
    content: ">";
}

.BookingStatus {
    margin-top: -150px;
}

.BookingStatusWrapper,
.BookingStatusWrappertabs {
    background-image: #fff;
    border-radius: 10px 10px 0px 0;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.BookingStatusWrappertabs {
    background-image: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 40px 30px 30px 45px
}

.BookingStatusWrappertabs .emptyErr--heading {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
}

.BookingStatusWrappertabs .emptyErr--subHeading {
    margin-bottom: 25px;
    color: #4a4a4a;
}

.BookingStatus .BookingStatusWrapper {
    padding: 20px 30px;
}

.BookingStatus .BookingStatusWrapper .nav-pills .nav-link {
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #9b9b9b;
}

.BookingStatus .BookingStatusWrapper .nav-pills .nav-item {
    padding: 0;
    position: relative;
}

.BookingStatus .BookingStatusWrapper .nav-pills .nav-link:after {
    width: 0;
    height: 5px;
    background: transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    content: "";
    transition: all .3s ease-in-out;
    transform-origin: center center;
}

.BookingStatus .BookingStatusWrapper .nav-pills .nav-link.active:after {
    background: var(--up17-buttton-bg);
    width: 100%;
}

.BookingStatus .BookingStatusWrapper .nav-pills .nav-link.active {
    color: var(--up17-buttton-bg);
}

.BookingStatus .BookingStatusWrapper .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
}

.myTripBtn {
    font-weight: 700;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 24px;
    border: 0;
    outline: 0;
    text-decoration: upperCase;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 200px;
    flex-shrink: 0;
}

.myTripBtn--primary {
    color: #fff;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
    background-image: linear-gradient(94deg, #53b2fe, var(--up17-buttton-bg));
}


.btn__dtailAdEdt {
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: var(--bg-white);
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #cacaca;
    min-width: 90px;
    outline: 0;
    cursor: pointer;
    font-weight: 700;
    color: #0d6efd;
    font-size: 16px;
    line-height: 16px;
}

.btn__dtailAdEdt span {
    margin-right: 5px;
}

.dashboard_modal .form-control:focus,
.dashboard_modal .form-control:hover {
    box-shadow: none;
    border-color: #0d6efd;
}

.dashboard_modal .form-select:focus,
.dashboard_modal .form-select:hover {
    box-shadow: none;
    border-color: #0d6efd;
}

.dashboard_modal form .updatebutton {
    text-align: center;
}

.dashboard_modal form .btn-primary {
    padding: 0.375rem 2.25rem 0.375rem 2.25rem;
    border-radius: 23px;
    background-color: #0d6efd;
}

.dashboard_modal form .btn-primary:hover {
    background: var(--up17-buttton-bg);
    color: #000;
    border-color: var(--up17-buttton-bg);
}

.btn_cancel {
    margin-right: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #4a4a4a;
    margin-bottom: 0;
}

/*==============dashboard========Bookinglist=======end=======*/
/* .btn-danger {
    background: var(--up17-buttton-bg);
    border: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

.btn-outline-danger {
    background: var(--up17-buttton-bg);
    border: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
} */

.googleLoginBar {
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
    margin-top: 26px;
    width: 100%;
}

.googleLoginBar a {
    background-color: #fff;
    display: inline-flex;
    font-size: 14px;

    margin-bottom: -9px;
    padding: 0 10px;
}

.social-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.social-login span {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 20px;
}

.social-login .login-social-item {
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
}

.social-login .bg1 {
    background-color: #3b5998;
}

.social-login .bg2 {
    background-color: #1da1f2;
}

.social-login .bg3 {
    background-color: #ea4335;
}

/*========mobile========app========*/

.mobile-app h3 {
    font-size: 30px;
}

.mobile-app ul {
    list-style: none;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0;
}

.mobile-app ul li {
    padding-bottom: 5px;
    width: 50%;
    float: left;
}

.mobile-app ul li i {
    color: #000;
    padding-right: 7px;
}

.mobile-app .AppButton {
    display: flex;
    align-items: center;
    margin-top: 20px;
    float: left;
}

.mobile-app .mobileapp-item {
    position: relative;
    width: 100%;

}

.mobile-app .mobileapp-item .mobileapp-img,
.mobile-app .mobileapp-item .scnercode {
    width: 100%;
    text-align: center;
}

.mobile-app .mobileapp-item .mobileapp-img img {
    position: absolute;
    inset: 0px;
    display: block;
    box-sizing: border-box;
    margin: auto;
    padding: 0px;
    border: none;

}

.mobile-app .mobileapp-item .scnercode {
    margin-left: -25px;
    margin-top: 60px;
    position: relative;
}

.mobile-app .mobileapp-item .scnercode img {
    width: 150px;
}

/*========mobile========app====end====*/
/*======testimonials========*/
.client-review .testimonial {
    text-align: center;
    background: var(--bg-white);
    border-radius: 0px;
    overflow: hidden;
    height: 100%;
    position: relative;
    transition: all .5s ease-in;
}

.clientsimage {
    overflow: hidden;
    height: 350px;
}

.client-review .testimonial img {
    width: 100%;
    height: 100%;
}

.client-review .testimonial .overlay_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: 100%;
    transition: .5s ease;
    background-color: rgb(0 0 0 / 54%);
}

.client-review .testimonial:hover .overlay_content {
    height: 100%;
}

.client-review .testimonial:hover .overlay_content {
    opacity: 1;
}

.client-review .testimonial .clientoverlay_text {
    color: var(--bg-white);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    padding: 20px;
}

.client-review .testimonial h5 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 18px;
}

.client-review .testimonial span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}

.client-review .testimonial p {
    margin: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.client-review .testimonial .RatingIcons {
    margin: 0px 0 20px 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.client-review .testimonial .RatingIcons i {
    color: var(--up17-buttton-bg);
    font-size: 15px;
}

.client-review .testimonial:hover .RatingIcons,
.client-review .testimonial:hover p {
    opacity: 1;
    visibility: visible;
    display: block;
}

/*======testimonials end========*/
/*======Feedback===========*/


.contactus .section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    margin: auto;
}

.contactus .section-title h2 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000;
    display: block;
}

/* .contactus .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--up17-buttton-bg);
    bottom: 0;
    left: calc(50% - 25px);
} */

.contactus .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px 20px 30px 20px;
    background: var(--bg-white);
    height: 100%;
}

.contactus .info-box i {
    font-size: 32px;
    color: #000;
    border-radius: 50%;
    padding: 8px;
}

.contactus .info-box h3 {
    font-size: 20px;
    color: var(--txt-clor-4);
    font-weight: 700;
    margin: 10px 0;
}

.contactus .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contactus .php-email-form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
    background: var(--bg-white) !important;
}

.contactus .php-email-form input,
.contactus .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}

.contactus .php-email-form input {
    padding: 10px 15px;
}

.contactus .php-email-form input,
.contactus .php-email-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}

.contactus .php-email-form button[type=submit] {
    background: #000;
    border: 1px solid #000;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
    font-weight: 500;
}

.contactus .php-email-form button[type=submit]:hover {
    background: transparent;
    color: #000;
}

/*======Feedback===end======*/

/*=======activies==============*/
.result .result-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.result .result-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
    width: 100%;
    object-fit: cover;
    height: 210px;
}

.result .result-wrap .result-info {
    padding: 25px 20px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #f3f3f3;
    z-index: 2;
}

.result .result-wrap .result-info h4 {
    font-size: 20px;

}

.result .result-wrap .result-info h4 a {
    color: var(--black);
}

.result .result-wrap .result-info h4 a:hover {
    color: var(--up17-buttton-bg);
    ;
}

.result .result-wrap .result-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 0px;
}

.result .result-wrap .result-info p i {
    color: #ff6700;
    margin-bottom: 10px;
    margin-top: 5px;
}

.result .result-wrap .pricing {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ecash-new {
    display: block;
}

.result .result-wrap .result-info h3 {
    margin: 0;
    line-height: 20px;
    font-size: 22px;
}

.result .result-wrap .result-info h3 span {
    color: #6c757d;
    font-size: 14px;
    line-height: normal;
    display: block;
}

.pricing .ecash-new .ecash-txt {
    background-color: #dbdbdb;
    color: var(--black);
}

.ecash-new .ecash-txt {
    padding: 2px 4px;
    border: 1px solid #dbdbdb;
    border-right: none;
    border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
}

.ecash-new .ecash-amount {
    background-color: #ffd302;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ffd302, #fdb201);
    padding: 2px 4px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ffd302;
}

.result-btn {
    background: var(--up17-buttton-bg);
    border: 1px solid var(--up17-buttton-bg);
    color: #fff;
    padding: 10px 15px;
    font-size: 1.071em;
    line-height: normal;
    cursor: pointer;
    border-radius: 3px;
    appearance: none;
    width: 100%;
    margin-top: 15px;

}

.result-btn:hover {
    border: 1px solid var(--up17-buttton-bg);
    color: var(--up17-buttton-bg);
}


.activies-details-head {
    padding: 20px;
    background: var(--bg-white);
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}



.hotel_box .hotel-img .Recommended {
    position: absolute;
    z-index: 5;
    left: -8px;
    top: 15px;
    background-image: linear-gradient(to right, var(--up17-buttton-bg), var(--up17-buttton-bg1));
    width: 130px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}


.activies-details-head p {
    margin: 0;
}

.new-blue-button {
    position: relative;
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border-radius: 5px;
    border: 1px solid var(--up17-buttton-bg);
    padding: 10px 30px;
    cursor: pointer;
    font-size: 15px;

}

.hotel-info {
    padding: 20px;
    background: var(--bg-white);
    margin-bottom: 30px;
    border: 1px solid #dedede;
    border-radius: 5px;
}


.detail-btn {
    color: var(--up17-buttton-bg);
    background: none;
    border-radius: 0px;
    border: none;

    font-size: 14px;
}

.holidayTrendsWrapper .web_link {
    color: var(--up17-buttton-bg);
    background: none;
    border-radius: 0px;
    border: none;

    font-size: 14px;
}

.activies-details .activity-details-box {
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
    background: var(--bg-white);
    /* box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    border: 1px solid #dedede;
}

.activies-details .activity-details-box h4 {
    color: var(--black);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #eeeeee;
    transition: 0.3s;
}

.activies-details .activity-details-box p {
    line-height: 24px;
    font-size: 14px;
}

.activies-details .activity-details-box .btn-query {
    padding: 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    background: #000;
    margin: auto;
}

.activies-details .activity-details-box .btn-query:hover {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: 2px solid var(--up17-buttton-bg);
}

/* *********************** activies end *********************** */
/* *********************** breadcrumbs *********************** */
.breadcrumbs {
    background: linear-gradient(to right, var(--up17-buttton-bg), var(--up17-buttton-bg));
    margin: 0;
    position: relative;
    color: var(--white);
    padding: 20px 0 !important;
    overflow: hidden;
}

.breadcrumbs h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li {
    margin-right: 10px;
    color: var(--white);
    font-weight: bold;
}

.breadcrumbs ol a {
    color: var(--white);
    font-weight: normal;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--white);
    content: "/";
}

/* *********************** breadcrumbs end*********************** */
/* *********************** blog *********************** */
.blog-single {
    padding: 40px 0 20px 0;
}

.blog-single .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.blog-single .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog-single .entry .entry-title {
    font-size: 28px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog-single .entry .entry-title a {
    color: #151515;
    transition: 0.3s;
}

.blog-single .entry .entry-meta {
    margin-bottom: 15px;
    color: #000;
}

.blog-single .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog-single .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog-single .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog-single .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog-single .entry .entry-content p {
    line-height: 24px;
}

.blog-single .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 600;
}

.blog-single .sidebar {
    padding: 30px;
    margin: 0 0 60px 0px;
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.blog-single .sidebar .sidebar-title {
    font-size: 20px;

    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #012970;
    position: relative;
    text-transform: capitalize;
}

.blog-single .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog-single .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog-single .sidebar .recent-posts h4 {
    font-size: 13px;
    margin-left: 95px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-single .sidebar .recent-posts h4 a {
    color: #012970;
    transition: 0.3s;
}

.blog-single .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

/* *********************** blog end*********************** */

/* *********************** Recent-holidays *********************** */
.Recent-holidays .card {
    background: var(--bg-white);
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 2rem #00000014;
}

.Recent-holidays .card .figure img {
    border-radius: 10px;
    height: 100%;
    max-height: 20rem;
    width: 100%;
    object-fit: cover;
}

.Recent-holidays .card .card-content .process-label {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.Recent-holidays .card .card-content .process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2rem;
}

.Recent-holidays .card .card-content .process .price {
    font-size: 20px;
    background-image: linear-gradient(141.08deg, var(--up17-buttton-bg) 3.49%, #000 99.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.Recent-holidays .card .card-content .btn-explore {
    text-align: center;
}

.Recent-holidays .card .card-content .btn-explore .btn {
    width: 100%;
    background-image: linear-gradient(141.08deg, var(--up17-buttton-bg) 3.49%, #000 99.88%);
    box-shadow: 0 0 2rem 0.2rem #0000000d;
    color: #000;
    border: none;
    font-weight: 700;
    border-radius: 2rem;
    transition: all 0.5s ease;
    padding: 12px 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.Recent-holidays .card .card-content .btn-explore .btn:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-image: linear-gradient(141.08deg, #000 3.49%, #000 99.88%);
    z-index: -1;
    transition: all 0.5s ease;
}

.Recent-holidays .card .card-content .btn-explore .btn:hover:after {
    width: 100%;
}

/* *********************** Recent-holidays end*********************** */

.flight-rowmain .flight-listair1 li img {
    margin-right: 8px;
    width: 28px;
    display: block;
}


/* *********************** page section ************************* */
.page-section .page-box {
    padding: 30px;
    background: var(--bg-white);
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.page-section .page-title {
    text-align: center;
    padding-bottom: 30px;
}

.page-section .page-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: var(--black);
}

.page-section .page-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.page-section .page-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--up17-buttton-bg);
    bottom: 0;
    left: calc(50% - 20px);
}

/* *********************** page section end************************* */


/*=======login=====modal=====*/
#login-modal-b5 .modal-content {
    background-color: transparent;
    border: none;
}

#login-modal-b5 .modal-offer-banner {
    background: linear-gradient(197.24deg, rgb(194, 212, 255) 16.45%, rgb(251, 241, 255) 39.26%, rgb(234, 243, 243) 59.99%) 0% 0% / cover;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    padding: 22px 20px 30px;
    min-height: 500px;
    margin-top: 25px;
}

#login-modal-b5 .modal-offer-banner .info-item {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

#login-modal-b5 .modal-offer-banner .info-item i {
    font-size: 20px;
    width: 44px;
    height: 44px;
    background-color: #0003;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    float: left;
    margin-right: 15px;
}

#login-modal-b5 .modal-offer-banner .info-item .info-item-content {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    width: 100%;
}

#login-modal-b5 .modal-offer-banner .info-item h4 {
    padding: 0;
    font-size: 17px;
    margin-bottom: 0;
}

#login-modal-b5 .modal-offer-banner .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
}

#login-modal-b5 .formmodalbox {
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 50px 50px 30px;
    position: relative;
    min-height: 550px;
    box-shadow: 0 1px 7px #0006;
}

#login-modal-b5 .login-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

#login-modal-b5 .formmodalbox h5 {
    color: var(--black);
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
}

#login-modal-b5 .login-popup form .form-control {
    padding: 10px;
    font-size: 14px;
}

#login-modal-b5 .login-popup form .form-control:focus {
    box-shadow: none !important;
}

#login-modal-b5 .login-popup form .form-error {
    color: #dc3545 !important;
}

#login-modal-b5 .formmodalbox .btn-primary {
    width: 100%;
    height: 44px;
    padding: 13px 13px 13px 13px;
    margin-top: 22px;
    border-radius: 8px;
    background-color: var(--up17-buttton-bg);
    color: var(--white);
    outline: 0px;
    border: 1px solid var(--up17-buttton-bg);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

#login-modal-b5 .login-popup form .btn-primary:hover,
#login-modal-b5 .login-popup form .btn-primary:focus {
    background: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    color: var(--white);
    box-shadow: none;
    outline: 0;
}

/*=======login=====modal end=====*/
.modal .form-control,
.modal .form-select {
    font-size: 14px;
    padding: 10px;
}

.modal .form-select option {
    font-size: 13px;
}


/*======feedback======*/

.feedback-section {
    position: relative;
    padding: 50px 0;
    background: var(--bg-white);
}

.feedback-section .feedback-img {
    height: 100%;
}

.feedback-section .feedback-img img {
    height: 510px;
    width: 100%;
}

.feedback-box {
    box-shadow: 0 2px 25px #0000001a;
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    height: 100%;
}

.feedback-box .feedback-btn {
    background: var(--up17-buttton-bg);
    padding: 10px 20px;
    font-weight: 700;
    height: auto;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 -2px 4px #0000001c;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.feedback-box .feedback-btn:hover {
    color: #000;
    background: #000;
}

/*======feedback end======*/


/*========routes========*/

.route-section .routebox {
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
    background: var(--bg-white);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.route-section .routebox .route-list {
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #dedede;
    transition: 0.3s;
    position: relative;
    height: 100%;
    width: 100%;
}

.route-section .routebox .route-list i {
    float: left;
    color: var(--up17-buttton-txt);
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: var(--up17-buttton-bg);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.route-section .routebox .route-list h4 {
    margin-left: 70px;
    margin-bottom: 0;
    font-size: 15px;
}

.route-section .routebox .route-list a {
    color: var(--black);
    transition: 0.3s;
}

.route-section .routebox .route-list a:hover {
    color: #000;
}

.route-section .routebox .route-list p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.route-section .route-list ul {
    list-style: none;
    padding: 0;
}

.route-section .route-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.route-section .route-list ul li+li {
    padding-top: 10px;
}

.route-section .route-list ul li .btn-destination {
    color: var(--txt-clor-4);
    background: transparent;
    border: 1px solid #000;
}

.route-section .route-list ul li .btn-destination:hover {
    background: #000;
    color: #fff;
}

/*========routes end========*/


/*========clients========*/
.clients .clients-slider .item {
    padding: 20px;
    background: #dadada;
}

.clients .clients-slider img {
    max-width: 200px;
    height: 100px;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    object-fit: contain;

}

.clients .clients-slider img:hover {
    transform: scale(1.02);
}

/*========clients end========*/

/*========clients end========*/
/*========why choose us========*/

.why-choose-us .whychooseus-box {
    transition: 0.5s;
    margin-bottom: 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.why-choose-us .whychooseus-box .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 70% 30% 30% 70%/60% 40%;
    text-align: center;
    color: #fff;
    transition: 0.5s;
    box-shadow: 5px 15px 35px rgba(38, 42, 55, 0.12);
    background: linear-gradient(45.24deg, #9f5ff1 5.99%, #ff54b0 91.87%);
    margin: 0 auto 40px auto;
}

.why-choose-us .whychooseus-box .icon img {
    width: 50px;
    height: 50px;
    filter: brightness(0.5) invert(1);
}

.why-choose-us .whychooseus-box .icon2 {
    border-radius: 53% 47% 87% 13% / 57% 55% 45% 43%;
    background: linear-gradient(45deg, #ed2775, #ff7448);
}

.why-choose-us .whychooseus-box .icon3 {
    border-radius: 48% 52% 48% 52% / 25% 35% 65% 75%;
    background: linear-gradient(44.44deg, #ff4b3f 7.79%, #ffac30 94.18%);
}

.why-choose-us .whychooseus-box .icon4 {
    border-radius: 16% 84% 51% 49% / 43% 47% 53% 57%;
    background: linear-gradient(44.44deg, #3f75ff 7.79%, #4adeff 94.18%);
}

.why-choose-us .whychooseus-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.why-choose-us .whychooseus-box p {
    font-size: 15px;
    line-height: 1.8;
}

.why-choose-us .whychooseus-box:hover .icon {
    border-radius: 50%;
}

/*========why choose us end========*/

/*========trending-hotels ========*/
.Popular-hotels article {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-white);
    border: 1px solid #dedede;
    padding: 15px;
    transition: all 0.5s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.Popular-hotels article a {
    color: inherit;
}

.Popular-hotels .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
    position: relative;
}

.Popular-hotels .post-img img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.Popular-hotels .post-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    z-index: 2;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, .3) 100%);
    transform: skewX(-25deg);
    transition: all 0.5s;
}

.Popular-hotels article:hover .post-img:before {
    animation: shine .75s;
    width: 100%;
    left: 0%;
    transform: skewX(0deg);
}

.Popular-hotels article:hover .post-img img {
    transform: scale(1.1);
}

.Popular-hotels .title {
    font-size: 17px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.Popular-hotels article:hover a .title {
    color: var(--up17-buttton-bg);
    transition: 0.3s;
}

.Popular-hotels article .fa-star {
    color: orange;
}

.Popular-hotels article .desc .rating-no {
    background: #000;
    color: var(--white);
    border-radius: 5px;
    padding: 3px 10px;
}

.Popular-hotels article:hover {
    box-shadow: 0px 0px 30px rgba(33, 37, 41, 0.15);
}

.Popular-hotels article p {
    color: #9b9b9b;
    margin: 0;
}

.Popular-hotels article p.daytext {
    color: #000;
    margin-bottom: 10px;
}

.Popular-hotels article p.pricetext {
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.Popular-hotels article p.pricetext span {
    font-weight: normal;
    display: block;
    font-size: 12px;
}

/*========trending-hotels end========*/

.visa-destination .post-img {
    margin: 0px 0px 15px 0px;
}

.Popular-hotels.visa-destination .post-img:before {
    content: none;
}

.Popular-hotels.visa-destination article .post-img img {
    height: 150px;
}

.Popular-hotels.visa-destination article:hover .post-img img {
    transform: scale(1.0);
}

.Popular-hotels.visa-destination article a:hover {
    color: var(--up17-buttton-bg);
}


/*========tourguide=====proflie==============*/
.toutprofile .toutprofilebox {
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .25);
    border-radius: 0.5rem;
    padding: 2rem 1.5rem;
    background: var(--bg-white);
    position: sticky;
    top: 110px;
}

.toutprofile .toutprofilebox .toutprofileheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eaeaea;
}

.toutprofile .toutprofilebox .toutprofileheader .Title,
.toutprofile .toutprofilebox .toutprofileheader .PersonalTitle {
    font-size: 25px;
    line-height: 2rem;
    font-weight: 700;
    margin: 0;
}

.toutprofile .toutprofilebox .toutprofileheader .PersonalTitle {
    font-size: 18px;
    font-weight: normal;
}

.toutprofile .toutprofilebox .toutprofileheader .Ratingitem {
    padding: 0;
    line-height: 1rem;
    margin: 1rem 0 1.5rem;
    font-weight: 500;
}

.toutprofile .toutprofilebox .toutprofileheader .Ratingitem .Rating {
    display: inline-block;
    line-height: 1rem;
}

.toutprofile .toutprofilebox .toutprofileheader .Ratingitem .Rating i {
    color: #000;
}

.toutprofile .toutprofilebox .toutprofileheader .HostImage .ImageContainer {
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    min-height: 5rem;
    background: #eaeaea;
    border-radius: 100%;
    overflow: hidden;
}

.toutprofile .toutprofilebox .toutprofileheader .HostImage .ImageContainer .Avatar {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.toutprofile .toutprofilebox .ListItem {
    white-space: nowrap;
    line-height: 1.5rem;
    font-size: 1rem;
    margin: 0 0 0.5rem;
}

.toutprofile .toutprofilebox .ListItem i {
    margin-right: 5px;
}

.toutprofile .toutprofilebox .Contactme {
    margin-top: 2rem;
    background: #000;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 2rem;
    border-radius: 2.5rem;
    color: #fff;
    line-height: 3rem;
    width: 100%;
    border: none;
}

.toutprofile .toutprofilebox .sharelink {
    padding: 1rem 0 0;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
    width: 100%;
    text-align: center;
    border: none;
    background: transparent;
}

.toutprofile .toutprofilecontent {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.toutprofile .toutprofilecontent .TitleCardLayout {
    font-size: 1.6875rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.toutprofile .toutprofilecontent .toutprofilecontentimg {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    background-color: #fff;
    overflow: hidden;
}

.toutprofile .toutprofilecontent .toutprofilecontentimg .Child {
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    height: 400px;
    object-fit: cover;
}

.toutprofile .toutprofilecontent .readMoreText {
    padding: 15px;
    background: var(--bg-white);
}

.toutprofile .toutprofilecontent .readMoreTextParagraph {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    color: var(--black);
}

.toutprofile .ContainerCardLayout {
    margin: 1.5rem 0;
    padding: 1.5rem 1rem;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .25);
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .05);
    background: var(--bg-white);
}

.toutprofile .ContainerCardLayout .AvatarContainer {
    margin-bottom: 2rem;
    background: #eaeaea;
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    min-height: 5rem;
    border-radius: 100%;
}

.toutprofile .ContainerCardLayout .AvatarContainer .Avatar {
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.toutprofile .ContainerCardLayout .Title,
.toutprofile .ContainerCardLayout .Explain {
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
}

.toutprofile .ContainerCardLayout .Explain {
    margin: 1rem 0 2rem;
}

.toutprofile .ContainerCardLayout .Button {
    background: #000;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 2rem;
    border-radius: 2.5rem;
    color: #fff;
    height: 3rem;
    min-height: 3rem;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}

.experienceSchedule {
    padding: 2rem 0;
    border-bottom: 1px solid #eaeaea;
}

.experienceSchedule .Title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 1rem 0;
    color: #000;
}

.experienceSchedule .TitleEnd {
    color: #000;
}

.paragraph-22D0b {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    word-break: keep-all;
}

.experienceScheduleItemsContainer {
    margin-top: 1rem;
    padding-left: 8px;
    position: relative;
}

.experienceScheduleMeetingPoint {
    padding-left: 1.5rem;
    border-left: 3px solid var(--up17-buttton-bg);
    position: relative;
}

.cuisineIcon-11dDf,
.markerIcon-WJqfT {
    position: absolute;
    top: -1px;
    fill: var(--up17-buttton-bg);
}

.markerIcon-WJqfT {
    left: -10px;
}

.experienceScheduleWhenTitle {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    padding-bottom: 0.5rem;
}

.experienceScheduleWhat {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-bottom: 2rem;
}

.experienceScheduleItem {
    padding-left: 1.5rem;
    border-left: 3px solid #000;
    position: relative;
}

.experienceScheduleItem:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #000;
    left: -9px;
    top: 0;
    border-radius: 100%;
    border: 3px solid #fff;
}

/*========tourguide=====proflie====end=======*/


/*=======filter=======*/
.filter-top .filters {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 20px 0;
}

.filter-top .filters .title {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: capitalize;
    text-align: center;
}

.filter-top .filters a {
    color: #000;
    font-size: 13px;
}


.booking-sidebar .filter-item {
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--up17-buttton-bg);
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.booking-sidebar .widget.popular {
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    background-color: var(--up17-buttton-bg);
}

.booking-sidebar .widget.popular .widget-title {
    color: #fff;
}

.booking-sidebar .widget {
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid #e8e8e8;
}

.booking-sidebar .widget:last-child {
    border: none;
}


.booking-sidebar .widget .widget-title {
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
}

.booking-sidebar .widget .fa-star {
    color: #efb400;
}

.price_slider_amount {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_slider_amount>span {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin-right: 5px;
}

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

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


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

.price_filter .ui-slider .ui-slider-range {
    background-color: var(--up17-buttton-bg);
}



.airlines-cat-list .up17__checkbox__input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}


.widget ul li .up17__inputradio_label {
    height: auto;
    padding: 0.5rem 0.4rem;
}

.widget ul li .up17__inputradio_label {
    background: #f3f6fa;
    border-color: #f3f6fa;
    color: #000;
    letter-spacing: 0.1px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.airlines-cat-list .up17__checkbox__input:checked+label {
    color: #fff;
    background: var(--up17-buttton-bg);
    border-color: var(--up17-buttton-bg);
}

.booking-sidebar .widget ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.booking-sidebar .widget .up17__nav__tabs {
    border: 1px solid #dedede;
}

.booking-sidebar .widget .up17__nav__tabs li {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.booking-sidebar .widget .up17__nav__tabs li:nth-child(2n) {
    border-right: 1px solid transparent;
}

.booking-sidebar .widget .up17__nav__tabs li:nth-child(3n) {
    border-bottom: 1px solid transparent;
}

.booking-sidebar .widget .up17__nav__tabs li:nth-child(4n) {
    border-bottom: 1px solid transparent;
}

.booking-sidebar .widget .up17__nav__tabs li img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 5px auto;
}

.booking-sidebar .widget .up17__nav__tabs li label {
    cursor: pointer;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.booking-sidebar .widget .up17__nav__tabs li label.up17-filter-select {
    padding: 5px;
    background-color: var(--up17-buttton-bg);
    width: 100%;
    color: #fff;
}

.booking-sidebar .widget .up17__nav__tabs li label.up17-filter-select img {
    filter: brightness(0) invert(1);
}


.booking-sidebar .widget .busfilterscroll {
    overflow-y: auto;
    scrollbar-color: #747474 #dcdcdc;
    scrollbar-width: none;
    max-height: 300px;
}

.booking-sidebar .widget .busfilterscroll .form-check {
    font-size: 12px;
}

/*=======filter End=======*/

/*=======modifysearchform=====*/
.modifysearchform .up17_product_box {
    box-shadow: 0 1px 5px 0 #0000001a;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
}


/*=========tourguide==========*/
.tourguide-list .tourguide_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.85);
}

.tourguide-list .tourguide_title span {
    color: #000;
}

.tourguide-list .tourguide_text {
    font-size: 14px;
    line-height: 1.5rem;
}

.tourguide-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.5rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 6px 8px rgba(0, 0, 0, .05), 0 8px 16px rgba(0, 0, 0, .05);
    transition: all 0.5s ease-in-out;
    height: 100%;
}

.tourguide-box:hover {
    text-decoration: none;
    outline: none;
    transform: translateY(-0.25rem);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .25);
}

.tourguide-box .wish-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
}

.tourguide-box .wish-icon .FavoritesButton {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
    background: transparent;
    color: #000;
}

.tourguide-box .wish-icon .FavoritesButton.active {
    background: #000;
    color: #fff;
}

.tourguide-box .tourguide-img {
    position: relative;
    overflow: hidden;
}

.tourguide-box .tourguide-img img {
    width: 100%;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
    height: 180px;
    width: 100%;
    display: block;
    filter: brightness(70%);
}

.tourguide-box .tourguide-body {
    flex: 1 1 auto;
    padding: 15px;
}

.tourguide-box .tourguide-body h3 {
    line-height: 1rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.tourguide-box .tourguide-body h2 {
    line-height: 24px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    height: 48px;
    margin-bottom: 16px;
}

.tourguide-box .tourguide-body h2 span {
    line-height: 24px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.tourguide-box .tourguide-body .tourguidebox-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Tourguide-Languages {
    font-size: 12px;
    line-height: 16px;
    padding-right: 8px;
    margin-bottom: 8px;
}

.tourguide-box .tourguide-body .tourguidebox-details .Tourguide-Languages .LanguagesLabel {
    font-weight: 700;
}

.tourguide-box .tourguide-body .tourguidebox-details .RatingRow .StrRating {
    display: inline-block;
    margin-right: 10px;
}

.tourguide-box .tourguide-body .tourguidebox-details .RatingRow .StrRating i {
    color: var(--up17-buttton-bg);
    margin-right: 2px;
    vertical-align: baseline;
    width: 10px;
    height: 10px;
    font-size: 12px;
    line-height: 10px;
}

.tourguide-box .tourguide-body .tourguidebox-details .RatingRow .ReviewsText {
    font-size: 12px;
    line-height: 16px;
}

.tourguide-box .tourguide-body .tourguidebox-details .PickMeButton .pickbtn {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    font-size: 14px;
    border-radius: 40px;
    padding: 5px 15px;
    font-weight: 600;
    width: 100%;
}

.tourguide-box .tourguide-body .tourguidebox-details .PickMeButton .pickbtn:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}

.tourguide-box .tourguide-body .tourguidebox-details .Label-xfcdo {
    font-weight: 700;
    font-size: 20px;
}

.tourguide-box .tourguide-body .tourguidebox-details .Label-xfcdo1 {
    font-size: 16px;
}

.experienceCard-details {
    background: #feeddc;
}

.experienceCardAvatar {
    margin-top: -50px;
    margin-bottom: 0.5rem;
    max-height: 4rem;
    position: relative;
    z-index: 2;
    pointer-events: none;
    white-space: nowrap;
    content-visibility: auto;
    contain-intrinsic-size: 4rem;
}

.experienceCardAvatar-img {
    border-radius: 100%;
    border: 3px solid #fff;
    background: #fff;
    width: 4rem;
    height: 4rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.experienceCardAvatar-img img {
    border-radius: 100%;
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.experienceCardAvatarSecondAnimate {
    transform: translate(-2.5rem);
    transition: transform .2s ease-in .5s;
    z-index: 0;
}

.experienceCardAvatarLabel {
    background: #000;
    color: #fff;
    line-height: 1.5rem;
    border-radius: 1rem;
    padding: 0 1rem;
    font-size: .6875rem;
    font-weight: 600;
    margin-left: -3.5rem;
    vertical-align: top;
    margin-top: 22px;
    display: inline-block;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
    transition: transform .4s cubic-bezier(.5, -.5, .5, 1.5) .7s;
    transform: scale(0);
    position: relative;
}

.experienceCardAvatarLabelAnimate {
    transform: scale(1);
}

.experienceCard-cityHostTitle {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .6875rem;
    line-height: 1rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.experienceCard-hostName {
    color: #000;
}

.experienceCard-experienceTitle a.ExperienceLink {
    color: #000;
}

.ExperienceItemDetails {
    line-height: 1.5rem;
    display: block !important;
}

.Rating-OD72C {
    display: inline-block;
    line-height: 1rem;
}

.ExperienceCardLabels {
    margin-top: 10px;
    overflow: hidden;
}

.ExperienceLabel {
    color: #fff;
    border-radius: 40px;
    padding: 0 0.5rem 0 0.375rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-bottom: 7px;
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

.ExperienceLabel:hover {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}


/*=========tourguide-details======*/
.tourguidedetail {
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    min-width: 350px;
    background: #fff;
    box-shadow: 0 7px 33px 0 hsl(0deg 0% 78% / 50%);
}

.tourguide-details .tourguidedetail ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 12px;
}

.tourguide-details .tourguidedetail ol li a {
    color: #000;
}

.tourguide-details .tourguidedetail ol li+li {
    padding-left: 10px;
}

.tourguide-details .tourguidedetail ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #000;
    content: ">";
}

.tourguide-details .tourguidedetail .MediaContainer {
    margin-bottom: 30px;
}

.tourguide-details .tourguidedetail .MediaContainer .carousel img {
    height: 400px;
    object-fit: cover;
    width: 100%;

}

.tourguide-details .tourguidedetail-title {
    font-size: 25px;
    font-weight: 700;
}

.HostInformation {
    padding: 1rem 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
}

.HostInformation .FlexWrapper {
    display: flex;
    align-items: center;
}

.HostInformation .InformationContainer .PersonalizeText {
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 14px;
}

.HostInformation .InformationContainer .AvatarContainer .HostAvatar .HostAvatarImage {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.HostInformation .InformationContainer .Details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.HostInformation .InformationContainer .Details .Information {
    margin: 0rem 1rem;
}

.tourguide-details .tourguidedetail ul.experienceCategoriesList {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tourguide-details .tourguidedetail ul.experienceCategoriesList li.experienceCategoriesListItem {
    line-height: 1.5rem;
    padding: 0.5rem 0;
    color: #4a4a4a;
    float: left;
    width: 33.33%;
}

.tourguide-details .tourguidedetail ul.experienceCategoriesList li.experienceCategoriesListItem i {
    padding-right: 0.5rem;
    text-align: center;
    color: #000;
}

.tourguide-details .tourguidedetail .categoryInclusionsContainer p {
    font-weight: 600;
    font-size: 16px;
    padding: 1rem 0;
}

.HostInformation .Title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 1rem 0;
    color: #000;
}

.HostInformation ul.List {
    padding: 0;
    margin: 0;
    list-style: none;
}

.HostInformation ul.List li.ListItem {
    line-height: 1.5rem;
    padding: 0.5rem 0;
    color: #4a4a4a;
    float: left;
    width: 33.33%;
}

.HostInformation ul.List li.ListItem i {
    line-height: 1rem;
    padding-right: 0.5rem;
    text-align: center;
    color: #000;
}

.tourguide-details .BookBlock {
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 7px 33px 0 hsl(0deg 0% 78% / 50%);
}

.tourguide-details .BookBlock .BookPricing {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-bottom: 0.5rem;
}

.tourguide-details .BookBlock .experiencePrice,
.tourguide-details .BookBlock .experienceTimer {
    font-size: 18px;
    line-height: 1.5rem;
    color: #000;
    font-weight: 600;
}

.tourguide-details .BookBlock .experienceTimer {
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
}

[data-dir][disabled="disabled"] {
    cursor: not-allowed !important;
    background: rgba(110, 106, 106, 0.38) !important;
}

.tourguide-details .BookBlock .Rating {
    padding-bottom: 1.5rem;
    font-weight: 500;
    font-size: .6875rem;
    line-height: 1rem;
}

.tourguide-details .BookBlock .Rating i {
    color: #000;
    margin-right: 2px;
    vertical-align: baseline;
}

.tourguidedetail-form .popover-content {
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    min-height: 200px;
    overflow: auto;
    background: #fff;
    box-shadow: 0 7px 33px 0 hsl(0deg 0% 78% / 50%);
}

.tourguidedetail-form .popover-content .form-group {
    margin-bottom: 1rem;
}

.tourguidedetail-form .up17_traveller__counter_span {
    border: 1px solid #dedede;
    width: 130px;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-size: 1rem;
    height: auto !important;
}

.tourguidedetail-form .popover-content .btn-primary {
    background: #000000;
    color: #ffffff !important;
    border: none;
    display: flex;
    align-items: center;
}

.tourguidedetail-form .popover-content .btn-primary:hover {
    background: #000;
    color: #ffffff;
}

.tourguidedetail-form .popover-content .btn-block {
    display: block;
    width: 100%;
}

.tourguidedetail-item {
    margin-bottom: 30px;
}

.tourguidedetail-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    float: left;
}

.tourguidedetail-item h4 {
    font-size: 15px;
    margin-left: 60px;
    font-weight: bold;
}

.tourguidedetail-item h4 a {
    color: #111111;
    transition: 0.3s;
}

.tourguidedetail-item p {
    display: block;
    margin-left: 60px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.tourguide-details .BookBlock .btnselect {
    color: #fff;
    background: #000;
    max-height: 3.5rem;
    min-height: 3.5rem;
    font-size: 1rem;
    line-height: 1rem;
    margin: 0;
    padding: 0 2rem;
    border-radius: 2.5rem;
    border: 1px solid transparent;
    font-weight: 600;
    transition: .3s ease;
    width: 100%;
}

.tourguide-details .BookBlock .btnselect:hover {
    background-color: var(--up17-buttton-bg);
    color: #000;
}


/*========= tourguide details end ======*/


.breadcrumbsitem ul li {
    margin-bottom: 0.5rem;
    font-size: 12px;
    color: #212221;
    font-weight: 400;
    cursor: pointer;
}

.breadcrumbsitem ul li a {
    color: #212221;
}

.breadcrumbsitem ul li:after {
    margin-left: 5px;
}

.breadcrumbsitem ul li:not(:last-child):after {
    content: ">";
}

.breadcrumbsitem ul li:last-of-type {
    color: #212221;
    font-weight: 700;
}

.tourName,
.tourNameWrapper {
    width: 100%;
}

.tourName h1 {
    align-items: center;
    font-size: 22px;
    font-weight: 800;
}

.tourName h1 span:first-child {
    margin-right: 10px;
}

.tourDays {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-right: 12px !important;
}

.tourDays {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-right: 12px !important;
}

.priceNDates .priceDateConteiner .price-box {
    text-align: right;
    padding-right: 20px;
    min-width: 130px;
    width: calc(100% - 100px);
}

.deals-box {
    text-align: right;
    min-height: 22px;
    margin-top: -6px;
}

.holiday_details .deals-box .deal {
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    font-weight: 700;
    color: #5CAC33;
    vertical-align: middle;
    text-transform: uppercase;
}

.holiday_details .price-box p {
    font-size: 10px;
    line-height: 15px;
    color: #5f5f5f;
    margin-top: 3px;
    margin-bottom: 0;
}

.holiday_details .price-box span.price-discounted {
    font-size: 22px;
    font-weight: 800;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
}

.holiday_details .selectDate {
    width: 200px;
    text-align: right;
}

.holiday_details .selectDate .btn-primary {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
    height: 40px;
    display: inline-block;
    transition: .3s all ease;
    width: 100%;
}


.package-photos #carouselExampleIndicators img {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border-radius: 10px;
    object-fit: cover;
}

.package-details-links {
    height: 45px;
    position: sticky;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.package-details-links ul {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    white-space: nowrap;
}

.package-details-links .package-detail-link {
    display: inline-block;
    height: 100%;
}

.package-details-links .package-detail-link.active {
    position: relative;
}

.package-details-links .package-detail-link a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    color: #595959;
    padding: 0 10px;
    font-weight: 400;
    text-decoration: none;
}

.package-details-links .package-detail-link.active a {
    color: #000;
    font-weight: 600;
}

.package-details-links .package-detail-link.active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
}


ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

ul.timeline:before {
    content: ' ';
    background: #000;
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}


li.timeline-item::before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #000;
    left: 0px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #c7c7c7;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

li.timeline-item.active .timelinedate,
li.timeline-item.active .timelinetitle {
    color: #000;
}

.i-inclusions ul {
    padding: 0;
}

.i-inclusions ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #212220;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 3px;
    margin-bottom: 10px;
    list-style: none;
    width: calc(100% - 100px);
}

.i-inclusions ul li i {
    margin-right: 10px;
}

.tourdetails {
    margin-top: 20px;
}

.tourdetails h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.PriceCalenderbox {
    border-radius: 10px 10px;
    background: #fff;
    overflow: hidden;
    padding: 15px;
}

.PriceCalenderbox h3 {
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.PriceCalenderbox h4 {
    font-size: 15px;
}

.PriceCalenderbox .fc-basic-view .fc-body .fc-row {
    height: auto !important;
}


.tourdetails .nav {
    padding: 0;
    border-bottom: 0;
    list-style: none;
}

.tourdetails .nav .nav-item .nav-link {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    color: var(--up17-buttton-txt1);
    font-weight: 400;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    margin-right: 8px;
    background: var(--up17-buttton-bg1);
    width: 100%;
}

.tourdetails .nav .nav-item .nav-link.active {
    border-left: transparent;
    color: var(--up17-buttton-txt);
    background: var(--up17-buttton-bg);
    font-weight: 700;
}

.tourdetails {
    border-top: 2px solid var(--up17-buttton-bg);
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #dedede;
}

.tourdetails .list-item {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 12px;
    padding-left: 15px;
    position: relative;
}

.tourdetails .package-section-list.bullet li:before {
    width: 6px;
    height: 6px;
    position: absolute;
    background: #1BB55C;
    left: 0;
    top: 8px;
    content: "";
    border-radius: 100%;
}

.tourdetails .package-section-list.exclusion-table li:before {
    background: #E82F2F;
}

.tourdetails .package-section-list.blackbullet li:before {
    background-color: #000;
}

.tourdetails .GwMit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    background: rgb(255, 255, 255);
    margin-left: auto;
    border: 1px solid #ced4da;
}

.tourdetails .GwMit .change-col {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #000;
    color: var(--white);
}

.tourdetails .GwMit .field-input22 {
    width: 40px !important;
    font-size: 13px;
    text-align: center;
    border: 0;
}


.packageIncludeNActions .packageInclude h2 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0;
}

.packageIncludeNActions .includeList {
    text-align: center;
    margin-top: 10px;
}

.packageIncludeNActions .includeList>div {
    margin-right: 20px;
}

.packageIncludeNActions .includeList .iconsHolder {
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

.packageIncludeNActions .includeList .iconsHolder i {
    height: 22px;
    position: relative;
    z-index: 2;
}

.packageIncludeNActions .includeList .iconsHolder:after {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, #A6A6A6 0%, rgba(166, 166, 166, 0) 100%);
    border-radius: 100%;
    content: "";
    opacity: .15;
}

.packageIncludeNActions .includeList span {
    font-size: 10px;
    color: #212121;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
}

.userInfoWrapper {
    width: 100%;
    position: absolute;
    padding: 17px 17px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
}

.reviewInfo {
    padding-bottom: 15px;
}

.box-header {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

/* .reviewInfo .roomsBox,
.reviewInfo .departureBox {
    margin-top: 15px;
} */

.reviewInfo .label {
    font-size: 14px;
    color: #595959;
    min-width: 70px;
    font-weight: 700;
    line-height: 18px;
}

.reviewInfo .value {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: #2122214d;
}

.reviewBody .departureBox {
    margin-top: 15px !important;
    width: 100%;
    position: relative;
}

.reviewInfo .value.submittedValue {
    color: #212221;
    margin-top: 5px;
    font-weight: 400;
}

.package-landing .price {
    padding: 12px 0 0px;
    border-top: 1px dashed #9D9D9D;
    margin-top: 14px;
}

.priceValueBox .actualPrice {
    font-size: 18px;
    font-weight: 700;
    color: #5cac33;
}

.priceValueBox .note {
    font-size: 10px;
    color: #595959;
    font-weight: 600;
    text-align: right;
    line-height: 10px;
}

.proceedingPatch {
    margin: 17px -17px -32px -17px;
    background: var(--main-bg-color);
    padding: 15px;
    border-radius: 0 0 10px 10px;
    color: #fff;
}

.userInfoWrapper .btn-primary {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
    height: 40px;
    display: block;
    transition: .3s all ease;
}

/*=========tourguide-details End======*/

.holiday_price {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    z-index: 1;
    text-align: right;
}

.holiday_price:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 20px);
    background: #000;
    opacity: .1;
    top: -10px;
    left: 0;
    border-radius: 0 4px 4px 0;
}

.hotal-filter-card .holiday_price .superDealLabel {
    font-size: 12px;
    color: #5cac33;
    margin-bottom: 0;
}

.hotal-filter-card .holiday_price .hubName {
    font-size: 12px;
    color: #595959;
    margin-top: 7px;
    font-weight: 500;
}

.hotal-filter-card .holiday_price .price {
    font-size: 22px;
    line-height: 24px;
    margin-top: 0;
    font-weight: 800;
}

.hotal-filter-card .holiday_price .priceNote {
    font-size: .7rem;
}

.hotal-filter-card .holiday_price .viewDetails {
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    transition: .3s;
    border-radius: 4px;
    border: 1px solid var(--up17-buttton-bg);
}

.hotal-filter-card .holiday_price .viewDetails:hover {
    text-decoration: none;
    color: var(--up17-buttton-txt1);
    background: var(--up17-buttton-bg1);
    border: 1px solid var(--up17-buttton-bg1);
}


.hotal-filter-card .holiday_price .button-holder .quickQuote,
.hotal-filter-card .holiday_price .button-holder .enquireNow {
    width: calc(100% - 0px);
    height: 35px;
    background: #b5b5b5;
    color: #000 !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .01em;
}

.hotal-filter-card .holiday_price .button-holder .enquireNow {
    background-color: var(--bg-white);
}

.hotal-filter-card .holiday_price .button-holder .quickQuote:hover,
.hotal-filter-card .holiday_price .button-holder .enquireNow:hover {
    opacity: 0.8;
}


/* result page start */
.resultpage {
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    background-color: var(--bg-white);
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.resultpage:hover {
    box-shadow: rgba(0, 0, 0, 0.23) 0px 5px 19px -3px;
}

.resultpage ul li.col-md-12.pricebg {
    background-color: #f7f7f7;
    padding: 10px;
    margin: -10px 0 -10px 0px;
    border-left: 1px solid rgb(223, 210, 191);
}

.resultpage ul li.col-md-12.pricebg .seattext {
    font-size: 13px;
}

.resultpage ul li h5 {
    font-size: 18px;
    margin: 0;
}

.resultpage ul h5 span {
    font-size: 14px;
    font-weight: 300;
}

.resultpage ul h5 span.duration {
    border: 1px dotted #dedede;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

.resultpage ul .dashed-line {
    border-bottom: 2px dashed #d1d1d1;
    flex-grow: 1;
    display: flex;
    margin: 0 0.5rem;
}

.resultpage ul li h5 a {
    font-size: 13px;
    font-weight: 400;
    color: var(--black);
}

.resultpage .trav-busdetail {
    padding: 0px 10px 0px 10px;
    border-top: 1px solid rgb(223, 210, 191);
    margin: 10px -10px -13px -10px;
}

.resultpage .trav-busdetail .businfo {
    position: relative;
}

.resultpage .trav-busdetail .businfo a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    margin-right: 35px;
    position: relative;
}

.resultpage .trav-busdetail .businfo a[data-bs-toggle].collapsed:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    color: #444444;
    position: absolute;
    right: -18px;
    font-size: 12px;
}

.resultpage .trav-busdetail .businfo a[data-bs-toggle]:not(.collapsed):after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f077";
    color: #444444;
    position: absolute;
    right: -18px;
    font-size: 12px;
}

.resultpage ul li h5.price {
    font-size: 22px;
}

.resultpage ul li h5.price .pricetext {
    font-size: 13px;
}

.resultpage .booknow_btn {
    font-weight: 700;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    background-color: var(--up17-buttton-bg);
    text-transform: capitalize;
    border-radius: 4px;
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
    margin-top: 10px;
}

.resultpage .booknow_btn:hover {
    border: 1px solid var(--up17-buttton-bg1);
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}

.up17__flight__wrapper__box {
    background: #fff;
    padding: 10px;
}

.date-slider {
    background-color: var(--bg-white);
}

.date-slider .btndate {
    border-radius: 0 !important;
    border-radius: initial !important;
    background-color: #fff;
    color: #444;
    border: transparent;
    border-right: 1px solid #f2f2f2;
}

.date-slider .btndate:hover {
    border: transparent;
    color: var(--main-bg-color);
}

.date-slider .btndate.active {
    background-color: var(--main-bg-color);
    color: var(--white);
}

.resultpage ul li .additional-info,
.resultpage ul li .amenitieslist {
    margin-right: 10px;
}

.service-rating {
    border: 1px solid transparent;
    border-radius: 0.3125rem;
    display: inline-flex;
    font-size: 12px;
    overflow: hidden;
    width: auto;
}

.service-rating div.highRating {
    background-color: #61b00f;
    min-width: fit-content;
    padding: 2px 6px;
}

.service-rating div:first-child {
    color: #fff;
}

.service-rating div:nth-child(2) {
    background-color: #f8f8f8;
    color: #b0b0b0;
    min-width: fit-content;
    padding: 2px 6px;
}

.resultpage ul li .amenitieslist {
    display: flex;
    align-items: center;
}

.resultpage ul li .amenitieslist i.fa-solid {
    margin-left: 5px;
    font-size: 14px;
    color: var(--main-bg-color);
}

.resultpage ul li .amenitieslist .btn.btn-amenities {
    border-radius: 50%;
    margin-left: 0.5rem;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: var(--up17-buttton-bg1);
    color: var(--white);
    font-size: 12px;
}


/* result page end */
/*flight result page */
.flight-rowmain {
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    margin-left: 0;
    width: 100%;
    background-color: #fff;
}

.flight-rowmain ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.flight-rowmain .flight-leftresult .airline-name {
    display: flex;
}

.flight-rowmain .flight-leftresult img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.flight-rowmain .flight-leftresult h5 {
    font-size: 15px;
}

.flight-rowmain .flight-leftresult h5 span {
    font-size: 13px;
    color: #848f91;
    font-weight: normal;
}

.flight-rowmain .flight-leftresult .flight-city,
.flight-rowmain .flight-leftresult .flight-stop,
.flight-rowmain .flight-leftresult .fa-long-arrow-right {
    margin-bottom: 5px;
    display: block;
}

.flight-rowmain .flight-leftresult .flight-durtion {
    margin-top: 5px;
    display: block;
}

.flight-rowmain .flight-leftresult .fa-long-arrow-right {
    color: #848f91;
}

.flight-rowmain .flight-radiolist li .baggage-icons {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    cursor: pointer;
}

/*flight result page end */


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

    .topbar .contact-info a,
    .topbar .contact-info i span {
        font-size: 12px !important;
    }

    .up17_product_box .search-check {
        margin-right: 5px !important;
        margin-bottom: 10px !important;
    }

    .search-check label {
        font-size: 13px !important;
    }

    .search-check label {
        padding: 0px 8px !important;
    }

    .searchform_home .search_tabs li {
        width: 25%;
    }

    .searchform_home .search_tabs li a:last-child {
        margin: 0 !important;
    }

    .searchform_home .search_tabs li a {
        padding: 10px !important;
    }

    .searchform_home .search_tabs li a span i {
        margin: 0 0 10px 0 !important;
        display: block;
        font-size: 16px !important;
    }

    .searchform_home .search_tabs {
        font-size: 12px !important;
    }

    .up17_product_box .makeflex .search_filters {
        overflow: auto;
        width: 100%;
        white-space: nowrap;
    }

    .up17_product_box .makeflex span {
        width: 92px;
        line-height: 1;
    }

    .hotal-filter-card ul li {
        margin-bottom: 10px;
    }

    .hotal-filter-card ul li:last-child {
        margin-bottom: 0;
    }

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

    .flight-viewbtn {
        margin-top: 0;
    }

    .flight-list-tab .nav-tabs {
        overflow: auto;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .hotal-filter-card ul li h5 {
        font-size: 14px;
        text-align: center;
    }

    .flightDetailWrapper .flightLeftWrapper .flightHeadWrap p,
    .head_name span,
    .flightDetailWrapper .flightLeftWrapper .flightBookDetail h4 {
        font-size: 14px !important;
    }

    .flightDetailWrapper .flightLeftWrapper .flightBookDetail .flightPoint a.farerule-btn {
        padding: 6px 10px !important;
    }

    .route-section .routebox .route-list i {
        float: none !important;
        margin-bottom: 10px;
    }

    .route-section .routebox .route-list h4 {
        margin: 0 !important;
        font-size: 13px;
        font-weight: 500;
    }

    .home_heading h2 {
        font-size: 20px !important;
    }

    .priceNDates .priceDateConteiner .price-box,
    .holiday_details .selectDate,
    .i-inclusions ul li {
        width: 100% !important;
        padding: 0 !important;
    }

    .package-photos #carouselExampleIndicators img {
        height: 250px !important;
    }

    .tourdetails .nav .nav-item .nav-link {
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: 0;
    }

    .search_form_section,
    .hero-banner {
        height: 100vh !important;
    }

    .gallery-box .carousel-item img {
        height: 250px !important;
    }

    .gallery-box .carousel-indicators--thumbnails {
        height: auto;
    }

    .gallery-box .carousel-indicators--thumbnails li img {
        height: 80px !important;
        width: 80px !important;
        margin-bottom: 0;
        margin-right: 3px;
    }

    .gallery-box .carousel-indicators--thumbnails li {
        display: table-cell;
    }

    .resultpage ul li.col-md-12.pricebg {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .resultpage .booknow_btn {
        margin-top: 0;
    }

    .gallery-box .section-one:last-child {
        border-bottom: 0;
    }

}

.modal .GwMit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    background: rgb(255, 255, 255);
    margin-left: auto;
    border: 1px solid #ced4da;
}

.modal .GwMit .change-col {
    width: 36px !important;
    height: 36px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #000;
    color: var(--white);
    margin: 0 !important;
}

.modal .GwMit .field-input22 {
    background: whitesmoke;
    width: 40px !important;
    font-size: 13px;
    text-align: center;
    border: 0;
    border-radius: 0;
}

/* offer start */

.deal-offer-section .card {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: none;
    transition: all 0.5s ease;
    z-index: 1;
}

.deal-offer-section .card .Offer_img {
    overflow: hidden;
    position: relative;
    height: 200px;
}


.deal-offer-section .card-description {
    height: 60px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    color: #FFF;
    transition: .5s;
    z-index: 99;
}

.deal-offer-section .card-description h4.card-titl {
    font-size: 30px;
}

.deal-offer-section .card-description p.card-text {
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
}

.deal-offer-section .card:hover {
    cursor: pointer;
}

.deal-offer-section .card:hover .card-description {
    height: 100px;
    bottom: 30px;
}

.deal-offer-section .card:hover p.card-text {
    opacity: 1;
    visibility: visible;
}


.deal-offer-section .card .Offer_img img {
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    object-fit: fill;
}

.deal-offer-section .card .Offer_img img.image1 {
    opacity: 1;
    visibility: visible;

}

.deal-offer-section .card:hover .Offer_img img.image1 {
    opacity: 0;
    visibility: hidden;
}

.deal-offer-section .card .Offer_img img.image2 {
    opacity: 0;
    visibility: hidden;
}

.deal-offer-section .card:hover .Offer_img img.image2 {
    opacity: 1;
    visibility: visible;

}

.deal-offer-section .card:hover img {
    transform: scale(1.02);
}

.deal-offer-section .card:before {
    background-image: linear-gradient(to top, rgb(30, 30, 30) 0%, rgba(30, 30, 30, .69) 50%, rgba(30, 30, 30, 0) 100%);
    bottom: -1px;
    content: "";
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: opacity .3s var(--tripp-transition-ease);
    z-index: 3;
}

/* offer end */


.sidebar-toggle {
    display: flex;
    position: fixed;
    top: 55%;
    right: 15px;
    padding: 0px 5px;
    align-items: center;
    width: auto;
    height: 34px;
    text-transform: uppercase;
    line-height: 36px;
    color: var(--up17-buttton-txt);
    border: 1px solid #dfdfdf;
    background: var(--up17-buttton-bg);
    cursor: pointer;
    z-index: 99;
    width: 80px;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.modify-toggle {
    top: 50% !important;
    background: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
}

.sidebar-toggle.modify-toggle svg {
    stroke: var(--up17-buttton-txt1);
    fill: var(--up17-buttton-txt1);
}

.sidebar-toggle svg {
    stroke: var(--up17-buttton-txt);
    fill: var(--up17-buttton-txt);
    width: 20px;
    display: block;
}

@media (min-width: 992px) {
    .sidebar-toggle {
        display: none;
    }

    .close-btn {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .modal .search-check {
        padding: 0 5px !important;
    }

    .mobile-sidebar {
        transform: translate(0px) !important;
        display: block !important;
    }

    .filter-toggle {
        display: none;
        transform: translate(-420px);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        margin: 0;
        transition: transform 0.2s ease-in-out 0s;
        background-color: #d1d1d1;
        z-index: 9999;
        height: 100%;
    }

    .close-btn i {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: var(--up17-buttton-bg);
        border-radius: 50px;
        color: var(--up17-buttton-txt);
        box-shadow: 0 1px 5px 0 #0000001a;
        z-index: 99;
        cursor: pointer;
    }

    .modify_sticky .search_form_box {
        overflow: auto;
        height: calc(100vh - 50px);
    }

    .up17__interchange__arrow {
        right: -15px !important;
        top: 45px !important;
    }

    .booking-sidebar {
        overflow: auto;
        height: 100%;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
    }

}


/*=======dashboard======start=========*/
.dashboard-section {
    background-color: rgba(0, 0, 0, .05);
    padding: 30px 0;
}

.dashboard-section .dashboard_title {
    margin-bottom: 20px;
    font-size: 30px;
}

.dashboard-section .card {
    box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
    border-radius: 10px;
    border: 0;
}

.dashboard-section .card .card-body {
    padding: 0;
}


.dashboard-section .card .card-footer,
.dashboard-section .card .card-header {
    padding: 20px;
    # background-image: linear-gradient(90deg, #fff 0, #fbefc7 100%);
	background-color: #fbefc7;
}

.dashboard-section .card .card-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

.dashboard-section .card .card-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.dashboard-section .card .card-content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.dashboard-section .card .card-content-area .btn-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.dashboard-section .card .card-text {
    font-size: 13px;
    color: #212529bf;
}

.dashboard-section .card .form-group {
    position: relative;
}

.dashboard-section .card .form-group label,
.dashboard-section .card .form-group .form-control,
.dashboard-section .card .form-group .form-select {
    font-size: 13px;

}

.dashboard-section .card .form-group .form-control,
.dashboard-section .card .form-group .form-select {
    padding: 10px;
}

.dashboard-section .card .btn {
    font-size: 13px;
}

.dashboard-section .card .btn_search {
    background-color: transparent;
    color: var(--up17-buttton-bg);
    border: 1px solid var(--up17-buttton-bg);
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.dashboard-section .card .btn_search i {
    margin-left: 2px;
}

.dashboard-section .card .btn_search:hover {
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
}

.dashboard-section .card.tile-stats {
    position: relative;
    display: block;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-clip: padding-box;
    transition: all 300ms ease-in-out;
}

.dashboard-section .card h3 {
    font-weight: 900;
    font-size: 38px;
}

/* .dashboard-section .card .card-body .card-title {
    font-weight: 600;
    letter-spacing: 1px;
} */

.dashboard-section .card .tile-red {
    color: #f56954;
}

.dashboard-section .card .tile-green {
    color: #00a65a;
}

.dashboard-section .card .tile-aqua {
    color: #00c0ef;
}

.dashboard-section .card .tile-blue {
    color: #00639e;
}

.dashboard-section .card .tile-pink {
    color: #ff0099;
}

.dashboard-section .card .tile-black {
    color: #212121;
}

.tile-stats .icon {
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 10px;
    bottom: 30px;
    z-index: 1;
}

.tile-stats.tile-red .icon {
    color: rgba(0, 0, 0, 0.1);
}

.tile-stats .icon i {
    font-size: 40px;
    line-height: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.dashboard-section .card a .fa-plane {
    color: #f5695480;
}

.dashboard-section .card a .fa-hotel {
    color: #00a65a73;
}

.dashboard-section .card a .fa-bus {
    color: #00c0ef8f;
}

.dashboard-section .card a .fa-umbrella-beach {
    color: #00639ea1;
}

.dashboard-section .card a .fa-cc-visa {
    color: #ff009982;
}

.dashboard-section .card a .fa-car {
    color: #212121;
}

.dashboard-section .card a .fa-mosque {
    color: #212121;
}

.dashboard-section .card a .fa-star-and-crescent {
    color: #212121;
}

.dashboard-section .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #c5c5c5 #f0f0f0;
    max-height: 500px;
    background-color: #fff;
}

.dashboard-section .table-responsive::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.dashboard-section .table-responsive::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border-radius: 4px;
}

.dashboard-section .table-responsive::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .dashboard-section .table-responsive {
        max-height: 300px;
    }
}


.dashboard-section table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    white-space: nowrap;
    margin-bottom: 0;
}

.dashboard-section table th {
    padding: 10px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    background-color: #eaf4ff;

    text-transform: capitalize;
}

.dashboard-section table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #212529bf;
    font-weight: 400;
}

/* .dashboard-section table tbody tr:nth-child(odd) {
    background-color: #fafafa;
} */

.dashboard-section table tbody tr:hover {
    background-color: #f2f2f2;
    transition: background-color 0.3s ease;
}

/* .dashboard-section table td:first-child,
.dashboard-section table th:first-child {
    text-align: left;
}

.dashboard-section table td:last-child,
.dashboard-section table th:last-child {
    text-align: right;
} */


.dashboard-section .search-reset-btn a {
    font-size: 13px;
}

.dashboard-section .card .card-body .accordion {
    font-size: 13px;
    color: #555;
}

.dashboard-section .card .card-body .accordion .accordion-button {
    font-size: 14px;
}

/*======header======*/
.header-top {
    background: #2a3b8c;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header-top-left {
    display: flex;
    align-items: end;
    gap: 20px;
    justify-content: end;
}


.header-top-left .top-info ul.nav li {
    list-style: none;
}

.header-top-left .top-info ul.nav li a {
    color: #5a5a5a;
    transition: all .5s ease-in-out;
    margin-right: 22px;
    padding: 6px 0 6px 0;
}

.header-top-left .top-info ul.nav li a:hover {
    color: #000;
}

.header-top-left .top-info ul.nav li.curremcy a {
    margin: 0;
    color: var(--up17-buttton-bg);
}

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

.header-top-left .top-info ul.nav li.logout_btn a {
    margin: 0;
}

.header-top-left .top-info ul.nav li.dropdown .dropdown-menu {
    border-radius: 0;
    border: 0;
    margin: 0;

}

.header-top-left .top-info ul.nav li.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    margin: 0;
    padding: 6px 20px;
}

.header-top-left .top-info ul.nav li.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

@media (max-width: 991px) {
    .header-top-left .top-info ul.nav {
        justify-content: center;
    }
}

.main-navigation .navbar {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    height: 60px;
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.mobile-menu-right {
    display: none;
}

.mobile-menu-right {
    gap: 20px;
}

/* 
.navbar-toggler-btn-icon {
    display: inline-block;
    width: inherit;
    height: inherit;
} */

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

.main-navigation .navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
    font-family: 'FontAwesome';
   # content: "\f107";
    font-weight: 600;
    border: none;
    font-size: 10px;
}

@media (max-width: 991px) {
    .main-navigation .navbar {
        padding: 8px 0;
    }

    /* .main-navigation .navbar-brand img {
        width: 130px;
    } */
    .search_form_banner .hero_banner .info h2 {
        font-size: 30px;
    }

    .mobile-menu-right {
        display: flex;
        align-items: center;
    }

    .navbar-toggler {
        padding: 0;
        border: none;
    }

    .navbar-toggler-btn-icon {
        font-size: 20px;


        font-weight: 500;
    }

    .navbar-collapse {
        max-height: 350px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        background-color: #fff;
    }

    .navbar .nav-item .nav-link {
        color: #4F4B8B;
        font-weight: 700;
        transition: all .5s ease-in-out;
    }

    .navbar .dropdown-menu {
        border-radius: 8px;
    }

    .main-navigation .navbar .dropdown-toggle::after {
        float: right;
    }
}

@media (max-width: 1199px) {
    .navbar .nav-item .nav-link {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .mobile-menu-right .navbar-toggler {
        display: none;
    }

    .navbar .nav-item {
        margin-right: 18px;
    }

    .navbar .nav-item .nav-link {
        position: relative;

    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: var(--up17-buttton-bg);
    }


    .navbar .nav-item .nav-link {
        padding: 20px 0 20px 0;
        font-size: 14px;
        color: #5a5a5a;
        text-transform: capitalize;
    }

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

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        border: none;
        left: 0px;
        top: 100%;
        border-radius: 0px;
        background: #fff;
        box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    /* .navbar .nav-item .dropdown-menu::before {
        content: "\f0d8";
        position: absolute;
        font-family: "FontAwesome";
        color: #fff;
        font-size: 45px;
        font-weight: bold;
        left: 25px;
        top: -15px;
    } */

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 13px;
        color: #5a5a5a;
        position: relative;
        text-transform: capitalize;
        transition: all .5s ease-in-out;
        z-index: 1;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: transparent;
        color: var(--up17-buttton-bg);
    }

    .navbar .nav-item.dropdown.user_btn .nav-link {
        background: var(--up17-buttton-bg);
        color: var(--up17-buttton-txt);
        padding: 20px 20px 20px 20px;
        margin: 0;
    }

    .main-navigation .navbar .dropdown-toggle::after {
        float: right;
    }

    .navbar .nav-item.agent_btn .nav-link {
        background: var(--up17-buttton-bg);
        color: var(--up17-buttton-txt);
        font-size: 14px;
        font-weight: 500;
        padding: 20px 20px 20px 20px;
        border: 1px solid var(--up17-buttton-bg);
        transition: all 0.5s ease;
        border: 1px solid var(--up17-buttton-bg);
    }

    .navbar .nav-item .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 70%;
        background: var(--up17-dropdown-bg, #ffffff);
        transition: all 0.3s ease-in-out;
    }

    .navbar .nav-item .dropdown-menu>.sub-item:hover>.submenu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu>.sub-item:hover {
        background: var(--up17-buttton-bg);
        color: var(--up17-buttton-txt);
    }

    .navbar .nav-item .dropdown-menu>.sub-item:hover .sub-link {
        color: var(--up17-buttton-txt);
    }

}


/*=====footer =====*/
.footer {
    background: #ff6700;
}

.footer .footer-top {
    background: #ffffff;
    padding: 40px 0 30px;
    border-top: 1px solid #dedede;
}

.footer .footer-top img {
    height: 60;
}

.footer .footer-top .footer-logo {
    margin-bottom: 30px;
}

.footer .footer-top h4 {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;

}

.footer .footer-top h4:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--black);
    bottom: 0;
    left: 0;
}
.footer .footer-top .footer-links ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-top .footer-links ul li {
    line-height: 24px;
}

.footer .footer-top .footer-links ul a {
    color: #000;
    transition: .3s;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.footer .footer-top .footer-links ul a:hover {
    color: var(--up17-buttton-bg);
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-newsletter,
.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-newsletter p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.footer .footer-top .footer-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .footer-top .footer-info ul li {
    color: #000;
    display: flex;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
    margin-bottom: 6px;
}

.footer .footer-top .footer-info ul li a {
    color: #000;
}

.footer .footer-top .footer-info ul li a:hover {
    color: #000;
}

.footer .footer-top .footer-info ul li i {
    font-size: 16px;
    width: 20px;
    margin-right: 5px;
    margin-top: 3px;
}

.footer .footer-newsletter form .newsletterform {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 15px #0000000f;
    text-align: left;
    border: 1px solid #dedede;
}

.footer .footer-newsletter form .newsletterform input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% + 0px);
}

.footer .footer-newsletter form .newsletterform button {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 14px;
    padding: 0 20px;
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    transition: .3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 15px #0000001a;
}

.footer .footer-newsletter form .newsletterform button:hover {
    background: var(--up17-buttton-bg1);
    color: var(--white);
}

.bottom-footer-text {
    background: var(--footer-Bg);
}

.bottom-footer-text .bottom__content {
    border-top: 1px solid #dedede;
}

.bottom-footer-text .rights__content {
    color: #000;
    margin-bottom: 0;
}

.bottom-footer-text .bottom__content .social a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-left: 10px;
    transition: .3s;
}


.bottom-footer-text .copyright {
    color: #fff;
    margin-bottom: 0;
}

/*=====footer end=====*/


/*====flight Roundtrip ======*/
.roundtrip-box {
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 4px;
}

.roundtrip-box ul li {
    line-height: 15px;
    margin-bottom: 10px;
}

.roundtrip-box img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.roundtrip-box h5 {
    font-size: 14px;
}

.roundtrip-box span {
    font-weight: normal;
    font-size: 12px;
}

.roundtrip-box span.filghtprice {
    font-size: 15px;
    font-weight: 700;
}

.roundtrip-box .btn-view {
    color: var(--up17-buttton-txt);
    background: var(--up17-buttton-bg);
    font-size: 12px;
    padding: 5px 10px;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
}

.flightborder {
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/*=====hotel=====result=====*/


/*=======bus====result=====*/
.booking-item {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.booking-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

booking-item booking-content {
    display: flex;
    align-items: center;
    gap: 50px;
}


.booking-item .booking-content .booking-bus span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.booking-item .booking-content .booking-bus .bustype {
    font-size: 12px;
    font-weight: normal;
    margin: 0;

}

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

.busDeparture span {
    display: block;
    color: #868686;
}

.busDeparture span.destination {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.trav-busdetail .seattext {
    color: #F96768;
}

/* 
.booking-item .start-time-name, .booking-item .end-time-name {
    font-size: 20px;
    color: #f96768;
    font-weight: 600;
}

.booking-item .booking-time .start-time-text, .booking-item .booking-time .end-time-text {
    color: #000000;
    font-weight: 600;
    margin: 0;
}
 */
.booking-item .booking-price {
    text-align: right;
    border-left: 1px solid #c7c7c7;
    padding: 10px 15px;
}

.booking-item .price-info {
    margin-bottom: 15px;
}

.booking-item .price-info .discount-price {
    margin-bottom: 0px;
    color: #4F4B8B;
    display: block;
}

.booking-item .price-info .price-amount {
    color: #F96768;
    font-weight: 600;
    font-size: 20px;
    display: block;
}

.trav-busdetail {
    border-top: 1px solid #c7c7c7;
    padding: 10px;
}

.trav-busdetail a {
    color: inherit;
    font-weight: 600;
}

#up17_bus_details0 {
    padding: 20px;
    border-radius: 5px;
}

.booking-item .dashed-line {
    border-bottom: 2px dashed #d1d1d1;
    flex-grow: 1;
    display: flex;
    margin: 0 0.5rem;
}

.booking-item .busDuration .duration {
    border: 1px dotted #dedede;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
}

/*======up17===notifications======*/
.notifi-sec .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: var(--up17-buttton-bg);
}

.notifi-sec .content p {
    color: color-mix(in srgb, var(--up17-buttton-bg), transparent 30%);
}

.notifi-sec .faq-container .faq-item {
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 25px 0px color-mix(in srgb, var(--up17-buttton-bg), transparent 90%);
    background-color: #ffffff;
    overflow: hidden;
}

.notifi-sec .faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.notifi-sec .faq-container .faq-item h3 {
    font-size: 17px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
}

.notifi-sec .faq-container .faq-item h3 span {
    color: var(--up17-buttton-bg);
    padding-right: 5px;
}

.notifi-sec .faq-container .faq-item h3:hover {
    color: var(--up17-buttton-bg);
}

.notifi-sec .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.notifi-sec .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
}

.notifi-sec .faq-container .faq-item .faq-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    font-size: 22px;
    line-height: 0;
    transition: 0.3s;
    color: var(--up17-buttton-bg);
}

.notifi-sec .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}

.notifi-sec .faq-container .faq-item .faq-toggle:hover {
    color: var(--up17-buttton-bg);
}

.notifi-sec .faq-container .faq-active h3 {
    color: var(--up17-buttton-bg);
}

.notifi-sec .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.notifi-sec .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--up17-buttton-bg);
}

/*======up17===notifications======*/


/*popular_destination ---------------------------*/


/*========routes========*/
.popular_destination {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    background-image: url(../../webroot/img/bg-world-map.jpg);
    z-index: 1;
}

.routes_box {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: unset;
    background-color: #fff;
    border-radius: 50px;
    transition: all 0.5s;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ededed;
}

.origin_img {
    display: flex;
    align-items: center;
    margin-right: 15px;
    width: 65px;
    height: 65px;
    border-radius: 50px;
}

.origin_img img {
    border-radius: 50px;
    height: 65px;
    width: 65px;
    object-fit: cover;
}

.origin_destination {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.origin_destination .elip {
    font-weight: 500;
    margin-bottom: 0px;
    color: #151515;
}

.origin_destination .count {
    font-size: 14px;
    margin: auto 0;
    font-weight: 600;
    color: var(--up17-buttton-bg);
}

.routes_box:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.routes_box:hover .routes_box {
    color: inherit;
}

.view_btn {
    color: var(--up17-buttton-bg);
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
}

/*========routes end========*/

.currency-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.urrency__content {
    padding: 0px;
}


.urrency__content .currency__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;

}

.currency__item {
    cursor: pointer;
}

.currency__list-item:hover,
.currency__list-item.active {
    color: var(--up17-buttton-bg);
}

.currency__code {
    font-weight: 700;
}

.currency__name {
    margin-left: 0;
}

.Country_name {
    margin-left: 10px;
}

.currency-divider {
    background: #dadfe6;
    height: 1px;
    width: calc(100% - 0px);
    display: inline-block;
}


.destination-item {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #dfdfdf;
}

.destination-img {
    position: relative;
    height: 180px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.destination-content {
    padding: 20px 15px 10px;
}

.theme-item {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    transition: all .5s ease-in-out;
}


/*===holidaytheme====*/
.theme-item {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    transition: all .5s ease-in-out;
}

.theme-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(13, 35, 62, .65);
    border-radius: 15px;
    left: 0;
    top: 0;
}

.theme-item .theme-img {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.theme-item .theme-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: unset;
    border-radius: 15px;
    filter: brightness(0.8);
    transition: all .3s ease-out 0s;
}

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


.theme-item .theme-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.theme-item .theme-content img {
    width: 100px;
}

.theme-item .theme-content .filenameicon {
    width: 50px;
    height: 50px;
}

.theme-item .theme-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.theme-item .theme-content h3 span {
    color: #f96768;
    font-weight: 700;
}

.theme-item .theme-content p {
    color: #fff;
    margin: 0px 0;
}


/*===visa====*/

/*holiday result*/
.bread-crumbs {
    margin: 0 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}


.bread-crumbs li {
    color: var(--up17-buttton-bg1);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.bread-crumbs li .arrow,
.bread-crumbs li a {
    color: #000000;
    font-weight: 400;
    display: inline-block;
}

.bread-crumbs li+li {
    margin-left: 10px;
}

.bread-crumbs li span {
    margin-left: 10px;
}


.hldy_thm_slider {
    margin: 20px 0;
    padding: 0 45px;
}

.hldy_thm_box {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px dashed #002543;
    overflow: hidden;
    transition: all 0.5s ease;
}

.hldy_thm_box::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    background: #000;
    opacity: .4;
}

.hldy_thm_box .hldy_thm_img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hldy_thm_box img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 50%;
    position: relative;

}

.hldy_thm_box .hldy_thm_cnt {
    width: calc(100% - 10px);
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hldy_thm_box .hldy_thm_cnt p {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}

.hldy_thm_box.active::before {
    background-color: red;
}

.showing-count {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 15px;
    background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
}

.showingcont_title {
    text-align: left;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}

.hldy_pkgResult {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 15px;
    transition: .3s;
    position: relative;
}

.hldy_pkgResult .hldy_pkg_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hldy_pkgResult .hldy_pkg_box img.HolidayImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}

.hldy_pkgResult .hldy_pkg_box .bottom-btns {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hldy_pkgResult .hldy_pkg_box .bottom-btns a.send_Query {
    text-align: center;
    color: var(--up17-buttton-bg1);
    border-radius: 4px;
    padding: 8px 20px;
    margin: 10px 0 0;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    border: 1px solid var(--up17-buttton-bg1);
    text-transform: uppercase;
    width: 100%;
}

.hldy_pkgResult .hldy_pkg_box .bottom-btns a.send_Query i {
    margin-right: 10px;
}

.hldy_pkgResult .hldy_pkg_box .bottom-btns a.send_Query:hover {
    border: 1px solid var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    background-color: var(--up17-buttton-bg);
}

.hldy_pkgResult .recommended {
    position: absolute;
    z-index: 5;
    left: -8px;
    top: 15px;
    width: 150px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.hldy_pkgResult .recommended.group-package {
    /* background-image: linear-gradient(to right, var(--up17-buttton-bg), var(--up17-buttton-bg1)); */
    background-color: #3b5998;
}

.hldy_pkgResult .recommended.independent-package {
    /* background-image: linear-gradient(to right, var(--up17-buttton-bg1), var(--up17-buttton-bg)); */
    background-color: #1da1f2;
}

.hldy_pkgResult .recommended::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid var(--up17-buttton-bg1);
    border-right: 0px solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}

.hldy_pkgResult .hldy_pkg_top {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content {
    flex: 1;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 0;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content .DaysNights {
    color: #000000b3;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul {
    flex-flow: row wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}



.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul li {
    font-size: 14px;
    color: #000000;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebeb;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul li .days-txt {
    display: inline-block;
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul li:last-child {
    border: none;

}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content ul li i {
    color: #d6332d;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content p {
    color: #000000b3;
    font-size: 14px;
    margin: 0;
}


.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content p.description {
    margin-top: 10px;
    color: #525252;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.hldy_pkgResult .hldy_pkg_top .fare .slashed {
    color: #d6332d;
    text-decoration: line-through;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content .strip {
    flex-flow: row wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
}

.hldy_pkgResult .hldy_pkg_top .hldy_pkg_content .strip .label-stye {
    border: 1px solid #ebebeb;
    border-radius: 999px;
    padding: 0px 10px;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    margin: 7px 7px 7px 0;
}

.hldy_pkgResult .hldy_pkg_top .fare {
    text-align: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
}

.hldy_pkgResult .hldy_pkg_top .fare p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.hldy_pkgResult .hldy_pkg_top .fare h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
}

.hldy_pkgResult .hldy_pkg_top .fare h3.priceBreakup {
    font-size: 12px;
    margin-bottom: 10px;
}

.hldy_pkgResult .hldy_pkg_top .fare .book {
    color: var(--up17-buttton-txt1);
    text-transform: capitalize;
    background: var(--up17-buttton-bg1);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    padding: 8px 20px;
}

.hldy_pkgResult .hldy_pkg_top .fare .book:hover {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom h4 {
    font-size: 14px;
    color: #000;
    margin: 10px 0 5px;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom ul {
    flex-flow: row wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 4px 0;
    margin-top: 10px;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom ul li {
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    padding: 4px 15px;
    border-right: 1px solid #ebebeb;
    list-style: none;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom ul li:last-child {
    border-right: 0;
}

/*modal*/

.modaldesign .modal-content {
    border: none;
    position: relative;
    padding: 0 !important;
    font-size: 14px;
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    background-color: #fafafa;
}

.modaldesign .modal-content .modal-header {
    border: none;
}

.modaldesign .modal-content .modal-header .modal-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--up17-buttton-bg1);
    text-align: center;
}

.modaldesign .modal-content button.btn-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: .5;
    color: #000;
    transform: scale(.8);
    transition: .4s;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: none;
}

.modaldesign .modal-content .modal-body {
    border: none;
    position: relative;
    z-index: 0;
}

.modaldesign .modal-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.modaldesign .modal-content .modal-body.img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.modaldesign .modal-body form .btn-primary {
    width: 100%;
}

.modaldesign .modal-body form .btn-primary:hover {
    color: var(--up17-buttton-bg1);
    background: transparent;
}

.modaldesign .modal-footer .mobile-no {
    color: var(--up17-buttton-bg);
    font-size: 20px;
    font-weight: 500;
}

.modaldesign .modal-footer .mobile-no .fa-phone {
    margin-right: 7px;
}

.modaldesign .modal-footer .mobile-no a {
    color: var(--up17-buttton-bg);
}

.modaldesign .modal-footer .btn-primary,
.modaldesign form .btn-primary {
    color: #fff;
    background: var(--up17-buttton-bg);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid var(--up17-buttton-bg);
}

.modaldesign .modal-footer .btn-primary:focus,
.modaldesign form .btn-primary:focus {
    box-shadow: none;

}

.modaldesign .iti {
    width: 100%;
}

.modaldesign form .form-control,
.modaldesign form .form-select {
    height: 42px;
    font-size: 14px;
    color: #6d6c6c;
    box-shadow: none !important;
    margin: 0 !important;
    display: block;
}

.modaldesign form .select2-container .select2-selection--single,
.modaldesign form .select2-container--default .select2-selection--single .select2-selection__rendered,
.modaldesign form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    line-height: 42px;
}

.calendar-icon {
    position: absolute;
    right: 15px;
    bottom: 50%;
    transform: translateY(50%);
    color: #6c757d;
    pointer-events: none;
    font-size: 1.2rem;
}


.modaldesign .iti__flag-container {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/* .modaldesign .iti__selected-flag {
	width: 40px;
	height: 30px;
}

.modaldesign .iti__flag {
	width: 40px;
	height: 30px;
	background-size: contain;
} */

.modaldesign .iti__dropdown {
    width: 300px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.modaldesign .iti__country {
    padding: 10px;
    cursor: pointer;
}

.modaldesign .iti__country:hover {
    background-color: #f0f0f0;
}

.modaldesign .iti__dial-code {
    margin-left: 5px;
    color: #666;
}

.modaldesign .iti__country.iti__highlight {
    background-color: #e0e0e0;
}



.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom .offer {
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 15px 0 0;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom .offer .block {
    height: 18px;
    background: #307d01;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 4px 0 7px;
    line-height: 18px;
    color: #fff;
    position: relative;
    margin-right: 15px;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom .offer .block::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 100%;
    top: 0;
    border-width: 9px 0 9px 9px;
    border-style: solid;
    border-color: transparent transparent transparent #307d01;
}

.hldy_pkgResult .hldy_pkg_box .hldy_pkg_bottom .offer p {
    color: #307d01;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}


/*holidays details*/
.availability {
    padding: 20px 0;
}

.availability .availability_header {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    padding: 15px;
}


.availability .availability_header .availability_left .availability_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.availability .availability_header .availability_left .headings h1 {
    margin-bottom: 0px;
    font-size: 22px;
}

.availability .availability_header .availability_left .small {
    font-size: 14px;
    font-weight: 300;
}

.availability .availability_header .availability_left p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.availability .availability_header .availability_left p.details {
    margin-bottom: 10px;
}

/* .availability .availability_header .availability_left p .dest_name+.dest_name {
    padding-left: 10px;
} */

.availability .availability_header .availability_left p .dest_name+.dest_name::before {
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, #000000, transparent 10%);
    content: ",";
}


.availability .availability_header .badges {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
}

.availability .availability_header .badges li {
    padding: 0px 15px;
    border-radius: 20px;
    color: #000000;
    background: rgb(252 228 96 / 33%);
    border: 1px solid rgb(252, 228, 96);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: inline-block;
}

.availability_header .download_button .download-pkgs {
    color: var(--up17-buttton-bg1);
    border: 1px solid var(--up17-buttton-bg1);
    margin-bottom: 10px;
}

.availability_header .download_button .download-pkgs:hover {
    background-color: var(--topbar-bg);
    color: #FFFFFF;
}


.availability .availability_header .text {
    font-size: 12px;
    color: #525252;
}

.availability .availability_header .slashed {
    color: #d6332d;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: bold;
}

.availability .availability_header .fare {
    white-space: nowrap;
    font-size: 24px;
    margin: 0;
}


.availability_header .Modify_button .Modify-btn {
    color: var(--up17-buttton-bg);
    border: 1px solid var(--up17-buttton-bg);
    width: 100%;
}

.availability_header .Modify_button .Modify-btn:hover {
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
    background-color: var(--up17-buttton-bg);
}

.availability .availability_header .itinerary-list li {
    display: inline-block;
    margin-right: 20px;
}

.availability .availability_header .text-color {
    color: var(--up17-buttton-bg1);
}



/* .availability .availability_header.disclaimer-section ul,
.availability .single-sidebar ul {
    padding-left: 0 !important;
    margin-bottom: 0;
    list-style-type: disc;
} */

.availability .single-sidebar .btn-warning {
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
}

.availability .single-sidebar .btn-warning.bg {
    background-color: transparent;
    color: var(--up17-buttton-bg1);
    border: 1px solid var(--up17-buttton-bg1);
}

.availability .single-sidebar .btn-warning.bg:hover {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    border: 1px solid var(--up17-buttton-bg1);
}

.availability .single-sidebar .btn-warning:hover {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    border: 1px solid var(--up17-buttton-bg1);
}

.package-section .tour-card .btn-warning {
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
}

.package-section .tour-card .btn-warning:hover {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    border: 1px solid var(--up17-buttton-bg1);
}




.availability .availability_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 20px;
}

.availability .availability_right input {
    margin-bottom: 10px;
    border-radius: 0.375rem;
}

.availability .availability_right input:read-only {
    background-color: transparent;
}

.availability .availability_right input:focus {
    box-shadow: none;
}



.availability .package-photos {
    margin-bottom: 20px;
}

.availability .package-photos .carousel .carousel-item img,
.availability .package-photos img {
    height: 400px;
    width: 100%;
    border-radius: 5px;
}

.availability .nav-pills.details-tabs {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 0 0px;
    margin: 0 0 15px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #929292 #fff;

}

.availability .nav-pills.details-tabs li.nav-item {
    margin-right: 10px;
}

.availability .nav-pills.details-tabs li.nav-item:last-child {
    margin-right: 0;
}

.availability .details-tabs li.nav-item .nav-link {
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    white-space: nowrap;
    transition: .1s;
    cursor: pointer;
    border-radius: 0;
    position: relative;
}

.availability .details-tabs li.nav-item .nav-link.active {
    border-bottom: 3px solid var(--up17-buttton-bg);
    font-weight: 600;
    color: var(--up17-buttton-bg);
}

/* .availability .details-tabs li.nav-item .nav-link.active:after {
    background: var(--up17-buttton-bg) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 40%;
    position: absolute;
    top: 75%;
    transform: rotate(45deg);
    width: 20px;
} */

.availability .menu-part .tabbox {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
}

.availability .menu-part .accordion-plan .card {
    border-radius: 0;
}

.availability .menu-part .accordion-plan .card .card-header {
    background-color: var(--up17-buttton-bg1);
    border-bottom: 0;
    padding: 6px;
    border-radius: 0;
}

.availability .accordion-plan .accordion-item .card-header .accordion-button {
    background-color: var(--up17-buttton-bg1) !important;
    border-bottom: 0;
    padding: 6px;
    box-shadow: none;
    font-weight: 600;
}

.availability .accordion-plan .card .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    color: #ffffff;
    text-transform: capitalize;
}

.availability .accordion-plan .card .card-header button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #ffffff;
    right: 20px;
    top: 13px;
    transition: all .3s ease;
}

.availability .accordion-plan .card .card-header button[aria-expanded=true]:before {
    border-top: 0;
    border-bottom: 6px solid #ffffff;
    transition: all .3s ease;
}

.availability .accordion-plan .card .card-body {
    color: #444;
    font-size: 14px;
}

.availability .menu-part .accordion-plan .card .card-body ul {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}

.availability .menu-part .accordion-plan .card .card-body ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 5px;
}

.availability .menu-part .accordion-plan .card .card-body ul li i {
    margin-right: 5px;
}

.availability .menu-part .about-sec h4,
.availability .menu-part .tabbox h4 {
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 18px;
}

.availability .menu-part .about-sec ul {
    padding: 0px;
    margin: 0;
}

.availability .menu-part .about-sec ul li {
    list-style-type: none;
    display: list-item;
    text-transform: capitalize;
    color: #000000b3;
    font-size: 14px;
    margin-bottom: 10px;
}

.availability .menu-part .about-sec ul li i {

    margin-right: 10px;
}

.availability .menu-part .about-sec ul li .fa-check {
    color: green;
}


.availability .menu-part .about-sec ul li .fa-x {
    color: red;
}

.sticky-cls-top {
    position: sticky;
    z-index: 1;
    top: 50px;
}

.availability .single-sidebar {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, .28);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    padding: 20px;
}

.availability .single-sidebar h4.title,
.availability .single-sidebar .title.h4 {
    text-transform: capitalize;
    font-size: 18px;
}

/* 
.availability .single-sidebar .book-btn-section {
    border: 1px solid #c92e2a1f;
    padding-top: 15px;
} */

.availability .single-sidebar .book-btn-section ul li {
    display: inline-block;
    margin-right: 10px;
}

/* .availability .single-sidebar .book-btn-section ul li span{
	display: block;
} */

.availability .single-sidebar .book-btn-section ul li:last-child {
    margin: 0;
}

.availability .single-sidebar+.single-sidebar {
    margin-top: 20px;
}

.fare-summery-outer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fare-summery-outer ul li {
    border-bottom: 1px solid #ebebeb
}

.fare-summery-outer ul li:last-child {
    border-bottom: transparent;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li {
    display: inherit;
    margin: 0;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .accordion-button {
    padding: 15px 10px;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer .accordion-body.card {
    border-radius: 0;
    border: 0;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer .accordion-body .card-body {
    padding: 0;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapsible-header {
    background: transparent;
    border: none;
    border-bottom: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    position: relative;
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapsible-header .btn {
    width: 100%;
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
}

.availability .single-sidebar .book-btn-section .fare-summery-outer ul li .collapsible-header .btn.btnbg {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    border: 1px solid var(--up17-buttton-bg1);
}


/* .availability .accordion-button[data-bs-toggle]:not(.collapsed):after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f077";
	color: #444444;
	position: absolute;
	right: -10px;
	background-image: none;
	top: 10px;
} */

/* .availability .accordion-button[data-bs-toggle].collapsed:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f078";
	color: #444444;
	position: absolute;
	right: -15px;
	background-image: none;
	top: 12px;
} */

@media (max-width: 1150px) {
    .hldy_pkgResult .hldy_pkg_top {
        flex-wrap: wrap;
    }

    .hldy_pkgResult .hldy_pkg_top .hldy_pkg_content {
        width: 100%;
        margin-bottom: 10px;
    }

    .hldy_pkgResult .hldy_pkg_top .fare {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 800px) {
    .hldy_thm_box {
        width: 80px !important;
        height: 80px !important;
        margin: auto;
    }

    .hldy_thm_box .hldy_thm_cnt {
        width: auto;
        position: relative;
        font-size: 12px;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        -moz-transform: none;
        color: #000;
        margin: 5px 0 10px 0;
        white-space: nowrap;
    }
}

@media screen and (max-width: 600px) {

    .availability .availability_header,
    .availability .availability_header .availability_left .headings {
        display: block;
    }

    .availability .availability_header .availability_right select {
        margin-top: 10px;
        width: 150px;
    }

    .availability .availability_header .availability_left .badges li {
        margin-bottom: 5px;
    }

    .availability .availability_header .availability_right {
        flex-direction: row;
        justify-content: space-between;
    }

    .availability .availability_header .availability_right .fare {
        text-align: right;
    }

    .holiday_details_modal .promo-img {
        display: none;
    }

    .content-text {
        width: 100%;
    }

    .availability .nav-pills.details-tabs {
        overflow-x: auto;
        scrollbar-width: thin;
        scrollbar-color: #929292 #fff;
        justify-content: start;
    }

    .availability .details-tabs li.nav-item .nav-link.active:after {
        display: none;
    }
}

.availability .menu-part .tabbox .fa-star {
    color: #efb400;
}

.availability .menu-part .tabbox .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.availability .menu-part .itinerary-list-card {
    border-bottom: 1px solid rgba(156, 170, 179, .28);
    margin: 15px 0;
}

.availability .menu-part .itinerary-list-card:last-of-type {
    border-bottom: 0;
}

.availability .menu-part .itinerary-list-card .pic {
    overflow: hidden;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}


/* offer section */
.headingblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.headingblock .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.headingblock .heading-one {
    font-size: 25px;
    font-weight: 100;
    color: #000;
    margin: 0px;
    text-align: center;
}


.headingblock .wrap .nav-tabs {
    border: none;
    gap: 10px;
}

.headingblock .wrap .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 4px 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #151515;
    border-bottom: 2px solid transparent;
    border-color: transparent;
    transition: all .5s ease;
}

.headingblock .wrap .nav-tabs .nav-item .nav-link.active,
.headingblock .wrap .nav-tabs .nav-item .nav-link:hover {
    color: var(--up17-buttton-bg);
    border-bottom: 2px solid var(--up17-buttton-bg);
    background-color: transparent;
}

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

.headingblock .custom-nav {
    margin-left: 30px;
}

.headingblock .link {
    font-size: 15px;
    color: var(--up17-buttton-bg);
    text-decoration: underline;
    font-weight: 500;
    white-space: nowrap;
}


.offer-slider.owl-carousel.owl-drag .owl-item {
    height: 250px;
    margin: 10px 0;
}

.item-box {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    height: 250px;
    transition: all .5s ease-in;
    width: calc(100% - 45px);
    margin-left: 45px;
    border: 1px solid rgba(156, 170, 179, .28);
    position: relative;
}

.item-box .offer-box:hover .imgsection img {
    transform: scale(1.2);
}

.item-box .offer-box {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.item-box .offer-box .imgsection {
    height: 220px;
    width: 125px;
    min-width: 125px;
    overflow: hidden;
    pointer-events: all !important;
    margin: 0px 0 0 -45px;
    border-radius: 7px;
    border: 1px solid #d6dfe4;
}

.item-box .offer-box .imgsection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s linear;
    background: #ddd;
    display: block;
}

.item-box .offer-box .offer-content {
    padding: 25px 15px;
    width: calc(100% - 80px);
    max-width: 100%;
    height: 100%;
}

.item-box .offer-box .offer-content .offer-label {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
}

.item-box .offer-box .offer-content .offer-label p {
    color: #6d6c6c;
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
    background: #f5f6f8;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin: 0;
}

.item-box .offer-box .offer-content .offer-height {
    height: calc(100% - 0px);
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}


.item-box .offer-box .offer-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #000;
    width: 100%;
}

.item-box .offer-box .offer-content p {
    font-size: 13px;
    color: #525252;
    font-weight: 500;
    line-height: 20px;
}

.item-box .offer-box .offer-content .bookingsection {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.item-box .offer-box .offer-content .bookingsection button {
    background: var(--up17-buttton-bg);
    border: none;
    padding: 8px 15px;
    color: var(--up17-buttton-txt);
    font-size: 14px;
    border-radius: 5px;

}

.headingblock .right .custom-nav button {
    background: none;
    border: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border-radius: 50%;
}

@media (max-width: 991px) {

    .offer_page .headingblock,
    .offer_page .headingblock .wrap {
        display: block;
    }
}

/* offer end */

/*visa*/
.countries-visa .card .card-img-top {
    height: 150px;
    transition: all 0.5s ease-in;
    overflow: hidden;
    object-fit: cover;
}

.countries-visa .card:hover .card-img-top {
    transform: scale(1.1);
}

/*Trending Hotels*/

.Makkah-hotels {
    background: url('../../webroot/img/home-hajj-banner.jpg') center / cover no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
}


.Popular-hotels .hotel-price .btn-primary {
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border-color: var(--up17-buttton-bg);
}

.Popular-hotels .hotel-price .btn-primary:hover {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    border-color: var(--up17-buttton-bg1);

}

.Popular-hotels.Makkah-hotels .headingblock .heading-one {
    color: #ffffff;
}

.Popular-hotels .card,
.Popular-hotels .card .card-image {
    border-radius: 20px;
}

.Popular-hotels .card,
.countries-visa .card .packages-section .card-link .card,
.PopularActivity .card-link .card,
.recent-posts .card {
    overflow: hidden;
}

.Popular-hotels .card .card-img-top,
.packages-section .card-link .card .card-img-top,
.PopularActivity .card-link .card .card-img-top,
.recent-posts .card .card-img-top {
    height: 250px;
    transition: all 0.5s ease-in;
    overflow: hidden;
    object-fit: cover;
}

.transfer-section .card .card-img-top {
    height: 200px;
    transition: all 0.5s ease-in;
    overflow: hidden;
    object-fit: cover;
}

.transfer-section .card .transfer-img:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    z-index: 2;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.3) 100%);
    transform: skewX(-25deg);
    transition: all 0.5s;
}

.transfer-section .card:hover .transfer-img:before {
    animation: shine 0.75s;
    width: 100%;
    left: 0%;
    transform: skewX(0deg);
}

.transfer-section .card:hover .card-title {
    color: var(--up17-buttton-bg);
}

.Popular-hotels .card:hover .card-img-top,
.transfer-section .card:hover .card-img-top,
.packages-section .card-link .card:hover .card-img-top,
.PopularActivity .card-link .card:hover .card-img-top,
.recent-posts .card:hover .card-img-top {
    transform: scale(1.1);
    border-radius: 20px;
}

.Popular-hotels .card .card-img-top {
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
}

.Popular-hotels .card-body {
    display: grid;
    grid-template-columns: 1fr auto;
}


.Popular-hotels .card-footer .btn-primary {
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border: 1px solid var(--up17-buttton-bg);
}

.Popular-hotels .card-footer .btn-primary:hover {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    border: 1px solid var(--up17-buttton-bg1);
}

.Popular-hotels .hotel-price {
    font-weight: bold;
    margin-top: 10px;
    color: #000000;
    font-size: 22px;
}

.Popular-hotels .hotel-price .text-muted {
    font-size: 14px;
    font-weight: 100;
}

.Popular-hotels .hotel-rate {
    text-align: right;
}

.Popular-hotels .badge i {
    color: #ffc107;
}

.transfer-section .card .btn-primary,
.packages-section .card-link .card .btn-primary {
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border-color: var(--up17-buttton-bg);
}

.transfer-section .card .btn-primary:hover,
.packages-section .card-link .card .btn-primary:hover {
    background-color: var(--up17-buttton-bg1);
    color: var(--up17-buttton-txt1);
    border-color: var(--up17-buttton-bg1);
}

.Popular-hotels .card .card-days,
.transfer-section .card .card-days,
.packages-section .card-link .card .card-days,
.PopularActivity .card-link .card .card-days,
.recent-posts .card .card-days {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.carddaysNight {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    padding: 0 10px;
    border-radius: 12px;
    font-size: 12px;
}


.Recommended-choice {
    position: absolute;
    top: 20px;
    left: 0px;
}

.Recommended-choice .recommended {
    position: absolute;
    z-index: 1;
    left: -8px;
    top: 15px;
    background-color: var(--up17-buttton-bg1);
    width: 130px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.Recommended-choice .recommended.bg2 {
    background-color: var(--up17-buttton-bg);
}

.Recommended-choice .recommended::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 7px solid #021432;
    border-right: 0px solid transparent;
    border-left: 8px solid transparent;
    z-index: 0;
}

.Recommended-choice .recommended span {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
}

.Recommended-choice .recommended span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 12px solid transparent;
    border-top: 0 solid transparent;
    border-right: 0px;
    border-left: 8px solid var(--black);
    z-index: 0;
}

.Recommended-choice .recommended span::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 0 solid transparent;
    border-top: 12px solid transparent;
    border-right: 0px;
    border-left: 8px solid var(--black);
    z-index: 0;
}

.packages-section .card-link .card .card-score span {
    font-size: 0.875em;
}


.packages-section .card-link .card .card-image {
    height: 250px;
}

.packages-section .card-link .card .card-image img {
    height: 100%;
}

/*international-packages*/
.travel-packages.demostic-packages .card img.card-img {
    height: 250px;
}

.travel-packages .card,
.travel-packages .card .card-img-overlay {
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in;
}

.travel-packages .card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.travel-packages .card .card-img-overlay {
   # background-color: rgba(0, 0, 0, .3)
}

.travel-packages .card .card-img {
    transition: all 0.5s ease-in;
}

.travel-packages.international-packages .card.middle-card .card-img {
    height: 100%;
}

.travel-packages.international-packages .card.first-card .card-img,
.travel-packages.international-packages .card.last-card .card-img {
    height: 250px;
}


.travel-packages .card:hover .card-img {
    transform: scale(1.1);
}

.recent-posts .card {
    height: 500px;
}

/*wedding packages*/
.wedding-packages .feature-icon {
    border-radius: 50%;
    background-color: #f5e9d7;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-right: 20px;
}

.wedding-packages .cta-button {
    background-color: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}

.wedding-packages img.wedding-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}


/*Hajj-section*/
.Hajj-section {
    background-image: url('../../webroot/img/home-hajj-banner.jpg');
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.Hajj-section .headingblock .heading-one {
    color: #ffffff;
}

.Hajj-section .card:hover h5.card-title {
    color: var(--up17-buttton-bg);
}

/* .Umrah-section .card-link .card {
    max-height: 550px;
} */

/*gallery section*/

.gallery-section .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 500px;
}

.gallery-section .gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.gallery-section .gallery-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    opacity: 1;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.gallery-section .see-all-btn {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.gallery-section .see-all-btn:hover {
    background-color: var(--up17-buttton-bg);
}

.gallery-section .middle-item,
.gallery-section .last-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.gallery-section .middle-img,
.gallery-section .last-img {
    border-radius: 10px;
    transition: transform 0.3s ease;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.gallery-section .middle-img:hover,
.gallery-section .last-img:hover {
    transform: scale(1.05);
}

/*visa*/
.visa-booking-detail-scrollspy {
    position: sticky;
    top: 30px;
    left: 0px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 10px;
    padding: 10px;
    z-index: 100;
}

.visa-booking-detail-scrollspy .nav-link {
    display: block;
    color: #444;
    padding: 10px 15px;
    margin: 0px 0 5px 0;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.visa-booking-detail-scrollspy .nav-link:hover,
.visa-booking-detail-scrollspy .nav-link.active {
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
}

.visa-booking-detail-scrollspy .nav-link.active {
    font-weight: bold;
}

@media (max-width: 992px) {
    .visa-booking-detail-scrollspy {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        box-shadow: none;
    }
}

.sticky-fare-summary {
    position: sticky;
    top: 30px;
    left: 0px;
}

.flightDetailWrapper .btn-primary {
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: var(--up17-buttton-bg);
    color: var(--up17-buttton-txt);
    border-color: var(--up17-buttton-bg);
    font-weight: bold;
    box-shadow: none;
    outline: 0;
}
.navtab-1
{
	 background-position: 0 0;
    border-radius: 4px;
    border-image: none 100% 1 0 stretch;
    margin: 0;
    font-family: Rubik, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 14px 20px 13px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    line-height: normal;
    font-size: 14px;
    background-color: #e5f3ff;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    color: #2276e3;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: #2276e3;
}