/* GET A QUOTE */

/*form styles*/

@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700,900");

.trainform h3 {
	font-family: lato, sans-serif;
	font-weight:bold;
	font-size: 35px;
    padding: 0 120px;
	margin-top:20px;	
	}
	
.trainform {
	border:solid 0px #fff!important;	
}

form#msform fieldset {
	text-align:center;
	}
	
form#msform fieldset:last-child {
	position:relative;
	}	


#msform {
width: 100%;
margin: 50px auto;
text-align: center;
height:auto;
}

#msform fieldset {	
border: 0 none;
border-radius: 3px;
padding: 20px 1px;
box-sizing: border-box;
width: 90%;
margin: 0 5%;
/*stacking fieldsets above each other */
position: absolute; 
/* position: relative; */
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*inputs*/
#msform input, #msform textarea {
padding: 15px;
border: 1px solid #c5c5c5;
border-radius: 3px;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
color: #454545;
font-size: 15px;
}

#msform input#submit {
	color:#fff;
	font-size:24px;
	padding:12px 30px;
	display:inline-block;
	width:100%;
	border:none;
	background:#269987;
	}
	
.lastformarea input#next {
	color:#fff;
	font-size:24px;
	padding:20px 30px;
	display:inline-block;
	width:100%;
	border:none;
	background:#1c3d78;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	white-space:normal;
	-webkit-appearance: none;
	}	


#msform input.showMe {
	 width:15px!important;
	 }	
	 
#msform input.uploadFormme {
	 border:solid 0 #fff;
	 margin-left:110px;
	 width:250px;
	 }		
	 
	#led, #nfr, #bpt, #totalpnts {
		display:none;
		}  
	 

/*buttons*/
#msform .action-button {
width: 100px;
background: #75bc1e;
font-weight: bold;
color: white;
border: 0 none;
border-radius: 3px;
cursor: pointer;
padding: 10px 5px;
margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
box-shadow: 0 0 0 2px white, 0 0 0 3px #75bc1e;
}
/*headings*/
.fs-title {
font-size: 24px!important;
font-weight:normal!important;
color: #848694!important;
margin-bottom: 34px!important;
font-family: lato, sans-serif!important;
text-transform:none!important;
}

h2.bigtitlenew {
font-size: 18px!important;
font-weight:400;
line-height:29px;
padding: 20px 20px 0;
color:#010101;
}

.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}

h3.formmainhead {
	color:#1f1e1e;
	font-size:28px;
	text-align:center;
	line-height:45px;
	font-weight:bold;
	  width: 100%;
  max-width: 600px;
  margin: 0 auto;
	}
	
h4.formmainhead {
	color:#616161;
	font-size:20px;
	text-align:center;
	line-height:30px;
	font-weight:normal;
	}


/*progressbar*/
#progressbar {
margin-bottom: 50px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}

#progressbar li {
list-style-type: none;
color: white;
text-transform: uppercase;
font-size: 9px;
width: 12.5%;
float: left;
position: relative;
}





#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 25px;
line-height: 22px;
display: block;
font-size: 13px;
color: #848694;
background: #e1e4e9;
border-radius: 3px;
margin: 0 auto 5px auto;
border:solid 1px #f8f8f8;
position:relative;
z-index:1;
font-weight:bold;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 6px;
background: #e1e4e9;
position: absolute;
left: -50%;
top: 9px;
z-index: 0; /*put it behind the numbers*/

}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before {
border:solid 1px #848694;
color: white;
background: #848694;
}

#progressbar li.active:after {
background: #848694;
color: white;
}

#msform p {
	font-size:16px;
	color:#868685;
	font-weight:normal;
	margin-top:12px;
	line-height:30px;
	margin-bottom:25px;
	}
	
#msform ul.contentnew li {
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
	}	
	
	
ul.contentnew {
    list-style: none;
    padding:0;
    margin:0 0 0 50px;
}

ul.contentnew li { 
    padding-left: 0; 
    text-indent: -1.5em;	
}

ul.contentnew li:before {
    content: "â€¢ ";
    color: #ffa200; /* or whatever color you prefer */
	font-size:50px;
	display:block;
	margin-bottom:-30px;
	margin-left:-10px;
	line-height:30px;
}	

#msform label {	
	display:inline-block;
	border:solid 2px #fff;
	margin-left:9px;
	margin-right:9px;
	padding:0 10px 5px 0;
	margin-bottom:20px;
	font-size:14px;
	font-weight:300;
	background:#fff;
	color:#848694;
		-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	width:205px;
	}
	
#msform label:hover {
	background:#269987;
	color:#fff;
	}	
	
label.brandlabel {
	margin:0 0 4px!important;
	}	

#msform label > input{ /* HIDE RADIO */
  display:none;
}


#msform label.fouroption {		
	width:223px!important;
	}


#msform label > input.showfield {
	display:block!important;
	}
	
.grp2field, .grp4field {
	width:100%;
	max-width:610px;
	border:none!important;
	
	}	
	
.thenext {
	cursor:pointer;
	width: 90px;
  padding: 5px;
  margin: 0 auto;
  background-color: #848694;
  color: #fff;
	}	



 label > input + img{ /* IMAGE STYLES */
  	cursor:pointer;
  	height:auto;
  	position:relative;
  	z-index:90;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* margin-left:15px;
	margin-right:15px; */
	margin-left:auto;
	margin-right:auto;
	
}

 label.noBorder > input + img{ /* IMAGE STYLES */
  	cursor:pointer;
  	height:auto;
  	position:relative;
  	z-index:90;
}

 label:hover > input + img { /* IMAGE STYLES */
  	cursor:pointer;
  	height:auto;
  	position:relative;
  	z-index:90;
  	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



label > input:checked + img{ /* (CHECKED) IMAGE STYLES */

	color:#efefef;	

}


label img{
    display: block; 
    pointer-events: none;
    position: relative;
}

label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}



.thenextone, .thenexttwo {
	display:none;
	}



fieldset.lastFormme {
	border: solid 1px #0097e3!important;
	max-width: 489px!important;
	width:100%;
	left: 50%!important;
	margin-left: -244px!important;
	}
	
.brandlabel, .coolType, .heatType {
	display:none;
	}	
	
	
#enquirenow {
	left:-99999px;
	top:-999999px;
	position:relative;
	height:0px!important;
	display:none;
	padding:30px;
	}	
	
#enquirenow .wpcf7-form input, #enquirenow .wpcf7-form textarea	{
	width:88%;
	border:solid 1px #0097e3;
	}
	
.hideMe {
	position:absolute;
	top:-500px;
	left:-500px;
	}	
	
#fancybox-content #enquirenow {
	display:block;
	width:500px;
	height:500px;
	left:0px;
	top:0px;
	position:relative;
	height:auto;
	display:block!important;
	}	


.formholder {
	background:#e7e6e6;
	padding:20px;
	}
	
.formline {
	border-top:solid 1px #e1e4e9;
	}	
	
.previous {	
	float:left; 
	cursor:pointer;
	}	
	
.lastformarea {	
	border:solid 1px #c5c5c5;
	padding:30px 30px 10px;
	width: 100%;
	max-width:500px;
 	background: #fff;
    border-radius: 5px;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px; 
	margin:0 auto 30px;
	}	
	
.lastformarea input {
	margin-bottom:22px!important;
	padding:15px 0!important;
	width:100%!important;
	text-indent:15px;
	}	
	

	
.secondlastformholder {
	width:100%;
	max-width:600px;
	}
	
p.subtitlehere {
	font-size:20px;
	}		
	
p.tiparea {
	color:#848694!important;
	text-align:left;
	}	
	
hr.topborder {
	border-top:solid 30px #848694;
	margin-top: -20px;
  margin-bottom: 100px;
	}		
	
hr.btmborder {
	border-bottom:solid 1px #ededed;
	margin-bottom: -35px;
	}
	
.menu ul li.page-item-259 {
display:none;
}

.page-id-253 .footer, .page-id-259 .footer  {
display:none;
}



.submitbtnylw {
	border:solid 1px #1e1510;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

img.areyoukidding {
	width:80%;
	max-width:397px;
	}
	
.grp1 {
	padding:33px 0 64px!important;
	}

	

label.grp1a > input + img {
	background:url(images/s1_a.png) center top no-repeat;	
	}	
	
label.grp1b > input + img {
	background:url(images/s1_b.png) center top no-repeat;	
	}

label.grp1c > input + img {
	background:url(images/s1_c.png) center top no-repeat;	
	}	
	


label.grp1a:hover > input + img {
	background:url(images/s1_a-white.png) center top no-repeat;	
	}	
	
label.grp1b:hover > input + img {
	background:url(images/s1_b-white.png) center top no-repeat;	
	}
	
label.grp1c:hover > input + img {
	background:url(images/s1_c-white.png) center top no-repeat;	
	}	
	

	
	
	
	

	
.grp2 {
  padding:33px 0 64px!important;
}

label.grp2a > input + img {
	background:url(images/s2_a.png) center top no-repeat;	
	}	
	
label.grp2b > input + img {
	background:url(images/s2_b.png) center top no-repeat;	
	}
	



label.grp2a:hover > input + img {
	background:url(images/s2_a-white.png) center top no-repeat;	
	}	
	
label.grp2b:hover > input + img {
	background:url(images/s2_b-white.png) center top no-repeat;	
	}
	

						


label.grp3, label.grp6 {
  padding: 33px 0 64px!important;	
}


label.grp3a > input + img {
	background:url(images/s3_a.png) center top no-repeat;	
	}	
	
label.grp3b > input + img {
	background:url(images/s3_b.png) center top no-repeat;	
	}
	
label.grp3c > input + img {
	background:url(images/s3_c.png) center top no-repeat;	
	}
	
									
	


label.grp3a:hover > input + img {
	background:url(images/s3_a-white.png) center top no-repeat;	
	}	
	
label.grp3b:hover > input + img {
	background:url(images/s3_b-white.png) center top no-repeat;	
	}
	
label.grp3c:hover > input + img {
	background:url(images/s3_c-white.png) center top no-repeat;	
	}
	

	

	



label.grp4 {	
  padding: 33px 0 64px!important;	
}


label.grp4a > input + img {
	background:url(images/s4_a.png) center top no-repeat;	
	}	
	
label.grp4b > input + img {
	background:url(images/s4_b.png) center top no-repeat;	
	}

	
									
	


label.grp4a:hover > input + img {
	background:url(images/s4_a-white.png) center top no-repeat;	
	}	
	
label.grp4b:hover > input + img {
	background:url(images/s4_b-white.png) center top no-repeat;	
	}
	



	


	
	
	

.grp5 {
  padding: 33px 0 64px!important;	
  width:240px!important;
}



label.grp5a > input + img {
	background:url(images/s5_a.png) center top no-repeat;	
	}	
	
label.grp5b > input + img {
	background:url(images/s5_b.png) center top no-repeat;	
	}
	
								
label.grp5a:hover > input + img {
	background:url(images/s5_a-white.png) center top no-repeat;	
	}	
	
label.grp5b:hover > input + img {
	background:url(images/s5_b-white.png) center top no-repeat;	
	}
	


.grp5field {
	border:none!important;
	max-width:400px;
	width:100%;
	
}

.grp6 {
  padding: 33px 0 64px!important;	
  width:187px!important;
}



label.grp6a > input + img {
	background:url(images/s6_a.png) center top no-repeat;	
	}	
	
label.grp6b > input + img {
	background:url(images/s6_b.png) center top no-repeat;	
	}
	
label.grp6c > input + img {
	background:url(images/s6_c.png) center top no-repeat;	
	}
	
label.grp6d > input + img {
	background:url(images/s6_d.png) center top no-repeat;	
	}	
	
									
	


label.grp6a:hover > input + img {
	background:url(images/s6_a-white.png) center top no-repeat;	
	}	
	
label.grp6b:hover > input + img {
	background:url(images/s6_b-white.png) center top no-repeat;	
	}
	
label.grp6c:hover > input + img {
	background:url(images/s6_c-white.png) center top no-repeat;	
	}	
	
label.grp6d:hover > input + img {
	background:url(images/s6_d-white.png) center top no-repeat;	
	}	
	
	
	/* q7 */
	
	.grp7 {
  padding: 33px 0 64px!important;	
  width:187px!important;
}



label.grp7a > input + img {
	background:url(images/s7_3.png) center top no-repeat;	
	}	
	
label.grp7b > input + img {
	background:url(images/s7_5.png) center top no-repeat;	
	}
	
label.grp7c > input + img {
	background:url(images/s7_7.png) center top no-repeat;	
	}
	
label.grp7d > input + img {
	background:url(images/s7_9.png) center top no-repeat;	
	}	
	
									
	


label.grp7a:hover > input + img {
	background:url(images/s7_3-white.png) center top no-repeat;	
	}	
	
label.grp7b:hover > input + img {
	background:url(images/s7_5-white.png) center top no-repeat;	
	}
	
label.grp7c:hover > input + img {
	background:url(images/s7_7-white.png) center top no-repeat;	
	}	
	
label.grp7d:hover > input + img {
	background:url(images/s7_9-white.png) center top no-repeat;	
	}	




.lastformlbl {
	border:none!important;
	}
	
#fancybox-overlay {
	z-index:800!important;
	}	
	
#InlineDivID {
   z-index: 800;
  top: 0;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,0.6);
  display:none;
  max-width:940px;
  width: 97%;
	}
	
.page-id-239 #InlineDivID, .page-id-254 #InlineDivID, .page-id-258 #InlineDivID {
	top:500px;
}	

.coverlight {
  z-index: 700;
  top: 0;
  position: absolute;
  background:rgba(0,0,0,0.5);
  left:0;
  width:100%;
  height:100%;
  display:none;
	}
	
.closebtn {
	display: inline-block;
  float: right;
  margin: -15px -15px 0 0;
	}	
	
 @media only screen and (max-width: 960px) {
	 
.lastformarea {
	padding: 30px 5% 10px!important;
	width:89.5%!important;
	margin-left:0!important;
	}
	
#InlineDivID {

  max-width:940px;
  width: 98%;
  left:1%;
	}	

}

@media only screen and (max-width: 768px) {

	

#msform {
    min-height: 1200px;

}



}

 @media only screen and (max-width: 736px) {
	 
#msform input#next {
  font-size: 16px;
  padding: 20px 10px!important;
  white-space:normal;
}

}

 @media only screen and (max-width: 480px) {
	 

	
.secondlastformholder {
  width: 100%;
}	

#msform input#next {
  font-size: 16px;
  padding: 20px 10px!important;
  white-space:normal;
}

.grp2 {
  width: 105px;
}

.submitbtnylw {
	width:100%;
	}
	


#le_body_row_2_col_1_el_1 .element h2 {
font-size:35px!important;
}

}


 @media only screen and (max-width: 415px) {

	
.lastformarea {
    border: solid 0px #848694!important;
    padding: 30px 0px 10px!important;
	width:100%!important;
   
}

 }

 @media only screen and (max-width: 310px) {

	
.secondlastformholder {
  width: 100%;
}	


 }

	

/* END of GET A QUOTE */