#page02{
    display: flex;
    flex-direction: column;
    margin: 0 1.7em 0 1.7em;
    /* border: 1px solid black; */
    
}



.socialPackages, #school{
    margin-bottom: 1.5em;
}

.socialPackages > div:nth-child(2) >  select{
    /* border: 1px solid black; */
    width: 48.5%;
}


.pickUpDateTime{
    margin-bottom: 1.3em;

}

.pickUpTS{
   
    display: flex;
    flex-direction: row;
    /* vertical-align: middle; */
    align-items: flex-end;
    margin-bottom: 2em;
}


#page02Griditem2{
   
    flex: 1;
    margin-right: 0 !important;
    width: 100%;

}


.pickUpTS > div:last-child{
    
    /* flex: 0.25; */
    margin-left: 1em;
}



.stops{
    display: flex;
    flex-direction: row;
    margin-bottom: 2em !important;
}

.stops > div:nth-child(1){
  
    flex: 1;
    margin-right: 1em;
}

.stops > div:nth-child(2){
   
    flex: 3;
}

#school
{
    margin-bottom: 2em;
}

#cpElementDiv, #p2pReturnCheck
{
    margin-bottom: 0.75em;
}


.dropOffTS{
   
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
}

.dropOffTS > div:first-child{
    
    flex: 2;
}


.dropOffTS > div:nth-child(2){
    margin-left: 1em;
    flex: 3;
    /* flex-grow: 1; */
}

.dropOffTS > div:nth-child(2) > input{
    
    width: 100%;
}





@media (max-width: 850px){
    .pickUpTS{
   
       
        flex-direction: column;
        align-items: flex-start;
        gap: 1.4em;
       
       
    }

    .pickUpTS > :nth-child(1){
       flex-grow: 1;
       margin-left: 0 !important;
        width: 100%;
    }

     #page02Griditem2 {
        flex-grow: 1;
        margin-left: 0 !important;
        width: 100%;
    }

    .pickUpTS > :last-child{
        flex-grow: 1;
        margin-left: 0 !important;
        width: 100%;
       
    }


    .stops{
        display: flex;
        flex-direction: column;
        gap: 1.4em;
    }
    
    .stops > div:nth-child(1){
      
        flex: 1;
        margin-right: 0;
    }
    
    .stops > div:nth-child(2){
       
        flex: 1;
    }
    

    



}
