/* ..............MAin Div................. */
.input21{
    width: 90%;
    height: 220px;
    /* border: 1px solid black; */
    margin: auto;
}

/* .............. Div211................. */
.input211{
    width: 95%;
    height: 40px;
    /* border: 1px solid black; */
    margin: auto; 
    margin-top:10px;
    display: flex;
 align-items: center;

}
.input2111{
    width:18%;
    height: 30px;
    /* border: 1px solid black; */
    text-align: center;  
    font-size:15px;
    font-weight:600;
    color: blue;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input2111:hover{
    background-color:#e7edfd; ;
}

.input2112{
    width:18%;
    height: 30px;
    /* border: 1px solid black; */
    text-align: center;  
    font-size:15px;
    font-weight:600;
    color: blue;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input2112:hover{
    background-color:#e7edfd; ;
}
/* ..............Div212................. */

.input212{
    width: 95%;
    height: 40px;
    /* border: 1px solid black; */
    margin: auto; 
    margin-top:10px;
    display: flex;
    justify-content: space-between;
}

.input2121{
    width:45%;
    height: 35px;
    /* border: 1px solid black; */
    text-align: center;  
    font-size:15px;
    font-weight:600;
    color: blue;
    display: flex;
    padding-left: 5px;
    /* justify-content: center; */
    align-items: center;
    border-radius: 5px;
}

.input2121>input{
    width: 99%;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 19px;
}

.input2122{
    width:45%;
    height: 35px;
    /* border: 1px solid black; */
    text-align: center;  
    font-size:15px;
    font-weight:600;
    color: blue;
    display: flex;
    padding-left: 5px;
    /* justify-content: center; */
    align-items: center;
    border-radius: 5px;
}

.input2122>input{
    width: 99%;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 19px;
}

/* ..............Div213................. */

.input213{
    width: 95%;
    height: 40px;
     /* border: 1px solid black;  */
    margin: auto; 
    margin-top:10px;
    display: flex;
    justify-content: space-between;
}
/* #carInput{
    height: 2vw;
    width: 4vw;
} */

.input2131{
    width:23%;
    height: 35px;
    /* border: 1px solid black; */
    text-align: center;  
    font-size:15px;
    font-weight:600;
    color: blue;
    display: flex;
    padding-left: 5px;
    /* justify-content: center; */
    align-items: center;
    border-radius: 5px;
}

.input2131>input{
    width: 99%;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 19px;
}

.input2132{
    width:23%;
    height: 35px;
    /* border: 1px solid black; */
    text-align: center;  
    font-size:15px;
    font-weight:600;
    color: blue;
    display: flex;
    padding-left: 5px;
    /* justify-content: center; */
    align-items: center;
    border-radius: 5px;
}

.input2132>input{
    width: 99%;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 19px;
}

.input2133{
    width:23%;
    height: 35px;
    /* border: 1px solid black; */
    text-align: center;  
    font-size:15px;
    font-weight:600;
    color: blue;
    display: flex;
    padding-left: 5px;
    /* justify-content: center; */
    align-items: center;
    border-radius: 5px;
}

.input2133>input{
    width: 99%;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 19px;
}

.input2134{
    width:23%;
    height: 35px;
    /* border: 1px solid black; */
    text-align: center;  
    font-size:15px;
    font-weight:600;
    color: blue;
    display: flex;
    padding-left: 5px;
    /* justify-content: center; */
    align-items: center;
    border-radius: 5px;
}

.input2134>input{
    width: 99%;
    border-radius: 5px;
    border: 1px solid black;
    font-size: 19px;
}

/* ..............Div214................. */

.input214{
    width: 95%;
    height: 40px;
    /* border: 1px solid black; */
    margin: auto; 
    margin-top:10px;
    display: flex;
    justify-content:center;
    align-items: center;
}

.carSearchBtn{
    width: 20%;
    height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color:#3662D8;
    border: 0px;
    color: aqua;
}
