﻿.landing_modify .modify_block {
    position: relative;
    left: 0 !important;
    overflow: visible;
    padding: 10px;
    background: #fffe00;
    z-index: 1;
}

    .landing_modify .hide_to_lading, .landing_modify .hide_to_lading, .landing_modify .detail_block1 .logo_with_code, .landing_modify .modify_block .lbl_up, .landing_modify .modify_block .drop_icon, .flight_landig_page {
        display: none;
    }

.landing_modify .bundled_flight {
    line-height: 10px;
    font-size: 16px;
    padding: 5px 10px 10px 10px;
}

.landing_modify .modify_block .form-control {
    height: 40px;
    padding: 5px 5px 0px 10px;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 30px !important;
}

.landing_modify .search_text {
    padding-top: 0px;
    padding-bottom: 0px;
}

.landing_modify .modify_block .desh {
    margin-top: 5px;
    left: -10px;
}

.landing_modify .modify_block .search_button {
    font-size: 13px;
    line-height: 22px;
    padding: 10px;
    margin-bottom: 0;
}

.landing_modify .flight_landig_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.landing_modify b.hotel_pluse_flight {
    background: #115A9C;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.hotel_fligut_blink {
    animation: blink 1.5s linear infinite;
    border: 1px solid !important;
    color: #115A9C !important;
}

.note_flight {
    padding: 10px 15px;
    background-color: #f0f7ff;
    display: flex;
}











.price_sale_new span {
    font-weight: 600;
    color: rgb(40, 115, 50);
    background: rgb(216, 245, 213);
    overflow: hidden;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 3px;
}

.price_sale_new {
    text-align: right;
    margin-bottom: 5px;
}

span.flash_sales {
    width: 100px;
    height: 24px;
    background: #115a9c;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, calc(100% - 85px) 50%);
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 12px;
    padding-left: 19px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    top: 0;
}

.image_block a, .image_block img {
    height: 215px;
    object-fit: cover;
}

.only_room_left {
    position: absolute;
    right: 0px;
    height: 20px;
    background: #105a9d;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    padding-left: 14px;
    max-width: fit-content;
    top: -10px;
    clip-path: polygon(94% 0%, 91% 50%, 95% 100%, 0 99%, 4% 49%, 0 0);
}

.main_price_div {
    padding: 0;
}

    .main_price_div .del {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #fb0212;
        text-decoration: line-through;
        margin: 0 3px;
    }

.breadcrumb {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f0f7ff;
    border-radius: 4px;
    display: flex;
    text-align: center;
    counter-reset: flag;
}

    .breadcrumb a {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 15px;
        line-height: 36px;
        color: white;
        padding: 0 20px 0 70px;
        background: #666;
        background: linear-gradient(#666,#333);
        position: relative;
        font-weight: 500;
    }

        .breadcrumb a:first-child {
            padding-left: 46px;
            border-radius: 5px 0 0 5px;
        }

            .breadcrumb a:first-child:before {
                left: 14px;
            }

        .breadcrumb a:last-child {
            border-radius: 0 5px 5px 0;
            padding-right: 20px;
        }

        .breadcrumb a.active, .breadcrumb a:hover {
            background: #333;
            background: linear-gradient(#333,#000);
        }

            .breadcrumb a.active:after, .breadcrumb a:hover:after {
                background: #333;
                background: linear-gradient(135deg,#333,#000);
            }

        .breadcrumb a:after {
            content: '';
            position: absolute;
            top: 0;
            right: -18px;
            width: 36px;
            height: 36px;
            transform: scale(0.707) rotate(45deg);
            z-index: 1;
            background: #666;
            background: linear-gradient(135deg,#666,#333);
            box-shadow: 2px -2px 0 2px #115A9C,3px -3px 0 2px #115A9C;
            border-radius: 0 5px 0 50px;
        }

        .breadcrumb a:last-child:after {
            content: none;
        }

        .breadcrumb a:before {
            content: counter(flag);
            counter-increment: flag;
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin: 8px 0;
            position: absolute;
            top: 0;
            left: 30px;
            background: #444;
            background: linear-gradient(#444,#222);
            font-weight: bold;
        }

.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

    .flat a:before {
        background: #fffe00;
        box-shadow: 0 0 0 1px #ccc;
        color: #000;
    }

    .flat a.active {
        background: #115A9C;
        color: #fff;
    }

    .flat a:hover:after {
        background: white;
    }

    .flat a.active:after {
        background: #115A9C;
    }

    .flat a:hover {
        background: white;
        color: black;
    }

    .flat a.active {
        background: #115A9C;
        color: #fff;
    }

.layover {
    position: relative;
    display: block;
    border-bottom: 1px solid #cee9f3;
    width: 100%;
    margin-top: 10px;
}

    .layover strong {
        background-color: #def6ff;
        font-weight: normal;
        color: #1aa7bd;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -13px;
        padding: 3px 10px;
        border-radius: 7px;
        white-space: nowrap;
    }

    .layover img {
        position: relative;
        top: -2px;
        left: -2px;
    }

ul.search_flid_flight {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px !important;
}

    ul.search_flid_flight li button {
        background: #d4ebff;
        border-radius: 3px;
        padding: 0 10px;
        border: none;
        color: #115A9C;
        font-weight: 600;
    }

    ul.search_flid_flight li.sortby_select button {
        background: #115A9C;
        border-radius: 3px;
        color: #fff;
        border: none;
    }

@keyframes blink {
    0% {
        background-color: yellow;
    }

    50% {
        background-color: white;
    }

    100% {
        background-color: yellow;
    }
}

.txt-green {
    color: #00c700;
}

.detail_block1, .detail_block2, .detail_block3 {
    border-top: 2px dotted #ebebeb;
}

.seate_left {
    font-size: 15px;
    color: #484848;
    font-weight: 500;
    display: inline-block;
    line-height: 33px;
    width: 100%;
}

.remark_div {
    display: flex;
}

span.txt-time {
    display: block;
}

.flight_block_div {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border: 5px solid #115A9C;
}

.logo_with_code {
    padding: 5px;
    text-align: left;
}

.detail_block0, .detail_block1, .detail_block2, .detail_block3 {
    border-right: 1px solid #c9e2ff;
}

    .detail_block0 img, .detail_block1 img, .logo_with_code img, .detail_block2 img, .detail_block3 img {
        max-width: 100%;
        background-image: none;
        min-height: 100%;
    }

.travel-stops {
    animation: increase 1.5s;
    position: relative;
    border-bottom: 2px dotted #013057;
    height: 1px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 12px 0;
}

.start {
    display: block;
    left: 0;
    top: -4px;
    border: 1px solid #013057;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #fff;
}

.flight_block {
    display: table;
    width: 100%;
    line-height: 20px;
    border-bottom: none;
    position: relative;
    padding-bottom: 15px;
}

.flight_header {
    padding: 5px 10px;
    color: #013057;
}

.bundled_flight {
    line-height: 20px;
    display: flex;
    align-items: center;
    background: #115A9C;
    color: #fff;
    font-size: 19px;
    padding: 10px;
}

.Sp_class {
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #115A9C;
    max-width: fit-content;
    z-index: 1;
    color: #fff;
}

.flightright_left {
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.flight-r {
    transform: rotate(45deg);
}

.flight-l {
    transform: rotate(-135deg);
}

.title-flight {
    font-size: 15px;
    padding-left: 20px;
    vertical-align: middle;
}

.heading-tab-details {
    box-shadow: none;
    padding: 0px 0px 0 0px;
    border-top: 1px solid #ebebeb;
}

    .heading-tab-details .nav-tabs > li.active > a {
        color: #ffffff;
        border-top: none;
        background: #013057;
    }

    .heading-tab-details .nav-tabs > li > a {
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 500;
        color: #fff;
        padding: 15px 30px;
        border-radius: 0;
        margin-right: 0;
        white-space: nowrap;
    }

.stop_name {
    font-size: 14px;
    color: #005294;
    position: relative;
    margin-right: 5px;
}

.detail_block0 td, .detail_block1 td, .detail_block2 td, .detail_block3 td {
    width: 13%;
    padding: 15px 5px;
}

.detail_block_detail td {
    width: 20%;
    padding: 15px 5px;
}

.detail_block_detail .wd_11p {
    width: 11%;
}

.alert-stops {
    padding: 10px 15px;
    float: left;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.stop_other {
    font-size: 13px;
}

.plane_icon {
    position: absolute;
    width: 32px;
    height: 23px;
    float: left;
    background-position: 0px -44px;
    right: 0;
    top: -14px;
    background-color: #fff;
    transform: rotate(29deg);
    z-index: 0;
}

.bg-white {
    background: #fff;
}

.min_height50 {
    min-height: 50px;
}

.min-price-label {
    padding: 3px 7px;
    border-radius: 5px;
}

.price_td {
    padding: 10px;
    text-align: right;
}

.total_night_div {
    line-height: normal;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
    gap: 5px;
}

.hotel_fligut {
    background: #f0f7ff;
    max-width: fit-content;
    color: rgb(0 129 65);
    padding: 1px 5px;
    border-radius: 5px;
    display: block;
    float: right;
    border: 1px solid rgb(0 129 65);
    text-transform: capitalize;
}

.BundleIncludes {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    background: #f0fcf7;
    padding: 10px;
    margin-top: 10px;
    font-weight: 600;
    color: #25b57c;
    position: relative;
    max-width: fit-content;
    border-radius: 5px;
    border: 1px solid;
}

.BundleIncludes__Ribbon {
    font-size: 14px;
    position: absolute;
    background: #25b57c;
    left: 3px;
    padding: 0px 8px 0 10px;
    color: #ffffff;
    line-height: 36px;
    font-weight: 600;
    top: 2px;
    bottom: 2px;
    border-radius: 5px 0px 0px 5px;
}

    .BundleIncludes__Ribbon:after {
        border-bottom: 18px solid;
        border-top: 18px solid;
        content: "";
        position: absolute;
        top: 0;
        border-right: 6px solid transparent;
        right: -6px;
        border-bottom-color: #25b57c;
        border-top-color: #25b57c;
    }

.main_price_div_flght {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: #25b57c;
    color: #fff;
    border-radius: 5px;
    line-height: normal;
    padding: 5px;
    border: 5px dotted white;
}

.main_price_bundle {
    font-size: 12px;
    line-height: 25px;
    background: #fff;
    color: #25b57c;
    border-radius: 5px;
    font-weight: 600;
    padding: 0 10px;
}

.one_way_trip {
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
}

.form-check {
    padding: 5px;
    font-size: 12px;
    font-weight: normal;
    margin-right: 0px;
}

.one_way_trip .form-check.checked {
    border: 1px solid #C3D4EB;
    box-sizing: border-box;
    border-radius: 8px;
}

.one_way_trip .form-check [type=checkbox] + label, .one_way_trip .form-check [type=radio] + label {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    margin: 0;
}

@media (max-width:767px) and (min-width:20px) {
    .uitk-price-subtext .currency_symbol {
        text-transform: capitalize;
    }

    .landing_modify .mobile_padding_15 {
        padding: 10px;
        padding-top: 0px;
    }

    .landing_modify .search_text {
        padding-left: 10px;
    }

    .logo_with_code {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    span.flash_sales {
        position: relative;
        top: 0;
    }



    .price_sale_new span {
        white-space: nowrap;
        float: inline-end;
        margin-bottom: 6px;
    }

    .price_seaction {
        margin-top: 15px;
    }

    .BundleIncludes__Ribbon {
        font-size: 12px;
        position: relative;
        left: 0;
        text-align: center;
        line-height: normal;
    }

    .BundleIncludes {
        font-size: 12px;
        flex-direction: column;
        row-gap: 5px;
        padding: 5px;
    }

    .BundleIncludes__Ribbon:after {
        display: none;
    }

    .breadcrumb a {
        display: flex;
        font-size: 12px;
        line-height: normal;
        padding: 0 10px 0 55px;
        min-height: 36px;
        align-items: center;
    }

    ul.search_flid_flight {
        display: flex;
        flex-wrap: wrap;
    }

        ul.search_flid_flight li button {
            padding: 0 5px;
            font-size: 12px;
            text-align: center;
        }

        ul.search_flid_flight li.li_width {
            flex: 1;
        }

    .Sp_class {
        position: relative;
        bottom: -5px;
        left: 10px;
        right: 16px;
        margin: 0px auto;
        background: #115A9C;
        max-width: 100%;
        z-index: 1;
        color: #fff;
        width: calc(100% - 20px);
    }

    .logo_with_code img {
        min-width: 20px;
        margin: 15px 0;
        max-width: 50px;
    }

    .flight_logo {
        min-width: 20px;
        height: auto;
    }

    .price-new {
        font-size: 18px;
        line-height: 15px;
    }

    .detail_block0, .detail_block1, .detail_block2, .detail_block3 {
        border-right: none;
    }

    .logo_with_code {
        padding: 0px 0px;
        text-align: center;
    }

    .detail_block0 td, .detail_block1 td, .detail_block2 td, .detail_block3 td {
        width: 33.33%;
        padding: 0px 5px;
        float: left;
    }

    .mobile_td {
        width: 100% !important;
        float: left !important;
    }

    .m_t_left {
        text-align: left !important;
    }

    .m_t_right {
        text-align: right !important;
    }

    .price_td {
        background: #edf6ff;
        border-left: none;
    }

    .heading-tab-details .nav-tabs > li > a {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        padding: 5px 5px;
        border-radius: 0;
        margin-right: 0;
        border-right: 1px solid #fffe00;
    }

    .heading-tab-details .nav.nav-tabs {
        display: flex;
        overflow-y: hidden;
        overflow-x: scroll;
    }

    .flightright_left {
        font-size: 14px;
    }

    .flight-r {
        margin-left: -7px;
    }

    .flight-l {
        transform: rotate(-135deg);
    }

    .flight_header {
        padding: 10px 5px 5px 5px;
        display: flex;
    }

    .title-flight {
        font-size: 13px;
        float: left;
    }

    .detail_block_detail td {
        width: 100%;
        padding: 5px 5px 0px 5px;
        display: block;
        text-align: left;
    }

    span.txt-time {
        text-align: center;
    }

    .alert-stops {
        padding: 10px 5px;
        font-size: 12px;
    }
}
