
@media (max-width: 426px){
    html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}



#googleMap {
    width: auto;
    height: 200px;
    margin: 2%;
    margin-bottom: 5%;
    border-radius: 2%;
}



#edit-address-display{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

#edit-address-form{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #000080;
    border-radius: 5px;
    width: 100%;
}



.input-divs{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
}

.address-inputs{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 500px;
    font-size: large;
    padding-left: 10px;
}

.address-label{
    display: none;
}

.via-divs{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 500px;
    background-color: white;
    margin: 2.5%;
}

.via-input-divs{
    box-sizing: border-box;
    width: 95%;
    display: flex;
    align-items: center;
    border-radius: 500px;

}

.via-inputs{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    border: none;
    border-radius: 500px;

}

.via-inputs:focus, .address-inputs{
    outline: none;
}

.fa-times{
    float: right; color: #000080; width: 5%; padding: 1%;
}

.via-label{
    display: none;
}


#via1, #via2, #via3, #via4, #via5, #via6, #via7,
#via1_close, #via2_close, #via3_close, #via4_close, #via5_close, #via6_close, #via7_close{
    display: none;
    padding: 2px;
}

#via2_btn, #via3_btn,#via4_btn,#via5_btn, #via6_btn, #via6_btn, #via7_btn {
    display: none;
    margin: 2%;
}
#via1_btn, #via2_btn, #via3_btn,#via4_btn,#via5_btn, #via6_btn, #via6_btn, #via7_btn{
    color: white;
}

#swap-div{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 5%;
}

#swap_button{
    color:white;
    transform: rotate(90deg);
    font-size: large;
}

#get-quote-div{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

#quote{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2%;
    margin-top: 0%;
    padding: 7px;
    border-radius: 500px;
    font-size: x-large;
}

#quote:focus{
    outline: none;
}

edit-address-back

.main-quote-price{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    border-radius: 5px;
}

.vehicle-price-panal{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    margin: 5px;
    margin-top: 10px; 
}

.price-select-panal{
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    align-items: center;
}

.book-btn-panal{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.price-book-panal{
    display: flex;
    justify-content: space-between;
}
.vehicle-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-top: 15px;
}

.vehicle-type{
    margin-top: 5px;
    font-size: large;
    font-weight: bold;
}

.capacity-details{
    font-size: smaller;
    margin: 4%;
}

.oneway-price-select{
    margin-top: 4px;
    padding: 4px;
    font-size: 150%;
}

.return-price-select{
    margin-top: 16px;
    font-size: 150%;
}

.return-book-btn{
    margin-top: 10px;
}

.book-btn{
    border-radius: 500px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: large;
    font-weight: bold;
    border: #000080 3px solid;
    color: #000080 ;
}

}







/* @media (min-width: 1440px){ */


    body{
        /* background-color: #edeeef; */
        background-color: white;
    }

    html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden;  */
}


    #edit-address-display{
        padding-top: 2%;
        background: url() center center fixed;
        background-image: url('/static/images/london-background.webp');
        background-size: cover;
        color: white;
        font-family: 'Open Sans', sans-serif;
        /* height: 90vh; */
    }



    

    #main-heading{
        font-size: 35px;
        text-align: center;
        margin-top: 0%;
        margin-bottom: 0%;
        color: #000080;
        font-weight: bold;
    }

    #secondary-heading{
        border-radius: 10px;
        font-size: 25px;
        /* opacity: 70%; */
        background-color: #000080;
        padding: 20px;
        font-weight: normal;
    }

    #secondary-heading-for-driver-view{
        border-radius: 10px;
        /* background-color: #000080; */
        font-weight: normal;
        float: right;
        /* font-size: 25px; */
        text-align: center;
        background-color: white;
    }

    #extra-home-driver-info-div{
        background-color: #000080;
    }

    #extra-home-driver-info-div img{
        margin-top: 10px;
    }

    #home-page-driver-main-heading{
        font-weight: bold;
        margin: 5px;
        color: #000080;
        /* font-size: 80%; */
    }

    
    .home-driver-info-p{
        display: flex;
        justify-content: center;
    }

    .home-cus-bookings-p{
        display: flex;
        flex-direction: row;
        /* font-size: 60%; */

        /* background-color: burlywood; */
      }
    
    
      .home-cus-headings{
        /* background-color: chartreuse; */
        /* padding: 5px; */
        text-align: right;
        font-weight: bold;
      }
    
      .home-cus-headings-info{
        /* background-color: chocolate; */
        /* padding: 5px; */
        padding-left: 5px;
        text-align: left;
      }

    /* @media (max-width: 768px){
        #secondary-heading-for-driver-view{
            margin-left: 5px;
        }
    } */

    @media (max-width: 750px){
        #main-heading{
        display: none;
        }

        #secondary-heading{
        display: none;
        }
    }


    #secondary-heading{
        /* width: 50%; */
        float: right;
        font-size: 25px;
        text-align: center;
        margin: 10%;
    }

    #googleMap {
        width: auto;
        height: 200px;
        margin: 1%;
        margin-bottom: 5%;
        border-radius: 2%;
    }


    #via1, #via2, #via3, #via4, #via5,
    #via1_close, #via2_close, #via3_close, #via4_close, #via5_close{
        display: none;
        padding: 2px;
    }
    
    
    #via2_btn, #via3_btn,#via4_btn,#via5_btn{
        display: none;
        margin: 2%;
    }
    #via1_btn, #via2_btn, #via3_btn, #via4_btn, #via5_btn{
        padding-left: 1%;
        color: white;
    }


    #edit-address-form{
        display: flex;
        flex-direction: column;
        background-color: #000080;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 10px;
        margin-top: 2%;
        margin-bottom: 2%;
        min-width: 33.333%;
    }

    #edit-address-show-details{
        font-weight: bold;
        line-height: 200%;
        /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
        /* backdrop-filter: blur(5px); */
        /* margin-left: 1%; */
        width: 66.6666%;
        /* background-color:blue; */
        padding: 0px;
        margin-top: 2%;
    }



    @media(max-width: 767px){
        #edit-address-show-details{
            width: 100%;
        }
    }

    .address-divs{
        display: flex;
        background-color: white;
        margin-left: 1%;
        margin-right: 1%;
        border-radius: 500px;
    }
    
    .address-label{
        color: black;
        margin-right: 0%;
        padding-right: 0%;
        padding-left: 2%;
        padding-top: 1%;
        width: 10%;
        display: none;
    }
    
    .address-inputs{
        border: none;
        margin-left: 2%;
        padding-right: 2%;
        height: 30px;
        width: 100%;
        border-radius: 500px;
        text-align: center;
        position:inherit;

    }
    
    .input-divs{
        padding-left: 0%;
        width: 100%;
        border-radius: 500px;
    }

    #to-address-div{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    
    
    input[id="search_from"]:focus{   
      border-color: white;
      box-shadow: 0 0px 0px white inset, 0 0 0px white;
      outline: 0 none;
    }
    
    input[id="search_to"]:focus{   
        border-color: white;
        box-shadow: 0 0px 0px white inset, 0 0 0px white;
        outline: 0 none;
      }

    
 
      .via-divs{
        display: flex;
        background-color: white;
        margin-left: 1%;
        border-radius: 500px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .via-label{
        color: black;
        margin-right: 0%;
        padding-right: 0%;
        padding-left: 2%;
        padding-top: 0.7%;
        width: 10%;
        display: none;
    }
    
    .via-inputs{
        border: none;
        margin-left: 2%;
        padding-right: 2%;
        height: 25px;
        width: 100%;
        border-radius: 500px;
        text-align: center;
    }
    
    .via-input-divs{
        padding-left: 0%;
        width: 100%;
        border-radius: 500px;

    }

    #via1_close, #via2_close, #via3_close, #via4_close, #via5_close {
        float: right; 
        color: black; 
        padding: 5px;
    }
    
      input[id="search_via1"]:focus, input[id="search_via2"]:focus, input[id="search_via3"]:focus,
      input[id="search_via4"]:focus, input[id="search_via5"]:focus{   
        border-color: white;
        box-shadow: 0 0px 0px white inset, 0 0 0px white;
        outline: 0 none;
      }


     #swap-div{
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        align-items: center;
        margin-left: 2%;
        margin-top: 3%;
    }
    
    #swap_button{
        color:white;
        transform: rotate(90deg);
        font-size: large;
    }

    #get-quote-div{
        box-sizing: border-box;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 500px;
    }

    #quote{
        box-sizing: border-box;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 1%;
        margin-right: -0.5%;
        margin-top: 0%;
        margin-bottom: 0px;
        padding: 7px;
        border-radius: 500px;
        font-size: x-large;
        font-weight: bold;
        border: none;
        /* box-shadow:5px 5px 5px black; */

    }




    #quote:hover{
        border: none;
        border-radius: 500px;
        box-shadow: 0 0 10px 2.5px black;
        outline: none;
        transition: .1s;
    }
    
    #quote:focus{
        border: none;
        border-radius: 500px;
        box-shadow: 0 0 10px 2.5px black;
        outline: none;
        transition: .1s;    
    }


    #edit-address-back{
        border-radius: 500px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: large;
        font-weight: bold;
        background-color: #000080;
        border: #000080 3px solid;
        min-width: 200px;
    }
    
    #edit-address-back a{
        text-decoration: none;
        color: white ;
    }

    #address-change-main-div{
        display: flex;
        justify-content: space-around;
        /* flex-direction: column-reverse; */
    }    

    @media(max-width:768px){
        #address-change-main-div{
            display: flex;
            flex-direction: column-reverse;
        }
    }


    .edit-address-details-panal{
        margin-bottom: 2%;
        background-color: white;
        border-radius: 5px;
        padding: 5px 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: black;
    } 



    .edit-address-info{
        text-align: center;
        font-weight: normal;
        font-size: small;
        line-height: normal;
    }


    
    /* .edit-address-info > p:first-of-type {
        font-weight: bold;
      } */

    



  












