
.headerBtnHide {
	display: none;
}

.headerBtn {
    float: right;
    margin-left: 30px;
    margin-top: -3px;
    padding-top: 13px;
}


.headerjumbo {
	background: #8996A0;
	background: var(--primary-color);
	width: 100%;
	min-height: 700px; /*same height as jumbotron */
	top:0;
	left:0;
	z-index: -1;
    padding-top: 60px;
    margin-bottom: 0px;
	color: #FFF;
	color: var(--primary-color-font);
	text-align: center;;
}

.jumbotron h1 {
    font-size: 30px !important;
}
.jumbotron h2 {
    font-size: 20px !important;
}

.jumbo-details {
	padding: 40px 60px;
	background: #FFF;
	border-radius: 4px;
	max-width: 480px;
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 60px;
	color: #000;
	text-align:left;
}

.jumbo-details input, .jumbo-details select {
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #999999;
	border-radius: 4px;
    padding-left: 10px;
    width: 100%;
    font-size: 24px;
}

.jumbo-details > .helptext {
    color: #8996A0;
    color: var(--primary-color);
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}


img.poweredby-icon {
	display: block;
	margin: 0 auto;
	width: 120px;
	margin-top: 15px;
}

.arrownext {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #FFF;
    margin: 0 auto;
    margin-top: -35px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.32);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
}

.arrownext > .fa-chevron-down  {
	margin-left: 17px;
	margin-top: 17px;
	font-size: 40px;
	color: #8996A0;
	color: var(--primary-color);
}


.home-s2 {
	padding-top: 30px;
    padding-bottom: 30px;
	background:  #FFF;
	background: var(--body-altbg-color); 
	color: #000;
	color: var(--body-alt-font); 
}


.s2-subhead {
	padding-top:30px;
	max-width:550px;
	margin: 0 auto;
}


.circle {
	position: relative;
	border: solid 4px #848484;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
    margin: 200px auto 0 auto;
	background-color: #fff;
	z-index: 2;
}
.circle:first-child {
	margin-top: 0;
    border: none;
}

.circle:before {
	position: absolute;
	border: solid 2px #848484;
	width: 0;
	height: 200px;
	display: block;
	content: '';
	left: 50%;
	z-index: 1;
	top: -204px;
    margin-left: -2px;
}
.circle:first-child:before {
	display: none;
}
.circle:last-child {
    border: none;
}

.s2-snap-icon {
	width: 300px;
    margin-top: 162px;
}
.s2-compare-icon {
	width: 300px;
	margin-top: 34px;
}
.s2-repair-icon {
	width: 300px;
	margin-top: 66px;
}

.s2-snap-text {
	margin-top: 179px;
	max-width:300px;
}
.s2-compare-text {
	margin-top: 84px;
	max-width:320px;
}
.s2-repair-text {
	margin-top: 70px;
	max-width:300px;
}


.s2-compare-text-mobile {
	display: none;
}
.s2-snap-icon-mobile {
	display: none;
}
.s2-compare-icon-mobile {
	display: none;
}
.s2-repair-icon-mobile {
	display: none;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

	font-family: 'Avenir-Heavy', sans-serif;
	text-align: center;
	color: #8996A0;
	color: var(--primary-color);
	border: 0;
    border-bottom: 1px solid #8996A0;
    border-bottom: 1px solid var(--primary-color);
    margin-right: 0;
    background-color: #f9f8f6;
}
.nav-tabs>li>a {
	font-family: 'Avenir-Heavy', sans-serif;
	text-align: center;
	color: #848484;
	border: 0;
    border-bottom: 1px solid #eeeeee;
    margin-right: 0;
}

.nav-tabs {
	border: 0;
}
.nav-tabs>li {
	width: 33%;
}

.tab-pane {
    padding-top: 40px;
}

h1.mainhead {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 29px !important;
}

h2.subhead {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 17px !important;
}


.fleet-quote-container {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	background:  #FFF;
	background: var(--body-altbg-color); 
	color: #000;
	color: var(--body-alt-font); 
	padding: 20px 30px 30px;
	border-radius: 5px;
}


.fleet-quote-container > .heading {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 20px !important;
	font-weight: bold;
	display: inline;
	margin-bottom: 10px;
}



.fleet-quote-container > .check {
	display: inline;
	color: #CCC;
	font-size: 26px;
    float: right;
}

.fleet-quote-container > .check.checked {
	color: #00ac65;
}

.fleet-quote-container > .info, .fleet-quote-details .info {
	font-size: 15px;
	color: #474b56;
}

.viewStep, .currentStep {
	font-size: 16px;
	color: #00ac65;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
}

  




.file-drop-zone-title:before {
	
    width: 16px;
    content: " ";
    background-image: url('../../img/upload-icon.png');
    position: absolute;
   /*  left: -16px; */
    top: -6px;
    height:20px;	
}
.close.fileinput-remove {
	display: none;

}
.file-preview {
    border: 0;
    padding: 0;
}
.file-drop-zone {
    margin: 0;    
	border: dashed 2px #e5e5e5;
}

.kv-file-zoom {
    display: none;
}
.kv-file-upload {
    display: none;
}
.file-upload-indicator {
    display: none;
}
.kv-file-remove {
    padding-top: 4px;
    border-radius: 5px;
    border: solid 1px #000;
}
.file-drag-handle {
    display: none;	
}

.file-preview-image {
	width: auto;
	height: 160px;	
    max-width: 100%;
}
.file-preview-frame {
	border: solid 1px #dddddd !important;
    box-shadow: none !important;	
}

.browseBtn {
	margin-top:10px;
	min-width: 190px !important;
	border-radius: 100px  !important;
}
.fileinput-upload.fileinput-upload-button {
	display: none !important;	
}

.secdiv {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap; 
	margin-top: 25px;
	margin-bottom: 25px;
}

.secdivtext {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	line-height: 2.14;
	letter-spacing: 1.5px;
	color: #848484;
}


.secdivtext:before,
.secdivtext:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #dddddd;
}

.secdivtext:before {
	right: 100%;
	margin-right: 15px;
}

.secdivtext:after {
	left: 100%;
	margin-left: 15px;
}

.guidelineimg {
	width:100%;	
}

.guide-head {
	margin-top: 13px;
	margin-bottom: 7px;
}

.guide-text {
	font-size: 14px;
	color: #848484;	
}

.guide-left {
	padding-right:20px;
	
}
.guide-mid {
	padding-right:10px;
	padding-left:10px;
}

.guide-right {
	padding-left:20px;
}
.nextbtn {
	margin-top:20px;
	margin-bottom:10px;
}

.nophotos {
	font-size: 14px;
}



.describe-header {
	margin-bottom: 5px;
	
}

.describe-eg {
	margin-bottom: 30px;
}

.input-describe {
	width: 100%;
	padding: 10px;	
	border-radius: 5px;
	border: solid 1px #e5e5e5;
}

#d_suburb:not([disabled]) {
	background: #FFF;
}

label.fri {
	margin-right: 30px;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  display: inline ;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: -3px;
  width: 25px; height: 25px;
  background: #fff;
  
  border-radius: 3px;
  border: solid 1px #dedede;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: '\2713';
	position: absolute;
	font-size: 1.3em;
	line-height: 0.8;
	top: 3px;
	left: 0.1em;
	color: #FFF;
	transition: all .2s;
}

[type="checkbox"]:checked + label:before {
	background: #8996A0;
	background: var(--primary-color);
  	border: solid 1px #8996A0;
  	border: solid 1px var(--primary-color);
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border-radius: 3px;
	border: solid 1px #dedede;
}

/* hover style just for information */
label:hover:before {
	border-radius: 3px;
	border: solid 1px #dedede;
}

.s-c-cb {
	margin-bottom: 25px;
	display: block;	
	cursor: pointer;
}

.cbt {
	margin-left: 10px;
}

.fintext {
	max-width: 490px;
	margin: 0 auto;
}

.fincheck {
	font-size: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8996A0;
	color: var(--primary-color);
}



@media (max-width: 486px) {
    .jumbo-details {
    	padding: 10px;
    }
}




@media screen and (max-device-width : 767px) {

	.circle {
		margin: 120px auto 0 auto;
	}

	.circle:before {
		height: 120px;
   	 	top: -124px;
	}
	.s2-snap-icon {
    	margin-top: 116px;
		width: 160px;
	}
	.s2-compare-text {
    	margin-top: 45px;
	}
	.s2-repair-icon {
		width: 160px;
		margin-top: 9px;
		margin-left: 58px;
	}
	.s2-snap-text {
    	margin-top: 102px;
	}
	.s2-compare-icon {
    	width: 160px;
    	margin-top: 21px;
	}
	.s2-repair-text {
   		margin-top: 30px;
	}
	.pbbody {
    	display: block;
	}
	.pb-left-side {
    	display: block;
	}
	.pb-right-side {
    	display: block;
	}
	.logo-img-footer {
		display: none;
	}
	



}



@media screen and (max-device-width : 580px) {
	.btn {
		padding-top: 7px;
		min-width: 125px;
		height: 35px;
		font-size: 14px;
	}
	.home-s1 {
		display: none;
	}
	.home-s2 {
    	padding-top: 25px;
	}
	.help-icon {
		 display: none; 
	}
	.headerBtn {
		margin-top: 0;
	}
	.s2-snap-icon {
		margin-top: 120px;
    	width: 200px;
	}
	.leftex {
		display: none;
	}

	.circle {
		margin: 250px auto 0 auto;
	}

	.circle:before {
		height: 250px;
   	 	top: -254px;
	}


	.circleFirst {
		margin: 150px auto 0 auto;
	}

	.circleFirst:before {
		height: 150px !important;
   	 	top: -154px !important;
	}

	.circleLast {
		margin: 150px auto 0 auto;
	}

	.circleLast:before {
		height: 150px !important;
   	 	top: -154px !important;
	}
	.s2-compare-icon {
		display: none;
	}

	.s2-compare-text-mobile {
		display: block;
    	margin-top: 30px;
	}
	.s2-snap-icon-mobile {
		display: block;
		width: 200px;
		margin-top: 12px;
	}
	.s2-compare-icon-mobile {
		display: block;
		width: 200px;
	}
	.s2-repair-icon-mobile {
		display: block;
		width: 200px;
	}
	.s2-snap-text {
    	margin-top: 80px;
	}
	.s2-repair-text {
    	margin-top: 40px;
	}
	.home-s3-inner {
		padding: 30px;
	}

}




/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/


.text-o {
	color: #ecac2e;
}

.section-header .section-title {
	font-size: 40px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #2a2e33;
	line-height: 1.5;
	margin-bottom: 20px;
}

.section-header.about-section-header .section-title  {
	font-size:20px;
	text-align: left;
}

.section-header .section-description {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: center;
	color: #2b2f31;
	max-width: 600px;
	margin: 0 auto;
	
}
.section-header.about-section-header .section-description  {
	font-size:16px;
	text-align: left;
	
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
	padding: 80px 0;
	overflow: hidden;
	background: #f4f3f2;
}

#about .section-description {
    margin-bottom: 60px;
}


.about-snap-icon, .about-repair-icon {
	width: 250px;
	margin-top:20px;
    height: 140px;
    margin-bottom: 13px;
}

.about-compare-icon {
	width: 250px;
}

#about .icon-header {
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.8px;
	color: #2b2f31;
}
#about .icon-description {
	font-size: 17px;
	line-height: 1.41;
	color: #474b56;
}

@media (max-width: 768px) {
  #about .icon-description {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
  }
	
	.trusted-panel-beater-img {
		display:none !important;
	}
}
