body
{
    margin-top: 0px;
    font-family:Arial;
    width:100%;
    margin-left:0px;
    margin-right:0px;
}
.top-row{
	margin-top: 0px;
	width: 100%;
	height: 30px;
	background-color: #305679;
}
.top-row-one{
    width: 45%;
	color: #ffffff;
	vertical-align: top;
	display: inline-block;
	margin-left: 10%;
}
.top-row-one h5{
	font-size: 17px;
	margin-top: 5px;
}
.top-row-two{
    width: 20%;
	vertical-align: top;
	display: inline-block;
    float: right;
}
.top-row-two img{
    width: 15px;
	margin-top: 5px;
}
.top-row-two a{
  padding-top: 0px;
  margin-left:10px;
}

.logo{
  width: 100%;
  text-align: center;
}
.logo img{
  	width: 335px;
  	height:135px;
  	margin-top:20px;
}
.logoadmin{
  width: 100%;
  text-align: center;
}
.logoadmin img{
  	width: 90px;
  	height:38px;
  	margin-top:20px;
  	float:left;
  	margin-left:2.5%;
}
.logoopcity{
  width: 100%;
  text-align: center;
}
.logoopcity img{
  	width: 500px;
  	height:190px;
  	margin-left:auto;
  	margin-right:auto;
    margin-top:130px;
  	opacity:0.2;
}



.image-load {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }






#droptop{
    background-color: #ffffff !important;
    position: fixed;
    top: -130px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    height:auto;
    border-bottom:1px solid #0066CC;
    z-index: 1;
}












.manu-all{
  width:100%;
  background: linear-gradient(to top, #dbe6f0 10%, #ffffff 90%);
  padding-left:0%;
  margin-left: -0px;
}
@media handheld, screen and (min-width: 641px){
  .no_scroll{ overflow-y: hidden; }
  .abrir_menu{ display: none; }  
  
  #menu{
    width: 92%;
    height: 50px;
    margin: 0 auto;
    margin-left: 8%;    
    }  
 
  #navigator{
    height: 50px;
    line-height: 50px;
    }
  
  
  #navigator .title{ display: none; }
  #navigator ul{ list-style: none; }
  #navigator > ul > li{
    width: 14.28%;
    float: left;
    }
  
  #navigator > ul > li > a{
    color: #000000;
    font-weight: bolder;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
    background: linear-gradient(to top, #dbe6f0 10%, #ffffff 90%);
    }


  
  #navigator ul li > ul,
  #navigator ul li li > ul,
  #navigator ul li li li > ul,
  #navigator ul li li li li> ul,
  #navigator ul li li li li li > ul{ display: none; }
  
  #navigator ul li:hover > ul,
  #navigator ul li li:hover > ul,
  #navigator ul li li li:hover > ul,
  #navigator ul li li li li:hover > ul,
  #navigator ul li li li li li:hover > ul{
    position: absolute;
    z-index: 10;
    width: 180px;
    line-height: 20px;
    display: block;
    background: linear-gradient(to top, #6d9ac5 10%, #dbe6f0 90%);
        
        box-shadow: 0 7px 6px -7px #373435;
        -webkit-box-shadow: 0 7px 6px -7px #373435;
        -moz-box-shadow: 0 7px 6px -7px #373435;
    }
  
  #menu ul ul li ul{
    top: 0;
    left: 179px;
    min-height: 100%;
    border-left: 1px solid #305679;
  }
  
  #menu ul ul li{ /*position: relative;*/ }
  #menu ul ul li a{
    color: #000000;
    font-weight: bolder;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 12px 7px;
    border-top: 1px solid rgba(255,255,255,0.045);
    border-bottom: 1px solid rgba(0,0,0,0.045);
    text-transform: uppercase;
    }
  
  #menu ul :hover > a{ background: linear-gradient(to top, #c8d9e9 10%, #ffffff 90%); }
  #menu ul ul :hover > a{ background: linear-gradient(to top, #c8d9e9 10%, #ffffff 90%); }
  #menu ul ul li:hover > a{ background: linear-gradient(to top, #c8d9e9 10%, #ffffff 90%); }
  #menu ul ul li li:hover > a{}
  #menu ul ul li li li:hover > a{}
  #menu ul ul li li li li:hover > a{}
  #menu ul ul li li li li li:hover > a{}
}



@media handheld, screen and (max-width: 640px){
  
  /* [ Open/Close =====================================*/
  /* ==================================================*/
  .abrir_menu{ display: block; }
  .abrir_menu span{
    color: #000000;
    font-weight: bolder;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    letter-spacing: 5px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: #6d9ac5 url() no-repeat 10px center;
    background: linear-gradient(to top, #6d9ac5 10%, #dbe6f0 90%);

    box-shadow: 0 7px 3px -7px #373435;
    -webkit-box-shadow: 0 7px 3px -7px #373435;
    -moz-box-shadow: 0 7px 3px -7px #373435;
    }

  .open > .abrir_menu{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: block; background: rgba(225,225,225,0.85); }
  .open > .abrir_menu span{ opacity: 0.1 !important; }
  
  .menu_aberto{
    position: fixed;
    z-index: 99;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #555;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    background: #ddd;


    box-shadow: -4px 0 15px 0px #373435;
    -webkit-box-shadow: -4px 0 15px 0px #373435;
    -moz-box-shadow: -4px 0 15px 0px #373435;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  .open > .menu_aberto{ left: 0; }  
  
  /* Open/Close ] =====================================*/
  /* ==================================================*/
  
  
  /* [ Menu ===========================================*/
  /* ==================================================*/
  #navigator .title{
    color: #000000;
    font-weight: bolder;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    text-shadow: 0.8px 0.8px 3px #111;
    height: 60px;
    line-height: 62px;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0,0,0,0.045);
    background: #333 url() no-repeat 20px center;

    box-shadow: -4px 0 5px 0px #373435;
    -webkit-box-shadow: -4px 0 5px 0px #373435;
    -moz-box-shadow: -4px 0 5px 0px #373435;
  }

  #navigator ul li > ul,
  #navigator ul li li > ul,
  #navigator ul li li li > ul,
  #navigator ul li li li li > ul,
  #navigator ul li li li li li > ul{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(0,0,0,0.1);

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }

  #navigator ul li{ float: none; display: block; }      
  #navigator ul li a{
    color: #000000;
    font-weight: bolder;
    font-size: 14px;
    display: block;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.045) !important;
    border-bottom: 1px solid rgba(0,0,0,0.045) !important;
  }

  #navigator > ul > li:hover > a{ color: #000000; font-weight: bolder; background: linear-gradient(to top, #4174a4 10%, #dbe6f0 90%); }


  /* Styles (Links/Hover/Ativo Sub Menu) ==============*/
  /* ==================================================*/
  #navigator > ul > li > .parent,
  #navigator > ul > li:hover > .parent,
  #navigator > ul > li.hover > .parent,

  #navigator ul li li > .parent,
  #navigator ul li li:hover > .parent,
  #navigator ul li li.hover > .parent{ background-repeat: no-repeat; background-position: 260px center; }

  #navigator > ul > li > .parent,
  #navigator > ul > li:hover > .parent{ color: #000000; font-weight: bolder; background: linear-gradient(to top, #4174a4 10%, #dbe6f0 90%); }  
  #navigator > ul > li.hover > .parent{ color: #000000; font-weight: bolder; background: linear-gradient(to top, #4174a4 10%, #dbe6f0 90%); } 

  
  /* Styles (Links/Hover/Ativo Sub>Sub Menu) ==========*/
  /* ==================================================*/
  #navigator ul li li a{ color: #000000; font-weight: bolder; font-size: 12px; }
  #navigator ul li li > .parent,
  #navigator ul li li:hover > .parent{ color: #000000; font-weight: bolder; background: linear-gradient(to top, #4174a4 10%, #dbe6f0 90%); }   
  #navigator ul li li.hover > .parent{ color: #000000; font-weight: bolder; background: linear-gradient(to top, #4174a4 10%, #dbe6f0 90%); }

  .nav ul{ display: none; left: -9999px; }
  .nav li.hover > ul,
  .nav li li.hover > ul,
  .nav li li li.hover > ul,
  .nav li li li li.hover > ul,
  .nav li li li li li.hover > ul,
  .nav li li li li li li.hover > ul{
    position: static !important;
    display: block !important;
  }
  /* Menu ] ===========================================*/
  /* ==================================================*/
}

@media handheld, screen and (max-width: 480px){
    
  .open > .menu_aberto{ width: 250px; }
  #menu > ul > li > .parent,
  #menu > ul > li:hover > .parent,
  #menu > ul > li.hover > .parent,

  #menu ul li li > .parent,
  #menu ul li li:hover > .parent,
  #menu ul li li.hover > .parent{ background-repeat: no-repeat; background-position: 210px center; }
    
}

@media handheld, screen and (max-width: 319px){
    
  .open > .menu_aberto{ width: 200px; }
  #menu > ul > li > .parent,
  #menu > ul > li:hover > .parent,
  #menu > ul > li.hover > .parent,

  #menu ul li li > .parent,
  #menu ul li li:hover > .parent,
  #menu ul li li.hover > .parent{ background-repeat: no-repeat; background-position: 150px center; }

}
















.slide-box{
    width: 100%;
    height: 240px;
    margin-top:0px;
}
.outslideall
{
  width:100%;
  height:240px;
  overflow: hidden;
}
.sliderall
{
  position:relative;
  width:187880px;
  animation-name:wahid;
  animation-duration:64s;
}
.sliderall img
{
  float: left;
  width: 427px;
  height: 240px;
  object-fit:cover;
}

@keyframes wahid{
  0%
  {
    left:0px;
  }
  3.125%
  {
    left:0px;
  }
  6.25%
  {
    left:-600px;
  }
  9.375%
  {
    left:-600px;
  }
  12.5%
  {
    left:-1200px;
  }
  15.625%
  {
    left:-1200px;
  }
  18.75%
  {
    left:-1800px;
  }
  21.875%
  {
    left:-1800px;
  }
  25%
  {
    left:-2400px;
  }
  28.125%
  {
    left:-2400px;
  }
  31.25%
  {
    left:-3000px;
  }
  34.375%
  {
    left:-3000px;
  }
  37.5%
  {
    left:-3600px;
  }
  40.625%
  {
    left:-3600px;
  }
  43.75%
  {
    left:-4200px;
  }
  46.875%
  {
    left:-4200px;
  }
  50%
  {
    left:-4800px;
  }
  53.125%
  {
    left:-4800px;
  }
  56.25%
  {
    left:-5400px;
  }
  59.375%
  {
    left:-5400px;
  }
  62.5%
  {
    left:-6000px;
  }
  65.625%
  {
    left:-6000px;
  }
  68.75%
  {
    left:-6600px;
  }
  71.875%
  {
    left:-6600px;
  }75%
  {
    left:-7200px;
  }
  78.125%
  {
    left:-7200px;
  }
  81.25%
  {
    left:-7800px;
  }
  84.375%
  {
    left:-7800px;
  }
  87.5%
  {
    left:-8400px;
  }
  90.625%
  {
    left:-8400px;
  }
  93.75%
  {
    left:-9000px;
  }
  96.875%
  {
    left:-9000px;
  }
  100%
  {
    left:-9600px;
  }
}












.social-icon{
    text-align:center;
    margin-top:15px;
}



.mid-content{
    width:95%;
    height:auto;
    margin-left:2.5%;
    background-color:#f2f2f2;
    margin-top:20px;
}
.mid-one{
    width:25%;
    vertical-align:top;
    display:inline-block;
    font-size:26px;
    margin-top:30px;
}
.mid-one h3{
    color:#1f1f7a;
    font-size:20px;
    text-align:center;
}
.filter-box{
    width:95%;
    height:auto;
    margin-bottom:30px;
    margin-left:2.5%;
}
.filter-box button{
    width:50%;
    height:30px;
    background-color:#0066cc;
    margin-bottom:20px;
    color:#ffffff;
    font-weight:bolder;
    margin-left:20%;
    margin-top:20px;
}
.maker-box{
    width:95%;
    height:auto;
    padding-top:5px;
    margin-left:2.5%;
    padding-bottom:5px;
    text-align:center;
}
.maker-box h5{
    color:#1f1f7a;
    font-size:16px;
    text-align:center;
    padding-top:2px;
    margin-bottom:5px;
}
.maker-box:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}
.body-box{
    width:95%;
    height:auto;
    padding-top:5px;
    margin-left:2.5%;
    padding-bottom:5px;
    text-align:center;
}
.body-box h5{
    color:#1f1f7a;
    font-size:16px;
    text-align:center;
    padding-top:2px;
    margin-bottom:5px;
}
.body-box:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}
.price-box{
    width:95%;
    height:120px;
    padding-top:5px;
    padding-left:3%;
    padding-bottom:5px;
}
.price-box h5{
    color:#1f1f7a;
    font-size:16px;
    text-align:center;
    padding-top:2px;
    margin-bottom:5px;
}
.price-box:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}
.year-box{
    width:95%;
    height:120px;
    padding-top:5px;
    padding-left:3%;
    padding-bottom:5px;
}
.year-box h5{
    color:#1f1f7a;
    font-size:16px;
    text-align:center;
    padding-top:2px;
    margin-bottom:5px;
}
.year-box:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}
.mileage-box{
    width:95%;
    height:120px;
    padding-top:5px;
    padding-left:3%;
    padding-bottom:5px;
}
.mileage-box h5{
    color:#1f1f7a;
    font-size:16px;
    text-align:center;
    padding-top:2px;
    margin-bottom:5px;
}
.mileage-box:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}
.color-box{
    width:95%;
    height:auto;
    padding-top:5px;
    margin-left:2.5%;
    padding-bottom:5px;
    text-align:center;
}
.color-box h5{
    color:#1f1f7a;
    font-size:16px;
    text-align:center;
    padding-top:2px;
    margin-bottom:5px;
}
.color-box:hover{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
}



.make-one{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/toyota.png);
}
.make-one:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-two{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/lexus.png);
}
.make-two:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-three{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/honda.png);
}
.make-three:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-four{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/nissan.png);
}
.make-four:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-five{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/mazda.png);
}
.make-five:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-six{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/suzuki.png);
}
.make-six:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-seven{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/subaru.png);
}
.make-seven:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-eight{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/daihatsu.png);
}
.make-eight:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-nine{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/mitsubishi.png);
}
.make-nine:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-ten{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/audi.png);
}
.make-ten:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-eleven{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/bmw.png);
}
.make-eleven:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-twelve{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/mercedes.png);
}
.make-twelve:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-thirteen{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/land-rover.png);
}
.make-thirteen:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-fourteen{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/porsche.png);
}
.make-fourteen:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-fifteen{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/tesla.png);
}
.make-fifteen:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.make-sixteen{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/jeep.png);
}
.make-sixteen:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}



.body-one{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/Bus.png);
}
.body-one:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-two{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/Coupe.png);
}
.body-two:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-three{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/Hatchback.png);
}
.body-three:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-four{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/convertible.png);
}
.body-four:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-five{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/pickup.png);
}
.body-five:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-six{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/Sedan.png);
}
.body-six:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-seven{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/StationWagon.png);
}
.body-seven:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-eight{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/SUV.png);
}
.body-eight:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-nine{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/Truck.png);
}
.body-nine:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-ten{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/Van.png);
}
.body-ten:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-eleven{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/Wagon.png);
}
.body-eleven:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.body-twelve{
    width: 48px;
    height: 32px;
    border-radius: 20%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-image:url(images/heavy-equipment.png);
}
.body-twelve:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.color-one{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color:black;
}
.color-one:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 2px solid #cccccc;
    width: 30px;
    height: 30px;
}
.color-two{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color:white;
}
.color-two:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 2px solid #cccccc;
    width: 30px;
    height: 30px;
}
.color-three{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color:gray;
}
.color-three:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 2px solid #cccccc;
    width: 30px;
    height: 30px;
}
.color-four{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color:blue;
}
.color-four:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 2px solid #cccccc;
    width: 30px;
    height: 30px;
}
.color-five{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color:silver;
}
.color-five:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 2px solid #cccccc;
    width: 30px;
    height: 30px;
}
.color-six{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color:yellow;
}
.color-six:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 2px solid #cccccc;
    width: 30px;
    height: 30px;
}
.color-seven{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color:maroon;
}
.color-seven:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 2px solid #cccccc;
    width: 30px;
    height: 30px;
}
.color-eight{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-color:green;
}
.color-eight:checked {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border: 2px solid #cccccc;
    width: 30px;
    height: 30px;
}
















input[type='range'] {
  width: 90%;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
    outline: none;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
    background: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 1px;
  background: #003D7C;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
  background: none;
}

input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #003D7C;
  border-radius: 25px;
  z-index: 1;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb{
  z-index: 2;
}

.rangeslider{
    position: relative;
    height: 60px;
    width: 17%;
    display: inline-block;
    margin-top: -5px;
    margin-left: 20px;
}
.rangeslider input{
    position: absolute;
}
.rangeslider{
    position: absolute;
}

.rangeslider span{
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right{
   position: relative;
   float: right;
   margin-right: -5px;
}


/* Proof of concept for Firefox */
@-moz-document url-prefix() {
  .rangeslider::before{
    content:'';
    width:100%;
    height:2px;
    background: #003D7C;
    display:block;
    position: relative;
    top:16px;
  }

  input[type='range']:nth-child(1){
    position:absolute;
    top:35px !important;
    overflow:visible !important;
    height:0;
  }

  input[type='range']:nth-child(2){
    position:absolute;
    top:35px !important;
    overflow:visible !important;
    height:0;
  }
input[type='range']::-moz-range-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #003D7C;
  border-radius: 25px;
  z-index: 1;
}

  input[type='range']:nth-child(1)::-moz-range-thumb {
      transform: translateY(-20px);    
  }
  input[type='range']:nth-child(2)::-moz-range-thumb {
      transform: translateY(-20px);    
  }
}








.mid-two{
    width:74%;
    vertical-align:top;
    display:inline-block;
    margin-top:25px;
    margin-left:0%;
}
.mid-a{
    width:70%;
    vertical-align:top;
    display:inline-block;
}
.mid-a input{
    border:4px solid #1f1f7a;
    border-top-left-radius :5px;
    border-bottom-left-radius :5px;
    width:80%;
    height:18px;
    padding: 10px;
    font-size: 17px;
    float: left;
    margin-left:10px;
}
.mid-a button {
    float: left;
    width: 6%;
    padding: 10.5px;
    background: #0066CC;
    color: white;
    font-size: 17px;
    border:2px solid #1f1f7a;
    border-top-right-radius :5px;
    border-bottom-right-radius :5px;
    cursor: pointer;
    margin-left:0px;
}
.mid-a button:hover {
  background: #1f1f7a;
}
.mid-a ::after {
  content: "";
  clear: both;
  display: table;
}
.mid-b{
    width:28%;
    vertical-align:top;
    display:inline-block;
}
.checkbox_cust{
    border: 1px solid blue  !important;
    width: 30px  !important;
    height: 30px  !important;
    margin-left: 10px  !important;
}
















.displaycars
{
    width:100%;
    height:auto;
    background-color:#ffffff;
    margin-left:0px;
}
.displaycars h3
{
    color:#33334d;
    margin-left:5%;
    padding-top:20px;
}

.tblsize
{
    display:inline-block;
    margin-left:2%;
}
.car-container{
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    width:170px;
}
.car-container:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.home-pic{
    position: absolute;
    background-image: url("Back-mage.png");
}
#triangle-bottomright {
    color:#ffffff;
    position: relative;
    width: 45%;
    height: 0px;
    border-bottom: 20px solid #305679;
    border-left: 10px solid transparent;
    margin-top:91px;
    float:right;
    text-align:center;
    font-weight:bolder;
    font-size:12px;
}
.sold-none{
    width:80px;
    height:20px;
    color:#ffffff;
    position: absolute;
    text-align:center;
}
.sold{
    width:80px;
    height:20px;
    background-color:#305679;
    color:#ffffff;
    position: absolute;
    text-align:center;
}
.maker-brand-year{
    color:#000000;
    word-spacing:1px;
    margin-top:120px;
    font-size:12px;
    font-weight:bolder;
    margin-left:3px;
}
.grade{
    color:#000000;
    word-spacing:4px;
    margin-top:5px;
    font-size:12px;
    margin-left:3px;
}
.price-amount{
    color:#0070BA;
    word-spacing:2px;
    margin-top:5px;
    font-size:12px;
    margin-left:0px;
    display:inline-block;
    margin-left:3px;
}
.price-discount{
    color:#cc0000;
    word-spacing:2px;
    margin-top:5px;
    font-size:12px;
    margin-left:0px;
    display:inline-block;
    margin-left:3px;
}
.price-discount strike{
    color:#0070BA;
    word-spacing:2px;
    margin-top:5px;
    font-size:12px;
    margin-left:0px;
    display:inline-block;
    margin-left:3px;
}
.price-amount span{
    color:#000000;
    word-spacing:2px;
    margin-top:5px;
    font-size:12px;
    margin-left:0px;
    display:inline-block;
    margin-left:3px;
}
.ycm{
    color:#000000;
    word-spacing:0.07px;
    margin-top:5px;
    font-size:9px;
    margin-bottom:10px;
    margin-left:1px;
    margin-left:3px;
}
.ycm img{
    margin-right:5px;
}
.displaycars h4{
    font-size:16px;
    color:#8c8c8c;
    margin-left:5%;
    padding-bottom:20px;
}
.displaycars span{
    color:#0066cc; 
}






.logbox{
    width:40%;
    height:350px;
    border:1px solid #cccccc;
    border-radius:5px;
    margin-left: auto;
    margin-right: auto;
    padding-top:10px;
    margin-top:30px;
}
.loginfo input{
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius:5px;
    border:1px solid #003087;
}
.logtitle h1{
    text-align:center;
    color:#003087;
    font-style: italic;
    font-size:22px;
    font-weight: 900;
}
.signuptwo{
    text-align:center;
}
.signuptwo hr{
    width:35%;
    vertical-align: top;
    display:inline-block;
}
.loginfo-one{
    width:45%;
    vertical-align: top;
    display:inline-block;
}
.loginfo-one input{
    display: block;
    margin-left:22%;
    border-radius:5px;
    border:1px solid #003087;
    margin-top:-5px;
}
.loginfo-two{
    width:45%;
    vertical-align: top;
    display:inline-block;
}
.loginfo-two input{
    display: block;
    margin-left:20%;
    border-radius:5px;
    border:1px solid #003087;
    margin-top:-5px;
}
.adminlog{
    text-align:center;
}


.logboxad{
    width:40%;
    height:320px;
    border:1px solid #cccccc;
    border-radius:5px;
    margin-left: auto;
    margin-right: auto;
    padding-top:30px;
    margin-top:50px;
}
.loginfoad input{
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius:5px;
    border:1px solid #003087;
    margin-top:20px;
}


.admintotal{
    width:96%;
    height:auto;
    margin-top:20px;
    margin-left:1%;
    margin-right:1%;
}
.sidebox {
    font-family: "Lato", sans-serif;
    width:20%;
    display:inline-block;
    vertical-align: top;
    margin-top:20px;
}
/* Fixed sidenav, full height */
.sidenav {
    height: auto;
    width: 92%;
    z-index: 1;
    top: 5;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 15px;
    padding-bottom:15px;
    margin-top:20px;
    margin-left:4%;
}
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 16px;
    font-style:italic;
    color: #b3b3b3;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom:1px solid white;
}
/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #000000;
    font-weight:bolder;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-radius: 20px/50px;
    transition: all 0.3s ease-out;
}
/* Add an active class to the active dropdown button */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    
    margin-left: 15px;
}
/* Optional: Style the caret down icon */

/* Main content */
.allBodyPur{
    width:100%;
    height:auto;
}
.allBody{
    width:100%;
    height:auto;
}





.main {
    width:79%;
    margin-top:80px;
    display:inline-block;
	vertical-align: top;
	margin-left:0%;
}
.main h3{
    font-size:16px;
    color:#b3b3b3;
    vertical-align: top;
    display:inline-block;
}
.main hr{
    width:100%;
    color:#b3b3b3;
    background-color:#b3b3b3;
    height:1px;
    border-width:0;
}
.mainPur{
    width:85%;
    margin-top:80px;
    display:inline-block;
	vertical-align: top;
	margin-left:7.5%;
}
.mainPur h3{
    font-size:16px;
    color:#b3b3b3;
    vertical-align: top;
    display:inline-block;
}
.mainPur hr{
    width:100%;
    color:#b3b3b3;
    background-color:#b3b3b3;
    height:1px;
    border-width:0;
}








.mainP{
    width:85%;
    margin-top:80px;
    display:inline-block;
	vertical-align: top;
	margin-left:7.5%;
}
.mainP h3{
    font-size:16px;
    color:#b3b3b3;
    vertical-align: top;
    display:inline-block;
}
.mainP hr{
    width:100%;
    color:#b3b3b3;
    background-color:#b3b3b3;
    height:1px;
    border-width:0;
}


.mainPurPic{
    width:85%;
    margin-top:80px;
    display:inline-block;
	vertical-align: top;
	margin-left:7.5%;
}
.mainPurPic h3{
    font-size:16px;
    color:#b3b3b3;
    vertical-align: top;
    display:inline-block;
}
.mainPurPic hr{
    width:100%;
    color:#b3b3b3;
    background-color:#b3b3b3;
    height:1px;
    border-width:0;
}



.mainPurAll{
    width:85%;
    margin-top:80px;
    display:inline-block;
	vertical-align: top;
	margin-left:7.5%;
}
.mainPurAll h3{
    font-size:16px;
    color:#b3b3b3;
    vertical-align: top;
    display:inline-block;
}
.mainPurAll hr{
    width:100%;
    color:#b3b3b3;
    background-color:#b3b3b3;
    height:1px;
    border-width:0;
}
.newResponse{
    width:100%;
}






.button-CEntry-one{
    float:right;
    vertical-align: top;
    display:inline-block;
    width:60px;
    height:25px;
    margin-top:10px;
    font-size:10px;
    color:#ffffff;
    background-color:#25cffa;
    border-radius:4px;
}
.button-car-list{
    float:center;
    vertical-align: top;
    display:inline-block;
    width:60px;
    height:25px;
    margin-top:10px;
    font-size:10px;
    color:#ffffff;
    background-color:#25cffa;
    border-radius:4px;
}
.main h2{
    font-size:5px;
    color:#ffffff;
    vertical-align: top;
    display:inline-block;
}
.button-CEntry-two{
    float:right;
    vertical-align: top;
    display:inline-block;
    width:60px;
    height:25px;
    margin-top:0px;
    font-size:10px;
    color:#ffffff;
    background-color:#25cffa;
    border-radius:4px;
}

.linksearch{
    vertical-align: top;
    display:inline-block;
    margin-top:0px;
}



.entry-one{
    width:15%;
    vertical-align: top;
    display:inline-block;
}
.entry-one label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
}
.entry-one input{
    width:10%;
    vertical-align:top;
    display:inline-block;
}    
.entry-two{
    width:15%;
    vertical-align: top;
    display:inline-block;
}
.entry-two label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
}
.entry-two input{
    width:10%;
    vertical-align:top;
    display:inline-block;
}
.entry-three{
    width:15%;
    vertical-align: top;
    display:inline-block;
}
.entry-three label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
}
.entry-three input{
    width:10%;
    vertical-align:top;
    display:inline-block;
}
.entry-four{
    width:15%;
    vertical-align: top;
    display:inline-block;
}
.entry-four label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
}
.entry-four input{
    width:10%;
    vertical-align:top;
    display:inline-block;
}
.entry-button button{
    float:right;
    vertical-align: top;
    display:inline-block;
    width:60px;
    height:25px;
    margin-top:10px;
    font-size:10px;
    color:#ffffff;
    background-color:#25cffa;
    border-radius:4px;
}

.executive-title{
    font-size: 24px;
    color: #b3ffb3;
    text-shadow: 2px 2px 4px #000000;
    margin-top:55px;
    text-align:center;
}







.edit-tblsize
{
    display:inline-block;
    width:68%;
    margin-left:5%;
    margin-bottom:20px;
}
.edit-container{
    margin: 10px 20px;
    padding: 2%;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
}
.edit-container:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.img-edit,
.car-detailsresult{
    display:inline-block;
}
.car-img{
    width:30%;
}
.car-detailsresult,
.car-detailsresult-txt{
    margin-left: 50px;
    width:60%;
}
.car-title,
.car-title-txt>input{
    font-size:2em;
    color: #264d73;
    font-weight:bold;
    display:block;
}
.car-title-txt>input{
    display:inline-block;
    width:30%;
}
.car-title-txt{
    
}
.car-amountresult
{
    color:red;
    font-size:1.5em;
}
.car-location,
.car-engine,
.car-mil,
.car-id,
.car-location-txt,
.car-engine-txt,
.car-mil-txt{
    font-size:1.2em;
    color: #264d73;
}
.car-location-txt,
.car-engine-txt,
.car-mil-txt{
    
}
.car-location-txt>input,
.car-engine-txt>input,
.car-mil-txt>input{
    font-size:1em;
    color: #264d73;
}
.car-btn>button{
    width:100%;
    background:#ffc800;
    color:white;
    font-size:1.5em;
    padding: 10px;
    border-radius:20px;
    border: 2px solid white;
}

.car-id>span{
    background: #264d73;
    color:white;
    padding: 0 10px;
}

.btn-edit,
.btn-delete,
.btn-save,
.btn-cancel{
    display: inline-block;
    width: 49%;
    border: 0px;
    font-size: 1.5em;
    padding: 5px;
    color: white;
    background: #5388b4;
    margin-top: 10px;
    cursor:pointer;
    border:1px solid white;
}
.btn-delete{
     background:#b45353;
}
.btn-save{
     background:#59c36b;
}
.btn-cancel{
     background:#d89f57;
}
.btn-edit:hover{
     background:white;
     border:1px solid #5388b4;
     color:#5388b4;
}
.btn-delete:hover{
     background:white;
     border:1px solid #b45353;
     color:#b45353;
}
.btn-save:hover{
     background:white;
     border:1px solid #59c36b;
     color:#59c36b;
}
.btn-cancel:hover{
     background:white;
     border:1px solid #d89f57;
     color:#d89f57;
}
.car-details-txt{
    display:none;
}
.car-pic-edit {
    width: 200px;
    height: 200px;
    border:1px solid black;
    display:inline-block;
    vertical-align:top;
    margin:5px;
}
.car-pic-edit>form>img{
    max-height:125px;
    max-width:100%;
}
.btn-car-img{
    width:100%;
    height:auto;
    padding:2px;
    display:block;
    
}






.maincardisplay
{
    width:100%;
    height:auto;
}
.carcolone
{
    width:25%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.carcoltwo
{
    width:25%;
    height:auto;
    vertical-align:top;
    display:inline-block;
    margin-left:-2%;
}
.carcolthree
{
    width:25%;
    height:auto;
    vertical-align:top;
    display:inline-block;
    margin-left:-2%;
}
.carcolfour
{
    width:25%;
    height:auto;
    vertical-align:top;
    display:inline-block;
    margin-left:-2%;
}






.details-car{
    width:90%;
    margin-bottom:50px;
    margin-left:5%;
    margin-top:20px;
}
.details-one{
    width:40%;
    vertical-align:top;
    display:inline-block;
    margin-left:2%;
    margin-right:0%;
    margin-top:20px;
}
.details-one table, tr, th{
    border:none;
}
.details-ye-mak-br{
    color:#000000;
    font-weight:bolder;
    word-spacing:10px;
    margin-bottom:10px;
    font-size:30px;
}
.details-id{
    color:#000000;
    font-size:22px;
    margin-bottom:20px;
}
.details-two{
    width:50%;
    vertical-align:top;
    display:inline-block;
    margin-left:2%;
    margin-top:110px;
    background-color:#F5F5F5;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:10px;
}
.veh-price{
    color:#000000;
    font-size:20px;
    font-weight:bolder;
    margin-bottom:10px;
}
.ori-price{
    width:25%;
    vertical-align:top;
    display:inline-block;
    color:#000000;
    font-size:12px;
    font-weight:bolder;
    margin-bottom:5px;
}
.ori-amout{
    width:70%;
    vertical-align:top;
    display:inline-block;
    color:#000000;
    font-size:14px;
    font-weight:bolder;
    margin-bottom:5px;
}
.dis-price{
    width:25%;
    vertical-align:top;
    display:inline-block;
    color:#000000;
    font-size:20px;
    font-weight:bolder;
    margin-bottom:5px;
}
.dis-amout{
    width:70%;
    vertical-align:top;
    display:inline-block;
    color:#ff0000;
    font-size:20px;
    font-weight:bolder;
    margin-bottom:5px;
}
.veh-info{
    width:100%;
    color:#000000;
    font-size:20px;
    font-weight:bolder;
    margin-top:20px;
    margin-bottom:20px;
    margin-left:10px;
}
.info-one{
    width:24%;
    height:40px;
    vertical-align:top;
    display:inline-block;
    font-size:14px;
    border-bottom:1px solid #000000;
    padding-bottom:5px;
    padding-top:5px;
}
.info-two{
    width:24%;
    height:40px;
    vertical-align:top;
    display:inline-block;
    font-size:14px;
    border-bottom:1px solid #000000;
    padding-bottom:5px;
    padding-top:5px;
}
.info-three{
    width:24%;
    height:40px;
    vertical-align:top;
    display:inline-block;
    font-size:14px;
    border-bottom:1px solid #000000;
    padding-bottom:5px;
    padding-top:5px;
}
.info-four{
    width:24%;
    height:40px;
    vertical-align:top;
    display:inline-block;
    font-size:14px;
    border-bottom:1px solid #000000;
    padding-bottom:5px;
    padding-top:5px;
}
.all-options{
    width:62%;
    height:auto;
    margin-left:7%;
    margin-bottom:40px;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:30px;
}
.all-options:hover{
    background-color:#F5F5F5;;
}
.avail-non{
    background-color:#ffffff;
    color:#e6e6e6;
    width:150px;
    height:40px;
    border:1px solid #000000;
    font-size:12px;
    text-align:center;
    padding-top:5px;
    margin-right:-20px;
    margin-bottom:-20px;
}
.avail-yes{
    background-color:#25cffa;
    color:#000000;
    width:150px;
    height:40px;
    border:1px solid #000000;
    font-size:12px;
    text-align:center;
    padding-top:5px;
    margin-right:-20px;
    margin-bottom:-20px;
}

    
    
    
    





.search-tblsize
{
    display:inline-block;
    width:100%;
    margin-left:0%;
    margin-bottom:20px;
}
.search-container{
    margin: 10px 20px;
    padding: 2%;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
}
.search-container:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.car-img,
.car-detailsresult{
    display:inline-block;
}
.car-img{
    width:30%;
    vertical-align:top;
    display:inline-block;
}
.car-detailsresult{
    width:60%;
    vertical-align:top;
    display:inline-block;
}
.car-detailsresult,
.car-detailsresult-txt{
    margin-left: 75px;
    width:50%;
}
.car-title,
.car-title-txt>input{
    font-size:2em;
    color: #264d73;
    font-weight:bold;
    display:block;
}
.car-title-txt>input{
    display:inline-block;
    width:30%;
}
.car-title-txt{
    
}
.car-amountresult
{
    color:red;
    font-size:1.5em;
}
.car-location,
.car-engine,
.car-mil,
.car-id,
.car-location-txt,
.car-engine-txt,
.car-mil-txt{
    font-size:1.2em;
    color: #264d73;
}
.car-location-txt,
.car-engine-txt,
.car-mil-txt{
    
}
.car-location-txt>input,
.car-engine-txt>input,
.car-mil-txt>input{
    font-size:1em;
    color: #264d73;
}
.car-btn>button{
    width:100%;
    background:#ffc800;
    color:white;
    font-size:1.5em;
    padding: 10px;
    border-radius:20px;
    border: 2px solid white;
}
.car-id>span{
    background: #264d73;
    color:white;
    padding: 10 10px;
}
.pagination li
{
    width:90px;
    height:25px;
    display:inline-block;
    font-size:20px;
    background-color:#305679;
    text-align:center;
    border-radius: 10%;
    margin-top:20px;
    margin-left:20px;
    
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    
}
.pagination li:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}






.search-option{
    width:100%;
    height:auto;
    margin-top:25px;
    background-color:#F5F5F5;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:20px;
}
.search-option hr{
    width:95%;
    margin-left:10px;
}
.option-one{
    width:24.5%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.option-maker{
    margin-top: 10px;
    margin-left:10px;
    width:100%;
}
.option-maker select{
    width:90%;
    height:25px;
    background-color:#ffffff;
    
}
.option-body{
    margin-top: 10px;
    margin-left:10px;
    width:100%;
}
.option-body select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-two{
    width:24.5%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.option-brand{
    margin-top: 10px;
    margin-left:0px;
    width:100%;
}
.option-brand select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-color{
    margin-top: 10px;
    margin-left:0px;
    width:100%;
}
.option-color select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-three{
    width:24.5%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.option-country{
    margin-top: 10px;
    margin-left:-10px;
    width:100%;
}
.option-country select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-transmission{
    margin-top: 10px;
    margin-left:-10px;
    width:100%;
}
.option-transmission select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-four{
    width:24.5%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.option-grade{
    margin-top: 10px;
    margin-left:-20px;
    width:100%;
}
.option-grade select{
    width:100%;
    height:25px;
    background-color:#ffffff;
}
.option-seatdoor{
    margin-top: 10px;
    margin-left:-20px;
    width:100%;
}
.option-seatdoor select{
    width:100%;
    height:25px;
    background-color:#ffffff;
}
.option-2nd-one{
    width:24.5%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.option-price-min{
    margin-top: 5px;
    margin-left:10px;
    width:100%;
}
.option-price-min select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-price-max{
    margin-top: 10px;
    margin-left:10px;
    width:100%;
}
.option-price-max select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-2nd-two{
    width:24.5%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.option-year-min{
    margin-top: 5px;
    margin-left:-0px;
    width:100%;
}
.option-year-min select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-year-max{
    margin-top: 10px;
    margin-left:-0px;
    width:100%;
}
.option-year-max select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-2nd-three{
    width:24.5%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.option-mileage-min{
    margin-top: 5px;
    margin-left:-10px;
    width:100%;
}
.option-mileage-min select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-mileage-max{
    margin-top: 10px;
    margin-left:-10px;
    width:100%;
}
.option-mileage-max select{
    width:90%;
    height:25px;
    background-color:#ffffff;
}
.option-2nd-four{
    width:24.5%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.option-cc-min{
    margin-top: 5px;
    margin-left:-20px;
    width:100%;
}
.option-cc-min select{
    width:100%;
    height:25px;
    background-color:#ffffff;
}
.option-cc-max{
    margin-top: 10px;
    margin-left:-20px;
    width:100%;
}
.option-cc-max select{
    width:100%;
    height:25px;
    background-color:#ffffff;
}
.all-check{
    width:100%;
    height:auto;
}
.check-one{
    width:33%;
    vertical-align: top;
    display:inline-block;
}
.check-one label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
}
.check-one input{
    width:10%;
    vertical-align:top;
    display:inline-block;
    margin-left:10%;
}    
.check-two{
    width:33%;
    vertical-align: top;
    display:inline-block;
}
.check-two label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
}
.check-two input{
    width:10%;
    vertical-align:top;
    display:inline-block;
}
.check-three{
    width:32%;
    vertical-align: top;
    display:inline-block;
}
.check-three label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
}
.check-three input{
    width:10%;
    vertical-align:top;
    display:inline-block;
}
.optional-search button{
    width:40%;
    height:40px;
    background-color:#0070BA;
    border-radius:5%;
    margin-bottom:20px;
    margin-left:30%;
    color:#ffffff;
    font-size:18px;
    font-weight:bolder;
    margin-top:30px;
}










.about-content{
    width:100%;
    margin-top:40px;
}
.about-content input{
    border:4px solid #1f1f7a;
    border-top-left-radius :5px;
    border-bottom-left-radius :5px;
    width:40%;
    height:18px;
    padding: 10px;
    font-size: 17px;
    float: left;
    margin-left:25%;
}
.about-content button {
    float: left;
    width: 6%;
    padding: 10.5px;
    background: #0066CC;
    color: white;
    font-size: 17px;
    border:2px solid #1f1f7a;
    border-top-right-radius :5px;
    border-bottom-right-radius :5px;
    cursor: pointer;
    margin-left:0px;
}
.about-content button:hover {
  background: #1f1f7a;
}
.about-content ::after {
  content: "";
  clear: both;
  display: table;
}




.about-main{
    width:90%;
    height:auto;
    background-color:#ffffff;
    margin-left:5%;
}
.about-heading{
    margin-top:40px;
}
.about-heading h1{
    color:#305679;
    font-size:28px;   
}
.about-heading span{
    color:#305679;
}







.about-details{
    vertical-align:top;
    display:inline-block;
    width:90%;
    height:auto;
    border:1px solid #ffffff;
    border-radius:10px;
    padding-left:5px;
    margin-top:40px;
}
.container {
    position: relative;
    width:100%;
}
.mySlides {
  display: none;
  width:100%;
}
.cursor {
  cursor: pointer;
}
.about-row{
    width:100%;
    color:#305679;
    font-weight:bolder;
    font-size:16px;
}
.about-row:after {
  content: "";
  display: table;
  clear: both;
}
.about-column {
  float: left;
  width: 20%;
  margin-right:5%;
  text-align:center;
}
.about-column p{
    text-align:center;
    font-size:14px;
}
.active{
    border-bottom:4px solid #ff8000;
    padding-left: 30px;
}
.mySlides h5{
    color:#305679;
    font-size:16px;
}
.mySlides p{
    width:96%;
    text-align:justify;
    color:#305679;
    font-size:20px;
}


.locat-one{
    width:16%;
    vertical-align:top;
    display:inline-block;
}
.locat-one p{
    color:#305679;
    font-size:14px;
}
.locat-two{
    width:16%;
    vertical-align:top;
    display:inline-block;
}
.locat-two p{
    color:#305679;
    font-size:14px;
}
.locat-three{
    width:16%;
    vertical-align:top;
    display:inline-block;
}
.locat-three p{
    color:#305679;
    font-size:14px;
}
.locat-four{
    width:16%;
    vertical-align:top;
    display:inline-block;
}
.locat-four p{
    color:#305679;
    font-size:14px;
}
.locat-five{
    width:22%;
    vertical-align:top;
    display:inline-block;
}
.locat-five p{
    color:#305679;
    font-size:14px;
}
.mySlides table{
    width:90%;
    
}
.mySlides th{
    border:1px solid #305679;
    height:50px;
    color:#305679;
    font-weight: 400;
}
.mySlides-form{
    width:100%;
    height:auto;
    margin-top:40px;
}
.mySlides-lab1{
    width:45%;
    vertical-align:top;
    display:inline-block;
    color:#305679;
    font-size:16px;
    margin-right:5%;
}
.mySlides-lab2{
    width:45%;
    vertical-align:top;
    display:inline-block;
    color:#305679;
    font-size:16px;
}
.mySlides-lab3 textarea{
    color:#305679;
    font-size:16px;
}
.mySlides-lab3 label{
    color:#305679;
    font-size:16px;
}
.mySlides-lab1 label{
    color:#305679;
    font-size:16px;
}
.mySlides-lab1 input{
    width:100%;
    color:#305679;
    margin-left:-0px;
    height:10px;
    margin-bottom:40px;
    border:1px solid gray;
}
.mySlides-lab2 label{
    color:#305679;
    font-size:16px;
}
.mySlides-lab2 input{
    width:100%;
    color:#305679;
    margin-left:-0px;
    height:10px;
    margin-bottom:40px;
    border:1px solid gray;
}
.mySlides-butt{

}

.mySlides-career{
    width:90%;
}
.mySlides-car1{
    width:100%;
    vertical-align:top;
    display:inline-block;
    color:#305679;
    font-size:16px;
    margin-right:5%;
}
.car-fname{
    width:44%;
    vertical-align:top;
    display:inline-block;
    margin-right:10%;
}
.car-lname{
    width:44%;
    vertical-align:top;
    display:inline-block;
}
.mySlides-car2{
    width:100%;
    vertical-align:top;
    display:inline-block;
    color:#305679;
    font-size:16px;
    margin-right:5%;
    margin-top:40px;
}
.mySlides-car3{
    width:100%;
    vertical-align:top;
    display:inline-block;
    color:#305679;
    font-size:16px;
    margin-right:5%;
}
.mySlides-car1 label{
    color:#305679;
    font-size:16px;
}
.mySlides-car1 input{
    width:100%;
    color:#305679;
    margin-left:-0px;
    height:10px;
    margin-bottom:40px;
    border:1px solid gray;
    margin-top:10px;
    margin-bottom:20px;
}
.mySlides-car3 input{

    color:#305679;
    margin-left:-0px;
    height:50px;
    margin-bottom:40px;
    border:none;
}
.mySlides-car2 label{
    font-size:16px;
}
.mySlides-car2 select{
    border:1px solid #ffffff;
    background-color:#ffffff;
    width:100px;
}




.mySlides-details{
    width:75%;
    margin-top:40px;
    margin-left:2%;
    vertical-align:top;
    display:inline-block;
}
.about-images{
    width:20%;
    vertical-align:top;
    display:inline-block;
    margin-top:40px;
    margin-left:2%;
}
.about-images img{
    width:100%;
    height:60%;
    
}

.overviewOne{
    width:47%;
    vertical-align:top;
    display:inline-block;
    margin-right:3%;
}
.overviewTwo{
    width:47%;
    vertical-align:top;
    display:inline-block;
}
.overOpening{
    margin-right:15px;
    width:175%;
}
.overOpening label{
    margin-right:5px;
    color:#305679;
    width:45%;
    vertical-align:top;
    display:inline-block;
}
.overOpening span{
    margin-right:5px;
    color:#000000;
    font-weight:bold;
    width:45%;
    vertical-align:top;
    display:inline-block;
    text-align:right;
}
.overCalculate{
    margin-right:15px;
    width:175%;
}
.overCalculate label{
    margin-right:5px;
    color:#cc2900;
    width:45%;
    vertical-align:top;
    display:inline-block;
}
.overCalculate span{
    margin-right:5px;
    color:#000000;
    font-weight:bold;
    width:45%;
    vertical-align:top;
    display:inline-block;
    text-align:right;
}
.MainPDF{
    width:100%;
    height:auto;
    margin-bottom:50px;
}
.PDFOne{
    width:20%;
    height:auto;
    vertical-align:top;
    display:inline-block;
    background-color:#366290;
}
.PDFOne img{
    width:100%;
    height:auto;
}
.PDFTwo{
    width:75%;
    height:auto;
    vertical-align:top;
    display:inline-block;
}
.PDFTwo img{
    width:100%;
    height:auto;
}









































.footrer-main{
    width:90%;
    height:auto;
    margin-left:5%;
    margin-top:50px;
    margin-bottom:50px;
}
.footer-logo{
  width: 100%;
  text-align: center;
  display: inline-block;
}
.footer-logo hr{
    width:22%;
    display: inline-block;
    margin-left:10%;
    margin-right:10%;
    margin-bottom:20px;
    color:#737373;
}
.footer-logo img{
    width: 120px;
  	height:51px;
  	margin-top:20px;
}
.footer-middle{
    width:100%;
    height:auto;
    margin-top:30px;
    margin-left:2%;
}
.footer-one{
    width:35%;
    height:auto;
    vertical-align: top;
	display: inline-block;
	text-align:center;
	font-size:10px;
	color:#737373;
}
.footer-social{
    width: 25%;
    text-align: center;
    display: inline-block;
    height:auto;
    vertical-align: top;
    margin-top:0px;
}
.vertical-line{
    border-left: 2px solid #737373;
    height: 65px;
    text-align:center;
    display: inline-block;
    margin-top:10px;
}
.footer-country{
    text-align:center;
    display: inline-block;
    margin-top:10px;
    color:#737373;
    width:100%;
}
.footer-asia{
    text-align:center;
    display: inline-block;
    margin-right:3%;
    background: linear-gradient(to top, #F8F8F8 25%, #ffffff 75%);
    padding-left:10px;
    padding-right:20px;
    padding-bottom:10px;
}
.footer-europe{
    text-align:center;
    display: inline-block;
    margin-right:3%;
    background: linear-gradient(to top, #F8F8F8 25%, #ffffff 75%);
    padding-left:10px;
    padding-right:20px;
    padding-bottom:10px;
}
.footer-africa{
    text-align:center;
    display: inline-block;
    margin-right:3%;
    background: linear-gradient(to top, #F8F8F8 25%, #ffffff 75%);
    padding-left:10px;
    padding-right:20px;
    padding-bottom:10px;
}
.footer-oceania{
    text-align:center;
    display: inline-block;
    margin-right:3%;
    background: linear-gradient(to top, #F8F8F8 25%, #ffffff 75%);
    padding-left:10px;
    padding-right:20px;
    padding-bottom:10px;
}
.footer-north-america{
    text-align:center;
    display: inline-block;
    margin-right:3%;
    background: linear-gradient(to top, #F8F8F8 25%, #ffffff 75%);
    padding-left:10px;
    padding-right:20px;
    padding-bottom:10px;
}
.footer-south-america{
    text-align:center;
    display: inline-block;
    margin-right:3%;
    background: linear-gradient(to top, #F8F8F8 25%, #ffffff 75%);
    padding-left:10px;
    padding-right:20px;
    padding-bottom:10px;
}
.footer-two{
    width:35%;
    height:auto;
    vertical-align: top;
	display: inline-block;
	text-align:center;
	font-size:12px;
	color:#737373;
}
.footer-mail img{
    width:5%;
    height:auto;
    vertical-align: top;
	display: inline-block;
	font-size:12px;
}
.footer-mail h4{
    width:30%;
    height:auto;
    vertical-align: top;
	display: inline-block;
	font-size:12px;
	margin-top:-.5%;
}
.footer-phone img{
    width:7%;
    height:auto;
    vertical-align: top;
	display: inline-block;
	font-size:12px;
}
.footer-phone h4{
    width:30%;
    height:auto;
    vertical-align: top;
	display: inline-block;
	font-size:12px;
	margin-top:-.5%;
}
.footer-locat img{
    width:7%;
    height:auto;
    vertical-align: top;
	display: inline-block;
	font-size:12px;
}
.footer-locat h4{
    width:30%;
    height:auto;
    vertical-align: top;
	display: inline-block;
	font-size:12px;
	margin-top:-.5%;
}




.user-accounts-top{
    width:100%;
    height:auto;
}
.user-accounts-top h1{
    font-size:22px;
    color:#305679;
    text-align:center;
}
.user-accounts-info{
    width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
}
.user-accounts-info th{
    border:1px solid #305679;
    padding-left:10px;
    padding-right:10px;
    height:20px;
}
.user-accounts-info table{
    
}
.user-accounts-info select{
    width:120px;
    height:20px;
    background-color:#ffffff;
    border:1px solid #ffffff;
    border-top:1px solid #305679;
    border-left:1px solid #305679;
    border-radius:5px;
    margin-right:20px;
}


.newsale-main{
    width:100%;
    height:auto;
    border:1px solid #305679;
}
.newsale-heading{
    width:80%;
    height:30px;
    border:1px solid #305679;
    background-color:#dbe6f0;
    padding-top:0px;
    padding-left:10px;
}
.newsale-heading h3{
    color:#305679;
    font-size:16px;
    margin-top:0px;
    margin-bottom:10px;
}
.newsale-form{
    width:100%;
    height:auto;
}
.newsale-form h3{
    color:#305679;
    font-size:16px;
    margin-top:0px;
    margin-bottom:10px;
    margin-left:10px;
}




.all-sale-report{
    width:100%;
    height:auto;
    border:1px solid #305679;
}
.all-sale-heading{
    width:80%;
    height:30px;
    border:1px solid #305679;
    background-color:#dbe6f0;
    padding-top:0px;
    padding-left:10px;
}
.all-sale-heading h3{
    color:#305679;
    font-size:16px;
    margin-top:0px;
    margin-bottom:10px;
}
.allsale-form{
    width:100%;
    height:auto;
}
.allsale-form h3{
    color:#305679;
    font-size:16px;
    margin-top:0px;
    margin-bottom:10px;
    margin-left:10px;
}
.allsale-form th{
    border:1px solid #305679;
    color:#305679;
    font-size:12px;
    font-weight:400;
    padding-left:3px;
    padding-right:3px;
    padding-top:5px;
}














.u-pur-box{
    width:100%;
    height:auto;
    margin-bottom:40px;
}
.date-one{
    width:156px;
    height:65px;
    vertical-align:top;
    display:inline-block;
    margin-top:20px;
    margin-left:20px;
}
.date-two{
    width:156px;
    height:65px;
    vertical-align:top;
    display:inline-block;
    margin-top:20px;
    margin-left:20px;
}
.date-two button{
    width:100px;
    height:30px;
}
.user-pur-info tr, th{
    border:1px solid #d9d9d9;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:25px;
}
.user-pur-info{
    margin-bottom:20px;
}
.pur-details{
    margin-top:20px;
    border:1px solid #d9d9d9;
    width:20%;
    height:200px;
}
.pur-vehic{
    border:1px solid #d9d9d9;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:25px;
    margin-left:0px;
    font-weight:bold;
}
.pur-info{
    font-size:10px;
    padding-left:5px;
    padding-top:10px;
}




.lable-blue{
color:#305679 !important;
font-weight:bold !important;

}
#newSalesForm {
    display:none;
}
.align-right{
    text-align:right !important;
}
.align-center{
    text-align:center !important;
}
.btnDeleteChassis{
    background: none;
    padding: 0px;
    color: #fe4f4f;
    font-weight: bold;
    padding-left: 6px;
    border: 1px solid white;
    border-radius: 100%;
    padding-right: 6px;
    margin-left:6px;
}

.btnDeleteChassis:hover {
    border: 1px solid #fe4f4f;
    background: #fe4f4f;
    color: white;
}
.font12 {
    font-size: 12px;
}
.tableItemGray{
    border:1px solid gray;
    border-radius:15px;
    background:gray;
    color:white; 
    padding: 0px 10px; 
    margin-left:5px;   
    
    
}

.btn-imgDelete {
    height: 30px;
    line-height: 24px;
    width: 30px;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 50%;
    background-color: #ec5454;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-left: 77px;
    margin-top: -10px;
}

.btn-imgDelete:hover {
    background-color: #df0202;
}

.imp-uploderPreview {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #0279df;
    border-radius: 10px;
    display: inline-block;
    margin: 5px;
}
.transportIMG:hover{
    -ms-transform: scale(5.5); /* IE 9 */
  -webkit-transform: scale(5.5); /* Safari 3-8 */
  transform: scale(5.5); 
}
.imgPriv{
    
    width: 300px;
    height: 240px;
    margin-left: 50%;
}
.imgPriv:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}



.messagePur{
    width:70%;
    margin-left:5%;
    border-radius:15px;
    background-color: #305679;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}
.message{
    width:70%;
    margin-left:15%;
    border-radius:15px;
    background-color: #305679;
    box-shadow: 10px 10px 5px #ccc;
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    -khtml-box-shadow: 10px 10px 5px #ccc;
}
.alert {
    color: white;
    display:none;
}
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.closebtn:hover {
    color: black;
}


































































@media handheld, screen and (max-width: 740px){
    .logo{
    width: 60%;
    margin-left:20%;
    }
    .logo img{
  	width: 200px;
  	height:80px;
  	margin-top:20px;
    }
    #droptop{
    display:none;
    }
    .mid-one{
    width:100%;
    font-size:26px;
    margin-top:30px;
    }
    
    .mid-a{
    width:100%;
    }
    .mid-a input{
    width:70%;
    margin-left:15px;
    }
    .displaycars{
    width:100%;
    height:auto;
    background-color:#ffffff;
    margin-left:20px;
    }
    .car-container{
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.3s ease-in-out;
    margin-left:20px;
    }
    .footrer-main{
        display:none;
    }
    .rangeslider{
    width:70%;
    }
    .mid-a{
    width:130%;
    }
    .search-option{
    width:120%;
    height:auto;
    margin-top:25px;
    background-color:#F5F5F5;
    padding-top:10px;
    padding-bottom:20px;
    }
    .search-option hr{
    width:95%;
    margin-left:10px;
    }
    .option-one{
    width:100%;
    height:auto;
    vertical-align:top;
    display:inline;
    }
    .option-maker{
    margin-top: 10px;
    margin-left:0%;
    width:95%;
    }
    .option-maker select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-body{
    margin-top: 10px;
    margin-left:0%;
    width:95%;
    }
    .option-body select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-two{
    width:100%;
    height:auto;
    vertical-align:top;
    display:inline;
    }
    .option-brand{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-brand select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-color{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-color select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-three{
    width:100%;
    height:auto;
    vertical-align:top;
    display:inline;
    }
    .option-country{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-country select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-transmission{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-transmission select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-four{
    width:100%;
    height:auto;
    vertical-align:top;
    display:inline;
    }
    .option-grade{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-grade select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-seatdoor{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-seatdoor select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-2nd-one{
    width:100%;
    height:auto;
    vertical-align:top;
    display:inline;
    }
    .option-price-min{
    margin-top: 5px;
    margin-left:0px;
    width:95%;
    }
    .option-price-min select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-price-max{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-price-max select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-2nd-two{
    width:100%;
    height:auto;
    vertical-align:top;
    display:inline;
    }
    .option-year-min{
    margin-top: 5px;
    margin-left:-0px;
    width:95%;
    }
    .option-year-min select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-year-max{
    margin-top: 10px;
    margin-left:-0px;
    width:95%;
    }
    .option-year-max select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-2nd-three{
    width:100%;
    height:auto;
    vertical-align:top;
    display:inline;
    }
    .option-mileage-min{
    margin-top: 5px;
    margin-left:-0px;
    width:95%;
    }
    .option-mileage-min select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-mileage-max{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-mileage-max select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-2nd-four{
    width:100%;
    height:auto;
    vertical-align:top;
    display:inline;
    }
    .option-cc-min{
    margin-top: 5px;
    margin-left:0px;
    width:95%;
    }
    .option-cc-min select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .option-cc-max{
    margin-top: 10px;
    margin-left:0px;
    width:95%;
    }
    .option-cc-max select{
    width:100%;
    height:25px;
    background-color:#ffffff;
    }
    .all-check{
    width:100%;
    height:auto;
    }
    .check-one{
    width:100%;
    vertical-align: top;
    display:inline;
    }
    .check-one label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
    }
    .check-one input{
    width:10%;
    vertical-align:top;
    display:inline-block;
    margin-left:0%;
    }    
    .check-two{
    width:100%;
    vertical-align: top;
    display:inline;
    }
    .check-two label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
    }
    .check-two input{
    width:10%;
    vertical-align:top;
    display:inline-block;
    }
    .check-three{
    width:100%;
    vertical-align: top;
    display:inline;
    }
    .check-three label{
    width:60%;
    vertical-align:top;
    display:inline-block;
    text-align:left;
    }
    .check-three input{
    width:10%;
    vertical-align:top;
    display:inline-block;
    }
    .optional-search button{
    width:40%;
    height:40px;
    background-color:#0070BA;
    border-radius:5%;
    margin-bottom:20px;
    margin-left:30%;
    color:#ffffff;
    font-size:18px;
    font-weight:bolder;
    margin-top:30px;
    }
    .about-column p{
    text-align:center;
    font-size:8px;
    }
    .mySlides p{
    width:130%;
    text-align:justify;
    color:#305679;
    font-size:10px;
    }
    .active{
    border-bottom:4px solid #ff8000;
    padding-left: 0px;
    }
    .mySlides h5{
    color:#305679;
    font-size:8px;
    }
    .locat-one{
    width:100%;
    vertical-align:top;
    display:inline;
    }
    .locat-one p{
    color:#305679;
    font-size:8px;
    }
    .locat-two{
    width:100%;
    vertical-align:top;
    display:inline;
    }
    .locat-two p{
    color:#305679;
    font-size:8px;
    }
    .locat-three{
    width:100%;
    vertical-align:top;
    display:inline;
    }
    .locat-three p{
    color:#305679;
    font-size:8px;
    }
    .locat-four{
    width:100%;
    vertical-align:top;
    display:inline;
    }
    .locat-four p{
    color:#305679;
    font-size:8px;
    }
    .locat-five{
    width:100%;
    vertical-align:top;
    display:inline;
    }
    .locat-five p{
    color:#305679;
    font-size:8px;
    }
    .about-details{
    vertical-align:top;
    display:inline;
    width:90%;
    height:auto;
    border:1px solid #ffffff;
    border-radius:10px;
    padding-left:5px;
    margin-top:40px;
    }
    .about-images{
    width:75%;
    vertical-align:top;
    display:inline;
    margin-top:40px;
    margin-left:2%;
    }
    .mySlides-details iframe{
        width:130%;
        height:200px;
        margin-bottom:30px;
    }
    .mySlides-career{
    width:90%;
    }
    .mySlides-car1{
    width:100%;
    vertical-align:top;
    display:inline;
    color:#305679;
    margin-right:5%;
    }
    .car-fname{
    width:100%;
    vertical-align:top;
    display:inline;
    margin-right:10%;
    }
    .car-lname{
    width:100%;
    vertical-align:top;
    display:inline;
    }
    .mySlides-car2{
    width:100%;
    vertical-align:top;
    display:inline;
    color:#305679;
    font-size:8px;
    margin-right:5%;
    margin-top:40px;
    }
    .mySlides-car3{
    width:100%;
    vertical-align:top;
    display:inline;
    color:#305679;
    font-size:16px;
    margin-right:5%;
    }
    .mySlides-car1 label{
    color:#305679;
    font-size:8px;
    }
    .mySlides-car1 input{
    width:100%;
    color:#305679;
    margin-left:-0px;
    height:5px;
    margin-bottom:40px;
    border:1px solid gray;
    margin-top:10px;
    margin-bottom:20px;
    font-size:8px;
    }
    .mySlides-car3 input{

    color:#305679;
    margin-left:-0px;
    height:50px;
    margin-bottom:40px;

    }
    .mySlides-car3 label{
    font-size:8px;
    }
    .mySlides-car2 label{
    font-size:8px;
    }
    .mySlides-car2 select{
    border:1px solid #ffffff;
    background-color:#ffffff;
    width:100px;
    font-size:8px;
    }
    .mySlides-form{
    width:100%;
    height:auto;
    margin-top:40px;
}
.mySlides-lab1{
    width:100%;
    vertical-align:top;
    display:inline;
    color:#305679;
    font-size:8px;
    margin-right:5%;
}
.mySlides-lab2{
    width:100%;
    vertical-align:top;
    display:inline;
    color:#305679;
    font-size:8px;
}
.mySlides-lab3 textarea{
    color:#305679;
    font-size:8px;
}
.mySlides-lab3 label{
    color:#305679;
    font-size:8px;
}
.mySlides-lab1 label{
    color:#305679;
    font-size:8px;
}
.mySlides-lab1 input{
    width:100%;
    color:#305679;
    margin-left:-0px;
    height:5px;
    margin-bottom:40px;
    border:1px solid gray;
    font-size:8px;
}
.mySlides-lab2 label{
    color:#305679;
    font-size:8px;
}
.mySlides-lab2 input{
    width:100%;
    color:#305679;
    margin-left:-0px;
    height:5px;
    margin-bottom:40px;
    border:1px solid gray;
    font-size:8px;
    }
    .mySlides-butt{
        margin-bottom:30px;
    }
    .btn-group-vertical{
    width:200%;
    }
    .overviewOne{
    width:100%;
    display:inline;
    }
    .overviewTwo{
    width:100%;
    display:inline;
    }
    .input-group{
    padding-left:-10px;
    }
    .allBodyPur{
    width:100%;
    margin-left:-8%;
    }
    .main{
    width:100%;
    margin:left:0%;
    }
    .mainP{
    width:100%;
    margin:left:0%;
    }
    .mainPur{
    width:100%;
    margin-top:80px;
    direction:ltr;
    overflow:auto;
    }
    .mainPurPic{
    width:100%;
    margin-top:80px;
    }
    .allBody{
    width:120%;
    margin-left:-25px;
    }
    .mainPurAll{
    width:100%;
    }
    .newResponse table, tr, th, td{
    max-width:100%;
    font-size:5px;
    table-layout:fixed;
    }
    .newResponse img{
    width:100%;
    height:auto;
    }
    .newResponse b{
    font-size:5px;
    margin-left:0px;
    }
    .newResponse span{
    font-size:5px;
    margin-left:0px;
    }
    .userBtn{
    text-align:left;
    }
    .userBtn a{
    width:27px;
    font-size:5px;
    margin-left:-7px;
    text-align:left;
    }
    .tableItemGray{
    font-size:6px;
    border:1px solid gray;
    border-radius:15px;
    background:gray;
    color:white;  
    padding: 0px 10px; 
    margin-left:-0px;
    }
    .userPic{
    width:13%;
    font-size:5px;
    text-align:center;
    }
    .userVeh{
    width:26%;
    font-size:5px;
    text-align:center;
    }
    .userShi{
    width:27%;
    font-size:5px;
    text-align:center;
    }
    .userPay{
    width:26%;
    font-size:5px;
    text-align:center;
    }
    .userDocu{
    width:8%;
    font-size:5px;
    text-align:center;
    }
    .equip img{
    float:left;
    margin-left:-0px;
    }
    .seeAll a{
    font-size:6px;
    }
    .equip table{
    float:left;
    margin-left:-5px;
    }
    .shipDetails{
    text-align:left;
    margin-left:-5px;
    }
    .vehDetOne{
    text-align:left;
    margin-left:-0px;
    font-size:6px;
    }
    .vehDetOne span{
    text-align:left;
    margin-left:-0px;
    font-size:4px;
    }
    .vehDetOne b{
    text-align:left;
    margin-left:-0px;
    font-size:6px;
    }
    .vehDetTwo{
    text-align:left;
    margin-left:-0px;
    }
    .mainDate{
    width:250%;
    margin-left:-10%;
    display: block !important;
    }
    .dateOne{
    width:400%;
    margin-left:-0%;
    display: block !important;
    }
    .dateTwo{
    width:200%;
    display: block !important;
    }
    .mainDateNew{
    width:100%;
    margin-left:-10%;
    display: block !important;
    }
    .dateThree{
    width:100%;
    display: block !important;
    margin-left:5%;
    margin-top:20px;
    }
    .dateFour{
    width:100%;
    display: block !important;
    margin-left:5%;
    margin-top:50px;
    }
    .alert {
    width:80%;
    margin-left:10%;
    display:block;
    }
    
}




















