
h2 {
	color: #e5173f;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

h2 span {
	font-weight: normal;
}

h3 {
	color: #7e7e7e;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

h4 {
	color: #e5173f;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

#innerContent {
	width: 750px;
	margin-right: 0;
	margin-bottom: 30px;
}

#innerContent ul {
	padding-left: 24px;
}

#innerContent ul li {
	margin-bottom: 15px;
	list-style-image: url(/wp-content/themes/carroll/images/landing-page-1/carroll-list.png);
}

#innerBanner {
  background-image: url('/wp-content/themes/carroll/images/landing-page/summercool2/banner-landing-summercool2.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  width:100%;
  height:400px;
  margin:0px;
  padding:0px;
  text-align:center;
}
#innerBanner h1 {
  color:#000;
  padding-top:130px;
  margin:0;
  font-size:60px;
}
#innerBanner .lead{
  font-size:30px;
  color:#000;
  margin-bottom: 40px;
}
.btn {
  background-color: rgb(221, 26, 50);
  font-size:30px;
  padding:10px;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}
.blue {
	color: #00a8c4;
}

.red {
	color: #e2183e;
}

#boxLeft {
	width: 610px;
	float: left;
}

#boxRight{
	width: 350px;
	float: left;
	margin-left: 40px;
	margin-bottom: 30px;
}

.callnow {
	margin-top: 30px;
	padding: 10px 20px;
	text-align: center;
	background: #e2183e;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.callnow span {
	font-weight: bold;
	font-size: 18px;
}

#form {
	border: 3px solid #e2183e;
	border-radius: 0 0 10px 10px;
	padding: 10px;
}

.box-main {
  overflow: auto;
  font-size:19px;
  line-height:24px;
}

.coupon-cooling {
  width:100%;
	border: 3px dashed;
	display: inline-block;
	margin: 0 0 15px 0;
  
  margin-top:30px;
  
-webkit-border-top-right-radius: 100px;
-webkit-border-bottom-left-radius: 100px;
-moz-border-radius-topright: 100px;
-moz-border-radius-bottomleft: 100px;
border-top-right-radius: 100px;
border-bottom-left-radius: 100px;
  
  box-shadow: 5px 5px 5px #999;
  
}

.coupon-cooling .header {
	color: #e2183e;
	font-size: 23px;
	font-weight: bold;
	padding: 10px 13px;
  text-align:center;
  background-color:#f8f8f8;
  
  -webkit-border-top-right-radius: 96px;
-moz-border-radius-topright: 96px;
border-top-right-radius: 96px;
}

.coupon-cooling .content {
	background: #00a8c4;
	font-size: 18px;
  font-weight:normal;
	padding: 15px 40px;
  color:#fff;
  line-height:26px;
  
  border-top: 2px solid #666;
  
  -webkit-border-bottom-left-radius: 96px;
  -moz-border-radius-bottomleft: 96px;
  border-bottom-left-radius: 96px;
 }

.coupon-cooling span {
	color: #fff;
	font-size: 22px;
}

.phonewrap {
	white-space: nowrap;
}

p.note {
	font-size: 12px;
	font-style: italic;
}

.testimonials p {
	font-style: italic;
	line-height: 150%;
}

.testimonials a {
	color: #e2183e;
	font-weight: bold;
	text-decoration: none;
}