.price-site:hover {
    background-color: #bdd6ec;

}

.price-site {
    padding: 10px;
    background-color: #d4e4f2;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #475669;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.price-site .bth__btn .bth__loader-spin {
    display: inline-block;
}

.price-site .bth__btn:not(.bth__btn--grey-dark)::before {
    content: "\f0a9";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 15px;
    top: 0;
}

.price-site .bth__btn {
    padding: 0 40px 0 15px;
    line-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.price-site img {
    border-radius: inherit;
}

.price-site .bth__ava-35 {
    margin-left: auto;
}

.flight-detail li i {
    margin-right: 5px;
}

.flight-detail .bold {
    margin-left: auto;
}

.flight-detail li {
    margin-right: 20px;
}

.flight-detail {
    text-transform: uppercase;
    background: #eeeeee;
    border-radius: 5px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lsfw-tbl.book-deatil-tbl td .no-transform {
    font-weight: normal;
}

.lsfw-tbl.book-deatil-tbl td {
    font-size: 14px;
    font-weight: bold;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .lsfw-tbl.book-deatil-tbl td {
        width: 100%;
    }

    .price-site .fz14 {
        width: calc(100% - 70px);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .price-site .bth__ava-35 {
        margin: 0 10px 0 0;
    }

    .price-site .bth__btn {
        margin: 0;
    }

    .price-site {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}