.main-img {
    width: 100%;
    /* height: 220px; */
}
.main-bg-img{
    width: 100%;
    /* height: 120px; */
}
.bg-imgg {
    position: relative;
    width: 100%;
    /* padding-bottom: 150px !important; */
}
.bg-imgg{
    background-image: url("/assets/dist/img/flight-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 240px;
    border-radius: 11px;
}

.bg-imgg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 99;
    opacity: 0.5 !important;
    border-radius: 11px;
}
.mainmian{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
    width: 100%;
    height: 100%;
    padding-bottom: 3%;
}

.four-ticket{
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 99 !important;
    position: relative !important;
    margin-top: 10px !important;
}
.first-tic{
    width: 15%;
}
.first-tic a{
    color: white !important;
    border-bottom: 1px solid white !important;
}
.second-tic a{
    color: white !important;
    border-bottom: 1px solid white !important;
}
.third-tic a{
    color: white !important;
    border-bottom: 1px solid white !important;
}
.fourth-tic a{
    color: white !important;
    border-bottom: 1px solid white !important;
}
.second-tic{width: 25%;}
.third-tic{width: 30%;}
.fourth-tic{width: 25%;}
.first-tic a ,.second-tic a ,.third-tic a,.fourth-tic a{
    /* border-bottom: 1px solid blue; */
    font-size: 14px;
    font-weight: bold;
    /* color:  white !important; */
}
.second-tic ,.third-tic{
    text-align: center !important;
}
.fourth-tic{
    text-align: right !important;
}
.first-tic{
    text-align: left !important;
}
.your-flight-text{
    width: 100%;
    color: white !important;
    z-index: 99 !important;
    position:  relative !important;
    /* margin-top: 100px !important; */
    /* position: relative; */
    /* bottom: 120px; */
}
.your-flight-text h1{
    font-weight: bold;
    font-size: 26px;
    color: white !important;
}
.three-status-new{
    width: 100%;
    margin-top: 10px !important;
}
.threee{
    display: flex;
    position: relative !important;
    color: white !important;
    z-index: 99 !important;
    justify-content: space-between;
}
.f-t-new {
    width: 27%;
      word-break: break-all !important;
}
.s-t-new {
    width: 36%;
      word-break: break-all !important;
}
.t-t-new{
    width: 27%;
      word-break: break-all !important;
}
.f-t-new span{
    text-align: center !important;
    color: white !important;
    font-size: 13px !important;
}
.s-t-new span{
    text-align: center !important;
    color: white !important;
    font-size: 13px !important;
}
.t-t-new span{
    text-align: center !important;
    color: white !important;
    font-size: 13px !important;
}

.status-first-span{
    color: black;
    font-weight: bold;
    font-size: 14px;
    /* padding-left: 14px !important; */
}
.status-second-span{
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding-left: 14px !important;
}
.bbb{
    border: 1px solid darkgray;
}
.flight-infooo{
    position: relative;
    margin-top: -20px !important;
    /* bottom: 20px; */
    z-index: 99 !important;
}
.flight-information{
    /* position: relative; */
    /* bottom: 24px; */
    border: 1px solid darkgray;
    border-radius: 8px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}
.from-text,.to-text{
    color: black;
    font-weight: 700;
    font-size: 20px;
    margin: 0 10px;
}
.booking-status{
    font-weight: bold;
    font-size: 16px;
    color: black;
}
.com-text{
    color: #009E0F;
    font-size: 16px;
    font-weight: bold;
}
.flight-information svg{
    font-size: 44px;
}
.combine-both{
    /* position: relative; */
    /* bottom: 45px; */
    /* left: 30px; */
}
.f-line-line{
    text-align: left;
}
.flight-status-bx {
    margin: 20px 0;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
}
.two-boxes{
    border: 1px solid darkgray;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 10px;
    /* position: relative; */
    /* bottom: 50px; */
    /* left: 30px; */
}
.fll-text ,.sll-text{
    font-weight: bold;
    font-size: 18px;
    margin: 2px 5px;
}
.fll-text-first{
    font-weight: bold;
    font-size: 20px;
    margin: 0px 6px;
}
.fll-text-second{
    font-weight: bold;
    font-size: 20px;
    margin: 0px 6px;
}
.s-line-line{
    color: gray;
    text-align: start !important;
    margin-left: 12px !important;
    font-size: 14px;
    font-weight: bold;
}
.first-coll{
    border: 1px solid darkgrey;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: relative;
}
.first-coll-text{
    font-weight: bold;
    font-size: 21px;
    color: black;
    margin: 2px 6px;
    /* position: relative; */
}
.ud-btn{
    position: absolute;
    top: 20px;
    right: 20px;
}
.ud-btn-main{
    width: 24px;
    height: 24px;
    background-color: #ff0007;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
}
.free-linee{
    width: 8px;
    height: 40px;
    background-color: #666666;
    position: absolute;
    border-bottom-left-radius: 8px;
    bottom: 0;
    left: 0;
}
.fll-one{
    width: 100%;
    color: black;
    display: flex;
    justify-content: space-between;
}
.left-fll-one{
    width: 30%;
    display: flex;
}
.left-sub-one{
    width: 50%;
    display: flex;
}
.l-img{
    border-radius: 50%;
}
.l-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.l-text p{
    margin-bottom: 0;
    /* font-weight: 500; */
    font-size: 14px;
}
.left-sub-two{
    width: 50%;
}
.a{
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
}
.mi-text{
    font-weight: bold;
    font-size: 14px !important;
}
.mb-line span:last-child{
    font-size: 14px !important;
}
.date-text span:last-child{
    font-size: 14px;
}
.b{
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
}
.right-fll-one{
    width: 65%;
    display: flex;
    justify-content: space-between;
}
.right-s-one{
    width: 60%;
}
.dum-air{
    text-align: center;
    /* border: 1px solid gray; */
}
.dum-air svg{
    width: 30px;
    height: 30px;
    margin-bottom: 10px !important;
}
.airline-dum-text{
    text-align: center;
}
.dep-time {
    font-size: 14px;
    /* font-weight: bold !important; */
}
.sp-border{
    margin-top: 12px;
    border-bottom: 2px dotted gray;
    position: relative;
}
.sp-border::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: black;
    top: -3px;
    left: -2px;
    border-radius: 50%;
}
.sp-border::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: black;
    top: -3px;
    right: -2px;
    border-radius: 50%;
}
.right-s-two{
    width: 27%;
}

.fll-two{
    width: 100%;
    color: black;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    align-items: center;
}
.fff-icon ,.sss-icon ,.ttt-icon{
    width: 30%;
}
.ttt-icon img{width:20px;height: 20px;}
.fff-icon{
    text-align: left !important;
    padding-left: 10px;
}
.sss-icon{
    text-align: center !important;
}
.ttt-icon{
    text-align: right !important;
    padding-right: 10px !important;
}
.fff-icon svg{
    /* font-size: 4px; */
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sss-icon svg{
    /* font-size: 4px; */
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.ttt-icon svg{
    /* font-size: 4px; */
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.t-icon-text{
    font-size: 13px;
    margin-top: 10px;
    color: black;
    font-weight: bold;
}

.fill-three{
    width: 100%;
    color: black;
}
.fill-three table{
    background-color: #F2F2F2;
    border-radius: 8px !important;
    margin-top: 10px;
}
.fill-three table th{
    background-color: #F2F2F2;
    border-radius: 8px !important;
    color: gray !important;
    font-size: 14px !important;
    padding: 14px !important;
}
.fill-three table th td{
    background-color: #F2F2F2;
    border-radius: 8px !important;
    font-size: 14px !important;
}
.fill-three table tbody tr{
    background-color: #F2F2F2;
    border-radius: 8px !important;
    font-size: 16px !important;
}
.fill-three table td{
    color: black !important;
    font-weight: bold !important;
    border-radius: 8px !important;
}
.small{
    font-size: 13px !important;
    /* font-weight: bold !important; */
}
.fill-fourr{
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px !important;
    border-top: 2px dotted gray;
    border-bottom: 2px dotted gray;
    padding: 10px 0;
    font-weight: bold !important;
}
.fill-fourr span:last-child{
    font-size: 13px;
}
.fill-fourr svg{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.new-cnacel-box{
    border: 1px solid darkgray;
    height: 120px;
    border-radius: 8px;
    color: black;
    position: relative;
    padding: 20px;
}
.new-cnacel-box h2{
    font-weight: bold;
    font-size: 20px;

}
.new-cnacel-box p{
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}
.free-linee-new{
    width: 8px;
    height: 50px;
    background-color: #666666;
    position: absolute;
    /* border-bottom-left-radius: 8px; */
    bottom: 38px;
    left: 0;
}
.fare-box{
    width: 100%;
    color: black;
    border: 1px solid darkgray;
    border-radius: 8px;
    padding: 16px;
    position: relative;
}
.fare-one{
    font-weight: bold;
    font-size: 20px;
    color: black;
}
.fare-two{
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
    color: #ff0007;
    letter-spacing: 1px;
}

.free-linee-new-new{
        width: 8px;
        height: 50px;
        background-color: #666666;
        position: absolute;
        top: 20px;
        left: 0;
}
.pure-tra-one{
    width: 100%;
    color: black;
    border-bottom: 1px solid black;
}
.pure-tra-two{
    width: 100%;
    color: black;
    border-bottom: 1px solid black;
}
.tra-line-one{
    display: flex;
    justify-content: space-between;
}
.tra-line-one span:first-child{
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.tra-line-one span:last-child{
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.tra-line-two{
    display: flex;
    justify-content: space-between;
    color: gray;
}
.tra-line-two span{
    color: gray;
    font-size: 13px;
    font-weight: bold;
}
.tra-line-three{
    display: flex;
    justify-content: space-between;
    color: gray;
}
.tra-line-three span{
    color: gray;
    font-size: 13px;
    font-weight: bold;
}
.on-text{
    font-size: 8px;
    color: gray !important;
    margin-left: 20px !important;
}

.customer-info{
    width: 100%;
    color: black;
    border: 1px solid darkgray;
    border-radius: 8px;
    padding: 16px;
    position: relative;
}
.customer-info span{
    font-weight: bold;
    font-size: 20px;
}
.about-text{
    color: gray;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0 !important;
}
.six-box{
    width: 100%;
    /* padding: 1 !important; */
    position: relative;
}
.form-text-new{
    font-size: 14px !important;
    font-weight: bolder;
    margin-left: 12px;
}
.form-img-new svg{
    width: 23px;
    height: 23px;
}

.airline-contact{
    width: 100%;
    border-radius: 8px;
    background-color: white;
    border: 1px solid darkgray;
    position: relative;
    display: flex;
    padding: 16px;
    align-items: center !important;
}
.left-air svg{
    margin: 2px 22px 7px 24px !important;
}
.lll-one{
    margin-top: 10px !important;
}
.lll-one img{
    width: 36px;
    height: 36px;
}
.right-air{
    display: flex;
}
.aci-text{
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.rrr-one {
    margin-top: 10px !important;
    padding-left: 10px !important;
}
.rrr-one p:first-child{
    color: black;
    font-weight: bold;
    font-size: 14px !important;
    margin-bottom: 0 !important;
}
.rrr-one p:last-child{
    color: gray;
    font-weight: bold;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}
.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
}
.fll-one{
    width: 100%;
    color: black;
    display: flex;
    justify-content: space-between;
}
.left-fll-one{
    width: 30%;
    display: flex;
}
.left-sub-one{
    width: 50%;
    display: flex;
}
.l-img{
    border-radius: 50%;
}
.l-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.l-text p{
    margin-bottom: 0;
    /* font-weight: 500; */
    font-size: 14px;
}
.left-sub-two{
    width: 50%;
}
.a{
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
}
.mi-text{
    font-weight: bold;
    font-size: 14px !important;
}
.mb-line span:last-child{
    font-size: 14px !important;
}
.date-text span:last-child{
    font-size: 14px;
}
.b{
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
}
.right-fll-one{
    width: 65%;
    display: flex;
    justify-content: space-between;
}
.right-s-one{
    width: 60%;
}
.dum-air{
    text-align: center;
    /* border: 1px solid gray; */
}
.dum-air svg{
    width: 30px;
    height: 30px;
    margin-bottom: 10px !important;
}
.airline-dum-text{
    text-align: center;
}
.dep-time {
    font-size: 14px;
    /* font-weight: bold !important; */
}
.sp-border{
    margin-top: 12px;
    border-bottom: 2px dotted gray;
    position: relative;
}
.sp-border::after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: black;
    top: -3px;
    left: -2px;
    border-radius: 50%;
}
.sp-border::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: black;
    top: -3px;
    right: -2px;
    border-radius: 50%;
}
.right-s-two{
    width: 27%;
}

.fll-two{
    width: 100%;
    color: black;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    align-items: center;
}
.fff-icon ,.sss-icon ,.ttt-icon{
    width: 30%;
}
.fff-icon{
    text-align: left !important;
    padding-left: 10px;
}
.sss-icon{
    text-align: center !important;
}
.ttt-icon{
    text-align: right !important;
    padding-right: 10px !important;
}
.fff-icon svg{
    /* font-size: 4px; */
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.sss-icon svg{
    /* font-size: 4px; */
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.ttt-icon svg{
    /* font-size: 4px; */
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.t-icon-text{
    font-size: 13px;
    margin-top: 10px;
    color: black;
    font-weight: bold;
}

.fill-three{
    width: 100%;
    color: black;
}
.fill-three table{
    background-color: #F2F2F2;
    border-radius: 8px !important;
    margin-top: 10px;
}
.fill-three table th{
    background-color: #F2F2F2;
    border-radius: 8px !important;
    color: gray !important;
    font-size: 14px !important;
    padding: 14px !important;
}
.fill-three table th td{
    background-color: #F2F2F2;
    border-radius: 8px !important;
    font-size: 14px !important;    
}
.fill-three table tbody tr{
    background-color: #F2F2F2;
    border-radius: 8px !important;
    font-size: 16px !important;
}
.fill-three table td{
    color: black !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    background: transparent;
    padding: 10px 20px;
}
.small{
    font-size: 13px !important;
    /* font-weight: bold !important; */
}
.fill-fourr{
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px !important;
    border-top: 2px dotted gray;
    border-bottom: 2px dotted gray;
    padding: 10px 0;
    font-weight: bold !important;
}
.fill-fourr span:last-child{
    font-size: 13px;
}
.fill-fourr svg{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.new-cnacel-box{
    border: 1px solid darkgray;
    height: 120px;
    border-radius: 8px;
    color: black;
    position: relative;
    padding: 20px;
}
.new-cnacel-box h2{
    font-weight: bold;
    font-size: 20px;

}
.new-cnacel-box p{
    font-size: 14px;
    color: black;
    font-weight: bold;
    margin-bottom: 0;
}
.free-linee-new{
    width: 8px;
    height: 50px;
    background-color: #666666;
    position: absolute;
    /* border-bottom-left-radius: 8px; */
    bottom: 38px;
    left: 0;
}
.fare-box{
    width: 100%;
    color: black;
    border: 1px solid darkgray;
    border-radius: 8px;
    padding: 16px;
    position: relative;
}
.fare-one{
    font-weight: bold;
    font-size: 20px;
    color: black;
}
.fare-two{
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
    color: #ff0007;
    letter-spacing: 1px;
}

.free-linee-new-new{
        width: 8px;
        height: 50px;
        background-color: #666666;
        position: absolute;
        top: 20px;
        left: 0;
}
.pure-tra-one{
    width: 100%;
    color: black;
    border-bottom: 1px solid black;
}
.pure-tra-two{
    width: 100%;
    color: black;
    border-bottom: 1px solid black;
}
.tra-line-one{
    display: flex;
    justify-content: space-between;
}
.tra-line-one span:first-child{
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.tra-line-one span:last-child{
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.tra-line-two{
    display: flex;
    justify-content: space-between;
    color: gray;
}
.tra-line-two span{
    color: gray;
    font-size: 13px;
    font-weight: bold;
}
.tra-line-three{
    display: flex;
    justify-content: space-between;
    color: gray;
}
.tra-line-three span{
    color: gray;
    font-size: 13px;
    font-weight: bold;
}
.on-text{
    font-size: 8px;
    color: gray !important;
    margin-left: 20px !important;
}