.btn-ticket-more {
    background-repeat: no-repeat;
    background-color: #103b6f;
    color: #fff;
    font-weight: 500;
    width: 290px;
    margin: auto;
    display: block;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    border: none;
    padding: 3px 10px;
}
.form-group{
    margin-top: 5px;
    margin-bottom: 5px;
}
.w-100{
    width: 100% !important;
}
.w-100px{
    min-width: 100px !important;
}
.w-135px{
    min-width: 135px !important;
}
.w-280px{
    min-width: 280px !important;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left;
}
.search_sort_val{
    list-style: none; /* Remove default list styles */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}
.search_sort_val li{
    display: inline-block; /* Display items inline */
    margin-right: 10px; /* Add some space between items (adjust as needed) */
}

.insRadio{
    background: #EFEFEF;
    border-radius: 11px;
    padding: 10px 20px;
}

.hotel_policies table.table td{
    padding: 5px !important;
}
.panel_block ul li {
    display: flex;
    align-items: center;
    flex: 1;
}
.panel_block ul li span{
    margin-right: 5px;
    margin-left: 5px;
}
.numbering {
    padding: 4px 0;
}

.numbering h5 {
    background: #113F6D;
    padding: 3px 7px;
    border-radius: 6px;
    color: white;
    margin-right: 11px;
    font-size: 15px;
    margin-bottom: 0;
}


.has-error .control-label, .has-error .help-block {
    color: red;
    font-size: 13px;
}
.has-error .form-control, .has-error .bs-invalid {
    border-color: #e80500;
}

.help-block {
    margin-bottom: 5px;
}

.select-wrap {
    position: relative;
    height: 41px;
    cursor: pointer;
}
.select-wrap.select-lg .passenger-type-wrap {
    padding: 0px;
    cursor: pointer;
}
.select-wrap.select-lg .passenger-type-wrap .person {
    display: block;
    line-height: 1.5;
}
.select-wrap.select-lg {
    border-bottom: none;
    height: 100%;
}

.occupancy-dropdown {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    min-width: 395px;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.occupancy-dropdown .title {
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #eee;
    color: #01579B !important;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 10px;
}
.occupancy-dropdown .title i {
    font-size: 16px;
}
.occupancy-dropdown p {
    margin: 0;
}
.occupancy-dropdown .room-count .title-wrap {
    font-weight: bold;
    padding: 5px;
    float: left;
}
.occupancy-dropdown .room-count .spinner-wrap {
    width: 115px;
    float: left;
    margin-right: 7px;
}
.occupancy-dropdown .item-occupancy {
    margin-bottom: 7px;
    display: table;
}
.occupancy-dropdown .item-occupancy label {
    font-size: 12px;
}
.occupancy-dropdown .item-occupancy .form-control {
    margin-bottom: 7px;
    display: inline-block;
}
.occupancy-dropdown .item-occupancy .item-people {
    width: 70px;
    margin-right: 10px;
    float: left;
}
.occupancy-dropdown .item-occupancy .item-people:first-child {
    width: 75px;
}
.occupancy-dropdown .item-occupancy .item-people:not(.age-child) {
    color: #113F6D !important;
}
.occupancy-dropdown .item-occupancy .item-people.age-child {
    color: #8B8B8B;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
    min-width: 25px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.btn-default:not(.active){
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}
.passenger-dropdown {
    display: none;
    padding: 15px;
    position: absolute;
    top: 100%;
    z-index: 40;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 290px;
    border: 1px solid #ccc;
}
.passenger-dropdown p {
    display: block;
}
.passenger-dropdown p:first-child {
    line-height: 2;
}
.attractions p{
    font-size: 14px !important;
    color: #0D2857 !important;
}
body .ui-datepicker{
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 40em !important;
    z-index: 999 !important;
}
.ui-widget.ui-widget-content{
    border: 1px solid #c5c5c5 !important;
    /*    margin-left: -50px !important;*/
}

.usp_icons img {
    width: 20px;
    margin: 0 10px 5px 0;
}

body .ui-datepicker .ui-datepicker-header {
    background: #fff !important;
    color: #051036 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border: none;
}
.ui-datepicker-multi .ui-datepicker-group table{
    width: 100% !important;
}

#pagination {
    width: 100%;
    text-align: center;
    padding: 20px;
}

#pagination strong{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    background-color: #0D2857 !important;
}

#pagination a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #0D2857;
}

.js-dropdown-list .js-dropdown-link{
    color: #0D2857;
}

.lightpick__day.is-start-date.is-in-range,.lightpick__day.is-end-date.is-in-range{
    background: #0D2857 !important;
}
.ui-widget,.lightpick{
    font-family: "Jost", sans-serif !important;
}
.ui-widget-header{
    background: #103b6f !important;
    height: 10px;

}
.ui-state-default{
    border-radius: 50px;
}
.ui-widget.ui-widget-content{
    /*    height: 10px;*/
    z-index: 9999;
}

.ui-datepicker-multi .ui-datepicker-group table{
    background-color: #ffffff !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border: 0px solid #c5c5c5 !important;
    background: #ffffff !important;
    font-weight: normal;
    color: #051036 !important;
    width: 37px;
    height: 37px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover{
    background-color: #13357B !important;
    color: white !important;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ui-datepicker th{
    padding-top: 30px !important;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center !important;
}

section .tab-content>.active {
    display: block;
    background: #FFFFFF;
    border-radius: 11px;
    padding: 24px 30px 22px 32px;
}
.tab-content>.tab-pane {
    display: none;
}

.ow-mt{
    margin-top: 40px;
}

.loading-content img {
    display: block;
    margin: auto;
    width: 150px;
}
.loading-content .text1 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
}
.loading-content .text2 {
    font-size: 18px;
    line-height: 1.7;
}

.loader-placeholder b {
    width:100%;
    display: block;
    margin: 10px 10px 10px 0px;
    height: 7px;
    background-color: #eee;
    animation: placeholder-animate 0.8s infinite;
}
.loader-placeholder b:last-child {
    width: 80%;
}

.loader-stop b {
    animation: none !important;
}

.blok-options-tab{
    margin-top:20px;
}
.blok-options-tab ul {
    border-bottom: 0px solid #D9D9D9;
    padding: 18px 0 27px;
}
.blok-options-tab ul li {
    display: inline;

    margin-right: 15px;
    margin-left: 15px;
}
.blok-options-tab .nav-pills > li.active a {
    background-color: #efefef;
    border: 2px solid #103b6f;
    border-radius: 8px;
    padding: 8px;
}
.blok-options-tab .nav-pills > li a {
    background-color: #efefef;
    border: 2px solid #efefef;
    border-radius: 8px;
}
.blok-options-tab .nav-pills a {
    padding: 10px 15px;
    margin-bottom: 0px;
}

.more_options a{
    border: 1px solid #103b6f;
    border-radius: 4px;
    min-height: 45px;
    max-height: 50px;
}
.more_options a i{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 10px;
}

@keyframes placeholder-animate {
    0% {
        background-color: #eee;
    }
    50% {
        background-color: #ccc;
    }
    100% {
        background-color: #eee;
    }
}

.col-sm-offset-2 {
    margin-left: 16.66666667%;
}
.col-sm-offset-1 {
    margin-left: 8.333333%;
}

.bgOverly {
    background-color: rgba(53, 84, 209, 0.05) !important;
    color: #0D2857;
    border-radius: 11px;
    padding: 10px;
    margin-bottom: 15px;
}

.rotate45 {
    transform: rotate(45deg);
}

.rotate-left {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.rotate-right {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.flip-h {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.show {
    display: block !important;
    min-width: 100px;
}

.fade:not(.show) {
    opacity: 0;
}
.modal {
    position: fixed;
    top: 10%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
/*MODAL FARE*/
.modal-confirming {
    background-color: #efefef;
    position: relative;
    overflow: hidden;
    background-image: url("../../images/misc/globe-half.png");
    background-repeat: no-repeat;
    background-position: bottom;
    border: 1px solid rgb(239 239 239);
}
.modal-confirming .plane {
    width: 120px;
    position: absolute;
}

@keyframes plane-to-right {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
.plane-to-right {
    position: absolute;
    right: 0;
    animation-name: plane-to-right;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px auto;
}
.modal-dialog {
    margin-top: 5%;
}
.modal-content {
    width: auto;
}
.modal-confirming {
    background-color: #efefef;
    position: relative;
    overflow: hidden;
    background-image: url(../../images/misc/globe-half.png);
    background-repeat: no-repeat;
    background-position: bottom;
    border: 1px solid #efefef;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.badge-list .only {
    display: none;
    background-color: #8d8d8d;
    color: #fff;
    padding: 2px 5px;
    min-width: 30px;
    border-radius: 20px;
    font-size: 12px;
}
.checkbox:hover .badge-list .only {
    display: block;
}

.checkbox:hover .badge-list .only ~ .num {
    display: none;
}


.ui-autocomplete li {
    background-color: var(--color-white) !important;
}

li .ui-state-active{
    background-color: rgba(53, 84, 209, 0.05) !important;
    font-weight: 500;
    color: #212529 !important;
}

#insurance-form .mainSearch .button-grid{
    grid-template-columns: 230px 220px 225px 165px 1fr;
}

.grid-item--width3 {
    width: 30%;
}

@media (max-width: 991px) {
    .ow-mt{
        margin-top: 0px;
    }
    body .ui-datepicker{
        padding-left: 1px !important;
        padding-right: 1px !important;
        width: 85% !important;
    }

    .ui-widget.ui-widget-content{
        border: 1px solid #0d2857 !important;
        margin-left: 0px !important;
        left: 15px !important;
        overflow-y: scroll;
        max-height: 400px;
    }
    .ui-datepicker table{
        background: white !important;
    }

    .currencyMenu__content{
        width: 95% !important;
    }
    .occupancy-dropdown{
        min-width: 250px;
    }
    #insurance-form .mainSearch .button-grid{
        grid-template-columns: 1fr;
    }
    .ui-autocomplete{
        max-width: 350px !important;
    }
    .grid-item--width3 {
        width: 40%;
    }

}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.ui-slider .ui-state-default{
    background: #f6f6f6 !important;
}

.text-uppercase{
    text-transform: uppercase;
}


.insurance-policy-tabs{
    border: 2px solid #e86b1e;
    border-radius: 5px;
    padding: 10px;
}

.insurance-policy-tabs .tick{
    right: 0;
    float: right;
    margin-top: -25px;
    position: absolute;
    background-color: #13357b;
    color: #fff;
    padding: 10px;
}

.insurance-policy-tabs .tick i{
    margin-top: 0px;
    font-size: 12px;
}

.box{
    cursor: text;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    height: 44px;
    border: 1px solid #ccc;
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.np-save-card-box input{
    width: 30px;
}
.tra_del_blk{
    margin-top: 20px;
}

.modal-open{
    overflow:hidden
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    transition:-webkit-transform .3s ease-out;
    transition:transform .3s ease-out;
    transition:transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform:translate(0,-50px);
    transform:translate(0,-50px)
}
@media (prefers-reduced-motion:reduce){
    .modal.fade .modal-dialog{
        transition:none
    }
    .collapsing{
        transition:none
    }
}
.modal.show .modal-dialog{
    -webkit-transform:none;
    transform:none
}
.modal.modal-static .modal-dialog{
    -webkit-transform:scale(1.02);
    transform:scale(1.02)
}
.modal-dialog-scrollable{
    display:-ms-flexbox;
    display:flex;
    max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 1rem);
    overflow:hidden
}
.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{
    -ms-flex-negative:0;
    flex-shrink:0
}
.modal-dialog-scrollable .modal-body{
    overflow-y:auto
}
.modal-dialog-centered{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before{
    display:block;
    height:calc(100vh - 1rem);
    height:-webkit-min-content;
    height:-moz-min-content;
    height:min-content;
    content:""
}
.modal-dialog-centered.modal-dialog-scrollable{
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{
    max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before{
    content:none
}
.modal-content{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    border-radius:.3rem;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem 1rem;
    border-bottom:1px solid #dee2e6;
    border-top-left-radius:calc(.3rem - 1px);
    border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .close{
    padding:1rem 1rem;
    margin:-1rem -1rem -1rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1.5
}
.modal-body{
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:.75rem;
    border-top:1px solid #dee2e6;
    border-bottom-right-radius:calc(.3rem - 1px);
    border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>*{
    margin:.25rem
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@media (min-width:576px){
    .modal-dialog{
        max-width:500px;
        margin:1.75rem auto
    }
    .modal-dialog-scrollable{
        max-height:calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content{
        max-height:calc(100vh - 3.5rem)
    }
    .modal-dialog-centered{
        min-height:calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before{
        height:calc(100vh - 3.5rem);
        height:-webkit-min-content;
        height:-moz-min-content;
        height:min-content
    }
    .modal-sm{
        max-width:300px
    }
}
@media (min-width:992px){
    .modal-lg,.modal-xl{
        max-width:800px
    }
    .modal-dialog {
        min-width: 650px;
    }
}
@media (min-width:1200px){
    .modal-xl{
        max-width:1140px
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-secondary {
    color: #fff;
    background-color: #E5F0FD;
    border-color: #E5F0FD;
}
.btn-primary {
    color: #fff;
    background-color: #103b6f;
    border-color: #103b6f;
}
.collapse:not(.show){
    display:none
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
}
.title-segment{
    font-size: 1.15rem;
}
.tab-border{
    border: 1px solid #103b6f;
    padding: 15px;
    border-radius: 10px;
}

.toggle:before {
    content: "+"; /* Default: Show plus */
    font-size: 16px;
    padding: 0px 5px;
}

.toggle[aria-expanded="true"]:before {
    content: "-"; /* Show minus when aria-expanded is true */
    font-size: 16px;
    padding: 0px 5px;
}

/* plane map */
.plane-wrap {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.plane-map {
    display: inline-block;
    background: #fff;
    position: relative;
}
.plane-map .plane-head {
    width: 104%;
    margin-left: -2%;
    height: 230px;
    background-color: #fff;
    background-image: url(../../images/misc/plane-head.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.plane-map .plane-body {
    position: relative;
    min-height: 250px;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding: 30px 15px;
}
.plane-map .plane-body .row {
    position: relative;
}
.plane-map .plane-body.wing:before, .plane-map .plane-body.wing:after {
    content: " ";
    width: 155px;
    height: 285px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 340px;
    z-index: 0;
}
.plane-map .plane-body.wing:before {
    background-image: url(../../images/misc/plane-leftWing.svg);
    left: -130px;
}
.plane-map .plane-body.wing:after {
    background-image: url(../../images/misc/plane-rightWing.svg);
    right: -130px;
}
.plane-map .seat-row {
    padding: 4px 4px 0 4px;
    margin-bottom: 3px;
    position: relative;
}
.plane-map .side-row {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 10px;
    margin-right: 10px;
}
.plane-map .letters {
    text-align: center;
    transform: translateY(-20px);
}
.plane-map .letters b {
    width: 30px;
    display: inline-block;
}
.plane-map .exit {
    position: absolute;
    top: 35px;
    padding: 8px 2px;
    width: 30px;
    font-size: 16px;
    background-color: #00a500;
    color: #fff;
}
.plane-map .cabin-left .exit {
    left: -35px;
}
.plane-map .cabin-right .exit {
    right: -35px;
}
.plane-map .exit-left {
    left: -20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.plane-map .exit-right {
    right: -20px;
}
.plane-map .number {
    font-style: normal;
    position: absolute;
    left: -70px;
    width: 30px;
    text-align: right;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #999;
}

.plane-map .seat, .seat-legend .seat {
    cursor: pointer;
    width: 27px;
    height: 40px;
    margin-bottom: 4px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../images/misc/seat.svg);
}
.plane-map .seat:not(.seat-reserved):hover, .seat-legend .seat:not(.seat-reserved):hover {
    background-image: url(../../images/misc/seat-select.svg);
    opacity: 0.6;
}
.plane-map .seat-reserved, .plane-map .seat-blocked, .seat-legend .seat-reserved, .seat-legend .seat-blocked {
    opacity: 0.3;
    cursor: not-allowed;
}
.plane-map .seat-selected, .seat-legend .seat-selected {
    background-image: url(../../images/misc/seat-select.svg);
}

.seat-legend {
    border-bottom: 1px solid #eee;
}
.seat-legend ul {
    list-style: none;
}
.seat-legend ul .seat {
    width: 20px;
    height: 30px;
    margin: 0 10px 0 0;
}
.seat-legend ul .text {
    width: 80px;
    line-height: 1.3;
}
.seat-legend ul li {
    margin-bottom: 10px;
    float: left;
}
.seat-legend ul span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.seat-info-top p {
    line-height: 1.3;
    padding: 3px 7px;
    margin-right: 10px;
    border: 1px dashed #ccc;
}

.item-food {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 15px;
}
.item-food .img-wrap {
    text-align: center;
}
.item-food h5 {
    font-weight: 500;
    font-size: 16px;
}
.item-food p {
    margin-bottom: 0;
    color: #8B8B8B;
}
.item-food img {
    max-height: 70px;
}
.item-food .action-wrap {
    padding: 15px;
}
.item-food .price {
    margin-top: 18px;
    text-align: center;
    font-size: 18px;
    display: block;
}
.item-food .checkbox {
    color: #EC6F23;
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}
.item-food .input-group {
    max-width: 100px;
}

.display-inlineflex{
    display: inline-flex !important;
}

body .ui-autocomplete-category {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #103b6f !important;
}
body .ui-autocomplete .ui-menu-item {
    border-bottom: 1px solid #103b6f;
}
body .ui-autocomplete .ui-menu-item-wrapper {
    position: relative;
    padding: 10px 10px !important;
}

.tabs__content .tabs__pane{
    display:none !important;
}
.tabs__content .tabs__pane.is-tab-el-active{
    display:block !important;
}

.navbar-mobile {
    display: block;
    background-color: #fff;
    border-radius: 1rem 1rem 0 0 !important;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99999;
    padding: 0.7rem 2rem;
    -webkit-box-shadow: 0 1rem 3rem rgba(29, 58, 83, 0.5);
    box-shadow: 0 1rem 3rem rgba(29, 58, 83, 0.5);
    border-top: 1px solid #697488;
}
.navbar-mobile .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.navbar-mobile .nav-item {
    text-align: center;
}
.navbar-mobile .nav-item .nav-link {
    font-size: 1.3rem;
    color: #0D2857;
    padding: 0;
}
.navbar-mobile .nav-item .nav-link.active, .navbar-mobile .nav-item .nav-link:hover {
    color: #0D2857;
}
.navbar-mobile .nav-item .nav-link .nav-text {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.m-t{
    text-align: left;
}

.icon-bg{
    border-radius: 50px;
    background-color:#0D2857;
    color:#fff;
    padding:15px;
}

.accordion__content .tabs{
    background-color: #ffffff;
    padding: 0px 18px;
    box-shadow: inset 0px 2px 9px 0px rgba(0,0,0,.03);
}

.loader {
    margin: 15px 0px;
    border-radius:10px;
    border:4px solid transparent;
    position:relative;
    padding:1px;
}
.loader:before {
    content:'';
    border:1px solid #103b6f;
    border-radius:10px;
    position:absolute;
    top:-4px;
    right:-4px;
    bottom:-4px;
    left:-4px;
}
.loader .loaderBar {
    position:absolute;
    border-radius:10px;
    top:0;
    right:100%;
    bottom:0;
    left:0;
    background:#e86b1e;
    width:0;
    animation:borealisBar 2s linear infinite;
}

@keyframes borealisBar {
    0% {
        left:0%;
        right:100%;
        width:0%;
    }
    10% {
        left:0%;
        right:75%;
        width:25%;
    }
    90% {
        right:0%;
        left:75%;
        width:25%;
    }
    100% {
        left:100%;
        right:0%;
        width:0%;
    }
}

/* Hide on small screens and show on larger screens */
@media (max-width: 575.98px) {
    .visible-xs {
        display: flex !important;
    }
    .hidden-xs {
        display: none !important;
    }
}

/* Show on small screens and hide on larger screens */
@media (min-width: 576px) {
    .hidden-xs {
        display: block !important;
    }
    .visible-xs {
        display: none !important;
    }
}

.radio-border{
    border-color: #103b6f;
    border: 1px solid #103b6f;
    border-radius: 16px;
    margin-top: 12px;
}

.bg_overlay {
    background: #EFEFEF;
    border-radius: 11px;
}

.guest_del {
    padding: 20px 35px 50px 37px;
}

.bg_room_cng {
    background: #FFFFFF;
    border-radius: 11px 11px 0px 0px;
    padding: 25px 45px 29px 34px;
}

.bs_con_block.fli_desc {
    padding: 22px 10px 13px;
}

.contents {
    border-radius: 11px !important;
    background: #FFFFFF;
    padding: 35px;
    margin-top: 30px;
}
.text-wrap {
    white-space: normal !important;
}
.item-final .icon {
    width: 42px;
    height: 42px;
    display: bloclk;
    float: left;
    border-radius: 50%;
    background-color: #F5F5F5;
    color: #999;
    margin-right: 15px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
}
.item-final .title {
    display: block;
    color: #333;
}
.text-success {
    color: #28a745 !important;
}
.text-warning {
    color: #ffc107 !important;
}
figure, section {
    display: block;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: auto;
    box-shadow: inset 0px 0px 0px green;
    animation: fill 0.5s ease-in-out 0.5s forwards, scale 0.4s ease-in-out 1s both;
}
.blok-confirm .button {
    width: auto;
    background-color: #C9DBF2;
    background-image: none !important;
    border-radius: 11px;
    margin-top: 5px;
    height: 100%;
    transition: 0.4s;
    font-size: 14px;
    padding: 7px 12px 7px 12px;
    font-weight: 500;
    color: #333;
    border: 0px;
    display: inline-block;
    min-width: 150px;
}
.green_btn {
    background: #EA6F21 !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    border: 2px solid #EA6F21;
}

.selected-visa{
    border: 1px solid;
}
.white{
    color:#ffffff !important;
}
.fpb{
    padding: 0px !important;
    background: none !important;
}
.cpointer{
    cursor:pointer !important;
}
.d-none{
    display:none;
    visibility:hidden;
}
.h-26px{
    height: 26px !important;
}

.background-heading-bs {
    background-color: #EFEFEF;
    width: 270px;
}

.popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1060;
    display:block;
    max-width:276px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style:normal;
    font-weight:400;
    line-height:1.5;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    white-space:normal;
    line-break:auto;
    font-size:.875rem;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    border-radius:.3rem
}
.popover .arrow{
    position:absolute;
    display:block;
    width:1rem;
    height:.5rem;
    margin:0 .3rem
}
.popover .arrow::after,.popover .arrow::before{
    position:absolute;
    display:block;
    content:"";
    border-color:transparent;
    border-style:solid
}
.bs-popover-auto[x-placement^=top],.bs-popover-top{
    margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{
    bottom:calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{
    bottom:0;
    border-width:.5rem .5rem 0;
    border-top-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{
    bottom:1px;
    border-width:.5rem .5rem 0;
    border-top-color:#fff
}
.bs-popover-auto[x-placement^=right],.bs-popover-right{
    margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{
    left:calc(-.5rem - 1px);
    width:.5rem;
    height:1rem;
    margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{
    left:0;
    border-width:.5rem .5rem .5rem 0;
    border-right-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{
    left:1px;
    border-width:.5rem .5rem .5rem 0;
    border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{
    margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{
    top:calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{
    top:0;
    border-width:0 .5rem .5rem .5rem;
    border-bottom-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{
    top:1px;
    border-width:0 .5rem .5rem .5rem;
    border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{
    position:absolute;
    top:0;
    left:50%;
    display:block;
    width:1rem;
    margin-left:-.5rem;
    content:"";
    border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],.bs-popover-left{
    margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{
    right:calc(-.5rem - 1px);
    width:.5rem;
    height:1rem;
    margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{
    right:0;
    border-width:.5rem 0 .5rem .5rem;
    border-left-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{
    right:1px;
    border-width:.5rem 0 .5rem .5rem;
    border-left-color:#fff
}
.popover-header{
    padding:.5rem .75rem;
    margin-bottom:0;
    font-size:1rem;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-top-left-radius:calc(.3rem - 1px);
    border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty{
    display:none
}
.popover-body{
    padding:.5rem .75rem;
    color:#212529
}
.carousel{
    position:relative
}