.trip-details-box {
    display: flex;
    width: 100%;
}
.journey-details-heading {
    color: #fac609;
    font-size: 17px;
    margin-bottom: 18px;
    border-bottom: 1px solid #707070;
    padding-bottom: 2px;
    font-weight: 700;
}

.onward-add-via-box {
    text-align: right;
    margin-bottom: 15px;
}
.onward-add-via-box>a {
    background-color: #585858;
    padding: 8px 12px;
    color: #fff !important;
    font-size: 13px;
    border-radius: 25px;
}
.onward-add-via-box>a img {
    vertical-align: middle;
    width: 18px;
    margin: 0 2px 2px 0;
}
.add_button {
    text-align: right;
    margin-top: -5px;
    margin-bottom: 20px;
}
.pickup-via-container {
    position: relative;
}
.pickup-via-container .remove_button {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
}
.route-content {
    display: flex;
    width: 100%;
    color: #fff;
    text-align: center;
}
.route-content div {
    width: 50%;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-top: 8px;
    background: #686868;
    line-height: 24.5px;
}
.route-content .left-col-distance {
    margin-right: 10px;
}

.trip-details-wrapper {
    margin-left: 15px;
    width: 60%;
    color: #fff;
    transition: all .3s ease-in-out;
}
.trip-details-wrapper h4 {
    color: #fff;
}
.trip-details-box .trip-details-wrapper-1, 
.trip-details-box .trip-details-wrapper-2 {
    width: 50% !important;
    padding: 0 15px !important; 
}
.trip-details-box .trip-details-wrapper-2 {
    border: none !important;
}
@media (min-width: 768px){
    .trip-details-box .trip-details-wrapper-2 {
        border-left: 1px solid #565656 !important;
        margin-left: 16px;
    }
}

@media (min-width: 700px){
   .d-flex .d-flex {
  	position: absolute;
   	right: 45px;
    }
}
.trip-details-wrapper .trip-details-wrapper-1 p,
.trip-details-wrapper .trip-details-wrapper-2 p {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: #444 1px dashed !important;
    display: flex;
    width: 100%;
}
.trip-details-wrapper .trip-details-wrapper-2 p strong {
    color: #b3b3b3;
    font-weight: normal;
    width: 30%;
    display: block;
    float: left;
}
.trip-details-wrapper .trip-details-wrapper-2 p span {
    float: right;
    width: 70%;
}
.full-width-field {
    margin: 0 0 30px 0;
}
.main-content form input[type="checkbox"] {
    margin: 0 0 25px 0;
}

.d-flex {
	display:flex;
}
.d-flex input[type="checkbox"],
.checkbox input[type="checkbox"] {
    margin-bottom: 10px!important;
}
.d-flex input[type="number"] {
	height:20px;
        margin-left: 10px;
}