

input[type=text], select {
  width: 95%;
  padding: 6px 12px;
  margin: 2%;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
    font-size: 1.1rem;
}

#home_image1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 97%;
  font-size: 1.1rem;
}


#home_image2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 97%;
}

#latest_arrvials{
 border: 1px solid #d1d1d1; /* Light grey like ServiceNow's neutral tones */
  padding: 10px;
  border-radius: 4px; /* Slight rounding for a softer look */
}


@media screen and (min-width: 1000px) {
#main_info{
           width: 61%;
           padding:1%
}
    #info_container{
           padding-right: 11%;
        padding-left: 11%;

}
}

input[type=submit] {
  background-color: #384e81;
  color: white;
  padding: 7px 10px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
    font-size:x-large;
}

.search_container {
    display: inline-table;
    width: 20%;
    background-color: #ffffff;
    padding: 1%;
    height: 17%;
    min-width: 19%;
    transform: perspective(800em) rotateX(1deg);
    box-shadow: rgba(33, 40, 144, 44.42) 0px 28px 30px -30px, rgba(19, 26, 32, 0.08) 4px 35px 82px -50px;
    border-radius: 9px;
    margin: .5%;
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
    }

.delete{
width: 52%;
    background-color: #980303;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.2s ease;
    padding: 8px 6px;
    justify-self: end;
}

.vehicle_extras {
    min-width: 600px;
    width: 100%;
    min-height:200px;
    height:50%;
}


input[type=submit]:hover {
  background-color: #4e6db5;
}


.info_container{
    font-family: Nunito, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #263c53;
    padding: 1%;
    width: 80%;
    margin: 1% 2% 1% 15%;
    transform: perspective(800em) rotateX(1deg);
    box-shadow: rgba(12, 18, 39, 0.42) 0px 10px 30px -35px, rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
    border-radius: 10px;
/*    border: 1px solid;*/
    border-color: rgb(213, 220, 226) rgb(213, 220, 226) rgb(184, 194, 204);
}


.latest_offers{
  margin:1px;
}

.services{
  color: #fff;
  font-size: 12em;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow:
    0 1px 0 #ccc,
    0 2px 0 #c9c9c9,
    0 3px 0 #bbb,
    0 4px 0 #b9b9b9,
    0 5px 0 #aaa,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);
}


.bottom_container{
    padding: 1%;
    width: 79%;
    transform: perspective(800em) rotateX(1deg);
    box-shadow: rgba(12, 18, 39, 0.42) 0px 10px 30px -35px, rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
    border-radius: 10px;
    border: 1px solid;
    border-color: rgb(213, 220, 226) rgb(213, 220, 226) rgb(184, 194, 204);
    margin:1%;
}
.vehicle_vehicleds{
    margin: .5%;
    min-height: 242px;
    display: inline-block;
    padding: 1%;
    width: 25%;
    transform: perspective(800em) rotateX(1deg);
/*    box-shadow: rgba(12, 18, 39, 0.42) 0px 10px 30px -35px, rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;*/
    border-radius: 10px;
    border: 1px solid;
    border-color: rgb(213, 220, 226) rgb(213, 220, 226) rgb(184, 194, 204);
}

.favourite_container{
    padding: .5%;
    margin: .5%;
    width: 30%;
    transform: perspective(800em) rotateX(1deg);
/*    box-shadow: rgba(12, 18, 39, 0.42) 0px 10px 30px -35px, rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;*/
    border-radius: 10px;
    border: 1px solid;
    border-color: rgb(213, 220, 226) rgb(213, 220, 226) rgb(184, 194, 204);
}

.favourite_vehicleds{
    display: inline-block;
    padding: 1%;
    width: 46%;
    transform: perspective(800em) rotateX(1deg);
/*    box-shadow: rgba(12, 18, 39, 0.42) 0px 10px 30px -35px, rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;*/
    border-radius: 10px;
    border: 1px solid;
    border-color: rgb(213, 220, 226) rgb(213, 220, 226) rgb(184, 194, 204);
    width: 23%;
}

#logo_top{
    height: 60%;
}

#logo_bottom{
    height: 60%;

}


@keyframes myAnim {
	0% {
		transform: scale(0.5);
	}

	100% {
		transform: scale(1);
	}
}


.header_text {
    font-weight: 700;
    margin: .5em 0 .2em;
    color: #31476b;
    font-size: x-large;
}

.trade_in {
       background: white;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 4px;
    background-repeat: no-repeat;
    padding: 1%;
    width: 100%;
    transform: perspective(800em) rotateX(1deg);
    box-shadow: rgba(57, 24, 46, 2.42) 0px 10px 30px -30px, rgba(19, 26, 32, 0.08) 4px 35px 82px -50px;
    border-radius: 10px;
    border-color: rgb(213, 220, 226) rgb(213, 220, 226) rgb(184, 194, 204);
    margin: .5%;
}

.direction{
    position: absolute;
    top: 1%;
    left: 1%;
}

#footer2{
    margin-top:1%;
    background-color:#31476b;
    width:100%;
    padding-left:25%;
    color:white;
    display: inline-flex;
    /*position: absolute;*/
    bottom: 0%;
}
/*====================================================== destop*/

#footer1{
    margin-top:1%;
    background-color:#31476b;
    width:100%;
    padding-left:25%;
    color:white;
}


.price{
    margin:1%;
    float: left;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    background: #f1f4f5;
    padding: 0;
    border-right: 1px solid #fff;
}

.view_more{
    padding-left: 28%;
    width: 84%;
}
#logo{
    position: absolute;
    left: 24%;
    width: 7%;
    height: 11%;
    }





.uploadbutton{
    width: 25% !important;
    background-color: #296e29 !important;
    position:absolute;
    left: 35%;
}


/*#---------------------------------------------------------------------------------- Mobile display*/
@media screen and (max-width: 1000px) {

 #info_container{
        width: 100%;
}


    input[type=text], select {
    font-size: larger;
    width: 100%;
    padding: 6px 12px;
    margin: 2%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}


    #main_content{
            display: flow;
        }

    .search_container {
        display: inline-table;
        width: 102%;
        background-color: #f2f2f2;
        margin: 0%;
        padding: 3%;
    }

    #logo{
        position: absolute;
        left: 9%;
        width: 20%;
        }


#footer1{
    display: flex;
    margin-top:1%;
    background-color:#31476b;
    width:110%;
    padding-left:5%;
    color:white;

}

#home_image{
    width: 108%;
    height: 119%;
    margin-left: 1%;
}


}


 /* Hide everything except the table when printing */
        @media print {
            body * {
                visibility: hidden;
            }

            #printableTable, #printableTable * {
                visibility: visible;
            }

            #printableTable {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
            }
        }
