/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.modal{
    z-index: 9999999999;
}
.modal.show .modal-dialog{
    margin:0px;
    padding:0px;
}
.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.width-50{
    width: 49.5% !important;
}
.font{
    font-family: var(--font-primary);
}
.col {
    /* Adjust borders for specific columns */
    &:first-child {
        border-right: 1px solid #697488; /* Right border for first column */
        border-bottom: 1px solid #697488; /* Bottom border for first column */
    }

    &:nth-child(2) {
        border-bottom: 1px solid #697488; /* Bottom border for second column */
    }

    &:nth-child(3) {
        border-right: 1px solid #697488; /* Right border for third column */
        border-bottom: 1px solid #697488; /* Bottom border for third column */
    }

    &:nth-child(4) {
        border-bottom: 1px solid #697488; /* Bottom border for fourth column */
    }
    &:nth-child(5) {
        border-right: 1px solid #697488; /* Bottom border for fourth column */
    }
}

.fs{
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding-left: 5px;
}
.fs1{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}




.trip-type{
    border-top: 0px solid #697488;
    border-bottom: 0px solid #697488;
    display:inline-block;
    margin-bottom:20px;
    width: 100%;
}
.trip-type label{
    float:left;
    display:block;
    margin:0;
    font-weight:normal;
    color:#697488;
    text-transform:capitalize;
    font-weight:500;
    font-size:14px
}
.trip-type input[type=radio]{
    visibility:hidden;
    display:none
}
.trip-type label.active
span{
    background-color: #0D2857;
    color: #fff;

}
.trip-type label.active span:after{
    top:100%;
    left:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
    border-color:rgba(136, 183, 213, 0);
    border-top-color:#0D2857;
    border-width:7px;
    margin-left:-7px
}
.trip-type span{
    padding:5px 30px;
    display:block;
    border-radius: 5px;
}
.input-wrap input[type=text]{
    border:none;
    display:block;
    width:100%;
    height:41px;
    border-radius:6px;
    padding:8px
        12px;
    line-height:1.5;
    background-color:#fff;
    background-image:none;
    padding-left:42px
}
.form-group-wrap input[type=text]:focus, .form-group-wrap input[type=date]:focus{
    outline:none
}
.form-group-wrap .nearby-check-wrap{
    position:absolute;
    top:10px;
    right:0;
    background-color:#fff;
    width:90px;
    margin:0
}
.form-group-wrap .nearby-check-wrap input[type=checkbox]{
    margin:7px
}
.form-group-wrap .nearby-check-wrap
span{
    width:60px;
    display:block;
    float:right;
    padding-right:10px;
    line-height:13px;
    font-size:11px;
    font-weight:normal;
    color:#666
}
.btn-way-switch{
    position:absolute;
    top:28px;
    right:15px;
    color:#0D2857;
    border:1px
        solid #eee;
    border-radius:7px;
    background:#fff;
    background:-moz-linear-gradient(top, #fff 0%, #eee 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
    background:-webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background:-o-linear-gradient(top, #fff 0%, #eee 100%);
    background:-ms-linear-gradient(top, #fff 0%, #eee 100%);
    background:linear-gradient(to bottom, #fff 0%, #eee 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#000000",GradientType=0 )
}
.btn-way-switch:hover{
    color:#0D2857
}
.input-wrap{
    position:relative;
    border: 1px solid #697488;
    border-radius: 5px;
}
.input-wrap>i:first-child{
    position:absolute;
    top:11px;
    left:12px;
    font-size:22px;
    color:#0D2857
}
.input-wrap .img-icon{
    position:absolute;
    top:12px;
    left:12px;
    width:16px;
    height:auto
}
.advanced-check{
    margin-top:7px;
    color:#0D2857
}

.form-group-wrap {
    border: 1px solid #697488;
    border-radius: 6px;
    height: 86px;
    background-color: #fff;
    position: relative;
}

.date-wrap.form-group:first-child{
    border-radius:6px 0 0 6px
}
.form-group-wrap .date-wrap.form-group:last-of-type{
    border-radius:0 6px 6px 0
}

.date-wrap{
    float:left;
    width:50%;
    height:100%
}
.date-wrap:first-child{
    border-right:1px solid #D1D1D1
}
.date-wrap{
    position:relative
}
.date-wrap>i:first-child{
    position:absolute;
    top:12px;
    left:8px;
    font-size:55px;
    color:#0D2857
}
.date-wrap
input{
    position:absolute;
    opacity:0;
    border:none;
    bottom:0;
    cursor:pointer;
    display:block;
    height:100%;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:10
}
.date-wrap .img-icon{
    position:absolute;
    top:12px;
    left:12px;
    width:18px;
    height:auto
}
#multi-block .row-sm{
    margin-bottom:15px
}
.date-multi{
    float:left;
    width:100%;
    height:100%
}
.date-multi{
    position:relative
}
.date-multi>i:first-child{
    position:absolute;
    top:12px;
    left:8px;
    font-size:20px;
    color:#0D2857
}
.date-multi
input{
    position:absolute;
    opacity:0;
    border:none;
    bottom:0;
    cursor:pointer;
    display:block;
    height:100%;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:10
}
.date-multi .img-icon{
    position:absolute;
    top:12px;
    left:12px;
    width:18px;
    height:auto
}
p.datetime{
    text-align:center;
    padding:13px;
    cursor:pointer
}
p.datetime
span{
    display:block;
    font-size:12px;
    line-height:1.2;
    color:#0D2857
}
p.datetime
.year{
    transform:rotate(-90deg);
    font-size:10px;
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    position:absolute;
    top:36px;
    left:60%
}
p.datetime
.day{
    font-size:26px
}
p.add-return{
    text-align:center;
    padding:15px;
    cursor:pointer
}
p.add-return
i{
    font-size:36px;
    margin-bottom:7px;
    color:#D1D1D1;
    display:inline-block
}
p.add-return
span{
    display:block;
    font-size:12px;
    line-height:1em;
    color:#8B8B8B
}
p.add-return .btn-return{
    color:#0D2857;
    text-decoration:none
}
.date-return-active{
    display:none
}
.btn-remove-return{
    background-color:#0D2857;
    text-align:center;
    position:absolute;
    top:0;
    right:0;
    width:24px;
    height:24px;
    line-height:24px;
    color:white;
    z-index:11;
    cursor:pointer;
    border-top-right-radius:4px
}
.select-wrap{
    position:relative;
    height:41px;
    cursor:pointer
}
.select-wrap i:first-child{
    position:absolute;
    top:12px;
    left:12px;
    z-index:2;
    font-size:20px;
    color:#0D2857
}
.select-wrap
.arrow{
    position:absolute;
    top:5px;
    right:12px;
    z-index:2;
    font-size:30px;
    color:#D1D1D1;
    font-weight: 700;
}
.select-wrap
.myval{
    margin:0;
    padding:12px
        12px;
    padding-left:42px;
    line-height:1.5
}
.select-wrap
select{
    position:relative;
    -webkit-appearance:none;
    -moz-appearance:none;
    background:transparent;
    border:0;
    width:100%;
    height:100%;
    padding-left:42px
}
.select-wrap select:focus{
    outline:0
}
.select-wrap .btn-select{
    background:none;
    z-index:1;
    color:#0D2857;
    background-color:transparent;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:42px
}
.select-wrap .dropdown-menu li
a{
    padding:10px
        15px
}
.select-wrap .dropdown-menu li:not(:last-child){
    border-bottom:1px solid #eee
}
.select-wrap
.caret{
    display:none
}
.select-wrap a:not(.btn){
    text-decoration:none
}
.select-wrap:first-child{
    border-bottom:1px solid #D1D1D1
}
.form-single-wrap{
    border:1px
        solid #D1D1D1;
    border-radius:6px;
    background-color:#fff
}
.form-single-wrap input[type=text]:not(.form-control), .form-single-wrap input[type=date], .form-single-wrap .input-static{
    border:none;
    display:block;
    width:100%;
    height:41px;
    border-radius:6px;
    padding:8px
        12px;
    margin:0;
    line-height:1.5;
    background-color:#fff;
    background-image:none;
    padding-left:40px;
    padding-right:10px
}
.form-single-wrap .input-static{
    line-height:1.9;
    cursor:pointer;
    color:#0D2857;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
.form-single-wrap .arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    font-size: 22px;
    color: #D1D1D1;
}
.form-single-wrap input[type=text]:focus{
    outline:none
}
.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:100%;
    max-width:500px;
    border:1px
        solid #ccc
}
.passenger-dropdown
p{
    display:block
}
.passenger-dropdown p:first-child{
    line-height:2
}
.btn-search{
    background-color:#0D2857;
    transition:0.5s;
    text-align:center;
    color:#fff;
    display:block;
    height:86px;
    width:100%
}
.btn-search:hover{
    background-color:#eb7c20;
    color:#0D2857
}
.btn-warning:hover{
    background-color:#eb7c20 !important;
    color:#0D2857 !important
}
.btn-search
i{
    font-size:20px !important;
    margin-bottom:5px;
    display:block
}


.txt_line__dot-separator{
    width:3px;
    height:3px;
    display:inline-block;
    background-color:#bdbdbd;
    border-radius:50%;
    margin:0
        2px 2px 2px
}
.gl__fieldset{
    background-color:#ffffff;
    padding:4px;
    border-radius:4px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    display:flex;
    width:100%;
    flex-direction:row
}
.gl__fieldset .gl__input-group{
    padding:0px
        2px;
    flex-grow:1
}
.gl__fieldset .gl__input-group.gl__search{
    flex-grow:2
}
.gl__fieldset .gl__input-group.gl__nationality{
}
.gl__fieldset .gl__input-group .form-group{
    margin-bottom:0
}
.gl__fieldset .gl__input-group .input-wrap.form-group.has-error, .gl__fieldset .gl__input-group .select-wrap.form-group.has-error{
    border:1px
        solid red;
    box-shadow:0 0 10px rgba(255, 0, 0, 0.7);
    border-radius:4px
}
.gl__fieldset .gl__input-group .input-wrap > i:first-child,.gl__fieldset .gl__input-group .select-wrap>i:first-child{
    font-size:1.6em;
    top:13px
}
.gl__fieldset .gl__input-group .form-single-wrap .input-static{
    padding:12px
        10px 12px 40px;
    height:100%;
}
.gl__fieldset .gl__input-group .select-wrap{
    height:100%
}
.gl__fieldset .gl__input-group .select-wrap .bootstrap-select{
    height:100%
}
.gl__fieldset .gl__input-group .input-wrap input[type="text"]{
    font-size:14px;
    line-height:20px;
    font-weight:normal;
    background:#fff;
    background-position-x:0%;
    background-position-y:0%;
    background-repeat:repeat;
    background-image:none;
    background-size:auto;
    color:#113F6D;
    height:52px;
    display:table;
    padding:0px
        15px 0px 50px;
    width:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.gl__fieldset .gl__input-group
button{
    height:100%;
    width:100%
}
@media (max-width: 900px){
    .gl__fieldset{
        flex-direction:column;
        align-items:stretch
    }
    .gl__fieldset .gl__input-group{
        margin-bottom:4px
    }
    .gl__fieldset .gl__input-group:last-child{
        margin-bottom:0
    }
}


.occupancy-dropdown {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 10;
    min-width: 360px;
    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;
}

.ui-widget.ui-widget-content, .lightpick, .ui-timepicker-wrapper{
    z-index: 9999999999 !important;
}

.search-input {
    border: 1px solid #697488 !important;
    margin: 7px 0px !important;
    padding: 10px;
    border-radius: 5px;
}

.searchMenu-loc, .searchMenu-date{
    padding:0px !important;
}

.mainSearch .button-grid > * + *{
    border:0px !important;
}

.lg\:py-20 {
    padding-top: 0px !important;
}

.btn-primary-soft {
    color: #11406e;
    background-color: rgba(81, 67, 217, 0.1);
    font-weight: 500;
    display: inline-flex;
    min-width: 143px;
    margin: 0px 3px;
}

.position-relative {
    position: relative !important;
}

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

.h-65{
    height: 65px !important;
}

@media screen and (max-width: 420px) {
    .form-group {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .single-field input{
        padding: 17px 45px;
    }
    .text-26{
        font-size: 24px !important;
    }
    .trip-type span {
        padding: 5px 20px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 280px) {
    .fs,.fs1{
        font-size: 14px;
        padding-left: 0px;
    }
    .btn{
        font-size: 0.9rem;
    }
    .button.-md {
        padding: 14px 10px;
    }
    .form-group {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .text-26{
        font-size: 24px !important;
    }
    .trip-type span {
        padding: 5px 8px;
        border-radius: 5px;
    }
    .form-group {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.passenger-dropdown .row{
    margin-top: 10px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    padding: 9px;
}

.ui-icon-circle-triangle-e{
    background-position:-29px -48px !important;
}
.ui-icon-circle-triangle-w{
    background-position:-95px -48px !important;
}
.form-checkbox:hover input~.form-checkbox__mark {
    background-color: transparent !important;
}
.form-checkbox:hover input:checked~.form-checkbox__mark {
    background-color: #103b6f !important;
}



/*Adjust the passport details label*/
#passport_details_1 div:nth-child(1) label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

/*Remove margin top from contact details form of ticket*/
.panel-body div:nth-child(2),
.panel-body div:nth-child(3) {
    margin-top : 0 !important
}

/*Remove Points section from ticket page*/
.panel-active #sticker .bs_dis {
    display:none !important
}

/*Tabby Button of payment page*/
#tabby-payment button.button {
    width:100%
}
/*Crypto Currency Button of payment page*/
#cryptoButton1 {
    width:100%
}

/*Re-algin the footer elements*/
footer .container .row {
    justify-content: space-between !important
}

/*Remove the padding top for footer elements*/
footer .container div:nth-child(1),
footer .container div:nth-child(1) div:nth-child(1) div:nth-child(2) {
    padding-top: 0 !important;
}

/*Remove Holiday tab from nav bar*/
.navbar-mobile .navbar-nav .nav-item:nth-child(3) {
    display:none
}

