.header{
	padding: 15px 0px;
	/*background: #d7d7d7;*/
}
.logo{
	width: 50%;
	max-width: 200px;
	min-width: 200px;
}
.contact{
	text-align: right;
}
.contact h4, .contact h4 a{
	margin: 0px;
  font-size: 18px;
  color: #337ab7 !important;
}
.formWrapper{
/*	background: #62843a;*/
}
.formC{
	right: 0px;
	width: 90%;
	border: 0px solid red;
	margin: 20px 20px 0px 20px;
}
.formC h2{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #333;
	font-size: 30px;
	text-align: left;
}
.callbtn{
	padding: 8px 15px;
	border-radius: 5px;
	background: #62843a;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
}
.callbtn:hover{
	text-decoration: none;
	color: #fff;
	background: #6b943a;
}
.caption h1{
	font-size: 50px;
	color: #fff;
	margin: 0px;
}
.caption h3{
	color: #fff;
}
.caption{
	border: 0px solid red;
	padding: 50px;
/*	background: rgba(26,39,54,0.8);
*/}
.formWrapper .col-md-8{
	padding: 0px;
	background-size: cover !important;
}
.formWrapper .col-md-4{
	padding: 0px
}
flex-container {
    display: flex;                 /* primary flex container */
    flex-direction: row;           /* horizontal alignment of flex items (default value; can be omitted) */
    align-items: stretch;          /* will apply equal heights to flex items (default value; can be omitted) */
    height: 100%;
	background: #ededed
}

flex-item {
    display: flex;                 /* nested flex container */
    flex-direction: column;        /* vertical alignment of flex items */
    justify-content: center;       /* center flex items vertically */
    align-items: center;           /* center flex items horizontally */
}
flex-container flex-item:first-child {
	background-repeat: no-repeat;
	background-size: cover !important;
/*	border-right:8px solid #62843a;
*/}
flex-container flex-item:last-child{
	background:#ededed;
}
span.highlight{
	background: #fff;
	color: #333;
	line-height: 130%;
	padding-left: 10px;
	padding-right: 10px;
}
.form-control{
	border: 1px solid #e1e1e1;
	border-radius: 0px;
	padding: 5px 5px
}
.submitbtn{
	background: #62843a;
	color: #fff;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 8px 0px;
	border: 0px;
	font-weight: bold;
	font-size: 20px;	
}
.submitbtn:hover{
	background: #577533;
}
#message{
	resize: none;
}
.icons{
	padding: 30px 0px;
	max-width: 800px;
	text-align: center;
	margin: auto;
}
.icons img{
	width: 40%;
	max-width: 100px;
	opacity: 0.6
}
.icons h4{
	font-weight: 300 !important;
	text-transform: uppercase;	
	font-size: 16px;
}
h2{
	font-size: 36px;
	color: #62843a;
	text-align: center;
	margin: 80px 0px 30px 0px;
}
.iconsWrapper{
	-webkit-box-shadow: 10px 9px 5px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 10px 9px 5px -9px rgba(0,0,0,0.41);
	box-shadow: 10px 9px 5px -9px rgba(0,0,0,0.41);
	background: #fff;
}
.iconMobile{
	background: #fff;
  display: none
}

.form-control{
	border: 1px solid #e1e1e1 !important;
	border-radius: 0px !important;
/*	padding: 10px 5px !important;*/
  font-size: 12px !important;
}
.submitbtn{
	background: #62843a;
	color: #fff;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 8px 0px;
	border: 0px;
	font-weight: bold;
	font-size: 20px;	
}
.submitbtn:hover{
	background: #577533;
}
#message{
	resize: none;
}
.with-errors{
  font-size: 10px;
  color: red;
}

.certiwrapper{
	max-width: 800px;
	margin: auto;
	padding: 30px 0px;;
}
.certiwrapper ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.certiwrapper ul li{
	float: left;
	width: 20%;
	text-align: center
}
.certiwrapper ul li img{
	width: 50%;
}
.address{
	padding: 30px 0px;
	text-align: center;
}
.contacts{
	text-align: center;
}
.contacts a{
	color: #777;
}
.copyright-text{
	text-align: center;
	font-size: 11px;
	color: #959595
}
.freeQuoteWrapper{
  padding: 40px 40px;
  background: #f0f5fa;
}
.freeQuoteWrapper h1{
  font-size: 28px;
}
.freeQuoteWrapper{
  font-size: 12px;
}
.freeQuoteWrapper label{
  display: block;
  margin-bottom: 5px;
}
.freeQuoteWrapper input{
  border: 1px solid #d9e4f0;
  padding: 8px;
  color: #333;
  width: 100%;
  margin-bottom: 20px;
}
/*.freeQuoteWrapper .row{
  margin-bottom: 15px;
}
*/.mandatory{
  color: red;
}
.freeQuoteWrapper select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background: #fff;   /* Add custom arrow */
  border: 1px solid #d9e4f0;
  padding: 8px;
  color: #333;
  width: 100%;
  margin-bottom: 20px;
}
.servicesList label{
  display: block;
}
.servicesList label input{
  float: left;
  width: auto !important;
  margin-right: 5px;
}
.freeQuoteWrapper p{
  font-size: 10px;
}
.freeQuoteWrapper file{
  border: 1px dashed #ccc !important;
}
.freeQuoteWrapper textarea{
  border: 1px solid #d9e4f0;
  padding: 8px;
  color: #333;
  width: 100%;
  resize: none;
  height: 160px;
}
.submitbtn{
  display: inline-block;
  background: #62843a;
  color: #fff !important;
  max-width: 250px;
  font-weight: normal;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.bannerMobile{
  display: none;
}
.icons .col-xs-6{
  width: 50% !important;
}
.bootstrap-datetimepicker-widget table td{
  font-size: 12px;
}
.browseimg{
  border: 1px dashed #ccc;
  background: #eaeaea;
  padding: 30px 20px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.browseimg span{
  padding: 10px;
  background: #337ab7;
  color: #fff;
}

.browseimg:hover{
  text-decoration: none;
  opacity:0.9;
}















@media (max-width: 768px) {
  .iconMobile{
    display: block;
  }
  .iconDesktop{
    display: none;
  }
  .bannerDesktop{
    display: none;
  }
.bannerMobile{
  display: block;
}
  .servicesMobile{
    padding-left: 0px;
    padding-right: 0px;
  }
  .caption{
    padding: 50px 20px;
  }
  
  
}


