@charset "utf-8";
/* CSS Document */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* change colours to suit your needs */
    ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
    mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
    hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
.clear {
	padding:0px;
	margin:0px;
	line-height:0px;
	clear:both;
}
body {font-family: 'Source Sans Pro', sans-serif; color:#282828; font-size:14px; line-height:22px;}
.container { width:1000px; margin:0 auto; background:#fff; /*box-shadow:-2px 0 10px 0 #ccc;*/}
header { background:#efefef; width:100%; float:left; margin:0 0 10px 0; padding:10px 0 0 0;}
.head-txt {float:right; text-transform:uppercase; padding-top:20px; margin-right:10px;}
.head-txt span { display:block; text-align:right; font-size:22px; padding:0 0 2px;}
.head-txt span.blue { color:#0090cd;font-size: 30.5px;font-weight: bold;}
.head-txt span.dark { color:#424242;font-weight:bold;padding-bottom:0px;}
.logo { float:left; margin-left:10px;}
.logo a { display:block;}


.body-cont { width:100%;clear:both;}
.lsb { width:569px; float:left; background: none repeat scroll 0 0 #d2d5d0; margin-left:10px;}
.ban-img {position:relative;}
.ban-img img{width:100%;}
.ban-txt { 	background: #c70011;font-weight:bold; color:#fff; font-size:2rem; padding:14px 16px 14px 16px;position:absolute;top:0; box-shadow: #282828 0 7px 10px -3px}
.ban-txt::after{
	position: absolute;
	top: 0;
	right: -50px;
	width: 0;
	height: 0;
	border-color: #c70011 transparent #c70011 #c70011;
	border-style: solid;
	border-width: 25px;
	content: "";
}
.tick-text-box {padding:20px;}
.label-txt { text-transform:uppercase; font-size:1.8rem; text-align:center; color:#282828; padding-bottom:20px;font-weight:bold;}
.tick-box { float:left; width:auto; margin:0 10px 0 0;}
.tick-box ul { padding:0; margin:0; list-style:none;}
.tick-box ul li { padding:2px 0; margin-inline: 20px;}
.tick-box ul li a { background:url(../images/tick.png) no-repeat left; color:#282828; font-size:1.1rem; text-decoration:none; padding-left:20px;}
.tick-box ul li a:hover { color:#000000; text-decoration:underline;}
.body-text { padding:20px;margin-bottom:50px; font-size: 1rem}
.body-text span { font-size:1.5rem; font-style:italic;font-weight:bold;}
.rsb { width:411px; float:left; margin-right:10px;}

.logo-wrapper {
	height: 100px;
}
.logo-text{
	display: inline-block;
	font-weight: bold;
	margin: auto;
	top: 20%;
	position: relative;
}
.logo-title{
	font-size: 3rem;
	padding: 5px;
}
.logo-subtext {
	font-size: 1.5rem;
	margin-top: 10px;
	text-justify: auto;
}

.quote-holder{
	
	}

.quote-top{
	background:#424242;
	text-align:center;
	color:#fff;
	padding:5px 0;
	}
.quote-top h2{
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	}
.quote-top p{
	line-height:18px;
	}

.quote-mid {
	background:#288dc0;
	padding:10px 10px;
	color:#fff;
	}
.dnc-text h5 {
	font-size: 1.2rem;
	margin: 25px 0 5px 0;
}
.dnc-text ul {
	list-style: none;
	margin: 20px 0 20px 0;
}
.dnc-text li {
	margin: 5px 0;
}
.dnc-text li::before {
	content: "•";
	margin-inline: 1%;
}
.dnc-form {
	font-family: Arial, Helvetica, sans-serif;
}
.dnc-form div {
	margin: 25px 0;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}
.dnc-form input[type="text"], .dnc-form select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}
.dnc-form input[type="submit"] {
	width: 100%;
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.text-field-holder{
	float:left;
	margin:5px;
	}
.w-very-big{
	width:380px;
	}
.w-very-big .single-field input[type="text"]{
	width:94%;
	}
	
.w-big{
	width:260px;
	}
.w-big .single-field input[type="text"]{
	width:92%;
	}
	
.w-mid{
	width:185px;
	}
.w-mid .single-field input[type="text"]{
	width:88%;
	}	
	
	
		
.w-small{
	width:88px;
	}
.w-small .single-field input[type="text"]{
	width:74%;
	}	
		
	
		
.text-field-holder span{
	display:block;
	}	
.text-field-holder span.single-text{
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	}
.text-field-holder span.single-field input[type="text"]{
	font-size:15px;
	padding:10px;
	border-top:1px solid #1c6386;
	border-right:1px solid #1c6386;
	border-bottom:1px solid #35b1d4;
	border-left:1px solid #35b1d4;
	border-radius:6px;
	background:#0080c0;
	color:#fff;
	outline:none;
	}
.quote-messae{
	clear:both;
	padding-top:10px;
	}
.quote-messae-radio{
	float: left;
	}	
	
.radio {
	clear: left;
    display: block;
    float: left;
    height: 25px;
    padding: 0 7px 0 0;
    width: 20px;
	float:left;
    background: url(../images/radio.png) no-repeat scroll 0 0 transparent;
}
.radio_checked {
	clear: left;
    display: block;
    float: left;
    height: 25px;
    padding: 0 7px 0 0;
    width:20px;
	float:left;
    background: url(../images/radio.png) no-repeat scroll 0 -50px transparent;
}	
	
		
	
.quote-messae-text{
	font-size:12px;
	float:left;
	line-height:15px;
	width:93%;
	}	
	
	
	
.btn-free-quote{
	clear: both;
    padding:15px 0;
    text-align: center;
	}	
		
.btn-free-quote input[type="submit"]{
	font-family: 'Source Sans Pro', sans-serif;
	background:#eaa321;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	border:none;
	border-radius:6px;
	width:10px 30px;
	font-size:24px;
	text-transform:uppercase;
	padding:10px 50px;
	outline:none;
	}
.btn-free-quote input[type="submit"]:hover{
	background:#f5ad2a;
	}	
			

.quote-bot{
	color:#707070;
	margin:15px 0 0 10px;
	}
.quote-bot p{
	
	}
.quote-bot ul{
	margin-left:20px;
	}	
		
.quote-bot ul li{
	background:url(../images/tick.png) no-repeat left; 
	padding-left:20px;
	}	
	



footer{
	background:#3a3a3c;
	width:1000px;
	margin:0 auto;
	color:#fff;
	}
.footer-content{
	padding:25px;
	text-align:right;
	font-size:20px;
	padding-right: 30px;
	}
.footer-content ul {
	display: flex;
	justify-content: space-around;
}
.footer-content ul li {
	display: inline-block;
	font-size: 1rem;
}
footer a{
	color: #fff;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 768px) { 
.container{
	width:700px;
	}
.lsb{
	width:340px;
	}
.ban-txt{
	background: #c70011;
	font-size: 18px;
	padding: 4px 5px 4px 5px;
	}
.ban-txt::after{
	right: -25px;
	border-width: 15px;
}
.tick-box{
	width:100%;
	margin:0;
	}	
.rsb{
	width:340px;
	}	
.w-mid{
	width: 150px;
	}	
.w-mid .single-field input[type="text"] {
    width: 85%;
}
.w-big {
    width: 215px;
}
.w-big .single-field input[type="text"] {
    width: 89%;
}
.w-very-big {
    width: 310px;
}
.w-very-big .single-field input[type="text"] {
    width: 93%;
}
.w-small {
    width: 70px;
}
.w-small .single-field input[type="text"] {
    width: 68%;
}
.quote-messae-text{
	width:91%;
	}	
	
	
footer {
    width:680px;
}

 }

@media only screen and (max-width: 640px) { 
.container{
	width:600px;
	}
.head-txt span{
	font-size:18px;
	}	
	
.lsb {
    width: 100%;
	margin:0;
}	
.ban-txt {
    font-size: 28px;
    padding: 14px;
}
.ban-txt::after {
	right: -50px;
	border-width: 25px;
}
.tick-box {
    margin: 0;
    width: 33.33%;
}
.body-text{
	margin-bottom:20px;
	}	
	
.rsb {
    width: 100%;
	margin:0;
}

.w-mid {
    width: 280px;
}
.w-mid .single-field input[type="text"] {
    width: 92%;
}
.w-big {
    width: 390px;
}
.w-big .single-field input[type="text"] {
    width: 94%;
}
.w-very-big {
    width: 570px;
}
.w-very-big .single-field input[type="text"] {
    width: 96%;
}
.w-small {
    width: 135px;
}
.w-small .single-field input[type="text"] {
    width: 83%;
}
.quote-messae-text {
    width: 95%;
}
.quote-bot{
	margin:0px;
	padding: 15px 10px;
	}
footer {
    width: 100%;
}	

 }

@media only screen and (max-width: 600px) { 
.container{
	width:520px;
	}
.logo{
	margin:0px;
	float:none;
	text-align:center;
	}
.head-txt{
	margin:0px;
	float:none;
	text-align:center;
	padding:10px 0;
	}	
.head-txt span{
	text-align:center;
	}	

.ban-txt {
    font-size: 24px;
    padding: 10px 14px 10px 14px;
}

.ban-txt::after {
	right: -35px;
	border-width: 21px;
}

.w-mid {
    width: 240px;
}
.w-mid .single-field input[type="text"] {
    width: 91%;
}
.w-very-big {
    width:490px;
}	
.w-very-big .single-field input[type="text"] {
    width: 95%;
}
.w-small {
    width: 115px;
}
.w-small .single-field input[type="text"] {
    width: 79%;
}
.quote-messae-text {
    width: 94%;
}	
	
	
 }

@media only screen and (max-width: 480px) { 
.container{
	width:400px;
	}
.logo a img{
	width:50%;
	}	
.ban-txt {
    font-size: 20px;
    padding: 5px 10px 5px 10px;
}
.ban-txt::after {
	right: -32px;
	border-width: 16px;
}
.tick-box {
    width: 100%;
}

.body-text {
    padding: 0 20px;
}
.text-field-holder{
	margin:5px 0;
	}
.w-mid {
    width: 100%;
}	
.w-mid .single-field input[type="text"] {
    width: 94%;
}
.w-big {
    width: 100%;
}	
.w-big .single-field input[type="text"] {
    width: 94%;
}

.w-very-big {
    width: 100%;
}	
.w-very-big .single-field input[type="text"] {
    width: 94%;
}	
.w-small {
    width: 100%;
}	
.w-small .single-field input[type="text"] {
    width: 94%;
}
.quote-messae-text {
    width: 92%;
}
.footer-content {
    padding: 15px;
}

 }

@media only screen and (max-width: 360px) { 
.container{
	width:300px;
	}
.ban-txt {
    font-size: 15px;
    padding: 2px 10px 2px 10px;
}
.ban-txt::after {
	right: -26px;
	border-width: 13px;
}
.label-txt {
    font-size: 22px;
}	
.quote-top p {
    font-size: 13px;
}	
.w-mid .single-field input[type="text"] {
    width: 91.5%;
}	
.w-big .single-field input[type="text"] {
    width: 91.5%;
}	
.w-very-big .single-field input[type="text"] {
    width: 91.5%;
}	
.w-small .single-field input[type="text"] {
    width: 91.5%;
}
.quote-messae-text {
    width: 90%;
}

.btn-free-quote input[type="submit"]{
	font-size: 20px;
	padding: 10px 52px;
	}
 }

.thank-you {
	color: #eee;
	text-align: center;
	background-color: rgb(40, 141, 193);
	padding: 20px 0;
}

.thank-you h1 {
	font-size: 30px;
	line-height: 38px;
}


