*{
    margin:0px;
    padding:0px;
}
body{
    /* background-color:#0066B3; */
}

.trips_main{
    margin:13px 16px;
    height:100%;
}
.trips_main.mobile {
    color: #333;
    background: #fff;
    border-radius: 12px;
    margin:13px 16px;

}

.track_head{
    /* border:1px solid red; */
    display:flex;
    align-items:center;
    height:32px;
    width:100%;
    text-align:center;
    padding: 20px 8px; 
}
.track_head p{
    margin-left:16px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
}
c-black {
    color:#333 !important;

}
.trips_body{

    margin-top:25px;
    display:flex;
    flex-direction:column;
}

.trips_title{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: #FFFFFF;
}

.trips{
    margin-top:16px;
    border:1px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 8px;
}
.trips_points{
    margin:12px 16px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.trips_points h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #999999;
}

.trips_points img{
    width: 20px;
}

.points{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: #333333;
}
.trips_seatno{
    margin:12px 16px;
    display:flex;
    justify-content:space-between;
}
.trips_seatno h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #999999;
}
.trips-all{
    /* height: 176px;
    background-color:#0066B3;
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
    border-radius: 0px 0px 24px 24px; */
}

.points_seatno{
    padding:5px;
    background: #0066B3;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 135%;
    margin-left:8px;
}
.trip {
    min-height: 400px;
    
}

@media screen and (min-width:601px){
    .trips-all{
        display:flex;
        justify-content:center;
    }
    .trips_main{
        display:flex;
        flex-direction:column;
        width:460px;
    }
    .trip{
        width:460px;
        /* border:1px solid red; */
        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
        border-radius: 8px;
    }
    .back_arrow img{
        filter: brightness(0) saturate(100%) invert(12%) sepia(80%) saturate(6342%) hue-rotate(194deg) brightness(105%) contrast(103%);    
    }
    .track_head p{
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;

        /* identical to box height, or 133% */
        text-align: center;
        letter-spacing: -0.02em;

        /* Shuttle/Giftcity/Blue */
        color: #0066B3;
    }

    .track_head{
        width:388px;
        margin:24px 36px;
    }
    .track_head p{
        text-align:left;
        width:100%;
    }
    .trips_body{
        margin:0 36px;
        margin-bottom:24px;
    }
    .trips_title{
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 135%;

        /* identical to box height, or 22px */
        display: flex;
        align-items: flex-end;

        /* Shuttle/Giftcity/Blue */
        color: #0066B3;
    }

}