.modal_bg_radiul .modal-content {
    border-radius: 20px;
    overflow: hidden;
}
.flight-modal-wrap img {
    height: 150px;
    object-fit: cover;
}
.destination_div_flt {
    padding: 0px;
    border-top: none;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.destination_div_flt ul {
    padding: 0 50px;
}
.destination_div_flt li {
    list-style: none;
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
.destination_div_flt .oneway_m,.destination_div_flt .return_m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
}
.destination_div_flt .oneway_m::after, .destination_div_flt .return_m::after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed #cfd8dc;
    position: absolute;
    left: 0;
    z-index: 1;
}
.destination_div_flt .oneway_m .icon_plane,.destination_div_flt .return_m .icon_plane {
    background: #e3f2fd;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.destination_div_flt .from_location_m, .destination_div_flt .to_location_m{
    background: #fff;
    padding: 0 7px;
    position: relative;
    z-index: 2;
}
.flight-modal-wrap h3{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0;
}
.flight-modal-wrap h3 span{
    font-size: 18px;
    font-weight: 400;
}
.icon_plane .icofont-airplane{
    transform: rotate(90deg);
}
.flght-psg-deails-pop ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}
.flght-psg-deails-pop li {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 6px 8px;
    box-shadow: 0px 0 4px 0px #00000042;
}
.flght-psg-deails-pop ul li span {
    border: none;
    padding: 0;
}
.flght-psg-deails-pop ul li i {
    font-size: 22px;
    color: var(--main-color);
}
.flght-psg-deails-pop strong {
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background: var(--main-color);
    margin-left: 3px;
    font-weight: 400;
}
.flt-bottom{background: var(--main-color); padding: 10px 0; font-size: 15px;}
.flt-bottom ul li i {margin-right: 8px;}
@media screen and (max-width: 480px) {
    .destination_div_flt .from_location_m, .destination_div_flt .to_location_m{padding: 0 4px;}
    .destination_div_flt ul {padding: 0px 20px;}
    .flght-psg-deails-pop ul{gap: 4px;}
    .flight-modal-wrap img{height: 105px;}
    .flght-psg-deails-pop li{padding: 3px 4px; gap: 2px;}
    .flght-psg-deails-pop ul li i {font-size: 16px;}
    .flght-psg-deails-pop strong{padding: 3px 6px; font-size: 12px; margin-left: 0;}
    /* .destination-wrap-flt .oneway_m::after, .destination-wrap-flt .return_m::after{
        width: 155px; left: 53px;} */
}