.ace-launch-form {
	background: #fafafafa; 
	padding: 15px 0px; 
	border: 1px solid #ccc;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 15px;
}
.logo-bg-blue{
	background: #006cb7;
}
.ace-launch-form #testdrive{
	float: left;
  width: 100%;
  margin: 0px;

}
.ace-launch-form #testdrive .title{
margin-top: 15px;
  margin-bottom: 30px;
  font-size: 31px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  
}

.ace-launch-form #testdrive #submit_testdrive{
width: 100%;
  border-radius: 15px;
  color: #000;
  font-weight: bold;
}

.ace-launch-button .btn-red-stock {
  color:#fff;
  border:1px solid #C01616;
  text-align:center;
  border-radius:50px;
  padding:6px 0;
  background:#C01616;
  margin-left:5%;
  margin-right:5%;
  width:33%;
  height:55px;
  font-size:14px;
  margin-bottom: 20px;
}
.ace-launch-button  .btn-red-stock.btd,
.ace-launch-button  .btn-red-stock.enq {
  padding:15px 0
}
.ace-launch-button .btn-red-stock:focus,
.ace-launch-button .btn-red-stock:hover {
  background:#fff;
  color:#000;
  text-decoration:none;
  border:1px solid #000
}
.ace-launch-button .btn-red-stock.desktop {
  height:90px
}

.ace-motorhomes-text-wrap p,
.ace-motorhomes-text-wrap strong{
	margin-bottom: 15px !important; 
	font-size: 20px;
  line-height: 33px;

}

.ace-motorhomes-text-wrap h2{
		margin-bottom: 15px !important; 
	font-size: 33px;
  line-height: 33px;
	  color: #000;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 15px;
}

.ace-motorhomes-text-wrap ul{
	background-color: #eeeeee;
	min-height: 290px;
	padding: 20px; 
	border-radius: 30px;
}


.ace-motorhomes-text-wrap ul li{
	list-style: none;
	position: relative;
    padding-left: 25px;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}
.ace-motorhomes-text-wrap ul li i{
	position: absolute;
    left: 0; 
	width: 20px;
	  height: 20px;
	  background: url('./../images/icon-tick.png?23423');
	  top: 9px;
}

 
.ace-motorhomes-range-text ul{ 
	min-height: 200px;
	padding: 20px;
	background-color: #ccc;
	border-radius: 30px;
	text-align: left;
}

.ace-motorhomes-range-text h2 strong{
		margin-bottom: 15px !important; 
	font-size: 30px;
  line-height: 33px;
	  color: #000; 
  text-transform: uppercase;
  margin-top: 35px;
}

.ace-motorhomes-range-text h2 span{
		margin-bottom: 15px !important; 
	font-size: 25px;
  line-height: 33px;
	  color: #000; 
  text-transform: uppercase;
  margin-top: 35px;
}

.ace-motorhomes-range-text h3{
	margin-bottom: 15px !important; 
	font-size: 25px;
  line-height: 33px  !important;
  color: #000;
  font-style: italic;  
}

.ace-motorhomes-range-text p,
.ace-motorhomes-range-text strong{
	margin-bottom: 10px !important; 
	font-size: 20px;
	line-height: 27px !important;

}

.ace-motorhomes-range-text ul li{
	list-style: none;
	position: relative;
    padding-left: 25px;
    color: #000;
}
.ace-motorhomes-range-text ul li i{
	position: absolute;
    left: 0;
    color: #000;
    font-size: 20px;
    line-height: 33px;
}

.ace-motorhomes-range-text a{
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #C01616;
	color: #fff;
	border-radius: 20px;
	display: inline-block;
}

.ace-motorhomes-range-text a:hover,
.ace-motorhomes-range-text a:focus 
{ 
	background: #A70000; 
}

.ace-motorhomes-date{
	font-size: 40px !important; 
	color: #000;
	margin: 10px;
}

.ace-motorhomes-text{
	font-size: 32px !important; 
	color: #fff;
	margin: 10px;
}
.ace-motorhomes-para{
	margin-top: 20px;
	margin-bottom: 20px;
}
.ace-motorhomes-para p{
  font-size: 20px;
  line-height: 28px !important;
  margin-bottom: 15px !important; 
}

.ace-motorhomes-text .white-outline {
  color: white;
  -webkit-text-stroke: 1px black;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.ace-motorhomes-text .black-outline {
  color: black;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}
.ace-launch-date{
	  padding: 30px;
  font-size: 30px;
  background: #000;
  color: #fff;
  border-radius: 63px;
  display: inline-block;
}

.ace-launch-venue{
  padding: 30px;
  font-size: 30px;
  background: #fff;
  color: #000;
  border-radius: 63px;
  display: inline-block;
  border: 2px solid #000;
}

.ace-launch-register{
	padding: 15px 25px;
  font-size: 25px;
  background: #000;
  color: #fff;
  border-radius: 63px;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 15px;
}

.ace-launch-btn-register{
  padding: 15px 25px;
  font-size: 25px;
  background: #C01616;
  color: #fff;
  border-radius: 63px;
  display: inline-block; 
}

.ace-launch-btn-register:hover,
.ace-launch-btn-register:focus{
  background: #A70000; 
  color: #fff;
}


.ace-launch-form .testdriveResponce p {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}
.ace-launch-form .testdriveResponce{
  float: left;
  width: 100%; 
	   margin: 0px;
}
.ace-launch-form .testdriveResponce .ace-launch-button .btn-red-stock{
	margin-top:30px;
	 width:100%;
}

#add-to-callender{
	font-size: 18px;
  padding: 12px 0px;
	
}

@media screen and (max-width: 1040px) {
 
	.ace-motorhomes-text-wrap ul{ 
		min-height: 315px; 
	}
}


@media screen and (max-width: 1040px) {
 
	.ace-motorhomes-text-wrap ul{ 
		min-height: 345px; 
	}
}


@media screen and (max-width: 959px) {
 
	.ace-motorhomes-text-wrap ul{ 
		min-height: auto; 
	}
}

@media screen and (max-width: 767px) {
	.ace-launch-button .btn-red-stock {
		width: 80% !important;
	}
 
}

@media screen and (max-width: 500px) {
	.ace-motorhomes-text{
		font-size: 25px !important; 
		color: #fff;
		margin: 10px;
	}
	.ace-logo{
		width: 90px;
	}
	
	.ace-motorhomes-date{
		font-size: 30px !important; 
		color: #000;
		margin: 10px;
	}
}