/*.......New General Search Style.......*/
.custom-form-control-search {
    height: 50px !important;
    padding: 8px 20px 5px 38px;
    font-weight: bold;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 1px !important;
}

    .custom-form-control-search.selected {
        height: 50px !important;
        padding: 24px 20px 5px 38px;
        font-weight: bold;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important;
        margin: 1px !important;
    }

    .custom-form-control-search.left {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .custom-form-control-search.right {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .custom-form-control-search:focus {
        z-index: 0 !important;
        outline: none !important;
        border-color: #ddd !important;
    }

.input-group-lb {
    display: none;
    position: absolute;
    z-index: 3;
    padding-left: 41px;
    color: #555;
    font-size: 12px;
    top: 5px;
}

    .input-group-lb.selected {
        display: block;
        position: absolute;
        z-index: 3;
        padding-left: 41px;
        color: #555;
        font-size: 12px;
        top: 5px;
    }

.input-group-icon-route,
.input-group-icon-date {
    position: absolute;
    z-index: 3;
    left: 13px;
    top: 17px;
    color: #555;
}

.input-group-icon-close {
    position: absolute;
    z-index: 3;
    right: 13px;
    top: 17px;
    color: #555;
    cursor: pointer;
}

.btn-exchange {
    position: absolute;
    z-index: 6;
    background: white;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 30px;
    top: -16px;
    left: -16px !important;
    box-shadow: 0px 1px 4px 0px #ccc !important;
}

    .btn-exchange i {
        font-size: 12px;
        color: #555;
    }

/*Mobile*/

@media (max-width: 576px) {
    .btn-exchange {
        transform: rotate(90deg);
        padding: 6px 10px;
        left: -21px !important;
    }

    .input-group-lb,
    .input-group-lb.selected {
        padding-left: 38px;
    }

    .custom-form-control-search.left {
        border-top-left-radius: 4px !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .custom-form-control-search.right {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    .custom-form-control-search,
    .custom-form-control-search.selected {
        margin: -1px !important;
    }
}

@media (max-width: 767px) {
    #divRefineSearch .new-search .form-group:not(:first-child) {
        float: left !important;
        width: 100% !important;
        margin-left: 3%;
    }
}

/*tablet*/

@media only screen and (min-width:768px) and (max-width:1020px) {
    .divReturnWay .custom-form-control-search.txtReturnDateBooking,
    .divReturnWay .custom-form-control-search.txtReturnDateBooking.selected {
        padding-left: 44px !important;
    }

    .divReturnWay .input-group-lb,
    .divReturnWay .input-group-lb.selected {
        padding-left: 42px !important;
    }

    .divReturnWay .input-group-icon-date {
        left: 20px !important;
    }
}

@media (min-width: 577px) {
    .return-trip #txtDestinationGeneral.custom-form-control-search,
    .return-trip #txtDestinationGeneral.custom-form-control-search.selected {
        padding-left: 44px !important;
    }

    .return-trip .input-group-lb,
    .return-trip .input-group-lb.selected {
        padding-left: 42px !important;
    }

    .return-trip .input-group-icon-route {
        left: 20px !important;
    }
}

.overlay-background {
    background-color: dimgray;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
}

/*.......New General Search Style End.......*/

/*.......New input Style.......*/

.custom-form-control {
    border-radius: 4px !important;
    height: 45px !important;
    padding-left: 40px;
}

.custom-form-control-2 {
    border-radius: 4px !important;
    height: unset;
    padding-left: 40px;
}

.input-group-icon {
    position: absolute;
    z-index: 5;
    left: 14px;
    top: 30%;
    color: #555;
}

.input-group-icon-2 {
    position: absolute;
    z-index: 5;
    left: 14px;
    top: 7%;
    color: #555;
}

/*.......New input Style End.......*/

/*.......Text.......*/

.text-white {
    color: #fff !important;
}

.text-grey {
    color: #9E9E9E;
}

.text-green {
    color: #42c4a0 !important;
}

.text-blue {
    color: #01589b !important;
}

.text-black {
    color: #000 !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-small {
    font-size: 11px;
}

.text-orange {
    color: #ffb226 !important;
}

h2.popular-bus-title {
    font-size: 1.5em !important;
    text-align: left;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    color: #000;
    display: flex;
}

.subtitle-text-default {
    font-size: 18px;
}

/*.......Spacing.......*/

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1,
.my-1 {
    margin-top: .25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2,
.my-2 {
    margin-top: .5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1,
.py-1 {
    padding-top: .25rem !important;
}

.pr-1,
.px-1 {
    padding-right: .25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important;
}

.pl-1,
.px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2,
.py-2 {
    padding-top: .5rem !important;
}

.pr-2,
.px-2 {
    padding-right: .5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
}

.pl-2,
.px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important;
}

.m-n2 {
    margin: -.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

@media (max-width: 1020px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }
}

/*.......Border.......*/

.b-none,
.border-0 {
    border: 0px !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-table-grey {
    border: 1px solid #ddd;
}

.rounded-sm {
    border-radius: .2rem !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important;
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
}

.rounded-lg {
    border-radius: .3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.b-dotted-blue-2 {
    border: 2px dotted blue;
}

/*.......Display.......*/

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

/*.......Align or Position or Direction.......*/

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (max-width:576px) {
    .flex-xs-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xs-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xs-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xs-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xs-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xs-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xs-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xs-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xs-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xs-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xs-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xs-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xs-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xs-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xs-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xs-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xs-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xs-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    top: 0;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

/*Tab/Ipad*/

@media (max-width: 1020px) {
    .flex-sm-column {
        flex-direction: column !important;
    }
}

/*Dekstop*/

@media (min-width: 1024px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

/*Mobile*/

/*.......Others.......*/

.cursor-pointer {
    cursor: pointer;
}

.bg-white {
    background: #fff !important;
}

.bg-lightgrey {
    background: #eee !important;
}

/*.......New Datepicker.......*/

.ui-datepicker, .ui-datepicker-multi, .ui-datepicker-multi-2 {
    border-width: 2px !important;
    display: none;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    background-color: #fff;
    border-radius: 20px !important;
    border: 1.5px solid #00589f !important;
    padding: 15px 1px !important;
    box-shadow: 0 7px 15px rgba(0,0,0,.25) !important;
    width: auto !important;
}

    .ui-datepicker-multi-2 .custom-title, .ui-datepicker-multi .custom-title, .ui-datepicker .custom-title {
        text-align: center !important;
        color: #2a60ea !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }

    .ui-datepicker-multi-2 th, .ui-datepicker-multi th, .ui-datepicker th {
        padding: 10px !important;
    }

    .ui-datepicker-multi-2 td,
    .ui-datepicker-multi-2 th,
    .ui-datepicker-multi td,
    .ui-datepicker-multi th, .ui-datepicker td,
    .ui-datepicker th {
        text-align: center !important;
    }

    .ui-datepicker-multi-2 thead, .ui-datepicker-multi thead, .ui-datepicker thead {
        border-bottom: 2px solid #eee !important;
    }

.ui-datepicker-header {
    background: #fff !important;
    border: none !important;
    border-bottom: 1.5px solid #eee !important;
    border-radius: 0px !important;
    position: relative;
}

.ui-datepicker-week-end {
    color: red;
}

.ui-datepicker-prev.ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next,
.ui-datepicker-next.ui-datepicker-next-hover {
    background: transparent !important;
    border-radius: 0px;
    border: none !important;
    height: 20px !important;
    width: 14px !important;
    display: block;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-next {
    right: 1px !important;
}
/*selected date*/
#ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-widget-content .ui-state-active, #ui-datepicker-div .ui-widget-header .ui-state-active {
    text-align: center !important;
    background: #00589f !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 8px 5px !important;
    width: 38px;
    height: 36px;
}
/*default date*/
#ui-datepicker-div .ui-state-default {
    border: none !important;
    border-radius: 30px;
    padding: 7px 0px !important;
    text-align: center !important;
    width: 34px !important;
    height: 34px !important;
    background: transparent;
    color: #000;
}

    #ui-datepicker-div .ui-state-default.ui-state-hover,
    #ui-datepicker-div .ui-state-default.ui-state-active.ui-state-hover,
    #ui-datepicker-div .ui-state-highlight.ui-state-active,
    #ui-datepicker-div .ui-state-highlight.ui-state-active.ui-state-hover {
        border-radius: 30px !important;
        background: #00589f !important;
        color: #fff !important;
        padding: 7px 0px !important;
        width: 34px !important;
        height: 34px !important;
        text-decoration: none !important;
    }

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
    background: transparent;
    border: none !important;
    border-radius: 30px;
    padding: 4px 0px !important;
    text-align: center !important;
    width: 34px !important;
    height: 34px !important;
}

.ui-datepicker.ui-helper-clearfix:before {
    content: " ";
    top: -21px !important;
    left: 40px !important;
    border: 10px solid transparent !important;
    border-bottom-color: #00589f !important;
    display: inline-block !important;
    position: absolute !important
}

.ui-datepicker.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    top: -19px !important;
    left: 40px !important;
    border: 10px solid transparent !important;
    border-bottom-color: #fff !important;
    display: inline-block !important;
    position: absolute !important;
}

.ui-datepicker-next, .ui-datepicker-prev {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

    .ui-datepicker-next span, .ui-datepicker-prev span {
        font-size: 0;
        position: relative;
        display: block;
    }

.ui-datepicker-prev {
    left: 0;
}

    .ui-datepicker-prev span:before {
        content: " ";
        position: absolute;
        border-top: 6px solid transparent;
        border-left: 6px solid transparent;
        border-right: 6px solid #2a60ea;
        border-bottom: 6px solid transparent;
        text-indent: 0;
        display: block;
    }

    .ui-datepicker-prev.ui-state-disabled span:before {
        border-right: 6px solid #e2e2e2 !important;
    }

.ui-datepicker-next {
    right: 0;
}

    .ui-datepicker-next span:before {
        content: " ";
        position: absolute;
        border-top: 6px solid transparent;
        border-left: 6px solid #2a60ea;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
        text-indent: 0;
        display: block;
    }

    .ui-datepicker-next.ui-state-disabled span:before {
        border-left: 6px solid #e2e2e2 !important;
    }

.ui-datepicker a {
    color: #000;
}
/*.......End New Datepicker.......*/

/*.......Bus, Train, Ferry Tickets.......*/

.bus-tickets a.list-group-item,
.ferry-tickets a.list-group-item,
.train-tickets a.list-group-item {
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 15px 20px;
    background: #fff;
}

    .bus-tickets a.list-group-item:hover,
    .ferry-tickets a.list-group-item:hover,
    .train-tickets a.list-group-item:hover {
        background-color: #eee !important;
    }

    .bus-tickets a.list-group-item .badge,
    .ferry-tickets a.list-group-item .badge,
    .train-tickets a.list-group-item .badge {
        background: none !important;
        font-size: inherit;
        color: #fb6330;
    }

    .bus-tickets a.list-group-item.disabled,
    .ferry-tickets a.list-group-item.disabled,
    .train-tickets a.list-group-item.disabled {
        padding: 10px 0px;
        background: none !important;
        border: none;
    }

.bus-tickets .seocontent,
.ferry-tickets .seocontent,
.train-tickets .seocontent {
    background: #eee;
    padding: 25px 40px;
    text-align: justify;
}

#busOperatorList {
    border: 1px solid #eee;
    border-radius: 4px;
}

.mb-accordion-btn {
    background: #e5e9ee;
    padding: 20px 15px;
    border-radius: 4px;
    color: #00529b;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.search-input-operator {
    outline: none !important;
    background-repeat: no-repeat;
    padding: 14px 30px;
    height: 48px;
    width: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 50px;
    width: 600px;
    max-width: 100%;
}

ul.bus-list {
    margin-bottom: 0px !important;
    padding-left: 10px !important;
}

.booking-h1 {
    font-weight: bold;
    color: #000;
    font-size: 1.5em !important;
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    display: flex;
}

    .booking-h1 i {
        color: #fb6330;
    }

.bus-list li {
    margin: 5px;
    list-style: none;
    padding: 5px 0px;
}

    .bus-list li a img {
        width: 100px;
    }

@media (max-width: 576px) {
    ul.bus-list {
        padding-left: 1px;
        margin-bottom: 0px !important;
    }

    .bus-list li {
        margin: 5px;
        list-style: none;
        padding: 5px 0px;
    }

        .bus-list li a {
            width: 100%;
        }

    .list-group a i {
        color: #fb6330;
        margin-right: 8px;
    }

    .n_homewrapper.see_less {
        height: 110px;
        overflow: hidden;
    }

    .collapsable-item {
        display: none;
    }

    .lb-operator {
        background: red;
        color: #fff;
        padding: 5px;
        font-size: 13px;
        border-radius: 4px;
    }

    .bus-tickets .seocontent,
    .ferry-tickets .seocontent,
    .train-tickets .seocontent {
        padding: 15px;
        text-align: unset;
    }
}

table {
    border-collapse: collapse;
}

/*.......End Bus, Train, Ferry Tickets.......*/

.refundbox h3 {
    font-size: 1.17em;
    margin-bottom: 10px !important;
    font-weight: normal !important;
}

.refundbox {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 5px;
    width: 350px;
    flex-grow: 1;
}

/* Search Machine */

.bg-blue-banner {
    background-color: #2b61ea;
}

li a.custom-nav-lnk,
li a.custom-nav-lnk:focus,
li a.custom-nav-lnk:hover {
    text-align: center;
    background-color: #ebebeb;
    border: none !important;
    font-size: 14px;
    color: #94949d;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 10px;
}

    li a.custom-nav-lnk.active,
    li a.custom-nav-lnk.active:focus,
    li a.custom-nav-lnk.active:hover {
        text-align: center;
        border: none !important;
        color: #00589f !important;
        background-color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 15px 10px;
    }

@media (min-width: 992px) {
    .booking-search {
        padding-top: 45px;
        padding-bottom: 49px;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 99;
        width: 100%;
        max-width: 460px;
        left: 12%;
    }
}

.booking-search .return-trip .input-group-icon-route {
    left: 13px !important;
}

.btn-recent-search,
.btn-recent-search:focus,
.btn-recent-search:hover {
    position: absolute;
    right: -77px;
    z-index: 1;
    transform: rotate( 90deg);
    top: 52px;
    background: red;
    color: #fff;
    border: 1px solid red;
    padding: 4px 14px;
    text-decoration: none;
}

.btn-close-recent,
.btn-close-suggest,
.btn-close-suggest:focus,
.btn-close-suggest:hover {
    text-decoration: none;
    /* color: #000; */
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.recent-search-wrapper,
.suggest-route-wrapper {
    height: 80vh;
    overflow-y: auto;
}

.bg-light-grey-wrap {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.recent-search-overlay,
.route_suggestion-overlay {
    padding-right: 17px;
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    right: 0;
    background: #6c6c6cf2;
    z-index: 998;
    top: 0;
    padding: 15px;
    display: none;
}

.recent-search-wrapper .panel {
    background: #fafafa !important;
    color: #000 !important;
}

.btn-suggest-route,
.btn-suggest-route-m {
    color: #2d55fd;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

/* width */

.recent-search-wrapper::-webkit-scrollbar,
.suggest-route-wrapper::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.recent-search-wrapper::-webkit-scrollbar-track,
.suggest-route-wrapper::-webkit-scrollbar-track {
    background: rgb(0, 0, 0, 0.9);
}

/* Handle */

.recent-search-wrapper::-webkit-scrollbar-thumb,
.suggest-route-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */

    .recent-search-wrapper::-webkit-scrollbar-thumb:hover,
    .suggest-route-wrapper::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.booking-search .btn-exchange {
    transform: rotate(90deg) !important;
    padding: 6px 10px !important;
    left: -21px !important;
}

.booking-search .custom-form-control-search.left {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.booking-search .custom-form-control-search.right {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.booking-search .booking-search-wrapper {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 1px 1px 5px -1px #000 !important;
    position: relative;
}

@media (max-width: 991.98px) {
    .booking-search {
        margin: auto;
        max-width: 430px;
        position: unset;
        padding: 20px 0;
        /* margin-right: 20px; */
    }
}

@media (max-width: 568px) {
    .recent-search-wrapper {
        height: 80vh !important;
        overflow-y: scroll;
    }

    .w-xs-100 {
        width: 100%;
    }

    .h-xs-35-px {
        height: 35px !important;
    }
}

/* @media (max-width: 768px) {
	.min-lg-height-58 {
		height: 450px!important;
	}
}

@media (min-width: 769px) {
	.min-lg-height-58 {
		height: 585px!important;
	}
} */

@media (min-width: 768px) {
    .bl-lg-1-semi {
        border-left: 1.5px solid #ccc;
    }

    .bb-lg-1-semi {
        border-bottom: 1.5px solid #ccc;
    }

    .bl-lg-1-semi {
        border-left: 1.5px solid #ccc;
    }

    .bt-lg-1-thin {
        border-top: 1px solid #ddd;
    }

    .br-lg-1-thin {
        border-right: 1px solid #ddd;
    }

    .bl-lg-1-thin {
        border-left: 1px solid #ddd;
    }
    /*New Design*/
    .rounded-lg-0 {
        border-radius: 0px !important;
    }
    /*New Design*/
    .ml-lg-2 {
        margin-left: .5rem !important;
    }

    .h-lg-80-px {
        height: 80px !important;
    }
}

.h-35-px {
    height: 35px !important;
}

.nav li .btn-recent-search-2,
.nav li.active .btn-recent-search-2,
.nav li.active .btn-recent-search-2:focus,
.nav li.active .btn-recent-search-2:hover,
.nav li .btn-recent-search-2:focus,
.nav li .btn-recent-search-2:hover {
    position: absolute !important;
    right: -99px;
    z-index: 1;
    transform: rotate( 90deg);
    top: 63px;
    background: red !important;
    color: #fff !important;
    border: 1px solid red !important;
    padding: 4px 14px !important;
    font-size: 14px !important;
    width: 152px;
    text-align: center;
}

.nav-tools-menu,
.nav-tools-menu:hover,
.nav-tools-menu:focus {
    background: #ffb226;
    color: #fff;
    padding: 7px 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 3px solid #fff;
    border-left: 0px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 45px;
}

.nav-tools-menu {
    width: 40px;
}

    .nav-tools-menu:hover,
    .nav-tools-menu:focus {
        width: unset !important;
    }

    .nav-tools-menu .lb-tool-menu-1,
    .nav-tools-menu .lb-tool-menu-2,
    .nav-tools-menu .lb-tool-menu-3,
    .nav-tools-menu .lb-tool-menu-4,
    .nav-tools-menu .lb-tool-menu-5,
    .nav-tools-menu .lb-tool-menu-6 {
        display: none;
    }

    .nav-tools-menu:hover > .lb-tool-menu-1,
    .nav-tools-menu:hover > .lb-tool-menu-2,
    .nav-tools-menu:hover > .lb-tool-menu-3,
    .nav-tools-menu:hover > .lb-tool-menu-4,
    .nav-tools-menu:hover > .lb-tool-menu-5,
    .nav-tools-menu:hover > .lb-tool-menu-6 {
        display: block !important;
    }

.new-feature-dot {
    background: red;
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 30px;
    top: -6px;
    right: 5px;
    box-shadow: 2px 1px 4px -1px #000;
}

.deleteRow {
    color: #000;
}

/* End Search Machine */

/* Slider Homepage */

.text-pt-sans {
    font-family: PT Sans, sans-serif !important;
}

.nivo-caption .text-xlarge {
    font-size: 45px !important;
}

.nivo-caption .text-medium {
    font-size: 20px !important;
}

.nivo-caption .text-small {
    font-size: 16px !important;
}

.nivo-caption .text-large {
    font-size: 41px !important;
    line-height: 32px !important;
}

.nivo-caption .btn-border-blue {
    color: #fff !important;
    background-color: #2a60ea;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 35px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #2a60ea !important;
    transition: all 0.25s ease;
    outline: none !important;
    cursor: pointer;
}

    .nivo-caption .btn-border-blue:hover,
    .nivo-caption .btn-border-blue:focus {
        background-color: transparent;
        color: #2a60ea !important;
    }

.theme-light.slider-wrapper {
    background: #fff;
    padding: 0px !important;
    max-height: 550px;
    position: relative;
}

body .metaslider .nivoSlider {
    max-height: 500px !important;
    overflow: hidden;
}

    body .metaslider .nivoSlider img {
        height: auto !important;
        width: 100% !important;
    }

.theme-light .nivo-controlNav,
.theme-default .nivo-controlNav {
    text-align: center;
    padding: 0 !important;
    z-index: 10 !important;
    position: absolute !important;
    bottom: 50px !important;
    right: 30% !important;
    width: unset !important;
}

.nivo-directionNav {
    display: none;
}

.nivoSlider {
    height: 520px;
}

@media (min-width: 1200px) {
    .custom-slider .nivo-caption {
        position: absolute;
        bottom: 18% !important;
        background: transparent !important;
        color: #fff;
        max-width: 700px !important;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
        height: 222.8px !important;
        left: 42% !important;
        opacity: 1 !important;
    }
}

@media (min-width: 768px) {
    .custom-slider .nivo-caption {
        position: absolute;
        bottom: 18%;
        background: transparent !important;
        color: #fff;
        max-width: 430px;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
        height: 222.8px;
        left: 56%;
        opacity: 1 !important;
    }
}

/* End slider Homepage */

/* Promotion Carousel */

#routePopular {
    position: absolute;
    left: 15px;
    right: 15px;
    height: 65px;
}

.text-route-popular {
    font-size: 12px !important;
}

.text-price-promo {
    font-size: 18px;
}

.lb-price-promo {
    line-height: 8px;
    text-transform: uppercase;
    font-size: 8px !important;
}

.btn-border-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    border-radius: 30px;
}

.btn-small {
    padding: 4px 15px;
    font-size: 12px !important;
}

/* override position and transform in 3.3.x */

#routePopular .carousel-inner {
    padding: 0 53px;
}

#routeSuroutePopularggestion .carousel-inner .item.left.active {
    transform: translateX(-33%);
}

#routePopular .carousel-inner .item.right.active {
    transform: translateX(33%);
}

#routePopular .carousel-inner .item.next {
    transform: translateX(33%)
}

#routePopular .carousel-inner .item.prev {
    transform: translateX(-33%)
}

#routePopular .carousel-inner .item.right,
#routePopular .carousel-inner .item.left {
    transform: translateX(0);
}

#routePopular .carousel-control.left,
#routePopular .carousel-control.right {
    background-image: none;
}

@media (min-width: 768px) {
    #routePopular .carousel-control.right {
        right: 0px;
        background: #2b61ea;
        height: 60px;
        opacity: 1;
        width: 76px;
    }

    #routePopular .carousel-control.left {
        left: 0px;
        background: #2b61ea;
        height: 60px;
        opacity: 1;
        width: 76px;
    }

    .bl-lg-left-dashed {
        border-left: 1px dashed #fff !important;
    }
}

@media (max-width: 568px) {
    .custom-container {
        padding-right: 65px !important;
        padding-left: 65px !important;
    }

    #routePopular .carousel-inner {
        padding: 0 !important;
    }
}

.br-left-dashed {
    border-right: 1px dashed #fff !important;
}
/* End Promotion Carousel */

/* Vincent Overwrite coding */
.flex-control-nav li {
    zoom: 0.8 !important;
    padding: 0px 8px !important;
}

.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a, .metaslider.ms-theme-outline ul.rslides_tabs li a, .metaslider.ms-theme-outline div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a, .metaslider.ms-theme-outline .coin-slider .cs-buttons a {
    background: #b5b6ba !important;
    border: 0;
    border-radius: 50%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin: 2px 8px 2px 0;
    padding: 0;
    text-indent: -9999px;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    width: 15px;
}

    .metaslider.ms-theme-outline .flexslider ol.flex-control-nav li a.flex-active, .metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover, .metaslider.ms-theme-outline ul.rslides_tabs li.rslides_here a, .metaslider.ms-theme-outline ul.rslides_tabs li a:hover, .metaslider.ms-theme-outline div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active, .metaslider.ms-theme-outline .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover, .metaslider.ms-theme-outline .coin-slider .cs-buttons a.cs-active, .metaslider.ms-theme-outline .coin-slider .cs-buttons a:hover {
        background: #f7df00 !important;
        border: 2px solid #b5b6ba !important;
    }

.slider {
    background-color: #2b61ea !important;
}

.caption-wrap {
    position: absolute !important;
    bottom: 40% !important;
    background: transparent !important;
    color: #fff !important;
    max-width: 700px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 222.8px !important;
    left: 42% !important;
    opacity: 1 !important;
}

.btn.btn-border-clean {
    color: #fff;
    border-color: #fff;
    background-color: #2b61ea;
}

.widget-home-list li:before {
    color: #2b61ea;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f105";
    font-weight: bold;
}

.widget-home-list li {
    position: relative;
    list-style: none;
    margin-bottom: 3px;
    padding-left: 12px !important;
}

    .widget-home-list li a {
        color: #000000 !important;
    }

.btn.btn-border-popular {
    color: #fff;
    border-color: #fff;
    background-color: #2b61ea;
}

    .btn.btn-border-popular:hover {
        color: #2b61ea;
        border-color: #2b61ea;
        background-color: #fff;
    }

#bdHomeSlider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: left;
    margin-bottom: 20px;
}

    #bdHomeSlider .thumbnails {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 0;
        list-style: none;
        margin: 3px;
        padding: 0;
        height: 300px;
        overflow: auto;
    }

        #bdHomeSlider .thumbnails li {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
        }

        #bdHomeSlider .thumbnails a {
            display: block;
        }

        #bdHomeSlider .thumbnails img {
            width: 100px;
            height: 100px;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top;
            object-position: top;
        }

    #bdHomeSlider .slides {
        overflow: hidden;
        list-style: none;
        margin: 3px !important;
    }

        #bdHomeSlider .slides, #bdHomeSlider .slides li {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
        }

            #bdHomeSlider .slides img {
                height: auto;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: top;
                object-position: top;
            }

            #bdHomeSlider .slides li {
                position: absolute;
                z-index: 1;
            }

                #bdHomeSlider .slides li:target {
                    z-index: 3;
                    -webkit-animation: ease-in 1s 1;
                }

                #bdHomeSlider .slides li:not(:target) {
                    -webkit-animation: hidden 1s 1;
                }

    #bdHomeSlider .carousel-inner {
        margin: 0px !important;
        background: transparent !important;
        /* box-shadow: 1px 1px 5px 3px #9E9E9E !important; */
        border-radius: 5px
    }

.prev-slide {
    position: absolute;
    top: 40%;
    background: #fff;
    padding: 19px 10px;
    border-radius: 0px 25px 25px 0px;
    color: #000;
    left: 0;
}

.next-slide {
    position: absolute;
    top: 40%;
    background: #fff;
    padding: 19px 10px;
    border-radius: 25px 0px 0px 25px;
    color: #000;
    right: 0;
}

@media (min-width: 992px) {
    .metaslider .slides img {
        height: 500px !important;
        max-height: 500px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .caption {
        font-size: .9rem;
        padding: 0px 0px 65px 160px !important;
        text-align: center;
        position: absolute;
        top: 90px;
        max-width: 400px;
        min-width: 400px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .metaslider .flex-control-nav {
        padding-left: 160px !important;
    }

    .metaslider.ms-theme-outline ul.rslides_tabs {
        bottom: 120px !important;
        justify-content: right !important;
        right: 38% !important;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1201px) {
    .caption {
        font-size: .9rem;
        padding: 0px 0px 65px 100px !important;
        text-align: center;
        position: absolute;
        top: 90px;
        max-width: 400px;
        min-width: 400px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .metaslider .flex-control-nav {
        padding-left: 100px !important;
    }

    .metaslider.ms-theme-outline ul.rslides_tabs {
        bottom: 120px !important;
        justify-content: right !important;
        right: 48% !important;
    }
}

#ui-datepicker-div {
    z-index: 150 !important;
}

.flex-control-nav.flex-control-paging {
    left: 10% !important;
}

ul.rslides > li > img {
    height: 500px !important;
    max-height: 500px !important;
    object-fit: cover;
    object-position: right;
}

.mobilePromotion {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.mpromo {
    overflow: scroll hidden;
    display: flex;
    padding: 2px;
}

.mpromod {
    margin-right: 1rem;
}

.mpromodd {
    flex-direction: column;
    width: 30rem;
    border: none;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 5px 0px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    height: 17em;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 0.5em;
}

.mpromodddd {
    margin: 0px;
    height: 110px;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mpromoddddi {
    margin: auto;
    height: 50px !important;
    width: 100px !important;
}

.mpromoddddd {
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0.5em;
    height: 70px;
}

.mpromodddddt {
    font-size: 14px;
    font-weight: bold;
    align-self: flex-end;
    white-space: pre-wrap;
}

.mpromoddddddec {
    margin-top: 0.7rem;
    width: 100%;
    font-weight: 500;
}

.price_from {
    max-width: 25px;
}


.bg-blue-banner {
    background-image: linear-gradient(#00589f 40%, #00adef);
}

.sld-insurance {
    background: linear-gradient(45deg, #2a68ff, #2a7fff66);
}

.intro_hover {
    border-radius: 10px !important;
    height: 240px;
}

    .intro_hover .hgt_caption {
        top: 163px;
    }

#new-hp-content h3 {
    font-size: 20px;
}

#new-hp-content p {
    line-height: 1.9;
    color: darkblue;
}

.app-dld {
    display: block;
    padding: 5px 10px;
    background: #080808;
    width: 150px;
    border-radius: 5px;
    margin: 5px 0;
}

@media screen and (max-width: 2000px) and (min-width: 1201px) {
    .metaslider.ms-theme-outline ul.rslides_tabs {
        bottom: 100px !important;
        right: 46% !important;
    }

    .caption {
        max-width: 800px !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .caption {
        max-width: 500px !important;
    }

    .metaslider.ms-theme-outline ul.rslides_tabs {
        bottom: 100px !important;
        right: 36% !important;
    }
}

#homeslider .carousel-inner > .item > img {
    height: 500px !important;
    max-height: 500px !important;
    object-fit: cover;
    object-position: bottom;
}

#homeslider .carousel-indicators li {
    background: #b5b6ba !important;
    border: 2px solid #b5b6ba !important;
    margin: 0 5px;
    width: 12px;
    height: 12px;
}

    #homeslider .carousel-indicators li.active {
        background: #f7df00 !important;
        border: 2px solid #f7df00 !important;
    }

#homeslider .carousel-indicators {
    bottom: 60px !important;
    left: 53%;
}

.accordionList .number {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    padding: 4px 0px 0px 0px;
    position: absolute;
    background: #fff;
    border: 1px solid darkgrey;
    color: darkgrey;
    text-align: center;
    top: -5px;
}

.accordionList .panel-title {
    position: relative;
}

.accordionList .main-content-title {
    margin-left: 2.5em;
    font-weight: 700;
    font-size: 18px;
}

.accordionList .questionCircle {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    padding: 2px 0px 0px 0px;
    position: absolute;
    background: #fff;
    border: 1px solid #0561b7;
    color: #ffffff;
    background-color: #0561b7;
    text-align: center;
    top: -3px;
}

.accordionList .questionTitle {
    padding-left: 30px;
    color: #0561b7;
    font-weight: bold;
}

.accordionList .answerCircle {
    border-radius: 100%;
    padding: 3px 6px 2.6px 6px;
    background: #fff;
    border: 1px solid darkgrey;
    color: #ffffff;
    background-color: darkgrey;
    text-align: center;
    margin-right: 8px;
}

.accordionList .panel-heading {
    background: transparent;
    border: none;
}

.accordionList .panel-default {
    border: none;
    box-shadow: none;
}

.accordionList a[data-toggle="collapse"],
.accordionList a[data-toggle="collapse"]:focus, .accordionList a[data-toggle="collapse"]:hover {
    text-decoration: none;
    display: block;
    width: 100%;
}

.innerContent .panel-default:has(> .panel-collapse.collapse.in) {
    background: #f5f5f5;
    border-radius: 15px;
}

.accordionList .innerContent .panel-title a[aria-expanded="false"]:after {
    color: #0561b7 !important;
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f107";
    font-weight: bold;
    margin-left: 5px;
    float: right;
}

.accordionList .innerContent .panel-title a[aria-expanded="true"]:after {
    color: #0561b7 !important;
    font-family: 'Font Awesome 6 Pro' !important;
    content: "\f106";
    font-weight: bold;
    margin-left: 5px;
    float: right;
}

.accordionList .innerContent ul {
    padding-left: 20px;
}

.custom-tools-menu a:nth-child(1) {
    top: 145px;
}

.custom-tools-menu a:nth-child(2) {
    top: 195px;
}

.custom-tools-menu a:nth-child(3) {
    top: 245px;
}

.custom-tools-menu a:nth-child(4) {
    top: 295px;
}

.custom-tools-menu a:nth-child(5) {
    top: 345px;
}

.custom-tools-menu a:nth-child(6) {
    top: 395px;
}

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

    .custom-switch.custom-switch-sm .custom-control-label::before {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

    .custom-switch.custom-switch-sm .custom-control-label::after {
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        border-radius: calc(1rem - (1rem / 2));
    }

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

    .custom-switch.custom-switch-md .custom-control-label::before {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

    .custom-switch.custom-switch-md .custom-control-label::after {
        width: calc(1.5rem - 4px);
        height: calc(1.5rem - 4px);
        border-radius: calc(2rem - (1.5rem / 2));
    }

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

    .custom-switch.custom-switch-lg .custom-control-label::before {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

    .custom-switch.custom-switch-lg .custom-control-label::after {
        width: calc(2rem - 4px);
        height: calc(2rem - 4px);
        border-radius: calc(3rem - (2rem / 2));
    }

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

    .custom-switch.custom-switch-xl .custom-control-label::before {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }

    .custom-switch.custom-switch-xl .custom-control-label::after {
        width: calc(2.5rem - 4px);
        height: calc(2.5rem - 4px);
        border-radius: calc(4rem - (2.5rem / 2));
    }

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

span.stars, span.stars span {
    display: block;
    background: url('https://resource.busonlineticket.com/css/stars.png') 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

    span.stars span {
        background-position: 0 0;
    }

.contact-us .image-wrapper img {
    max-height: 50px;
    width: auto;
}

/* Check My Booking */

.icon-info {
    position: absolute;
    top: 30%;
    right: 3%;
    z-index: 3;
}

.bg-wrap {
    background: #eee;
    padding: 15px 20px 0px;
    border-radius: 5px;
}

@media (max-width: 1020px) {
    .popover {
        min-width: 200px; /* Max Width of the popover (depending on the container!) */
    }
}

@media (min-width: 1024px) {
    .popover {
        min-width: 400px; /* Max Width of the popover (depending on the container!) */
    }
}

.status_paid {
    font-size: 11px;
    background: blue;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    vertical-align: top;
}

.status_notpaid {
    font-size: 11px;
    background: red;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    vertical-align: top;
}

.status_cancelled {
    font-size: 11px;
    background: green;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    vertical-align: top;
}
/* End Check My Booking */

.category-archive .pagination-content .inner-wrapper .image-wrapper {
    background-size: contain;
    width: 225px;
}

.text-wrapper .bus-operator-add, .text-wrapper .bus-operator-phn {
	color: #000;
	font-size: 14px!important;
}

.text-content-desc {padding-bottom: 10px;}