.journey-wrapper-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.seperate-control-1{
    color: red;
}


.main-results-left{
    width: 532px;
    height: 100px;
}
/* Set the size of the div element that contains the map */
#map {
    
    height: 430px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
    margin-bottom: 2rem;
}

.quote-journey-button{
    text-decoration: none;
    color: white;
    background-color: #ab4191;
    border-radius: 15%;
    padding: 0.4rem;
}

label {
   
    width: 150px;
    text-align: right;
    margin-right: 10px;
}

.address-start{
    width: 300px;
    padding: 5px;
    margin-bottom: 1px;

}

.address-end{
    width: 300px;
    padding: 5px;
    margin-bottom: 1px;

}

.all-display{
    display: none;
}

.return-journey-details{
    display: none;
}

.empty-div{
    height: 1em;
    opacity: 0;
}

/* input { */
   
    /* width: 300px; */
    /* padding: 5px; */
    /* margin-bottom: 1px; */
/* } */

#output{
    font-size: 1.2rem;
}

#output2{
    font-size: 1rem;
    color: black;
    font-weight: bold;
}
